@charset "UTF-8";
#sns {
  font-family: "Century Gothic", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  width: calc(100% - 30px);
  max-width: 1000px;
  margin: auto;
  padding-bottom: 100px; }
  #sns .sns-box {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    #sns .sns-box .sns-box-inner {
      width: 49%;
      max-width: 440px; }
  @media screen and (max-width: 767px) {
    #sns {
      width: calc(100% - 50px);
      max-width: none;
      padding-bottom: 50px; }
      #sns .sns-box {
        display: block; }
        #sns .sns-box .sns-box-inner {
          width: 100%;
          max-width: none;
          margin-bottom: 40px; }
        #sns .sns-box p.sns-box-inner {
          margin-bottom: 20px; }
          #sns .sns-box p.sns-box-inner:last-child {
            margin-bottom: 0; } }

.wp-footer {
  font-family: "Century Gothic", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  background-color: #f2f2f2;
  position: relative; }
  .wp-footer .page-top {
    position: fixed;
    z-index: 999;
    bottom: 20px;
    right: -90px;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition-property: transform,right;
    transition-property: transform,right;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s; }
    .wp-footer .page-top a {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 82px;
      height: 76px;
      padding-top: 6px;
      border-radius: 50%;
      font-size: 16px;
      color: #fff;
      background-color: #df588a;
      position: relative;
      font-weight: bold; }
      .wp-footer .page-top a:before {
        content: "";
        position: absolute;
        top: 15px;
        left: 0;
        right: 0;
        margin: auto;
        width: 8px;
        height: 8px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
    .wp-footer .page-top.on {
      right: 16vw;
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg); }
      @media screen and (max-width: 1171px) {
        .wp-footer .page-top.on {
          right: 2vw; } }
    .wp-footer .page-top.p-abs {
      position: absolute;
      bottom: auto;
      top: -20px; }
  .wp-footer .footer-inner {
    position: relative;
    width: calc(100% - 30px);
    max-width: 1280px;
    margin: auto;
    padding: 40px 0 25px; }
    .wp-footer .footer-inner .footer-content {
      width: 100%; }
      .wp-footer .footer-inner .footer-content h2 {
        max-width: 160px; }
      .wp-footer .footer-inner .footer-content p {
        font-size: 16px;
        margin: 15px auto 0;
        text-align: center;
        display: inline-block; }
        .wp-footer .footer-inner .footer-content p a {
          display: block;
          padding: 7px 15px;
          color: #fff;
          font-weight: bold;
          background-color: #df588a;
          border-radius: 7px;
          line-height: 1.3; }
    .wp-footer .footer-inner .footer-sns {
      width: 100%;
      max-width: 120px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      position: absolute;
      top: 40px;
      left: 50%;
      -webkit-transform: translate(-50%, 0%);
      transform: translate(-50%, 0%); }
      .wp-footer .footer-inner .footer-sns li {
        width: 49%;
        max-width: 40px; }
    .wp-footer .footer-inner .company-logo-box {
      text-align: center;
      margin-top: 30px; }
      .wp-footer .footer-inner .company-logo-box p {
        display: inline-block;
        vertical-align: middle;
        margin: 0 15px; }
        .wp-footer .footer-inner .company-logo-box p a {
          display: block; }
          .wp-footer .footer-inner .company-logo-box p a img {
            height: 100%;
            max-height: 50px; }
        .wp-footer .footer-inner .company-logo-box p:nth-child(1) {
          width: 230px;
          margin-left: 0; }
        .wp-footer .footer-inner .company-logo-box p:nth-child(2) {
          width: 174px; }
        .wp-footer .footer-inner .company-logo-box p:nth-child(3) {
          width: 157px;
          margin-right: 0;
          vertical-align: sub; }
    .wp-footer .footer-inner .copy {
      margin-top: 30px;
      text-align: center;
      font-size: 10px;
      color: #333; }
  .wp-footer .footer-cap {
    font-size: 11px;
    padding: 10px 20px;
    background-color: #fff;
    line-height: 1.4;
    color: #333; }
  @media screen and (max-width: 767px) {
    .wp-footer .footer-inner .page-top {
      right: -10px;
      top: -30px; }
      .wp-footer .footer-inner .page-top a {
        width: 80px;
        height: 76px;
        padding-top: 4px;
        font-size: 18px; }
        .wp-footer .footer-inner .page-top a:after {
          top: 16px; }
    .wp-footer .footer-inner .footer-content {
      text-align: center;
      margin: 30px auto; }
      .wp-footer .footer-inner .footer-content h2 {
        margin: 0 auto; }
      .wp-footer .footer-inner .footer-content p {
        width: 80%; }
        .wp-footer .footer-inner .footer-content p br {
          display: none; }
    .wp-footer .footer-inner .footer-sns {
      position: static;
      -webkit-transform: none;
      transform: none;
      margin: auto; }
    .wp-footer .footer-inner .company-logo-box {
      margin-top: 40px; }
      .wp-footer .footer-inner .company-logo-box p {
        display: block;
        margin: auto auto 20px; }
        .wp-footer .footer-inner .company-logo-box p a img {
          max-height: 100%; }
        .wp-footer .footer-inner .company-logo-box p:nth-child(1) {
          width: 50%;
          margin-left: auto; }
        .wp-footer .footer-inner .company-logo-box p:nth-child(2) {
          width: 42%; }
        .wp-footer .footer-inner .company-logo-box p:nth-child(3) {
          width: 38%;
          margin-right: auto;
          margin-bottom: auto; }
    .wp-footer .footer-inner .copy {
      margin-top: 40px; } }
