@charset "UTF-8";
/*
Theme Name: sorekobi.com
Theme URI: https://sorekobi.com
Version: 1.0
Author: roku
Author URI: https://sorekobi.com
*/

/*==============================
    サイト毎の基本設定 / 共通項目
==============================*/

body {
  font-family: Avenir, 'Helvetica neue', Helvetica, '游ゴシック', sans-serif;
  font-size: 16px;
  background: #EBE2E2;
  color: #BF1B14;
  animation: fadeIn 2s ease 0s 1 normal;
}

a {
  color: #BF1B14;
}

a.btn {
  position: relative;
  display: block;
  width: 260px;
  max-width: 100%;
  height: 56px;
  line-height: 57px;
  text-align: center;
  background: #BF1B14;
  color: #EBE2E2;
  border-radius: 50px;
  text-indent: -16px;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px;
}

a.btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  translate: 0 -50%;
  width: 24px;
  padding: 1px;
  background: #fff;
  border-radius: 50px;
  transition: .3s;
}

a.btn::before {
  content: "";
  position: absolute;
  top: 45%;
  right: 24px;
  translate: 0 -50%;
  rotate: 45deg;
  width: 8px;
  padding: 1px;
  background: #fff;
  border-radius: 50px;
  transition: .3s;
}

a.btn:hover {
  background: #111;
  translate: 2px;
  text-indent: 0;
}

a.btn:hover::after {
  width: 2px;

}

a.btn:hover::before {
  opacity: 0;

}


.bg_rd {
  background: #BF1B14;
  color: #EBE2E2;
}

.bg_rd a {
  color: #EBE2E2;
}

/* モーダルの基本スタイル */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

/* モーダルの内容 */
.modal-content {
  background-color: #fff;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* 閉じるボタン */
.close-btn {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close-btn:hover,
.close-btn:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

section {
  padding: 100px 0;
}

.wrap {
  width: 1280px;
  max-width: 80%;
  margin: auto;
}

@media screen and (max-width:768px) {
  .wrap {
    max-width: 90%;
  }
}

.video-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 aspect ratio (height/width * 100) */
  height: 0;
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Optional: for cropping the video to cover the area */
}


h1.ttl {
  font-size: 12.8vw;
  font-weight: 900;
  text-align: center;
  z-index: 1;
}

h2 {
  font-size: 48px;
  font-weight: 900;
  border-bottom: 1px solid;
  line-height: 48px;
  letter-spacing: 1px;
  margin-bottom: 16px;
  padding-top: 8px;
}


h3 {
  font-size: 16px;
}

h4 {}

.date {
  margin-top: 24px;
  font-size: 36px;
  font-weight: 900;
  letter-spacing: -1px;
}

.date span {
  position: relative;
  top: -2px;
  font-size: 1rem;
  letter-spacing: 1px;
}

.place {
  font-size: 32px;
  font-weight: 900;
}

.location {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 18px;
  font-weight: 900;
  white-space: nowrap;
  margin-top: 8px;
}

.location span {
  position: relative;
  width: 100%;
}

.location span::after {
  content: "";
  position: absolute;
  right: 0;
  width: 95%;
  height: 1px;
  background: #BF1B14;
}

.title {
  font-weight: 700;
  margin-top: 16px;
}

.act {
  margin: 16px 0 24px;
}

/* FIRST VIEW */

#fv {
  padding-top: 0;
}


#fv h2 {
  line-height: 24px;
}

#fv h2 span {
  font-size: 0.64rem;
  font-weight: 100;
  margin-left: 16px;
  letter-spacing: 2px;
}

#fv .flex__box.left {
  margin-right: 8px;
}

#fv .flex__box.right {
  margin-left: 8px;
}

#fv .flex-1 .left {
  flex-basis: 30%;
}

#fv .flex-1 .right {
  flex-basis: 70%;
}

#fv .flex {
  margin-bottom: 64px;
}

#fv .flex-2 .left {
  flex-basis: 60%;
}

#fv .flex-2 .right {
  flex-basis: 40%;
}

#fv .flex-2 iframe {
  margin: 0;
}


/* NEWS */

#news .btn {
  margin: 16px auto 0;
  background: #EBE2E2;
  color: #BF1B14;
}

#news .btn:hover {
  background: #111;
}

#news .btn::after,
#news .btn::before {
  background: #BF1B14;
}

#news .flex {
  max-width: 100%;
  white-space: normal;
}

#news .flex__box {
  margin: 24px 0;
  max-width: 30%;
  flex-basis: 30%
}

#news .flex h3 {
  margin-bottom: 8px;
  border-bottom: 1px solid;
}

#news h4 {
  margin-bottom: 8px;
}

#news .no-img {
  background: rgba(129, 25, 25, 1);
  display: block;
  width: 100%;
  padding: 24px;
  height: 160px;
  text-align: center;
  margin-bottom: 16px;
  object-fit: contain;
}