@charset "UTF-8";
/* CSS Document */
/*
Theme Name: ギラソールスポンサー 公式サイト
Author: 株式会社ジャンプス

*/
/* 欧文フォント */
.eg {
  font-family: "korolev-compressed", sans-serif;
  font-weight: 700;
  font-style: normal;
}

/* 日本語フォント */
.jp {
  font-family: source-han-sans-japanese, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
}

/* 文字寄せ */
.center {
  text-align: center;
  margin: 0 auto;
}

.right {
  text-align: right;
  margin: 0 0 0 auto;
}

/* ノートパソコン改行 */
@media screen and (max-width: 1024px) {
  .npbr {
    display: block;
  }
}

/* タブレット改行 */
.tbbr {
  display: none;
}
@media screen and (max-width: 768px) {
  .tbbr {
    display: block;
  }
}

/* スマホ改行 */
.spbr {
  display: none;
}
@media screen and (max-width: 480px) {
  .spbr {
    display: block;
  }
}

/* スマホ非表示 */
@media screen and (max-width: 480px) {
  .spnone {
    display: none;
  }
}

/* 見出し */
/* 注釈 */
.note {
  padding-left: 1em;
  text-indent: -1em;
  color: #fede03;
  font-size: 0.85em;
  line-height: 1.25em;
}
.note::before {
  content: "※";
}

/* 小文字 */
.lowercase {
  text-transform: none !important;
}

.wf-loading {
  opacity: 0;
}

/* 画像 */
img {
  width: 100%;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}
img.img100 {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
.home img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.imgbox {
  line-height: 0;
}

.rd {
  border-radius: 0.5em;
  overflow: hidden;
}

.cir {
  border-radius: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 1/1;
}

/* =======================================================================================================================
　　　　　　　　　SVG
======================================================================================================================= */
/* 読み込み遅延 */
img {
  transition: 1s ease;
  backface-visibility: hidden;
}
img.lazyload {
  opacity: 0;
  filter: alpha(opacity=0);
}
img.lazyloaded {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* 読み込み遅延 */
.lazyload0, .lazyload1, .lazyload2, .lazyload3, .lazyload4 {
  transition: 1s ease;
  backface-visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
}
.lazyload0.lazyloaded, .lazyload1.lazyloaded, .lazyload2.lazyloaded, .lazyload3.lazyloaded, .lazyload4.lazyloaded {
  transition: 1s ease;
  backface-visibility: hidden;
  opacity: 1;
  filter: alpha(opacity=100);
}

.lazyload1 {
  transform: translate(0, 1.5em);
}
.lazyload1.lazyloaded {
  transform: translate(0, 0);
}

.lazyload2 {
  transform: translate(-1.5em, 0);
}
.lazyload2.lazyloaded {
  transform: translate(0, 0);
}

.lazyload3 {
  transform: translate(1.5em, 0);
}
.lazyload3.lazyloaded {
  transform: translate(0, 0);
}

.lazyload4 {
  transform: translate(0, -1.5em);
}
.lazyload4.lazyloaded {
  transform: translate(0, 0);
}

/* トップページ内コンテンツの場合 */
#front-page section .lazyload0.lazyloaded, #front-page section .lazyload1.lazyloaded, #front-page section .lazyload2.lazyloaded, #front-page section .lazyload3.lazyloaded, #front-page section .lazyload4.lazyloaded {
  opacity: 0;
  filter: alpha(opacity=0);
}
#front-page section .lazyload1.lazyloaded {
  transform: translate(0, 1.5em);
}
#front-page section .lazyload2.lazyloaded {
  transform: translate(-1.5em, 0);
}
#front-page section .lazyload3.lazyloaded {
  transform: translate(1.5em, 0);
}
#front-page section .lazyload4.lazyloaded {
  transform: translate(0, -1.5em);
}
#front-page section.on .lazyload0.lazyloaded, #front-page section.on .lazyload1.lazyloaded, #front-page section.on .lazyload2.lazyloaded, #front-page section.on .lazyload3.lazyloaded, #front-page section.on .lazyload4.lazyloaded {
  opacity: 1;
  filter: alpha(opacity=100);
}
#front-page section.on .lazyload1.lazyloaded {
  transform: translate(0, 0);
}
#front-page section.on .lazyload2.lazyloaded {
  transform: translate(0, 0);
}
#front-page section.on .lazyload3.lazyloaded {
  transform: translate(0, 0);
}
#front-page section.on .lazyload4.lazyloaded {
  transform: translate(0, 0);
}
@media screen and (min-width: 1921px) and (max-aspect-ratio: 100/53) {
  #front-page section.onsp .lazyload0.lazyloaded, #front-page section.onsp .lazyload1.lazyloaded, #front-page section.onsp .lazyload2.lazyloaded, #front-page section.onsp .lazyload3.lazyloaded, #front-page section.onsp .lazyload4.lazyloaded {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  #front-page section.onsp .lazyload1.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload2.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload3.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload4.lazyloaded {
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 1920px) and (min-width: 1025px) and (max-aspect-ratio: 2/1) {
  #front-page section.onsp .lazyload0.lazyloaded, #front-page section.onsp .lazyload1.lazyloaded, #front-page section.onsp .lazyload2.lazyloaded, #front-page section.onsp .lazyload3.lazyloaded, #front-page section.onsp .lazyload4.lazyloaded {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  #front-page section.onsp .lazyload1.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload2.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload3.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload4.lazyloaded {
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 1024px) and (min-width: 769px) and (max-aspect-ratio: 25/13) {
  #front-page section.onsp .lazyload0.lazyloaded, #front-page section.onsp .lazyload1.lazyloaded, #front-page section.onsp .lazyload2.lazyloaded, #front-page section.onsp .lazyload3.lazyloaded, #front-page section.onsp .lazyload4.lazyloaded {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  #front-page section.onsp .lazyload1.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload2.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload3.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload4.lazyloaded {
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) and (max-aspect-ratio: 25/37) {
  #front-page section.onsp .lazyload0.lazyloaded, #front-page section.onsp .lazyload1.lazyloaded, #front-page section.onsp .lazyload2.lazyloaded, #front-page section.onsp .lazyload3.lazyloaded, #front-page section.onsp .lazyload4.lazyloaded {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  #front-page section.onsp .lazyload1.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload2.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload3.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload4.lazyloaded {
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 480px) and (max-aspect-ratio: 35/68) {
  #front-page section.onsp .lazyload0.lazyloaded, #front-page section.onsp .lazyload1.lazyloaded, #front-page section.onsp .lazyload2.lazyloaded, #front-page section.onsp .lazyload3.lazyloaded, #front-page section.onsp .lazyload4.lazyloaded {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  #front-page section.onsp .lazyload1.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload2.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload3.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload4.lazyloaded {
    transform: translate(0, 0);
  }
}

/* ================= 右から左に流れ続けるアニメーション ============================================================ */
@keyframes flowani1 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes flowani2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200%);
  }
}
/* ================= 左から右に流れ続けるアニメーション ============================================================ */
/* --- flowani1 (Reversed) --- */
@keyframes flowani1-reverse {
  0% {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}
/* --- flowani2 (Reversed) --- */
@keyframes flowani2-reverse {
  0% {
    transform: translateX(-200%);
  }
  to {
    transform: translateX(0);
  }
}
/* ================= 回転テキスト ============================================================ */
@keyframes rt_anm {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-180deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
/* リンク */
a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
  transition: 0.5s ease;
  backface-visibility: hidden;
}
.partspage-ctt a, .contactpage-ctt a {
  color: #0057e1;
}
a img {
  transition: 0.5s ease;
  backface-visibility: hidden;
}

.btn {
  width: -moz-fit-content;
  width: fit-content;
}
.btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 12em;
  height: 3.5em;
  border-radius: 3.5em;
  padding: 0 2.5em;
  text-align: center;
  position: relative;
  box-shadow: 0.35em 0.35em 1em rgba(0, 0, 0, 0.25);
  transition: 0.4s ease-in-out;
  background: #fede03;
}
.btn a:hover {
  transform: translateY(0.2em);
  box-shadow: none;
}
.btn a:hover a {
  color: inherit;
  opacity: 1;
}
.btn a:hover a img {
  opacity: 1;
  transform: scale(1.05);
}
.btn a:hover {
  color: inherit;
}
.btn a:disabled:hover {
  scale: 1;
}
.sec-bg1 .btn a, .sec-bg3 .btn a {
  background: #000;
  color: #fff;
}
.sec-bg2 .btn a {
  color: #000;
}
.btn a span {
  font-size: 1.5em;
  line-height: 1;
  font-family: "korolev-compressed", source-han-sans-japanese, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 900;
  font-style: normal;
}
.btn.blk a {
  background: #000;
  color: #fff;
}

.filters .active {
  font-weight: 900;
  color: red;
}

.post_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1em;
  margin-bottom: 2.5em;
  list-style: none inside;
}
@media screen and (max-width: 768px) {
  .post_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
#front-page .post_list {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 768px) {
  #front-page .post_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.post_list li {
  width: 100%;
  position: relative;
}
.post_list li a {
  height: 100%;
  position: relative;
}
.post_list li a .date {
  line-height: 1;
  padding-bottom: 0.35em;
  text-align: right;
}
.post_list li a .date span {
  line-height: 1;
  font-style: italic;
}
.post_list li a .thumb {
  aspect-ratio: 5/3;
  margin-bottom: 1em;
  border-radius: 0.5em;
  overflow: hidden;
  box-shadow: 0.35em 0.35em 1em rgba(0, 0, 0, 0.25);
  transition: 0.4s ease-in-out;
}
.post_list li a .thumb:hover {
  transform: translateY(0.2em);
  box-shadow: none;
}
.post_list li a .thumb:hover a {
  color: inherit;
  opacity: 1;
}
.post_list li a .thumb:hover a img {
  opacity: 1;
  transform: scale(1.05);
}
.post_list li a .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: scale 0.5s ease-in-out;
}
.post_list li a h3 {
  font-size: 0.9em;
  font-weight: 500;
  line-height: 1.5;
}
.post_list li a .cp_name {
  display: inline-block;
  font-size: 0.8em;
  line-height: 1;
  background: #000;
  color: #fff;
  padding: 0.45em 1em 0.5em;
  border-radius: 2em;
}
@media screen and (max-width: 480px) {
  .post_list li a .cp_name {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    /* Opera9,10対応 */
    width: 15em;
  }
}
.post_list li a:hover {
  color: inherit;
}
.post_list li a:hover .thumb img {
  scale: 1.08;
}

.collab_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1em;
  list-style: none inside;
}
@media screen and (max-width: 768px) {
  .collab_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 480px) {
  .collab_list {
    grid-template-columns: 1fr;
  }
}
.collab_list li {
  display: flex;
}
.collab_item {
  width: 100%;
  background: #313131;
  border-radius: 0.5em;
  padding: 0.5em 0.5em 2em;
  transition: 0.5s ease-in-out;
  position: relative;
}
.collab_item .thumb {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 0.5em;
  overflow: hidden;
  margin-bottom: 1em;
}
.collab_item .thumb iframe {
  width: 100%;
  height: 100%;
}
.collab_item .txtbox {
  padding: 0 1em;
  transition: 0.5s ease-in-out;
}
.collab_item .date {
  line-height: 1;
  color: #fff;
  margin-bottom: 0.5em;
}
.collab_item .date .eg {
  font-size: 2em;
  font-style: italic;
  line-height: 1;
  transition: 0.5s ease-in-out;
}
.collab_item .cross {
  font-weight: 900;
  color: #fff;
  transition: 0.5s ease-in-out;
}
.collab_item .cp_name {
  display: inline-block;
  font-size: 1em;
  line-height: 1;
  background: #0057e1;
  color: #fff;
  padding: 0.45em 1em 0.5em;
  border-radius: 2em;
  margin: 0.25em 0;
}
@media screen and (max-width: 768px) {
  .collab_item .cp_name {
    font-size: 0.75em;
  }
}
.collab_item .cp_name.mc {
  background: #fede03;
  color: #000;
  transition: 0.5s ease-in-out;
}
.collab_item .title {
  font-size: 1.2em;
  line-height: 1.5;
  color: #fff;
  margin: 0.5em 0;
  transition: 0.5s ease-in-out;
}
.collab_item .txt {
  color: #fff;
  line-height: 1.5;
  white-space: wrap;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.5s ease-in-out;
}
.collab_item:hover {
  background: #fede03;
}
.collab_item:hover .date .eg,
.collab_item:hover .title,
.collab_item:hover .txt,
.collab_item:hover .cross {
  color: #000;
}
.collab_item:hover .cp_name.mc {
  background: #000;
  color: #fff;
}
.collab_item:hover .thumb img {
  scale: 1.06;
}

.partner_list {
  list-style: none inside;
}
.partner_list li {
  position: relative;
}
.partner_list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 0.5em;
  aspect-ratio: 240/120;
  padding: 0.75em 1em;
  background: #fff;
}
.partner_list li a .thumb {
  width: 100%;
  height: 100%;
}
.partner_list li a .thumb img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: scale 0.5s ease-in-out;
}
.partner_list li a:hover {
  color: inherit;
}
.partner_list li a:hover .thumb img {
  scale: 1.08;
}
.partner_list li .partner_name {
  font-size: 1.25em;
  padding: 0.5em 0;
}
.partner_topics_list {
  list-style: none inside;
  position: relative;
}
.partner_topics_list li {
  width: 100%;
  position: relative;
}
.partner_topics_list a {
  width: 100%;
  display: flex;
  border-radius: 0.5em;
  overflow: hidden;
}
.partner_topics_list a .thumb {
  width: 45%;
  aspect-ratio: 288/180;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .partner_topics_list a .thumb {
    width: 35%;
  }
}
.partner_topics_list a .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.partner_topics_list a .txtbox {
  width: 55%;
  background: #313131;
  padding: 1.5em 1.5em 1em;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 768px) {
  .partner_topics_list a .txtbox {
    width: 65%;
  }
}
.partner_topics_list a .txtbox .date {
  line-height: 1;
  color: #fff;
  margin-bottom: 0.4em;
  transition: 0.5s ease-in-out;
}
.partner_topics_list a .txtbox .date .eg {
  font-style: italic;
}
.partner_topics_list a .txtbox h3 {
  font-size: 0.9em;
  line-height: 1.5;
  font-weight: 500;
  color: #fff;
  transition: 0.5s ease-in-out;
}
.partner_topics_list a .txtbox .cp_name {
  display: inline-block;
  font-size: 0.7em;
  line-height: 1.5;
  background: #fff;
  color: #000;
  padding: 0.15em 1em 0.25em;
  border-radius: 2em;
  margin-top: 1em;
  transition: 0.5s ease-in-out;
}
.partner_topics_list a:hover .thumb img {
  scale: 1.05;
}
.partner_topics_list a:hover .txtbox {
  background: #fede03;
}
.partner_topics_list a:hover .txtbox .date,
.partner_topics_list a:hover .txtbox h3 {
  color: #000;
}
.partner_topics_list a:hover .txtbox .cp_name {
  background: #000;
  color: #fff;
}

