@charset "UTF-8";
/* julius-sans-one-regular - latin */
@font-face {
  font-family: 'Julius Sans One';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/julius-sans-one-v14-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/julius-sans-one-v14-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/julius-sans-one-v14-latin-regular.woff2") format("woff2"), url("../fonts/julius-sans-one-v14-latin-regular.woff") format("woff"), url("../fonts/julius-sans-one-v14-latin-regular.ttf") format("truetype"), url("../fonts/julius-sans-one-v14-latin-regular.svg#JuliusSansOne") format("svg");
  /* Legacy iOS */ }
html.show, body.show {
  overflow: hidden; }

body.himf {
  font-size: 16px;
  line-height: 1.8em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  letter-spacing: 0.1em; }
  body.himf * {
    color: #000;
    list-style: none;
    text-decoration: unset;
    letter-spacing: 0;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased; }
  @media screen and (max-width: 767px) {
    body.himf .sp {
      display: block !important; } }
  @media screen and (min-width: 768px) {
    body.himf .sp {
      display: none !important; } }
  @media screen and (max-width: 768px) {
    body.himf .tab {
      display: none !important; } }
@media screen and (min-width: 769px) and (max-width: 1100px) {
  body.himf .tab {
    display: block !important; } }

  @media screen and (min-width: 1101px) {
    body.himf .tab {
      display: none !important; } }
  @media screen and (max-width: 767px) {
    body.himf .pc {
      display: none !important; } }
  @media screen and (min-width: 768px) {
    body.himf .pc {
      display: block !important; } }
  @media screen and (max-width: 767px) {
    body.himf .sp_flex {
      display: flex !important; } }
  @media screen and (min-width: 768px) {
    body.himf .sp_flex {
      display: none !important; } }
  @media screen and (max-width: 767px) {
    body.himf .pc {
      display: none !important; } }
  @media screen and (min-width: 768px) {
    body.himf .pc {
      display: block !important; } }
  body.himf a {
    transition: all 0.3s; }
    body.himf a:hover {
      -moz-opacity: 0.5;
      filter: alpha(opacity=50);
      opacity: 0.5; }
    body.himf a.more {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      margin: 0 auto;
      position: relative;
      left: 50%;
      transform: translateX(-50%);
      font-weight: bold;
      max-width: 300px;
      width: 100%;
      height: 60px;
      border: 1px solid #000;
      border-right: unset;
      border-left: unset; }
      body.himf a.more:before {
        position: absolute;
        content: '▶︎';
        font-size: 10px;
        top: 50%;
        transform: translateY(-50%);
        right: 0; }
  body.himf .flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%; }
    @media screen and (max-width: 767px) {
      body.himf .flex {
        flex-direction: column; } }
  body.himf header {
    padding: 0;
    background: #fff;
    position: fixed;
    height: 100px;
    width: 100%;
    z-index: 100; }
    body.himf header li {
      cursor: pointer; }
    body.himf header > ul {
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      height: inherit;
      max-width: 1090px;
      margin: 0 auto;
      padding: 0 30px; }
      body.himf header > ul > li.logo img {
        width: 200px;
        display: block; }
      body.himf header > ul > ul {
        display: flex;
        width: auto;
        align-items: center;
        height: inherit;
        font-weight: bold; }
        body.himf header > ul > ul > li {
          display: flex;
          height: inherit;
          align-items: center;
          margin-right: 30px; }
          body.himf header > ul > ul > li a {
            letter-spacing: 0;
            height: inherit;
            display: flex;
            align-items: center; }
          body.himf header > ul > ul > li.has_child {
            position: relative;
            padding-right: 18px; }
            body.himf header > ul > ul > li.has_child:before {
              position: absolute;
              content: '▼';
              font-size: 10px;
              top: 50%;
              transform: translateY(-50%);
              right: 0;
              transition: .3s; }
            body.himf header > ul > ul > li.has_child > ul {
              opacity: 0;
              pointer-events: none;
              transition: .3s;
              position: absolute;
              top: 65px;
              width: 100%;
              font-weight: normal; }
              body.himf header > ul > ul > li.has_child > ul > li {
                height: 30px; }
                body.himf header > ul > ul > li.has_child > ul > li > a {
                  height: inherit;
                  justify-content: center;
                  background: rgba(0, 0, 0, 0.8);
                  color: #fff; }
            body.himf header > ul > ul > li.has_child:hover:before {
              content: '▲'; }
            body.himf header > ul > ul > li.has_child:hover > ul {
              opacity: 1;
              pointer-events: auto; }
    @media screen and (max-width: 767px) {
      body.himf header {
        height: 60px;
        width: 100vw; }
        body.himf header > ul {
          padding: 0 15px; }
          body.himf header > ul > li.logo img {
            width: 26.67vw;
            height: auto; }
          body.himf header > ul > li.menu {
            width: 25px;
            position: relative;
            padding-bottom: 10px;
            z-index: 100; }
            body.himf header > ul > li.menu span {
              width: 100%;
              height: 1px;
              background: #000;
              display: block;
              transition: .3s; }
              body.himf header > ul > li.menu span:not(:last-child) {
                margin-bottom: 4px; }
            body.himf header > ul > li.menu:after {
              position: absolute;
              content: '';
              background: url(../img/himf/menu.svg) no-repeat;
              background-size: contain;
              width: 31px;
              height: 6.5px;
              bottom: -3px;
              left: 50%;
              transform: translateX(-50%); }
            body.himf header > ul > li.menu.show {
              top: 5px; }
              body.himf header > ul > li.menu.show span {
                background: #fff;
                margin-bottom: 0; }
                body.himf header > ul > li.menu.show span:nth-child(1) {
                  transform: rotate(-135deg); }
                body.himf header > ul > li.menu.show span:nth-child(2) {
                  opacity: 0; }
                body.himf header > ul > li.menu.show span:nth-child(3) {
                  transform: rotate(135deg) translate(-1px, 1px); }
              body.himf header > ul > li.menu.show:after {
                position: static;
                display: none; }
          body.himf header > ul > ul {
            background: #000;
            width: 100vw;
            height: 100vh;
            position: fixed;
            left: 0;
            left: 0;
            top: 0;
            flex-direction: column;
            justify-content: center;
            transition: .3s;
            opacity: 0;
            visibility: hidden;
            pointer-events: none; }
            body.himf header > ul > ul > li {
              margin: 0;
              height: auto; }
              body.himf header > ul > ul > li a {
                color: #fff; }
              body.himf header > ul > ul > li:not(:last-child) {
                margin-bottom: 30px; }
              body.himf header > ul > ul > li.has_child {
                flex-direction: column;
                padding: 0;
                color: #fff; }
                body.himf header > ul > ul > li.has_child:before {
                  position: static;
                  display: none; }
                body.himf header > ul > ul > li.has_child > a {
                  margin-bottom: 10px; }
                body.himf header > ul > ul > li.has_child > ul {
                  opacity: 1;
                  pointer-events: all;
                  position: static; }
                  body.himf header > ul > ul > li.has_child > ul > li > a {
                    font-size: 12px; }
            body.himf header > ul > ul.show {
              opacity: 1;
              visibility: visible;
              pointer-events: auto; } }
  body.himf #breab_crumb {
    max-width: 1000px;
    margin: 25px auto 0;
    font-size: 14px;
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
    body.himf #breab_crumb li:not(:last-child) {
      margin-right: 15px;
      position: relative; }
      body.himf #breab_crumb li:not(:last-child):before {
        position: absolute;
        content: '-';
        top: 50%;
        transform: translateY(-50%);
        right: -10px; }
    body.himf #breab_crumb li a {
      display: flex;
      align-items: center;
      text-decoration: underline; }
    body.himf #breab_crumb + .sections .inner {
      margin-top: 55px; }
    @media screen and (max-width: 767px) {
      body.himf #breab_crumb {
        max-width: 100%;
        margin: 10px auto 0;
        font-size: 10px;
        padding: 0 15px; }
        body.himf #breab_crumb + .sections .inner {
          margin-top: 30px; } }
  body.himf article {
    padding-top: 100px; }
    body.himf article section.sections .head_h2 {
      display: flex;
      flex-direction: column-reverse;
      align-items: center;
      font-size: 32px;
      font-weight: 100;
      line-height: 1;
      margin-bottom: 40px; }
      body.himf article section.sections .head_h2 span {
        display: block;
        font-weight: 100;
        font-family: 'Julius Sans One';
        font-size: 14px;
        margin-bottom: 19px; }
      body.himf article section.sections .head_h2.column {
        flex-direction: unset;
        align-items: baseline;
        margin-bottom: 0;
        font-size: 18px;
        padding-bottom: 20px;
        border-bottom: 1px dashed #000; }
        body.himf article section.sections .head_h2.column span {
          margin-left: 8px;
          margin-bottom: 0; }
      body.himf article section.sections .head_h2.border {
        text-align: center;
        font-weight: 100;
        font-size: 32px;
        padding-bottom: 15px;
        margin-bottom: 70px;
        line-height: 1.5;
        position: relative; }
        body.himf article section.sections .head_h2.border:before {
          position: absolute;
          content: '';
          width: 40px;
          height: 1px;
          background: #000;
          bottom: 0;
          left: 50%;
          transform: translateX(-50%); }
    body.himf article section.sections .inner {
      margin: 100px auto 0;
      max-width: 1000px; }
      body.himf article section.sections .inner p, body.himf article section.sections .inner span {
        display: block;
        font-size: 14px; }
        body.himf article section.sections .inner p.title, body.himf article section.sections .inner span.title {
          font-size: 16px;
          font-weight: bold;
          line-height: 1.875; }
        body.himf article section.sections .inner p.time, body.himf article section.sections .inner span.time {
          line-height: 1.857;
          margin: 5px 0; }
        body.himf article section.sections .inner p.place, body.himf article section.sections .inner span.place {
          display: flex;
          align-items: center; }
          body.himf article section.sections .inner p.place span, body.himf article section.sections .inner span.place span {
            width: 50px;
            height: 22px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 11px;
            border: 1px solid #d2d2d2;
            margin-right: 10px;
            line-height: 1; }
    body.himf article section.sections#mv {
      height: 420px;
      background: url(../img/himf/mv_bg.jpg) no-repeat center; }
      body.himf article section.sections#mv .box {
        height: inherit;
        background: rgba(0, 0, 0, 0.4);
        width: 420px;
        padding: 92px 35px 0;
        margin: 0 auto; }
        body.himf article section.sections#mv .box img {
          display: block;
          margin: 0 auto 40px; }
        body.himf article section.sections#mv .box .txt {
          border-top: 1px solid #fff; }
          body.himf article section.sections#mv .box .txt * {
            text-align: center;
            color: #fff; }
          body.himf article section.sections#mv .box .txt .date {
            font-size: 18px;
            line-height: 1;
            margin: 30px 0 15px; }
          body.himf article section.sections#mv .box .txt .detail {
            font-size: 14px;
            line-height: 1.7142857143; }
    body.himf article section.sections#event .inner {
      display: flex;
      justify-content: space-between; }
      body.himf article section.sections#event .inner .main {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 68%; }
        body.himf article section.sections#event .inner .main .item {
          display: block;
          width: 47.647%; }
          body.himf article section.sections#event .inner .main .item img {
            background: #ccc;
            border-radius: 10px;
            display: block;
            width: 100%;
            height: 210px;
            object-fit: cover;
            margin-bottom: 15px; }
          body.himf article section.sections#event .inner .main .item:first-child {
            width: 100%;
            margin-bottom: 40px; }
            body.himf article section.sections#event .inner .main .item:first-child img {
              height: 440px; }
      body.himf article section.sections#event .inner .side {
        width: 28%;
        border-radius: 10px;
        border: 1px solid #000;
        padding: 30px 0 30px 20px;
        max-height: 788px; }
        body.himf article section.sections#event .inner .side > div {
          overflow-y: scroll;
          height: 100%;
          padding-right: 20px; }
          body.himf article section.sections#event .inner .side > div .head_h2 {
            margin-bottom: 25px; }
          body.himf article section.sections#event .inner .side > div ul li:not(:last-child) {
            border-bottom: 1px solid #d2d2d2;
            padding-bottom: 25px;
            margin-bottom: 25px; }
    body.himf article section.sections#other .inner .flex {
      display: flex;
      justify-content: space-between;
      margin-bottom: 20px; }
      body.himf article section.sections#other .inner .flex:after {
        display: block;
        content: '';
        max-width: 32%;
        width: 100%; }
      body.himf article section.sections#other .inner .flex .item {
        display: block;
        width: 32%;
        margin-bottom: 40px; }
        body.himf article section.sections#other .inner .flex .item img {
          background: #F2F2F2;
          border-radius: 10px;
          display: block;
          width: 100%;
          height: 210px;
          object-fit: contain;
          margin-bottom: 15px; }
    body.himf article section.sections#news .inner {
      border-radius: 10px;
      border: 1px solid #000;
      padding: 30px 0 35px;
      max-height: 350px; }
      body.himf article section.sections#news .inner > div {
        overflow-y: scroll;
        height: 290px;
        padding: 0 30px 30px 30px; }
      body.himf article section.sections#news .inner .news_box .head_h2.column {
        font-size: 24px; }
        body.himf article section.sections#news .inner .news_box .head_h2.column span {
          font-size: 16px;
          margin-left: 18px; }
      body.himf article section.sections#news .inner .news_box ul li {
        display: flex;
        align-items: center;
        padding: 13px 0 10px; }
        body.himf article section.sections#news .inner .news_box ul li:not(:last-child) {
          border-bottom: 1px solid #d2d2d2; }
        body.himf article section.sections#news .inner .news_box ul li .left {
          padding-right: 40px;
          position: relative; }
          body.himf article section.sections#news .inner .news_box ul li .left:before {
            position: absolute;
            content: '';
            width: 1px;
            height: 72.7%;
            background: #d2d2d2;
            top: 50%;
            right: 0;
            transform: translateY(-50%); }
          body.himf article section.sections#news .inner .news_box ul li .left * {
            font-size: 14px; }
          body.himf article section.sections#news .inner .news_box ul li .left .category {
            background: #000;
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            letter-spacing: 0.05em;
            height: 30px;
            padding: 0 15px;
            margin-bottom: 5px; }
        body.himf article section.sections#news .inner .news_box ul li .ttl {
          padding-left: 30px; }
    body.himf article section.sections#bnr .inner {
      margin: 50px auto 0; }
      body.himf article section.sections#bnr .inner .flex a {
        height: 100%;
        position: relative; }
        body.himf article section.sections#bnr .inner .flex a img {
          display: block; }
        body.himf article section.sections#bnr .inner .flex a .ttl {
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          line-height: 1;
          left: 208px;
          font-size: 24px;
          font-weight: bold;
          left: 50%;
          transform: translate(-50%, -50%);
          text-align: center; }
          body.himf article section.sections#bnr .inner .flex a .ttl span {
            display: block;
            font-weight: 100;
            font-family: 'Julius Sans One';
            font-size: 14px;
            margin-bottom: 15px; }
    body.himf article section.sections#bnr + #sns .inner {
      margin-top: 80px !important; }
    body.himf article section.sections#performance .inner .performance_box, body.himf article section.sections#sponsor .inner .performance_box {
      border: 1px solid #000;
      border-radius: 10px;
      padding: 30px; }
      body.himf article section.sections#performance .inner .performance_box ul, body.himf article section.sections#sponsor .inner .performance_box ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap; }
        body.himf article section.sections#performance .inner .performance_box ul li, body.himf article section.sections#sponsor .inner .performance_box ul li {
          border-bottom: 1px solid #d2d2d2;
          width: 47.97%;
          height: 70px;
          display: flex;
          align-items: center; }
          body.himf article section.sections#performance .inner .performance_box ul li img, body.himf article section.sections#sponsor .inner .performance_box ul li img {
            margin-right: 15px;
            max-height: 70%;
            object-fit: contain; }
          body.himf article section.sections#performance .inner .performance_box ul li p, body.himf article section.sections#sponsor .inner .performance_box ul li p {
            font-size: 14px;
            line-height: 2.1428571429; }
    body.himf article section.sections#sns .inner {
      margin: 100px auto; }
      body.himf article section.sections#sns .inner .flex .left {
        display: flex;
        flex-direction: column; }
        body.himf article section.sections#sns .inner .flex .left iframe {
          margin-bottom: 40px; }
        body.himf article section.sections#sns .inner .flex .left a {
          width: max-content;
          display: block; }
          body.himf article section.sections#sns .inner .flex .left a img {
            display: block; }
      body.himf article section.sections#sns .inner .flex > iframe {
        max-height: 480px;
        overflow-y: scroll;
        max-width: 484px !important;
        border-radius: 10px; }
    body.himf article section.sections#under_mv {
      width: 100%;
      height: 180px;
      border-radius: 10px;
      display: flex;
      align-items: center;
      max-width: 1000px;
      margin: 0 auto; }
      body.himf article section.sections#under_mv .head_h1 {
        display: flex;
        flex-direction: column-reverse;
        text-align: center;
        margin: 0 auto; }
        body.himf article section.sections#under_mv .head_h1 * {
          display: block;
          line-height: 1;
          color: #fff; }
        body.himf article section.sections#under_mv .head_h1 .ja {
          font-size: 30px;
          font-weight: 100; }
        body.himf article section.sections#under_mv .head_h1 .en {
          font-size: 24px;
          margin-bottom: 20px;
          font-weight: 100;
          font-family: 'Julius Sans One'; }
      @media screen and (max-width: 767px) {
        body.himf article section.sections#under_mv {
          height: 48.00vw;
          border-radius: 0;
          max-width: 100%; }
          body.himf article section.sections#under_mv .head_h1 .ja {
            font-size: 21px; }
          body.himf article section.sections#under_mv .head_h1 .en {
            font-size: 11px;
            margin-bottom: 15px; } }
    @media screen and (max-width: 767px) {
      body.himf article {
        padding-top: 60px; }
        body.himf article section.sections .head_h2 {
          font-size: 23px;
          font-weight: 100;
          margin-bottom: 25px; }
          body.himf article section.sections .head_h2 span {
            font-size: 10px;
            margin-bottom: 15px; }
          body.himf article section.sections .head_h2.column {
            margin-bottom: 0;
            font-size: 16px;
            padding-bottom: 15px; }
            body.himf article section.sections .head_h2.column span {
              margin-bottom: 0; }
          body.himf article section.sections .head_h2.border {
            font-size: 21px;
            padding-bottom: 10px;
            margin-bottom: 25px;
            line-height: 1.5238095238; }
            body.himf article section.sections .head_h2.border:before {
              width: 20px; }
        body.himf article section.sections .inner {
          margin: 40px 15px 0;
          max-width: 100%; }
          body.himf article section.sections .inner p, body.himf article section.sections .inner span {
            font-size: 12px; }
            body.himf article section.sections .inner p.title, body.himf article section.sections .inner span.title {
              font-size: 14px;
              line-height: 1.6428571429; }
            body.himf article section.sections .inner p.place, body.himf article section.sections .inner span.place {
              font-size: 11px; }
              body.himf article section.sections .inner p.place span, body.himf article section.sections .inner span.place span {
                width: 40px;
                height: 15px;
                border-radius: 7.5px;
                margin-right: 5px;
                font-size: 11px; }
        body.himf article section.sections#mv {
          height: 133.33vw;
          background: url(../img/himf/mv_bg_sp.jpg) no-repeat center;
          background-size: cover;
          display: flex;
          align-items: center;
          justify-self: unset;
          color: #000; }
          body.himf article section.sections#mv .box {
            height: auto;
            width: 100%;
            padding: 30px; }
            body.himf article section.sections#mv .box img {
              margin: 0 auto 25px;
              width: 100%; }
            body.himf article section.sections#mv .box .txt .date {
              font-size: 15px;
              margin: 20px 0 15px; }
        body.himf article section.sections#event .inner {
          flex-direction: column-reverse; }
          body.himf article section.sections#event .inner .main {
            width: 100%;
            margin-top: 45px; }
            body.himf article section.sections#event .inner .main .item {
              display: block;
              width: 100%; }
              body.himf article section.sections#event .inner .main .item img {
                border-radius: 5px;
                margin-bottom: 15px;
                height: 59.6vw !important; }
              body.himf article section.sections#event .inner .main .item:not(:last-child) {
                margin-bottom: 20px; }
          body.himf article section.sections#event .inner .side {
            width: 100%;
            border-radius: 5px;
            padding: 15px 0 0 15px;
            max-height: 106.67vw;
            overflow-y: scroll; }
            body.himf article section.sections#event .inner .side > div .head_h2 {
              margin-bottom: 10px; }
            body.himf article section.sections#event .inner .side > div ul li {
              padding-bottom: 15px; }
              body.himf article section.sections#event .inner .side > div ul li:not(:last-child) {
                margin-bottom: 15px; }
        body.himf article section.sections#other .inner .flex {
          flex-direction: unset; }
          body.himf article section.sections#other .inner .flex .item {
            width: 44vw;
            margin-bottom: 20px; }
            body.himf article section.sections#other .inner .flex .item img {
              border-radius: 5px;
              height: 28.8vw;
              margin-bottom: 10px; }
        body.himf article section.sections#news .inner {
          border-radius: 5px;
          padding: 15px 0 0;
          height: 106.67vw;
          max-height: 106.67vw; }
          body.himf article section.sections#news .inner > div {
            height: 97.97vw;
            padding: 0 25px 10px 15px; }
          body.himf article section.sections#news .inner .news_box .head_h2.column {
            font-size: 16px; }
            body.himf article section.sections#news .inner .news_box .head_h2.column span {
              font-size: 10px;
              margin-left: 8.5px; }
          body.himf article section.sections#news .inner .news_box ul li {
            padding: 15px 0 10px;
            flex-direction: column;
            justify-content: flex-start;
            align-items: flex-start; }
            body.himf article section.sections#news .inner .news_box ul li .left {
              padding-right: 0; }
              body.himf article section.sections#news .inner .news_box ul li .left:before {
                position: static;
                display: none; }
              body.himf article section.sections#news .inner .news_box ul li .left .category {
                font-size: 11px;
                height: 25px;
                padding: 0 12px;
                margin-bottom: 15px; }
              body.himf article section.sections#news .inner .news_box ul li .left .date {
                font-size: 12px;
                line-height: 1;
                margin-bottom: 10px; }
            body.himf article section.sections#news .inner .news_box ul li .ttl {
              padding-left: 0;
              font-size: 14px; }
        body.himf article section.sections#bnr .inner {
          margin: 40px auto 0;
          padding: 0 15px; }
          body.himf article section.sections#bnr .inner .flex a img {
            width: 100%; }
          body.himf article section.sections#bnr .inner .flex a .ttl {
            font-size: 16px; }
            body.himf article section.sections#bnr .inner .flex a .ttl span {
              font-size: 11px;
              margin-bottom: 10px; }
          body.himf article section.sections#bnr .inner .flex a:not(:last-child) {
            margin-bottom: 25px; }
        body.himf article section.sections#bnr + #sns .inner {
          margin-top: 40px !important; }
        body.himf article section.sections#performance .inner, body.himf article section.sections#sponsor .inner {
          margin: 60px 15px 0; }
          body.himf article section.sections#performance .inner .performance_box, body.himf article section.sections#sponsor .inner .performance_box {
            border-radius: 5px;
            padding: 15px; }
            body.himf article section.sections#performance .inner .performance_box ul, body.himf article section.sections#sponsor .inner .performance_box ul {
              flex-wrap: wrap; }
              body.himf article section.sections#performance .inner .performance_box ul li, body.himf article section.sections#sponsor .inner .performance_box ul li {
                width: 100%;
                height: 75px; }
                body.himf article section.sections#performance .inner .performance_box ul li p, body.himf article section.sections#sponsor .inner .performance_box ul li p {
                  font-size: 14px;
                  line-height: 1.6428571429; }
                body.himf article section.sections#performance .inner .performance_box ul li:last-child, body.himf article section.sections#sponsor .inner .performance_box ul li:last-child {
                  border-bottom: unset; }
        body.himf article section.sections#sns .inner {
          margin: 50px auto 60px;
          padding: 0 15px; }
          body.himf article section.sections#sns .inner .flex .left {
            margin-bottom: 25px; }
            body.himf article section.sections#sns .inner .flex .left iframe {
              margin-bottom: 25px;
              width: 100%;
              height: 57.07vw; }
            body.himf article section.sections#sns .inner .flex .left a {
              width: 100%; }
              body.himf article section.sections#sns .inner .flex .left a img {
                width: 100%; }
          body.himf article section.sections#sns .inner .flex > iframe {
            max-height: 100%;
            max-width: 100% !important;
            border-radius: 5px; } }
    body.himf article.event section.sections#under_mv {
      background: url(../img/himf/mv_events.jpg) no-repeat;
      background-size: cover; }
    body.himf article.event section.sections#event .inner {
      display: block; }
      body.himf article.event section.sections#event .inner .flex .item {
        width: 48%;
        margin-bottom: 50px; }
        body.himf article.event section.sections#event .inner .flex .item img {
          width: 100%;
          height: 310px;
          object-fit: contain;
          border-radius: 10px;
          background: #F2F2F2; }
    body.himf article.event section.sections#event + #other .inner {
      margin-top: 70px; }
    @media screen and (max-width: 767px) {
      body.himf article.event section.sections#under_mv {
        background: url(../img/himf/mv_events_sp.jpg) no-repeat;
        background-size: cover; }
      body.himf article.event section.sections#event .inner .flex .item {
        width: 100%;
        margin-bottom: 25px; }
        body.himf article.event section.sections#event .inner .flex .item img {
          height: auto; }
      body.himf article.event section.sections#event + #other .inner {
        margin-top: 35px; } }
    body.himf article.les_boreades section.sections#under_mv {
      background: url(../img/himf/mv_les_boreades.jpg) no-repeat;
      background-size: cover; }
    body.himf article.les_boreades section.sections#contents {
      margin-bottom: 100px; }
      body.himf article.les_boreades section.sections#contents .inner {
        margin-bottom: 20px; }
        body.himf article.les_boreades section.sections#contents .inner .head_h2 {
          align-items: baseline;
          flex-direction: unset;
          padding-bottom: 20px;
          border-bottom: 1px solid #000;
          margin-bottom: 35px; }
          body.himf article.les_boreades section.sections#contents .inner .head_h2 span {
            margin-bottom: 0; }
            body.himf article.les_boreades section.sections#contents .inner .head_h2 span:not(.en) {
              font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif; }
            body.himf article.les_boreades section.sections#contents .inner .head_h2 span.en {
              margin: 0 18px; }
        body.himf article.les_boreades section.sections#contents .inner p {
          font-size: 16px;
          line-height: 1.875; }
        body.himf article.les_boreades section.sections#contents .inner img {
          height: 100%; }
        body.himf article.les_boreades section.sections#contents .inner .flex .txt {
          width: 60.8%; }
        body.himf article.les_boreades section.sections#contents .inner .flex + .head_h2 {
          margin-top: 95px; }
        body.himf article.les_boreades section.sections#contents .inner .flex.equality {
          margin-top: 30px; }
          body.himf article.les_boreades section.sections#contents .inner .flex.equality > * {
            width: 48%; }
          body.himf article.les_boreades section.sections#contents .inner .flex.equality img {
            margin-bottom: 40px;
            height: 320px;
            object-fit: cover; }
        body.himf article.les_boreades section.sections#contents .inner .flex + .flex {
          margin-top: 40px; }
        body.himf article.les_boreades section.sections#contents .inner .flex.images img {
          width: 31%;
          margin-bottom: 40px; }
      body.himf article.les_boreades section.sections#contents .gray_list {
        background: #f4f4f4;
        max-width: 1120px;
        margin: 0 auto;
        padding: 100px 60px; }
        body.himf article.les_boreades section.sections#contents .gray_list table {
          border-collapse: collapse; }
          body.himf article.les_boreades section.sections#contents .gray_list table tr th, body.himf article.les_boreades section.sections#contents .gray_list table tr td {
            border-bottom: 1px solid #cdcdcd;
            padding: 25px 0; }
          body.himf article.les_boreades section.sections#contents .gray_list table tr th {
            font-size: 18px;
            text-align: left;
            padding-left: 30px; }
          body.himf article.les_boreades section.sections#contents .gray_list table tr td {
            width: 77.7%;
            padding-right: 29px; }
    @media screen and (max-width: 767px) {
      body.himf article.les_boreades section.sections#under_mv {
        background: url(../img/himf/mv_les_boreades_sp.jpg) no-repeat;
        background-size: cover; }
      body.himf article.les_boreades section.sections#contents {
        margin-bottom: 50px; }
        body.himf article.les_boreades section.sections#contents .inner {
          margin-bottom: 35px; }
          body.himf article.les_boreades section.sections#contents .inner .head_h2 {
            font-size: 26px;
            padding-bottom: 15px;
            margin-bottom: 25px;
            flex-wrap: wrap; }
            body.himf article.les_boreades section.sections#contents .inner .head_h2 span {
              font-size: 12px; }
              body.himf article.les_boreades section.sections#contents .inner .head_h2 span:not(.en) {
                width: 100%;
                margin: 15px 0 0; }
              body.himf article.les_boreades section.sections#contents .inner .head_h2 span.en {
                margin: 0 0 0 8.5px; }
          body.himf article.les_boreades section.sections#contents .inner p {
            font-size: 14px;
            line-height: 1.6428571429; }
          body.himf article.les_boreades section.sections#contents .inner .flex {
            flex-direction: column-reverse; }
            body.himf article.les_boreades section.sections#contents .inner .flex .txt {
              width: 100%; }
            body.himf article.les_boreades section.sections#contents .inner .flex + .head_h2 {
              margin-top: 45px; }
            body.himf article.les_boreades section.sections#contents .inner .flex.equality {
              flex-direction: column; }
              body.himf article.les_boreades section.sections#contents .inner .flex.equality > * {
                width: 100%; }
              body.himf article.les_boreades section.sections#contents .inner .flex.equality .txt {
                order: 2; }
              body.himf article.les_boreades section.sections#contents .inner .flex.equality img {
                order: 1;
                margin-bottom: 25px;
                height: auto; }
            body.himf article.les_boreades section.sections#contents .inner .flex + .flex {
              margin-top: 35px; }
            body.himf article.les_boreades section.sections#contents .inner .flex > img {
              width: 46.67vw;
              margin: 0 auto 20px; }
            body.himf article.les_boreades section.sections#contents .inner .flex.images {
              flex-direction: unset; }
              body.himf article.les_boreades section.sections#contents .inner .flex.images img {
                width: 44.00vw;
                margin: 0 0 15px; }
        body.himf article.les_boreades section.sections#contents .gray_list {
          max-width: 100%;
          padding: 40px 15px 50px; }
          body.himf article.les_boreades section.sections#contents .gray_list table tr th, body.himf article.les_boreades section.sections#contents .gray_list table tr td {
            font-size: 14px;
            width: 100%;
            display: block; }
          body.himf article.les_boreades section.sections#contents .gray_list table tr th {
            padding: 15px 15px 10px;
            padding-left: 15px;
            padding-bottom: 0;
            border-bottom: unset;
            line-height: 1; }
          body.himf article.les_boreades section.sections#contents .gray_list table tr td {
            line-height: 1.6428571429;
            padding: 10px 15px; } }
    body.himf article.archives section.sections#under_mv {
      background: url(../img/himf/mv_archive.jpg) no-repeat;
      background-size: cover; }
    body.himf article.archives section.sections .inner p {
      font-size: 16px; }
    body.himf article.archives section.sections#overview .inner {
      padding-bottom: 70px; }
      body.himf article.archives section.sections#overview .inner img.logo {
        margin: 0 auto 40px;
        display: block; }
      body.himf article.archives section.sections#overview .inner p {
        text-align: center; }
        body.himf article.archives section.sections#overview .inner p.date {
          font-size: 18px;
          line-height: 1;
          margin-bottom: 25px; }
        body.himf article.archives section.sections#overview .inner p.red {
          color: #ff0000;
          margin: 40px 0; }
        body.himf article.archives section.sections#overview .inner p + .head_h2 {
          margin: 60px 0 45px; }
      body.himf article.archives section.sections#overview .inner ul {
        max-width: 760px;
        margin: 0 auto; }
        body.himf article.archives section.sections#overview .inner ul li {
          width: 48.68%;
          margin-bottom: 20px; }
          body.himf article.archives section.sections#overview .inner ul li a {
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            background: #f4f4f4;
            font-weight: bold;
            font-size: 18px;
            line-height: 1;
            width: 100%;
            height: 100px; }
            body.himf article.archives section.sections#overview .inner ul li a:before, body.himf article.archives section.sections#overview .inner ul li a:after {
              position: absolute;
              content: '';
              top: 50%;
              transform: translateY(-50%); }
            body.himf article.archives section.sections#overview .inner ul li a:before {
              left: 40px; }
            body.himf article.archives section.sections#overview .inner ul li a:after {
              position: absolute;
              content: '▶︎';
              font-size: 10px;
              right: 20px; }
          body.himf article.archives section.sections#overview .inner ul li.recruit a:before {
            width: 36px;
            height: 41px;
            background: url(../img/himf/recruit.svg) no-repeat;
            background-size: contain; }
          body.himf article.archives section.sections#overview .inner ul li.budget a:before {
            width: 39px;
            height: 42px;
            background: url(../img/himf/budget.svg) no-repeat;
            background-size: contain; }
          body.himf article.archives section.sections#overview .inner ul li.pdf a:before {
            width: 34px;
            height: 40px;
            background: url(../img/himf/pdf.svg) no-repeat;
            background-size: contain; }
          body.himf article.archives section.sections#overview .inner ul li.word a:before {
            width: 36px;
            height: 41px;
            background: url(../img/himf/word.svg) no-repeat;
            background-size: contain; }
    body.himf article.archives section.sections#info .inner {
      margin-top: 0; }
      body.himf article.archives section.sections#info .inner .head_h2 + .head_h3 {
        margin: -50px 0 40px; }
      body.himf article.archives section.sections#info .inner .head_h3 {
        text-align: center;
        font-weight: 100;
        margin-bottom: 40px; }
      body.himf article.archives section.sections#info .inner .flex .item {
        width: 48%;
        margin-bottom: 40px; }
        body.himf article.archives section.sections#info .inner .flex .item img {
          background: #efeeec;
          border-radius: 10px;
          object-fit: contain;
          width: 100%;
          height: 310px; }
      body.himf article.archives section.sections#info .inner .flex.connection .item {
        width: 32%;
        margin-bottom: 70px; }
        body.himf article.archives section.sections#info .inner .flex.connection .item img {
          height: 210px;
          margin-bottom: 15px; }
    body.himf article.archives section.sections#sponsors .inner {
      margin-top: 30px;
      padding-bottom: 50px; }
      body.himf article.archives section.sections#sponsors .inner .head_h2 {
        margin-bottom: 50px; }
        body.himf article.archives section.sections#sponsors .inner .head_h2 + p {
          text-align: center;
          margin-bottom: 30px; }
      body.himf article.archives section.sections#sponsors .inner .flex {
        max-width: 690px;
        margin: 0 auto; }
        body.himf article.archives section.sections#sponsors .inner .flex ul {
          width: 48%; }
          body.himf article.archives section.sections#sponsors .inner .flex ul li {
            font-size: 18px;
            line-height: 2; }
    @media screen and (max-width: 767px) {
      body.himf article.archives section.sections#under_mv {
        background: url(../img/himf/mv_archive_sp.jpg) no-repeat;
        background-size: cover; }
      body.himf article.archives section.sections .inner p {
        font-size: 14px;
        line-height: 1.5; }
      body.himf article.archives section.sections#overview .inner {
        padding-bottom: 35px; }
        body.himf article.archives section.sections#overview .inner img.logo {
          margin: 0px auto 20px;
          width: 92vw; }
        body.himf article.archives section.sections#overview .inner p.date {
          font-size: 14px;
          margin-bottom: 15px; }
        body.himf article.archives section.sections#overview .inner p.red {
          margin: 40px 0; }
        body.himf article.archives section.sections#overview .inner p + .head_h2 {
          margin: 40px 0 20px; }
        body.himf article.archives section.sections#overview .inner ul {
          max-width: 100%;
          margin: 0 auto; }
          body.himf article.archives section.sections#overview .inner ul li {
            width: 100%;
            margin-bottom: 15px; }
            body.himf article.archives section.sections#overview .inner ul li a {
              font-size: 16px;
              height: 65px; }
              body.himf article.archives section.sections#overview .inner ul li a:before {
                left: 15px; }
              body.himf article.archives section.sections#overview .inner ul li a:after {
                right: 15px; }
            body.himf article.archives section.sections#overview .inner ul li.recruit a:before {
              width: 27px;
              height: 30.5px; }
            body.himf article.archives section.sections#overview .inner ul li.budget a:before {
              width: 29px;
              height: 31px; }
            body.himf article.archives section.sections#overview .inner ul li.pdf a:before {
              width: 26px;
              height: 30.5px; }
            body.himf article.archives section.sections#overview .inner ul li.word a:before {
              width: 26.5px;
              height: 30.5px; }
      body.himf article.archives section.sections#info .inner .head_h2 + .head_h3 {
        margin: 0 0 20px; }
      body.himf article.archives section.sections#info .inner .head_h3 {
        font-size: 17px;
        margin-bottom: 20px; }
      body.himf article.archives section.sections#info .inner .flex .item {
        width: 100%;
        margin-bottom: 40px; }
        body.himf article.archives section.sections#info .inner .flex .item .date,
        body.himf article.archives section.sections#info .inner .flex .item .time {
          font-size: 12px;
          margin: 5px 0 10px; }
        body.himf article.archives section.sections#info .inner .flex .item .place {
          font-size: 11px; }
        body.himf article.archives section.sections#info .inner .flex .item img {
          border-radius: 5px;
          height: auto; }
      body.himf article.archives section.sections#info .inner .flex.connection {
        flex-direction: unset; }
        body.himf article.archives section.sections#info .inner .flex.connection .item {
          width: 44vw;
          margin-bottom: 35px; }
          body.himf article.archives section.sections#info .inner .flex.connection .item img {
            border-radius: 5px;
            height: 28.8vw;
            margin-bottom: 10px; }
      body.himf article.archives section.sections#sponsors .inner {
        margin-top: 15px;
        padding-bottom: 10px; }
        body.himf article.archives section.sections#sponsors .inner .head_h2 {
          margin-bottom: 25px; }
          body.himf article.archives section.sections#sponsors .inner .head_h2 + p {
            margin-bottom: 20px; }
        body.himf article.archives section.sections#sponsors .inner .flex {
          max-width: 100%;
          flex-direction: unset; }
          body.himf article.archives section.sections#sponsors .inner .flex ul li {
            font-size: 12px; } }
    body.himf article.recruitment section.sections#under_mv, body.himf article.boshu section.sections#under_mv {
      background: url(../img/himf/mv_archive.jpg) no-repeat;
      background-size: cover; }
    body.himf article.recruitment section.sections .inner p, body.himf article.boshu section.sections .inner p {
      font-size: 16px; }
    body.himf article.recruitment section.sections#overview .inner, body.himf article.boshu section.sections#overview .inner {
      padding-bottom: 30px; }
      body.himf article.recruitment section.sections#overview .inner .Preparation, body.himf article.boshu section.sections#overview .inner .Preparation {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        background: #f4f4f4;
        font-weight: bold;
        font-size: 18px;
        line-height: 1;
        width: 100%;
        height: 100px;
        max-width: 760px;
        margin: 0 auto 50px; }
      body.himf article.recruitment section.sections#overview .inner img.logo, body.himf article.boshu section.sections#overview .inner img.logo {
        margin: 0 auto 40px;
        display: block; }
      body.himf article.recruitment section.sections#overview .inner p, body.himf article.boshu section.sections#overview .inner p {
        text-align: center; }
        body.himf article.recruitment section.sections#overview .inner p.date, body.himf article.boshu section.sections#overview .inner p.date {
          font-size: 18px;
          line-height: 1;
          margin-bottom: 25px; }
        body.himf article.recruitment section.sections#overview .inner p.red, body.himf article.boshu section.sections#overview .inner p.red {
          color: #ff0000;
          margin: 40px 0; }
        body.himf article.recruitment section.sections#overview .inner p + .head_h2, body.himf article.boshu section.sections#overview .inner p + .head_h2 {
          margin: 60px 0 45px; }
      body.himf article.recruitment section.sections#overview .inner ul, body.himf article.boshu section.sections#overview .inner ul {
        max-width: 760px;
        margin: 0 auto; }
        body.himf article.recruitment section.sections#overview .inner ul li, body.himf article.boshu section.sections#overview .inner ul li {
          width: 48.68%;
          margin-bottom: 20px; }
          body.himf article.recruitment section.sections#overview .inner ul li a, body.himf article.boshu section.sections#overview .inner ul li a {
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            background: #f4f4f4;
            font-weight: bold;
            font-size: 18px;
            line-height: 1;
            width: 100%;
            height: 100px; }
            body.himf article.recruitment section.sections#overview .inner ul li a:before, body.himf article.recruitment section.sections#overview .inner ul li a:after, body.himf article.boshu section.sections#overview .inner ul li a:before, body.himf article.boshu section.sections#overview .inner ul li a:after {
              position: absolute;
              content: '';
              top: 50%;
              transform: translateY(-50%); }
            body.himf article.recruitment section.sections#overview .inner ul li a:before, body.himf article.boshu section.sections#overview .inner ul li a:before {
              left: 40px; }
            body.himf article.recruitment section.sections#overview .inner ul li a:after, body.himf article.boshu section.sections#overview .inner ul li a:after {
              position: absolute;
              content: '▶︎';
              font-size: 10px;
              right: 20px; }
          body.himf article.recruitment section.sections#overview .inner ul li.recruit a:before, body.himf article.boshu section.sections#overview .inner ul li.recruit a:before {
            width: 36px;
            height: 41px;
            background: url(../img/himf/recruit.svg) no-repeat;
            background-size: contain; }
          body.himf article.recruitment section.sections#overview .inner ul li.budget a:before, body.himf article.boshu section.sections#overview .inner ul li.budget a:before {
            width: 39px;
            height: 42px;
            background: url(../img/himf/budget.svg) no-repeat;
            background-size: contain; }
          body.himf article.recruitment section.sections#overview .inner ul li.pdf a:before, body.himf article.boshu section.sections#overview .inner ul li.pdf a:before {
            width: 34px;
            height: 40px;
            background: url(../img/himf/pdf.svg) no-repeat;
            background-size: contain; }
          body.himf article.recruitment section.sections#overview .inner ul li.word a:before, body.himf article.boshu section.sections#overview .inner ul li.word a:before {
            width: 36px;
            height: 41px;
            background: url(../img/himf/word.svg) no-repeat;
            background-size: contain; }
    @media screen and (max-width: 767px) {
      body.himf article.recruitment section.sections#under_mv, body.himf article.boshu section.sections#under_mv {
        background: url(../img/himf/mv_archive_sp.jpg) no-repeat;
        background-size: cover; }
      body.himf article.recruitment section.sections .inner p, body.himf article.boshu section.sections .inner p {
        font-size: 14px;
        line-height: 1.5; }
      body.himf article.recruitment section.sections#overview .inner, body.himf article.boshu section.sections#overview .inner {
        padding-bottom: 35px; }
        body.himf article.recruitment section.sections#overview .inner .Preparation, body.himf article.boshu section.sections#overview .inner .Preparation {
          margin: 0 auto; }
        body.himf article.recruitment section.sections#overview .inner img.logo, body.himf article.boshu section.sections#overview .inner img.logo {
          margin: 0px auto 20px;
          width: 92vw; }
        body.himf article.recruitment section.sections#overview .inner p.date, body.himf article.boshu section.sections#overview .inner p.date {
          font-size: 14px;
          margin-bottom: 15px; }
        body.himf article.recruitment section.sections#overview .inner p.red, body.himf article.boshu section.sections#overview .inner p.red {
          margin: 40px 0; }
        body.himf article.recruitment section.sections#overview .inner p + .head_h2, body.himf article.boshu section.sections#overview .inner p + .head_h2 {
          margin: 40px 0 20px; }
        body.himf article.recruitment section.sections#overview .inner ul, body.himf article.boshu section.sections#overview .inner ul {
          max-width: 100%;
          margin: 0 auto; }
          body.himf article.recruitment section.sections#overview .inner ul li, body.himf article.boshu section.sections#overview .inner ul li {
            width: 100%;
            margin-bottom: 15px; }
            body.himf article.recruitment section.sections#overview .inner ul li a, body.himf article.boshu section.sections#overview .inner ul li a {
              font-size: 16px;
              height: 65px; }
              body.himf article.recruitment section.sections#overview .inner ul li a:before, body.himf article.boshu section.sections#overview .inner ul li a:before {
                left: 15px; }
              body.himf article.recruitment section.sections#overview .inner ul li a:after, body.himf article.boshu section.sections#overview .inner ul li a:after {
                right: 15px; }
            body.himf article.recruitment section.sections#overview .inner ul li.recruit a:before, body.himf article.boshu section.sections#overview .inner ul li.recruit a:before {
              width: 27px;
              height: 30.5px; }
            body.himf article.recruitment section.sections#overview .inner ul li.budget a:before, body.himf article.boshu section.sections#overview .inner ul li.budget a:before {
              width: 29px;
              height: 31px; }
            body.himf article.recruitment section.sections#overview .inner ul li.pdf a:before, body.himf article.boshu section.sections#overview .inner ul li.pdf a:before {
              width: 26px;
              height: 30.5px; }
            body.himf article.recruitment section.sections#overview .inner ul li.word a:before, body.himf article.boshu section.sections#overview .inner ul li.word a:before {
              width: 26.5px;
              height: 30.5px; }
      body.himf article.recruitment section.sections#bnr .inner, body.himf article.boshu section.sections#bnr .inner {
        margin-top: 0; } }
    body.himf article.contact #breab_crumb + .sections .inner {
      margin-top: 60px; }
    body.himf article.contact section.sections#under_mv {
      background: url(../img/himf/mv_contact.jpg) no-repeat;
      background-size: cover; }
    body.himf article.contact section.sections .inner p {
      font-size: 16px; }
      body.himf article.contact section.sections .inner p span {
        font-size: 12px; }
    body.himf article.contact section.sections#contents .inner {
      padding-bottom: 100px; }
      body.himf article.contact section.sections#contents .inner .tel {
        background: #f4f4f4;
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: 760px;
        margin: 0 auto 70px;
        height: 140px; }
        body.himf article.contact section.sections#contents .inner .tel .tel_inner {
          display: flex;
          align-items: baseline; }
          body.himf article.contact section.sections#contents .inner .tel .tel_inner .num {
            font-size: 42px;
            position: relative;
            padding-left: 70px;
            font-size: 37px; }
            body.himf article.contact section.sections#contents .inner .tel .tel_inner .num:before {
              position: absolute;
              content: '';
              width: 50px;
              height: 50px;
              background: url(../img/himf/phone.svg) no-repeat;
              background-size: cover;
              top: 50%;
              transform: translateY(-50%);
              left: 0; }
          body.himf article.contact section.sections#contents .inner .tel .tel_inner .date {
            font-size: 16px; }
        body.himf article.contact section.sections#contents .inner .tel + p {
          text-align: center;
          margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      body.himf article.contact section.sections#under_mv {
        background: url(../img/himf/mv_contact_sp.jpg) no-repeat;
        background-size: cover; }
      body.himf article.contact section.sections .inner p {
        font-size: 14px;
        line-height: 1.5; }
        body.himf article.contact section.sections .inner p span {
          font-size: 10px; }
      body.himf article.contact section.sections#contents .inner {
        padding-bottom: 50px;
        margin-top: 35px; }
        body.himf article.contact section.sections#contents .inner .tel {
          display: block;
          max-width: 100%;
          margin: 0 auto 50px;
          height: auto; }
          body.himf article.contact section.sections#contents .inner .tel .tel_inner {
            display: flex;
            padding: 20px 0 5px;
            flex-direction: column;
            align-items: center; }
            body.himf article.contact section.sections#contents .inner .tel .tel_inner .num {
              font-size: 30px;
              padding-left: 45px; }
              body.himf article.contact section.sections#contents .inner .tel .tel_inner .num:before {
                width: 35px;
                height: 35px; }
            body.himf article.contact section.sections#contents .inner .tel .tel_inner .date {
              font-size: 12px; }
          body.himf article.contact section.sections#contents .inner .tel .ribbon {
            background: #000;
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 45px;
            position: relative;
            -webkit-font-smoothing: auto; }
            body.himf article.contact section.sections#contents .inner .tel .ribbon:before {
              position: absolute;
              content: '▶︎';
              top: 50%;
              transform: translateY(-50%);
              right: 15px;
              font-size: 10px; } }
    body.himf article.english section.sections#under_mv {
      background: url(../img/himf/mv_english.jpg) no-repeat;
      background-size: cover; }
      body.himf article.english section.sections#under_mv .head_h1 .en {
        font-size: 32px;
        margin-bottom: 0; }
    body.himf article.english section.sections#contents {
      margin-bottom: 100px; }
      body.himf article.english section.sections#contents .inner {
        max-width: 760px; }
        body.himf article.english section.sections#contents .inner .head_h2.line {
          flex-direction: column;
          position: relative;
          margin-bottom: 60px; }
          body.himf article.english section.sections#contents .inner .head_h2.line span {
            font-size: 18px;
            margin: 45px 0 0;
            font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif; }
          body.himf article.english section.sections#contents .inner .head_h2.line:before {
            position: absolute;
            content: '';
            width: 40px;
            height: 1px;
            background: #000;
            top: 48px;
            left: 50%;
            transform: translateX(-50%); }
        body.himf article.english section.sections#contents .inner .head_h3.bg_gray {
          background: #f4f4f4;
          font-weight: normal;
          font-size: 22px;
          padding: 10px 17px;
          margin-bottom: 30px; }
        body.himf article.english section.sections#contents .inner img {
          display: block;
          margin: 0 auto 45px; }
        body.himf article.english section.sections#contents .inner p {
          font-size: 16px; }
          body.himf article.english section.sections#contents .inner p + .head_h2,
          body.himf article.english section.sections#contents .inner p + .head_h3 {
            margin-top: 95px; }
    @media screen and (max-width: 767px) {
      body.himf article.english section.sections#under_mv {
        background: url(../img/himf/mv_english_sp.jpg) no-repeat;
        background-size: cover; }
        body.himf article.english section.sections#under_mv .head_h1 .en {
          font-size: 21px;
          margin-bottom: 0; }
      body.himf article.english section.sections#contents {
        margin-bottom: 0; }
        body.himf article.english section.sections#contents .inner {
          max-width: 100%; }
          body.himf article.english section.sections#contents .inner .head_h2.line {
            font-size: 21px;
            text-align: center;
            line-height: 1.5238095238;
            margin-bottom: 55px; }
            body.himf article.english section.sections#contents .inner .head_h2.line span {
              font-size: 14px;
              margin: 30px 0 0; }
            body.himf article.english section.sections#contents .inner .head_h2.line:before {
              width: 20px;
              top: 70px; }
          body.himf article.english section.sections#contents .inner .head_h3.bg_gray {
            font-size: 16px;
            padding: 5.5px 15px;
            margin-bottom: 20px; }
          body.himf article.english section.sections#contents .inner img {
            max-width: 100%;
            margin: 0 auto 15px; }
            body.himf article.english section.sections#contents .inner img.mini {
              width: 66.8vw; }
          body.himf article.english section.sections#contents .inner p {
            font-size: 14px; }
            body.himf article.english section.sections#contents .inner p + .head_h2,
            body.himf article.english section.sections#contents .inner p + .head_h3 {
              margin-top: 45px; } }
  body.himf footer {
    padding-top: 50px;
    position: relative; }
    body.himf footer ul > li.logo {
      margin-bottom: 45px; }
      body.himf footer ul > li.logo a {
        display: block; }
        body.himf footer ul > li.logo a img {
          margin: 0 auto;
          display: block; }
    body.himf footer ul > ul {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 45px;
      font-weight: bold; }
      body.himf footer ul > ul li:not(:last-child) {
        margin-right: 29px; }
    body.himf footer .band {
      background: #000;
      height: 140px;
      display: flex;
      align-items: center;
      justify-content: center; }
      body.himf footer .band * {
        color: #fff; }
      body.himf footer .band img {
        width: 365px;
        height: 27px; }
      body.himf footer .band address {
        font-style: normal;
        font-size: 14px;
        margin-left: 58px; }
    body.himf footer p.copyright {
      height: 90px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 12px;
      font-weight: 100;
      font-family: 'Julius Sans One'; }
    body.himf footer .toplink {
      position: fixed;
      width: 40px;
      height: 40px;
      background: #000;
      bottom: 50px;
      right: 140px;
      border-radius: 50%;
      opacity: 0;
      transition: .3s; }
      body.himf footer .toplink a {
        display: block;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        color: #fff;
        font-weight: bold;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-60%, -20%) rotate(90deg);
        font-size: 18px; }
      body.himf footer .toplink.bottom {
        position: absolute;
        bottom: 435px; }
    @media screen and (max-width: 767px) {
      body.himf footer {
        padding-top: 60px; }
        body.himf footer ul > li.logo {
          margin-bottom: 40px; }
        body.himf footer ul > ul {
          flex-direction: column;
          margin-bottom: 55px; }
          body.himf footer ul > ul li a {
            font-size: 14px; }
          body.himf footer ul > ul li:not(:last-child) {
            margin: 0px 0 15px; }
        body.himf footer .band {
          height: 125px;
          display: flex;
          flex-direction: column; }
          body.himf footer .band img {
            width: 262.5px;
            height: 19.5px;
            margin-bottom: 5px; }
          body.himf footer .band address {
            font-size: 12px;
            margin-left: 0; }
        body.himf footer p.copyright {
          height: 60px;
          font-size: 10px;
          letter-spacing: -0.5px; }
        body.himf footer .toplink {
          bottom: 30px;
          right: 15px; }
          body.himf footer .toplink a {
            font-size: 16px;
            top: 53%;
            left: 48.5%; } }

