@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");

body {
  font-family: "Noto Sans JP", serif;
  padding-bottom: 10%;
  width: 100%;
  overflow-x: hidden;
}

@media (min-width: 900px) {
  body {
    padding-bottom: 0;
  }
}

.header {
}

.header_inner {
  display: flex;
  flex-direction: column;
  max-width: 1280px;
  margin: 0 auto;
}

.header-logo {
  height: 42px;
  padding: 8px 16px;
}

.header-logo_link {
  display: block;
  height: 100%;
}

.header-logo_link img {
  height: 100%;
  width: auto;
}

.header-nav {
  background: #ffffe8;
  padding: 8px 16px;
}

.header-nav_list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.header-nav_item {
  font-size: 12px;
  font-weight: 500;
  background: #ff6210;
  padding: 4px 8px;
  border-radius: 4px;
  color: #fff;
}

@media (min-width: 900px) {
  .header {
    padding: 12px 16px;
  }
  .header_inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .header-logo {
    padding: 0;
  }
  .header-nav {
    background: none;
    padding: 0;
  }
  .header-nav_list {
    gap: 20px;
  }
  .header-nav_item {
    font-size: 16px;
    padding: 0;
    background: none;
    border-radius: 0;
    color: #000;
  }
}

.c-section {
}

.c-section.--py01 {
  padding: 32px 0;
}

.c-section.--color-01 .c-section_inner {
  background: #ffffd5;
  padding: 32px 0;
}

.c-section_inner {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}

.c-section.--voice .c-section_inner {
  background: url("./img/6sp-back.jpg") center / cover no-repeat;
  padding: 32px 0;
}

@media (min-width: 900px) {
  .c-section.--voice .c-section_inner {
    background: url("./img/6pc-back.jpg") center / cover no-repeat;
  }
}

.mv-main {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.mv-main_item {
  width: 100%;
}

.mv-main_item img {
  width: 100%;
  height: auto;
}

.mv-main_text {
  width: 90%;
  position: absolute;
  bottom: 2%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
}

.mv-main_text img {
  width: 100%;
  height: auto;
}

@media (min-width: 900px) {
  .mv-main_text {
    width: 80%;
  }
}

.c-img-content {
  width: 100%;
}

.c-img-content img {
  width: 100%;
  height: auto;
}

.c-img-content.--1 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.c-button {
  display: block;
  width: 300px;
  margin: 24px auto;
}

.c-button img {
  width: 100%;
  height: auto;
}

.top-button-flex {
  display: grid;
  grid-template-columns: 1fr;
  align-items: flex-end;
  gap: 24px;
  max-width: 400px;
  width: 90%;
  margin: 24px auto 0;
}

.top-button-flex_item {
  display: block;
  width: 100%;
}

.top-button-flex_item img {
  width: 100%;
  height: auto;
}
@media (min-width: 900px) {
  .top-button-flex {
    grid-template-columns: repeat(2, 1fr);
    max-width: 800px;
  }
}

.c-img-title {
  max-width: 800px;
  width: 90%;
  margin: 0 auto;
}

.c-img-title img {
  width: 100%;
  height: auto;
}

.top-voice-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 400px;
  width: 90%;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
}

.top-voice-list_item {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

.top-voice-list_video img {
  width: 100%;
  height: auto;
}

.top-voice-list_item video {
  width: 100%;
  height: auto;
}

.top-voice-list_text img {
  width: 100%;
  height: auto;
}
@media (min-width: 900px) {
  .top-voice-list {
    max-width: 100%;
  }
  .top-voice-list_item {
    grid-template-columns: 45% 1fr;
  }
}

.top-voice-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  max-width: 400px;
  width: 90%;
  margin-top: 42px;
  margin-left: auto;
  margin-right: auto;
}

.top-voice-grid_item {
  display: grid;
  grid-template-columns: 45% 1fr;
  gap: 12px;
}

.top-voice-grid_video {
  width: 100%;
  height: auto;
}

.top-voice-grid_video video {
  width: 100%;
  height: auto;
}

.top-voice-grid_video img {
  width: 100%;
  height: auto;
}

.top-voice-grid_text {
}

.top-voice-grid_text img {
  width: 100%;
  height: auto;
}

@media (min-width: 900px) {
  .top-voice-grid {
    grid-template-columns: repeat(3, 1fr);
    max-width: 100%;
  }
  .top-voice-grid_item {
    display: block;
  }
  .top-voice-grid_text {
    margin-top: 18px;
  }
}

.float-menu {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 999;
}
.float-menu_list {
  display: flex;
  width: 100%;
}

.float-menu_item {
  flex: 1;
}

.float-menu_link {
  display: block;
  width: 100%;
}

.float-menu_link img {
  width: 100%;
  height: auto;
}

@media (min-width: 900px) {
  .float-menu {
    right: 0;
    top: 80px;
    bottom: initial;
    width: 40px;
  }
  .float-menu_list {
    display: block;
  }
}