@charset "UTF-8";

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

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

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

body {
  font-family: "Roboto", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 1.6;
  font-variation-settings: "wdth" 100;
  letter-spacing: 0.01em;
  background-color: #000;
}

.wrap {
  position: relative;
  width: 100%;
  background-color: #000;
  overflow-x: hidden;
}

.header {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #000;
  overflow: hidden;
}

.webp .header {
  background-image: url(../img/top_bg.webp);
}

.no-webp .header {
  background-image: url(../img/top_bg.png);
}

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

.top_image {
  position: relative;
  width: 100%;
  padding: 4% 0 0;
  margin: 0 auto;
  z-index: 2;
}

.top_text {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.top_logo {
  position: absolute;
  width: 100%;
  margin: 0 auto;
  bottom: 5%;
  left: 0;
  z-index: 2;
  text-align: center;
}

.top_logo img {
  width: 50%;
}

.content {
  position: relative;
  padding: 3rem 0;
}

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

.bg {
  background-image: url(../img/bg_1.png), url(../img/bg_1.png);
  background-repeat: no-repeat;
  background-position: top -250px right -250px, bottom -250px left -250px;
  background-size: 700px auto;
  background-color: #fff;
}

.bg_1 {
  background-image: url(../img/bg_2.png), url(../img/bg_2.png);
  background-repeat: no-repeat;
  background-position: top -250px right -250px, bottom -250px left -250px;
  background-size: 700px auto;
  background-color: #000;
}

.bg_2 {
  position: relative;
  background-image: url(../img/bg_2.png), url(../img/bg_2.png);
  background-repeat: no-repeat;
  background-position: top -250px right -250px, bottom -250px left -250px;
  background-size: 700px auto;
  background-color: #e22424;
}

.lead {
  width: 100%;
  padding: 0 0 1rem;
  margin: 0 0 2rem;
  color: #e22424;
  font-size: 36px;
  font-weight: 900;
  font-style: italic;
  line-height: 1.2;
  border-bottom: #e22424 solid 4px;
}

.lead span {
  display: inline-block; /* これが重要 */
  transform: scale(2, 1);
  transform-origin: center;
  padding: 0 0.2em 0 0.1em; 
}

.youtube-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.youtube-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.inner p {
  position: relative;
  width: 80%;
  margin: 0 0 2rem;
  font-size: 18px;
  z-index: 3;
}

.bg_1 .inner p {
  color: #ffffff;
}
.thumb {
  padding: 2rem;
  background-color: #e22424;
  text-align: center !important;
}

.thumb_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
}

.thumb-item {
  flex: 0 0 calc((100% - 30px * 3) / 4);
  text-align: left;
}

.thumb-item img {
  width: 100%;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.3);
  transition: all 0.2s;
}

.thumb-meta {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 10px;
}

.thumb-image {
  width: 18%;
  aspect-ratio: 1 / 1;
  margin-right: 4%;
  border-radius: 50%;
  overflow: hidden;
}

.thumb-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* 中央トリミング */
  display: block;
}

.thumb-text {
  width: 78%;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}

.note {
  padding: 1em 0 0;
  width: 100%;
  color: #fff;
  font-size: 16px;
}

.tom {
  position: relative;
  width: 56%;
  margin: 0 auto;
  border: #000 solid 3px;
  overflow: hidden;
  z-index: 3;
}

.tom_note {
  position: relative;
  width: 100%;
  padding: .6rem 1rem;
  background-color: #009fe8;
  z-index: 2;
}

.tom_note p {
  width: 100%;
  margin: 0;
  color: #fff;
  font-size: 14px;
  text-shadow: 0px 0px 0px #009fe8;
}

.tom_date {
  width: 100%;
  padding: .3rem 0;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  background-color: #000;
}

.tom_date span {
  color: #fff000;
  font-size: 130%;
  font-weight: 600;
  vertical-align: middle;
}

.banner {
  width: 480px;
  margin: 0 auto 2rem;
}

.social_text {
  padding: 0 0 1.5rem;
  color: #fff;
  font-size: 30px;
  text-align: center;
  font-family: "Anton", sans-serif;
}

.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: 3rem 0 2rem;
  color: #fff;
  font-size: 12px;
  text-align: center;
  background-color: #000;
}