body.himf #sponsorsArea .txt01 {
  font-size: 16px;
  text-align: center;
  margin-bottom: 45px; }

@media screen and (max-width: 767px) {
  body.himf #sponsorsArea .txt01 {
    font-size: 14px; } }
body.himf #sponsorsArea .itemArea01 {
  display: flex;
  justify-content: center;
  margin-bottom: 50px; }

body.himf #sponsorsArea .itemArea01 li {
  width: 184px;
  margin: 0 20px; }

body.himf #sponsorsArea .itemArea01 li a {
  display: block; }

body.himf #sponsorsArea .itemArea01 li a img {
  width: 100%; }

body.himf #sponsorsArea .itemArea01 li a p {
  font-size: 15px;
  line-height: 22px;
  position: relative; }

body.himf #sponsorsArea .itemArea01 li a p:before, body.himf #sponsorsArea .itemArea01 li a p:after {
  content: "";
  position: absolute; }

body.himf #sponsorsArea .itemArea01 li a p:before {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #000;
  right: 0; }

body.himf #sponsorsArea .itemArea01 li a p:after {
  box-sizing: border-box;
  width: 5px;
  height: 5px;
  border: 5px solid transparent;
  border-left: 6px solid #fff;
  top: 6px;
  right: 2px; }

body.himf #sponsorsArea .itemArea01 li a:hover p {
  color: #666197; }

