@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Noto+Sans+JP:wght@100..900&family=Zen+Kaku+Gothic+New&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Baloo+Tamma+2:wght@400..800&family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Noto+Sans+JP:wght@100..900&family=Zen+Kaku+Gothic+New&display=swap');

html {
  font-size: 1px;
}

@media screen and (max-width: 1280px) {

  /* ←max-widthの値は[var(--design-size-pc)]と同一にする*/
  html {
    font-size: calc(1 / 1200 * 100vw);
  }

  html.is_other {
    font-size: calc(1 / 1200 * (100vw - 15px));
  }
}

.l-wrp {
  display: block;
}



/* SP
----------------------------------*/
@media screen and (max-width: 768px) {

  /* ←max-widthの値は[var(--design-size-pc)]と同一にする*/
  html {
    font-size: calc(1 / 750 * 100vw);
  }

  html.is_other {
    font-size: calc(1 / 750 * (100vw - 15px));
  }
}

body {
  background: #fff;
}


.c-hero__img-box p {
  font-size: 18rem;
}

.l-hdr {
  width: 0;
  height: 0;
}

.l-ftr__cts {
  padding: 0 60rem;
}

.js-showElm,
.js-fade,
.js-fadeIn {
  opacity: 0;
}

.u-mainsec.js-active {
  opacity: 1;
}

/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
  .l-ftr__cts {
    padding: 0 40rem;
  }
}



.l-ftr {
  border-top: none;
}

.l-wrp {
  padding-top: 0;
}

.l-wid {
  max-width: 1200px;
}


/* ---------- Reset CSS ---------- */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  font-family: sans-serif;
  line-height: 1.5;

}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

ul,
ol {
  list-style: none;
}

button {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
  color: inherit;
}

.l-mai {
  z-index: 13;
  position: relative;
}

.--sponly {
  display: none;
}

.--pconly {
  display: inline-block;
}


@media screen and (max-width: 768px) {
  .--sponly {
    display: block;
  }

  .--pconly {
    display: none;
  }
}

/* ==================================================
   header
================================================== */

.u-kv {
  width: 100%;
  height: auto;
  background-image: url(/drivers/kouhougallery/images/kv_background.png);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  overflow: hidden;
  padding: 96rem 0 118rem;
}


.l-header {
  position: absolute;
  z-index: 100;
  width: 100%;
  max-width: 1280rem;
  margin: 0 auto;
  padding: 25rem 40rem 33rem;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, 0);
}

.l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.l-header__logo {
  width: 122rem;
}

.l-header__menu-text {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 18rem;
  font-style: normal;
  font-weight: 700;
  text-wrap: nowrap;
}


.l-header__sns {
  display: flex;
  gap: 14rem;

}

.l-header__sns img {
  width: 23rem;
  height: auto;
}

/* 中央メニュー配置のために絶対位置＋中央化 */
.l-header__nav {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.l-header__menu {
  display: flex;
  gap: 35rem;
}


.c-hamburger {
  display: none;
}


.l-header__logo.is-sp,
.l-header__sns.is-sp {
  display: none;
}

.u-brackets {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -10%);
  width: 868rem;
  height: 594rem;
}