.csr_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2em;
  list-style: none inside;
}
@media screen and (max-width: 768px) {
  .csr_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1em;
  }
}
.csr_list li {
  width: 100%;
  position: relative;
}
.csr_list li a {
  height: 100%;
  position: relative;
}
.csr_list li a .date {
  line-height: 1;
  padding-bottom: 0.35em;
  text-align: right;
}
.csr_list li a .date span {
  line-height: 1;
  font-style: italic;
}
.csr_list li a .thumb {
  aspect-ratio: 5/3;
  margin-bottom: 1em;
  border-radius: 0.5em;
  overflow: hidden;
  box-shadow: 0.35em 0.35em 1em rgba(0, 0, 0, 0.25);
  transition: 0.4s ease-in-out;
}
.csr_list li a .thumb:hover {
  transform: translateY(0.2em);
  box-shadow: none;
}
.csr_list li a .thumb:hover a {
  color: inherit;
  opacity: 1;
}
.csr_list li a .thumb:hover a img {
  opacity: 1;
  transform: scale(1.05);
}
.csr_list li a .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: scale 0.5s ease-in-out;
}
.csr_list li a h3 {
  font-size: 0.9em;
  font-weight: 500;
  line-height: 1.5;
}
.csr_list li a .cp_name {
  display: inline-block;
  font-size: 0.8em;
  line-height: 1;
  background: #000;
  color: #fff;
  padding: 0.45em 1em 0.5em;
  border-radius: 2em;
  margin-top: 0.5em;
}
@media screen and (max-width: 480px) {
  .csr_list li a .cp_name {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    /* Opera9,10対応 */
    width: 15em;
  }
}
.csr_list li a:hover {
  color: inherit;
}
.csr_list li a:hover .thumb img {
  scale: 1.08;
}

/* ===========================================================================================================
　　　　　　　　　新着記事
=========================================================================================================== */
/* ページナビゲーション（共通） */
.pager {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 5em;
}
@media screen and (max-width: 768px) {
  .pager {
    padding-top: 3em;
  }
}
.pager a {
  text-decoration: none;
}
.pager p {
  padding-bottom: 0;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.pager .no-link {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.pager .first,
.pager .last {
  transform: scale(0.6);
  transform-origin: 50% 50%;
}
.pager .prev,
.pager .next {
  transform: scale(0.7);
  transform-origin: 50% 50%;
}
.pager .nth-box {
  font-family: "korolev-compressed", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.2em;
}
.pager .nth-box .current {
  font-size: 1.2em;
  display: inline-block;
  padding: 0 0.5em;
}
.pager .nth-box a {
  display: inline-block;
  padding: 0 0.5em;
}

/* ================= 投稿記事 ============================================================ */
.archive_sec {
  min-height: 63vh;
}
.archive_post, .archive_csr, .archive_collab, .archive_partner_topics {
  background: #fff;
}
.archive_partner .partner_box {
  width: 100%;
  position: relative;
}
.archive_partner .partner_box:nth-child(odd) {
  background: #fede03;
}
.archive_partner .partner_box:nth-child(even) {
  background: #313131;
  color: #fff;
}
.archive_partner .partner_box .sec_ttl {
  font-size: 0.75em;
  margin-bottom: 2.5em;
}
.archive_partner .partner_list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1.6em;
  margin-bottom: 2.5em;
}
@media screen and (max-width: 768px) {
  .archive_partner .partner_list {
    grid-template-columns: repeat(3, 1fr);
    gap: 1em;
  }
}
@media screen and (max-width: 480px) {
  .archive_partner .partner_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.archive_partner .partner_list:last-child {
  margin-bottom: 0;
}
.archive_partner .partner_list.top li {
  width: 25em;
}
.archive_partner .partner_btn {
  margin: 0 0 0 auto;
}
.archive_partner .partner_btn.top {
  display: none;
}
.archive_partner .partner_btn a {
  background: #000;
  color: #fff;
}
/* ================= ページフッター（共通） ============================================================ */
#footer-post {
  /* 見出し */
}
#footer-post .pf_ttl {
  font-family: source-han-sans-japanese, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 900;
  font-size: 2em;
  line-height: 1em;
  padding-bottom: 0.5em;
}
#footer-post .innerbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  /* -------------------------- 最新記事 ------------------------------------------- */
  /* -------------------------- アーカイブ ------------------------------------------- */
}
#footer-post .innerbox .post_sec {
  width: auto;
  position: relative;
  box-sizing: border-box;
  width: calc(100% - 18em);
  padding-right: 2.5em;
  border-right: #fede03 solid 0.15em;
  /* ===== お知らせ ======== */
}
@media screen and (max-width: 768px) {
  #footer-post .innerbox .post_sec {
    width: 100%;
    padding-right: 0;
    padding-bottom: 2.5em;
    margin-bottom: 2.5em;
    border-right: none;
    border-bottom: #fede03 solid 0.15em;
  }
}
#footer-post .innerbox .post_sec .news_list {
  grid-template-columns: repeat(3, 1fr);
}
#footer-post .innerbox .post_sec .news_list .time {
  color: #fede03;
}
#footer-post .innerbox .archive_sec {
  width: 18em;
  position: relative;
  box-sizing: border-box;
  padding-left: 2.5em;
  /* 最新年月 ------------------------------------------- */
  /* セレクトボックス ------------------------------------------- */
}
@media screen and (max-width: 768px) {
  #footer-post .innerbox .archive_sec {
    width: 100%;
    padding-left: 0;
  }
}
#footer-post .innerbox .archive_sec .m_list {
  list-style: none inside;
  line-height: 1em;
}
#footer-post .innerbox .archive_sec .m_list li {
  padding-bottom: 1em;
}
#footer-post .innerbox .archive_sec .m_list li a {
  color: #000;
  text-decoration: underline;
}
#footer-post .innerbox .archive_sec .m_list li a:hover {
  color: #fede03;
}
#footer-post .innerbox .archive_sec select {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-family: source-han-sans-japanese, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1em;
  font-weight: 500;
  line-height: 1em;
  padding: 1em;
  margin-bottom: 1em;
  border: none;
  border-radius: 2em;
  cursor: pointer;
}

/* ================= 投稿ページ（共通） ============================================================ */
/* -------------------------- 投稿記事ヘッダー ------------------------------------------- */
#entry-header {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  background: #000;
  padding-bottom: 5em;
  margin-top: -2.5em;
  /* 日付 */
  /* 記事タイトル */
}
@media screen and (max-width: 768px) {
  #entry-header {
    margin-top: -4em;
  }
}
@media screen and (max-width: 480px) {
  #entry-header {
    font-size: 2.5vw;
  }
}
#entry-header .date {
  font-family: "korolev-compressed", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-weight: 700;
  line-height: 1em;
  text-align: right;
  padding-bottom: 0.5em;
  color: #fff;
  opacity: 0.8;
}
#entry-header .date .year {
  font-size: 2em;
  font-style: italic;
}
@media screen and (max-width: 480px) {
  #entry-header .date .year {
    font-size: 1.2em;
  }
}
#entry-header .date .md {
  font-size: 2em;
  font-style: italic;
}
@media screen and (max-width: 480px) {
  #entry-header .date .md {
    font-size: 1.2em;
  }
}
#entry-header .entry_ttl {
  font-size: 2em;
  font-weight: 900;
  font-style: italic;
  line-height: 1.5em;
  padding-top: 1em;
  border-top: solid 0.1em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #entry-header .entry_ttl {
    font-size: 1.4em;
  }
}
#entry-header .cp_list {
  display: flex;
  position: absolute;
  top: -0.5em;
}
#entry-header .cp_list .cp_name {
  color: #fff;
  margin: 0 0.5em;
}

#newspost {
  /* -------------------------- ナビゲーション ------------------------------------------- */
}
#newspost .nav_sec {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 4em 0;
  background: #1b1b1b;
}
#newspost .nav_sec ul.post_nav {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  list-style: none inside;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
#newspost .nav_sec ul.post_nav li {
  line-height: 1em;
  max-width: 45%;
  width: auto;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  color: #fff;
  transition: 0.5s ease;
  backface-visibility: hidden;
}
#newspost .nav_sec ul.post_nav li:hover {
  color: #fede03;
}
#newspost .nav_sec ul.post_nav li a {
  flex: 1;
  width: auto;
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  /* Opera9,10対応 */
  color: #fff;
}
@media screen and (max-width: 480px) {
  #newspost .nav_sec ul.post_nav li a {
    font-size: 0.8em;
  }
}
#newspost .nav_sec ul.post_nav li a:hover {
  color: #fede03;
}
#newspost .nav_sec ul.post_nav li.prev:hover {
  transform: translate(-0.2em, 0);
}
#newspost .nav_sec ul.post_nav li.prev a {
  padding-left: 0.25em;
}
#newspost .nav_sec ul.post_nav li.next {
  justify-content: flex-end;
}
#newspost .nav_sec ul.post_nav li.next:hover {
  transform: translate(0.2em, 0);
}
#newspost .nav_sec ul.post_nav li.next a {
  padding-right: 0.25em;
}

.single {
  /* ---- ロゴ画像（パートナー紹介用） ------------ */
  /* ---- パートナー紹介用余白調整 ------------ */
  /* ---- サムネイル画像、Youtube画像 ------------ */
}
.single_logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15em;
  height: 15em;
  background: #fff;
  overflow: hidden;
  border-radius: 50%;
  padding: 1.5em;
  position: absolute;
  top: 6.5em;
  left: 5em;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .single_logo {
    width: 12.5em;
    height: 12.5em;
    top: 9em;
    left: 1.5em;
  }
}
@media screen and (max-width: 480px) {
  .single_logo {
    width: 9em;
    height: 9em;
    top: 6.5em;
  }
}
.single_logo img {
  width: auto;
}
.single_partner-header .innerbox {
  padding: 0 5em 0 22.5em;
}
@media screen and (max-width: 768px) {
  .single_partner-header .innerbox {
    padding: 0 1.5em 0 15em;
  }
}
@media screen and (max-width: 480px) {
  .single_partner-header .innerbox {
    padding: 0 1.5em 0 14em;
  }
}
.single_thumb.collab {
  width: 100%;
  max-width: 55em;
  height: 100%;
  margin: 0 auto;
  padding-top: 0;
  border-radius: 0.5em;
  overflow: hidden;
}
.single_thumb.collab iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  vertical-align: bottom;
}
.single_partner-sec:nth-child(odd) {
  background: #eee;
}
.single_partner-sec:nth-child(even) {
  background: #ccc;
}
.single_partner-sec .sec_ttl {
  margin-bottom: 2.5em;
}
.single_product-sec .sec_ttl {
  margin-bottom: 2.5em;
}
.single_product-price {
  margin-bottom: 1em;
}
.single_product-price .yen {
  font-size: 2.5em;
  font-weight: 900;
  font-style: italic;
}
.single_product-price .tax {
  display: inline-block;
  padding-left: 0.5em;
  font-style: italic;
}
.single_product-btn div {
  background: #fede03;
}

/* ================= フォーム ============================================================ */
/* ブラウザスタイル解除 */
@keyframes onAutoFillStart {}
input:-webkit-autofill {
  animation-name: onAutoFillStart;
  -webkit-transition: background-color 50000s ease-in-out 0s;
  transition: background-color 50000s ease-in-out 0s;
}

input:-webkit-autofill-selected {
  animation-name: onAutoFillStart;
  -webkit-transition: background-color 50000s ease-in-out 0s;
  transition: background-color 50000s ease-in-out 0s;
}

input:-internal-autofill-selected {
  background-color: rgba(232, 240, 254, 0) !important;
}