body.himf #sponsorsArea .itemArea01 li a:hover p:before {
  background: #666197; }

@media screen and (max-width: 767px) {
  body.himf #sponsorsArea .itemArea01 {
    display: block;
    margin-bottom: 5px; }

  body.himf #sponsorsArea .itemArea01 li {
    width: 100%;
    margin: 0 0 25px; }

  body.himf #sponsorsArea .itemArea01 li a {
    display: flex;
    align-items: center; }

  body.himf #sponsorsArea .itemArea01 li a img {
    width: 47%; }

  body.himf #sponsorsArea .itemArea01 li a p {
    width: 100%;
    font-size: 14px;
    line-height: 1;
    padding-left: 15px;
    margin-top: -20px;
    position: relative; }

  body.himf #sponsorsArea .itemArea01 li a p:before {
    width: 25px;
    height: 25px;
    right: 0;
    top: 20px; }

  body.himf #sponsorsArea .itemArea01 li a p:after {
    width: 6px;
    height: 7px;
    border: 6px solid transparent;
    border-left: 7px solid #fff;
    top: 27px;
    right: 2px; } }
body.himf #sponsorsArea .itemArea02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px; }

body.himf #sponsorsArea .itemArea02 li {
  width: 32%;
  height: 50px;
  font-size: 13px;
  text-align: center;
  line-height: 50px;
  background-color: #f4f4f4;
  margin-bottom: 2%; }

