/*===========================================================
# header
============================================================*/
.ly_header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 10000;
  background: #fff;
}

.ly_header_inner {
  max-width: 1860px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .ly_header_inner {
    width: 100%;
    padding-left: 2vw;
    padding-right: 2vw;
  }
}

.bl_headerUtils {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 106px;
}

@media screen and (max-width: 767px) {
  .bl_headerUtils {
    height: 80px;
  }
}

.bl_headerUtils_logo a {
  display: block;
  width: 312px;
  height: 36px;
}

@media screen and (max-width: 767px) {
  .bl_headerUtils_logo a {
    width: 60vw;
    height: auto;
  }
}

.ly_headerUtils_Nav {
  margin-right: 5em;
}

@media screen and (max-width: 1280px) {
  .ly_headerUtils_Nav {
    display: none;
  }
}

.bl_headerUtils_Nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .bl_headerUtils_Nav {
    width: 100%;
    display: block;
  }
}

.bl_headerUtils_Nav li {
  text-align: center;
  margin-right: 3.4em;
}

@media screen and (max-width: 1560px) {
  .bl_headerUtils_Nav li {
    margin-right: 2.4em;
  }
}

@media screen and (max-width: 1480px) {
  .bl_headerUtils_Nav li {
    margin-right: 1.4em;
  }
}

@media screen and (max-width: 767px) {
  .bl_headerUtils_Nav li {
    margin-right: 0;
  }
}

.bl_headerUtils_Nav li:first-child {
  padding-left: 3em;
}

@media screen and (max-width: 767px) {
  .bl_headerUtils_Nav li:first-child {
    padding-left: 0;
  }
}

.bl_headerUtils_Nav li:last-child {
  margin-right: 0;
}

.bl_headerUtils_Nav li a {
  position: relative;
  display: block;
  padding: 15px 5px;
  border-bottom: 4px solid transparent;
  color: #222;
  text-decoration: none;
  -webkit-transition: .25s;
  transition: .25s;
}

@media screen and (max-width: 767px) {
  .bl_headerUtils_Nav li a {
    display: inline-block;
  }
}

.bl_headerUtils_Nav li a:focus,
.bl_headerUtils_Nav li a:hover {
  border-bottom-color: #e25c00;
}

.bl_headerUtils_ttl {
  display: block;
  margin-top: 0.8em;
  margin-bottom: 0.4em;
  font-size: 1.214rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #000;
}

@media screen and (max-width: 1420px) {
  .bl_headerUtils_ttl {
    font-size: 1rem;
  }
}

@media screen and (max-width: 1320px) {
  .bl_headerUtils_ttl {
    font-size: 0.9rem;
  }
}

@media screen and (max-width: 767px) {
  .bl_headerUtils_ttl {
    font-size: 1rem;
  }
}

#js_gNav .bl_headerUtils_ttl {
  color: #fff;
}

.bl_headerUtils_subTtl {
  display: block;
  font-size: 0.857rem;
  color: #c1232d;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .bl_headerUtils_subTtl {
    font-size: 0.8rem;
  }
}

#js_gNav .bl_headerUtils_subTtl {
  color: #fcffb0;
}

#js_gNav {
  position: fixed;
  z-index: 1000;
  top: -100em;
  left: 0;
  width: 100%;
  height: 100px;
  background: rgba(181, 28, 36, 0.9);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

@media screen and (max-width: 767px) {
  #js_gNav {
    height: 100vh;
  }
}

#js_gNav.panelactive {
  display: none;
  top: 106px;
}

@media screen and (max-width: 1280px) {
  #js_gNav.panelactive {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  #js_gNav.panelactive {
    top: 80px;
  }
}

#js_gNav.panelactive #gNav_list {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

@media screen and (max-width: 767px) {
  #js_gNav.panelactive #gNav_list {
    height: 100vh;
  }
}

#js_gNav ul {
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-right: -50%;
}

@media screen and (max-width: 767px) {
  #js_gNav ul {
    top: 5%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

#js_gNav li {
  list-style: none;
  text-align: center;
}

#js_gNav li a {
  color: #333;
  text-decoration: none;
  padding: 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
}

