@charset "UTF-8";
/* イージング
-----------------------------------------------------------------*/
/* デュレーション
-----------------------------------------------------------------*/
/*=============================================

	ボタン

==============================================*/
/*=============================================

	フォームリセット

==============================================*/
/*=============================================

	チェックボックス（共通）

==============================================*/
/*=============================================

	ページヘッダー

==============================================*/
/*=============================================

	ページリード

==============================================*/
/*=============================================

	記事リスト

==============================================*/
/*=============================================

	inview

==============================================*/
/*=============================================

	静的ページスタイル

==============================================*/
.c-button, .topSection_more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 240px;
  height: 48px;
  border-radius: 8px;
  background-color: #FBC600;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.12em;
  line-height: 1;
  color: #041b24;
  border: 1px solid #FBC600;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media (hover: hover) {
  .c-button:hover, .topSection_more:hover {
    background-color: #041b24;
    color: #FBC600;
  }
}

.c-archive {
  max-width: 1280px;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .c-archive {
    padding: 0 min(32px, 2.5vw);
  }
}
@media print, screen and (max-width: 767px) {
  .c-archive {
    padding: 0 min(16px, 16 / 375 * 100vw);
  }
}

.c-archiveTab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #041b24;
}
@media print, screen and (min-width: 768px) {
  .c-archiveTab {
    gap: 8px;
    padding: 0 36px;
    margin-top: 80px;
    margin-bottom: 40px;
  }
}
@media print, screen and (max-width: 767px) {
  .c-archiveTab {
    gap: 4px;
    padding: 0 min(16px, 16 / 375 * 100vw);
    margin-top: 36px;
    margin-bottom: 26px;
  }
}

.c-archiveTab_item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 8px 8px 0 0;
  background-color: #F4F4F4;
  color: #A3A3A3;
  font-weight: bold;
  letter-spacing: 0.12em;
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  .c-archiveTab_item {
    width: 160px;
    height: 48px;
    font-size: 16px;
  }
}
@media print, screen and (max-width: 767px) {
  .c-archiveTab_item {
    width: 110px;
    height: 32px;
    font-size: 14px;
  }
}
.c-archiveTab_item.is-current {
  background-color: #fff;
  color: #041b24;
  border-top: 1px solid #041b24;
  border-left: 1px solid #041b24;
  border-right: 1px solid #041b24;
  pointer-events: none;
}
.c-archiveTab_item.is-current::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  z-index: 1;
}

