@charset "UTF-8";
body {
  color: #fff;
  background-color: #000000; }

/*
---------------------------------------------------------------------------------------------------------------------
トーク
---------------------------------------------------------------------------------------------------------------------
*/
.blog-mv {
  position: relative;
  color: #fff; }
  .blog-mv__image {
    position: relative;
    width: 70%; }
  .blog-mv__content {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5%;
    display: flex;
    align-items: center;
    z-index: 2; }
  .blog-mv__title {
    position: relative;
    z-index: 3;
    text-align: center; }
    .blog-mv__title h1 {
      font-size: 5.2em;
      font-weight: 900;
      line-height: 1.0em; }
      @media (min-width: 768px) {
        .blog-mv__title h1 {
          font-size: 7em; } }
      @media (min-width: 1024px) {
        .blog-mv__title h1 {
          font-size: 11em; } }
      @media (min-width: 1200px) {
        .blog-mv__title h1 {
          font-size: 14em; } }
    .blog-mv__title .txt {
      display: none; }
      @media (min-width: 768px) {
        .blog-mv__title .txt {
          display: block; } }
    .blog-mv__title p {
      font-size: 0.9em;
      font-weight: 700;
      line-height: 1.5em;
      margin: 30px 0 15px 0; }
      @media (min-width: 1024px) {
        .blog-mv__title p {
          font-size: 1.75em; } }
    .blog-mv__title ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 4px 8px;
      list-style: none;
      margin: 0;
      padding: 0; }
      .blog-mv__title ul li {
        font-size: 0.65em;
        line-height: 1.5em; }
        @media (min-width: 1024px) {
          .blog-mv__title ul li {
            font-size: 0.8em; } }

.blog-hero {
  position: relative;
  color: #fff; }
  .blog-hero__image {
    position: relative;
    inset: 0;
    z-index: 0; }
    .blog-hero__image::before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: linear-gradient(to right, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.6));
      height: 100%;
      mix-blend-mode: multiply; }
  .blog-hero__inner {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10%;
    display: flex;
    align-items: center;
    z-index: 2;
    max-width: 1180px;
    margin: 0 auto;
    padding: 20px 24px 70px; }
    @media (min-width: 768px) {
      .blog-hero__inner {
        padding: 22px 40px 90px; } }
    @media (min-width: 1024px) {
      .blog-hero__inner {
        padding: 26px 44px 110px; } }
  .blog-hero__content {
    max-width: 520px;
    margin: 72px 0 0 auto; }
    .blog-hero__content h1 {
      margin: 0 0 24px 0;
      font-size: 4.6em;
      font-weight: 900;
      line-height: 0.92em;
      letter-spacing: 0.04em; }
      @media (min-width: 768px) {
        .blog-hero__content h1 {
          font-size: 7em; } }
      @media (min-width: 1024px) {
        .blog-hero__content h1 {
          font-size: 9em; } }
    .blog-hero__content p {
      margin: 0 0 18px 0;
      font-size: 1.1em;
      font-weight: 700;
      line-height: 1.65em; }
      @media (min-width: 1024px) {
        .blog-hero__content p {
          font-size: 1.45em; } }
    .blog-hero__content span {
      display: block;
      font-size: 0.62em;
      line-height: 1.6em; }
      @media (min-width: 1024px) {
        .blog-hero__content span {
          font-size: 0.72em; } }
    @media (min-width: 768px) {
      .blog-hero__content {
        margin-top: 40px; } }

.overview-box {
  padding: 48px 24px; }
  @media (min-width: 768px) {
    .overview-box {
      padding: 80px 24px; } }
  .overview-box__inner {
    max-width: 760px;
    margin: 0 auto;
    padding: 48px 5%;
    background-color: #F4F2F2;
    border-radius: 10px;
    color: #000;
    box-sizing: border-box; }
    @media (min-width: 768px) {
      .overview-box__inner {
        padding: 68px 92px;
        border-radius: 20px; } }
    @media (min-width: 1024px) {
      .overview-box__inner {
        padding: 76px 110px; } }
  .overview-box__label {
    width: fit-content;
    margin: 0 auto 18px;
    padding: 5px 12px;
    background: #000;
    color: #fff;
    font-size: 0.7em;
    font-weight: 700;
    line-height: 1em; }
    @media (min-width: 1024px) {
      .overview-box__label {
        font-size: 0.8em; } }
  .overview-box h2 {
    margin: 0 0 34px 0;
    text-align: center;
    font-size: 1.35em;
    font-weight: 700;
    line-height: 1.6em; }
    @media (min-width: 1024px) {
      .overview-box h2 {
        font-size: 1.65em; } }
  .overview-box__text p {
    margin: 0 0 28px 0;
    font-size: 0.9em;
    font-weight: 500;
    line-height: 2.2em; }
    .overview-box__text p:last-child {
      margin-bottom: 0; }
    @media (min-width: 1024px) {
      .overview-box__text p {
        font-size: 1em; } }

