@charset "utf-8";

/* 全ページ共通*/
html.spacebook {
  font-size: .73vw;
}

body {
  position: relative;
  background-color: black;
  width: 100%;
  color: white;
  margin: 0;
  /* bodyの余白を削除 */

  /* bodyの余白を削除 */
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

img {
  vertical-align: bottom;
}


h1 {
  position: absolute;
  top: 0;
  margin: 0 auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 1.14rem;
  z-index: -10;
  opacity: 0;
  pointer-events: none;
}

h2 {
  font-size: 2.4rem;
}

/* 全ページ共通ここまで*/

/*TOPページ 画像スライダー*/

main.spacebook_main {
  padding-top: 40px;
}

/*お知らせ始まり*/

.news {
  text-align: center;
  padding-top: 20px;
}

.news-list {
  list-style: none outside;
  margin: 0px;
  padding-top: 5px;
  padding-right: 35px;
  padding-bottom: 25px;
  padding-left: 35px;
}

.news-list {
  font-size: 1.6rem;
}

.news-list .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #CCC;
  padding: 1.5rem;
}

.news-list .item:first-child a {
  border-top: 1px solid #CCC;
}

.news-list .item .date {
  margin: 0;
  min-width: 13rem;
  color: #999;
}

.news-list .item .category {
  margin: 0;
  min-width: 13rem;
}

.news-list .item .category a {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: #999;
  color: #FFF;
  text-align: center;
  padding: .5rem 2rem;
  font-size: 1.2rem;
  line-height: 1;
}

.news-list .item .title {
  margin: 0;
  color: #999;
}

.news-list .item a:hover .title {
  color: white;
}

/*お知らせ終わり*/

.service ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* 横並びにするために追加 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /* 横並び要素を均等にするために追加 */
  list-style: none;
  width: 90%;
  margin: 2rem auto 8rem;
}

.service-app-parent,
.service-media-parent,
.service-consulting-parent {
  width: 30%;
  aspect-ratio: 1/1;
}

.service ul li a {
  display: block;
  background-color: #000;
  border: 3px solid #fff;
  color: #fff;
  text-align: center;
  border-radius: 5rem;
  width: 100%;
  height: 100%;
  font-size: 2.5rem;
  /* 文字サイズを大きくする */
  padding-top: 6rem;
  /* 四角の上部に余白を追加 */
  -webkit-transition: border-color 0.2s ease, color 0.2s ease;
  -o-transition: border-color 0.2s ease, color 0.2s ease;
  transition: border-color 0.2s ease, color 0.2s ease;
  /*色と枠の色をゆっくり変更*/
}

.service-icon {
  display: block;
  width: 54%;
  /* アイコンの幅を設定 */
  margin: .4rem auto 0;
  /* 高さを自動調整 */
}

.service a:hover {
  -webkit-transition: border-color 0.5s ease, color 0.5s ease;
  -o-transition: border-color 0.5s ease, color 0.5s ease;
  transition: border-color 0.5s ease, color 0.5s ease;
  /*ホバー時のスタイルへゆっくり変更*/
}

/* ホバー時のスタイル（コンセプト開発） */
.service-app-parent a:hover {
  border-color: #04ff00;
  /* ホバー時に枠線の色を濃い緑色に変更 */
  color: #00ff88;
  /* ホバー時に文字の色も濃い緑色に変更 */
}

/* ホバー時のスタイル（メディア運営） */
.service-media-parent a:hover {
  border-color: #44bdf9;
  /* ホバー時に枠線の色を濃い青色に変更 */
  color: #44bdf9;
  /* ホバー時に文字の色も濃い青色に変更 */
}

/* ホバー時のスタイル（コンサルティング） */
.service-consulting-parent a:hover {
  border-color: #f89de9;
  /* ホバー時に枠線の色を濃いトマト色に変更 */
  color: #eba4ca;
  /* ホバー時に文字の色も濃いトマト色に変更 */
}




.service-text {
  margin-bottom: 10px;
}