.formbox {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 5em;
  background: #fff;
  border-radius: 0.5em;
  /* 必須項目 */
  /* -------------------------- Contact Form 7 ------------------------------------------- */
}
@media screen and (max-width: 768px) {
  .formbox {
    padding: 2.5em;
  }
}
.formbox h3 {
  font-size: 2em;
  line-height: 1.7em;
  padding-bottom: 0.5em;
}
.formbox p {
  padding-bottom: 2em;
}
.formbox fieldset {
  border: none;
}
.formbox .required {
  width: auto;
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  font-size: 0.6em;
  font-weight: 500;
  line-height: 1em;
  padding: 0.35em 0.8em;
  background: #fede03;
  color: #000;
  border-radius: 1.35em;
  top: -0.2em;
  margin-left: 0.5em;
}
.formbox .wpcf7-form {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  /* 項目名（共通） */
  /* ラベルで挟まれた項目 */
  /* fieldsetで挟まれた項目 */
  /* チェックボックス・ラジオボタン */
  /* 承認確認 */
  /*送信ボタン*/
  /* エラーメッセージ */
}
.formbox .wpcf7-form .formname {
  width: 16em;
}
@media screen and (max-width: 480px) {
  .formbox .wpcf7-form .formname {
    width: 100%;
  }
}
.formbox .wpcf7-form label.formctt {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  /* 項目名 */
  /* フォーム内容 */
}
@media screen and (max-width: 480px) {
  .formbox .wpcf7-form label.formctt {
    display: block;
  }
}
.formbox .wpcf7-form label.formctt .formname {
  line-height: 1.7em;
  padding-top: 0.75em;
}
.formbox .wpcf7-form label.formctt .wpcf7-form-control-wrap {
  flex: 1;
}
@media screen and (max-width: 480px) {
  .formbox .wpcf7-form label.formctt .wpcf7-form-control-wrap {
    flex: none;
  }
}
.formbox .wpcf7-form fieldset.formctt {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  border: none;
  padding-left: 16em;
  /* 項目名 */
  /* フォーム内容 */
  /* 改行 */
}
@media screen and (max-width: 480px) {
  .formbox .wpcf7-form fieldset.formctt {
    padding-left: 0;
  }
}
.formbox .wpcf7-form fieldset.formctt .formname {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
}
@media screen and (max-width: 480px) {
  .formbox .wpcf7-form fieldset.formctt .formname {
    position: relative;
  }
}
.formbox .wpcf7-form fieldset.formctt .wpcf7-form-control-wrap {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.formbox .wpcf7-form fieldset.formctt br {
  display: none;
}
.formbox .wpcf7-form p {
  padding: 0 0 2em 0;
}
.formbox .wpcf7-form input[type=text],
.formbox .wpcf7-form input[type=email],
.formbox .wpcf7-form input[type=tel],
.formbox .wpcf7-form input[type=date],
.formbox .wpcf7-form select,
.formbox .wpcf7-form textarea {
  font-family: source-han-sans-japanese, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.7em;
  background: #eee;
  box-sizing: border-box;
  padding: 0.75em 1.5em;
  border-radius: 0.5em;
  border: none;
}
.formbox .wpcf7-form input[type=text],
.formbox .wpcf7-form input[type=email],
.formbox .wpcf7-form input[type=tel],
.formbox .wpcf7-form select,
.formbox .wpcf7-form textarea {
  width: 100% !important;
  margin-top: 0.25em;
}
.formbox .wpcf7-form .wpcf7-radio .wpcf7-list-item,
.formbox .wpcf7-form .wpcf7-checkbox .wpcf7-list-item {
  margin-left: 0;
  margin-right: 1em;
}
.formbox .wpcf7-form .wpcf7-radio .wpcf7-list-item label,
.formbox .wpcf7-form .wpcf7-checkbox .wpcf7-list-item label {
  cursor: pointer;
  font-weight: 400;
}
.formbox .wpcf7-form .wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0.5em;
}
.formbox .wpcf7-form .wpcf7-acceptance label {
  cursor: pointer;
}
.formbox .wpcf7-form .wpcf7-acceptance label input.avoid-confirm {
  transform: scale(1.5);
  margin-right: 0.5em;
}
.formbox .wpcf7-form input[type=submit] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 12em;
  height: 3.5em;
  border-radius: 3.5em;
  padding: 0 2.5em;
  text-align: center;
  position: relative;
  box-shadow: 0.35em 0.35em 1em rgba(0, 0, 0, 0.25);
  transition: 0.4s ease-in-out;
  font-size: 1em;
  font-weight: 700;
  width: auto;
  background: #fede03;
  color: #000;
  border: none;
  letter-spacing: 0;
  cursor: pointer;
}
.formbox .wpcf7-form input[type=submit]:hover {
  transform: translateY(0.2em);
  box-shadow: none;
}
.formbox .wpcf7-form input[type=submit]:hover a {
  color: inherit;
  opacity: 1;
}
.formbox .wpcf7-form input[type=submit]:hover a img {
  opacity: 1;
  transform: scale(1.05);
}
.formbox .wpcf7-form input[type=submit]:hover {
  color: inherit;
}
.formbox .wpcf7-form input[type=submit]:disabled:hover {
  scale: 1;
}
@media screen and (max-width: 480px) {
  .formbox .wpcf7-form input[type=submit] {
    width: 100%;
    text-align: center;
  }
}
.formbox .wpcf7-form input[type=submit]:disabled {
  opacity: 0.4;
  filter: alpha(opacity=40);
  cursor: not-allowed;
}
.formbox .wpcf7-form input[type=submit]:disabled:hover {
  transform: translateY(0);
}
.formbox .wpcf7-form input[type=submit]:hover {
  color: #000;
}
.formbox .wpcf7-form .wpcf7-not-valid-tip {
  display: block;
  width: auto;
  position: relative;
  box-sizing: border-box;
  color: #fede03;
  font-family: source-han-sans-japanese, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.formbox .wpcf7-form .wpcf7-not-valid-tip::before, .formbox .wpcf7-form .wpcf7-not-valid-tip::after {
  display: inline-block;
}
.formbox .wpcf7-form .wpcf7-not-valid-tip::before {
  position: relative;
  content: "\f071";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 1;
  z-index: 2;
  color: #fede03;
  padding-right: 0.2em;
}
.formbox .wpcf7-form .wpcf7-response-output {
  border: none !important;
  padding: 0;
  padding-left: 1em;
  text-indent: -1em;
  color: #d7b100;
  width: auto;
  position: relative;
  box-sizing: border-box;
}
.formbox .wpcf7-form .wpcf7-response-output::before, .formbox .wpcf7-form .wpcf7-response-output::after {
  display: inline-block;
}
.formbox .wpcf7-form .wpcf7-response-output::before {
  position: relative;
  content: "\f071";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 1;
  z-index: 2;
  color: #d7b100;
  padding-right: 0.2em;
}

/* ================= フォーム確認画面 ============================================================ */
.wpcf7cp-form-hide {
  display: none;
}

.wpcf7-spinner {
  display: none;
}

div#wpcf7cpcnf {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 1em;
  /* 入力内容 */
  /* ボタン */
}
div#wpcf7cpcnf table {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
div#wpcf7cpcnf table tr th,
div#wpcf7cpcnf table tr td {
  border-bottom: #fff solid 1px;
}
@media screen and (max-width: 480px) {
  div#wpcf7cpcnf table tr th,
  div#wpcf7cpcnf table tr td {
    display: block;
  }
}
.contactpage-ctt .sec div#wpcf7cpcnf table tr th p,
.contactpage-ctt .sec div#wpcf7cpcnf table tr td p {
  padding-top: 1em;
  padding-bottom: 1em;
}
div#wpcf7cpcnf table tr th {
  width: 20em;
  font-weight: normal !important;
  text-align: left;
}
@media screen and (max-width: 768px) {
  div#wpcf7cpcnf table tr th {
    width: 12.5em;
  }
}
@media screen and (max-width: 480px) {
  div#wpcf7cpcnf table tr th {
    width: 100%;
    border-bottom: none;
  }
}
@media screen and (max-width: 480px) {
  .contactpage-ctt .sec div#wpcf7cpcnf table tr th p {
    padding-bottom: 0;
  }
}
div#wpcf7cpcnf table tr th p::after {
  content: "：";
}
div#wpcf7cpcnf table tr td p {
  font-style: italic;
}
div#wpcf7cpcnf .wpcf7cp-btns {
  display: flex;
  justify-content: center;
}
div#wpcf7cpcnf .wpcf7cp-btns button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 12em;
  height: 3.5em;
  border-radius: 3.5em;
  padding: 0 2.5em;
  text-align: center;
  position: relative;
  box-shadow: 0.35em 0.35em 1em rgba(0, 0, 0, 0.25);
  transition: 0.4s ease-in-out;
  width: auto;
  font-size: 1em;
  font-weight: 700;
  border: none;
  cursor: pointer;
  /* 修正ボタン */
  /* 送信ボタン */
}
div#wpcf7cpcnf .wpcf7cp-btns button:hover {
  transform: translateY(0.2em);
  box-shadow: none;
}
div#wpcf7cpcnf .wpcf7cp-btns button:hover a {
  color: inherit;
  opacity: 1;
}
div#wpcf7cpcnf .wpcf7cp-btns button:hover a img {
  opacity: 1;
  transform: scale(1.05);
}
div#wpcf7cpcnf .wpcf7cp-btns button:hover {
  color: inherit;
}
div#wpcf7cpcnf .wpcf7cp-btns button:disabled:hover {
  scale: 1;
}
@media screen and (max-width: 480px) {
  div#wpcf7cpcnf .wpcf7cp-btns button {
    width: 100%;
  }
}
div#wpcf7cpcnf .wpcf7cp-btns button.wpcf7cp-cfm-edit-btn {
  background: #fff;
  color: #000;
}
div#wpcf7cpcnf .wpcf7cp-btns button.wpcf7-submit {
  background: #fede03;
  color: #000;
  letter-spacing: 0;
  text-indent: 0;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body,
html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

/* =======================================================================================================================
　　　　　　　　　全体
======================================================================================================================= */
body {
  font-family: source-han-sans-japanese, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1vw;
  line-height: 2;
  background: #000;
  letter-spacing: 0;
  color: #000;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 2vw;
  }
}
@media screen and (max-width: 480px) {
  body {
    font-size: 3vw;
  }
}

/* =======================================================================================================================
　　　　　　　　　レイアウト
======================================================================================================================= */
.sec {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 4em 0;
}

.innerbox {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 0 10em;
}
@media screen and (max-width: 1024px) {
  .innerbox {
    padding: 0 5em;
  }
}
@media screen and (max-width: 768px) {
  .innerbox {
    padding: 0 2.5em;
  }
}
@media screen and (max-width: 480px) {
  .innerbox {
    padding: 0 1.5em;
  }
}

.innerbox2 {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 0 5em;
}
@media screen and (max-width: 768px) {
  .innerbox2 {
    padding: 0 2.5em;
  }
}
@media screen and (max-width: 480px) {
  .innerbox2 {
    padding: 0 1.5em;
  }
}

.header {
  width: 100%;
  height: 4.5em;
  position: fixed;
  top: 0;
  z-index: 100;
}

.main {
  width: 100%;
}

.footer {
  position: relative;
  z-index: 10;
}

