body {
  background-color: #F9F9FA;
  font-family: "Noto Sans JP", sans-serif;
  scroll-behavior: smooth;
  line-height: 1.8em;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: #111;
  display: block;
  transition: 0.2s;
}

/* 全体ホバー動作 */

a:hover {
  opacity: 0.7;
  /* filter: brightness(90%); */
  /* color: #949494; */
}

/* 透けたくない画像明るく */
.header-horoscope-btn:hover,
.side-btn:hover,
.site-banner li:first-child a:hover {
  filter: brightness(1.2);
  transition: filter 0.2s ease;
  opacity: 1;
}

.header-contact-btn:hover {
  background-color: #fff;
  color: #111;
  opacity: 1;
  border: solid 2px #111;
}

.header-contact-btn:hover img {
  filter: invert(100%);
  opacity: 1;
}

/* スライダー画像 */
.circle-slider a:hover {
  opacity: 1;
  filter: none;
}


.more-button a:hover {
  color: #111;
  background-color: #fff;
  border: solid 2px #111;
  opacity: 1;
}

.info-more a:hover::after {
  border-color: #8888;
  opacity: 1;
}

.more-button-arrow:hover::after {
  border-color: #000;
  opacity: 1;
}



/* フッターお問い合わせボタン */
.contact-btns:first-child a:hover {
  background-color: #111;
  opacity: 1;
}

.contact-btns:first-child :hover {
  color: #fff;
  transition: 0.2s;
}

.contact-btns:first-child a:hover img {
  filter: invert(100%);
}

/* ハンバーガー・フッターメニュー*/

.privacy a:hover,
.footer-menu li a:hover {
  color: #F6F027;
  opacity: 1;
}

ul,
ol {
  list-style: none;
}

.sp-br {
  display: none;
}


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

.header {
  background-color: #fff;
  width: 100%;
  height: 80px;
  position: fixed;
  top: 0;
  z-index: 200;
  /* ヘッダー内黄色SVG */
  overflow: hidden;
}

.header-wrapper {
  width: 100%;
  /* ヘッダー内黄色SVG */
  position: relative;
}

.header-inner {
  max-width: 1200px;
  margin: auto;
  padding: 0 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
}



/* ヘッダー内黄色SVGーーーーーーーーーーーーーーーーーーーーーーーーーー */
.svg-up {
  position: absolute;
  z-index: -100;
  top: -80px;
  right: -200px;
}

.header-nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-nav li {
  margin-right: 50px;
}

.header-nav li:last-child {
  margin-right: 0px;
}

.header-logo img {
  width: 150px;
  height: auto;
}


/* 「・」マーク */

.li-dot {
  position: relative;
  padding-left: 2.7em;
}

.li-dot::before {
  position: absolute;
  content: "・";
  color: #fff;
  font-size: 1em;
  position: absolute;
  left: 1.5em;
}

/* 法人マーク */

.company-icon {
  margin-left: 0.5em;
  padding: 0.1em 0.5em;
  background-color: #fff;
  border-radius: 5px;
  color: #0D4074;
  font-size: 0.8rem;
  font-weight: 500;
}

/* お問い合わせボタン */
.header-contact-btn {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 180px;
  height: 60px;
  background-color: #111;
  color: #fff;
  border-radius: 30px;
  text-decoration: none;
  padding: 0 1.5rem;
  border: solid 2px transparent;
}

.header-contact-btn img {
  transition: filter 0.2s, transform 0.2s;
}


/* メールアイコン */
.mailicon-w {
  width: 20px;
}

/* 星占いボタン */
.header-horoscope-btn {
  height: 60px;
}

.header-horoscope-btn img {
  width: 180px;
  height: 60px;
}


@media (max-width: 1100px) {
  .header-nav li {
    margin-right: 20px;
    font-size: 0.9em;
  }

  .header-logo img {
    width: 140px;
  }

  /* お問い合わせボタン */
  .header-contact-btn {
    width: 160px;
    height: 55px;
    padding: 0 1rem;
  }

  /* 星占いボタン */
  .header-horoscope-btn {
    height: 55px;
  }

  .header-horoscope-btn img {
    width: 160px;
    height: 55px;
  }
}

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

