@charset "utf-8";

body {
  background-color: #dcf600;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  -webkit-text-size-adjust: none;
  /* フォントサイズ自動調整 */
  word-break: normal;
  word-wrap: break-word;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.03em;
}

.events-none {
  pointer-events: none;
}

a:link {
  text-decoration: underline;
  color: #008cff;
}

a:visited {
  text-decoration: underline;
  color: #008cff;
}

a:hover {
  text-decoration: underline;
  color: #ff0000;
}

.wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.header {
  width: 100%;
  height: 100%;
  background-image: url(../img/bg-top.jpg);
  background-position: center;
  background-size: 100% auto;
}

.header-top {
  width: 100%;
  height: 55px;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-top img {
  width: 180px;
}

.header-inner {
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.main_image {
  position: relative;
  width: 100%;
  margin: 0 auto;
  z-index: 1;
}

.main_image img {
  width: 68%;
}

.logo img {
  width: 80%;
}

.catch {
  position: absolute;
  width: 100%;
  bottom: -70px;
  left: 0;
  text-align: center;
  color: #dcf600;
  z-index: 3;
}

.catch span {
  display: inline;
  padding: 0 0.4em;
  background: #ff2a00;
  font-size: 28px;
  font-weight: 800;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.about-bg {
  position: relative;
  width: 100%;
  background-image: url(../img/bg-checker.png);
  background-size: cover;
  background-color: #000;
}

.about {
  padding: 6rem 0 3rem;
}

.content {
  position: relative;
  width: 100%;
}

.inner {
  position: relative;
  max-width: 800px;
  width: 90%;
  margin: 0 auto;
}

.lead {
  color: #000;
}

.about-title {
  padding: 0 0 0.3em;
  color: #ff2a00;
  font-size: 42px;
  font-family: "Bevan", serif;
}

.about-title span {
  color: #dcf600;
}

.about-text {
  color: #fff;
  font-size: 18px;
}

h2.title {
  text-align: center;
  color: #000;
  font-size: 60px;
  font-family: "Bevan", serif;
  line-height: 1;
  transform: translateY(0.15em);
}

h2.title span {
  color: #ff2a00;
}

.outer {
  padding: 3rem 0 0;
}

.frame {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 3rem;
  border-radius: 25px;
  background-color: #fff;
  z-index: 2;
}

.x-post-wrap {
  display: grid;
  align-items: flex-start;
  flex-wrap: wrap;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.x-post-inner:last-child {
  margin: 0;
}

.x-post-inner .twitter-tweet {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.x-h {
  display: inline-block;
  /* inline じゃなく */
  margin: 0 0 2rem;
  padding: 0 0.4em;
  background: #000;
  color: #dcf600;
  font-size: 28px;
  font-weight: 800;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

/* 親で中央寄せ */
.x-h-wrap {
  text-align: center;
}

.x-image {
  margin: 0 0 1rem;
}

.x-image img {
  width: 100%;
}

.x-username {
  font-size: 20px;
  font-weight: 600;
  color: #000;
}

.x-id {
  font-size: 16px;
  color: #999;
}

.x-post {
  padding: 1em 0 0;
  font-size: 14px;
  color: #000;
  overflow-wrap: anywhere;
}

.video-wrap {
  width: 100%;
  aspect-ratio: 9 / 16;
  overflow: hidden;
}

.video-wrap video {
  width: 100%;
  height: 100%;
  display: block;
  /* 下の謎余白対策 */
  object-fit: cover;
  /* 余白なしでトリミング表示 */
}

.gallery {
  display: grid;
  flex-wrap: wrap;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

.gallery-item {
  position: relative;
  width: 100%;
}

.gallery-item img {
  width: 100%;
  box-shadow: rgba(255, 42, 0, 1) 4px 4px 0;
  transition: all 0.2s ease;
}

.gallery-item .loupe {
  transition: transform 0.2s ease;
}

.loupe {
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 12%;
}

.loupe img {
  box-shadow: none;
}

.gallery-item a {
  display: block;
  position: relative;
  color: inherit;
}

.gallery-item a:hover {
  cursor: zoom-in;
}

/* ルーペがクリックを邪魔しないように */
.loupe {
  pointer-events: none;
}

/* Lityのクローズボタンを画像に差し替え */
.lity-close {
  width: 40px !important;
  height: 40px !important;
  top: 10px !important;
  right: 10px !important;
  background: url("../img/close.png") center / contain no-repeat !important;
  color: transparent !important;
  /* ×文字を見えなくする */
  text-shadow: none !important;
  opacity: 1 !important;
}

.lity-close:hover,
.lity-close:focus {
  opacity: 0.8 !important;
  outline: none;
}

.bottom-m {
  padding: 0 0 16rem;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20viewBox%3D%270%200%201476%20570%27%3E%3Cpolygon%20fill%3D%27%23000%27%20points%3D%271476%20570%200%20570%200%20193%201476%200%201476%20570%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% auto;
  /* 要素サイズにフィット */
  background-position: bottom -300px left;
}

.bottom-text {
  position: absolute;
  width: 100%;
  bottom: -14rem;
  left: 0;
  text-align: center;
  color: #fff000;
  font-family: "Bevan", serif;
  z-index: 3;
  line-height: 2;
  letter-spacing: 0.1em;
}

.bottom-text span {
  display: inline;
  padding: 0 0.4em;
  background: #ff2a00;
  font-size: 30px;
  font-weight: 800;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.banner {
  width: 50%;
  margin: 0 auto 2rem;
}

.social-text {
  padding: 0 0 1.5rem;
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  text-align: center;
}

.social {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 2rem;
}

.social-item {
  width: 70px;
  padding: 0 15px;
}

.copy {
  width: 100%;
  text-align: center;
  font-size: 12px;
  font-weight: 300;
  color: #fff;
}

.footer {
  width: 100%;
  padding: 2rem 0;
  background-color: #000;
}

.footer-inner {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

@media screen and (min-width: 1px) and (max-width: 743px) {
  .pc {
    display: none;
  }

  .tab {
    display: none;
  }

  .header {
    background-image: url(../img/sp-bg-top.jpg);
    background-size: 150% auto;
  }

  .header-top {
    height: 46px;
  }

  .header-top img {
    width: 40%;
  }

  .main_image img {
    width: 100%;
  }

  .logo {
    position: absolute;
    width: 100%;
    bottom: 2%;
    right: 0;
    text-align: center;
    z-index: 2;
  }

  .logo img {
    width: 56%;
  }

  .catch {
    position: static;
    width: 100%;
    text-align: left;
    color: #dcf600;
    z-index: 3;
  }

  .catch span {
    padding: 0 0.3em;
    font-size: 5.0666666667vw;
    /* 19px */
  }

  .about-bg {
    background-image: url(../img/sp-bg-checker.png);
  }

  .about {
    padding: 1rem 0 2rem;
  }

  .about-title {
    padding: 0.6em 0 0.4em;
    font-size: 8.2666666667vw;
    /* 31px */
    line-height: 1.2;
  }

  .about-text {
    font-size: 4.2666666667vw;
    /* 16px */
  }

  h2.title {
    font-size: 8.3vw;
    /* 30px */
  }

  .outer {
    padding: 2rem 0 0;
  }

  .frame {
    padding: 1rem;
    border-radius: 15px;
  }

  .x-post-wrap {
    grid-template-columns: 1fr;
    gap: 14px;
    /* 任意：詰める */
  }

  .x-post-inner {
    border-radius: 15px;
  }

  .x-post-inner:last-child {
    margin: 0;
  }

  .x-h {
    margin: 0 0 1rem;
    padding: 0 0.3em;
    font-size: 4.8vw;
    /* 18px */
  }

  .x-image {
    margin: 0 0 0.6rem;
  }

  .x-username {
    font-size: 4.2666666667vw;
    /* 16px */
  }

  .x-id {
    font-size: 3.7333333333vw;
    /* 14px */
  }

  .x-post {
    padding: 0.5em 0 0;
    font-size: 3.7333333333vw;
    /* 14px */
  }

  .gallery {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }

  .gallery-item img {
    box-shadow: rgba(255, 42, 0, 1) 3px 3px 0;
  }

  .loupe {
    width: 10%;
  }

  .loupe img {
    box-shadow: none;
  }

  .bottom-m {
    padding: 0 0 11rem;
    background-position: bottom -5rem left;
  }

  .bottom-text {
    bottom: -12rem;
  }

  .bottom-text span {
    font-size: 5.3333333333vw;
    /* 20px */
  }

  .banner {
    width: 100%;
    margin: 1rem auto 2rem;
  }

  .social-text {
    font-size: 5.3333333333vw;
    /* 20px */
  }

  .social-item {
    width: 66px;
    padding: 0 12px;
  }

  .copy {
    font-size: 3.2vw;
    /* 12px */
  }

}

@media screen and (min-width: 744px) and (max-width: 1024px) {
  .sp {
    display: none;
  }

  .logo {
    position: absolute;
    width: 48%;
    top: 36%;
    bottom: 0;
    right: -4%;
    margin: auto;
    z-index: 2;
    text-align: center;
  }

  .catch {
    bottom: -60px;
  }

  .catch span {
    font-size: 3.125vw;
    /* 24px */
  }

  .about {
    padding: 5rem 0 3rem;
  }

  .about-title {
    padding: 0 0 0.2em;
    font-size: 5.46875vw;
    /* 42px */
  }

  .about-text {
    font-size: 2.0833333333vw;
    /* 16px */
  }

  h2.title {
    font-size: 7.8125vw;
    /* 60px */
  }

  .x-h {
    font-size: 3.6458333333vw;
    /* 28px */
  }

  .x-username {
    font-size: 2.6041666667vw;
    /* 20px */
  }

  .x-id {
    font-size: 2.0833333333vw;
    /* 16px */
  }

  .x-post {
    font-size: 1.8229166667vw;
    /* 14px */
  }

  .gallery-item:nth-child(4n) {
    margin: 0;
  }

  .bottom-m {
    padding: 0 0 16rem;
    background-position: bottom -140px left;
  }

  .bottom-text span {
    font-size: 3.90625vw;
    /* 30px */
  }

  .banner {
    width: 50%;
    margin: 0 auto 2rem;
  }

  .social-text {
    font-size: 3.3854166667vw;
    /* 26px */
  }

  .copy {
    font-size: 1.5625vw;
    /* 12px */
  }

}

@media screen and (min-width: 1025px) {
  .sp {
    display: none;
  }

  .tab {
    display: none;
  }

  .logo {
    position: absolute;
    width: 48%;
    top: 36%;
    bottom: 0;
    right: -4%;
    margin: auto;
    z-index: 2;
    text-align: center;
  }

  .gallery-item a:hover {
    cursor: zoom-in;
  }

  .gallery-item:hover img {
    transform: translate(4px, 4px);
    box-shadow: rgba(255, 42, 0, 0) 4px 4px 0;
  }

  .gallery-item:hover .loupe {
    transform: translate(4px, 4px);
  }

  .gallery-item:nth-child(4n) {
    margin: 0;
  }

  /* Lity内の画像を少し小さくして左右に余白を作る */
  .lity-content img {
    max-width: calc(100vw - 120px) !important;
    /* 左右40pxずつ余白 */
    height: auto !important;
  }

  .alpha img {
    transition: all 0.2s ease;
  }

  .alpha img:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
  }

  a.btn_over img {
    transition: transform 0.3s;
  }

  a.btn_over img:hover {
    transform: scale(1.03);
  }
}