/* =======================================================================================================================
　　　　　　　　　ヘッダー
======================================================================================================================= */
.header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, #000 0%, transparent 100%);
}
.header .innerbox {
  height: 100%;
  padding: 0 1em;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .logo {
  font-size: 1em;
}
.header .logo a {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.header .logo a:hover {
  scale: 1.05;
}
.header .logo_img {
  width: 4.5em;
  aspect-ratio: 90/66;
}
.header .logo_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.header .logo_txt {
  color: #d7b100;
  text-align: right;
}
.header .logo_txt h1 {
  font-size: 0.5em;
  line-height: 1;
}
.header .logo_txt h1 .tl {
  font-size: 1.4em;
}
.header .logo_txt .eg {
  font-size: 1.8em;
  line-height: 1;
  font-weight: 900;
  font-style: italic;
}
@media screen and (max-width: 768px) {
  .header .gnav {
    margin-right: 5em;
  }
}
@media screen and (max-width: 480px) {
  .header .gnav {
    position: fixed;
    inset: auto 0 1em;
    margin-right: 0;
  }
}
.header .gnav ul {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  list-style: none;
}
.header .gnav li {
  line-height: 1;
  margin-right: 2em;
}
@media screen and (max-width: 768px) {
  .header .gnav li:not(.cta) {
    display: none;
  }
}
.header .gnav li .eg {
  font-size: 1.5em;
  line-height: 1;
  font-weight: 900;
  font-style: italic;
  color: #fff;
}
.header .gnav li.cta {
  margin-right: 0;
}
.header .gnav li.cta.entry {
  margin-right: 0.5em;
}
@media screen and (max-width: 480px) {
  .header .gnav li.cta.entry {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .header .gnav li.cta {
    width: 50%;
    margin: 0 1em;
  }
}
.header .gnav li.cta a {
  padding: 1.25em 2em;
  border-radius: 10em;
  box-shadow: 0.35em 0.35em 1em rgba(0, 0, 0, 0.25);
  transition: 0.4s ease-in-out;
}
.header .gnav li.cta a:hover {
  transform: translateY(0.2em);
  box-shadow: none;
}
.header .gnav li.cta a:hover a {
  color: inherit;
  opacity: 1;
}
.header .gnav li.cta a:hover a img {
  opacity: 1;
  transform: scale(1.05);
}
@media screen and (max-width: 480px) {
  .header .gnav li.cta a {
    width: 100%;
    text-align: center;
  }
}
.header .gnav li.cta a.mc {
  background: #fede03;
  color: #000;
}
.header .gnav li.cta a.sc {
  background: #0057e1;
  color: #fff;
}
.header .gnav a {
  font-weight: 700;
  line-height: 1;
}
.header .gnav a .txt_wrap {
  display: grid;
  justify-content: center;
  overflow-y: clip;
  line-height: 1;
}
.header .gnav a .txt_wrap span {
  grid-area: 1/1;
  display: inline-flex;
  align-items: center;
  transition: transform 0s;
}
.header .gnav a .txt_wrap span:nth-child(2) {
  transform: translateY(200%);
}
.header .gnav a:hover {
  color: inherit;
}
.header .gnav a:hover .txt_wrap span {
  transition: transform 0.5s ease-in-out;
}
.header .gnav a:hover .txt_wrap span:first-child {
  transform: translateY(-100%);
}
.header .gnav a:hover .txt_wrap span:nth-child(2) {
  transform: translateY(0);
}
@media screen and (max-width: 480px) {
  .header .gnav.on {
    inset: auto 10em 1em 1em;
  }
  .header .gnav.on ul {
    flex-direction: column;
    gap: 1em;
  }
  .header .gnav.on li.cta {
    width: 100%;
    margin: 0;
  }
}

/* =======================================================================================================================
　　　　　　　　　スマートフォンナビゲーション
======================================================================================================================= */
.header {
  /* ================= 格納ナビゲーション ============================================================ */
  /* -------------------------- メニューボタン ------------------------------------------- */
  /* 開閉時のアニメーション */
  /* -------------------------- 格納領域 ------------------------------------------- */
  /* 開閉時のアニメーション */
}
.header .hm_btn,
.header .hm_menu_wrap {
  display: none;
}
@media screen and (max-width: 768px) {
  .header .hm_btn,
  .header .hm_menu_wrap {
    display: block;
  }
}
.header .hm_menu_check {
  /* チェックボックスを隠す */
  display: none;
}
.header .hm_btn {
  width: 4em;
  height: 4.5em;
  cursor: pointer;
  position: fixed;
  inset: 0 1em auto auto;
  border-radius: 3em;
  cursor: pointer;
  z-index: 99999;
  /* メニュー */
}
.header .hm_btn::before, .header .hm_btn::after {
  width: 2.5em;
  height: 0.125em;
  background: #fff;
  display: block;
  content: "";
  position: absolute;
  transition: background 0.2s linear, box-shadow 0.2s linear, transform 0.2s 0.2s, rotate 0.2s 0.2s;
}
.header .hm_btn::before {
  top: calc(50% - 0.6em);
  left: 50%;
  translate: -50% -50%;
  box-shadow: #fff 0 1.2em 0;
}
.header .hm_btn::after {
  top: 50%;
  left: 50%;
  transform-origin: center;
  translate: -50% -50%;
}
.header .hm_btn .menu,
.header .hm_btn .close {
  width: 100%;
  font-size: 0.75em;
  text-align: center;
  margin-top: 2.5em;
}
.header .hm_btn .menu {
  display: inline-block;
}
.header .hm_btn .close {
  display: none;
}
.header .hm_menu_check:checked ~ .hm_btn::before {
  box-shadow: none;
  top: 50%;
  rotate: 30deg;
}
.header .hm_menu_check:checked ~ .hm_btn .menu {
  display: none;
}
.header .hm_menu_check:checked ~ .hm_btn .close {
  display: inline-block;
}
.header .hm_menu_check:checked ~ .hm_btn::after {
  rotate: -30deg;
}
.header .hm_menu_wrap {
  width: 100%;
  position: relative;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.7s;
  box-sizing: border-box;
  overflow: hidden;
  visibility: hidden;
  z-index: -1;
}
.header .hm_menu_wrap .hm_inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  margin-right: -2px;
}
.header .hm_menu_wrap .hm_inner::-webkit-scrollbar {
  width: 2px;
}
.header .hm_menu_wrap .hm_inner .menucontent {
  box-sizing: border-box;
  padding: 6em 2.5em 4em;
  width: 100%;
  position: absolute;
  top: -100%;
  left: auto;
  right: 0;
  bottom: auto;
  transition: top 1s;
  border: none;
  background-color: #000;
  border-radius: 0 0 0.25em 0.25em;
  /* 中身デザイン */
}
.header .hm_menu_wrap .hm_inner .menucontent .gnav_sp ul {
  list-style: none inside;
  border-radius: 1em 0 0 1em;
}
.header .hm_menu_wrap .hm_inner .menucontent .gnav_sp ul li:not(:last-child) {
  padding-bottom: 2em;
  border-bottom: 0.1em solid #fff;
  margin-bottom: 1.5em;
}
.header .hm_menu_wrap .hm_inner .menucontent .gnav_sp ul li a {
  display: flex;
  align-items: flex-end;
  gap: 1em;
  line-height: 1;
}
.header .hm_menu_wrap .hm_inner .menucontent .gnav_sp ul li a::before {
  content: attr(data-eg);
  font-family: "korolev-compressed", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5em;
  line-height: 1em;
  font-weight: 900;
  font-style: italic;
  display: block;
  margin-bottom: -0.25em;
  color: #fff;
}
.header .hm_menu_wrap .hm_inner .menucontent .gnav_sp ul li a .txt {
  color: #fff;
  font-weight: 500;
  font-style: italic;
}
.header .hm_menu_check:checked ~ .hm_menu_wrap {
  visibility: visible;
}
.header .hm_menu_check:checked ~ .hm_menu_wrap .hm_inner {
  overflow-x: hidden;
  background: rgba(0, 0, 0, 0.6);
}
.header .hm_menu_check:checked ~ .hm_menu_wrap .menucontent {
  opacity: 1;
  filter: alpha(opacity=100);
  top: 0;
  height: auto;
}
.header .hm_menu_check:checked ~ .hm_menu_wrap .menucontent .gnav {
  filter: blur(0);
}

/* =======================================================================================================================
　　　　　　　　　トップページメインカラム
======================================================================================================================= */
.main .sec_ttl {
  font-size: 1em;
}
.main .sec_ttl .eg_ttl {
  font-size: 4.8em;
  font-weight: 900;
  font-style: italic;
  line-height: 1;
  text-transform: uppercase;
}
@media screen and (max-width: 480px) {
  .main .sec_ttl .eg_ttl {
    font-size: 3.5em;
  }
}
.main .sec_ttl .ja_ttl {
  font-size: 1.5em;
  font-style: italic;
  line-height: 1;
  position: relative;
  padding-top: 0.5em;
}
@media screen and (max-width: 480px) {
  .main .sec_ttl .ja_ttl {
    font-size: 1em;
  }
}
.main .sec_ttl.flex {
  display: flex;
  align-items: flex-end;
  gap: 1.25em;
}
@media screen and (max-width: 480px) {
  .main .sec_ttl.flex {
    gap: 1em;
  }
}
.main .sec_ttl.flex .ja_ttl {
  top: -0.5em;
}
.main .slick-prev, .main .slick-next {
  width: 2.5em;
  height: 2.5em;
  font-size: 1em;
  z-index: 1;
}
@media screen and (max-width: 480px) {
  .main .slick-prev, .main .slick-next {
    width: 2em;
    height: 2em;
  }
}
.main .slick-prev::before, .main .slick-next::before {
  content: "";
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  font-size: 1em;
  background: #000 url(/images/ya.svg) no-repeat 50% 45%/40%;
  border-radius: 50%;
  opacity: 0.7;
  position: absolute;
  transform: none;
  z-index: 1;
  transition: 0.5s ease-in-out;
}
.main .slick-prev {
  left: 1em;
}
.main .slick-prev::before {
  transform: scaleX(-1);
}
.main .slick-next {
  right: 1em;
}
.main_bg {
  width: 100%;
  height: 100dvh;
  min-height: 50em;
  position: fixed;
  top: 0;
  z-index: -1;
  background: #000;
}
.main_bg img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.main_bgwrap {
  background: linear-gradient(-10deg, #fede03 43.25em, transparent 20em);
  background: linear-gradient(-10deg, #fede03 63em, transparent 20em);
  padding-bottom: 20em;
}
@media screen and (max-width: 768px) {
  .main_bgwrap {
    padding-bottom: 0;
  }
}
.main_img {
  width: 100%;
  height: 100dvh;
  min-height: 50em;
  max-height: 60em;
  position: relative;
}
.main_img-copy {
  width: 100%;
  height: 100%;
  position: relative;
}
.main_img-copy .txt {
  position: absolute;
  top: 6.5em;
  white-space: nowrap;
}
.main_img-copy .txt-1 {
  right: 5em;
}
@media screen and (max-width: 768px) {
  .main_img-copy .txt-1 {
    right: 2.5em;
  }
}
@media screen and (max-width: 480px) {
  .main_img-copy .txt-1 {
    right: 1em;
  }
}
.main_img-copy .txt-2 {
  left: 5em;
}
@media screen and (max-width: 768px) {
  .main_img-copy .txt-2 {
    left: 1em;
  }
}
@media screen and (max-width: 480px) {
  .main_img-copy .txt-2 {
    left: -1em;
  }
}
.main_img-copy .txt span {
  font-size: 7em;
  font-weight: 900;
  font-style: italic;
  color: #fff;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 768px) {
  .main_img-copy .txt span {
    font-size: 6em;
  }
}
@media screen and (max-width: 480px) {
  .main_img-copy .txt span {
    font-size: 5em;
  }
}
.main_img-bgtxt {
  width: 100%;
  position: absolute;
  bottom: -7.15em;
  left: 0;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .main_img-bgtxt {
    bottom: -14em;
  }
}
@media screen and (max-width: 480px) {
  .main_img-bgtxt {
    bottom: 7.5em;
  }
}
.main_img-player {
  position: absolute;
  top: 7em;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 480px) {
  .main_img-player {
    top: 12em;
  }
}
.main_img-player-1 {
  width: 13.9em;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .main_img-player-1 {
    width: 17.5em;
  }
}
@media screen and (max-width: 480px) {
  .main_img-player-1 {
    width: 12.6em;
  }
}
.main_img-player-2 {
  width: 19.9em;
  position: absolute;
  top: 8.5em;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .main_img-player-2 {
    width: 25em;
    top: 10.5em;
  }
}
@media screen and (max-width: 480px) {
  .main_img-player-2 {
    width: 18em;
    top: 8em;
  }
}
.main_img-player-3 {
  width: 54.2em;
  position: absolute;
  top: 10.5em;
  left: calc(50% + 6em);
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .main_img-player-3 {
    width: 56em;
    top: 18em;
    left: calc(50% + 7.5em);
  }
}
@media screen and (max-width: 480px) {
  .main_img-player-3 {
    width: 42em;
    top: 12em;
    left: calc(50% + 6em);
  }
}
.main_lead {
  width: 100%;
  padding: 10em 0 1em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .main_lead {
    padding-top: 20em;
    padding-bottom: 17.5em;
  }
}
@media screen and (max-width: 480px) {
  .main_lead {
    padding-top: 5em;
    padding-bottom: 15em;
  }
}
.main_lead-flex {
  display: flex;
}
@media screen and (max-width: 768px) {
  .main_lead-flex {
    flex-direction: column;
    gap: 2.5em;
  }
}
.main_lead-head {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .main_lead-head {
    width: 100%;
  }
}
.main_lead-head .decotxt {
  font-size: 4.5em;
  font-weight: 900;
  line-height: 1;
  color: #fff;
  transform: rotate(-10deg);
}
@media screen and (max-width: 480px) {
  .main_lead-head .decotxt {
    font-size: 3em;
  }
}
.main_lead-head .ttl {
  display: flex;
  flex-direction: column;
  gap: 1em;
  font-size: 1em;
  margin-top: -2em;
}
@media screen and (max-width: 480px) {
  .main_lead-head .ttl {
    margin-top: -1.3em;
  }
}
.main_lead-head .ttl-l {
  font-size: 6em;
  line-height: 1;
  font-weight: 900;
  transform: rotate(-10deg);
}
@media screen and (max-width: 480px) {
  .main_lead-head .ttl-l {
    font-size: 4em;
  }
}
.main_lead-head .ttl-s {
  font-size: 3em;
  line-height: 1;
  font-weight: 900;
  transform: rotate(-10deg);
}
@media screen and (max-width: 480px) {
  .main_lead-head .ttl-s {
    font-size: 2em;
  }
}
.main_lead-text {
  width: 50%;
  margin-top: -5em;
  margin-left: -2.5em;
}
@media screen and (max-width: 768px) {
  .main_lead-text {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }
}
.main_lead-text p {
  font-size: 1em;
  font-weight: 700;
  font-style: italic;
  line-height: 2;
  transform: rotate(-10deg);
}
@media screen and (max-width: 480px) {
  .main_lead-text p {
    padding: 0 1em;
  }
}
.main_banner {
  position: relative;
  z-index: 10;
  margin-top: -20em;
}
@media screen and (max-width: 768px) {
  .main_banner {
    margin-top: -11em;
  }
}
@media screen and (max-width: 480px) {
  .main_banner {
    margin-top: -10em;
  }
}
.main_banner-box {
  background: rgba(0, 0, 0, 0.2);
  padding: 4em 5em;
  border-radius: 1em;
}
@media screen and (max-width: 768px) {
  .main_banner-box {
    padding: 0;
  }
}
.main_banner-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4em;
  list-style: none inside;
}
@media screen and (max-width: 768px) {
  .main_banner-list {
    gap: 1em;
  }
}
.main_banner-list li {
  height: 100%;
}
.main_banner-list li a {
  width: 100%;
  border-radius: 0.5em;
  overflow: hidden;
  box-shadow: 0.35em 0.35em 1em rgba(0, 0, 0, 0.25);
  transition: 0.4s ease-in-out;
}
.main_banner-list li a:hover {
  transform: translateY(0.2em);
  box-shadow: none;
}
.main_banner-list li a:hover a {
  color: inherit;
  opacity: 1;
}
.main_banner-list li a:hover a img {
  opacity: 1;
  transform: scale(1.05);
}
@media screen and (max-width: 768px) {
  .main_banner-list .slick-slide {
    margin: 1em;
  }
}
.main_banner-list .slick-prev, .main_banner-list .slick-next {
  top: 6.5em;
}
@media screen and (max-width: 480px) {
  .main_banner-list .slick-prev, .main_banner-list .slick-next {
    top: 4.25em;
  }
}
.main_banner-list .slick-prev {
  left: 1.5em;
}
.main_banner-list .slick-next {
  right: 1.5em;
}
.main_topics {
  width: 100%;
  padding-top: 18.5em;
  padding-bottom: 0;
  margin-top: -15em;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .main_topics {
    margin-top: -12em;
  }
}
@media screen and (max-width: 480px) {
  .main_topics {
    padding-top: 10em;
    margin-top: -7.5em;
  }
}
.main_topics::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  transform: skewY(-10deg);
  transform-origin: 80% 0%;
  z-index: -1;
}
.main_topics .sec_ttl {
  margin-bottom: 2em;
}
.main_partner_wrap {
  background: #000;
  padding-top: 17.5em;
  margin-top: -3.5em;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .main_partner_wrap {
    padding-top: 6em;
  }
}
.main_partner_wrap .flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .main_partner_wrap .flex {
    flex-direction: column-reverse;
  }
}
.main_partner_wrap .sec_ttl {
  color: #fede03;
}
.main_partner_topics {
  width: 32em;
}
@media screen and (max-width: 768px) {
  .main_partner_topics {
    width: 100%;
  }
}
.main_partner_topics .sec_ttl {
  margin-bottom: 2.5em;
}
.main_partner_topics-list {
  display: flex;
  flex-direction: column;
  gap: 1em;
  margin-bottom: 2.5em;
}
.main_partner_topics .btn {
  margin: 0 0 0 auto;
}
.main_partner_collab {
  width: 43em;
  margin-top: -9em;
}
@media screen and (max-width: 768px) {
  .main_partner_collab {
    width: 100%;
    margin-top: 0;
    padding-bottom: 0;
  }
}
.main_partner_collab .sec_ttl {
  margin-bottom: 2.5em;
  text-align: right;
}
.main_partner_collab .collab_item {
  min-height: 38em;
}
@media screen and (max-width: 480px) {
  .main_partner_collab .collab_item {
    min-height: 34em;
  }
}
.main_partner_collab .btn {
  margin: 0 0 0 auto;
}
.main_partner_collab-slider {
  width: 100%;
  background: #313131;
  border-radius: 0.5em;
  overflow: hidden;
  margin-bottom: 2.5em;
}
.main_partner_collab-slider .slick-prev, .main_partner_collab-slider .slick-next {
  top: 12em;
}
@media screen and (max-width: 480px) {
  .main_partner_collab-slider .slick-prev, .main_partner_collab-slider .slick-next {
    top: 7em;
  }
}
.main_csr {
  background: linear-gradient(10deg, #fede03 50%, #000 50%);
}
.main_csr-box {
  background: #fff;
  border-radius: 1em;
  padding: 4em 5em;
}
@media screen and (max-width: 768px) {
  .main_csr-box {
    padding: 2.5em 2.5em 8.5em;
  }
}
@media screen and (max-width: 480px) {
  .main_csr-box {
    padding: 2.5em 1.5em 8.5em;
  }
}
.main_csr .sec_ttl {
  margin-bottom: 2em;
}
.main_csr .btn {
  position: absolute;
  top: 4.75em;
  right: 10em;
}
@media screen and (max-width: 768px) {
  .main_csr .btn {
    top: auto;
    right: auto;
    bottom: 2.5em;
  }
}
@media screen and (min-width: 769px) {
  .main_csr-list li:nth-child(4) {
    display: none;
  }
}
.main_partner_about {
  background: #fede03;
  padding-bottom: 7.5em;
}
@media screen and (max-width: 480px) {
  .main_partner_about {
    padding-bottom: 5em;
  }
}
.main_partner_about .sec_ttl {
  text-align: center;
  margin-bottom: 2.5em;
}
.main_partner_about .sub_ttl {
  line-height: 1;
  text-align: center;
  position: relative;
}
.main_partner_about .sub_ttl::before {
  content: "";
  width: 100%;
  position: absolute;
  top: calc(50% - 0.1em);
  left: 0;
  height: 0.2em;
  background: #000;
}
.main_partner_about .sub_ttl span {
  display: inline-block;
  background: #fede03;
  position: relative;
}
.main_partner_about-top {
  margin-bottom: 2em;
}
.main_partner_about-top .sub_ttl {
  margin-bottom: 1.5em;
}
.main_partner_about-top .sub_ttl span {
  font-size: 2.4em;
  line-height: 1;
  font-weight: 900;
  font-style: italic;
  padding-right: 0.2em;
}
.main_partner_about-top-list {
  display: flex;
  justify-content: center;
  gap: 1.5em;
}
.main_partner_about-top-list li a {
  width: 25em;
  aspect-ratio: 500/250;
  padding: 2em 3.75em;
}
.main_partner_about-official {
  padding-bottom: 2.75em;
  border-bottom: 0.3em solid #000;
  margin-bottom: 2.5em;
}
.main_partner_about-official .sub_ttl {
  margin-bottom: 2em;
}
.main_partner_about-official .sub_ttl span {
  font-size: 1.8em;
  line-height: 1;
  font-weight: 900;
  font-style: italic;
  padding-right: 0.2em;
}
.main_partner_about-official-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1.6em;
}
@media screen and (max-width: 768px) {
  .main_partner_about-official-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 1em;
  }
}
@media screen and (max-width: 480px) {
  .main_partner_about-official-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.main_partner_about-official-list li a {
  aspect-ratio: 240/120;
  padding: 0.75em 1em;
}
.main_partner_about-other {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .main_partner_about-other {
    flex-direction: column;
    gap: 2.5em;
  }
}
.main_partner_about-other-list {
  display: flex;
  gap: 1.5em;
  list-style: none inside;
}
@media screen and (max-width: 768px) {
  .main_partner_about-other-list {
    justify-content: space-between;
  }
}
@media screen and (max-width: 480px) {
  .main_partner_about-other-list {
    flex-direction: column;
  }
}
.main_partner_about-other-list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 12em;
  height: 3.5em;
  background: #fede03;
  color: #000;
  padding: 0 3em;
  border: 0.2em solid #000;
  border-radius: 3.5em;
  box-shadow: 0.35em 0.35em 1em rgba(0, 0, 0, 0.25);
  transition: 0.4s ease-in-out;
}
.main_partner_about-other-list li a:hover {
  transform: translateY(0.2em);
  box-shadow: none;
}
.main_partner_about-other-list li a:hover a {
  color: inherit;
  opacity: 1;
}
.main_partner_about-other-list li a:hover a img {
  opacity: 1;
  transform: scale(1.05);
}
@media screen and (max-width: 768px) {
  .main_partner_about-other-list li a {
    padding: 0 2.5em;
  }
}
.main_partner_about-other-list li a span {
  font-size: 1.5em;
  line-height: 1;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .main_partner_about-other-btn {
    margin: 0 0 0 auto;
  }
}
.main_checkin {
  width: 9em;
  height: 9em;
  margin: auto 0.5em -11.5em auto;
  position: sticky;
  bottom: 0.5em;
  z-index: 100;
}
@media screen and (max-width: 480px) {
  .main_checkin {
    position: fixed;
    margin: auto;
    inset: auto 0.5em 0.5em auto;
  }
}
.main_checkin a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.6em;
  width: 9em;
  height: 9em;
  background: #000;
  color: #fede03;
  border: 0.2em solid #fede03;
  border-radius: 50%;
  box-shadow: 0.35em 0.35em 1em rgba(0, 0, 0, 0.25);
  transition: 0.4s ease-in-out;
}
.main_checkin a:hover {
  transform: translateY(0.2em);
  box-shadow: none;
}
.main_checkin a:hover a {
  color: inherit;
  opacity: 1;
}
.main_checkin a:hover a img {
  opacity: 1;
  transform: scale(1.05);
}
.main_checkin h2 {
  font-size: 0.8em;
  font-weight: 700;
  line-height: 1;
}
.main_checkin .eg {
  font-size: 2em;
  font-weight: 900;
  line-height: 1;
}
.main_checkin .icon {
  width: 2em;
  height: 2em;
  aspect-ratio: 1/1;
}

