@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Fanwood+Text:ital@0;1&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:wght@700&family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
/*============================================================================
	Header
==============================================================================*/
.head-container {
  position: relative; }
  .head-container .header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: rgba(255, 255, 255, 0);
    transition: background-color 0.3s ease; }
    .head-container .header .head-inner {
      position: relative;
      width: 100%;
      max-width: 1280px;
      display: flex;
      align-items: center;
      margin: auto;
      height: 140px; }
      .head-container .header .head-inner h1.h1-logo {
        width: 130px;
        margin: 0 20px;
        padding: 0;
        font-size: 0; }
        .head-container .header .head-inner h1.h1-logo img {
          width: 100%;
          height: auto;
          margin: 0;
          padding: 0; }

.annual-icon {
  border: 1px solid #281E1C;
  width: 50px;
  height: 50px;
  padding: 5px; }
  @media screen and (max-width: 768px) {
    .annual-icon {
      width: 35px;
      height: 35px;
      padding: 2px; } }
  .annual-icon img {
    width: 100%;
    height: auto; }

.nav-cont {
  padding-right: 15px; }
  .nav-cont ul {
    display: flex;
    justify-content: center; }
    .nav-cont ul li {
      margin: 0 15px; }
      .nav-cont ul li a {
        font-size: 12px;
        color: #281E1C;
        font-weight: bold;
        text-decoration: none;
        transition: all 0.5s; }
        .nav-cont ul li a:hover {
          color: #666; }

.right-nav-cont {
  display: flex;
  height: 140px;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0; }
  .right-nav-cont .btn {
    display: block;
    padding: 10px 30px;
    background-color: #002195;
    color: #fff;
    border: 1px solid #002195;
    transition: all 0.4s; }
    .right-nav-cont .btn:hover {
      border: 1px solid #002195;
      opacity: 1;
      text-decoration: none;
      background-color: #fff;
      color: #002195;
      transition: all 0.4s; }

.lang-nav {
  border: 1px solid #002195;
  display: flex;
  justify-content: center;
  margin-right: 20px;
  padding: 0 5px; }
  @media screen and (max-width: 768px) {
    .lang-nav {
      border: none;
      margin-right: 0; } }
  .lang-nav li {
    margin: 0; }
    .lang-nav li:last-child a {
      margin-right: 0; }
  .lang-nav a {
    color: #ccc; }
    @media screen and (max-width: 768px) {
      .lang-nav a {
        border: 1px solid #002195;
        padding: 5px 10px;
        margin-right: 5px; } }
    .lang-nav a.active {
      color: #002195; }
    .lang-nav a i {
      font-size: 18px;
      color: #281E1C;
      transition: all 0.5s; }
      .lang-nav a i:hover {
        color: #666; }

.lang-nav li:not(:last-child)::after {
  content: "/";
  margin: 0;
  color: #281E1C; }
  @media screen and (max-width: 768px) {
    .lang-nav li:not(:last-child)::after {
      display: none; } }

@media screen and (max-width: 1023px) {
  .head-container .header .head-inner {
    height: 70px;
    display: flex; } }
  @media screen and (max-width: 1023px) and (max-width: 768px) {
    .head-container .header .head-inner {
      height: 60px; } }
@media screen and (max-width: 1023px) {
    .head-container .header .head-inner h1.h1-logo {
      width: 69px;
      margin: 0 10px 0 10px; }
      .head-container .header .head-inner h1.h1-logo img {
        width: 100%;
        height: auto; }

  .sp-nav .sp-nav-inner .nav {
    display: block;
    z-index: 9999;
    cursor: pointer;
    position: absolute;
    width: 60px;
    height: 60px;
    top: 0;
    right: 0; }
    .sp-nav .sp-nav-inner .nav .nav_inner {
      width: 30px;
      height: 30px;
      z-index: 9999999;
      transition: all 0.4s;
      position: absolute;
      right: 16px;
      top: 13px; }
      .sp-nav .sp-nav-inner .nav .nav_inner span {
        z-index: 9999;
        display: inline-block;
        transition: all 0.4s;
        /*アニメーションの設定*/
        position: absolute;
        left: 0;
        height: 2px;
        background-color: #281E1C; }
        .sp-nav .sp-nav-inner .nav .nav_inner span:nth-child(1) {
          top: 6px;
          width: 100%; }
        .sp-nav .sp-nav-inner .nav .nav_inner span:nth-child(2) {
          top: 13px;
          width: 100%; }
        .sp-nav .sp-nav-inner .nav .nav_inner span:nth-child(3) {
          top: 20px;
          width: calc(85% - 3px); }
    .sp-nav .sp-nav-inner .nav .nav-txt {
      font-family: "Noto Sans JP", sans-serif;
      position: absolute;
      bottom: 10px;
      left: 13px;
      color: #281E1C;
      font-size: 7px; }
      .sp-nav .sp-nav-inner .nav .nav-txt img {
        width: 30px;
        height: auto; }
    .sp-nav .sp-nav-inner .nav.active {
      z-index: 9999; }
      .sp-nav .sp-nav-inner .nav.active span:nth-of-type(1) {
        background-color: #281E1C;
        top: 13px;
        transform: translateY(0) rotate(-45deg);
        width: 100%; }
      .sp-nav .sp-nav-inner .nav.active span:nth-of-type(2) {
        opacity: 0; }
      .sp-nav .sp-nav-inner .nav.active span:nth-of-type(3) {
        background-color: #281E1C;
        top: 13px;
        transform: translateY(0) rotate(45deg);
        width: 100%; }

  .navigation {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 9998;
    transition: 0.5s ease;
    opacity: 0;
    display: none; }
    .navigation.active {
      transition: 0.5s ease;
      overflow-y: scroll;
      opacity: 1;
      display: block; }
    .navigation .navigation-inner {
      padding-top: 0;
      position: relative;
      width: 100%;
      height: 100%;
      background-color: rgba(255, 255, 255, 0.95);
      margin-left: auto;
      position: absolute;
      top: 0;
      right: 0;
      transition: 0.5s ease;
      overflow-y: scroll;
      overflow-x: hidden;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      margin-top: -30px; }
    .navigation ul {
      text-align: center; }
      .navigation ul li {
        margin-bottom: 40px; }
        .navigation ul li a {
          font-family: "Noto Sans JP", sans-serif;
          font-size: 16px;
          font-weight: bold;
          letter-spacing: 0.1em;
          line-height: 3;
          color: #281E1C;
          text-decoration: none; }
    .navigation .sns-nav {
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0; } }