.wrapper {
  margin-top: 80px;
  position: relative;
  overflow: hidden;
  width: 100%;
}

/* ファーストビュー黄色SVGーーーーーーーーーーーーーーーーーーーーー */
.svg1 {
  position: absolute;
  z-index: -100;
  top: -160px;
  right: -200px;
}

/* .svg2 {
    position: absolute;
    z-index: -200;
    top: -13rem;
    right: -10%;
} */

/* .svg3 {
    position: absolute;
    z-index: -200;
    top: 2rem;
    right: 80%;
} */

.svg2 {
  position: absolute;
  z-index: -200;
  top: 20rem;
  right: 65%;
}

.svg5 {
  position: absolute;
  z-index: -200;
  top: 50rem;
  right: 75%;
}

.svg6 {
  position: absolute;
  z-index: -200;
  top: 3rem;
  right: -120%;
}

.svg7 {
  position: absolute;
  z-index: -200;
  top: -12rem;
  right: 80%;
}

/* ファーストビュー以下SVG */
.svg8 {
  position: absolute;
  z-index: -200;
  top: 33%;
  right: -15%;
}

.svg9 {
  position: absolute;
  z-index: -200;
  top: 40%;
  right: 80%;
}

.svg10 {
  position: absolute;
  z-index: -200;
  top: 50%;
  right: 15%;
}

.svg11 {
  position: absolute;
  z-index: -200;
  top: 55%;
  right: -5%;
}



/* スポンサーバナー以下SVG */

.svg12 {
  position: absolute;
  z-index: -200;
  top: 75%;
  right: 80%;
}

.svg13 {
  position: absolute;
  z-index: -200;
  top: 78%;
  right: -35%;
}

.svg14 {
  position: absolute;
  z-index: -200;
  top: 85%;
  right: -50%;
}

.svg15 {
  position: absolute;
  z-index: -200;
  top: 90%;
  right: 80%;
}


/* トップファーストビューーーーーーーーーーーーーーーーーーーーーーーーー */

/* ===== トップファーストビュー ===== */
.fastview {
  position: relative;
  margin: 0 auto 10rem;
  width: 100vw;
  height: 100vh;
  max-height: 550px;
  /* height: clamp(500px, 80vw, 800px); */
}


/* ===== サイドメニューボタン ===== */
.side-buttons {
  position: absolute;
  top: 20%;
  bottom: 0;
  left: -28.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  z-index: 100;
}

/* ===== スライダー本体 ===== */
.circle-slider {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  width: calc(100vw - 25rem);
  right: 0;
  border-radius: 0 0 0 80px;
  white-space: wrap;
}



@media (min-width: 1700px) {
  .fastview {
    max-height: 950px;
  }

  .side-buttons {
    top: 30%;
    left: -20rem;
  }
}


@media (max-width: 900px) {

  /* 縦並び */
  .fastview {
    margin: 0 auto 33rem;
  }

  .side-buttons {
    top: 600px;
    right: 10%;
    left: auto;
    margin: 0;
  }

  .circle-slider {
    width: 100%;
    border-radius: 0;
  }

}

@media (max-width: 500px) {
  .fastview {
    max-height: 600px;
    margin: 0 auto 10rem;
  }

  .side-buttons {
    top: 350px;
    right: -27%;
    left: auto;
    margin: auto;
    transform: scale(0.7);
  }

  .circle-slider {
    height: 350px;
    width: 100%
  }

}


/* スライド画像 */
.circle-slider .slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  z-index: 0;
}

.circle-slider .slide.active {
  opacity: 1;
  z-index: 1;
}


/* ===== スライド操作ボタン ===== */
#toggleButton {
  position: absolute;
  bottom: 15px;
  right: 0;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  border: none;
  padding: 5px 20px;
  border-radius: 30px;
  font-size: 0.8rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 15px;
  user-select: none;
  z-index: 100;
}