/*===========================================================
# footer
============================================================*/
.ly_footerTop {
  background-color: #c1232d;
  color: #fff;
}

.ly_footerTop_inner {
  padding-top: 40px;
  padding-bottom: 60px;
  text-align: center;
}

.ly_footerTop_logo {
  margin-right: 43px;
}

@media screen and (max-width: 767px) {
  .ly_footerTop_logo {
    margin-right: 0;
  }
}

.bl_footerTop_logo {
  width: 184px;
  height: 97px;
}

@media screen and (max-width: 767px) {
  .bl_footerTop_logo {
    width: 44vw;
    height: auto;
  }
}

.bl_footerTop_comName {
  margin-top: 1.6em;
  margin-bottom: 1.1em;
  font-size: 1.214rem;
  font-weight: 600;
  letter-spacing: 0.12em;
}

.bl_footerTop_comInfo {
  font-size: 1.071rem;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .bl_footerTop_comInfo {
    font-size: 0.9rem;
    line-height: 1.5;
  }
}

.bl_footerTop_map {
  text-decoration: underline;
}

.ly_footerBtm {
  background-color: #75161e;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .ly_footerBtm {
    padding-bottom: 14vw;
  }
}

.ly_footerBtm_inner {
  max-width: 1870px;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 auto;
}

.bl_footerBtmUnits {
  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;
  height: 74px;
}

@media screen and (max-width: 767px) {
  .bl_footerBtmUnits {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.el_footerCopyright {
  display: block;
  color: #fff;
  font-size: 0.714rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .el_footerCopyright {
    line-height: 1.2;
  }
}

.bl_footerBtmUnits_policy {
  margin-right: 2.2em;
  font-size: 1.071rem;
  letter-spacing: 0.12em;
  text-decoration: underline;
}

.bl_footerTop_bnr {
  width: 191px;
  height: 43px;
}

.bl_spFooter_btm {
  margin-top: 3em;
}

.bl_spFooter_policy {
  display: block;
  margin-bottom: 1.5em;
  font-size: 1rem;
  letter-spacing: 0.12em;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .bl_spFooter_policy {
    margin-bottom: 1em;
    font-size: 0.9rem;
  }
}

/*===========================================================
# Main Visual 
============================================================*/
.bl_subPageMV {
  margin-top: 106px;
  height: 220px;
  background-image: url(../../images/common/mv-lowerPage.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .bl_subPageMV {
    margin-top: 80px;
  }
}

.bl_subPageMV_inner {
  position: relative;
  height: 100%;
}

.bl_subPageMV_header {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-right: -50%;
  padding: 0 1em;
}

.bl_subPageMV_ttl {
  color: #fff;
  font-size: 3rem;
  min-height: 0vw;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .bl_subPageMV_ttl {
    font-size: 2rem;
  }
}

.bl_subPageMV_subTtl {
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  margin-top: 0.2em;
}

@media screen and (max-width: 767px) {
  .bl_subPageMV_subTtl {
    font-size: 1.4rem;
  }
}

.bl_subPageMV_desc {
  color: #fff;
}

@media screen and (min-width: 1200px) {
  .bl_jumbotron {
    height: 600px;
  }
  .bl_jumbotron_ttl {
    font-size: 2.25rem;
  }
}

@media screen and (max-width: 768px) {
  .bl_jumbotron {
    height: 300px;
  }
  .bl_jumbotron_ttl {
    left: 50%;
    width: 90%;
    padding: 15px;
    font-size: 1.25rem;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

/*===========================================================
# to-top
============================================================*/
#js_toTop 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;
  background: #942D2F;
  border-radius: 5px;
  width: 60px;
  height: 60px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.6rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#js_toTop a:hover {
  background: #777;
}

#js_toTop {
  position: fixed;
  right: 10px;
  z-index: 2;
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}

#js_toTop.an_upMove {
  -webkit-animation: UpAnime 0.5s forwards;
          animation: UpAnime 0.5s forwards;
}

@-webkit-keyframes UpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes UpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

#js_toTop.an_downMove {
  -webkit-animation: DownAnime 0.5s forwards;
          animation: DownAnime 0.5s forwards;
}

@-webkit-keyframes DownAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
}

@keyframes DownAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
}