.service_title {
  text-align: center;
  padding-top: 14rem;
}



.footer {
  background-color: black;
  padding: 14px 10px 20px;
  text-align: center;
  margin-top: 40px;
  /* アプリ開発とメディア運営の間に余白を追加 */
}

.footer-separator {
  border: none;
  border-top: 2px solid white;
  margin: 20px 0;
}

footer p {
  color: white;
  text-align: center;
  margin: 0;
  padding-block: .2rem .4rem;
  font-size: 1.2rem;
}

.moji {
  display: block;
  width: 30%;
  /* 画像の最大幅を親要素の幅に合わせる */
  margin: auto;
}

.responsive-image {
  width: 100%;
  height: auto;
  /* 画像の高さを自動調整 */
  display: block;
  margin: 0 auto;
  /* 画像を中央に配置 */
}

.image-philosophy {
  text-align: center;
  margin: 20px 0;
  /* 画像の上下に余白を追加 */
}


.more h3 {
  margin-top: 0;
  font-size: 2.3rem;
  text-decoration: underline;
  text-align: right;
  padding-right: 5%;
  -webkit-text-decoration-color: #00d3b3;
  text-decoration-color: #00d3b3;
  -webkit-animation: AnimationTitle 5s ease infinite;
  animation: AnimationTitle 5s ease infinite;
  background-color: #26e9ff;
  background-color: (to right, #26e9ff, #9827ee);
  -webkit-transition: left 0.5s ease;
  -o-transition: left 0.5s ease;
  transition: left 0.5s ease;

  background-size: 200% 100%;
  background-clip: text;
  -webkit-background-clip: text;

  color: transparent;
}

.image-icon,
.sp_links {
  display: none;
}



/*GooleSpreadSheet*/

.gas {
  position: relative;
  width: 100%;
  aspect-ratio: 1273/625;
  margin-top: 1rem;
  font-size: 0.9rem;
  background: url(main_image/bar.jpg) center center/contain no-repeat;
}

.gas-serif {
  position: absolute;
  font-size: 3em;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: -0.17rem;
  color: #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0.67em;
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

.gas-serif.visible {
  opacity: 1;
}

.gas-serif>p {
  margin: 0;
}

.gas-cherry {
  right: 23.3%;
  top: 51.3%;
  padding: 0.433em 2em 0.433em 1.267em;
  max-width: 60%;
  background-color: #ffeaf3db;
}

.gas-cherry::before {
  position: absolute;
  left: 100%;
  top: 48%;
  content: '';
  display: block;
  border-left: 1.367em solid #ffeaf3db;
  border-top: 1em solid transparent;
  border-bottom: 1em solid transparent;
}

.gas-cherry:nth-child(1)::before {
  border-left-width: 1em;
  border-top-width: 0.333em;
  border-bottom-width: 0.333em;
}

.gas-spacis {
  left: 16.7%;
  bottom: 57%;
  padding: 0.667em 1.667em 0.6em 1.667em;
  background-color: #c4dbf7d9;
}

.gas-spacis:nth-child(3) {
  min-width: 48%;
}

.gas-spacis::before {
  position: absolute;
  right: 100%;
  bottom: 25%;
  content: '';
  display: block;
  border-right: 1.367em solid #c4dbf7d9;
  border-top: 1em solid transparent;
  border-bottom: 1em solid transparent;
}

.gas-spacis:nth-child(2)::before,
.gas-spacis:nth-child(5)::before {
  border-right-width: 1em;
  border-top-width: 0.333em;
  border-bottom-width: 0.333em;
}

.gas-daytext {
  margin: 0.7em 0;
}
.gas-daytext p {
  margin: 0;
}

.gas-cherry > .gas-daytext p:nth-child(1) {
  margin-bottom: 0.3em;
}

a.whatday {
  background: -webkit-gradient(linear, left top, right top, from(#ff9748), color-stop(#fe00dc), to(#fc45a4));
  background: -o-linear-gradient(left, #ff9748, #fe00dc, #fc45a4);
  background: linear-gradient(to right, #ff9748, #fe00dc, #fc45a4);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

/*GooleSpreadSheet終了*/


.main_links {
  display: flex;
  justify-content: space-between;
  width: 88%;
  height: 7rem;
  margin: 6rem auto 3rem;
}

.main_links-whemo {
  width: 30%;
  height: 100%;
  border-radius: 2rem;
  background-color: #289699;
}

.main_links-whemo img {
  display: block;
  height: 100%;
  margin: auto;
}

.main_links-right {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 68%;
  height: 100%;
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  border-radius: 2rem;
  background: #F7C027;
  background: linear-gradient(95deg, rgba(247, 192, 39, 1) 0%, rgba(250, 129, 38, 1) 100%);
}

.sp-message {
  display: none;
}

/*today.indexへのリンク*/

.today-page-link {
  display: block;
    width: 88%;
    padding: 2rem 0;
    margin: 0 auto 12rem;
    color: #fff;
    text-align: center;
    font-size: 2rem;
    border: 0.3rem solid #fff;
    border-radius: 1rem;
    cursor: pointer;
}

.today-page-link p {
  padding: 0;
  margin: 0;
}

.today-page-link img {
  display: none;
}

/*画像スライダー*/

.slider {
  width: 94%;
  padding: 0;
  margin: 0 auto;
  overflow: visible;
}

.slider img {
  width: 100%;
  aspect-ratio: 3/2;
}

.slider .slick-slide {
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform: scale(0.8);
  /* デフォルト：縮小 */
  opacity: 0.6;
}

.slider .slick-center {
  transform: scale(1);
  /* 中央スライドだけ等倍 */
  opacity: 1;
  z-index: 2;
}

.main_links-sp {
  display: none
}

@media screen and (max-width: 640px) {

  .sp_none {
    display: none;
  }

  html.spacebook {
    font-size: 2.4vw;
  }


  .sp_links-service,
  .sp_links-character {
    position: relative;
    display: block;
    margin: 3rem auto 0;
    width: max-content;
    color: #999;
    font-size: 1.6rem;
    text-align: center;
    border: .1rem solid transparent;
  }

  .sp_links-service {
    padding: 1.4rem 30vw;
    background: rgb(255, 151, 73);
    background: -o-radial-gradient(circle, rgba(255, 151, 73, 1) 0%, rgba(255, 56, 209, 1) 40%);
    background: radial-gradient(circle, rgba(255, 151, 73, 1) 0%, rgba(255, 56, 209, 1) 40%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .sp_links-service::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4rem;
    border: .15rem solid transparent;
    background: -o-radial-gradient(circle, rgba(255, 151, 73, 1) 0%, rgba(255, 56, 209, 1) 100%);
    background: radial-gradient(circle, rgba(255, 151, 73, 1) 0%, rgba(255, 56, 209, 1) 100%);
    -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
  }

  .sp_links-character {
    padding: 1.4rem 27vw;
    background: rgb(41, 186, 238);
    background: -o-radial-gradient(circle, rgba(41, 186, 238, 1) 0%, rgba(39, 56, 251, 1) 30%);
    background: radial-gradient(circle, rgba(41, 186, 238, 1) 0%, rgba(39, 56, 251, 1) 30%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .sp_links-character::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4rem;
    border: .15rem solid transparent;
    background: -o-radial-gradient(circle, rgba(41, 186, 238, 1) 0%, rgba(39, 56, 251, 1) 100%);
    background: radial-gradient(circle, rgba(41, 186, 238, 1) 0%, rgba(39, 56, 251, 1) 100%);
    -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
  }

  /*お知らせ始まり*/
  .news-list {
    margin-bottom: 4rem;
  }

  .news-list .item .category {
    display: none;
  }

  .news-list .item a {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }

  .news-list .item .date {
    min-width: 10rem;
  }

  .news-list .item .title {
    margin-top: .2rem;
  }

  .more h3 {
    display: none;
  }

  /*お知らせ終わり*/

  /*service非表示*/
  .service_title,
  .service {
    display: none;
  }

  /*service非表示終わり*/

  .sp-message {
    display: block;
    width: 67%;
    margin: auto;
    font-size: 1.56rem;
  }

  .sp-message1 {
    position: relative;
    left: -4%;
    margin-top: 4rem;
  }

  .sp-message2 {
    margin-top: 0.7em;
    line-height: 2;
  }

  .gas {
    margin-top: 0;
    font-size: 0.304rem;
    letter-spacing: normal;
  }
  .gas-serif {
    line-height: 1.3;
    letter-spacing: -0.04em;
  }
  .gas-cherry {
    padding: 0.3em 2em 0.3em 1.267em;
  }

  .sp_links {
    display: block;
    margin: auto;
  }

  .sp_links-application {
    display: flex;
    justify-content: space-between;
    width: 84%;
    margin: 0 auto 6rem;
  }

  .sp_links-title {
    width: 100%;
    margin: 4rem auto 5rem;
    text-align: center;
  }

  .sp_links-application>* {
    width: 28%;
    aspect-ratio: 1/1;
    background-color: #289699;
    border-radius: 2rem;
  }

  .sp_links-application>span {
    opacity: 0.3;
    pointer-events: none;
  }

  .sp_links-application-whemo img {
    width: 100%;
  }

  .main_links {
        display: block;
        width: auto;
        height: auto;
        margin: 4rem auto;
  }

  .main_links-whemo {
    display: none;
  }

  .main_links-right {
    display: none;
  }

  .main_links-sp {
    display: block;
    width: 72%;
    height: 9rem;
    margin: auto;
    font-size: 2.2rem;
  }

  .main_links-sp img {
    width: 100%;
    height: 100%;
  
  }

  .today-page-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin: 0 auto 7rem;
    text-align: center;
    font-size: 2rem;
    border: 0.2rem solid #fff;
    border-radius: unset;
  }

  .today-page-link p {
    display: none;
  }

  .today-page-link img {
    display: block;
    width: 70%;
    aspect-ratio: 326/118;
  }
}

.footer-nav {
  background-color: #000033;
  padding: 15rem 0;
  text-align: center;
}

.footer-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3rem;
}

.footer-nav-list li a {
  color: white;
  font-size: 2rem;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-nav-list li a:hover {
  color: #ff5fea;
}

@media screen and (max-width: 640px) {
  .footer-nav-list {
    flex-direction: column;
    gap: 2.5rem;
  }

  .footer-nav-list li a {
    font-size: 2.4rem;
  }
}

/* ============================
   Spacebook Mega Footer (footer only)
   ============================ */

.sb-footer{
  background-color:#000033;
  color:#fff;
  padding: 25px 0 10px;
}

.sb-footer *{ box-sizing:border-box; }

.sb-footer-inner{
  width:min(1200px, 92%);
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:4rem;
}

/* Upper 25% */
.sb-footer-top{
  position:relative;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:1.6rem;
}

.sb-footer-toplist{
  list-style:none;
  padding:0;
  margin:0;
  display:flex;
  justify-content:center;
  align-items:center;
  gap:4rem;
  font-size:1.7rem;
  letter-spacing:0.16em;
}

.sb-footer-topitem a{
  display:inline-block;
  padding:0.8rem 1.4rem;
  border-radius:999px;
  border: 0.12rem solid rgba(255,255,255,0.55);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  opacity:0.95;
}

.sb-footer-topline{
  width: 64%;
  height: 1px;
  background: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,0.55), rgba(255,255,255,0));
  opacity:0.9;
}

/* Lower 75% desktop grid */
.sb-footer-bottom-grid{
  display:grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 4rem;
  justify-content:center;
  align-items:start;
}

.sb-footer-col{
  min-width: 0;
}

.sb-footer-title{
  margin:0 0 1.4rem;
  font-size:1.6rem;
  letter-spacing:0.1em;
  opacity:0.95;
}

.sb-footer-links{
  list-style:none;
  padding:0;
  margin:0;
}

.sb-footer-links li{
  margin:0 0 0.9rem;
}

.sb-footer-links a{
  color:#fff;
  font-size:1.35rem; /* slightly smaller for "official" */
  letter-spacing:0.05em;
  opacity:0.82;
  transition: opacity .2s ease, transform .2s ease;
}

.sb-footer-links a:hover{
  opacity:1;
  transform: translateY(-1px);
}

/* Mobile accordion layout (hidden on desktop) */
.sb-footer-bottom-accordion{
  display:none;
}

.sb-footer-acc{
  border-top: 1px solid rgba(255,255,255,0.22);
  padding: 1.2rem 0;
}

.sb-footer-acc:last-child{
  border-bottom: 1px solid rgba(255,255,255,0.22);
}

.sb-footer-accsum{
  cursor:pointer;
  list-style:none;
  font-size:1.6rem;
  letter-spacing:0.12em;
  padding: 0.8rem 0.2rem;
  display:flex;
  align-items:center;
  justify-content:space-between;
}

.sb-footer-accsum::-webkit-details-marker{ display:none; }

.sb-footer-accsum::after{
  content:"+";
  font-size: 1.8rem;
  opacity:0.75;
  transform: translateY(-1px);
}

.sb-footer-acc[open] > .sb-footer-accsum::after{
  content:"–";
}

.sb-footer-note{
  margin: 1rem 0 0;
  text-align:center;
  font-size: 1.2rem;
  letter-spacing:0.12em;
  opacity:0.65;
}

/* Responsive */
@media screen and (max-width: 640px){
  .sb-footer{
    padding: 30px 0 5px;
  }

  /* top 25% special layout on mobile */
  .sb-footer-toplist{
    width:100%;
    gap: 1.2rem;
    flex-wrap:wrap;
  }

  .sb-footer-topitem{
    flex: 1 1 calc(33.333% - 1.2rem);
    display:flex;
    justify-content:center;
  }

  .sb-footer-topitem a{
    width:100%;
    text-align:center;
    padding: 1.2rem 0.6rem;
    border-radius: 1.6rem;
    border: 0.15rem solid transparent;
    background:
      linear-gradient(#000033, #000033) padding-box,
      linear-gradient(90deg, rgba(255,151,72,0.95), rgba(254,0,220,0.95), rgba(39,188,238,0.95)) border-box;
  }

  .sb-footer-topline{
    width: 88%;
    opacity:0.8;
    display: none;
  }

  /* switch to accordion */
  .sb-footer-bottom-grid{ display:none; }
  .sb-footer-bottom-accordion{ display:block; }

  .sb-footer-links a{
    font-size:1.45rem;
  }
}\n\n
/* ============================
   Footer spacing adjustment
   PC / SP 共通
   ============================ */
.sb-footer{
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.sb-footer-toplist{
  margin-bottom: 0px !important;
}



/* ============================
  フッダー白字で追記
   ============================ */
.sb-footer-topitem a,
.sb-footer-topitem a:visited,
.sb-footer-topitem a:hover,
.sb-footer-topitem a:active{
  color:#fff;
  text-decoration:none;
}

/* ============================
  フッダースクロール
   ============================ */

#footer {
  scroll-margin-top: 60px;
}

html {
  scroll-behavior: smooth;
}


/* ============ SP HEADER ============ */
.site-header {
  background: #000;
  color: #fff;
}

.site-header-inner {
  padding: 10px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand-link {
  color: inherit;
  text-decoration: none;
}

.brand-logo-img {
  height: 20px;
  display: block;
}

.global-nav a {
  font-size: 10px;
  color: #f5f5f5;
  text-decoration: none;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}




/* ============ PC HEADER ============ */
@media screen and (min-width: 769px) {

  .site-header-inner {
    
    margin: 0 auto;
    padding: 15px 35px;
  }

  .brand-logo-img {
    height: 24px;
  }

  .global-nav a {
    font-size: 15px;
  }
}



/* ============ トップバナー固定 ============ */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: #000;
}