#page-top {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 10px;
  right: 10px;
}

.events_none {
  pointer-events: none;
  user-drag: none;
  user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  pointer-events: none;
}

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

  .pc {
    display: none;
  }

  .header {
    background-size: 100% auto;
  }

  .webp .header {
    background-image: url(../img/sp_top_bg.webp);
  }

  .no-webp .header {
    background-image: url(../img/sp_top_bg.png);
  }

  .top_image {
    padding: 25% 0 0;
  }

  .top_logo {
    bottom: 4%;
  }

  .top_logo img {
    width: 60%;
  }

  .bg {
    background-position: top -200px right -200px, bottom -200px left -200px;
    background-size: 400px auto;
  }

  .bg_1 {
    background-position: top -200px right -200px, bottom -200px left -200px;
    background-size: 400px auto;
  }

  .bg_2 {
    background-position: top -200px right -200px, bottom -200px left -200px;
    background-size: 400px auto;
  }

  .content {
    padding: 1.5rem 0;
  }

  .lead {
    padding: 0 0 .8rem;
    margin: 0 0 1.5rem;
    font-size: 5.5vw;
    border-bottom: #e22424 solid 3px;
  }

  .inner p {
    width: 100%;
    font-size: 4vw;
    margin: 0 0 1.5rem;
  }

  .thumb {
    padding: 1rem;
  }

  .thumb_inner {
    gap: 20px;
    padding-bottom: 1rem;
  }

  .thumb-item {
    flex-basis: calc((100% - 20px) / 2);
  }

  .thumb-item img {
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.3);
  }

  .thumb-image {
    width: 22%;
    margin-right: 4%;
  }

  .thumb-text {
    width: 74%;
    color: #fff;
    font-size: 3.6vw;
  }

  .note {
    font-size: 3.6vw;
  }

  .tom {
    width: 100%;
    border: #000 solid 2px;
  }

  .tom_note {
    padding: .5rem;
  }

  .tom_note p {
    margin: 0;
    font-size: 3vw;
  }

  .tom_date {
    padding: .4rem 0;
    font-size: 3.6vw;
  }

  .tom_date span {
    font-size: 120%;
  }

  .banner {
    width: 90%;
    margin: 0 auto 1.5rem;
  }

  .social_text {
    padding: 0 0 1rem;
    font-size: 6vw;
  }

  .social {
    margin: 0 0 1.5rem;
  }

  .social_item {
    width: 70px;
    padding: 0 15px;
  }

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

  #page-top {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 5px;
    right: 5px;
  }

}

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

  .sp {
    display: none;
  }

  .bg {
    background-position: top -300px right -300px, bottom -300px left -300px;
    background-size: 600px auto;
  }

  .bg_1 {
    background-position: top -300px right -300px, bottom -300px left -300px;
    background-size: 600px auto;
  }

  .bg_2 {
    background-position: top -300px right -300px, bottom -300px left -300px;
    background-size: 600px auto;
  }

  .content {
    padding: 2rem 0;
  }

  .lead {
    font-size: 30px;
    text-shadow: none; /* 2px 2px 0 #fff; */
  }

  .inner p {
    width: 80%;
    font-size: 16px;
  }

  .tom {
    width: 60%;
    border: #000 solid 2px;
  }

  .tom_note {
    padding: .6rem;
  }

  .tom_note p {
    width: 100%;
    font-size: 12px;
  }

  .tom_date {

    font-size: 16px;
  }

  .tom_date span {
    font-size: 20px;
  }

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

  .social_text {
    padding: 0 0 1rem;
    font-size: 26px;
  }

  .social {
    margin: 0 0 1.5rem;
  }

  .social_item {
    width: 70px;
    padding: 0 15px;
  }

  .footer {
    padding: 2rem 0 2rem;
  }

  .events_none {
    pointer-events: none;
    user-drag: none;
    user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    pointer-events: none;
  }

}

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

  .sp {
    display: none;
  }

  .thumb-item a img:hover {
    width: 100%;
    box-shadow: 4px 4px 0 rgba(0, 0, 0, 0);
    transform: translate(4px, 4px);
  }

  a.btn_over img {
    -webkit-transition: -weblit-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }

  a.btn_over img:hover {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
  }

}