@media screen and (max-width: 768px) {
  .u-kv {
    height: auto;
    background-image: url(/drivers/kouhougallery/images/kv_background_sp.png);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    padding-bottom: 0;
  }


  .l-header {
    padding: 0;
    height: 96rem;
  }

  .l-header__sns.is-pc {
    display: none;
  }


  .l-header__logo {
    padding-top: 15px;
    padding-left: 15px;
    width: 206rem;
  }

  .l-header__logo.is-sp {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 206rem;
  }



  .c-hamburger {
    display: flex;
    position: fixed;
    justify-content: center;
    align-items: center;
    z-index: 100;
    right: 0;
    top: 0;
    width: 96rem;
    background: #333;
    height: 96rem;
    flex-direction: column;
    gap: 12rem;
    border: none;
    cursor: pointer;
  }

  .c-hamburger span {
    transition: 0.3s;
    width: 50rem;
    height: 4rem;
    background: #fff;
  }

  .l-header__nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-image: url(/drivers/kouhougallery/images/menu_background.png);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    transform: translateY(-100%);
    /* ← 画面外に出しておく */
    transition: transform 0.4s ease, opacity 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 90;
    padding: 40px 20px;
    pointer-events: none;
    opacity: 0;
  }

  .l-header__nav.is-open {
    transform: translateY(0);
    /* ← スライドイン */
    pointer-events: auto;
    opacity: 1;
  }

  .l-header__menu {
    margin-top: 120rem;
    width: 90%;
    flex-direction: column;
    gap: 0px;
    text-align: center;
  }

  .l-header__menu-text {
    color: #000;
    font-family: "Noto Sans JP";
    font-size: 32rem;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    /* 25.6px */
    text-align: left;
    padding: 36rem 0;
    border-bottom: 1px dashed transparent;
    -o-border-image: repeating-linear-gradient(to right,
        #333 0 2px,
        /* 点線の色(#E7E7E7)が0pxから12pxまで続く */
        transparent 2px 3px
        /* 12pxから24pxまでは透明(=点線の間隔) */
      ) 50;
    border-image: repeating-linear-gradient(to right,
        #333 0 2px,
        /* 点線の色(#E7E7E7)が0pxから12pxまで続く */
        transparent 2px 3px
        /* 12pxから24pxまでは透明(=点線の間隔) */
      ) 50;
    /* 分割数=30（細かい値、伸縮しやすい）*/
  }

  .l-header__menu-text:nth-of-type(1) {
    padding: 0 0 36rem;
  }


  .l-header__menu-text:last-of-type {
    border-bottom: 0px;
  }

  .l-header__sns.is-sp {
    display: flex;
    margin-top: 64rem;
    justify-content: center;
    gap: 48rem;
  }

  .l-header__icon img {
    width: 46rem;
    height: auto;
  }

  .l-header__inner {
    flex-wrap: wrap;
    gap: 8px;
  }


  .c-hamburger.is-open span:nth-child(1) {
    transform: rotate(45deg) translate(10rem, 12rem);
  }

  .c-hamburger.is-open span:nth-child(2) {
    opacity: 0;
  }

  .c-hamburger.is-open span:nth-child(3) {
    transform: rotate(-45deg) translate(10rem, -12rem);
  }
}





/* ==================================================
   slider
================================================== */

.m-kv__title img {
  max-width: 475px;
  margin: 0 auto;
}

.c-cloud {
  position: relative;
  max-width: 1200rem;
  margin: 0 auto;
}