body.himf #sponsorsArea .itemArea02 li a {
  display: block; }

body.himf #sponsorsArea .itemArea02 li a:hover {
  color: #fff;
  background: #666197; }

@media screen and (max-width: 767px) {
  body.himf #sponsorsArea .itemArea02 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 10px; }

  body.himf #sponsorsArea .itemArea02 li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(50% - 7px);
    height: 40px;
    font-size: 12px;
    line-height: 1.4;
    margin-bottom: 15px; } }
body.himf #sponsorsArea .link {
  display: flex;
  flex-wrap: wrap; }

body.himf #sponsorsArea .link li {
  margin: 0 18px 2px 0; }

body.himf #sponsorsArea .link li a:hover {
  color: #666197; }

@media screen and (max-width: 767px) {
  body.himf #sponsorsArea .link li {
    font-size: 14px; } }
/*----------------------------------
2023-10-24 改修
----------------------------------*/
body.himf article section.sections#images .inner img {
  width: 100%; }
body.himf article section.sections#images .inner a {
  display: block; }
body.himf article section.sections#images .inner .himf_images_slider img {
  max-height: 592px;
  object-fit: cover; }
body.himf article section.sections#images .inner .himf_images_slider + .simple_image {
  margin-top: 100px; }
@media screen and (max-width: 767px) {
  body.himf article section.sections#images .inner .himf_images_slider img {
    max-height: unset; }
  body.himf article section.sections#images .inner .himf_images_slider + .simple_image {
    margin-top: 60px; } }