/* =======================================================================================================================
　　　　　　　　　フッター
======================================================================================================================= */
.footer {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  background-color: #000;
  color: #fff;
}
.footer_partner_entry {
  background: #1b1b1b;
  padding: 5em 0;
}
.footer_partner_entry-btn {
  width: 100%;
  max-width: 25em;
  height: 4em;
  line-height: 4em;
  background: #fede03;
  border-radius: 2em;
  padding-left: 4.25em;
  margin: 0 auto;
  position: relative;
  box-shadow: 0.35em 0.35em 1em rgba(0, 0, 0, 0.25);
  transition: 0.4s ease-in-out;
  cursor: pointer;
}
.footer_partner_entry-btn:hover {
  transform: translateY(0.2em);
  box-shadow: none;
}
.footer_partner_entry-btn:hover a {
  color: inherit;
  opacity: 1;
}
.footer_partner_entry-btn:hover a img {
  opacity: 1;
  transform: scale(1.05);
}
@media screen and (max-width: 480px) {
  .footer_partner_entry-btn {
    max-width: 100%;
    padding-left: 7.5em;
  }
}
.footer_partner_entry-btn span {
  font-size: 1.2em;
  font-weight: 700;
  color: #000;
}
.footer_partner_entry .decotxt {
  color: #fff;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  top: -1.5em;
  left: 4em;
}
@media screen and (max-width: 480px) {
  .footer_partner_entry .decotxt {
    left: 8em;
  }
}
.footer_partner_entry .decoimg {
  width: 5em;
  aspect-ratio: 100/137;
  position: absolute;
  right: 1.5em;
  bottom: 0.5em;
  pointer-events: none;
}
.footer_bottom {
  width: 100%;
  padding: 2.5em 0;
  position: relative;
}
@media screen and (max-width: 480px) {
  .footer_bottom {
    padding-bottom: 7.5em;
  }
  #front-page .footer_bottom {
    padding-bottom: 12.5em;
  }
}
.footer_bottom-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer_bottom-menu {
  display: flex;
  justify-content: center;
  gap: 2em;
  list-style: none inside;
}
.footer_bottom-menu li {
  font-size: 0.8em;
  line-height: 1;
  transition: opacity 0.5s ease-in-out;
}
.footer_bottom-menu li:hover {
  opacity: 1;
}
.footer_bottom-menu li:hover a {
  color: #fede03;
}
.footer_bottom .copyright {
  font-size: 0.8em;
  line-height: 1;
  text-align: right;
}

/* =======================================================================================================================
　　　　　　　　　下層ページ（共通）
======================================================================================================================= */
/* ================= ページヘッダー ============================================================ */
#page-header {
  width: 100%;
  padding: 7.5em 0 5em;
  position: relative;
  overflow: clip;
  background-color: #000;
  /* 英語タイトル */
  /* 日本語タイトル */
  /* 一覧へ戻るボタン */
}
@media screen and (max-width: 480px) {
  #page-header {
    font-size: 2.5vw;
  }
}
#page-header .innerbox {
  display: flex;
  align-items: flex-end;
  gap: 1.25em;
}
@media screen and (max-width: 768px) {
  #page-header .innerbox {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25em;
  }
}
#page-header .eg_ttl {
  display: inline-block;
  font-family: "korolev-compressed", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 4.8em;
  font-weight: 900;
  font-style: italic;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  /* ラインナップ */
}
@media screen and (max-width: 480px) {
  #page-header .eg_ttl {
    font-size: 3.75em;
  }
}
#page-header .eg_ttl span {
  display: inline-block;
  font-size: 0.6em;
  line-height: 1em;
}
#page-header .ja_ttl {
  font-size: 1.5em;
  font-style: italic;
  line-height: 1;
  color: #fff;
  position: relative;
  padding-top: 0.5em;
  top: -0.5em;
}
@media screen and (max-width: 480px) {
  #page-header .ja_ttl {
    font-size: 1.125em;
  }
}
#page-header .btn {
  position: relative;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 768px) {
  #page-header .btn {
    position: absolute;
    inset: 0 1.5em auto auto;
  }
}
#page-header .btn a {
  background: #fff;
}

/* ================= login ============================================================ */
.sec_login_form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sec_login label {
  width: 100%;
  max-width: 20em;
}
.sec_login input[type=text],
.sec_login input[type=password] {
  width: 100%;
  border: 1px solid #fede03;
  border-radius: 0.5em;
  padding: 0.5em;
  font-size: 1em;
}
.sec_login input[type=text]:focus,
.sec_login input[type=password]:focus {
  outline: none;
  border-color: #fede03;
}
.sec_login input[type=submit] {
  width: 100%;
  max-width: 20em;
  background: #fede03;
  color: #fff;
  border: none;
  border-radius: 0.5em;
  padding: 1em 2em;
  margin-top: 2em;
  font-size: 1em;
  cursor: pointer;
  transition: opacity 0.5s ease-in-out;
}
.sec_login input[type=submit]:hover {
  opacity: 0.8;
}

/* ================= Not Found ============================================================ */
.not-found {
  z-index: 5;
}

