@charset "UTF-8";
/*---------------
 サイト全体をずれないように
-----------------*/
.site_all {
  width: 100%;
  overflow-x: hidden; }

/*---------------
 page_list
-----------------*/
.page_list {
  margin: 80px auto;
  max-width: 900px; }
  .page_list ol li {
    border-bottom: 1px solid #fff; }
    .page_list ol li a {
      padding: 16px 0;
      display: block;
      color: #333;
      transition: 0.1s; }
      .page_list ol li a:hover {
        color: #f94f4f; }

/*---------------
下層ページヘッダーロゴ画像
-----------------*/
.logo {
  position: relative;
  z-index: 0;
  padding-top: 30px;
  padding-bottom: 15px;
  padding-left: 32px;
  max-width: 1200px;
  margin: 0 auto; }
  @media (max-width: 600px) {
    .logo {
      padding-top: 20px;
      padding-left: 24px;
      padding-bottom: 10px; } }
  @media (max-width: 400px) {
    .logo {
      padding-left: 16px; } }
  .logo a img {
    height: 145px;
    width: auto;
    -o-object-fit: contain;
    object-fit: contain; }
    @media (max-width: 1050px) {
      .logo a img {
        height: 96px; } }
    @media (max-width: 600px) {
      .logo a img {
        height: 48px; } }

/*---------------
 hdr_main
-----------------*/
.hdr_main {
  position: relative; }
  .hdr_main .cont {
    margin: 0 auto;
    max-width: 1200px;
    padding: 24px 0 16px 24px; }
    @media (max-width: 600px) {
      .hdr_main .cont {
        padding: 16px;
        padding-top: 20px; } }

.hdr-logo {
  padding: 32px 40px; }
  @media (max-width: 800px) {
    .hdr-logo {
      padding: 30px 0 10px 20px; } }
  .hdr-logo img {
    max-width: 400px; }
    @media (max-width: 800px) {
      .hdr-logo img {
        max-width: 100%;
        width: 65vw; } }

/*---------------
 ヘッダーメニュー PC
 hdr_menu_pc
-----------------*/
.hdr_menu_pc {
  position: relative;
  z-index: 9999;
  background: #252525; }
  @media (max-width: 800px) {
    .hdr_menu_pc {
      display: none; } }
  .hdr_menu_pc ul {
    margin: 0 auto;
    padding: 6px 0;
    max-width: 1200px;
    display: flex;
    justify-content: center; }
    .hdr_menu_pc ul li {
      position: relative;
      border-left: 1px solid #fff; }
      .hdr_menu_pc ul li:last-of-type {
        border-right: 1px solid #fff; }
      .hdr_menu_pc ul li a {
        position: relative;
        z-index: 10;
        padding: 0.7em 1.2em;
        display: block;
        color: #fff; }
        @media (max-width: 1000px) {
          .hdr_menu_pc ul li a {
            font-size: 14px; } }
        .hdr_menu_pc ul li a::after {
          position: absolute;
          top: -6px;
          left: 0;
          z-index: -1;
          width: 100%;
          height: calc(100% + 12px);
          content: "";
          display: block;
          background: #ffffff;
          opacity: 0;
          transition: 0.3s;
          mix-blend-mode: multiply; }
        .hdr_menu_pc ul li a:hover::after {
          opacity: 0.1; }
      .hdr_menu_pc ul li ul {
        position: absolute;
        top: calc(100% + 6px);
        left: 0;
        padding: 0;
        min-width: 200px;
        display: block;
        background: #fff6e9;
        display: none; }
        .hdr_menu_pc ul li ul li {
          border: none !important;
          border-bottom: 1px solid #555 !important; }
          .hdr_menu_pc ul li ul li:first-of-type {
            border-top: 1px solid #555 !important; }
          .hdr_menu_pc ul li ul li a {
            padding: 1em;
            color: #000; }
            .hdr_menu_pc ul li ul li a::after {
              top: 0;
              height: 100%; }

.hdr_menu_pc_move {
  display: block !important; }

.hdr_menu_pc.fixed {
  position: fixed;
  top: -100px;
  left: 0;
  width: 100%;
  transition: 0.5s;
  opacity: 0.9;
  visibility: hidden; }

.hdr_menu_pc_fixed_move {
  top: 0 !important;
  visibility: inherit !important; }

/*---------------
 ヘッダーメニュー SP
 hdr_menu_sp
-----------------*/
.hdr_menu_sp {
  display: none; }
  @media (max-width: 800px) {
    .hdr_menu_sp {
      display: block; } }

.hum_btn {
  position: fixed;
  top: 40px;
  right: 24px;
  z-index: 999;
  margin: auto;
  padding: 10px 9px;
  width: 42px;
  height: 42px;
  background: #333;
  transition: 0.5s; }
  @media (max-width: 600px) {
    .hum_btn {
      top: 16px;
      right: 16px;
      padding: 10px 8px;
      width: 38px;
      height: 38px; } }
  .hum_btn::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -10;
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    box-shadow: 0 0 4px #000;
    opacity: 0; }
  .hum_btn::after {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -100;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    visibility: hidden;
    transition: 0.7s; }
  .hum_btn .in {
    position: relative;
    height: 100%;
    transition: 0.7s; }
    .hum_btn .in div {
      position: absolute;
      left: 0;
      margin: auto;
      width: 100%;
      height: 1px;
      background: #fff;
      transition: 0.7s; }
      .hum_btn .in div:nth-of-type(1) {
        top: 0;
        bottom: 100%; }
      .hum_btn .in div:nth-of-type(2) {
        top: 0;
        bottom: 0; }
      .hum_btn .in div:nth-of-type(3) {
        top: 100%;
        bottom: 0; }

.hum_btn_move::after {
  opacity: 0.6;
  visibility: inherit; }
.hum_btn_move .in {
  transform: rotate(180deg); }
  .hum_btn_move .in div:nth-of-type(1) {
    bottom: 0;
    transform: rotate(45deg); }
  .hum_btn_move .in div:nth-of-type(2) {
    opacity: 0; }
  .hum_btn_move .in div:nth-of-type(3) {
    top: 0;
    transform: rotate(-45deg); }

.hum_btn_fixed_move {
  position: fixed;
  top: 24px;
  bottom: auto; }
  .hum_btn_fixed_move::before {
    opacity: 0.1; }
  @media (max-width: 500px) {
    .hum_btn_fixed_move {
      top: 16px; } }

.menu_sp {
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 999;
  width: calc(100% - 100px);
  max-width: 500px;
  height: 100%;
  background: #fff;
  transition: 0.7s;
  visibility: hidden; }
  @media (max-width: 500px) {
    .menu_sp {
      width: calc(100% - 70px); } }
  .menu_sp ul li {
    position: relative; }
    .menu_sp ul li::after {
      position: absolute;
      bottom: 0;
      left: 0;
      content: "";
      display: block;
      width: 100%;
      height: 1px;
      background: #000;
      opacity: 0.2; }
    .menu_sp ul li a {
      font-size: 20px;
      padding: 25px 16px;
      display: block;
      color: #111;
      text-align: center; }
      @media (max-width: 500px) {
        .menu_sp ul li a {
          font-size: 18px; } }
    .menu_sp ul li ul {
      position: relative;
      display: none; }
      .menu_sp ul li ul::after {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        content: "";
        display: block;
        background: #f7c7c7;
        opacity: 0.3; }
  .menu_sp .down_box {
    position: absolute;
    right: 0;
    top: 0;
    width: 48px;
    height: 47px; }
    @media (max-width: 500px) {
      .menu_sp .down_box {
        height: 45px; } }
    .menu_sp .down_box::before {
      position: relative;
      z-index: 10;
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: "Font Awesome 5 Free";
      content: "\f054";
      font-weight: 900;
      font-size: 14px;
      color: #fff;
      transition: 0.5s; }
    .menu_sp .down_box::after {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      height: 100%;
      width: 100%;
      content: "";
      display: block;
      background: #333;
      opacity: 0.8; }

.menu_sp_move {
  left: 0;
  visibility: inherit; }

.down_box_move::before {
  transform: rotate(90deg); }

html,
body {
  height: 100%; }

#particles-js {
  position: absolute;
  /*描画固定*/
  top: 0;
  left: 0%;
  z-index: -1;
  /*描画を一番下に*/
  width: 100%;
  height: 100%;
  background-color: transparent;
  /*背景色*/ }

#wrapper {
  position: relative;
  /*描画を#particles-jsよりも上にするためposition:relative;を指定*/
  z-index: 1;
  /*z-indexの数字を大きくすることで描画を#particles-jsよりも上に*/
  width: 100%;
  height: 100%; }

/*------------
ファーストビュー
-------------*/
.top_fv {
  position: relative;
  z-index: 30;
  height: calc(100vh - 50px);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background: #000;
  /*高さ・位置・透過が変化して線が上から下に動く*/ }
  @media (min-width: 1500px) {
    .top_fv {
      min-height: 780px;
      font-size: 14px; } }
  @media (max-width: 1500px) {
    .top_fv {
      min-height: 700px;
      max-height: 766px;
      font-size: 12px; } }
  @media (max-width: 900px) {
    .top_fv {
      min-height: 590px;
      font-size: 10px; } }
  @media (max-width: 800px) {
    .top_fv {
      min-height: 590px; } }
  @media (max-width: 600px) {
    .top_fv {
      min-height: 500px;
      font-size: 8px; } }
  @media (max-width: 450px) {
    .top_fv {
      font-size: 1.9vw; } }
  .top_fv::after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: #000;
    opacity: 0.2; }
  .top_fv .bg_img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -10;
    content: "";
    display: block;
    margin: auto;
    width: 100%;
    height: 100%;
    background: url(../img/top/topfv.png);
    background-position: center 30%;
    background-size: cover; }
    @media (max-width: 600px) {
      .top_fv .bg_img {
        background: url(../img/top/topfv-sp.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center bottoms; } }
  .top_fv .bg_color {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    content: "";
    width: 100%;
    height: 0;
    display: block;
    background: #fff;
    opacity: 0.6; }
  .top_fv .outer {
    position: relative;
    z-index: 30;
    padding-top: 32px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap; }
    @media (max-width: 600px) {
      .top_fv .outer {
        padding-top: 56px; } }
    .top_fv .outer .inner {
      margin-right: 6em;
      display: flex;
      justify-content: center; }
      @media (max-width: 600px) {
        .top_fv .outer .inner {
          margin-right: 3em; } }
      .top_fv .outer .inner .times_image {
        width: 8em; }
        .top_fv .outer .inner .times_image img {
          width: 100%;
          height: auto;
          -o-object-fit: contain;
          object-fit: contain; }
      .top_fv .outer .inner .date_image {
        margin-left: 4em;
        width: 30em; }
        .top_fv .outer .inner .date_image img {
          width: 100%;
          height: auto;
          -o-object-fit: contain;
          object-fit: contain; }
    .top_fv .outer .festival_image {
      margin-top: -5em;
      width: 100%;
      display: flex;
      justify-content: center; }
      .top_fv .outer .festival_image div {
        width: 29.5em; }
        @media (max-width: 600px) {
          .top_fv .outer .festival_image div {
            width: 29.5em;
            margin-left: 3em;
            margin-top: 1em; } }
        .top_fv .outer .festival_image div img {
          width: 100%;
          height: auto;
          -o-object-fit: contain;
          object-fit: contain; }
  .top_fv .tittle_image {
    position: absolute;
    left: 0;
    bottom: 100px;
    z-index: 30;
    width: 100%;
    justify-content: center;
    display: flex; }
    .top_fv .tittle_image div {
      width: 50em; }
      .top_fv .tittle_image div img {
        width: 100%;
        height: auto;
        -o-object-fit: contain;
        object-fit: contain; }
  .top_fv .scrolldown {
    position: absolute;
    left: 50%;
    bottom: 24px;
    z-index: 30;
    height: 100px; }
    @media (max-width: 900px) {
      .top_fv .scrolldown {
        height: 80px; } }
    @media (max-width: 600px) {
      .top_fv .scrolldown {
        height: 70px; } }
    .top_fv .scrolldown::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 3px;
      height: 60px;
      background: #fff;
      -webkit-animation: pathmove 1.4s ease-in-out infinite;
      animation: pathmove 1.4s ease-in-out infinite;
      opacity: 0;
      text-decoration: inherit;
      vertical-align: inherit; }
      @media (max-width: 600px) {
        .top_fv .scrolldown::after {
          width: 2px; } }
    .top_fv .scrolldown span {
      position: absolute;
      top: 0;
      left: 50%;
      transform: translate(-50%);
      letter-spacing: 0.1em;
      font-size: 18px;
      color: #fff; }
      @media (max-width: 900px) {
        .top_fv .scrolldown span {
          font-size: 16px; } }
      @media (max-width: 600px) {
        .top_fv .scrolldown span {
          font-size: 14px; } }
@-webkit-keyframes pathmove {
  0% {
    height: 0;
    top: 30%;
    opacity: 0; }
  40% {
    height: 60%;
    opacity: 1; }
  100% {
    height: 0;
    top: 90%;
    opacity: 0; } }
@keyframes pathmove {
  0% {
    height: 0;
    top: 30%;
    opacity: 0; }
  40% {
    height: 60%;
    opacity: 1; }
  100% {
    height: 0;
    top: 90%;
    opacity: 0; } }
/*------------
    fv_2023
-------------*/
.fv_2023 {
  position: relative;
  height: calc(100vh - 50px);
  min-height: 400px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }
  .fv_2023::after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -100;
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: #000; }
  .fv_2023 .bg_flash {
    position: absolute;
    top: -100%;
    bottom: -100%;
    left: -100%;
    right: -100%;
    z-index: -98;
    margin: auto;
    width: 200%;
    height: auto;
    opacity: .7; }
    @media (max-width: 600px) {
      .fv_2023 .bg_flash {
        width: auto;
        height: 120%; } }
    .fv_2023 .bg_flash::before {
      padding-top: 100%;
      content: '';
      display: block; }
    .fv_2023 .bg_flash img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      animation: bg_flash_anime 30s infinite linear; }
@keyframes bg_flash_anime {
  100% {
    transform: rotate(360deg); } }
  .fv_2023 h1 {
    margin-top: -6%;
    width: 45%; }
    @media (max-width: 980px) {
      .fv_2023 h1 {
        width: 60%; } }
    @media (max-width: 700px) {
      .fv_2023 h1 {
        margin-top: -25%;
        width: 80%; } }
    .fv_2023 h1 .date {
      position: relative;
      margin: 0 auto;
      margin-bottom: 5%;
      padding-left: 9%;
      width: 64%;
      transform: translate(0, 40px);
      opacity: 0; }
      .fv_2023 h1 .date.loading_anime_df_on {
        animation: fv_2023_date_anime 1.4s ease-in-out forwards;
        animation-delay: 2.5s; }
@keyframes fv_2023_date_anime {
  100% {
    transform: translate(0, 0);
    opacity: 1; } }
      .fv_2023 h1 .date img {
        width: 100%;
        height: auto; }
      .fv_2023 h1 .date .th55 {
        position: absolute;
        top: 0;
        right: 100%;
        width: 28%; }
        .fv_2023 h1 .date .th55 img {
          width: 100%;
          height: auto; }
    .fv_2023 h1 .keidaisai {
      margin: 0 auto;
      width: 50%;
      transform: translate(0, -40%);
      opacity: 0; }
      .fv_2023 h1 .keidaisai.loading_anime_df_on {
        animation: keidaisai_anime 1.4s ease-in-out forwards;
        animation-delay: 2.5s; }
@keyframes keidaisai_anime {
  100% {
    transform: translate(0, 0);
    opacity: 1; } }
    .fv_2023 h1 .progress {
      margin: 0 auto;
      margin-top: -4%;
      width: 30%;
      transform: translate(0, 200%) rotate(1000deg);
      z-index: -50;
      opacity: 0; }
      .fv_2023 h1 .progress.loading_anime_df_on {
        animation: progress_anime 2s ease-in-out forwards;
        animation-delay: 1.1s; }
@keyframes progress_anime {
  100% {
    width: 100%;
    transform: translate(0, 0) rotate(0);
    opacity: 1;
    z-index: 0; } }
  .fv_2023 video {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -99;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .fv_2023 .hikoshi {
    position: absolute;
    bottom: 0;
    right: 0;
    height: auto;
    width: 13%;
    transform: translate(100%, 100%);
    opacity: 0; }
    @media (max-width: 700px) {
      .fv_2023 .hikoshi {
        width: auto;
        height: 35%; } }
    @media (max-width: 500px) {
      .fv_2023 .hikoshi {
        width: auto;
        height: 40%; } }
    .fv_2023 .hikoshi img {
      width: 100%;
      height: auto; }
      @media (max-width: 700px) {
        .fv_2023 .hikoshi img {
          width: auto;
          height: 100%; } }
    @media (min-width: 701px) {
      .fv_2023 .hikoshi.loading_anime_df_on {
        animation: hikoshi_anime_pc 1.5s ease forwards;
        animation-delay: 3.5s; } }
    @media (max-width: 700px) {
      .fv_2023 .hikoshi.loading_anime_df_on {
        animation: hikoshi_anime_sp 1.5s ease forwards;
        animation-delay: 3.5s; } }
@keyframes hikoshi_anime_pc {
  100% {
    width: 33%;
    transform: translate(0, 0);
    opacity: 1; } }
@keyframes hikoshi_anime_sp {
  100% {
    transform: translate(0, 0);
    opacity: 1; } }
/*------------
    お知らせ
-------------*/
.top_news {
  padding: 48px; }
  @media (max-width: 500px) {
    .top_news {
      padding: 32px; } }
  @media (max-width: 450px) {
    .top_news {
      padding: 24px; } }
  .top_news section {
    margin: 0 auto;
    max-width: 800px; }
    .top_news section p {
      font-size: 22px;
      line-height: 1.8em; }
      @media (max-width: 600px) {
        .top_news section p {
          font-size: 20px; } }
      @media (max-width: 500px) {
        .top_news section p {
          font-size: 18px; } }
      @media (max-width: 360px) {
        .top_news section p {
          font-size: 16px; } }
      .top_news section p + p {
        margin-top: 1em; }
    .top_news section nav {
      margin-top: 24px;
      display: flex;
      flex-wrap: wrap;
      gap: 4px; }
      .top_news section nav a {
        position: relative;
        z-index: 10;
        height: 72px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex: 1 1 320px;
        border: 2px solid #000;
        color: #333;
        font-weight: 500;
        font-feature-settings: "palt";
        overflow: hidden;
        transition: color .3s; }
        .top_news section nav a svg {
          position: absolute;
          top: 0;
          bottom: 0;
          right: 24px;
          margin: auto;
          stroke: #333;
          width: 8px;
          transition: stroke .2s; }
          @media (max-width: 370px) {
            .top_news section nav a svg {
              right: 16px; } }
        .top_news section nav a::before {
          position: absolute;
          top: 0;
          left: -100%;
          z-index: -1;
          width: 100%;
          height: 100%;
          content: '';
          display: block;
          background: #2f3336;
          transition: left .3s; }
        .top_news section nav a:hover {
          color: #fff; }
          .top_news section nav a:hover::before {
            left: 0; }
          .top_news section nav a:hover svg {
            stroke: #fff; }
    .top_news section .point_area {
      margin-top: 32px;
      padding: 32px;
      border: 3px solid #e07070; }
      @media (max-width: 450px) {
        .top_news section .point_area {
          padding: 24px;
          padding-top: 30px; } }
      .top_news section .point_area h2 {
        margin-bottom: 20px;
        font-size: 24px;
        line-height: 1.4;
        text-align: center; }
        @media (max-width: 600px) {
          .top_news section .point_area h2 {
            font-size: 20px; } }
        @media (max-width: 450px) {
          .top_news section .point_area h2 {
            margin-bottom: 16px; } }
      .top_news section .point_area ul {
        display: grid;
        gap: 8px; }
        .top_news section .point_area ul li {
          padding-left: 1em;
          text-indent: -1em;
          line-height: 1.6em;
          font-size: 18px; }
          @media (max-width: 600px) {
            .top_news section .point_area ul li {
              font-size: 16px; } }

.pop-img {
  width: 100vw;
  height: auto;
  padding: 10px; }
  .pop-img img {
    width: 100%; }

/*------------
    選択
    -------------*/
.top_choice {
  position: relative;
  margin: 0 auto;
  padding: 190px 0;
  width: 100%;
  background-image: url(../img/top/bg_img_01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center; }
  @media (max-width: 1050px) {
    .top_choice {
      padding: 0 110px;
      padding-top: 118px;
      padding-bottom: 125px; } }
  @media (max-width: 600px) {
    .top_choice {
      padding: 0 55px;
      padding-top: 45px;
      padding-bottom: 60px; } }
  .top_choice::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    z-index: -3;
    width: 100vw;
    height: 100%; }
  .top_choice::after {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: #000;
    opacity: 0.2; }
  .top_choice section {
    margin: 0 auto;
    max-width: 394px;
    display: flex;
    gap: 88px; }
    @media (max-width: 1050px) {
      .top_choice section {
        grid-template-columns: repeat(1, 1fr); } }
    @media (max-width: 600px) {
      .top_choice section {
        gap: 45px; } }
    .top_choice section .inner {
      position: relative;
      padding: 32px 0;
      padding-left: 55px;
      width: 100%;
      border: 1px solid #fff;
      color: #fff;
      z-index: 10; }
      @media (max-width: 600px) {
        .top_choice section .inner {
          padding-left: 35px; } }
      @media (max-width: 400px) {
        .top_choice section .inner {
          padding-left: 24px; } }
      .top_choice section .inner::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 35px;
        z-index: 10;
        margin: auto;
        width: 15px;
        height: 35px;
        background-image: url(../img/icon/next_icon.svg);
        background-repeat: no-repeat;
        -webkit-animation: top_choice_icon_move 3s infinite;
        animation: top_choice_icon_move 3s infinite; }
        @media (max-width: 600px) {
          .top_choice section .inner::before {
            height: 20px; } }
@-webkit-keyframes top_choice_icon_move {
  0% {
    right: 35px; }
  40% {
    right: 35px; }
  45% {
    right: 30px; }
  50% {
    right: 35px; }
  55% {
    right: 30px; }
  60% {
    right: 35px; }
  65% {
    right: 35px; }
  100% {
    right: 35px; } }
@keyframes top_choice_icon_move {
  0% {
    right: 35px; }
  40% {
    right: 35px; }
  45% {
    right: 30px; }
  50% {
    right: 35px; }
  55% {
    right: 30px; }
  60% {
    right: 35px; }
  65% {
    right: 35px; }
  100% {
    right: 35px; } }
      .top_choice section .inner::after {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        transition: 0.2s; }
      .top_choice section .inner p {
        margin-bottom: 20px;
        font-size: 38px;
        transition: 0.2s; }
        @media (max-width: 600px) {
          .top_choice section .inner p {
            margin-bottom: 10px;
            font-size: 25px; } }
        .top_choice section .inner p::before {
          position: absolute;
          top: 0;
          left: 0;
          z-index: -1;
          content: "";
          width: 100%;
          height: 100%;
          display: block;
          background: #000;
          opacity: 0;
          transition: 0.2s; }
      .top_choice section .inner span {
        font-size: 22px;
        transition: 0.2s; }
        @media (max-width: 600px) {
          .top_choice section .inner span {
            font-size: 15px; } }
      .top_choice section .inner:hover p,
      .top_choice section .inner:hover span {
        text-shadow: 0 0 10px #fff; }
      .top_choice section .inner:hover::after {
        box-shadow: 0 0 10px #fff; }
      .top_choice section .inner:hover p::before {
        opacity: 0.1; }

.news-white {
  height: 240px;
  background-color: #fff; }
  @media (max-width: 850px) {
    .news-white {
      height: 100px; } }

/*------------
    謎解きゲーム
    -------------*/
.search-game {
  color: #231815;
  background-image: url(../img/top/fireworks.png);
  width: 100vw;
  height: auto;
  background-repeat: no-repeat;
  background-attachment: fixed;
  aspect-ratio: 722 / 364;
  background-size: cover;
  padding: 0 20px; }
  @media (max-width: 850px) {
    .search-game {
      background-image: url(../img/top/fire-works-sp.png);
      padding: 80px 20px 80px;
      background-attachment: fixed; } }
  .search-game .container {
    position: relative;
    border: 3px solid #7c7c7d;
    bottom: -50%;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1060px;
    width: 100%;
    padding: 25px 30px;
    background-color: #fff; }
    @media (max-width: 850px) {
      .search-game .container {
        position: static;
        transform: translateX(0);
        padding: 160px 40px 40px 40px; } }
    .search-game .container .date {
      position: absolute;
      top: -20px;
      right: -20px;
      z-index: 1;
      padding: 0 12px;
      padding-top: 30px;
      padding-bottom: 20px;
      background: #fdd000;
      font-size: 70px;
      font-weight: bold; }
      @media (max-width: 1050px) {
        .search-game .container .date {
          top: -16px;
          padding: 0 8px;
          padding-top: 24px;
          padding-bottom: 17px;
          font-size: 58px; } }
      @media (max-width: 600px) {
        .search-game .container .date {
          top: -12px;
          padding-top: 18px;
          padding-bottom: 14px;
          padding-right: 8px;
          padding-left: 6px;
          font-size: 46px; } }
      .search-game .container .date span {
        margin-left: 8px;
        display: inline-block;
        font-size: 35px; }
        @media (max-width: 1050px) {
          .search-game .container .date span {
            font-size: 30px; } }
        @media (max-width: 600px) {
          .search-game .container .date span {
            font-size: 26px; } }
        .search-game .container .date span:nth-of-type(2) {
          margin-top: 18px;
          margin-left: 0;
          display: block;
          letter-spacing: -0.03em;
          font-size: 44px; }
          @media (max-width: 1050px) {
            .search-game .container .date span:nth-of-type(2) {
              margin-top: 14px;
              font-size: 35px; } }
          @media (max-width: 600px) {
            .search-game .container .date span:nth-of-type(2) {
              margin-top: 10px;
              font-size: 26px; } }
    .search-game .container .chance {
      font-size: 50px;
      font-weight: bold;
      flex-wrap: nowrap;
      color: #e84572;
      text-align: center;
      padding: 0;
      padding-top: 20px; }
      @media (max-width: 600px) {
        .search-game .container .chance {
          font-size: 30px;
          margin-left: -36px;
          margin-right: -36px; } }
      .search-game .container .chance .pc-none {
        display: none !important; }
        @media (max-width: 900px) {
          .search-game .container .chance .pc-none {
            display: inline !important; } }
    .search-game .container .outer {
      display: flex;
      align-items: center;
      gap: 30px; }
      @media (max-width: 1050px) {
        .search-game .container .outer {
          gap: 15px; } }
      @media (max-width: 850px) {
        .search-game .container .outer {
          display: block; } }
      .search-game .container .outer .image {
        width: 33%; }
        @media (max-width: 850px) {
          .search-game .container .outer .image {
            width: 100%; } }
        .search-game .container .outer .image img {
          width: 100%; }
      .search-game .container .outer .inner {
        width: 39%; }
        @media (max-width: 850px) {
          .search-game .container .outer .inner {
            width: 100%;
            margin-top: 20px;
            text-align: center; } }
        .search-game .container .outer .inner .search-size {
          width: 300px; }
        .search-game .container .outer .inner h2 {
          font-weight: bold;
          margin-bottom: 25px;
          padding: 20px 0;
          display: inline-block;
          border-top: 2px solid #7c7c7d;
          border-bottom: 2px solid #7c7c7d;
          line-height: 1.2;
          font-size: 30px; }
          @media (max-width: 1050px) {
            .search-game .container .outer .inner h2 {
              margin-bottom: 24px;
              padding: 15px 0;
              font-size: 30px;
              text-align: left; } }
          @media (max-width: 600px) {
            .search-game .container .outer .inner h2 {
              margin-bottom: 18px;
              padding: 10px 0;
              font-size: 24px; } }
        .search-game .container .outer .inner .planning01 {
          margin-bottom: 20px;
          padding: 0 20px;
          display: inline-block;
          border: 3px solid #f0393f;
          color: #f0393f;
          line-height: 1.5;
          font-size: 46px; }
          @media (max-width: 1050px) {
            .search-game .container .outer .inner .planning01 {
              margin-bottom: 16px;
              padding: 0 15px;
              font-size: 38px; } }
          @media (max-width: 600px) {
            .search-game .container .outer .inner .planning01 {
              margin-bottom: 12px;
              padding: 0 10px;
              font-size: 24px; } }
        .search-game .container .outer .inner p {
          line-height: 1.2;
          font-size: 24px; }
          @media (max-width: 1050px) {
            .search-game .container .outer .inner p {
              font-size: 20px; } }
          @media (max-width: 600px) {
            .search-game .container .outer .inner p {
              font-size: 16px; } }
        .search-game .container .outer .inner .text01 {
          font-weight: 700;
          font-size: 31px;
          letter-spacing: 0.3em;
          width: 100vw;
          margin-right: calc(50% - 50vw);
          padding-top: 20px;
          padding-bottom: 20px; }
          @media (max-width: 850px) {
            .search-game .container .outer .inner .text01 {
              width: 100%;
              margin-right: 0; } }
          @media (max-width: 600px) {
            .search-game .container .outer .inner .text01 {
              max-width: 100%;
              width: 100%;
              margin-right: 0;
              letter-spacing: 0.1em; } }
        .search-game .container .outer .inner .text02 {
          width: 100vw;
          margin-right: calc(50% - 50vw);
          font-size: 16px;
          font-weight: bold;
          flex-wrap: nowrap;
          overflow: visible !important;
          padding-right: -50px;
          letter-spacing: 0.3em; }
          @media (max-width: 850px) {
            .search-game .container .outer .inner .text02 {
              width: 100%;
              margin-right: 0; } }
          @media (max-width: 600px) {
            .search-game .container .outer .inner .text02 {
              width: 100%;
              margin-right: 0;
              letter-spacing: 0.1em; } }

/*------------
謎解きゲーム2
-------------*/
.search-game_ptn_2 .bg_img {
  position: relative;
  z-index: 0;
  padding-top: 104px;
  width: 100%;
  height: 700px;
  background-image: url(../img/top/fireworks.webp);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover; }
  @media (max-width: 600px) {
    .search-game_ptn_2 .bg_img {
      height: 500px; } }
  @media (max-width: 500px) {
    .search-game_ptn_2 .bg_img {
      height: 400px; } }
  .search-game_ptn_2 .bg_img::after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    background: rgba(0, 0, 0, 0.2); }
  .search-game_ptn_2 .bg_img .btn {
    position: relative;
    z-index: 10;
    margin: 0 auto;
    padding-left: 40px;
    width: 400px;
    height: 148px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    border: 2px solid #fff;
    color: #fff; }
    @media (max-width: 450px) {
      .search-game_ptn_2 .bg_img .btn {
        height: 124px;
        width: calc(100% - 48px); } }
    .search-game_ptn_2 .bg_img .btn::before {
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      width: 100%;
      height: 100%;
      content: '';
      display: block;
      background: rgba(0, 0, 0, 0.2);
      transition: .3s; }
    .search-game_ptn_2 .bg_img .btn:hover {
      outline: 1px solid #fff;
      outline-offset: -6px;
      transition: .2s; }
      .search-game_ptn_2 .bg_img .btn:hover::before {
        background: rgba(60, 143, 159, 0.9); }
    .search-game_ptn_2 .bg_img .btn .main {
      width: 100%;
      font-size: 38px;
      font-weight: 500; }
      @media (max-width: 450px) {
        .search-game_ptn_2 .bg_img .btn .main {
          font-size: 32px; } }
    .search-game_ptn_2 .bg_img .btn .sub {
      margin-top: 16px;
      width: 100%;
      font-size: 22px; }
      @media (max-width: 450px) {
        .search-game_ptn_2 .bg_img .btn .sub {
          font-size: 18px; } }
    .search-game_ptn_2 .bg_img .btn img {
      position: absolute;
      top: 0;
      right: 24px;
      bottom: 0;
      margin: auto;
      width: 16px; }
.search-game_ptn_2 .wrap {
  padding: 0 3%; }
.search-game_ptn_2 .container {
  margin-top: -300px;
  position: relative;
  font-size: 16px;
  border: 3px solid #7c7c7d;
  bottom: -50%;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1060px;
  width: 100%;
  padding: 1.56em 1.875em;
  background-color: #fff; }
  @media (max-width: 1120px) {
    .search-game_ptn_2 .container {
      font-size: 1.4vw; } }
  @media (max-width: 600px) {
    .search-game_ptn_2 .container {
      margin-top: -140px;
      padding-top: 12em;
      font-size: 2.1vw; } }
  @media (max-width: 500px) {
    .search-game_ptn_2 .container {
      margin-top: -90px; } }
  .search-game_ptn_2 .container + .container {
    margin-top: 32px; }
  .search-game_ptn_2 .container .date {
    position: absolute;
    top: -0.25em;
    right: -0.25em;
    z-index: 1;
    padding: 0.25em 0.24em;
    background: #fdd000;
    font-size: 4.735em;
    font-weight: bold; }
    .search-game_ptn_2 .container .date span {
      margin-left: 8px;
      display: inline-block;
      font-size: 35px; }
      @media (max-width: 1050px) {
        .search-game_ptn_2 .container .date span {
          font-size: 30px; } }
      @media (max-width: 600px) {
        .search-game_ptn_2 .container .date span {
          font-size: 26px; } }
      .search-game_ptn_2 .container .date span:nth-of-type(2) {
        margin-top: 18px;
        margin-left: 0;
        display: block;
        letter-spacing: -0.03em;
        font-size: 44px; }
        @media (max-width: 1050px) {
          .search-game_ptn_2 .container .date span:nth-of-type(2) {
            margin-top: 14px;
            font-size: 35px; } }
        @media (max-width: 600px) {
          .search-game_ptn_2 .container .date span:nth-of-type(2) {
            margin-top: 10px;
            font-size: 26px; } }
  .search-game_ptn_2 .container figure {
    display: flex;
    flex-wrap: wrap;
    font-size: 1em; }
    .search-game_ptn_2 .container figure .image {
      width: 30%;
      perspective: 1200px; }
      @media (max-width: 600px) {
        .search-game_ptn_2 .container figure .image {
          width: 100%; } }
      .search-game_ptn_2 .container figure .image img {
        width: 100%;
        height: auto;
        transform-origin: center;
        /* 右端を基点に変換 */
        transform: scale(0.7) rotateY(90deg);
        /* Y軸を中心に回転させる */
        transition: transform 1.5s ease-in-out;
        /* アニメーション効果の追加 */ }
      .search-game_ptn_2 .container figure .image.fadeIn_anime_on img {
        transform: scale(1) rotateY(0); }
    .search-game_ptn_2 .container figure figcaption {
      width: 70%;
      display: flex;
      align-items: flex-end;
      flex-wrap: wrap; }
      @media (max-width: 600px) {
        .search-game_ptn_2 .container figure figcaption {
          margin-top: 1.8em;
          width: 100%; } }
      .search-game_ptn_2 .container figure figcaption .in_btm {
        padding-left: 5%;
        width: 100%;
        display: flex;
        flex-wrap: wrap; }
        @media (max-width: 600px) {
          .search-game_ptn_2 .container figure figcaption .in_btm {
            padding: 0; } }
        .search-game_ptn_2 .container figure figcaption .in_btm .ttl_main {
          margin-bottom: 0.4em;
          padding: .3em 0;
          border-top: 3px solid #333;
          border-bottom: 3px solid #333;
          font-size: 2.6em;
          line-height: 1.2em; }
          @media (max-width: 600px) {
            .search-game_ptn_2 .container figure figcaption .in_btm .ttl_main {
              margin: .2em auto 0.4em auto; } }
        .search-game_ptn_2 .container figure figcaption .in_btm .ttl_1 {
          width: 100%;
          display: flex;
          align-items: center;
          display: flex;
          font-size: 3.6em;
          background: linear-gradient(0deg, #a474b0 0%, #003f7e 31%, #ac61a3 64%, #e84174 100%);
          background: -webkit-linear-gradient(0deg, #a474b0 0%, #003f7e 31%, #ac61a3 64%, #e84174 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          white-space: nowrap; }
          .search-game_ptn_2 .container figure figcaption .in_btm .ttl_1 small {
            display: inline-block;
            font-size: .5em;
            white-space: nowrap; }
        .search-game_ptn_2 .container figure figcaption .in_btm .ttl_2 {
          width: 100%;
          white-space: nowrap;
          font-weight: 800;
          font-size: 4.2em; }
        .search-game_ptn_2 .container figure figcaption .in_btm .ttl_img {
          height: 11.5em; }
          @media (max-width: 600px) {
            .search-game_ptn_2 .container figure figcaption .in_btm .ttl_img {
              margin: .8em;
              height: auto;
              width: 100%; } }
          .search-game_ptn_2 .container figure figcaption .in_btm .ttl_img img {
            height: 100%;
            width: auto; }
            @media (max-width: 600px) {
              .search-game_ptn_2 .container figure figcaption .in_btm .ttl_img img {
                height: auto;
                width: 100%; } }
        .search-game_ptn_2 .container figure figcaption .in_btm .point {
          margin: .4em 0;
          padding: .3em;
          padding-top: .24em;
          font-size: 3em;
          border: 3px solid #e60012;
          color: #e60012;
          white-space: nowrap; }
          .search-game_ptn_2 .container figure figcaption .in_btm .point.small {
            margin-bottom: 0;
            font-size: 2.5em; }
        .search-game_ptn_2 .container figure figcaption .in_btm p {
          width: 100%;
          font-size: 1.5em; }
  .search-game_ptn_2 .container .content {
    line-height: 1.8em;
    font-size: 1.3em; }
    @media (max-width: 850px) {
      .search-game_ptn_2 .container .content {
        font-size: 16px; } }
    .search-game_ptn_2 .container .content p {
      margin: .8em 0; }
    .search-game_ptn_2 .container .content a {
      color: #34528b;
      text-decoration: underline; }
    .search-game_ptn_2 .container .content b {
      margin: .7em 0 .2em 0;
      display: block;
      font-size: 2.4em;
      text-align: center;
      color: #e60012;
      text-align: center;
      white-space: nowrap; }
      @media (max-width: 600px) {
        .search-game_ptn_2 .container .content b {
          font-size: 1.7em;
          letter-spacing: 0; } }
      @media (max-width: 450px) {
        .search-game_ptn_2 .container .content b {
          font-size: 1.3em; } }

/*------------
メインステージライブ
-------------*/
.top_stage_live {
  padding-top: 530px;
  background: #fff; }
  @media (max-width: 850px) {
    .top_stage_live {
      padding-top: 140px; } }
  @media (max-width: 500px) {
    .top_stage_live {
      padding-top: 60px; } }
  .top_stage_live section {
    text-align: center; }
    .top_stage_live section h1 {
      margin-bottom: 50px;
      padding: 0 15px; }
      @media (max-width: 600px) {
        .top_stage_live section h1 {
          margin-bottom: 20px; } }
      .top_stage_live section h1 span {
        margin: 0 auto;
        padding: 30px 0;
        max-width: 780px;
        display: block;
        border: 2px solid #e84572;
        letter-spacing: 0.1em;
        line-height: 1.4;
        font-size: 40px;
        color: #e84572; }
        @media (max-width: 600px) {
          .top_stage_live section h1 span {
            padding: 22px 0;
            font-size: 25px; } }
        .top_stage_live section h1 span span {
          margin: 0;
          padding: 0;
          max-width: none;
          display: inline-block;
          border: none; }
          @media (max-width: 600px) {
            .top_stage_live section h1 span span {
              display: block; } }
    .top_stage_live section .outer {
      padding: 0 24px;
      padding-top: 80px;
      padding-bottom: 100px;
      background-color: #fff5e0; }
      @media (max-width: 700px) {
        .top_stage_live section .outer {
          padding: 0 16px;
          padding-top: 35px;
          padding-bottom: 45px; } }
      @media (max-width: 500px) {
        .top_stage_live section .outer {
          padding: 0 20px;
          padding-top: 35px;
          padding-bottom: 45px; } }
      .top_stage_live section .outer .instalive-logo {
        max-width: 500px;
        padding: 0 20px;
        width: 100%;
        margin: 0 auto; }
        @media (max-width: 500px) {
          .top_stage_live section .outer .instalive-logo {
            width: 80%;
            margin-right: 10%;
            margin-left: 10%; } }
      .top_stage_live section .outer .insta-start {
        display: flex;
        margin: 0 auto;
        align-items: center;
        justify-content: center;
        line-height: 1;
        text-decoration: none;
        color: #ffffff;
        font-size: 37px;
        max-width: 640px;
        height: 130px;
        font-weight: bold;
        transition: 0.3s;
        background-image: linear-gradient(90deg, #fcd359, #f7b342 13%, #e65444 32%, #cf4265 50%, #be1083 66%, #813e93 87%, #5160ab); }
        @media (max-width: 500px) {
          .top_stage_live section .outer .insta-start {
            font-size: 24px;
            height: 75px; } }
        .top_stage_live section .outer .insta-start:hover {
          opacity: 0.7; }
      .top_stage_live section .outer .insta-comment {
        font-size: 32px;
        max-width: 640px;
        margin: 0 auto;
        text-align: left;
        line-height: 1.4;
        padding-top: 16px; }
        @media (max-width: 500px) {
          .top_stage_live section .outer .insta-comment {
            font-size: 24px; } }
      .top_stage_live section .outer .youtube {
        position: relative;
        margin: 0 auto;
        max-width: 1200px;
        width: 100%;
        height: auto;
        display: block;
        position: relative;
        width: 100%;
        overflow: hidden; }
        .top_stage_live section .outer .youtube::before {
          padding-top: 56.5%;
          content: "";
          display: block; }
        .top_stage_live section .outer .youtube iframe {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          border: none; }
          @media (max-width: 1050px) {
            .top_stage_live section .outer .youtube iframe {
              padding: 0; } }

/*------------
    協賛各社ご紹介
    -------------*/
.top_sponsor {
  padding-top: 95px;
  padding-bottom: 50px;
  background: #fff; }
  @media (max-width: 1050px) {
    .top_sponsor {
      padding-bottom: 65px; } }
  @media (max-width: 600px) {
    .top_sponsor {
      padding-top: 35px; } }
  .top_sponsor section {
    text-align: center; }
    .top_sponsor section h2 {
      margin-bottom: 60px;
      padding: 0 15px; }
      @media (max-width: 600px) {
        .top_sponsor section h2 {
          margin-bottom: 35px; } }
      .top_sponsor section h2 span {
        margin: 0 auto;
        padding: 30px 0;
        max-width: 780px;
        display: block;
        border: 2px solid #b07cae;
        letter-spacing: 0.1em;
        line-height: 1.4;
        font-size: 40px;
        color: #ad7bab; }
        @media (max-width: 600px) {
          .top_sponsor section h2 span {
            padding: 22px 0;
            font-size: 25px; } }
    .top_sponsor section .outer {
      max-width: 1200px;
      margin: 0 auto;
      margin-bottom: 20px;
      padding-right: 95px;
      padding-left: 60px; }
      @media (max-width: 1050px) {
        .top_sponsor section .outer {
          padding-right: 35px;
          padding-left: 45px; } }
      @media (max-width: 450px) {
        .top_sponsor section .outer {
          margin-left: 2px;
          padding-left: 24px;
          padding-right: 24px; } }
      @media (max-width: 600px) {
        .top_sponsor section .outer {
          margin-bottom: 10px; } }
      .top_sponsor section .outer ul {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 0 2em;
        border-bottom: 3px solid #7c7c7d; }
        @media (max-width: 1050px) {
          .top_sponsor section .outer ul {
            grid-template-columns: repeat(2, 1fr); } }
        .top_sponsor section .outer ul li {
          margin: 1em 0;
          line-height: 1.2;
          font-size: 20px;
          line-height: 1.5em;
          text-align: left; }
          @media (max-width: 600px) {
            .top_sponsor section .outer ul li {
              font-size: 16px; } }
          @media (max-width: 400px) {
            .top_sponsor section .outer ul li {
              font-size: 14px; } }
          .top_sponsor section .outer ul li:nth-last-of-type(1) {
            margin-bottom: 45px; }
            @media (max-width: 1050px) {
              .top_sponsor section .outer ul li:nth-last-of-type(1) {
                margin-bottom: 35px; } }
          .top_sponsor section .outer ul li a {
            position: relative;
            display: inline-block;
            color: #000;
            transition: 0.3s; }
            .top_sponsor section .outer ul li a::after {
              position: absolute;
              bottom: -8px;
              left: 0;
              content: "";
              display: block;
              width: 0;
              height: 3px;
              background: #63d4d4;
              transition: 0.2s; }
            .top_sponsor section .outer ul li a:hover {
              color: #10a7a7; }
              .top_sponsor section .outer ul li a:hover::after {
                width: 100%; }
    .top_sponsor section p {
      font-size: 20px; }
      @media (max-width: 600px) {
        .top_sponsor section p {
          font-size: 16px; } }
      @media (max-width: 400px) {
        .top_sponsor section p {
          font-size: 14px; } }

/*------------
フッター
-------------*/
.ftr_pc {
  position: relative;
  z-index: 999;
  padding-top: 22px;
  padding-bottom: 40px;
  background: #f5c5db; }
  @media (max-width: 1050px) {
    .ftr_pc {
      padding-top: 16px;
      padding-bottom: 30px; } }
  @media (max-width: 600px) {
    .ftr_pc {
      padding-top: 10px;
      padding-bottom: 18px; } }
  .ftr_pc .outer {
    margin: 0 auto;
    max-width: 1200px;
    padding-left: 25px; }
    @media (max-width: 1050px) {
      .ftr_pc .outer {
        padding-left: 35px; } }
    @media (max-width: 850px) {
      .ftr_pc .outer {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-left: 0;
        text-align: center; } }
    .ftr_pc .outer .image {
      display: inline-block;
      margin-bottom: 30px; }
      @media (max-width: 600px) {
        .ftr_pc .outer .image {
          margin-bottom: 15px; } }
      .ftr_pc .outer .image img {
        width: auto;
        height: 145px;
        -o-object-fit: contain;
        object-fit: contain; }
        @media (max-width: 600px) {
          .ftr_pc .outer .image img {
            height: 75px;
            width: 45vw; } }
    .ftr_pc .outer .univ {
      margin-bottom: 20px;
      font-size: 32px; }
      @media (max-width: 1050px) {
        .ftr_pc .outer .univ {
          margin-bottom: 15px;
          font-size: 24px; } }
      @media (max-width: 600px) {
        .ftr_pc .outer .univ {
          margin-bottom: 10px;
          font-size: 18px; } }
      .ftr_pc .outer .univ span {
        margin-left: 36px;
        display: inline-block;
        font-size: 32px; }
        @media (max-width: 1050px) {
          .ftr_pc .outer .univ span {
            margin-left: 27px;
            font-size: 24px; } }
        @media (max-width: 600px) {
          .ftr_pc .outer .univ span {
            margin-left: 18px;
            font-size: 18px; } }
    .ftr_pc .outer .adress {
      font-size: 20px; }
      @media (max-width: 1050px) {
        .ftr_pc .outer .adress {
          font-size: 17px; } }
      @media (max-width: 600px) {
        .ftr_pc .outer .adress {
          font-size: 11px; } }
      .ftr_pc .outer .adress span {
        margin-left: 26px;
        display: inline-block; }
        @media (max-width: 1050px) {
          .ftr_pc .outer .adress span {
            margin-left: 19px; } }
        @media (max-width: 600px) {
          .ftr_pc .outer .adress span {
            margin-left: 12px; } }

/*------------
広島経済大学のあゆみ
-------------*/
.ayumi_info {
  padding: 0 25px;
  padding-top: 120px;
  padding-bottom: 140px;
  background-image: url(../img/info_ayumi/bg_img_01.jpg);
  background-size: cover;
  background-repeat: no-repeat; }
  @media (max-width: 1050px) {
    .ayumi_info {
      padding-top: 80px;
      padding-bottom: 100px; } }
  @media (max-width: 600px) {
    .ayumi_info {
      padding-top: 58px;
      padding-bottom: 65px; } }
  .ayumi_info .inner {
    margin: 0 auto;
    max-width: 790px; }
    .ayumi_info .inner h1 {
      margin-bottom: 55px;
      padding-top: 20px;
      padding-bottom: 40px;
      border: 3px solid #7c7c7d;
      text-align: center;
      font-size: 48px; }
      @media (max-width: 1050px) {
        .ayumi_info .inner h1 {
          margin-bottom: 45px;
          padding-top: 25px;
          padding-bottom: 30px;
          font-size: 38px; } }
      @media (max-width: 600px) {
        .ayumi_info .inner h1 {
          margin-bottom: 35px;
          padding-top: 10px;
          padding-bottom: 20px;
          font-size: 24px; } }
      .ayumi_info .inner h1 span {
        margin-top: 18px;
        display: block; }
    .ayumi_info .inner p {
      margin-bottom: 20px;
      text-align: center;
      line-height: 1.2;
      font-size: 34px; }
      @media (max-width: 1050px) {
        .ayumi_info .inner p {
          font-size: 25px; } }
      @media (max-width: 600px) {
        .ayumi_info .inner p {
          font-size: 15px; } }
      .ayumi_info .inner p:nth-last-of-type(1) {
        margin-bottom: 0; }

/*------------
テーブル
-------------*/
.table_list {
  padding: 0 24px;
  padding-top: 75px; }
  @media (max-width: 850px) {
    .table_list {
      padding: 0 8px;
      padding-top: 75px; } }
  @media (max-width: 600px) {
    .table_list {
      padding: 0 4px;
      padding-top: 60px; } }
  .table_list section {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
    overflow-x: scroll; }
    @media (max-width: 850px) {
      .table_list section table {
        min-width: 800px;
        display: block; } }
    .table_list section table tr {
      font-weight: bold;
      font-feature-settings: "palt"; }
      .table_list section table tr th {
        padding-top: 40px;
        padding-bottom: 35px;
        background: #d6b5ca;
        border: solid 2px #fff;
        text-align: center;
        font-size: 20px; }
        @media (max-width: 1050px) {
          .table_list section table tr th {
            padding-top: 28px;
            padding-bottom: 24px;
            font-size: 18px; } }
        @media (max-width: 600px) {
          .table_list section table tr th {
            padding-top: 20px;
            padding-bottom: 18px;
            font-size: 16px; } }
        .table_list section table tr th:nth-of-type(1) {
          background: #a0558c; }
      .table_list section table tr td {
        padding-top: 30px;
        padding-bottom: 35px;
        display: table-cell;
        background: #c4c5c4;
        border: solid 2px #fff;
        vertical-align: middle; }
        @media (max-width: 1050px) {
          .table_list section table tr td {
            padding-top: 24px;
            padding-bottom: 24px; } }
        @media (max-width: 600px) {
          .table_list section table tr td {
            padding-top: 18px;
            padding-bottom: 18px; } }
        .table_list section table tr td:nth-of-type(1) {
          min-width: 110px;
          background: #a0558c;
          text-align: center;
          font-size: 20px;
          color: #fff; }
          @media (max-width: 1250px) {
            .table_list section table tr td:nth-of-type(1) {
              font-size: 18px; } }
          @media (max-width: 1050px) {
            .table_list section table tr td:nth-of-type(1) {
              min-width: 90px;
              font-size: 16px; } }
          @media (max-width: 600px) {
            .table_list section table tr td:nth-of-type(1) {
              font-size: 14px; } }
        .table_list section table tr td:nth-of-type(2) {
          padding-right: 22px;
          padding-left: 22px;
          text-align: center;
          font-size: 24px; }
          @media (max-width: 1250px) {
            .table_list section table tr td:nth-of-type(2) {
              font-size: 20px; } }
          @media (max-width: 1050px) {
            .table_list section table tr td:nth-of-type(2) {
              padding-right: 16px;
              padding-left: 16px;
              font-size: 18px; } }
          @media (max-width: 600px) {
            .table_list section table tr td:nth-of-type(2) {
              padding-left: 16px;
              font-size: 16px; } }
        .table_list section table tr td:nth-of-type(3) {
          min-width: 280px;
          padding-left: 24px;
          font-size: 24px; }
          @media (max-width: 1250px) {
            .table_list section table tr td:nth-of-type(3) {
              min-width: 220px;
              font-size: 20px; } }
          @media (max-width: 1050px) {
            .table_list section table tr td:nth-of-type(3) {
              min-width: 160px;
              padding-left: 20px;
              font-size: 18px; } }
          @media (max-width: 600px) {
            .table_list section table tr td:nth-of-type(3) {
              padding-left: 16px;
              font-size: 16px; } }
        .table_list section table tr td:nth-of-type(4) {
          width: 100%;
          padding: 16px 0px;
          padding-left: 24px;
          padding-right: 16px;
          font-size: 24px; }
          @media (max-width: 1250px) {
            .table_list section table tr td:nth-of-type(4) {
              font-size: 20px; } }
          @media (max-width: 1050px) {
            .table_list section table tr td:nth-of-type(4) {
              font-size: 16px; } }
          @media (max-width: 600px) {
            .table_list section table tr td:nth-of-type(4) {
              font-size: 14px; } }
      .table_list section table tr:nth-of-type(5) td:nth-of-type(2) {
        min-width: auto;
        text-align: center; }
      .table_list section table tr:nth-of-type(6) td:nth-of-type(4) {
        line-height: 1.5;
        font-size: 24px; }
        @media (max-width: 1250px) {
          .table_list section table tr:nth-of-type(6) td:nth-of-type(4) {
            font-size: 20px; } }
        @media (max-width: 1050px) {
          .table_list section table tr:nth-of-type(6) td:nth-of-type(4) {
            font-size: 16px; } }
        @media (max-width: 600px) {
          .table_list section table tr:nth-of-type(6) td:nth-of-type(4) {
            font-size: 14px; } }
      .table_list section table tr:nth-of-type(6) td span {
        margin-bottom: 0;
        display: block;
        line-height: 1.5;
        font-size: 18px;
        font-weight: normal; }
        @media (max-width: 1050px) {
          .table_list section table tr:nth-of-type(6) td span {
            font-size: 14px; } }
        @media (max-width: 600px) {
          .table_list section table tr:nth-of-type(6) td span {
            font-size: 12px; } }

.timetable-game {
  padding: 30px 0;
  display: block;
  width: 100%; }
  @media (max-width: 850px) {
    .timetable-game {
      height: auto; } }
  .timetable-game .title {
    font-size: 40px;
    text-align: center; }
  .timetable-game .search-game {
    background-image: none; }
    @media (max-width: 850px) {
      .timetable-game .search-game {
        padding: 20px 20px 0; } }
    .timetable-game .search-game .container {
      bottom: 0; }

.game-message {
  margin: 0 auto;
  padding-top: 26px;
  padding-bottom: 26px;
  padding-right: 62px;
  padding-left: 72px;
  max-width: 1200px; }

/*------------
部活動・サークルの紹介
-------------*/
.info_club {
  background: #fff; }
  .info_club section {
    text-align: center; }
    .info_club section h2 {
      margin-bottom: 55px;
      padding: 0 50px;
      padding-top: 35px;
      padding-bottom: 40px;
      background: linear-gradient(to right, #e2a2a7 0%, #c8b0c6 25%, #ebc18b 50%, #b4cf97 75%, #7eadce 100%);
      font-size: 32px; }
      @media (max-width: 1050px) {
        .info_club section h2 {
          margin-bottom: 40px;
          padding: 0 38px;
          padding-top: 30px;
          padding-bottom: 35px;
          font-size: 34px; } }
      @media (max-width: 600px) {
        .info_club section h2 {
          margin-bottom: 30px;
          padding: 0 24px;
          padding-top: 25px;
          padding-bottom: 30px;
          font-size: 22px; } }
    .info_club section p {
      margin-bottom: 40px;
      padding: 0 40px;
      line-height: 1.5;
      font-size: 28px; }
      @media (max-width: 1050px) {
        .info_club section p {
          margin-bottom: 30px;
          padding: 0 32px;
          font-size: 24px; } }
      @media (max-width: 600px) {
        .info_club section p {
          margin-bottom: 20px;
          padding: 0 24px;
          font-size: 18px; } }
    .info_club section .inner {
      padding: 0 40px;
      padding-bottom: 100px; }
      @media (max-width: 600px) {
        .info_club section .inner {
          padding: 0 8px;
          padding-bottom: 45px; } }
      .info_club section .inner .youtube {
        position: relative;
        margin: 0 auto;
        max-width: 1200px;
        width: 100%;
        height: auto;
        display: block;
        overflow: hidden; }
        .info_club section .inner .youtube::before {
          padding-top: 56.5%;
          content: "";
          display: block; }
        .info_club section .inner .youtube iframe {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          border: none; }
          @media (max-width: 1050px) {
            .info_club section .inner .youtube iframe {
              padding: 0; } }

/*------------
timetable
--------------*/
.timetable {
  padding: 32px 40px; }
  @media (max-width: 1000px) {
    .timetable {
      padding: 32px 8px; } }
  .timetable header .day {
    margin: 16px 0;
    padding: 0 24px;
    width: 100%;
    font-size: 28px;
    text-align: center;
    line-height: 1.8em;
    font-weight: 700; }
    @media (max-width: 700px) {
      .timetable header .day {
        font-size: 24px; } }
    @media (max-width: 500px) {
      .timetable header .day {
        font-size: 18px; } }
    .timetable header .day span {
      display: inline-block;
      font-size: 1.4em; }
      @media (max-width: 700px) {
        .timetable header .day span {
          display: block; } }
      .timetable header .day span i {
        margin-left: 4px;
        font-size: 0.8em; }
  .timetable section {
    margin: 24px auto;
    max-width: 1200px;
    font-size: 20px;
    line-height: 1.9em; }
    @media (max-width: 1000px) {
      .timetable section {
        font-size: 20px; } }
    @media (max-width: 900px) {
      .timetable section {
        font-size: 18px; } }
    @media (max-width: 800px) {
      .timetable section {
        font-size: 16px; } }
    @media (max-width: 700px) {
      .timetable section {
        font-size: 14px; } }
    .timetable section .ttl {
      padding: 8px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 32px;
      font-weight: bold;
      border-left: 1px solid #ddd;
      border-right: 1px solid #ddd;
      border-top: 1px solid #ddd; }
      @media (max-width: 900px) {
        .timetable section .ttl {
          font-size: 28px; } }
      @media (max-width: 700px) {
        .timetable section .ttl {
          font-size: 24px; } }
      @media (max-width: 500px) {
        .timetable section .ttl {
          font-size: 20px; } }
      .timetable section .ttl .icon_in {
        font-size: 0.5em; }
    .timetable section dl {
      position: relative;
      display: flex;
      background: #fff;
      overflow-x: scroll;
      text-align: center;
      flex-direction: column;
      font-feature-settings: "palt"; }
      @media (max-width: 900px) {
        .timetable section dl {
          grid-template-columns: 200px calc(100% - 200px); } }
      @media (max-width: 800px) {
        .timetable section dl {
          grid-template-columns: 130px calc(100% - 130px); } }
      @media (max-width: 700px) {
        .timetable section dl {
          grid-template-columns: 120px calc(100% - 120px); } }
      @media (max-width: 550px) {
        .timetable section dl {
          grid-template-columns: 1fr; } }
      .timetable section dl dt {
        padding: 24px 35px;
        padding-top: 29px;
        background: #ebe1a9;
        text-align: center;
        letter-spacing: 0.1em;
        font-weight: bold;
        font-size: 36px;
        font-family: "Space Grotesk";
        white-space: nowrap; }
        @media (max-width: 900px) {
          .timetable section dl dt {
            padding: 24px 30px;
            font-size: 30px; } }
        @media (max-width: 550px) {
          .timetable section dl dt {
            padding: 8px;
            text-align: center;
            font-size: 20px; } }
      .timetable section dl dd {
        padding: 24px;
        display: block;
        flex-wrap: wrap;
        text-align: center;
        align-items: center;
        font-size: 36px;
        line-height: 1.4em; }
        @media (max-width: 900px) {
          .timetable section dl dd {
            font-size: 30px; } }
        @media (max-width: 550px) {
          .timetable section dl dd {
            display: block;
            font-size: 20px; } }
        .timetable section dl dd ul {
          margin-top: 16px;
          width: 60%;
          display: grid;
          grid-template-columns: repeat(2, 1fr); }
          @media (max-width: 600px) {
            .timetable section dl dd ul {
              width: 100%; } }
        .timetable section dl dd img {
          width: 70%;
          height: auto; }
          @media (max-width: 500px) {
            .timetable section dl dd img {
              width: 100%; } }
        .timetable section dl dd .number {
          margin: 1em 0.5em;
          padding: 0.2em 0.5em;
          display: inline-block;
          font-size: 32px;
          border: 1px solid #333; }
          @media (max-width: 700px) {
            .timetable section dl dd .number {
              font-size: 24px; } }
        .timetable section dl dd span {
          font-size: .8em; }
        .timetable section dl dd:has(.box) {
          display: flex;
          justify-content: center; }
        .timetable section dl dd .box {
          padding: .3em .5em;
          background: #2f2f30;
          color: #fff; }
      .timetable section dl dd.top {
        align-items: flex-start; }
      .timetable section dl dd.btm {
        align-items: flex-end; }
    .timetable section .icon_in {
      margin: 0.4em 0;
      margin-left: -0.5em;
      font-size: 0.7em;
      display: flex;
      align-items: center;
      white-space: nowrap; }
    .timetable section .icon_in.br {
      width: 100%; }
    .timetable section .icon_in.big i {
      font-size: 1.2em; }
    .timetable section em {
      font-size: 1.5em;
      line-height: 1.4em;
      font-weight: 700;
      white-space: nowrap; }
    .timetable section b {
      font-size: 2.3em;
      line-height: 1.4em;
      font-weight: 700;
      white-space: nowrap; }
    .timetable section .bg_cl {
      margin: 1em 0;
      width: 100%;
      background: #d8e698;
      overflow-y: scroll; }
    .timetable section i {
      white-space: nowrap; }
    .timetable section i.y {
      margin: 0 5px;
      height: 1.7em; }
      @media (max-width: 600px) {
        .timetable section i.y {
          height: 2em; } }
      .timetable section i.y::before {
        width: 7em;
        height: 1.7em;
        content: "";
        display: inline-block;
        background: no-repeat url(../img/icon/youtube_02.svg);
        background-size: contain;
        background-position: bottom; }
        @media (max-width: 600px) {
          .timetable section i.y::before {
            height: 2em;
            width: 7.9em; } }
    .timetable section i.l {
      margin: 0 5px;
      padding: 0 0.5em;
      padding-bottom: 1px;
      height: 1.75em;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border: 1px solid #000;
      background: #fff;
      line-height: 1em;
      font-size: 0.8em;
      letter-spacing: 0.14em; }
      @media (max-width: 600px) {
        .timetable section i.l {
          height: 2em; } }
      .timetable section i.l::before {
        content: "Live"; }
    .timetable section i.p {
      margin: 0 5px;
      padding: 0 0.5em;
      padding-bottom: 1px;
      height: 1.75em;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: #000;
      color: #fff;
      line-height: 1em;
      font-size: 0.8em; }
      @media (max-width: 600px) {
        .timetable section i.p {
          height: 2em; } }
      .timetable section i.p::before {
        content: "一般公開"; }
    .timetable section i.e {
      margin: 0 5px;
      padding: 0 0.5em;
      padding-bottom: 1px;
      height: 1.75em;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: #fff;
      border: 2px solid red;
      border-radius: 0.6em;
      color: red;
      font-weight: bold;
      line-height: 1em;
      font-size: 0.8em; }
      @media (max-width: 600px) {
        .timetable section i.e {
          height: 2em; } }
      .timetable section i.e::before {
        content: "学生限定配信"; }
    .timetable section i.s {
      margin: 0 0.3em;
      height: 1.7em; }
      @media (max-width: 600px) {
        .timetable section i.s {
          height: 2em; } }
      .timetable section i.s::before {
        width: 2.8em;
        height: 1.6em;
        content: "";
        display: inline-block;
        background: no-repeat url(../img/icon/pc-sp.svg);
        background-size: contain;
        background-position: bottom; }
    .timetable section .cont_1c {
      border: 1px solid #ddd; }

/*------------
greetings
exhibition
info_event
--------------*/
.greetings {
  position: relative;
  z-index: 10;
  padding: 0 40px;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.1em; }
  @media (max-width: 800px) {
    .greetings {
      font-size: 16px; } }
  @media (max-width: 600px) {
    .greetings {
      padding: 0 24px; } }
  .greetings header {
    margin: 24px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap; }
    .greetings header .ttl_ptn_07 {
      width: auto; }
  .greetings section {
    position: relative;
    z-index: 20;
    margin: 0 auto;
    max-width: 900px;
    width: 100%;
    text-align: justify; }
    @media (max-width: 500px) {
      .greetings section {
        padding: 24px 0 40px 0; } }
    .greetings section h2 {
      padding: 24px 16px;
      font-size: 28px;
      line-height: 1.6em;
      font-weight: 700; }
      @media (max-width: 800px) {
        .greetings section h2 {
          font-size: 24px; } }
      @media (max-width: 600px) {
        .greetings section h2 {
          width: 100% !important;
          font-size: 22px; } }
      .greetings section h2 small {
        font-size: 0.8em;
        font-weight: 500; }
    .greetings section h2.center {
      text-align: center;
      font-weight: 700; }
      @media (max-width: 500px) {
        .greetings section h2.center {
          font-size: 18px; } }
    .greetings section p {
      line-height: 2em; }
      @media (max-width: 500px) {
        .greetings section p {
          font-size: 14px; } }
    .greetings section .cont_in_img {
      position: relative;
      margin: 0 30px 20px 0;
      width: 220px;
      height: auto;
      float: left; }
      @media (max-width: 600px) {
        .greetings section .cont_in_img {
          margin: 0 auto;
          width: 100%;
          max-width: 240px;
          float: inherit; } }
      .greetings section .cont_in_img::before {
        padding-top: 120%;
        content: "";
        display: block; }
      .greetings section .cont_in_img img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain; }
    .greetings section .sign {
      margin-left: auto;
      margin-top: 24px;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      line-height: 2em;
      font-weight: 500;
      text-align: right;
      margin-bottom: 20px; }
    .greetings section .event_day {
      padding: 0 40px;
      font-size: 24px;
      left: 1.4em; }
      @media (max-width: 800px) {
        .greetings section .event_day {
          font-size: 20px; } }
      @media (max-width: 600px) {
        .greetings section .event_day {
          padding: 0 24px; } }
      @media (max-width: 500px) {
        .greetings section .event_day {
          padding: 0;
          font-size: 18px; } }
      .greetings section .event_day p {
        margin: 16px 0;
        font-size: 1em; }
    .greetings section .point {
      line-height: 2em;
      font-size: 14px; }
      @media (max-width: 500px) {
        .greetings section .point {
          font-size: 12px; } }
  .greetings section.bg_none::after {
    display: none; }
  .greetings img {
    max-width: 100%; }
