@charset "UTF-8";
/**************************************************
base style
**************************************************/
html {
  color: #000;
  background: #FFF; }

body {
  color: #333;
  font-family: Verdana, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1em;
  line-height: 1; }

img, source {
  width: 100%;
  vertical-align: middle; }

a {
  text-decoration: none;
  color: #000; }

html {
  font-size: 4.26vw; }

@media print, screen and (min-width: 751px) {
  html {
    font-size: 1.88vw; } }

/**************************************************
font
**************************************************/
@font-face {
  font-family: "AudiType-Normal";
  font-style: normal;
  font-weight: 400;
  src: url("../../assets/font/AudiTypeV03-Normal.otf") format("opentype");
  /* opentype */ }

@font-face {
  font-family: "AudiType-Extended";
  font-style: normal;
  font-weight: 400;
  src: url("../../assets/font/AudiTypeV03-ExtendedNormal.otf") format("opentype");
  /* opentype */ }

@font-face {
  font-family: "AudiType-Extended";
  font-style: bold;
  font-weight: 700;
  src: url("../../assets/font/AudiTypeV03-ExtendedBold.otf") format("opentype");
  /* opentype */ }

.u-ls0 {
  letter-spacing: 0; }

.an {
  font-family: AudiType-Normal; }

.ae {
  font-family: AudiType-Extended; }

.aeb {
  font-family: AudiType-Extended;
  font-weight: bold; }

/****************************************************
header
****************************************************/
.header {
  width: 100%;
  margin: 0 auto;
  padding: 10px 0;
  -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.5);
  background-color: #fff;
  z-index: 1;
  position: fixed; }
  @media screen and (max-width: 768px) {
    .header {
      position: relative;
      top: 0;
      margin-top: 0;
      padding: 30px 0; } }

.header__inner {
  width: 96%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (max-width: 768px) {
    .header__inner {
      width: 100%; } }

.header__title {
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .header__title {
    width: auto;
    position: absolute;
    left: 15px;
    top: 30%;
    font-size: 20px; } }

.header__title a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.header__title span {
  padding-left: 1vw;
  font-size: 14px;
  line-height: 1.2; }
  .header__title span > span {
    font-size: 10px;
    padding-left: 0;
  }
  @media screen and (max-width: 1024px) {
    .header__title span {
      font-size: 10px; } }

.header__title img {
  width: 70px; }

.global-nav {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-preferred-size: 80%;
  flex-basis: 80%; }
  @media screen and (max-width: 768px) {
    .global-nav {
      position: absolute;
      top: -505px;
      width: 100%; } }

.global-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px; }
  @media screen and (max-width: 768px) {
    .global-nav__list {
      list-style: none;
      position: static;
      right: 0;
      bottom: 0;
      font-size: 14px;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .global-nav__list li {
    border-left: 1px #000 solid;
    padding: 0 .5vw;
    font-size: 14px;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 768px) {
      .global-nav__list li {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        text-align: left;
        border-style: none;
        border-bottom: 1px #000 solid;
        padding: 0; } }
  .global-nav__list li a {
    display: block; }
    @media screen and (max-width: 768px) {
      .global-nav__list li a {
        position: relative;
        display: block;
        padding: 1rem 2rem; }
        .global-nav__list li a:after {
          position: absolute;
          top: 50%;
          left: 0;
          display: inline-block;
          -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
          width: 0.5rem;
          height: 0.5rem;
          margin-left: 1.0rem;
          border-right: 1px solid #000;
          border-bottom: 1px solid #000;
          content: ""; } }

/*button*/
.entry-area {
  margin-left: 1rem; }
  @media screen and (max-width: 768px) {
    .entry-area {
      display: none; } }

.entry-area__button {
  position: relative;
  display: block;
  text-align: center;
  line-height: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
  background: #000;
  border: 1px solid #000;
  padding: .3rem 2rem;
  font-size: 16px; }
  .entry-area__button:hover {
    opacity: .7; }
  .entry-area__button:after {
    content: "";
    width: 10px;
    height: 10px;
    top: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    margin-left: .7em;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff; }

.fix-area {
  display: none;
  position: fixed;
  bottom: 0px;
  width: 100%;
  background-color: #aaa;
  z-index: 100; }
  @media screen and (max-width: 768px) {
    .fix-area {
      display: block; } }

.fix-area__button {
  width: 25%;
  font-size: 20px;
  padding: .4rem 0;
  margin: .4rem auto;
  position: relative;
  display: block;
  text-align: center;
  line-height: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
  background: #000;
  border: 1px solid #000; }
  @media screen and (max-width: 768px) {
    .fix-area__button {
      width: 50%; } }
  .fix-area__button:hover {
    opacity: .7; }
  .fix-area__button:after {
    content: "";
    width: 10px;
    height: 10px;
    top: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    margin-left: .7em;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff; }

/****************************************************
footer
****************************************************/
.footer {
  font-size: 15px;
  background: #464646;
  bottom: 0;
  position: fixed;
  width: 100%; }
  @media screen and (max-width: 414px) {
    .footer {
      font-size: 12px;
      position: relative;
      padding-bottom: 18vw; } }

.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.75em 2em;
  width: 96%;
  margin: 0 auto;
  padding: 0.7rem 0; }
  @media screen and (max-width: 768px) {
    .footer__inner {
      padding: .5rem 0 5em; } }
      @media screen and (max-width: 414px) {
        .footer__inner {
          padding-bottom: 0; } }

.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.35em 2em;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;}
  @media screen and (max-width: 768px) {
    .footer__nav {
      margin: .5rem auto; } 
    }

/* .footer__nav li:first-child {
  padding-right: 10px;
} */
.footer__nav li {
  line-height: 1.4;
}
/* .footer__nav li + li {
  margin-left: 40px;
} */
@media screen and (max-width: 640px) {
  /* .footer__nav li + li {
    margin-left: 20px;
  } */
  .footer__nav li {
    font-size: 0.65rem;
  }
}
  @media screen and (max-width: 340px) {
    /* .footer__nav li + li {
      margin-left: 20px;
    } */
    .footer__nav li {
      font-size: 0.6rem;
    }
  
  }

  .footer__nav li a {
    color: #fff;
    cursor: pointer; 
  }

.footer__copyright {
  color: #fff; }
  @media screen and (max-width: 768px) {
    .footer__copyright {
      margin: .5rem auto; } }

      
.pc-none {
  display: none;
}
.sp-none {
  display: block;
}
@media screen and (max-width: 640px) {
  .pc-none {
    display: block;
  } 
  .sp-none {
    display: none;
  }
  
}