/* PC */
@media screen and (min-width: 769px) {
  .goTop {
    position: fixed;
    bottom: 20px;
    right: 50%;
    margin-right: -490px;
    width: 48px;
  }
  .rp-rakuten-point-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 30px;
  }
  .rp-rakuten-point-logo-left {
    width: 42px;
    margin-right: 10px;
  }
  .rp-rakuten-point-logo-right {
    font-size: 14px;
  }
  .rp-area-foot {
    position: relative;
  }
  .rp-footer-local {
    padding: 15px 0 11px;
    background-color: #EBEBEB;
    color: #686868;
    text-align: center;
  }
  .rp-footer-local-text {
    font-size: 14px;
    font-weight: bold;
    color: #333;
  }
  .rp-footer-local-linklist {
    margin-bottom: 5px;
    line-height: 1;
    margin-bottom: 15px;
  }
  .rp-footer-local-linklist_underline {
    padding-bottom: 5px;
    border-bottom: 1px solid #D1D1D1;
    max-width: 980px;
    margin: 0 auto 5px;
    display: flex;
    justify-content: center;
  }
  .rp-footer-local-linklist_underline ul {
    margin: 0;
  }
  .rp-footer-local-linklist li {
    display: inline-block;
    font-size: 12px;
    margin: 0 0.8em;
  }
  .rp-footer-local-linklist li a {
    text-decoration: none;
    color: inherit;
  }
  .rp-footer-local-linklist li a:hover {
    text-decoration: underline;
  }
  .copyright {
    margin-top: 8px;
    font-size: 12px;
    color: #9C9C9C;
  }
  .rp-footer-global {
    padding: 20px 0 20px;
    display: flex;
    justify-content: center;
    background-color: #fff;
  }
  .rp-footer-global.no-logo {
    text-align: center;
  }
  .logo-last {
    margin-right: 50px;
  }
  .rp-footer-global-text {
    padding-top: 6px;
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 12px;
  }
  .rp-footer-global-linklist {
    line-height: 1;
  }
  .rp-footer-global-linklist li {
    display: inline-block;
    margin-right: 24px;
    font-size: 12px;
  }
  .rp-footer-global-linklist li a {
    color: #686868;
    text-decoration: none;
  }
  .rp-footer-global-linklist li a:hover {
    text-decoration: underline;
  }
}

/* SP */
@media screen and (max-width: 768px) {
  .bottom-sns {
    margin-top: 30px;
  }
  .bottom-sns-heading {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
  }
  .bottom-sns-list {
    text-align: center;
  }
  .bottom-sns-list li {
    display: inline-block;
    width: 49px;
    margin: 0 14px;
  }
  .bottom-last-rakuten {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
  }
  .bottom-last-rakuten-left {
    width: 42px;
    margin-right: 10px;
  }
  .bottom-last-rakuten-right {
    font-size: 14px;
  }
  .goTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 48px;
  }
  .rp-area-foot {
    position: relative;
    margin-top: 30px;
  }
  .rp-footer-local {
    padding: 16px 20px 15px;
    background-color: #EBEBEB;
  }
  .rp-footer-local-gopc {
    font-size: 10px;
    margin-bottom: 10px;
  }
  .rp-footer-local-gopc img {
    width: 21px;
    margin-right: 15px;
  }
  .rp-footer-local-gopc a {
    font-size: 10px;
    text-decoration: none;
    color: #686868;
  }
  .rp-footer-local-text {
    font-size: 10px;
    font-weight: bold;
    margin-bottom: 5px;
  }
  .rp-footer-local-linklist {
    margin-bottom: 5px;
    line-height: 1;
    color: #686868;
  }
  .rp-footer-local-linklist_underline {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #D1D1D1;
  }
  .rp-footer-local-linklist li {
    display: inline-block;
    margin-right: 1.2em;
    font-size: 10px;
  }
  .rp-footer-local-linklist li a {
    text-decoration: none;
    color: inherit;
  }
  .copyright {
    margin-top: 8px;
    font-size: 9px;
    color: #9C9C9C;
  }
  .rp-footer-global {
    padding: 15px 20px 23px;
    display: flex;
    flex-wrap: wrap;
  }
  .logo-last {
    order: 2;
  }
  .rp-footer-global-right {
    order: 1;
  }
  .rp-footer-global-text {
    font-size: 10px;
    font-weight: bold;
    color: #333333;
  }
  .rp-footer-global-linklist {
    line-height: 1;
    padding: 9px 0 14px;
  }
  .rp-footer-global-linklist li {
    display: inline-block;
    margin-right: 2em;
    font-size: 10px;
  }
  .rp-footer-global-linklist li a {
    color: #686868;
    text-decoration: none;
    font-size: 10px;
  }
  .logo-last img {
    height: 51px;
    margin-left: -6px;
  }
}