.c-archiveFilter {
  background-color: #F4F4F4;
}
@media print, screen and (min-width: 768px) {
  .c-archiveFilter {
    padding: 16px 32px;
    margin-top: 40px;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media print, screen and (max-width: 767px) {
  .c-archiveFilter {
    padding: 16px;
    margin-top: 24px;
    max-width: 100%;
    margin-left: min(16px, 16 / 375 * 100vw);
    margin-right: min(16px, 16 / 375 * 100vw);
  }
}

.c-archiveFilter_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.c-archiveFilter_toggle {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}

.c-archiveFilter_toggleIcon {
  position: relative;
  width: 12px;
  height: 12px;
}
.c-archiveFilter_toggleIcon:before, .c-archiveFilter_toggleIcon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  background-color: #041b24;
  translate: -50% -50%;
}
.c-archiveFilter_toggleIcon:before {
  rotate: 90deg;
  -webkit-transition: rotate 0.3s ease;
  transition: rotate 0.3s ease;
}
.c-archiveFilter.is-open .c-archiveFilter_toggleIcon:before {
  rotate: 0deg;
}

.c-archiveFilter_headTitle {
  font-weight: 700;
  font-family: "Lato", MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.08em;
}
@media print, screen and (min-width: 768px) {
  .c-archiveFilter_headTitle {
    font-size: 14px;
  }
}
@media print, screen and (max-width: 767px) {
  .c-archiveFilter_headTitle {
    font-size: 12px;
  }
}

@media print, screen and (max-width: 767px) {
  .c-archiveFilter_headTitle {
    cursor: pointer;
  }
}
.c-archiveFilter_body {
  border-top: 1px solid #041b24;
}
@media print, screen and (min-width: 768px) {
  .c-archiveFilter_body {
    margin-top: 16px;
    padding-top: 32px;
  }
}
@media print, screen and (max-width: 767px) {
  .c-archiveFilter_body {
    padding-top: 16px;
  }
}

.c-archiveFilter_reset {
  font-weight: 600;
  letter-spacing: 0.08em;
  text-decoration: underline;
  color: #041b24;
}
@media print, screen and (min-width: 768px) {
  .c-archiveFilter_reset {
    font-size: 12px;
  }
}
@media print, screen and (max-width: 767px) {
  .c-archiveFilter_reset {
    font-size: 11px;
  }
}

@media print, screen and (max-width: 767px) {
  .c-archiveFilter_body {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .c-archiveFilter.is-closed .c-archiveFilter_body {
    display: none;
  }
}
.c-archiveFilter_group {
  display: -ms-grid;
  display: grid;
}
@media print, screen and (min-width: 768px) {
  .c-archiveFilter_group {
    -ms-grid-columns: 42px 1fr;
    grid-template-columns: 42px 1fr;
    gap: 24px;
  }
}
@media print, screen and (max-width: 767px) {
  .c-archiveFilter_group {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media print, screen and (min-width: 768px) {
  .c-archiveFilter_group + .c-archiveFilter_group {
    margin-top: 24px;
  }
}
@media print, screen and (max-width: 767px) {
  .c-archiveFilter_group + .c-archiveFilter_group {
    margin-top: 24px;
  }
}

.c-archiveFilter_groupTitle {
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #041b24;
}
@media print, screen and (min-width: 768px) {
  .c-archiveFilter_groupTitle {
    font-size: 14px;
  }
}
@media print, screen and (max-width: 767px) {
  .c-archiveFilter_groupTitle {
    font-size: 12px;
    margin-bottom: 8px;
  }
}

.c-archiveFilter_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 768px) {
  .c-archiveFilter_buttons {
    gap: 12px 16px;
  }
}
@media print, screen and (max-width: 767px) {
  .c-archiveFilter_buttons {
    gap: 10px 14px;
  }
}

@media print, screen and (min-width: 768px) {
  .c-archiveFilter_button {
    font-size: 12px;
  }
}
@media print, screen and (max-width: 767px) {
  .c-archiveFilter_button {
    font-size: 11px;
  }
}

.c-archiveFilter_buttonText {
  letter-spacing: 0.12em;
}

.c-archiveFilter_actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media print, screen and (min-width: 768px) {
  .c-archiveFilter_actions {
    gap: 24px;
    margin-top: 32px;
  }
}
@media print, screen and (max-width: 767px) {
  .c-archiveFilter_actions {
    gap: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 24px;
  }
}

@media print, screen and (min-width: 768px) {
  .js-archiveFilterSubmit {
    font-size: 14px;
  }
}
@media print, screen and (max-width: 767px) {
  .js-archiveFilterSubmit {
    font-size: 14px;
  }
}

.c-archiveList {
  display: -ms-grid;
  display: grid;
}
@media print, screen and (min-width: 768px) {
  .c-archiveList {
    gap: 40px min(24px, 1.875vw);
  }
}
@media print, screen and (max-width: 767px) {
  .c-archiveList {
    gap: 24px min(7px, 7 / 375 * 100vw);
  }
}
@media print, screen and (min-width: 768px) {
  .c-archiveList.c-archiveList-movie {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media print, screen and (max-width: 767px) {
  .c-archiveList.c-archiveList-movie {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media print, screen and (min-width: 768px) {
  .c-archiveList.c-archiveList-music {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media print, screen and (max-width: 767px) {
  .c-archiveList.c-archiveList-music {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

.c-archiveList_node {
  opacity: 1;
  translate: 0 0 0;
  -webkit-transition: opacity 0.9s ease, translate 0.9s ease;
  transition: opacity 0.9s ease, translate 0.9s ease;
}
.c-archiveList_node.is-hide {
  opacity: 0;
  translate: 0 50px 0;
}
@media print, screen and (min-width: 768px) {
  .c-archiveList-movie .c-archiveList_node:nth-of-type(3n + 2) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }
}
@media print, screen and (min-width: 768px) {
  .c-archiveList-movie .c-archiveList_node:nth-of-type(3n + 3) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
}
@media print, screen and (min-width: 768px) {
  .c-archiveList-music .c-archiveList_node:nth-of-type(4n + 2) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }
}
@media print, screen and (min-width: 768px) {
  .c-archiveList-music .c-archiveList_node:nth-of-type(4n + 3) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
}
@media print, screen and (min-width: 768px) {
  .c-archiveList-music .c-archiveList_node:nth-of-type(4n + 4) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
}

.c-archiveList_nodeInner {
  cursor: pointer;
}

.c-archiveList_thumbnail {
  width: 100%;
}
.c-archiveList-movie .c-archiveList_thumbnail {
  aspect-ratio: 1.8390804598;
  overflow: hidden;
}
.c-archiveList-movie .c-archiveList_thumbnail img, .c-archiveList-movie .c-archiveList_thumbnail svg, .c-archiveList-movie .c-archiveList_thumbnail iframe, .c-archiveList-movie .c-archiveList_thumbnail video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.c-archiveList-music .c-archiveList_thumbnail {
  aspect-ratio: 1;
  overflow: hidden;
}
.c-archiveList-music .c-archiveList_thumbnail img, .c-archiveList-music .c-archiveList_thumbnail svg, .c-archiveList-music .c-archiveList_thumbnail iframe, .c-archiveList-music .c-archiveList_thumbnail video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.c-archiveList-music .c-archiveList_thumbnail.is-video img {
  width: 140%;
  height: 140%;
  margin: -20%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.c-archiveList_thumbnail img {
  -webkit-transition: scale 0.3s ease;
  transition: scale 0.3s ease;
  translate: 0 0 0;
}
@media (hover: hover) {
  .c-archiveList_nodeInner:hover .c-archiveList_thumbnail img {
    scale: 1.05;
  }
}

.c-archiveList_info {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media print, screen and (min-width: 768px) {
  .c-archiveList_info {
    margin-top: 18px;
  }
}
@media print, screen and (max-width: 767px) {
  .c-archiveList_info {
    margin-top: 8px;
  }
}
@media (hover: hover) {
  .c-archiveList_node:hover .c-archiveList_info {
    opacity: 0.6;
  }
}

.c-archiveList_client {
  font-weight: bold;
  letter-spacing: 0.12em;
  line-height: 1.5;
}
@media print, screen and (min-width: 768px) {
  .c-archiveList_client {
    font-size: 16px;
  }
}
@media print, screen and (max-width: 767px) {
  .c-archiveList_client {
    font-size: 13px;
  }
}

.c-archiveList_title {
  letter-spacing: 0.08em;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .c-archiveList_title {
    margin-top: 4px;
    font-size: 14px;
  }
}
@media print, screen and (max-width: 767px) {
  .c-archiveList_title {
    font-size: 12px;
    margin-top: 2px;
  }
}

.c-archiveList_tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 768px) {
  .c-archiveList_tags {
    gap: 4px min(8px, 0.625vw);
    margin-top: 6px;
  }
}
@media print, screen and (max-width: 767px) {
  .c-archiveList_tags {
    gap: 2px min(8px, 8 / 375 * 100vw);
    margin-top: 4px;
  }
}

.c-archiveList_tagForm {
  display: contents;
}
.c-archiveList_tagForm button {
  letter-spacing: 0.08em;
  line-height: 1.7;
  color: #A3A3A3;
  padding: 1px;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media print, screen and (min-width: 768px) {
  .c-archiveList_tagForm button {
    font-size: 11px;
  }
}
@media print, screen and (max-width: 767px) {
  .c-archiveList_tagForm button {
    font-size: 10px;
  }
}
.c-archiveList_tagForm button:hover {
  color: #FBC600;
}

.c-archivePager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media print, screen and (min-width: 768px) {
  .c-archivePager {
    margin-top: 56px;
    gap: 10px min(10px, 10 / 1280 * 100vw);
  }
}
@media print, screen and (max-width: 767px) {
  .c-archivePager {
    margin-top: 40px;
    gap: 8px min(8px, 8 / 375 * 100vw);
  }
}

.c-archivePager .page-numbers {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
  border-radius: 8px;
  background-color: transparent;
  color: #041b24;
  font-family: "Lato", MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  .c-archivePager .page-numbers {
    min-width: 40px;
    height: 40px;
    font-size: 12px;
    padding: 0 10px;
  }
}
@media print, screen and (max-width: 767px) {
  .c-archivePager .page-numbers {
    min-width: 36px;
    height: 36px;
    font-size: 11px;
    padding: 0 10px;
  }
}

.c-archivePager .page-numbers.current {
  background-color: transparent;
  color: #FBC600;
  pointer-events: none;
}

.c-archivePager .page-numbers.dots {
  background-color: transparent;
  width: auto;
  padding: 0 min(6px, 6 / 375 * 100vw);
}

@media (hover: hover) {
  .c-archivePager a.page-numbers:hover {
    background-color: transparent;
    color: #FBC600;
  }
}

.c-archivePager .page-numbers.prev,
.c-archivePager .page-numbers.next {
  position: relative;
  border: 1px solid #041b24;
  border-radius: 999px;
  background-color: #fff;
  min-width: 0;
  font-size: 0;
  padding: 0;
}
@media print, screen and (min-width: 768px) {
  .c-archivePager .page-numbers.prev,
  .c-archivePager .page-numbers.next {
    width: 40px;
    height: 40px;
  }
}
@media print, screen and (max-width: 767px) {
  .c-archivePager .page-numbers.prev,
  .c-archivePager .page-numbers.next {
    width: 36px;
    height: 36px;
  }
}

.c-archivePager .page-numbers.prev::before,
.c-archivePager .page-numbers.next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #041b24;
  border-right: 2px solid #041b24;
}

.c-archivePager .page-numbers.prev::before {
  -webkit-transform: translate(calc(-50% + 1px), -50%) rotate(-135deg);
  -ms-transform: translate(calc(-50% + 1px), -50%) rotate(-135deg);
  transform: translate(calc(-50% + 1px), -50%) rotate(-135deg);
}

.c-archivePager .page-numbers.next::before {
  -webkit-transform: translate(calc(-50% - 1px), -50%) rotate(45deg);
  -ms-transform: translate(calc(-50% - 1px), -50%) rotate(45deg);
  transform: translate(calc(-50% - 1px), -50%) rotate(45deg);
}

#header {
  background-color: transparent;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.is-scrolled #header, .is-menuOpen #header {
  background-color: #041b24;
}

.topMv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100svh;
  position: relative;
}

.topMv_video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.topMv_video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.topMv_video::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.34);
}

.topMv_content {
  position: relative;
  text-align: center;
}

.topMv_catch {
  font-weight: bold;
  letter-spacing: 0.12em;
  line-height: 1.6;
  color: #fff;
}
@media print, screen and (min-width: 768px) {
  .topMv_catch {
    font-size: 40px;
  }
}
@media print, screen and (max-width: 767px) {
  .topMv_catch {
    font-size: 26px;
  }
}

.topMv_lead {
  letter-spacing: 0.12em;
  color: #fff;
  font-weight: 500;
}
@media print, screen and (min-width: 768px) {
  .topMv_lead {
    margin-top: 48px;
    font-size: 16px;
    line-height: 2;
  }
}
@media print, screen and (max-width: 767px) {
  .topMv_lead {
    margin-top: 32px;
    font-size: 14px;
    line-height: 1.6;
  }
}

.topMv_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media print, screen and (min-width: 768px) {
  .topMv_buttons {
    gap: min(24px, 24 / 1280 * 100vw);
    margin-top: 78px;
  }
}
@media print, screen and (max-width: 767px) {
  .topMv_buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    margin-top: 48px;
  }
}

@media print, screen and (min-width: 768px) {
  .topMv_buttons_item {
    font-size: 20px;
    height: 56px;
  }
}

@media print, screen and (min-width: 768px) {
  .topSection {
    padding: 0 min(32px, 2.5vw);
    margin-top: 120px;
  }
}
@media print, screen and (max-width: 767px) {
  .topSection {
    padding: 0 min(16px, 16 / 375 * 100vw);
    margin-top: 80px;
  }
}
.topSection:has(.topSection_flow) {
  background-color: #F4F4F4;
}
@media print, screen and (min-width: 768px) {
  .topSection:has(.topSection_flow) {
    padding: 120px 0;
  }
}
@media print, screen and (max-width: 767px) {
  .topSection:has(.topSection_flow) {
    padding: 80px 0;
  }
}
.topSection:last-child {
  margin-bottom: 156px;
}

@media print, screen and (min-width: 768px) {
  .topSection_inner {
    max-width: min(1152px, 90vw);
    margin: 0 auto;
  }
}

@media print, screen and (min-width: 768px) {
  .topSection_heading {
    margin-bottom: 56px;
  }
}
@media print, screen and (max-width: 767px) {
  .topSection_heading {
    margin-bottom: 32px;
  }
}

.topSection_title {
  opacity: 1;
  translate: 0 0 0;
  -webkit-transition: opacity 0.9s ease, translate 0.9s ease;
  transition: opacity 0.9s ease, translate 0.9s ease;
  text-align: center;
  letter-spacing: 0.12em;
  line-height: 1;
  font-weight: bold;
}
.topSection_title.is-hide {
  opacity: 0;
  translate: 0 50px 0;
}
@media print, screen and (min-width: 768px) {
  .topSection_title {
    margin-bottom: 16px;
    font-size: 32px;
  }
}
@media print, screen and (max-width: 767px) {
  .topSection_title {
    margin-bottom: 8px;
    font-size: 22px;
  }
}

.topSection_ruby {
  opacity: 1;
  translate: 0 0 0;
  -webkit-transition: opacity 0.9s ease, translate 0.9s ease;
  transition: opacity 0.9s ease, translate 0.9s ease;
  font-family: "Lato", MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  letter-spacing: 0.8em;
  line-height: 1;
  color: #FBC600;
  text-align: center;
}
.topSection_ruby.is-hide {
  opacity: 0;
  translate: 0 50px 0;
}
@media print, screen and (min-width: 768px) {
  .topSection_ruby {
    font-size: 16px;
  }
}

.topSection_lead {
  opacity: 1;
  translate: 0 0 0;
  -webkit-transition: opacity 0.9s ease, translate 0.9s ease;
  transition: opacity 0.9s ease, translate 0.9s ease;
  letter-spacing: 0.12em;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
}
.topSection_lead.is-hide {
  opacity: 0;
  translate: 0 50px 0;
}
@media print, screen and (min-width: 768px) {
  .topSection_lead {
    margin-top: 36px;
    font-size: 16px;
  }
}
@media print, screen and (max-width: 767px) {
  .topSection_lead {
    margin-top: 28px;
    font-size: 12px;
  }
}

.topSection_footer {
  opacity: 1;
  translate: 0 0 0;
  -webkit-transition: opacity 0.9s ease, translate 0.9s ease;
  transition: opacity 0.9s ease, translate 0.9s ease;
}
.topSection_footer.is-hide {
  opacity: 0;
  translate: 0 50px 0;
}
@media print, screen and (min-width: 768px) {
  .topSection_footer {
    margin: 56px auto 0;
  }
}
@media print, screen and (max-width: 767px) {
  .topSection_footer {
    margin: 40px auto 0;
  }
}

.topSection_more {
  margin: auto;
}

.topSection_footerNotice {
  margin-top: 16px;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
.topSection_footerNotice a {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: #93A0FF;
  text-decoration: underline;
}
@media (hover: hover) {
  .topSection_footerNotice a:hover {
    opacity: 0.7;
  }
}

@media print, screen and (min-width: 768px) {
  .topSection_flow {
    width: 572px;
    margin: 0 auto;
  }
}
@media print, screen and (max-width: 767px) {
  .topSection_flow {
    width: 100%;
    padding: 0 min(16px, 16 / 375 * 100vw);
  }
}

.topSection_flowNode {
  position: relative;
  opacity: 1;
  translate: 0 0 0;
  -webkit-transition: opacity 0.9s ease, translate 0.9s ease;
  transition: opacity 0.9s ease, translate 0.9s ease;
}
.topSection_flowNode.is-hide {
  opacity: 0;
  translate: 0 50px 0;
}
@media print, screen and (min-width: 768px) {
  .topSection_flowNode + .topSection_flowNode {
    margin-top: 60px;
  }
}
@media print, screen and (max-width: 767px) {
  .topSection_flowNode + .topSection_flowNode {
    margin-top: 56px;
  }
}
.topSection_flowNode + .topSection_flowNode::after {
  content: "";
  position: absolute;
  left: 50%;
  translate: -50% 0;
  width: 20px;
  height: 12px;
  background-color: #041b24;
  -webkit-clip-path: polygon(50% 12px, 0% 0%, 20px 0%);
  clip-path: polygon(50% 12px, 0% 0%, 20px 0%);
}
@media print, screen and (min-width: 768px) {
  .topSection_flowNode + .topSection_flowNode::after {
    top: -34px;
  }
}
@media print, screen and (max-width: 767px) {
  .topSection_flowNode + .topSection_flowNode::after {
    top: -34px;
  }
}

.topSection_flowHeading {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.topSection_flowNum {
  position: relative;
  z-index: 2;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #041b24;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  width: 24px;
  border-radius: 4px;
}

.topSection_flowTitle {
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1;
  background-color: #fff;
  border-radius: 8px;
  margin-left: -12px;
  padding: 16px 16px 16px 24px;
}
@media print, screen and (min-width: 768px) {
  .topSection_flowTitle {
    font-size: 16px;
  }
}
@media print, screen and (max-width: 767px) {
  .topSection_flowTitle {
    font-size: 14px;
  }
}
@media print, screen and (max-width: 767px) {
  .topSection_flowTitle small {
    font-size: 11px;
  }
}

.topSection_flowText {
  margin-top: 8px;
  font-size: 12px;
  letter-spacing: 0.08em;
  line-height: 1.66;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .topSection_flowText {
    margin-left: 36px;
  }
}
@media print, screen and (max-width: 767px) {
  .topSection_flowText {
    margin-left: 16px;
  }
}

/*=============================================
		line-height: 2;
		font-weight: 600;
	大見出し

	small {
		font-size: 12px;
		letter-spacing: 0.08em;
		line-height: 1.5;
	}

	@media print, screen and (min-width: 768px) {
		font-size: 14px;
		letter-spacing: 0.08em;
		line-height: 2;
		font-weight: 600;
	}

==============================================*/
/*
	中見出し
------------------------------------*/
/*  小見出し */