.c-cloud__one {
  position: absolute;
  background-image: url(/drivers/kouhougallery/images/cloud_one.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  animation: size 3.5s ease-in-out infinite;
  -webkit-animation: size 3.5s ease-in-out infinite;
  -moz-animation: size 3.5s ease-in-out infinite;
}

.c-cloud__two {
  position: absolute;
  background-image: url(/drivers/kouhougallery/images/cloud_two.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  animation: size 5s ease-in-out infinite;
  -webkit-animation: size 5s ease-in-out infinite;
  -moz-animation: size 5s ease-in-out infinite;
}

.c-cloud__three {
  position: absolute;
  background-image: url(/drivers/kouhougallery/images/cloud_three.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  animation: size 4s ease-in-out infinite;
  -webkit-animation: size 4s ease-in-out infinite;
  -moz-animation: size 4s ease-in-out infinite;
}

@keyframes size {
  0% {
    transform: scale(0.8) translateX(25%);
  }

  50% {
    transform: scale(1) translateX(0);
  }

  100% {
    transform: scale(0.8) translateX(25%);
  }
}

@-webkit-keyframes size {
  0% {
    transform: scale(0.8) translateX(25%);
  }

  50% {
    transform: scale(1) translateX(0);
  }

  100% {
    transform: scale(0.8) translateX(25%);
  }
}

.c-cloud__one.--kv {
  top: 32rem;
  left: 86rem;
  width: 102rem;
  height: 45rem;
}

.c-cloud__two.--kv-left {
  top: 89rem;
  left: -244rem;
  width: 67rem;
  height: 34rem;
}

.c-cloud__two.--kv--right {
  top: 35rem;
  right: 109rem;
  width: 69rem;
  height: 34rem;
}

.c-cloud__three.--kv {
  top: 48rem;
  right: -224rem;
  width: 76rem;
  height: 53rem;
}

.kv-slider {
  max-width: 100%;
  margin: 0 auto;
  z-index: 1;
}

.kv-slider__wrap {
  position: relative;
}

.kv-slider__inner {
  width: 100%;
  position: relative;
  z-index: 1;
  margin: 20rem auto;
  box-sizing: border-box;
}




/* ===== 各スライド（画像） ===== */

.kv-slide__item {
  pointer-events: none;
}
.kv-slide__item.is-center {
  pointer-events: auto;
  cursor: pointer;
}

.kv-slide__item img {
  width: 100%;
  margin: 0 auto;
  transform: scale(0.6);
  transition: all 0.4s ease;
  display: block;
  border-radius: 12rem;
  max-width: 757rem;
  height: 500rem;
  border: #000 2rem solid;

}

/* 中央スライドだけ拡大＆くっきり */
.kv-slider__inner .slick-center img {
  transform: scale(1);
  opacity: 1;
  pointer-events: auto;
}

.kv-custom-prev,
.kv-custom-next {
  position: absolute;
  top: 50%;
  transform: translateY(-500%);
  z-index: 10;
  width: 67rem;
  height: 67rem;
  cursor: pointer;
}

/* 左矢印：左側に配置 */
.kv-custom-prev {
  left: -19%;
  /* スライダー外側に出したい場合 */
}

/* 右矢印：右側に配置 */
.kv-custom-next {
  right: -19%;
}

.kv-dots-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  max-width: 757rem;
  margin: 0 auto;
}


.kv-dots-wrapper ul {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 8rem;
  top: -38rem;
  right: -7rem;
}

.kv-dots-wrapper .slick-dots li button {
  width: 9rem;
  height: 9rem;
  border-radius: 50%;
  background: #fff;
  border: solid 1px #000;
  text-indent: -9999px;
  /* 数字を非表示にする */
  cursor: pointer;
  transition: background 0.3s;
}

/* アクティブ状態のドット */
.kv-dots-wrapper .slick-dots li.js-active button {
  background: #333;
}



.kv-slide__caption {
  display: block;
  position: relative;
  opacity: 0;
  transition: all 0s 0.2s linear;
  margin: -62rem -100rem;

}

.slick-center .kv-slide__caption {
  opacity: 1;
  position: relative;
  transition: all 0.3s 0.2s linear;
}

.kv-slide__text-content {
  left: -102px;
  width: 100%;
  max-width: 620rem;
  height: auto;
  border-radius: 10px;
  background: #fff;
  border: 3rem #000 solid;
  padding: 16rem 26rem 23rem 24rem;
}

.kv-slide__text-wrp {
  display: flex;
  align-items: center;
  gap: 10px;
}

.kv-slide__text-ttl {
  flex: 1;
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 28rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.kv-slide__category.--pc {
  display: flex;
  justify-content: center;
  margin-left: 10rem;
  padding: 8rem;
  border-radius: 3px;
  border: 1px solid #000;
  background: #000;
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 14rem;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}

.kv-slide__category.--sp {
  display: none;
}

.kv-slide__caption-txt {
  margin-top: 14px;
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 21rem;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* ← 行数を指定 */
  overflow: hidden;
  text-overflow: ellipsis;
}



.kv-slider__inner .slick-list {
  overflow: visible;
}




@media screen and (max-width: 768px) {


  .kv-slider {
    margin: 18rem auto;
  }

  .m-kv__title {
    max-width: 490rem;
    margin: 0 auto 12.5px;
  }


  .c-cloud__one.--kv {
    top: -62rem;
    left: 255rem;
    width: 84rem;
    height: 38rem;
  }

  .c-cloud__two.--kv-left {
    top: 8rem;
    left: 64rem;
    width: 64rem;
    height: 34rem;
  }

  .c-cloud__two.--kv--right {
    top: -46rem;
    right: 160rem;
    width: 94rem;
    height: 46rem;
  }

  .c-cloud__three.--kv {
    top: 24rem;
    right: 52rem;
    width: 58rem;
    height: 40rem;
  }


  .kv-slide__item {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }

  .kv-slide__caption {
    display: block;
    position: relative;
    opacity: 1;
    width: 100%;
    height: auto;
    margin: -24rem 60rem;
    transition: all 0s linear;
  }

  .kv-slide__text-content {
    width: 100%;
    max-width: 640rem;
    height: auto;
    border-radius: 10px;
    background: #fff;
    border: 4rem #000 solid;
    padding: 12rem 24rem 24rem;
  }

  .kv-slide__caption-time {
    position: absolute;
    vertical-align: bottom;
    top: -50rem;
    left: 0;
    padding: 8rem 24rem 10rem;
    color: #000;
    font-family: "Noto Sans JP";
    font-size: 26rem;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 1px;
    border-radius: 10rem 10rem 0px 0px;
    background: #fff;
    border-top: #000 4rem solid;
    border-left: #000 4rem solid;
  }

  .kv-slide__caption-time::after {
    top: 0px;
    right: 0px;
    width: 4rem;
    height: 50rem;
    border-top-right-radius: 100rem;
  }

  .kv-slide__item img {
    width: 600rem;
    height: auto;
    aspect-ratio: 3/2;
    margin: 0 auto;
    transform: scale(1);
    transition: all 0.4s ease;
    display: block;
    border-radius: 8px;
    border: #000 1px solid;
  }

  .kv-slide__text-ttl {
    font-size: 36rem;
    font-weight: 700;
    line-height: 160%;
    /* 28.8px */
  }

  .kv-slide__category.--pc {
    display: none;
  }

  .kv-slide__caption-txt {
    margin-top: 2px;
    overflow: hidden;
    color: #000;
    text-overflow: ellipsis;
    font-family: "Noto Sans JP";
    font-size: 28rem;
    font-weight: 700;
    line-height: 160%;
  }

  .kv-slide__category.--sp {
    margin-top: 10px;
    text-wrap: nowrap;
    width: auto;
    display: inline-block;
    color: #FFF;
    font-family: "Noto Sans JP";
    font-size: 24rem;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    border-radius: 3px;
    background: #000;
    padding: 4px 5px;
  }

  .kv-custom-prev,
  .kv-custom-next {
    display: none;
  }

  .kv-slick-dots {
    margin-top: 20px;
    justify-content: center;
  }


  .kv-dots-wrapper ul {
    margin: 80rem auto 138rem;
    position: relative;
    justify-content: center;
    gap: 16rem;
  }

  .u-brackets {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -13%);
    width: 686rem;
    height: 508rem;
  }


  .kv-dots-wrapper .slick-dots li button {
    width: 16rem;
    height: 16rem;
    border: solid 2rem #000;
  }


}


@media screen and (max-width: 425px) {
  .kv-slide__text-content {
    bottom: 46%;
    left: 7%;
  }

  .kv-slide__caption-time {
    position: absolute;
    vertical-align: bottom;
    top: -44rem;
  }


  .kv-dots-wrapper ul {
    margin: 100rem auto 138rem;
    justify-content: center;
    height: auto;
  }


  .kv-slide__caption-time::after {
    top: 2rem;
    right: 0px;
    width: 4rem;
    height: 42rem;
  }


  .u-brackets {
    transform: translate(-50%, -13%);
  }

}

/* ==================================================
   public Relations
================================================== */

.u-public {
  width: 100%;
  height: auto;
  background: #F6F6F6;
  position: relative;
  z-index: 0;
  padding: 51rem 0 136rem;
}

.c-section__ttl-wrap {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.m-section__ttl {
  color: #000;
  font-family: "Barlow Condensed";
  font-size: 75rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 10.5px;
  text-align: center;
}

.c-cloud__one.--public {
  top: -122rem;
  left: 60rem;
  width: 84rem;
  height: 37rem;
}

.c-cloud__two.--public {
  top: -82rem;
  left: 163rem;
  width: 62rem;
  height: 31rem;
}


.c-cloud__three.--public {
  top: -105rem;
  right: 107rem;
  width: 76rem;
  height: 53rem;
}




@-webkit-keyframes fluffy {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
  }
}




@keyframes fluffy {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
  }
}

.m-section__desc {
  color: #000;
  font-family: "Barlow Condensed";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.24px;
  text-align: center;
  margin-top: 14rem;

}


/* -----------------tab----------------- */
.tab__menu {
  max-width: 1280rem;
  width: 100%;
  height: auto;
  display: flex;
  list-style: none;
  justify-content: center;
  align-items: flex-end;
  padding: 0 40rem;
  margin: 40rem auto 0;
  overflow: visible;
  height: 78rem;
}



.tab__menu-item {
  width: 240rem;
  padding: 18rem 0 19rem;
  top: 0rem;
  position: relative;
  cursor: pointer;
  border: 1rem solid #333;
  display: flex;
  align-items: center;
  /* ← 縦方向中央 */
  justify-content: center;
  height: 57rem;
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 14rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.96px;
  background: #fff;
  transition:
    height 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-radius 0.15s ease-in-out;
}

.tab__menu-item:first-child {
  border-right: #000 0.5rem solid;
}

.tab__menu-item:last-child {
  border-left: #000 0.5rem solid;
}

.tab__menu-item:not(:first-child):not(:last-child) {
  border-left: #000 0.5rem solid;
  border-right: #000 0.5rem solid;
}


.tab__menu-item.is-active {
  height: 78rem;
  top: 0rem;
  font-weight: bold;
  color: #fff;
  background-color: #000;
  border-radius: 8rem 8rem 0 0;
  z-index: 1;
  margin: 0 -1rem;
}



/* タブコンテンツ */
.tab__panel {
  display: none;
  padding: 45rem 0 0;
}

#tab1.tab__panel {
  padding: 15rem 0 0;
}

