@charset "UTF-8";
/*
---------------------------------------------------------------------------------------------------------------------
ヘッダー
---------------------------------------------------------------------------------------------------------------------
*/
#header {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: 60px; }
  @media (min-width: 1024px) {
    #header {
      height: 100px; } }
  #header .header-logo {
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 100;
    margin-top: -5px;
    transition: .5s; }
    @media (min-width: 1024px) {
      #header .header-logo {
        top: 20px;
        left: 20px; } }
    #header .header-logo img {
      width: 120px; }
      @media (min-width: 768px) {
        #header .header-logo img {
          width: 150px; } }
      @media (min-width: 1250px) {
        #header .header-logo img {
          width: 200px; } }

.pc-menu {
  display: none;
  /*hoverしたら表示*/ }
  @media (min-width: 1024px) {
    .pc-menu {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      margin: -10px 15px 0 0;
      background: linear-gradient(to bottom, black, rgba(0, 0, 0, 0));
      height: 100px; } }
  .pc-menu nav {
    color: #fff;
    /*2階層目以降は横並びにしない*/ }
    .pc-menu nav ul {
      list-style: none;
      display: flex;
      justify-content: center; }
      .pc-menu nav ul li {
        position: relative; }
        .pc-menu nav ul li:nth-child(2) {
          margin-right: 10px; }
        .pc-menu nav ul li a {
          font-size: 0.90em;
          display: block;
          text-decoration: none;
          color: #fff;
          padding: 20px 10px;
          transition: all .3s; }
          @media (min-width: 1250px) {
            .pc-menu nav ul li a {
              padding: 20px 15px;
              font-size: 0.95em; } }
          .pc-menu nav ul li a:hover {
            color: #CB0211; }
        .pc-menu nav ul li li:nth-child(2) {
          margin-right: 0; }
        .pc-menu nav ul li li a {
          padding: 10px 10px; }
        .pc-menu nav ul li.has-child::before {
          content: '';
          position: absolute;
          right: 0;
          top: 26px;
          width: 6px;
          height: 6px;
          border-top: 2px solid #fff;
          border-right: 2px solid #fff;
          transform: rotate(135deg); }
    .pc-menu nav ul ul {
      display: block; }
    .pc-menu nav li.has-child ul {
      position: absolute;
      left: 0;
      top: 62px;
      z-index: 4;
      background-color: #fff;
      width: 100%;
      visibility: hidden;
      opacity: 0;
      transition: all .3s; }
      .pc-menu nav li.has-child ul li a {
        color: #000;
        border-bottom: solid 1px rgba(0, 0, 0, 0.2); }
      .pc-menu nav li.has-child ul li:last-child > a {
        border-bottom: none; }
  .pc-menu nav li.has-child:hover > ul,
  .pc-menu nav li.has-child ul li:hover > ul,
  .pc-menu nav li.has-child:active > ul,
  .pc-menu nav li.has-child ul li:active > ul {
    visibility: visible;
    opacity: 1; }
  .pc-menu nav li.has-child ul li a:hover,
  .pc-menu nav li.has-child ul li a:active {
    background-color: #CB0211;
    color: #fff; }

.entry-btn a {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.125em;
  color: #CB0211;
  display: inline-block;
  width: 130px;
  height: 50px;
  line-height: 50px;
  letter-spacing: 0.05em;
  text-align: center;
  border-radius: 50px;
  background-color: #fff;
  transition: .5s; }
  .entry-btn a:hover {
    color: #fff;
    background-color: #CB0211; }

/*
---------------------------------------------------------------------------------------------------------------------
フッター
---------------------------------------------------------------------------------------------------------------------
*/
#footer {
  padding: 60px 0 0;
  position: relative; }
  #footer .footer-entry {
    background-color: #CB0211;
    max-width: 1100px;
    margin: auto;
    height: 190px;
    width: 90%;
    position: relative;
    border-radius: 10px; }
    #footer .footer-entry a {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100%; }
      #footer .footer-entry a .txt {
        text-align: center;
        color: #fff; }
        #footer .footer-entry a .txt h3 {
          font-family: "Anton", sans-serif;
          font-weight: 400;
          font-style: normal;
          font-size: 6.25em;
          line-height: 1.0em; }
        #footer .footer-entry a .txt p {
          font-size: 1.25em;
          line-height: 1.2em; }
      #footer .footer-entry a img {
        width: 50px;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 25px;
        margin: auto;
        transition: .5s; }
      #footer .footer-entry a:hover img {
        right: 15px; }
  #footer .footer-menu {
    margin: auto;
    margin: 50px 0 0 0; }
    @media (min-width: 768px) {
      #footer .footer-menu {
        max-width: 1100px; } }
    @media (min-width: 1024px) {
      #footer .footer-menu {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 60px auto 30px; } }
    #footer .footer-menu .logo img {
      width: 330px; }
    #footer .footer-menu .logo-copy ul {
      display: flex; }
      @media (min-width: 1024px) {
        #footer .footer-menu .logo-copy ul {
          justify-content: flex-end;
          margin-bottom: 5px; } }
      #footer .footer-menu .logo-copy ul .line {
        display: none; }
        @media (min-width: 1024px) {
          #footer .footer-menu .logo-copy ul .line {
            display: block; } }
      #footer .footer-menu .logo-copy ul li {
        margin-bottom: 5px; }
        #footer .footer-menu .logo-copy ul li a {
          font-size: 0.9em;
          line-height: 1.2em;
          position: relative;
          color: #fff; }
          #footer .footer-menu .logo-copy ul li a::after {
            position: absolute;
            bottom: 0;
            left: 0;
            content: '';
            width: 100%;
            height: 1px;
            background: #fff;
            transform: scale(0, 1);
            transform-origin: right top;
            transition: transform .3s; }
          #footer .footer-menu .logo-copy ul li a:hover::after {
            transform-origin: left top;
            transform: scale(1, 1); }
    #footer .footer-menu .logo-copy p {
      font-size: 0.8em;
      line-height: 1.2em;
      margin-top: 15px; }
      @media (min-width: 1024px) {
        #footer .footer-menu .logo-copy p {
          margin: 0 0 0 20px; } }