/* =======================================================================================================================
　　　　　　　　　お問い合わせ
======================================================================================================================= */
.contactpage-ctt {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  /* 見出し */
  /* 段落 */
  /* =============== 電話 ========================================================= */
  /* =============== WEB ========================================================= */
}
.contactpage-ctt .parts_hd {
  text-align: left;
  padding-bottom: 1.5em;
}
.contactpage-ctt p {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.contactpage-ctt p.contact_info {
  font-size: 1.1em;
}
.contactpage-ctt .ct_info {
  padding-bottom: 2em;
}
.contactpage-ctt .ct_info a {
  text-decoration: underline;
}
.contactpage-ctt .contact_tel .contacttel_tel {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-family: "korolev-compressed", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3.8em;
  line-height: 1em;
  padding-top: 0.15em;
  padding-bottom: 0.1em;
  color: #000;
}
@media screen and (max-width: 480px) {
  .contactpage-ctt .contact_tel .contacttel_tel {
    font-size: 2em;
  }
}
.contactpage-ctt .contact_tel .contacttel_tel a {
  text-decoration: none;
}
.contactpage-ctt .contact_tel .contacttel_tel .eg {
  font-weight: 900;
  font-style: italic;
}
.contactpage-ctt .contact_tel .contacttel_tel img {
  height: 1em;
  width: auto;
  margin-right: 0.25em;
}
.contactpage-ctt .contact_tel .contacttel_time {
  font-family: "korolev-compressed", sans-serif;
  font-weight: 900;
  font-style: normal;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 1.5em;
  font-weight: 900;
  font-style: italic;
  line-height: 1.3em;
  padding-bottom: 0;
}
@media screen and (max-width: 480px) {
  .contactpage-ctt .contact_tel .contacttel_time {
    font-size: 1em;
  }
}
.contactpage-ctt .contact_tel ul.tel_list {
  display: flex;
  flex-wrap: wrap;
}
.contactpage-ctt .contact_tel ul.tel_list li {
  list-style: none;
  padding-right: 1.5em;
}
.contactpage-ctt .webcontact.lazyloaded::before {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate(0, 0);
}
/* =======================================================================================================================
　　　　　　　　　フリーページ（カスタムフィールド）
======================================================================================================================= */
.partspage-ctt {
  padding-top: 0;
  padding-bottom: 0;
}

/* 最大幅800px */
.max800px {
  max-width: 800px;
  margin: 0 auto;
}

/* =============== 背景色 ========================================================= */
.sec-bg1 {
  background: #fff;
  color: #000;
}

.sec-bg2 {
  background: #000;
  color: #fff;
}

.sec-bg3 {
  background: #fede03;
  color: #000;
}

/* 斜め背景 */
/* 同じ背景色のセクションが続いたときに余白をなくす */
.sec-bg1 + .sec-bg1,
.sec-bg2 + .sec-bg2,
.sec-bg3 + .sec-bg3,
.sec-bg4 + .sec-bg4,
.sec-bg5 + .sec-bg5 {
  padding-top: 0 !important;
}

/* =============== ブロック ========================================================= */
.partspage-ctt .sec {
  /* ------------ Googleマップ ------------------------------------------- */
}
.partspage-ctt .sec .access_map {
  display: block;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin-bottom: 2.5em;
  border-radius: 0.5em;
  overflow: clip;
}
.partspage-ctt .sec .access_map iframe,
.partspage-ctt .sec .access_map .acf-map {
  width: 100%;
  height: 20em;
}
@media screen and (max-width: 768px) {
  .partspage-ctt .sec .access_map iframe,
  .partspage-ctt .sec .access_map .acf-map {
    height: 15em;
  }
}
@media screen and (max-width: 480px) {
  .partspage-ctt .sec .access_map iframe,
  .partspage-ctt .sec .access_map .acf-map {
    height: 12em;
  }
}
.partspage-ctt .sec .access_map .acf-map img {
  max-width: inherit !important;
}

.sec-bg4 .btn a {
  background: #fff;
  color: #fede03;
  border: #fff solid 0.15em;
}
.sec-bg4 .btn a:hover {
  background: #fede03;
  color: #fff;
}

/* =======================================================================================================================
　　　　　　　　　Q&A
======================================================================================================================= */
.faq_box {
  padding-bottom: 2.5em;
  /* -------------------------- Q&Aリスト ------------------------------------------- */
  /* -------------------------- リンクボタン ------------------------------------------- */
}
.faq_box ul.qa_list {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  list-style: none inside;
}
.faq_box ul.qa_list li.qa_set {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  background: #fff;
  border-radius: 0.5em;
  overflow: hidden;
  /* テキスト ------------------------------------------- */
  /* 開閉動作 ------------------------------------------- */
}
.faq_box ul.qa_list li.qa_set:not(:last-child) {
  margin-bottom: 1em;
}
.faq_box ul.qa_list li.qa_set label {
  cursor: pointer;
}
.faq_box ul.qa_list li.qa_set .qa_txt {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  /* Q */
  /* A */
}
.faq_box ul.qa_list li.qa_set .qa_txt .question {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 2em;
  background: #fff;
  color: #000;
  padding: 1.2em;
  text-indent: -1.9em;
  padding-left: 3.45em;
  padding-right: 4em;
  transition: 1s ease;
  backface-visibility: hidden;
}
.sec-bg1 .faq_box ul.qa_list li.qa_set .qa_txt .question {
  background: #fede03;
}
.faq_box ul.qa_list li.qa_set .qa_txt .question::before {
  font-family: "korolev-compressed", sans-serif;
  font-weight: 700;
  font-style: normal;
  content: "Q";
  font-weight: 900;
  font-style: italic;
  font-size: 2em;
  padding-right: 0.5em;
}
.faq_box ul.qa_list li.qa_set .qa_txt .question::after {
  font-family: "korolev-compressed", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3em;
  font-weight: 700;
  text-indent: 0;
  line-height: 1em;
  content: "+";
  box-sizing: border-box;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  padding-top: 0.18em;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: auto;
  left: auto;
  right: 0.2em;
  bottom: 0.35em;
  transition: 1s ease;
  backface-visibility: hidden;
}
@media screen and (max-width: 1024px) {
  .faq_box ul.qa_list li.qa_set .qa_txt .question::after {
    padding-top: 0.25em;
  }
}
.faq_box ul.qa_list li.qa_set .qa_txt p.answer {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  height: auto;
  max-height: 0;
  overflow: hidden;
  padding: 0;
  transition: 1s ease;
  backface-visibility: hidden;
  background: #fff;
  color: #000;
}
.sec-bg1 .faq_box ul.qa_list li.qa_set .qa_txt p.answer {
  background: #eee;
}
.faq_box ul.qa_list li.qa_set .qa_txt p.answer span {
  display: block;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 1.5em;
  text-indent: -1.8em;
  padding-left: 3.8em;
  line-height: 1.5em;
}
.faq_box ul.qa_list li.qa_set .qa_txt p.answer span::before {
  font-family: "korolev-compressed", sans-serif;
  font-weight: 700;
  font-style: normal;
  content: "A";
  font-size: 2em;
  font-weight: 900;
  font-style: italic;
  padding-right: 0.5em;
}
.faq_box ul.qa_list li.qa_set .qa_open {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  z-index: 10;
  opacity: 0;
  filter: alpha(opacity=0);
}
.faq_box ul.qa_list li.qa_set .qa_open:checked + .qa_txt {
  /* Q */
  /* A */
}
.faq_box ul.qa_list li.qa_set .qa_open:checked + .qa_txt .question {
  background: #fede03;
}
.sec-bg3 .faq_box ul.qa_list li.qa_set .qa_open:checked + .qa_txt .question {
  background: #000;
  color: #fff;
}
.faq_box ul.qa_list li.qa_set .qa_open:checked + .qa_txt .question::after {
  content: "-";
  padding-top: 0.35em;
  padding-bottom: 0.2em;
}
.faq_box ul.qa_list li.qa_set .qa_open:checked + .qa_txt p.answer {
  max-height: 50em;
}
.faq_box .btn {
  padding-top: 2em;
}

/* =============== フローレイアウト ========================================================= */
.imgcard_flow ul li:last-child::after {
  display: none;
}
.imgcard_flow ul li::after {
  font: var(--fa-font-solid);
  content: "\f105";
  font-size: 1em;
  text-align: center;
  position: absolute;
  top: 25%;
  left: auto;
  right: -7%;
  bottom: auto;
}
.imgcard_flow.imgcard_l2 ul li::after {
  top: 44%;
}
.imgcard_flow.imgcard_l3 ul li::after {
  top: 41%;
}
.imgcard_flow.imgcard_l4 ul li::after {
  top: 36%;
}
.imgcard_flow.imgcard_l5 ul li::after {
  top: 32%;
}
.imgcard_flow.imgcard_l6 ul li::after {
  top: 30%;
}

/* タブレットの時 -------------------------------- */
@media screen and (max-width: 768px) {
  /* 1つ並び */
  .imgcard_l1_tb.imgcard_flow {
    /* リスト */
  }
  .imgcard_l1_tb.imgcard_flow ul li {
    width: 100%;
    margin-right: 0;
  }
  .imgcard_l1_tb.imgcard_flow ul li::after {
    font: var(--fa-font-solid);
    content: "\f107";
    font-size: 2em;
    text-align: center;
    position: absolute;
    top: auto;
    left: 50%;
    right: auto;
    bottom: -1.25em;
    transform: translateX(-50%);
  }
  /* 2つ並び */
  .imgcard_l2_tb.imgcard_flow {
    /* リスト */
  }
  .imgcard_l2_tb.imgcard_flow ul li {
    margin-right: 6%;
  }
  .imgcard_l2_tb.imgcard_flow ul li::after {
    top: 32%;
  }
  /* 3つ並び */
  /* 4つ並び */
  /* 5つ並び */
  /* 6つ並び */
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .imgcard_l2_tb.imgcard_flow ul li {
    width: 47%;
  }
  .imgcard_l2_tb.imgcard_flow ul li:nth-child(2n) {
    margin-right: 0;
  }
  .imgcard_l2_tb.imgcard_flow ul li:nth-child(2n)::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .imgcard_l3_tb.imgcard_flow {
    /* リスト */
  }
  .imgcard_l3_tb.imgcard_flow ul li {
    margin-right: 3.5%;
  }
  .imgcard_l3_tb.imgcard_flow ul li::after {
    top: 28%;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .imgcard_l3_tb.imgcard_flow ul li {
    width: 31%;
  }
  .imgcard_l3_tb.imgcard_flow ul li:nth-child(3n) {
    margin-right: 0;
  }
  .imgcard_l3_tb.imgcard_flow ul li:nth-child(3n)::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .imgcard_l4_tb.imgcard_flow {
    /* リスト */
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .imgcard_l4_tb.imgcard_flow ul li:nth-child(4n) {
    margin-right: 0;
  }
  .imgcard_l4_tb.imgcard_flow ul li:nth-child(4n)::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .imgcard_l5_tb.imgcard_flow {
    /* リスト */
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .imgcard_l5_tb.imgcard_flow ul li:nth-child(5n) {
    margin-right: 0;
  }
  .imgcard_l5_tb.imgcard_flow ul li:nth-child(5n)::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .imgcard_l6_tb.imgcard_flow {
    /* リスト */
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .imgcard_l6_tb.imgcard_flow ul li:nth-child(6n) {
    margin-right: 0;
  }
  .imgcard_l6_tb.imgcard_flow ul li:nth-child(6n)::after {
    display: none;
  }
}
/* スマートフォンの時 -------------------------------- */
@media screen and (max-width: 480px) {
  /* 1つ並び */
  .imgcard_l1_sp.imgcard_flow {
    /* リスト */
  }
  .imgcard_l1_sp.imgcard_flow ul li {
    width: 100%;
    margin-right: 0;
  }
  .imgcard_l1_sp.imgcard_flow ul li::after {
    font: var(--fa-font-solid);
    content: "\f107";
    font-size: 2em;
    text-align: center;
    position: absolute;
    top: auto;
    left: 50%;
    right: auto;
    bottom: -1.25em;
    transform: translateX(-50%);
  }
  /* 2つ並び */
  .imgcard_l2_sp.imgcard_flow {
    /* リスト */
  }
  .imgcard_l2_sp.imgcard_flow ul li {
    margin-right: 6%;
    width: 47%;
  }
  .imgcard_l2_sp.imgcard_flow ul li::after {
    top: 28%;
  }
  .imgcard_l2_sp.imgcard_flow ul li:nth-child(2n) {
    margin-right: 0;
  }
  .imgcard_l2_sp.imgcard_flow ul li:nth-child(2n)::after {
    display: none;
  }
  /* 3つ並び */
  .imgcard_l3_sp.imgcard_flow {
    /* リスト */
  }
  .imgcard_l3_sp.imgcard_flow ul li {
    margin-right: 3.5%;
    width: 31%;
  }
  .imgcard_l3_sp.imgcard_flow ul li::after {
    top: 18%;
  }
  .imgcard_l3_sp.imgcard_flow ul li:nth-child(3n) {
    margin-right: 0;
  }
  .imgcard_l3_sp.imgcard_flow ul li:nth-child(3n)::after {
    display: none;
  }
  /* 4つ並び */
  .imgcard_l4_sp.imgcard_flow {
    /* リスト */
  }
  .imgcard_l4_sp.imgcard_flow ul li:nth-child(4n) {
    margin-right: 0;
  }
  .imgcard_l4_sp.imgcard_flow ul li:nth-child(4n)::after {
    display: none;
  }
  /* 5つ並び */
  .imgcard_l5_sp.imgcard_flow {
    /* リスト */
  }
  .imgcard_l5_sp.imgcard_flow ul li:nth-child(5n) {
    margin-right: 0;
  }
  .imgcard_l5_sp.imgcard_flow ul li:nth-child(5n)::after {
    display: none;
  }
  /* 6つ並び */
  .imgcard_l6_sp.imgcard_flow {
    /* リスト */
  }
  .imgcard_l6_sp.imgcard_flow ul li:nth-child(6n) {
    margin-right: 0;
  }
  .imgcard_l6_sp.imgcard_flow ul li:nth-child(6n)::after {
    display: none;
  }
}
/* =============== 画像（単体） ========================================================= */
.parts_img {
  width: 100%;
  position: relative;
  padding-bottom: 2.5em;
  text-align: center;
}
.parts_img.center {
  text-align: center;
}
.parts_img.left {
  text-align: left;
}
.parts_img.right {
  text-align: right;
}
.parts_img img {
  max-width: inherit;
  height: auto;
}
@media screen and (max-width: 768px) {
  .parts_img img {
    width: 100%;
  }
}
.parts_img a {
  overflow: hidden;
  border-radius: 0.5em;
}
.parts_img a:hover img {
  scale: 1.1;
}

/* ------------ 画像（画像＋テキスト） -------------------------------- */
.imgltxt,
.imgrtxt {
  width: 100%;
  position: relative;
  overflow: hidden;
  zoom: 1;
  padding-bottom: 2.5em;
}
.imgltxt .imgtxt_img,
.imgrtxt .imgtxt_img {
  width: 40%;
  position: relative;
  padding-bottom: 1em;
  /* 画像 */
}
@media screen and (max-width: 1024px) {
  .imgltxt .imgtxt_img,
  .imgrtxt .imgtxt_img {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  .imgltxt .imgtxt_img,
  .imgrtxt .imgtxt_img {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .imgltxt .imgtxt_img,
  .imgrtxt .imgtxt_img {
    width: 100%;
    padding-bottom: 2.5em;
  }
}
.imgltxt .imgtxt_img img,
.imgrtxt .imgtxt_img img {
  width: 100%;
  height: auto;
}
.imgltxt .imgtxt_img a,
.imgrtxt .imgtxt_img a {
  overflow: hidden;
  border-radius: 0.5em;
}
.imgltxt .imgtxt_img a:hover img,
.imgrtxt .imgtxt_img a:hover img {
  scale: 1.1;
}

/* 画像左 -------------------------------- */
.imgltxt .imgtxt_img {
  float: left;
  padding-right: 3%;
}

/* 画像右 -------------------------------- */
.imgrtxt .imgtxt_img {
  float: right;
  padding-left: 3%;
}

@media screen and (max-width: 480px) {
  .imgltxt .imgtxt_img,
  .imgrtxt .imgtxt_img {
    float: none;
    padding-right: 0;
    padding-left: 0;
  }
}

/* テキスト -------------------------------- */
/* 見出し */
.imgtxt_txt h4 {
  font-size: 1.75em;
  font-weight: 900;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .imgtxt_txt h4 {
    font-size: 1.6em;
  }
}
@media screen and (max-width: 480px) {
  .imgtxt_txt h4 {
    font-size: 1.5em;
    padding-bottom: 0.67em;
  }
}

/* ------------ 画像（カード型レイアウト） -------------------------------- */
.imgcard a .imgcard_img {
  overflow: hidden;
  border-radius: 0.5em;
}
.imgcard a .imgcard_img:has(.cir) {
  border-radius: 50%;
}
.imgcard a:hover {
  color: inherit;
}
.imgcard a:hover img {
  scale: 1.1;
}

/* 画像上のタイトル */
.imgcard_upttl {
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.5em;
  padding-top: 0.25em;
  padding-bottom: 0 !important;
  margin-bottom: 0.5em;
  text-decoration: none;
}

/* 画像 */
.imgcard_img {
  position: relative;
}

/* テキスト */
.imgcard_txt {
  display: block;
  width: 100%;
  z-index: 1;
  position: relative;
  box-sizing: border-box;
  margin-top: 0.5em;
}
.imgcard_txt h3,
.imgcard_txt h4 {
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.5em;
  padding-top: 0.25em;
  margin-bottom: 0.5em;
  text-decoration: none;
}
.imgcard_txt p {
  padding-bottom: 0;
  line-height: 1.5em;
  text-decoration: none;
}
.imgcard_txt + .card-btn {
  margin-top: 2em;
}

/* カード型レイアウト共通設定 -------------------------------- */
.imgcard_l1,
.imgcard_l2,
.imgcard_l3,
.imgcard_l4,
.imgcard_l5,
.imgcard_l6 {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding-bottom: 2.5em;
  /* リスト */
}
.imgcard_l1 ul,
.imgcard_l2 ul,
.imgcard_l3 ul,
.imgcard_l4 ul,
.imgcard_l5 ul,
.imgcard_l6 ul {
  list-style: none inside;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-top: -2em;
}
@media screen and (max-width: 768px) {
  .imgcard_l1 ul,
  .imgcard_l2 ul,
  .imgcard_l3 ul,
  .imgcard_l4 ul,
  .imgcard_l5 ul,
  .imgcard_l6 ul {
    margin-top: -3em;
  }
}
.imgcard_l1 ul li,
.imgcard_l2 ul li,
.imgcard_l3 ul li,
.imgcard_l4 ul li,
.imgcard_l5 ul li,
.imgcard_l6 ul li {
  width: auto;
  position: relative;
  box-sizing: border-box;
  margin-top: 2em;
  /* リンク */
  /* 画像 */
}
@media screen and (max-width: 768px) {
  .imgcard_l1 ul li,
  .imgcard_l2 ul li,
  .imgcard_l3 ul li,
  .imgcard_l4 ul li,
  .imgcard_l5 ul li,
  .imgcard_l6 ul li {
    margin-top: 3em;
  }
}
.imgcard_l1 ul li a,
.imgcard_l2 ul li a,
.imgcard_l3 ul li a,
.imgcard_l4 ul li a,
.imgcard_l5 ul li a,
.imgcard_l6 ul li a {
  text-decoration: none;
}
.imgcard_l1 ul li img,
.imgcard_l2 ul li img,
.imgcard_l3 ul li img,
.imgcard_l4 ul li img,
.imgcard_l5 ul li img,
.imgcard_l6 ul li img {
  width: 100%;
  height: auto;
  margin-bottom: 1em;
}
.imgcard_l1 ul.flex_center,
.imgcard_l2 ul.flex_center,
.imgcard_l3 ul.flex_center,
.imgcard_l4 ul.flex_center,
.imgcard_l5 ul.flex_center,
.imgcard_l6 ul.flex_center {
  justify-content: center;
}
.imgcard_l1 ul.flex_center li:last-child,
.imgcard_l2 ul.flex_center li:last-child,
.imgcard_l3 ul.flex_center li:last-child,
.imgcard_l4 ul.flex_center li:last-child,
.imgcard_l5 ul.flex_center li:last-child,
.imgcard_l6 ul.flex_center li:last-child {
  margin-right: 0;
}

/* 1つ並び -------------------------------- */
.imgcard_l1 {
  /* リスト */
}
@media screen and (min-width: 769px) {
  .imgcard_l1 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
}
@media screen and (max-width: 768px) {
  .imgcard_l1 ul:has(.youtube_box) {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
}
.imgcard_l1 ul li {
  width: 100%;
}
@media screen and (max-width: 480px) {
  .imgcard_l1 ul li:has(.youtube_box) {
    width: 100%;
  }
}
.imgcard_l1.imghbox ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 480px) {
  .imgcard_l1.imghbox ul li {
    width: 47%;
  }
}

/* 2つ並び -------------------------------- */
.imgcard_l2 {
  /* リスト */
}
.imgcard_l2 ul {
  justify-content: space-between !important;
}
@media screen and (min-width: 769px) {
  .imgcard_l2 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
}
@media screen and (max-width: 768px) {
  .imgcard_l2 ul:has(.youtube_box) {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
}
.imgcard_l2 ul li {
  width: 47%;
}
@media screen and (max-width: 480px) {
  .imgcard_l2 ul li:has(.youtube_box) {
    width: 100%;
  }
}
.imgcard_l2.imghbox ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 480px) {
  .imgcard_l2.imghbox ul li {
    width: 47%;
  }
}

/* 3つ並び -------------------------------- */
.imgcard_l3 {
  /* リスト */
}
.imgcard_l3 ul {
  margin-top: -3em;
}
.imgcard_l3 ul li {
  width: 31%;
  margin-right: 3.5%;
  margin-top: 3em;
}
@media screen and (min-width: 769px) {
  .imgcard_l3 ul li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .imgcard_l3 ul li:has(.youtube_box) {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .imgcard_l3.imghbox ul li {
    width: 31%;
    margin-right: 3.5%;
  }
  .imgcard_l3.imghbox ul li:nth-child(3n) {
    margin-right: 0;
  }
}

/* 4つ並び -------------------------------- */
.imgcard_l4 {
  /* リスト */
}
.imgcard_l4 ul li {
  width: 23.5%;
  margin-right: 2%;
}
@media screen and (min-width: 769px) {
  .imgcard_l4 ul li:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1024px) and (min-width: 481px) {
  .imgcard_l4.imghbox ul li {
    width: 23.5%;
  }
  .imgcard_l4.imghbox ul li:nth-child(2n) {
    margin-right: 2%;
  }
  .imgcard_l4.imghbox ul li:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .imgcard_l4.imghbox ul li {
    width: 23.5%;
  }
  .imgcard_l4.imghbox ul li:nth-child(4n) {
    margin-right: 0;
  }
}

/* 5つ並び -------------------------------- */
.imgcard_l5 {
  /* リスト */
}
.imgcard_l5 ul li {
  width: 18.4%;
  margin-right: 2%;
}
@media screen and (min-width: 769px) {
  .imgcard_l5 ul li:nth-child(5n) {
    margin-right: 0;
  }
}

/* 6つ並び -------------------------------- */
.imgcard_l6 {
  /* リスト */
}
.imgcard_l6 ul li {
  width: 15%;
  margin-right: 2%;
}
@media screen and (min-width: 769px) {
  .imgcard_l6 ul li:nth-child(6n) {
    margin-right: 0;
  }
}

/* タブレットの時 -------------------------------- */
@media screen and (max-width: 768px) {
  /* 1つ並び */
  .imgcard_l1_tb {
    /* リスト */
  }
  .imgcard_l1_tb ul li {
    width: 100%;
    margin-right: 0;
  }
  /* 2つ並び */
  .imgcard_l2_tb {
    /* リスト */
  }
  .imgcard_l2_tb ul li {
    margin-right: 2%;
  }
  /* 3つ並び */
  /* 4つ並び */
  /* 5つ並び */
  /* 6つ並び */
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .imgcard_l2_tb ul li {
    width: 49%;
  }
  .imgcard_l2_tb ul li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .imgcard_l3_tb {
    /* リスト */
  }
  .imgcard_l3_tb ul li {
    margin-right: 2%;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .imgcard_l3_tb ul li {
    width: 32%;
  }
  .imgcard_l3_tb ul li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .imgcard_l4_tb {
    /* リスト */
  }
  .imgcard_l4_tb ul li {
    margin-right: 2%;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .imgcard_l4_tb ul li {
    width: 23.5%;
  }
  .imgcard_l4_tb ul li:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .imgcard_l5_tb {
    /* リスト */
  }
  .imgcard_l5_tb ul li {
    margin-right: 2%;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .imgcard_l5_tb ul li {
    width: 18.4%;
  }
  .imgcard_l5_tb ul li:nth-child(5n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .imgcard_l6_tb {
    /* リスト */
  }
  .imgcard_l6_tb ul li {
    margin-right: 2%;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .imgcard_l6_tb ul li {
    width: 15%;
  }
  .imgcard_l6_tb ul li:nth-child(6n) {
    margin-right: 0;
  }
}
/* スマートフォンの時 -------------------------------- */
@media screen and (max-width: 480px) {
  /* 1つ並び */
  .imgcard_l1_sp {
    /* リスト */
  }
  .imgcard_l1_sp ul li {
    width: 100%;
    margin-right: 0;
  }
  /* 2つ並び */
  .imgcard_l2_sp {
    /* リスト */
  }
  .imgcard_l2_sp ul li {
    margin-right: 2%;
    width: 49%;
  }
  .imgcard_l2_sp ul li:nth-child(2n) {
    margin-right: 0;
  }
  /* 3つ並び */
  .imgcard_l3_sp {
    /* リスト */
  }
  .imgcard_l3_sp ul li {
    margin-right: 2%;
    width: 32%;
  }
  .imgcard_l3_sp ul li:nth-child(3n) {
    margin-right: 0;
  }
  /* 4つ並び */
  .imgcard_l4_sp {
    /* リスト */
  }
  .imgcard_l4_sp ul li {
    margin-right: 2%;
    width: 23.5%;
  }
  .imgcard_l4_sp ul li:nth-child(4n) {
    margin-right: 0;
  }
  /* 5つ並び */
  .imgcard_l5_sp {
    /* リスト */
  }
  .imgcard_l5_sp ul li {
    margin-right: 2%;
    width: 18.4%;
  }
  .imgcard_l5_sp ul li:nth-child(5n) {
    margin-right: 0;
  }
  /* 6つ並び */
  .imgcard_l6_sp {
    /* リスト */
  }
  .imgcard_l6_sp ul li {
    margin-right: 2%;
    width: 15%;
  }
  .imgcard_l6_sp ul li:nth-child(6n) {
    margin-right: 0;
  }
}
.card-btn div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 12em;
  height: 3.5em;
  border-radius: 3.5em;
  padding: 0 2.5em;
  text-align: center;
  position: relative;
  box-shadow: 0.35em 0.35em 1em rgba(0, 0, 0, 0.25);
  transition: 0.4s ease-in-out;
}
.card-btn div:hover {
  transform: translateY(0.2em);
  box-shadow: none;
}
.card-btn div:hover a {
  color: inherit;
  opacity: 1;
}
.card-btn div:hover a img {
  opacity: 1;
  transform: scale(1.05);
}
.card-btn div:hover {
  color: inherit;
}
.card-btn div:disabled:hover {
  scale: 1;
}
.sec-bg1 .card-btn div, .sec-bg3 .card-btn div {
  background: #000;
  color: #fff;
}
.sec-bg2 .card-btn div {
  background: #fede03;
  color: #000;
}

/* =============== リスト ========================================================= */
/* リスト共通 -------------------------------- */
.no_list,
.order_list,
.check_list {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: 2.5em;
  border-radius: 0.5em;
  background: #313131;
  color: #fff;
  padding: 4em 5em;
  /* 見出し */
}
@media screen and (max-width: 768px) {
  .no_list,
  .order_list,
  .check_list {
    padding: 2.5em;
  }
}
@media screen and (max-width: 480px) {
  .no_list,
  .order_list,
  .check_list {
    padding: 2.5em 1.5em;
  }
}
.no_list .list_hd,
.order_list .list_hd,
.check_list .list_hd {
  font-size: 1.5em;
  font-style: italic;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .no_list .list_hd,
  .order_list .list_hd,
  .check_list .list_hd {
    font-size: 1.3em;
  }
}
.no_list ul,
.no_list ol,
.order_list ul,
.order_list ol,
.check_list ul,
.check_list ol {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  list-style: none inside;
}
.no_list li .li_ttl,
.order_list li .li_ttl,
.check_list li .li_ttl {
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.25em;
  padding-bottom: 0.5em;
}
.no_list li .li_ttl + .li_txt,
.order_list li .li_ttl + .li_txt,
.check_list li .li_ttl + .li_txt {
  display: block;
}
.no_list li .li_txt,
.order_list li .li_txt,
.check_list li .li_txt {
  text-indent: initial;
  padding-bottom: 0 !important;
}

/* ノーマルリストマークつき -------------------------------- */
.no_list {
  /* リスト */
}
.no_list ul {
  padding-left: 1.5em;
}
.no_list ul li {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 1em;
  line-height: 1.7em;
  padding-bottom: 1.5em;
}
.no_list ul li::before {
  content: "";
  position: absolute;
  display: inline-block;
  background: #fede03;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin-top: 0.2em;
  margin-left: -1.5em;
  margin-right: 0.5em;
}
.no_list ul li:last-child {
  padding-bottom: 0;
}

/* 番号つき -------------------------------- */
.order_list {
  /* リスト */
}
.order_list ol {
  counter-reset: number;
}
.order_list ol li {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 1em;
  line-height: 1.7em;
  padding-left: 2em;
  padding-bottom: 1.5em;
}
.order_list ol li::before {
  position: absolute;
  display: inline-block;
  width: 1.5em;
  margin-left: -1em;
  counter-increment: number;
  content: counter(number, decimal-leading-zero);
  font-family: "korolev-compressed", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5em;
  font-style: italic;
  color: #fede03;
}
.order_list ol li:nth-child(n+10) {
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.order_list ol li:last-child {
  padding-bottom: 0;
}

/* チェックボックスマークつき -------------------------------- */
.check_list {
  /* リスト */
}
.check_list ul li {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 1em;
  line-height: 1.7em;
  padding-bottom: 1.5em;
  padding-left: 1.5em;
}
.check_list ul li::before {
  position: absolute;
  left: 0;
  display: inline-block;
  font-family: "Font Awesome 5 free";
  content: "\f14a";
  font-weight: 900;
  color: #fede03;
}
.check_list ul li:last-child {
  padding-bottom: 0;
}

/* 表型 -------------------------------- */
.table {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: 2.5em;
  /* 見出し */
  /* リスト */
}
.table h3,
.table h4 {
  display: inline-block;
  font-size: 1.5em;
  font-style: italic;
  line-height: 1.5em;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .table h3,
  .table h4 {
    font-size: 1.3em;
  }
}
.table ul {
  list-style: none inside;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  text-align: left;
}
.table ul li {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  padding-top: 0.5em;
  margin-bottom: 0.5em;
  border-top: 0.2em solid;
}
.table ul li:last-child {
  padding-bottom: 0.5em;
  border-bottom: 0.2em solid;
  margin-bottom: 0;
}
.table ul li:has(.col_th) {
  border-top: none;
}
.table ul li.table_li span {
  flex: 1;
}
.table ul li.table_li span.w-1 {
  flex: none;
  width: 1%;
}
.table ul li.table_li span.w-2 {
  flex: none;
  width: 2%;
}
.table ul li.table_li span.w-3 {
  flex: none;
  width: 3%;
}
.table ul li.table_li span.w-4 {
  flex: none;
  width: 4%;
}
.table ul li.table_li span.w-5 {
  flex: none;
  width: 5%;
}
.table ul li.table_li span.w-6 {
  flex: none;
  width: 6%;
}
.table ul li.table_li span.w-7 {
  flex: none;
  width: 7%;
}
.table ul li.table_li span.w-8 {
  flex: none;
  width: 8%;
}
.table ul li.table_li span.w-9 {
  flex: none;
  width: 9%;
}
.table ul li.table_li span.w-10 {
  flex: none;
  width: 10%;
}
.table ul li.table_li span.w-11 {
  flex: none;
  width: 11%;
}
.table ul li.table_li span.w-12 {
  flex: none;
  width: 12%;
}
.table ul li.table_li span.w-13 {
  flex: none;
  width: 13%;
}
.table ul li.table_li span.w-14 {
  flex: none;
  width: 14%;
}
.table ul li.table_li span.w-15 {
  flex: none;
  width: 15%;
}
.table ul li.table_li span.w-16 {
  flex: none;
  width: 16%;
}
.table ul li.table_li span.w-17 {
  flex: none;
  width: 17%;
}
.table ul li.table_li span.w-18 {
  flex: none;
  width: 18%;
}
.table ul li.table_li span.w-19 {
  flex: none;
  width: 19%;
}
.table ul li.table_li span.w-20 {
  flex: none;
  width: 20%;
}
.table ul li.table_li span.w-21 {
  flex: none;
  width: 21%;
}
.table ul li.table_li span.w-22 {
  flex: none;
  width: 22%;
}
.table ul li.table_li span.w-23 {
  flex: none;
  width: 23%;
}
.table ul li.table_li span.w-24 {
  flex: none;
  width: 24%;
}
.table ul li.table_li span.w-25 {
  flex: none;
  width: 25%;
}
.table ul li.table_li span.w-26 {
  flex: none;
  width: 26%;
}
.table ul li.table_li span.w-27 {
  flex: none;
  width: 27%;
}
.table ul li.table_li span.w-28 {
  flex: none;
  width: 28%;
}
.table ul li.table_li span.w-29 {
  flex: none;
  width: 29%;
}
.table ul li.table_li span.w-30 {
  flex: none;
  width: 30%;
}
.table ul li.table_li span.w-31 {
  flex: none;
  width: 31%;
}
.table ul li.table_li span.w-32 {
  flex: none;
  width: 32%;
}
.table ul li.table_li span.w-33 {
  flex: none;
  width: 33%;
}
.table ul li.table_li span.w-34 {
  flex: none;
  width: 34%;
}
.table ul li.table_li span.w-35 {
  flex: none;
  width: 35%;
}
.table ul li.table_li span.w-36 {
  flex: none;
  width: 36%;
}
.table ul li.table_li span.w-37 {
  flex: none;
  width: 37%;
}
.table ul li.table_li span.w-38 {
  flex: none;
  width: 38%;
}
.table ul li.table_li span.w-39 {
  flex: none;
  width: 39%;
}
.table ul li.table_li span.w-40 {
  flex: none;
  width: 40%;
}
.table ul li.table_li span.w-41 {
  flex: none;
  width: 41%;
}
.table ul li.table_li span.w-42 {
  flex: none;
  width: 42%;
}
.table ul li.table_li span.w-43 {
  flex: none;
  width: 43%;
}
.table ul li.table_li span.w-44 {
  flex: none;
  width: 44%;
}
.table ul li.table_li span.w-45 {
  flex: none;
  width: 45%;
}
.table ul li.table_li span.w-46 {
  flex: none;
  width: 46%;
}
.table ul li.table_li span.w-47 {
  flex: none;
  width: 47%;
}
.table ul li.table_li span.w-48 {
  flex: none;
  width: 48%;
}
.table ul li.table_li span.w-49 {
  flex: none;
  width: 49%;
}
.table ul li.table_li span.w-50 {
  flex: none;
  width: 50%;
}
.table ul li.table_li span.w-51 {
  flex: none;
  width: 51%;
}
.table ul li.table_li span.w-52 {
  flex: none;
  width: 52%;
}
.table ul li.table_li span.w-53 {
  flex: none;
  width: 53%;
}
.table ul li.table_li span.w-54 {
  flex: none;
  width: 54%;
}
.table ul li.table_li span.w-55 {
  flex: none;
  width: 55%;
}
.table ul li.table_li span.w-56 {
  flex: none;
  width: 56%;
}
.table ul li.table_li span.w-57 {
  flex: none;
  width: 57%;
}
.table ul li.table_li span.w-58 {
  flex: none;
  width: 58%;
}
.table ul li.table_li span.w-59 {
  flex: none;
  width: 59%;
}
.table ul li.table_li span.w-60 {
  flex: none;
  width: 60%;
}
.table ul li.table_li span.w-61 {
  flex: none;
  width: 61%;
}
.table ul li.table_li span.w-62 {
  flex: none;
  width: 62%;
}
.table ul li.table_li span.w-63 {
  flex: none;
  width: 63%;
}
.table ul li.table_li span.w-64 {
  flex: none;
  width: 64%;
}
.table ul li.table_li span.w-65 {
  flex: none;
  width: 65%;
}
.table ul li.table_li span.w-66 {
  flex: none;
  width: 66%;
}
.table ul li.table_li span.w-67 {
  flex: none;
  width: 67%;
}
.table ul li.table_li span.w-68 {
  flex: none;
  width: 68%;
}
.table ul li.table_li span.w-69 {
  flex: none;
  width: 69%;
}
.table ul li.table_li span.w-70 {
  flex: none;
  width: 70%;
}
.table ul li.table_li span.w-71 {
  flex: none;
  width: 71%;
}
.table ul li.table_li span.w-72 {
  flex: none;
  width: 72%;
}
.table ul li.table_li span.w-73 {
  flex: none;
  width: 73%;
}
.table ul li.table_li span.w-74 {
  flex: none;
  width: 74%;
}
.table ul li.table_li span.w-75 {
  flex: none;
  width: 75%;
}
.table ul li.table_li span.w-76 {
  flex: none;
  width: 76%;
}
.table ul li.table_li span.w-77 {
  flex: none;
  width: 77%;
}
.table ul li.table_li span.w-78 {
  flex: none;
  width: 78%;
}
.table ul li.table_li span.w-79 {
  flex: none;
  width: 79%;
}
.table ul li.table_li span.w-80 {
  flex: none;
  width: 80%;
}
.table ul li.table_li span.w-81 {
  flex: none;
  width: 81%;
}
.table ul li.table_li span.w-82 {
  flex: none;
  width: 82%;
}
.table ul li.table_li span.w-83 {
  flex: none;
  width: 83%;
}
.table ul li.table_li span.w-84 {
  flex: none;
  width: 84%;
}
.table ul li.table_li span.w-85 {
  flex: none;
  width: 85%;
}
.table ul li.table_li span.w-86 {
  flex: none;
  width: 86%;
}
.table ul li.table_li span.w-87 {
  flex: none;
  width: 87%;
}
.table ul li.table_li span.w-88 {
  flex: none;
  width: 88%;
}
.table ul li.table_li span.w-89 {
  flex: none;
  width: 89%;
}
.table ul li.table_li span.w-90 {
  flex: none;
  width: 90%;
}
.table ul li.table_li span.w-91 {
  flex: none;
  width: 91%;
}
.table ul li.table_li span.w-92 {
  flex: none;
  width: 92%;
}
.table ul li.table_li span.w-93 {
  flex: none;
  width: 93%;
}
.table ul li.table_li span.w-94 {
  flex: none;
  width: 94%;
}
.table ul li.table_li span.w-95 {
  flex: none;
  width: 95%;
}
.table ul li.table_li span.w-96 {
  flex: none;
  width: 96%;
}
.table ul li.table_li span.w-97 {
  flex: none;
  width: 97%;
}
.table ul li.table_li span.w-98 {
  flex: none;
  width: 98%;
}
.table ul li.table_li span.w-99 {
  flex: none;
  width: 99%;
}
.table ul li.table_li span.w-100 {
  flex: none;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .table ul li.table_li span {
    flex: none;
    width: 100% !important;
  }
}
.table ul li.table_li .row_th,
.table ul li.table_li .col_th {
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .table ul li.table_li .col_th {
    display: none;
  }
}
.table ul li .table_th,
.table ul li .table_td {
  width: auto;
  padding: 1em 1.5em;
  font-size: 1em;
  line-height: 1.5em;
  border-right: solid 0.15em;
  width: auto;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .table ul li .table_th,
  .table ul li .table_td {
    display: block;
    padding: 1em;
    width: 100%;
    border-right: none;
    border-bottom: solid 0.15em;
  }
}
.table ul li .table_th.col_th,
.table ul li .table_td.col_th {
  border-right: none;
  padding-bottom: 0.25em;
  text-align: center;
}
.table ul li .table_td {
  width: auto;
  font-weight: 500;
}
.table ul li .table_td .col_th_sp {
  color: inherit;
}
.table ul li .table_td:last-child {
  border-right: none;
  border-bottom: none;
}
.table ul li .col_th_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .table ul li .col_th_sp {
    display: block;
    font-size: 0.8em;
  }
}

/* 沿革・タイムライン -------------------------------- */
.tl_box {
  padding-bottom: 2.5em;
  /* 横並び共通 */
}
.tl_box.side_tl, .tl_box.side_img {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.tl_box.side_tl .tl, .tl_box.side_img .tl {
  width: 45% !important;
  margin-left: 0;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .tl_box.side_tl .tl, .tl_box.side_img .tl {
    width: 100% !important;
  }
}
.tl_box .tl {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  /* 見出し */
  /* リスト */
}
@media screen and (max-width: 768px) {
  .tl_box .tl {
    margin-bottom: 2.5em;
  }
}
.tl_box .tl h3,
.tl_box .tl h4 {
  width: 100%;
  display: inline-block;
  font-size: 1.5em;
  font-style: italic;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .tl_box .tl h3,
  .tl_box .tl h4 {
    font-size: 1.3em;
  }
}
.tl_box .tl ul {
  list-style: none inside;
  text-align: left;
  display: table;
  width: auto;
  /* 最後の点線 */
}
.tl_box .tl ul li {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: table-row;
}
.tl_box .tl ul li:first-child::before {
  top: 2em;
}
.tl_box .tl ul li:last-child::before {
  height: 2em;
  bottom: auto;
}
.tl_box .tl ul li .tl_time,
.tl_box .tl ul li .tl_txt {
  padding: 0 1.5em 1.5em 1.5em;
  font-size: 1em;
  line-height: 1.5em;
  width: auto;
  position: relative;
  box-sizing: border-box;
}
.tl_box .tl ul li .tl_time {
  display: table-cell;
  white-space: nowrap;
  padding-left: 0;
  font-size: 1.2em;
  font-weight: 900;
  text-align: right;
}
.tl_box .tl ul li .tl_txt {
  display: table-cell;
  width: 100%;
  padding-right: 0;
  font-weight: 500;
  /* 線 */
  /* 丸 */
}
.tl_box .tl ul li .tl_txt::before, .tl_box .tl ul li .tl_txt::after {
  content: "";
  display: block;
}
.tl_box .tl ul li .tl_txt::before {
  position: absolute;
  top: 0.5em;
  left: 0;
  right: auto;
  bottom: auto;
  width: 1px;
  height: 100%;
  margin: auto;
  border-right: solid 0.25em;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.tl_box .tl ul li .tl_txt::after {
  position: absolute;
  top: 0.3em;
  left: -0.2em;
  right: auto;
  bottom: auto;
  width: 0.75em;
  height: 0.75em;
  border-radius: 50%;
  background: #000;
  z-index: 2;
}
.sec-bg2 .tl_box .tl ul li .tl_txt::after {
  background: #fff;
}
.tl_box .tl ul li .tl_txt .tl_ttl {
  display: block;
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: 700;
  padding-bottom: 0.5em;
}
.tl_box .tl ul li .tl_img {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5em;
  margin-top: 1em;
}
.tl_box .tl ul li .tl_img img {
  width: 45%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tl_box .tl ul.on li:last-child .tl_txt::before {
  position: absolute;
  top: 0.5em;
  left: 0;
  right: auto;
  bottom: auto;
  width: 1px;
  height: 100%;
  margin: auto;
  border-right: dotted 0.25em;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
@media screen and (max-width: 768px) {
  .tl_box .tl ul.on li:last-child .tl_txt::before {
    left: 0;
  }
}
.tl_box .img_container {
  width: 45%;
  height: inherit;
  padding: 0;
  position: relative;
  overflow: visible;
}
@media screen and (max-width: 768px) {
  .tl_box .img_container {
    display: none;
  }
}
.tl_box .img_container .imgbox {
  position: sticky;
  top: 30%;
}
.tl_box .img_container .imgbox img {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  -o-object-fit: cover;
     object-fit: cover;
}

/* 注釈 -------------------------------- */
.note_list {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: 2.5em;
  border-radius: 0.5em;
  opacity: 0.7;
  filter: alpha(opacity=70);
  /* 見出し */
  /* リスト */
}
@media screen and (max-width: 1024px) {
  .note_list {
    padding: 3em;
  }
}
@media screen and (max-width: 768px) {
  .note_list {
    padding: 2.5em;
  }
}
@media screen and (max-width: 480px) {
  .note_list {
    padding: 1.5em;
  }
}
.note_list.bgcolor {
  background: #313131;
  color: #fff;
  padding: 4em 5em;
}
@media screen and (max-width: 768px) {
  .note_list.bgcolor {
    padding: 2.5em;
  }
}
@media screen and (max-width: 480px) {
  .note_list.bgcolor {
    padding: 2.5em 1.5em;
  }
}
.note_list h3,
.note_list h4 {
  color: #d7b100;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .note_list h3,
  .note_list h4 {
    font-size: 1.3em;
  }
}
.note_list ul {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  list-style: none inside;
}
.note_list ul li {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 0.9em;
  font-weight: 500;
  line-height: 1.7em;
  padding-left: 1.2em;
  padding-bottom: 1.5em;
}
.note_list ul li::before {
  position: absolute;
  left: 0;
  display: inline-block;
  content: "※";
}
.note_list ul li:last-child {
  padding-bottom: 0;
}
.note_list ul li h5 {
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.2em;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .note_list ul li h5 {
    font-size: 1.1em;
  }
}
.note_list ul li p {
  display: inline-block;
}
.note_list ul li p:last-child {
  padding-bottom: 0;
}

/* =============== 余白ゼロ ========================================================= */
.partspage-ctt .sec .innerbox p:last-child,
.partspage-ctt .sec .innerbox p.parts_copy:last-child,
.partspage-ctt .sec .innerbox p.note:last-child,
.partspage-ctt .sec .innerbox .btn:last-child,
.partspage-ctt .sec .innerbox .parts_img:last-child,
.partspage-ctt .sec .innerbox .imgltxt:last-child,
.partspage-ctt .sec .innerbox .imgrtxt:last-child,
.partspage-ctt .sec .innerbox .imgcard_l1:last-child,
.partspage-ctt .sec .innerbox .imgcard_l2:last-child,
.partspage-ctt .sec .innerbox .imgcard_l3:last-child,
.partspage-ctt .sec .innerbox .imgcard_l4:last-child,
.partspage-ctt .sec .innerbox .imgcard_l5:last-child,
.partspage-ctt .sec .innerbox .imgcard_l6:last-child,
.partspage-ctt .sec .innerbox .tl_box:last-child,
.partspage-ctt .sec .innerbox .pdf_box:last-child,
.partspage-ctt .sec .innerbox .faq_box:last-child,
.partspage-ctt .sec .innerbox2 p:last-child,
.partspage-ctt .sec .innerbox2 p.parts_copy:last-child,
.partspage-ctt .sec .innerbox2 p.note:last-child,
.partspage-ctt .sec .innerbox2 .btn:last-child,
.partspage-ctt .sec .innerbox2 .parts_img:last-child,
.partspage-ctt .sec .innerbox2 .imgltxt:last-child,
.partspage-ctt .sec .innerbox2 .imgrtxt:last-child,
.partspage-ctt .sec .innerbox2 .imgcard_l1:last-child,
.partspage-ctt .sec .innerbox2 .imgcard_l2:last-child,
.partspage-ctt .sec .innerbox2 .imgcard_l3:last-child,
.partspage-ctt .sec .innerbox2 .imgcard_l4:last-child,
.partspage-ctt .sec .innerbox2 .imgcard_l5:last-child,
.partspage-ctt .sec .innerbox2 .imgcard_l6:last-child,
.partspage-ctt .sec .innerbox2 .tl_box:last-child,
.partspage-ctt .sec .innerbox2 .pdf_box:last-child,
.partspage-ctt .sec .innerbox2 .faq_box:last-child {
  padding-bottom: 0;
}
.partspage-ctt .sec .innerbox .textbox:last-child,
.partspage-ctt .sec .innerbox .no_list:last-child,
.partspage-ctt .sec .innerbox .check_list:last-child,
.partspage-ctt .sec .innerbox .order_list:last-child,
.partspage-ctt .sec .innerbox .table:last-child,
.partspage-ctt .sec .innerbox .note_list:last-child,
.partspage-ctt .sec .innerbox .access_map:last-child,
.partspage-ctt .sec .innerbox .table:last-child,
.partspage-ctt .sec .innerbox2 .textbox:last-child,
.partspage-ctt .sec .innerbox2 .no_list:last-child,
.partspage-ctt .sec .innerbox2 .check_list:last-child,
.partspage-ctt .sec .innerbox2 .order_list:last-child,
.partspage-ctt .sec .innerbox2 .table:last-child,
.partspage-ctt .sec .innerbox2 .note_list:last-child,
.partspage-ctt .sec .innerbox2 .access_map:last-child,
.partspage-ctt .sec .innerbox2 .table:last-child {
  margin-bottom: 0;
}

.imgcard_l2 img:last-child,
.imgcard_l3 img:last-child,
.imgcard_l4 img:last-child {
  margin-bottom: 0;
}
.imgcard_l2 a img:last-child,
.imgcard_l3 a img:last-child,
.imgcard_l4 a img:last-child {
  margin-bottom: 1em;
}
.imgcard_l2 a:last-child img,
.imgcard_l3 a:last-child img,
.imgcard_l4 a:last-child img {
  margin-bottom: 0;
}
.imgcard_l2 a:last-child img:last-child,
.imgcard_l3 a:last-child img:last-child,
.imgcard_l4 a:last-child img:last-child {
  margin-bottom: 0;
}

li .youtube_box:last-child {
  margin-bottom: 0;
}

.imgtxt_img .youtube_box {
  margin-bottom: 0;
}

/* PDFファイル -------------------------------- */
.pdf_box {
  padding-bottom: 2.5em;
  /* 見出し */
}
.pdf_box h4 {
  display: inline-block;
  font-family: "korolev-compressed", source-han-sans-japanese, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 1.5em;
  font-style: italic;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .pdf_box h4 {
    font-size: 1.75em;
    padding-bottom: 0.5em;
  }
}
.pdf_box ul {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5em;
  list-style: none inside;
}
@media screen and (max-width: 480px) {
  .pdf_box ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
.pdf_box ul li {
  width: 100%;
  border-radius: 0.5em;
  background: #fff;
  color: #000;
}
.pdf_box ul li a {
  display: block;
  background: #313131;
  color: #fff;
  padding: 1em 2em;
  border-radius: 0.5em;
  text-decoration: none;
  position: relative;
}
.pdf_box ul li a:hover {
  color: #fede03;
}
.pdf_box ul li a i {
  position: absolute;
  top: 1.3em;
}
.pdf_box ul li a span {
  display: inline-block;
  padding-left: 1.25em;
}

/* =============== テキスト ========================================================= */
/* ------------ 見出し -------------------------------- */
.parts_hd {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 1em;
  line-height: 1em;
  padding-bottom: 3em;
  /* 大きな数字 */
}
.parts_hd .hd_en {
  display: block;
  font-family: "korolev-compressed", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 4em;
  font-weight: 900;
  font-style: italic;
  letter-spacing: 0;
  line-height: 1em;
}
.parts_hd .hd_jp {
  font-family: "korolev-compressed", sans-serif;
  font-weight: 900;
  font-style: normal;
  display: block;
  font-size: 1.25em;
  font-weight: 500;
  font-style: italic;
  line-height: 1.25;
  padding-top: 0.4em;
}
.parts_hd:not(:has(.hd_en)) .hd_jp {
  font-size: 2.75em;
  font-weight: 900;
}
@media screen and (max-width: 480px) {
  .parts_hd:not(:has(.hd_en)) .hd_jp {
    font-size: 1.75em;
  }
}

.parts-h4 {
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.5em;
  padding-top: 3em;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .parts-h4 {
    font-size: 1.15em;
  }
}

/* 左寄せ・幅指定中央配置テキスト */
.tw_s {
  width: 50%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .tw_s {
    width: 100%;
  }
}

.tw_m {
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .tw_m {
    width: 100%;
  }
}

.tw_l {
  width: 100%;
}

/* ------------ 段落 -------------------------------- */
.partspage-ctt a {
  text-decoration: underline;
}
.partspage-ctt .btn:not(:last-child) {
  margin-bottom: 2.5em;
}
.partspage-ctt .btn a {
  text-decoration: none;
}
.partspage-ctt .sec p {
  padding-bottom: 2.5em;
  /* 余白小さめ */
  /* 強調 */
  /* 大テキスト */
  /* 中テキスト */
  /* 注釈 */
}
.partspage-ctt .sec p.btmmin {
  padding-bottom: 2em;
}
.partspage-ctt .sec p.parts_copy {
  font-size: 1.5em;
  font-weight: 900;
  font-style: italic;
  letter-spacing: 0.1em;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .partspage-ctt .sec p.parts_copy {
    font-size: 1.3em;
  }
}
.partspage-ctt .sec p.ts_l {
  font-size: 2em;
  font-weight: 700;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 480px) {
  .partspage-ctt .sec p.ts_l {
    font-size: 1.6em;
  }
}
.partspage-ctt .sec p.ts_m {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.5em;
  padding-bottom: 0.75em;
}
@media screen and (max-width: 480px) {
  .partspage-ctt .sec p.ts_m {
    font-size: 1.2em;
  }
}
.partspage-ctt .sec p.note {
  font-size: 0.9em;
  font-weight: 400;
  line-height: 1.7em;
  padding-bottom: 2.5em;
  padding-left: 1.2em;
  text-indent: -0.65em;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  color: #fede03;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.partspage-ctt .sec p.note::before {
  display: inline-block;
  content: "※";
  padding-right: 0.2em;
}
.partspage-ctt .sec .imgtxt_txtbox p:last-child {
  padding-bottom: 0;
}

/* やや小さめ強調 */
.strong {
  font-size: 1.2em;
  font-weight: 700;
  line-height: 2em;
}

/* ------------ 背景色つきテキストボックス -------------------------------- */
.textbox {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 2.5em;
  border-radius: 0.5em;
  background: #313131;
  color: #fff;
  padding: 4em 5em;
}
@media screen and (max-width: 768px) {
  .textbox {
    padding: 2.5em;
  }
}
@media screen and (max-width: 480px) {
  .textbox {
    padding: 2.5em 1.5em;
  }
}
.textbox h3,
.textbox h4 {
  font-weight: 700;
  font-size: 1.5em;
  font-style: italic;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .textbox h3,
  .textbox h4 {
    font-size: 1.3em;
  }
}
.textbox p {
  padding-bottom: 2;
}
.textbox p:last-child {
  padding-bottom: 0;
}

/* =============== Youtube動画 ========================================================= */
.yttxt .imgtxt_img {
  width: 60%;
}
@media screen and (max-width: 480px) {
  .yttxt .imgtxt_img {
    width: 100%;
  }
}

.youtube_box {
  width: 100%;
}
.youtube_box span {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube_box span iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.imgcard_l2 .youtube_box,
.imgcard_l3 .youtube_box {
  padding-bottom: 1.5em;
}

.partspage-ctt .sec-case {
  background: #fff;
}
.partspage-ctt .sec-case-title {
  font-size: 2.5em;
  line-height: 1;
  text-align: center;
  color: #0057e1;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .partspage-ctt .sec-case-title {
    font-size: 2em;
  }
}
@media screen and (max-width: 480px) {
  .partspage-ctt .sec-case-title {
    font-size: 1.75em;
  }
}
.partspage-ctt .sec-case a {
  text-decoration: none;
}
.partspage-ctt .sec-company {
  background: #fff;
}
.partspage-ctt .sec-company-title {
  font-size: 2.5em;
  line-height: 1;
  text-align: center;
  color: #0057e1;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .partspage-ctt .sec-company-title {
    font-size: 2em;
  }
}
@media screen and (max-width: 480px) {
  .partspage-ctt .sec-company-title {
    font-size: 1.75em;
  }
}
.partspage-ctt .sec-company-text {
  text-align: center;
  padding-bottom: 3em !important;
}
.partspage-ctt .sec-company a {
  text-decoration: none;
}/*# sourceMappingURL=style.css.map */