.tab__panel.is-show {
  display: block;
}


/* ーーーーーーーキャラクター動画ーーーーーーーーー */

.c-tab__title {
  width: 100%;
  max-width: 1280rem;
  height: auto;
  margin: 0 auto;
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 36rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.8px;
  text-align: left;

}

.c-tab__title.--character {
  max-width: 100%;
  margin: 45rem 0 0;
  padding-left: 20rem;
  width: auto;
  margin-right: 16rem;
}

.l-details .c-tab__title {
  padding: 0 40rem 0 40rem;
}

.u-tab__title-wrap {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  max-width: 1280rem;
  height: auto;
  margin: 0 auto;
  padding: 0 40rem;
  align-items: end;
}

.c-tab__sub-title {
  display: flex;
  gap: 15rem;
  width: auto;
  height: auto;
  margin: 39rem 16rem 0 0;
  text-align: left;
  align-items: center;
  padding-left: 20px;
}

.c-tab__sub-title h3 {
  color: #000;
  font-family: "Barlow Condensed";
  font-size: 36rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.8px
}

.c-tab__sub-title p {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 16rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.8rem;
}

.u-noteTxt {
  max-width: 1280rem;
  margin: 20rem auto 0;
  box-sizing: border-box;
  padding: 0 40rem;
  text-align: right;
}
.u-title__comment {
  display: inline-block;
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 11rem;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.55px;
  border-bottom: 3rem dotted #000;
  padding-bottom: 8px;
  vertical-align: bottom;
}