/* ===== ドットインジケーター ===== */
.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  flex-shrink: 0;
}

.dot.active {
  background-color: #fff;
}


@media (max-width: 500px) {
  #toggleButton {
    width: 150px;
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
  }

}

/* 風景のみ文字表示 */
.circle-slider .slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  z-index: 0;
}

.circle-slider .slide.active {
  opacity: 1;
  z-index: 1;
}

.slide-with-text picture,
.slide-with-text img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.overlay-text {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 1.2rem;
  z-index: 2;
  pointer-events: none;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  letter-spacing: 0.15em;
  text-align: center;
  white-space: nowrap;
  line-height: 2.5rem;
}

.overlay-text span {
  font-size: 3rem;
  letter-spacing: 0.1em;
}


@media (max-width: 500px) {
.overlay-text {
  font-size: 0.9rem;
  letter-spacing: 0.15em;
  line-height: 2rem;
}

.overlay-text span {
  font-size: 2rem;
  letter-spacing: 0.1em;
}
}


@media (min-width: 1500px) {
.overlay-text {
 font-size: 1.3rem;
  letter-spacing: 0.2em;
  line-height: 3.5rem;
}

.overlay-text span {
  font-size: 4rem;
  letter-spacing: 0.15em;
}
}




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

.service-category {
  margin-bottom: 5rem;
}

.service-category:last-child {
  margin-bottom: 0;
}

.service-category p {
  font-size: 1.2rem;
  margin-bottom: 5rem;
}

.service {
  position: relative;
  max-width: 1200px;
  margin: 0 auto 10rem;
  /* サービス下空き */
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 30px;
  text-align: center;
  padding: 7rem 5rem 5rem;
}

.service h2 {
  font-family: "Quicksand", sans-serif;
  position: absolute;
  color: rgba(0, 0, 0, 0.1);
  font-size: 10rem;
  margin: auto;
  top: -0.2em;
  right: 0;
  left: 0;
}

/* サービスアイコン */
.service-icon {
  width: 80px;
  display: block;
  margin: 0 auto 5rem;
}

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

/* 詳しく見るボタン */

.more-button a {
  color: #ffffff;
  background-color: #555;
  border-radius: 30px;
  display: inline-block;
  padding: 1rem 3.5rem 1rem 2.5rem;
  border: solid 2px transparent;
}

.more-button-arrow {
  position: relative;
  display: inline-block;
}

.more-button-arrow::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2.5rem;
  margin: auto;
  transition: 0.2s;
}

/* 区切り線 */
.line {
  max-width: 1000px;
  height: 2px;
  margin: 0 auto 5rem;
  border-top: 2px dashed #0D4074;
}

/* インターネット接続ーーーーーーーーーーーーーーーーーーーーーーーーー */

