@charset "utf-8";

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

body {
  position: relative;
  background-color: black;
  width: 100%;
  color: white;
  margin: 0;
  /* bodyの余白を削除 */
  padding: 0;
  /* 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: 8rem;
}

/*お知らせ始まり*/

.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 span {
  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;
}

span.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;
  }
}