.slider--character {
  width: 100%;
  max-width: 1280rem;
  padding: 0 40rem;
  margin: 50rem auto 0;
}

.slider-character__inner {
  display: flex;
  flex-wrap: nowrap;
  gap: 32rem;
  margin-left: 18rem;
}

.slider-character__img {
  max-width: 270rem;
  position: absolute;
  top: 0;
  left: 0;
}

.slider-character__item {
  box-sizing: border-box;
  padding-top: 218rem;
  position: relative;
}

.slider-character__no {
  position: relative;

}

.slider-character__no-txt {
  position: absolute;
  top: -55rem;
  left: -24rem;
  color: #000;
  font-family: "Baloo Tamma 2";
  font-size: 16rem;
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
  text-transform: uppercase;
  display: flex;
  width: 141rem;
  padding: 10rem 0px 5rem 0px;
  justify-content: center;
  align-items: center;
  border-radius: 6rem 6rem 0px 0px;
  border: 2rem solid #000;
}

.slider-character__no-txt.--no01 {
  background: #F79286;
}

.slider-character__no-txt.--no02 {
  background: #EDDC74;
}

.slider-character__no-txt.--no03 {
  background: #CBF07F;
}

.slider-character__no-txt.--no04 {
  background: #7FB9F0;
}


.slider-character__text {
  max-width: 260rem;
  min-height: 306rem;
  /* margin: -86rem -20rem; */
  border-radius: 0px 6rem 6rem 6rem;
  border: 2rem solid #000;
  background: #FFF;
  padding: 20rem 22rem 24rem;
  position: relative;
  left: -20rem;
  z-index: 1;
}

.slider-character__desc {

  margin-top: 10rem;
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 13rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 19.5px */
}




/* ----------video list------------ */
.c-videolist {
  width: 100%;
  max-width: 1280px;
  margin: 44rem auto;
  display: flex;
  flex-wrap: wrap;
  padding: 0 40rem;
  gap: 53rem 26rem;
}

.c-videolist.--character {
  margin: 64rem auto 0;
}


.c-videolist__item {
  position: relative;
  width: calc(100% / 3 - 17.4rem);
}

.m-category-tag {
  position: absolute;
  top: -8px;
  left: -6px;
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  border-radius: 5px;
  background: #000;
  padding: 10px;
  z-index: 2;
}

.m-videolist__img {
  border: 2rem solid #000;
  height: auto;
}

.m-videolist__img img {
  aspect-ratio: 16 / 9;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: #dadada;
}


