@charset "utf-8";
html {
  font-size: 62.5% !important;
}
body {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Meiryo", sans-serif;
  font-size: 32px;
  text-align: center;
  line-height: 1.5;
  color: #111;
  overflow: visible !important;
}
.mincho {
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  font-weight: 500;
}
a {
  transition: opacity 0.4s;
  -webkit-transition: opacity 0.4s;
  opacity: 1;
  outline: none;
  color: #000;
}
a:hover {
  opacity: 0.8;
}
img {
  max-width: 100%;
  vertical-align: middle;
}
iframe {
  max-width: 100%;
  vertical-align: middle;
  height: auto;
  aspect-ratio: 16/9;
}
#footer {
  width: 100%;
  background: #01001F;
  padding: 15px 0;
}
#footer p {
  color: #fff;
  padding: 10px 0;
  text-align: center;
  font-size: 16px;
}
.ul-header {
  position: relative;
  z-index: 100;
}
.um-headerLogo {
  margin: 0;
  position: absolute;
  left: 100px;
  top: 0;
}
.um-headerSocial {
  width: 37px;
  padding: 5px 0 10px;
  position: fixed;
  top: 213px;
  right: 0;
  z-index: 1000;
  overflow: hidden;
  transition: 0.3s all ease;
  border-radius: 5px 0 0 5px;
  box-shadow: 0 0 7px #999;
  background: #fff;
}
.um-headerSocial__ttl {
  margin: 0 0 8px;
  padding: 0 0 5px 2px;
  font-size: 1px;
  border-bottom: 4px;
  border-bottom-style: double;
  border-bottom-color: #ccc;
}
.um-headerSocial__ttl img {
  vertical-align: bottom;
}
.um-headerSocial__list li {
  height: 24px;
  margin: 0 0 8px 7px;
  padding: 0 0 0 35px;
}
.um-headerSocial__fb {
  background: url(img/sns_facebook.png) no-repeat;
}
.um-headerSocial__tw {
  background: url(img/sns_twitter.png) no-repeat;
}
.um-headerSocial__mx {
  margin-bottom: 0 !important;
  background: url(img/sns_mixi.png) no-repeat;
}
.ul-footer {
  padding: 20px 0;
  position: relative;
  background: #fff;
}
.ul-footer__inner {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}
.um-footerSocial {
  display: none;
}
.um-footerInfo {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
.um-footerLogo {
  width: 194px;
  margin: 0;
}
.um-footerLogo a {
  display: block;
}
.um-footerCopy {
  font-family: メイリオ, Meiryo, ヒラギノ角ゴ\ Pro\ W3, "Hiragino Kaku Gothic Pro", ＭＳ\ Ｐゴシック, sans-serif, 游明朝, "Yu Mincho", YuMincho, serif;
  font-size: 12px;
  font-weight: normal;
  display: block;
}
.sp {
  display: none;
}
.se-btn {
  max-width: 1180px;
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.se-btn a {
  width: 33%;
  margin: 5% 0;
}
.se-btn a:nth-child(2) {
  margin-left: 3%;
  margin-right: 3%;
}
@media screen and (max-width:768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .spr-sp {
    margin: 5% auto;
    width: 45.5%;
  }
  .se-btn-sp {
    display: flex;
    justify-content: center;
    margin-bottom: 5%;
  }
  .se-btn-sp a:nth-child(1) {
    margin-left: 3%;
    margin-right: 1.5%;
  }
  .se-btn-sp a:nth-child(2) {
    margin-left: 1.5%;
    margin-right: 3%;
  }
  .um-listPlan__list {
    margin: 0;
    display: block;
  }
  .um-listPlan__item {
    width: 100%;
  }
  .btm-3 {
    padding-top: 10%;
    padding-bottom: 20%;
  }
  .um-headerLogo {
    display: none;
  }
  .um-headerSocial {
    display: none;
  }
  .ul-footer__inner {
    padding: 0 10px;
  }
  .um-footerSocial {
    margin: 0 0 0 -10px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
  .um-footerSocial li {
    padding: 0 0 0 10px;
  }
  .um-footerSocial__fb iframe {
    width: 83px !important;
  }
  .um-footerInfo {
    padding: 15px 0 0;
    display: block;
  }
  .um-footerLogo {
    margin: 0 auto;
  }
  .um-footerCopy {
    margin: 10px 0 0;
  }
}
@media screen and (max-width:480px) {}