/*----------------------------------
2024-08-13 改修
----------------------------------*/
body.himf article section#event.lineup .inner .main {
  width: 67%; }
body.himf article section#event.lineup .inner .event-slider {
  width: 100%; }
  body.himf article section#event.lineup .inner .event-slider .slick-track {
    display: flex;
    align-items: center; }
  body.himf article section#event.lineup .inner .event-slider .slick-slide {
    padding: 0 15px;
    height: auto !important; }
  body.himf article section#event.lineup .inner .event-slider img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    border-radius: 10px;
    margin: auto; }
  body.himf article section#event.lineup .inner .event-slider .slick-dots li button:before {
    font-size: 14px !important; }
body.himf article section#event.lineup .inner .side {
  width: 31%;
  height: 360px;
  padding: 15px 0 20px 10px; }
  body.himf article section#event.lineup .inner .side > div {
    padding-right: 15px; }
  body.himf article section#event.lineup .inner .side .head_h2.column {
    display: block;
    text-align: center;
    padding-bottom: 15px;
    margin-bottom: 15px; }
  body.himf article section#event.lineup .inner .side ul {
    height: 260px;
    overflow-y: auto; }
    body.himf article section#event.lineup .inner .side ul li {
      display: flex; }
      body.himf article section#event.lineup .inner .side ul li:not(:last-child) {
        padding-bottom: 15px !important;
        margin-bottom: 15px !important; }
      body.himf article section#event.lineup .inner .side ul li span {
        display: block; }
      body.himf article section#event.lineup .inner .side ul li .date {
        width: 80px;
        padding-left: 10px; }
      body.himf article section#event.lineup .inner .side ul li .title {
        width: calc(100% - 90px);
        font-size: 14px;
        line-height: 1.6;
        padding-left: 10px; }