.internet-plans {
  max-width: 1000px;
  margin: 0 auto 5rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.internet-plans img {
  width: 300px;
}

.internet-plans a {
  margin: 0.5rem;
}


/* レンタルサーバーーーーーーーーーーーーーーーーーーーーーーーーーー */
.server-images {
  width: 100%;
  max-width: 1000px;
  display: grid;
  margin: 0 auto 5rem;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 0.5rem;
}


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


/* スポンサーバナーーーーーーーーーーーーーーーーーーーーーーーーーーーー */

.sponsorbanner {
  background-color: rgba(217, 236, 245, 0.85);
  max-width: 1000px;
  margin: 0 auto 15rem;
  /* スポンサーバナー下空き */
  border-radius: 30px;
  padding: 4rem;
}

.sponsorbanner ul {
  max-width: 850px;
  margin: 0 auto 2rem;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.sponsorbanner img {
  width: 180px;
  height: 65px;
}

.banner-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.banner-btns a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 30px;
  width: 200px;
  height: 60px;
  text-decoration: none;
  border: solid 2px transparent;
}

.banner-btns a:hover {
  border: solid 2px #111;
  opacity: 1;
  text-decoration: none;
}

.banner-btns img {
  width: 15px;
  height: 15px;
  margin: 3px 0 0 5px;
}




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

.information {
  background-color: rgba(245, 242, 227, 0.85);
  max-width: 1000px;
  margin: 0 auto 10rem;
  /* お知らせ下空き */
  border-radius: 30px;
  padding: 5rem;
  position: relative;
}

.info-big-title {
  font-family: "Quicksand", sans-serif;
  position: absolute;
  top: -0.2em;
  left: 50%;
  transform: translateX(-50%);
  color: #F3E569;
  font-size: 8rem;
  white-space: nowrap;
}

.info-small-title {
  display: block;
  text-align: center;
}





/* トップの表示部分　index.html */

.info-list {
  margin: 2rem auto 2rem;
}

/* 更新システムcssはpagetemplate.css*/



/* 一覧をみる */

.info-more {
  text-align: right;
}

.info-more a {
  position: relative;
  display: inline-block;
  padding-right: 1rem;
  right: 0;
  text-align: right;
}

.info-more a::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #000000;
  border-right: solid 2px #000000;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}














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

.site-banner {
  display: flex;
  max-width: 1000px;
  margin: 0 auto 15rem;
  /* 松情バナー下空き */
  justify-content: center;
  gap: 50px;

}

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

.footer {
  position: relative;
  text-align: center;
}

.footer-big-title {
  font-family: "Quicksand", sans-serif;
  position: absolute;
  top: -0.2em;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(0, 0, 0, 0.1);
  font-size: 8rem;
  white-space: nowrap;
}

.footer-small-title {
  position: absolute;
  top: 5rem;
  left: 50%;
  transform: translateX(-50%);
}

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


.footer-contact {
  background-color: #fff;
  padding: 7rem 1rem 3rem;
}

.footer-contact-inner,
.footer-menu-inner {
  max-width: 1000px;
  margin: auto;
}

.footer-contact-inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3rem;
  padding: 3rem 0;
}

.contact-btns a {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20rem;
  height: 8rem;
  padding: 1rem;
  border-radius: 30px;
  border: 5px solid #111;
  background-color: #fff;
  color: inherit;
  text-decoration: none;
  box-sizing: border-box;
  transition: background-color 0.2s;
}

.contact-btns:last-child a {
  pointer-events: none;
}


.contact-btns img {
  width: 1.25em;
  transition: filter 0.2s, transform 0.2s;
  margin-right: 0.3em;
}


.footer-btn-title {
  display: block;
  margin: auto;
  font-size: 1.2rem;
  font-weight: 600;
}

.footer-btn-p {
  display: block;
  margin: auto;
}


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

.footer-menu {
  background-color: #1159A2;
  padding: 0 1rem;
  overflow: hidden;
  position: relative;
}

.footer-menu {
  color: #fff;
}

.footer-menu a {
  color: #fff;
}


.footer-menu-inner {
  max-width: 1000px;
  margin: auto;
  padding: 5rem 0 7rem;
  display: flex;
  justify-content: space-between;
}

.footer-part {
  text-align: left;
  line-height: 2.5rem;
  font-size: 0.9rem;
}

.footer-part:first-child {
  line-height: 4.8rem;
}

.footer-part address {
  font-style: normal;
  line-height: 1.5rem;
}


.footer-menu-category {
  font-weight: 500;
  font-size: 1rem;
}


/* 上に戻るボタン */
.pagetop {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.1);
  text-decoration: none;
  display: none;
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  font-size: 1.5rem;
  width: 3.3rem;
  height: 3.3rem;
  line-height: 3.3rem;
  border-radius: 3.3rem;
  text-align: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagetop:hover {
  color: #fff;
  background-color: #F6F027;
  text-decoration: none;
  transition: 0.2s;
}

.pagetop-arrow {
  margin: auto;
  height: 10px;
  width: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: translateY(20%) rotate(-45deg);
}


.svg-footer {
  position: absolute;
  right: -20rem;
  bottom: -13rem;
}

.copyright {
  font-size: 0.8rem;
  padding-bottom: 1rem;
}