@media (max-width: 950px) {

  /* ヘッダーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */

  .bar {
    display: block;
    width: 30px;
    height: 4px;
    background: #0D4074;
    margin: 5px 0;
    border-radius: 2px;
    transition: transform .3s ease, opacity .3s ease, background .3s ease;
  }

  /* ハンバーガーボタン */
  .nav-toggle,
  .header-contact-btn,
  .header-horoscope-btn,
  .header-nav {
    display: none;
  }

  .nav-toggle {
    display: block;
    /* position: absolute; */
    position: fixed;
    top: 1rem;
    right: 2rem;
    width: 30px;
    height: 30px;
    padding: 5px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 1001;
  }

  .nav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #0D4074;
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s ease, height .3s ease;
    z-index: 1000;
    /* overflow: hidden; */
    overflow-y: auto;
    /* 縦スクロールを許可 */
    line-height: 1.5em;
  }

  .nav-overlay.open {
    height: 100%;
    visibility: visible;
    opacity: 1;
  }

  .nav-overlay ul {
    list-style: none;
    margin: 0;
    padding: 5rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
  }

  .nav-overlay li {
    margin: 1rem 0;
  }

  .nav-overlay a {
    color: #fff;
    text-decoration: none;
  }

  .nav-overlay li a:hover {
    color: #F6F027;
    opacity: 1;
  }


  .group-flex {
    display: flex;
    justify-content: space-around;
    gap: 1rem;
  }

  /* お問い合わせボタン */
  .hamburger-contat-btn {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 170px;
    height: 55px;
    background-color: #ffffff;
    color: #000000;
    border-radius: 30px;
    margin: 0;
    padding: 0 1.3rem;
    border: solid 2px transparent;
  }

  .hamburger-contat-btn:hover {
    color: #fff;
    border: solid 2px transparent;
    background-color: #000;
  }

  a.hamburger-contat-btn {
    color: #000000;
  }

  .nav-overlay li a.hamburger-contat-btn:hover {
    color: #fff
  }

  .hamburger-contat-btn img {
    width: 1em;
  }

  .hamburger-contat-btn:hover img {
    filter: invert(100%);
  }

  /* 星占いボタン */
  .hamburger-horoscope-btn img {
    width: 168px;
    height: 55px;
    border: 2px solid #fff;
    border-radius: 30px;
  }

  /* 星占いボタン */
  .hamburger-horoscope-btn:hover img {
    opacity: 0.7;
  }



  /* 「・」マーク */

  .li-dot {
    padding-left: 1.5em;
  }

  .li-dot::before {

    font-size: 1em;
    left: 0.5em;
  }


  .nav-toggle.open .bar {
    background: #fff;
    padding-right: 17px;

  }

  .nav-toggle.open .bar:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
  }

  .nav-toggle.open .bar:nth-child(2) {
    opacity: 0;
  }

  .nav-toggle.open .bar:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
  }

  .nav-overlay ul {
    display: flex;
    flex-direction: column;
  }

  li.hamburger-contat-btn {
    margin-left: auto;
  }



  /* 背景SVGーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */

  .svg6 {
    display: none;
  }

  /* トップメニューボタンーーーーーーーーーーーーーーーーーーーーーーーー */

  /* .fastview {
    align-items: center;
    min-height: auto;
    flex-direction: column;
    flex-direction: column-reverse;
    margin: 0 auto 10rem;
  }

  .side-buttons {
    width: 100%;
    margin-left: 0rem;
  }

  .side-btn {
    max-width: 500px;
  }

  .side-btn svg {
    padding: 0 1rem;
  } */

  /* トップスライドーーーーーーーーーーーーーーーーーーーーーーーーーーー */

  /* .circle-slider {
    width: 100%;
    max-width: 700px;
    max-height: 500px;
    right: 0;
    left: 0;
    margin: 2rem auto;
  } */

  /* サービスーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */

  .service {
    position: relative;
    width: 100%;
    border-radius: 0px;
    padding: 4rem 1rem;
  }

  .service h2 {
    font-size: 5rem;
  }

  /* サービスアイコン */
  .service-icon {
    display: none;
  }

  /* サービス内タイトル */
  .service-title {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }

  /* 区切り線 */

  /* .line {
        width: 90%;
        margin: 0 auto 2rem;
        border-top: 1px dashed #1159A2;
    } */

  /* インターネット接続ーーーーーーーーーーーーーーーーーーーーーーーーー */
  .internet-plans {
    width: 80%;
    margin: 0 auto 2rem;
    grid-template-columns: 1fr 1fr;
  }

  /* レンタルサーバーーーーーーーーーーーーーーーーーーーーーーーーーー */
  .server-images {
    width: 70%;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
  }

  /* クラウドーーーーーーーーーーーーーーーーーーーーーーーーーー */


  /* スポンサーバナーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
  .sponsorbanner {
    width: 90%;
    padding: 2rem;
  }

  .sponsorbanner ul img {
    margin: 0 0.5rem 0.5rem;
  }


  .banner-btns a {
    width: 180px;
    height: 55px;
    font-size: 0.8em;
  }

  /* お知らせーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */

  .information {
    width: 100%;
    border-radius: 0px;
    padding: 5rem 3rem;
  }

  .info-big-title {
    font-size: 5rem;
  }


  /* 松情バナーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */

  .site-banner {
    gap: 30px;
    padding: 0 1rem;
  }

  /* フッターーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */

  .footer-big-title {
    font-size: 5rem;
  }

  .footer-small-title {
    top: 3rem;
  }

  /* フッターお問い合わせーーーーーーーーーーーーーーーーーーーーー */

  /* フッターメニューーーーーーーーーーーーーーーーーーーーーー */

  .footer-menu {
    padding: 0 4rem;
  }

  @media (max-width: 700px) {
    .footer-menu {
      padding: 0 1rem;
    }
  }

  .footer-menu-inner {
    padding: 5rem 0 10rem;
    flex-wrap: wrap;
  }

  .footer-part {
    width: 50%;
  }


  .footer-part:nth-child(2) {
    order: 1;
    margin-bottom: 4rem;

  }

  .footer-part:nth-child(3) {
    order: 2;
    margin-bottom: 4rem;
  }


  .footer-part:nth-child(1) {
    order: 3;
  }

  .footer-part:nth-child(4) {
    order: 4;
  }

  .svg-footer {
    bottom: -15rem;
  }






}