@media screen and (max-width: 767px) {
  body.himf article section#event.lineup .inner {
    margin: 40px 0 0;
    flex-direction: column; }
    body.himf article section#event.lineup .inner .main {
      width: 100%;
      margin: 0 0 30px; }
    body.himf article section#event.lineup .inner .event-slider img {
      width: 100%;
      height: auto; }
    body.himf article section#event.lineup .inner .event-slider .slick-slide {
      padding: 0 15px; }
    body.himf article section#event.lineup .inner .side {
      width: calc(100% - 30px);
      height: 300px;
      overflow-y: inherit;
      margin: 0 auto; }
      body.himf article section#event.lineup .inner .side .head_h2.column {
        text-align: left; }
      body.himf article section#event.lineup .inner .side ul {
        height: calc(100% - 35px);
        overflow-y: auto; }
        body.himf article section#event.lineup .inner .side ul li:not(:last-child) {
          padding-bottom: 0 !important; }
        body.himf article section#event.lineup .inner .side ul li .title {
          padding-left: 5px; } }

/*----------------------------------
2024-09-04 改修
----------------------------------*/
#snsArea .inner {
  max-width: 1000px;
  margin: 60px auto; }
  @media screen and (max-width: 767px) {
    #snsArea .inner {
      max-width: 100%;
      margin: 40px 15px; } }
#snsArea .flex {
  justify-content: center; }
#snsArea img {
  width: 100%; }

/*# sourceMappingURL=himf.css.map */
