@charset "UTF-8";
/*======================
/*設定項目
/*====================*/
#gnav, #footer {
  font-family: a-otf-ryumin-pr6n, serif;
  font-style: normal;
}


/*追加項目*/
#mainvisual .gbottom.m_fixed {
  left: 0;
  position: fixed;
  top: 0;
  z-index: 5;
}
#mainvisual .gbottom {
  width: 100%;
  background-color: #fff;
}
@media (max-width: 767px) {
  #mainvisual .gbottom.m_fixed {
    left: 0;
    position: relative;
    top: 0;
  }
}


.parabox {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
  transform: translate(0, 100px);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.parabox.fade {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}


/* 左から右 */
.animation1 {
  visibility: hidden;
}
.fadeInDown1 {
  display: block;
  animation-fill-mode: both;
  animation-duration: 1s;
  animation-name: fadeInDown1;
  visibility: visible !important;
}
@keyframes fadeInDown1 {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInDown1 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

/* 右から左 */
.animation2 {
  visibility: hidden;
}
.fadeInDown2 {
  display: block;
  animation-fill-mode: both;
  animation-duration: 1s;
  animation-name: fadeInDown2;
  visibility: visible !important;
}
@keyframes fadeInDown2 {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInDown2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/* ----------------------------------------------
default
------------------------------------------------- */
body {
  color: #000;
  font-size: 14px;
  line-height: 1.4;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", system-ui, sans-serif;
}

a {
  color: #f00;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-decoration: underline;
}

a:hover {
  opacity: 0.6;
}

a:hover {
  text-decoration: none;
}

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

.t-center {
  text-align: center;
}

.t-right {
  text-align: right;
}

.t-left {
  text-align: left;
}

.bold {
  font-weight: bold;
}

strong {
  font-weight: bold;
}

.red {
  color: #f00;
}

.opacity a {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.opacity a:hover {
  opacity: 0.6;
}

/* ----------------------------------------------
header
------------------------------------------------- */
.h1text {
  position: absolute;
  top: 2px;
  right: 2px;
  z-index: 1;
  color: #ccc;
  font-size: 10px;
}

@media (max-width: 767px) {
  .h1text {
    display: none;
  }
}

#header .bottom,
#mainvisual .bottom {
  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;
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

#header .bottom .btns ul,
#mainvisual .bottom .btns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  #header .bottom,
  #mainvisual .bottom {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#gnav {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  letter-spacing: 0.1em;
  line-height: 2;
  font-size: 15px;
  font-weight: bold;
}

#gnav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#gnav li {
  margin-right: 2em;
}

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

@media (max-width: 767px) {
  #gnav li {
    margin-right: 0;
  }
}

/* ----------------------------------------------
footer
------------------------------------------------- */
#footer .contents {
  padding: 58px 10px 100px;
  background: url(../images/header-bg.png) repeat left top;
  color: #fff;
}

#footer .contents .inner {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

#footer .logo {
  margin-bottom: 50px;
}

#footer .company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.6;
}

#footer .block + .block {
  margin-left: 40px;
  border-left: 1px solid #fff;
  padding-left: 40px;
}

@media (max-width: 767px) {
  #footer .company {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #footer .block + .block {
    margin-top: 20px;
    margin-left: 0;
    border-top: 1px solid #fff;
    border-left: 0;
    padding-top: 20px;
    padding-left: 0;
  }
}

#fnav {
  margin-bottom: 125px;
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 1.6;
}

#fnav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#fnav li {
  margin-right: 2em;
}

#fnav a {
  color: #fff;
  text-decoration: none;
}

@media (max-width: 767px) {
  #fnav {
    display: none;
  }
}

#copyright {
  padding: 22px 10px;
  font-size: 11px;
  text-align: center;
}
/*# sourceMappingURL=style.css.map */