.c-videolist__data {
  display: none;
}
.c-videolist__title {
  margin-top: 10px;
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 18rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.c-videolist__caption{
  display: none;
}


/* ==================================================
   企業PR tab２
================================================== */




@media screen and (max-width: 768px) {
  .u-public {
    padding: 48rem 4%;
    margin-top: 0;
    border: none;
  }

  .c-cloud__one.--public {
    top: -95rem;
    left: -64rem;
    width: 100rem;
    height: 44rem;
  }

  .c-cloud__two.--public {
    top: -40rem;
    left: 64rem;
    width: 74rem;
    height: 36rem;
  }

  .c-cloud__three.--public {
    top: -50rem;
    right: 42rem;
    width: 68rem;
    height: 48rem;
  }

  .c-section__ttl-wrap {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }

  .m-section__ttl {
    font-size: 64rem;
    font-weight: 700;
    line-height: 160%;
    /* 51.2px */
    letter-spacing: 4.48px;
  }

  .m-section__desc {
    font-size: 28rem;
    margin-top: 0;
  }

  .c-section__ttl-wrap.--public::before {
    top: 38%;
    left: -7%;
    width: 172rem;
    height: 90rem;
  }

  .c-section__ttl-wrap.--public::after {
    top: 68%;
    right: 3%;
    width: 68rem;
    height: 48rem;
  }





  .tab__menu {
    width: 100%;
    height: auto;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .tab__menu .tab__menu-item:nth-of-type(1) {
    border: none;
    border-top: #000 2px solid;
    border-right: #000 2px solid;
    border-bottom: #000 2px solid;
    border-left: #000 2px solid;
  }


  .tab__menu .tab__menu-item:nth-of-type(2) {
    border: none;
    border-top: #000 2px solid;
    border-right: #000 2px solid;
    border-bottom: #000 2px solid;
    border-left: #000 0px solid;
  }

  .tab__menu .tab__menu-item:nth-of-type(3) {
    border: none;
    border-top: #000 0px solid;
    border-right: #000 2px solid;
    border-bottom: #000 2px solid;
    border-left: #000 2px solid;
  }

  .tab__menu .tab__menu-item:nth-of-type(4) {
    border: none;
    border-top: #000 0px solid;
    border-right: #000 2px solid;
    border-bottom: #000 2px solid;
    border-left: #000 0px solid;
  }

  .tab__menu .tab__menu-item:nth-of-type(5) {
    border: none;
    border-top: #000 0px solid;
    border-right: #000 2px solid;
    border-bottom: #000 2px solid;
    border-left: #000 2px solid;
  }

  .tab__menu-item {
    width: 50%;
    padding: 8px 0 10px;
    height: auto;
    font-size: 24rem;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    /* 19.2px */
    letter-spacing: 1.68px;
    border: #000 2px solid;
  }


  .tab__menu-item.is-active {
    height: auto;
    top: 0;
    position: relative;
    border-radius: 0;
    z-index: 1;
    margin: 0 0;
  }


  .tab__panel {
    padding-top: 72rem;
  }


  .u-tab__title-wrap {
    position: relative;
    flex-direction: column;
    align-items: center;
  }

  .c-tab__sub-title {
    display: flex;
    gap: 15rem;
    width: auto;
    max-width: auto;
    height: auto;
    margin: 39rem 16rem 0 0;
    text-align: left;
    align-items: center;
  }

  .c-tab__sub-title h3 {
    color: #000;
    font-family: "Barlow Condensed";
    font-size: 56rem;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 1.4px;
  }

  .c-tab__sub-title p {
    color: #000;
    font-family: "Noto Sans JP";
    font-size: 28rem;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    /* 22.4px */
    letter-spacing: 1.96px;
  }

  .c-tab__title {
    position: relative;
    width: 100%;
    max-width: 1200rem;
    height: auto;
    margin: 0 auto;
    padding-left: 0;
    color: #000;
    font-family: "Noto Sans JP";
    font-size: 44rem;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: 1.1px;
    text-align: center;
  }

  .c-tab__title.--character {
    position: static;
  }

  .u-noteTxt {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }
  .u-title__comment {
    margin-top: 20rem;
    font-size: 22rem;
    border-bottom: 6rem dotted #000;
    padding-bottom: 6rem;
  }


  .u-title__comment--sp {
    display: inline-block;
    color: #000;
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 0.55px;
    margin-top: 20rem;
    font-size: 22rem;
    border-bottom: 6rem dotted #000;
    padding-bottom: 6rem;
  }



  .slider--character {
    margin: 32rem auto 0;
  }


  .slider-character__item.slick-slide.slick-current {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .c-cloud__one.--character {
    top: -204rem;
    left: -64rem;
    width: 100rem;
    height: 44rem;
  }

  .c-cloud__two.--character {
    top: -152rem;
    left: 64rem;
    width: 74rem;
    height: 36rem;
  }

  .c-cloud__three.--character {
    top: -184rem;
    right: 42rem;
    width: 68rem;
    height: 48rem;

  }

  .slider-character__inner {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  .slider-character__item {
    margin: 0 30rem;
    padding-top: 300rem;
  }




  .slider-character__img {
    width: 90%;
    max-width: 570rem;
    height: auto;
  }


  .slider-character__text {
    min-height: 520rem;
    /* margin: -40rem 0 0; */
    max-width: 630rem;
    padding: 36rem 48rem;
    border-radius: 0px 12rem 12rem 12rem;
    border: 4rem solid #000;
  }




  .slider-character__no-txt {
    top: -98rem;
    left: -52rem;
    font-size: 24rem;
    font-style: normal;
    font-weight: 800;
    line-height: 100%;
    text-transform: uppercase;
    display: flex;
    width: auto;
    padding: 20rem 48rem 10rem;
    justify-content: center;
    align-items: center;
    border-radius: 12rem 12rem 0px 0px;
    border-top: 4rem solid #000;
    border-right: 4rem solid #000;
    border-left: 4rem solid #000;
  }


  .slider-character__desc {
    color: #000;
    font-family: "Noto Sans JP";
    font-size: 26rem;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
  }



  .dots-wrapper__character {
    position: relative;
    width: 100%;
    height: auto;
    max-width: 757rem;
    margin: 0 auto;
  }

  .dots-wrapper__character ul {
    margin-top: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16rem;
  }

  .dots-wrapper__character .slick-dots li button {
    width: 16rem;
    height: 16rem;
    border-radius: 50%;
    background: #fff;
    border: solid 2rem #000;
    text-indent: -9999px;
    /* 数字を非表示にする */
    cursor: pointer;
    transition: background 0.3s;
  }

  /* アクティブ状態のドット */
  .dots-wrapper__character .slick-dots li.slick-active button {
    background: #000;
  }


  .c-videolist {
    width: 100%;
    margin: 0 auto;
    padding: 64rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 48rem;
  }

  .c-videolist.--character {
    margin: 0 auto;
  }


  .c-videolist__item {
    position: relative;
    max-width: 690rem;
    width: 100%;
  }

  .m-videolist__img {
    border: 4rem solid #000;
    max-width: 690rem;
    width: 100%;
    height: auto;
  }



  .c-videolist__title {
    margin-top: 10px;
    color: #000;
    font-family: "Noto Sans JP";
    font-size: 32rem;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: 0.8px;
  }

  .m-category-tag {
    position: absolute;
    top: -20rem;
    left: 16rem;
    font-size: 28rem;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    font-weight: 900;
    border-radius: 6rem;
    background: #000;
    display: inline-flex;
    padding: 2rem 12rem 6rem 12rem;
    justify-content: center;
    align-items: center;
  }

}

/* ==================================================
   u-sns-links
================================================== */

.c-cloud__one.--sns {
  top: 15rem;
  right: 244rem;
  width: 115rem;
  height: 51rem;
}

.c-cloud__two.--sns-right {
  top: 90rem;
  right: 66rem;
  width: 85rem;
  height: 43rem;
}

.c-cloud__two.--sns-left {
  top: 42rem;
  left: 0;
  width: 85rem;
  height: 43rem;
}

.c-cloud__three.--sns {
  top: 78rem;
  left: 200rem;
  width: 76rem;
  height: 53rem;
}


.u-sns-links {
  width: 100%;
  height: auto;
  background-image: url(/drivers/kouhougallery/images/bottom_background.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 40rem 0 98rem;
  border-top: 2rem solid #000;

}

.c-section__ttl-wrap.--sns {
  margin: 0 auto 0;
}

.u-sns-links__list {
  display: flex;
  width: 100%;
  max-width: 1280rem;
  height: auto;
  margin: 38rem auto 0;
  justify-content: center;
  align-items: center;
  padding: 0 40rem;
  gap: clamp(8px, 2vw, 30px);
}

.m-sns-links__item {
  display: flex;
  position: relative;
  max-width: 244px;
  width: 100%;
}

.m-sns-links__item a {
  width: 100%;
  padding: 16px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 44.5px;
  border: 1px solid #000;
  background: #FFF;
  gap: clamp(4px, 1vw, 16px);
}

.u-sns-links__text {
  color: #000;
  font-family: Futura;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.18px;
}

.m-sns-links__item a img {
  width: 58px;
  height: auto;
}

.m-sns__arrow {
  position: absolute;
  width: 38rem;
  height: 38rem;
  border-radius: 50%;
  border: 1px solid #000;
  top: 50%;
  right: 16px;
  transform: translate(0%, -50%);
  background-color: transparent;
  transition: all 0.3s ease;
}

.m-sns__arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg) scale(1);
  width: 7px;
  height: 7px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transition: all 0.3s ease;
}

/* ホバー時の本体：背景色＆拡大 */
.m-sns-links__item a:hover .m-sns__arrow {
  border: 1px solid #000;
  background-color: #025EAD;
  transform: translate(0%, -50%) scale(1.1);
}

/* ホバー時の矢印：拡大 */
.m-sns-links__item a:hover .m-sns__arrow::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translate(-50%, -50%) rotate(45deg) scale(1.2);
}



@media screen and (max-width: 768px) {


  .c-cloud__one.--sns {
    top: 46rem;
    right: 655rem;
    width: 100rem;
    height: 44rem;
  }

  .c-cloud__two.--sns-right {
    display: none;
  }

  .c-cloud__two.--sns-left {
    top: 100rem;
    left: 42rem;
    width: 74rem;
    height: 36rem;
  }

  .c-cloud__three.--sns {
    top: 86rem;
    left: 580rem;
    width: 68rem;
    height: 48rem;
  }

  .u-sns-links {
    width: 100%;
    height: auto;
    background-image: url(/drivers/kouhougallery/images/bottom_background_sp.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    padding: 48rem 4% 194rem;
    border-top: 4rem solid #000;
  }

  .u-sns-links__list {
    display: flex;
    width: 100%;
    margin: 32rem auto 0;
    flex-direction: column;
    gap: 16rem;
  }

  .m-sns-links__item {
    width: 100%;
    max-width: 690rem;
  }

  .m-sns-links__item a {
    width: 100%;
    padding: 8px;
    border-radius: 44.5px;
    border: 1px solid #000;
    background: #FFF;
    gap: 16px;
  }

  .m-sns-links__item a img {
    width: 40px;
    height: auto;
  }

  .m-sns__arrow {
    position: absolute;
    width: 40px;
    height: 40px;
    border: 1px solid #000;
    top: 50%;
    right: 8px;
  }

  .u-sns-links__text {
    font-size: 32rem;
    font-weight: 500;
    letter-spacing: 0.16px;
  }
}





.c-cloud__one.--lower-page {
  top: -10rem;
  left: inherit;
  right: 100rem;
  width: 100rem;
  height: 44rem;
}
.c-cloud__two.--lower-page {
  top: 34rem;
  left: inherit;
  right: 10rem;
  width: 74rem;
  height: 36rem;
}
.c-cloud__three.--lower-page {
  display: none;
}
/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
  .c-cloud__one.--lower-page {
    top: 49rem;
    left: -64rem;
    right: inherit;
    width: 100rem;
    height: 44rem;
  }
  .c-cloud__two.--lower-page {
    top: 100rem;
    left: 40rem;
    right: inherit;
    width: 74rem;
    height: 36rem;
  }
  .c-cloud__three.--lower-page {
    display: block;
    top: 96rem;
    right: 20rem;
    width: 68rem;
    height: 48rem;
  }
}




/* ==================================================
   モーダル
================================================== */
.c-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}

.c-modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.80);
  /* 背景を暗くする */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.l-mordal_wrap {
  width: 90%;
  max-width: 960rem;
  margin: 0 auto;
  max-height: 100vh;
}

