@charset "UTF-8";
html, body {
  width: 100%;
  -webkit-text-size-adjust: 100%;
  height: 100%;
  margin: 0;
}

body {
  position: relative;
  font-family: Helvetica,"游ゴシック","YuGothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro", "ＭＳ ゴシック",sans-serif;
  font-size: 14px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.5;
  letter-spacing: .02em;
  color: #414141;
  background: #fff;
}

main {
  display: block;
  /* for IE */
}

a:link,
a:visited,
a:before,
a:after,
a img {
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

a:hover {
  opacity: 1;
}

*:focus {
  outline: none;
}

::-webkit-input-placeholder {
  color: #999;
}

:-ms-input-placeholder {
  color: #999;
}

::-ms-input-placeholder {
  color: #999;
}

::placeholder {
  color: #999;
}

section {
  position: relative;
}

article {
  max-width: 100%;
}

html, body {
  width: 100%;
  -webkit-text-size-adjust: 100%;
  height: 100%;
  margin: 0;
}

.reveal {
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
.reveal.is-animate {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* header */
header {
  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;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 50px;
  padding: 0 30px;
  z-index: 100;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: .3s;
  transition: .3s;
}
header.bg-on {
  background: #000;
}
header h1 {
  margin: 0;
}
header nav {
  height: 100%;
}
header nav > ul {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
header nav > ul li {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header nav > ul li a {
  display: inline-block;
  font-size: 10px;
  line-height: 20px;
  font-weight: bold;
  color: #fff;
}
header nav > ul li .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  position: absolute;
  top: calc(100% - 10px);
  left: -20px;
  width: auto;
  background: #020202;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s;
  transition: .3s;
  padding: 10px 15px;
}
header nav > ul li .sub-menu li a {
  white-space: nowrap;
  font-weight: normal;
}
header nav > ul li.contact a {
  background: #fff;
  color: #414141;
  border-radius: 10px;
  padding: 0 2em;
}
header nav > ul li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}

main {
  padding-top: 0;
}

/* footer */
footer {
  background: #800303;
  color: #fff;
  padding: 90px 0 30px;
  clear: both;
}
footer .inner {
  max-width: 900px;
  margin-inline: auto;
  padding-bottom: 30px;
}
footer .inner .footer-copy {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: .3em;
  line-height: 1.7;
  margin-bottom: 30px;
}
footer .inner .footer-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 60px;
}
footer .inner .footer-btns li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 144px;
  height: 35px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}
footer .inner .footer-btns li:first-child a {
  background: #fff;
  color: #800303;
}
footer .inner .footer-links {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 80px;
}
footer .inner .footer-links h2 {
  margin: 0 60px 0 0;
}
footer .inner .footer-links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
}
footer .inner .footer-links ul li a {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}
footer .inner .youtube-link {
  position: absolute;
  left: 0;
  top: 45px;
}
footer .inner .youtube-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 108px;
  height: 20px;
  position: relative;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  padding-left: 32px;
  border-radius: 10px;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
footer .inner .youtube-link a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 35px;
  height: 100%;
  background: #fff;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
footer .inner .youtube-link a::after {
  content: "";
  display: block;
  width: 9px;
  height: 8.5px;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background: #800303;
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
footer .secure {
  text-align: right;
  padding-right: 30px;
  margin-bottom: 10px;
}
footer .copyright {
  text-align: right;
  padding-right: 30px;
  margin: 0;
}
footer .copyright small {
  font-size: 10px;
}

#pagetop {
  display: none;
  position: fixed;
  right: 30px;
  bottom: 50px;
  z-index: 20;
}
#pagetop a {
  position: relative;
  display: block;
  width: 54px;
  height: 54px;
  background: #827779;
  border-radius: 50%;
  opacity: .8;
}
#pagetop a::before {
  content: "";
  position: absolute;
  width: 17px;
  height: 17px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  top: 57%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