.article-detail {
  color: #fff;
  padding: 60px 24px; }
  .article-detail__inner {
    max-width: 980px;
    margin: 0 auto; }
    @media (min-width: 768px) {
      .article-detail__inner {
        display: grid;
        grid-template-columns: 160px 1fr;
        gap: 80px; } }
    @media (min-width: 1200px) {
      .article-detail__inner {
        display: grid;
        grid-template-columns: 240px 1fr;
        gap: 80px; } }
  .article-detail__side {
    display: none; }
    @media (min-width: 1024px) {
      .article-detail__side {
        display: block; } }
  .article-detail__side-box {
    position: sticky;
    top: 80px;
    width: 120px;
    padding: 36px 18px;
    border: 1px solid #fff;
    text-align: center;
    box-sizing: border-box; }
    @media (min-width: 1200px) {
      .article-detail__side-box {
        width: 240px; } }
    .article-detail__side-box p {
      margin: 0 0 18px 0;
      font-size: 0.85em;
      font-weight: 700;
      line-height: 1.7em; }
    .article-detail__side-box span {
      display: block;
      font-size: 0.65em;
      line-height: 1.4em; }
  .article-detail__content {
    max-width: 620px;
    margin: 0 auto; }
    @media (min-width: 1024px) {
      .article-detail__content {
        margin: 0; } }
  @media (min-width: 1024px) {
    .article-detail {
      padding: 90px 24px 140px; } }

.article-block {
  margin-top: 100px; }
  .article-block:first-child {
    margin-top: 0; }
  .article-block h2 {
    margin: 0 0 36px 0;
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1.55em; }
    @media (min-width: 1024px) {
      .article-block h2 {
        font-size: 1.9em; } }
  .article-block h3 {
    margin: 0 0 12px 0;
    font-size: 1em;
    font-weight: 700;
    line-height: 1.6em; }
    @media (min-width: 1024px) {
      .article-block h3 {
        font-size: 1.1em; } }
  .article-block p {
    margin: 0 0 28px 0;
    font-size: 0.9em;
    font-weight: 500;
    line-height: 2.2em; }
    @media (min-width: 1024px) {
      .article-block p {
        font-size: 1em; } }
  .article-block ul {
    margin: 0 0 36px 0;
    padding-left: 1.4em; }
    .article-block ul li {
      font-size: 0.9em;
      line-height: 2em; }
      @media (min-width: 1024px) {
        .article-block ul li {
          font-size: 1em; } }
  @media (min-width: 1024px) {
    .article-block {
      margin-top: 150px; } }

.article-movie {
  display: grid;
  gap: 22px;
  margin: 36px 0; }
  .article-movie__image img {
    display: block;
    width: 100%;
    height: auto; }
  .article-movie__text p {
    margin-bottom: 0;
    font-size: 0.82em; }
    @media (min-width: 1024px) {
      .article-movie__text p {
        font-size: 0.9em; } }
  @media (min-width: 768px) {
    .article-movie {
      grid-template-columns: 220px 1fr;
      align-items: end;
      gap: 28px; } }

.article-image {
  margin: 34px 0; }
  .article-image img {
    display: block;
    width: 100%;
    height: auto; }