.c-modal__iframe-wrap {
  text-align: center;
  position: relative;
  width: 100%;
  max-width: 960rem;
  aspect-ratio: 16 / 9;
}

.c-modal__iframe-wrap iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.c-modal__close {
  position: fixed;
  top: 16px;
  right: 16px;
  z-index: 10000;
  background: none;
  border: none;
  font-size: 36px;
  color: #fff;
  cursor: pointer;
}

.c-modal__info {
  max-width: 960rem;
}

.c-modal__date {
  color: #FFF;
  margin-top: 17rem;
  font-family: "Noto Sans JP";
  font-size: 13rem;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  /* 20.8px */
}

.c-modal__title {
  color: #FFF;
  margin-top: 4rem;
  font-family: "Noto Sans JP";
  font-size: 24rem;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  /* 38.4px */
}

.c-modal__caption {
  color: #FFF;
  margin-top: 4rem;
  font-family: "Noto Sans JP";
  font-size: 16rem;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  /* 25.6px */
  max-height: 130rem;
  /* 行数ベース（行間に応じて調整） */
  overflow-y: auto;
  padding-right: 1em;
  scrollbar-width: thin;
  /* Firefox用 */
  scrollbar-color: #fff transparent;
  /* Firefox用 */
}


.c-modal__caption::-webkit-scrollbar-thumb {
  background-color: #ffffff;
  /* ←白に */
  border-radius: 4px;
  background-clip: content-box;
  border: 2px solid transparent;
  /* 内側だけ表示される */
}



.c-modal__category {
  margin-top: 20rem;
  display: inline-block;
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 14rem;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  padding: 10rem;
  background-color: #FFF;
  border-radius: 5rem;
}

.m-coming-soon {
  display: block;
  width: 100%;
  max-width: 1200rem;
  margin: 80rem auto 128rem;
  text-align: center;
}

.m-coming-soon img {
  max-width: 372rem;
  height: auto;
  margin: 0 auto;
}





@media screen and (max-width: 768px) {

  .c-modal__date {
    font-size: 26rem;
  }



  .c-modal__title {
    margin-top: 8rem;
    font-size: 36rem;
  }

  .c-modal__caption {
    margin-top: 8rem;
    max-height: 260rem;
    overflow-y: auto;
    padding-right: 0;
    font-size: 28rem;
    line-height: 170%;
    /* 23.8px */
  }

  .c-modal__category {
    margin-top: 24rem;
    padding: 2rem 12rem 6rem;
    background-color: #FFF;
    font-size: 24rem;
    font-weight: 700;
    line-height: 160%;
    /* 19.2px */
  }


  .m-coming-soon {
    margin: 88rem auto 80rem;
  }

  .m-coming-soon img {
    max-width: 334rem;
    height: auto;
    margin: 0 auto;
  }


}