/* ---------------------------------------------------------
    font
--------------------------------------------------------- */
@font-face {
  font-family: "line-rg";
  src: url("../font/LINESeedJP_A_OTF_Rg.woff") format("woff");
}

@font-face {
  font-family: "line-bd";
  src: url("../font/LINESeedJP_A_OTF_Bd.woff") format("woff");
}

@font-face {
  font-family: "line-eb";
  src: url("../font/LINESeedJP_A_OTF_Eb.woff") format("woff");
}

@font-face {
  font-family: "line-th";
  src: url("../font/LINESeedJP_A_OTF_Th.woff") format("woff");
}

/* ---------------------------------------------------------
    fade
--------------------------------------------------------- */
.fadeIn_up {
  opacity: 0;
  -webkit-transform: translate(0, 50%);
          transform: translate(0, 50%);
  -webkit-transition: 2s;
  transition: 2s;
}

.fadeIn_up.is-show {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.fadeIn_up.delay {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.fadeIn {
  opacity: 0;
  -webkit-transition: 2s;
  transition: 2s;
}

.fadeIn.is-show {
  opacity: 1;
}

.fadeIn.delay {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.oneTxt {
  visibility: hidden;
}

.oneTxt.is-ready {
  visibility: visible;
}

.oneTxt span {
  opacity: 0;
  -webkit-transition: .6s ease-in-out;
  transition: .6s ease-in-out;
}

/* ---------------------------------------------------------
    variable
--------------------------------------------------------- */
body {
  overflow-x: hidden !important;
  font-weight: 400;
  color: #333;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  background: url(../images/top/background.png) no-repeat center/cover;
}

img {
  width: 100%;
  vertical-align: top;
}

.inner {
  max-width: 1000px;
  padding: 0 15px;
  margin: auto;
}

/* ---------------------------------------------------------
    header
--------------------------------------------------------- */
.header {
  width: 310px;
  height: 110px;
  background: #fff;
  border-radius: 0 0 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
}

.header .logo {
  width: 220px;
}

@media (max-width: 1024px) {
  .header {
    width: 180px;
    height: 90px;
    border-radius: 0 0 15px 0;
  }
  .header .logo {
    width: 150px;
  }
}

/* ---------------------------------------------------------
    footer
--------------------------------------------------------- */
.footer {
  padding: 130px 0 25px;
  background: #fff;
}

.footer .logo {
  width: 320px;
  margin: auto;
}

.footer .contact .text {
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  margin-top: 30px;
}

.footer .contact .tel_btn {
  width: 310px;
  height: 40px;
  border: 2px solid #333;
  border-radius: 50px;
  margin: 15px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.footer .contact .tel_btn .link {
  position: absolute;
  inset: 0;
}

.footer .contact .tel_btn .tel_num {
  font-size: 22px;
  font-weight: 600;
}

.footer .sponsorship {
  font-size: 10px;
  text-align: center;
  line-height: 1.4;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .footer {
    padding: 90px 0 20px;
  }
  .footer .logo {
    width: 220px;
  }
  .footer .contact .text {
    font-size: 18px;
  }
  .footer .contact .tel_btn {
    width: 280px;
    height: 30px;
    margin: 15px auto 0;
  }
  .footer .contact .tel_btn .tel_num {
    font-size: 18px;
  }
  .footer .sponsorship {
    padding: 0 15px;
  }
}

/* ---------------------------------------------------------
    side_bar
--------------------------------------------------------- */
.side_bar {
  width: 60px;
  padding: 15px 0;
  background: #f29600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 20;
}

.side_bar::before {
  content: '';
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.side_bar .link {
  position: absolute;
  inset: 0;
}

.side_bar .text {
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.side_bar .text span {
  font-size: 16px;
}

@media (max-width: 767px) {
  .side_bar {
    width: 100%;
    padding: 20px 0;
    right: auto;
    left: 0;
    top: auto;
    bottom: 0;
    -webkit-transform: none;
            transform: none;
  }
  .side_bar .text {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}
/*# sourceMappingURL=common.css.map */