@media screen and (min-width: 768px) {
  body {
    font-size: 14px;
  }

  .sp {
    display: none !important;
  }

  img {
    height: auto;
  }

  .spnav {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }

  img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  /* header */
  header {
    width: 100%;
    height: 60px;
    padding: 0 6%;
  }
  header h1 {
    width: 30%;
    line-height: 0;
  }
  header nav.spnav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #000;
    padding-top: 100px;
  }
  header nav.spnav > ul {
    width: 85%;
    margin-inline: auto;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0;
    border-top: 1px solid #808080;
  }
  header nav.spnav > ul li {
    width: 100%;
    position: relative;
    height: auto;
    display: block;
    border-bottom: 1px solid #808080;
  }
  header nav.spnav > ul li a {
    width: 100%;
    display: block;
    font-size: 14px;
    line-height: 4em;
  }
  header nav.spnav > ul li .trg {
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    padding: 0 15px;
    height: 100%;
  }
  header nav.spnav > ul li .trg::before {
    content: "";
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    top: 2em;
    left: 50%;
    -webkit-transform: translate(-50%, -80%) rotate(45deg);
            transform: translate(-50%, -80%) rotate(45deg);
    -webkit-transition: .3s;
    transition: .3s;
  }
  header nav.spnav > ul li .trg.opened::before {
    -webkit-transform: translate(-50%, -30%) rotate(225deg);
            transform: translate(-50%, -30%) rotate(225deg);
  }
  header nav.spnav > ul li .sub-menu {
    display: none;
    position: static;
    width: auto;
    background: #020202;
    opacity: 1;
    visibility: visible;
    padding: 0 0 5px 2em;
    -webkit-transition: none;
    transition: none;
  }
  header nav.spnav > ul li .sub-menu li {
    border: none;
    margin-bottom: 1.5em;
  }
  header nav.spnav > ul li .sub-menu li a {
    white-space: nowrap;
    font-weight: normal;
    line-height: 1;
  }
  header nav.spnav > ul li.contact {
    width: auto;
    border: none;
    padding-top: 30px;
  }
  header nav.spnav > ul li.contact a {
    line-height: 2em;
    border-radius: 1em;
    padding: 0 2em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .hamburger_area {
    position: absolute;
    top: 0;
    right: 6%;
    width: 30px;
    height: 60px;
  }
  .hamburger_area::before {
    content: "";
    display: block;
    padding-top: 100%;
    /* 1:1 */
  }
  .hamburger_area .btnHamburger {
    position: absolute;
    width: 100%;
    /* クリックエリアの横幅*/
    height: 100%;
    /* クリックエリアの高さ*/
    margin: 0;
    cursor: pointer;
    z-index: 1000;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .hamburger_area .btnHamburger .line {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: block;
    width: 30px;
    /* 横幅 */
    height: 3px;
    /* 1本辺りの高さ */
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background: #fff;
  }
  .hamburger_area .btnHamburger .line_01 {
    top: 33%;
  }
  .hamburger_area .btnHamburger .line_02 {
    top: 50%;
  }
  .hamburger_area .btnHamburger .line_03 {
    top: 67%;
  }
  .hamburger_area .btnHamburger.is-active .line_01 {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(225deg);
            transform: translate(-50%, -50%) rotate(225deg);
  }
  .hamburger_area .btnHamburger.is-active .line_02 {
    opacity: 0;
  }
  .hamburger_area .btnHamburger.is-active .line_03 {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
            transform: translate(-50%, -50%) rotate(135deg);
    margin-left: 0;
  }

  main {
    padding-top: 0;
  }

  /* footer */
  footer {
    padding: 40px 0 30px;
  }
  footer .inner {
    width: 85%;
    margin-inline: auto;
    padding-bottom: 30px;
  }
  footer .inner .footer-copy {
    font-size: 18px;
    letter-spacing: .1em;
    margin-bottom: 30px;
  }
  footer .inner .footer-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
    margin-bottom: 60px;
  }
  footer .inner .footer-btns li {
    width: calc(50% - 15px);
    margin-right: 15px;
    margin-bottom: 15px;
  }
  footer .inner .footer-btns li a {
    width: 100%;
    height: 3em;
    font-size: 13px;
  }
  footer .inner .footer-links {
    display: block;
    margin-bottom: 25px;
  }
  footer .inner .footer-links h2 {
    width: 40%;
    margin: 0 0 30px 0;
  }
  footer .inner .footer-links ul {
    display: block;
  }
  footer .inner .footer-links ul li {
    margin-bottom: 10px;
  }
  footer .inner .footer-links ul li a {
    font-size: 13px;
  }
  footer .inner .footer-links .contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  footer .inner .youtube-link {
    position: static;
  }
  footer .inner .youtube-link a {
    width: 108px;
    height: 22px;
    font-size: 13px;
    padding-left: 30px;
    border-radius: 11px;
  }
  footer .inner .youtube-link a::before {
    width: 32px;
    height: 100%;
    border-radius: 11px;
  }
  footer .inner .youtube-link a::after {
    left: 12px;
  }
  footer .secure {
    width: 20%;
    padding-right: 0;
    margin: 0 5% 15px auto;
  }
  footer .copyright {
    text-align: right;
    padding-right: 0;
    margin: 0 5% 0 auto;
    line-height: 1.1;
  }
  footer .copyright small {
    font-size: 10px;
  }

  #pagetop {
    right: 20px;
    bottom: 20px;
  }
  #pagetop a {
    width: 50px;
    height: 50px;
  }
  #pagetop a::before {
    width: 16px;
    height: 16px;
  }
}

/*# sourceMappingURL=common.css.map */