.chat-box {
  margin: 36px 0; }
  .chat-box p {
    width: fit-content;
    max-width: 100%;
    margin: 0 0 14px 0;
    padding: 12px 18px;
    border-radius: 8px;
    color: #000;
    font-size: 0.82em;
    font-weight: 700;
    line-height: 1.6em; }
    @media (min-width: 1024px) {
      .chat-box p {
        font-size: 0.9em; } }
  .chat-box__white {
    background: #fff; }
  .chat-box__green {
    margin-left: auto !important;
    background: #c8ff00; }

.article-link-card {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 16px;
  align-items: center;
  margin: 34px 0;
  padding: 12px;
  background: #1c1c1c;
  border-radius: 8px; }
  .article-link-card img {
    display: block;
    width: 100%;
    height: auto; }
  .article-link-card p {
    margin: 0 0 8px 0;
    font-size: 0.75em;
    line-height: 1.6em; }
    @media (min-width: 1024px) {
      .article-link-card p {
        font-size: 0.85em; } }
  .article-link-card span {
    color: #c8ff00;
    font-size: 0.75em;
    line-height: 1.4em; }
    @media (min-width: 1024px) {
      .article-link-card span {
        font-size: 0.85em; } }
  @media (min-width: 768px) {
    .article-link-card {
      grid-template-columns: 160px 1fr; } }

.article-chat {
  padding: 60px 24px;
  background: #000;
  color: #fff; }
  .article-chat__inner {
    max-width: 620px;
    margin: 0 auto; }
  .article-chat__message {
    position: relative;
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 28px; }
    .article-chat__message p {
      position: relative;
      flex: 1;
      margin: 0;
      padding: 14px 18px;
      border-radius: 10px;
      background: #fff;
      color: #000;
      font-size: 0.85em;
      font-weight: 700;
      line-height: 1.7em; }
      .article-chat__message p::after {
        content: "";
        position: absolute;
        top: 50%;
        right: -10px;
        transform: translateY(-50%);
        border-style: solid;
        border-width: 8px 0 8px 10px;
        border-color: transparent transparent transparent #fff; }
      @media (min-width: 1024px) {
        .article-chat__message p {
          font-size: 0.95em; } }
  .article-chat__icon {
    width: 54px;
    height: 54px;
    flex-shrink: 0;
    border-radius: 50%;
    background: #fff;
    overflow: hidden; }
    .article-chat__icon img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: contain; }
    @media (min-width: 1024px) {
      .article-chat__icon {
        width: 64px;
        height: 64px; } }
  .article-chat__reply {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 70px; }
    .article-chat__reply p {
      flex: 1;
      margin: 0;
      padding: 16px 22px;
      border-radius: 10px;
      background: #c8ff00;
      color: #000;
      font-size: 0.85em;
      font-weight: 700;
      line-height: 1.7em; }
      @media (min-width: 1024px) {
        .article-chat__reply p {
          font-size: 0.95em; } }
  .article-chat__avatar {
    width: 54px;
    height: 54px;
    flex-shrink: 0;
    border-radius: 50%;
    overflow: hidden; }
    .article-chat__avatar img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover; }
    @media (min-width: 1024px) {
      .article-chat__avatar {
        width: 64px;
        height: 64px; } }
  .article-chat__thumbs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    margin-bottom: 16px; }
    .article-chat__thumbs div {
      background: #111; }
      .article-chat__thumbs div img {
        display: block;
        width: 100%;
        height: auto; }
    @media (min-width: 768px) {
      .article-chat__thumbs {
        gap: 10px; } }
  .article-chat__caption {
    margin: 0 0 56px 0;
    font-size: 0.8em;
    line-height: 1.8em;
    color: #fff; }
    @media (min-width: 1024px) {
      .article-chat__caption {
        font-size: 0.9em; } }
  .article-chat__main-image {
    margin-bottom: 18px;
    border: 3px solid #1688ff; }
    .article-chat__main-image img {
      display: block;
      width: 100%;
      height: auto; }
    @media (min-width: 1024px) {
      .article-chat__main-image {
        border-width: 4px; } }
  @media (min-width: 1024px) {
    .article-chat {
      padding: 80px 24px; } }

.work-box a:hover .txt > h3 {
  color: #FFECB3; }
.work-box a .txt h5 {
  color: #fff; }
.work-box a .txt h3 {
  color: #fff; }

#contact {
  margin-top: 60px; }
  @media (min-width: 768px) {
    #contact {
      margin-top: 100px; } }

/*
---------------------------------------------------------------------------------------------------------------------
フッター
---------------------------------------------------------------------------------------------------------------------
*/
#footer {
  background-image: url("../../img/top/mv-sp.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 520px;
  bottom: -20px;
  margin-top: 40px; }
  @media (min-width: 768px) {
    #footer {
      background-image: url("../../img/top/mv-pc.webp");
      height: 600px; } }
  @media (min-width: 1024px) {
    #footer {
      height: 768px; } }
