@charset "UTF-8";

/*--------------------
メインコンテンツ
--------------------*/

#blog {
  font-family: "Shippori Mincho", serif;
  background-image:  linear-gradient(135deg, rgba(5, 5, 5, 0.95), rgba(20, 20, 20, 0.95)), url(img/moyou.png);
  background-blend-mode: overlay;
  color: #ffffff;
  font-size: 1rem;
}

#movie{
  max-width: 960px;
	margin: 0 auto 45px;
}

#movie .ytCont {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  order: 1;
}

#movie .ytCont iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.cols {
  display: flex;
  padding: 0;
	animation-name: fadein;
  animation-duration: 2s;
}

.cols.cols_1>.col {
  flex-basis: calc(100% / 4);
  max-width: calc(100% / 4);
  padding: 1.5%;
}

.rq {
	width: 100%;
	margin: 0 0 100px 0;
	text-align:center;
}

.rq img {
border-radius: 0px;
	width:100%;
	margin:1%;
	object-fit: contain;
	box-shadow: 0 2px 2px #CCC;
  transition-duration: 0.3s;
}

.rq img:hover{
  transform: scale(2);
  transition-duration: 0.3s;
}

/*鬼滅css*/

p {
  margin: 0;
  font-size: 1.15rem;
  line-height: 1.7;
}

.wrapper {
  max-width: 970px;
  margin: 0 auto;
}

.top {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
}

.tp {
  width: 70%;
}

.title {
  text-align: center;
  margin: 0;
  padding: 30px 0;
  font-size: 2.2rem;
  letter-spacing: 0.2rem;
  background: linear-gradient(90deg,#fff8dc,#ffd700,#ffcc00,#ffb700,#fff8dc);
  background-size: 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}

.block {
  display: inline-block;
  white-space: nowrap;
}

.br {
  display: block;
  font-size: 1.5rem;
}

.sub {
  text-align: center;
}

.sbtitle {
  margin: 0;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
}

.sbtitle-box {
  position: relative;
  background-color: #7a1e23;
  color: #fff;
  text-align: center;
  padding: 1.5em 2.5em;
  display: inline-block;
  border: 0.5px solid rgba(255, 255, 255, 0.5);
  margin: 50px;
  width: 300px;
}

.sbtitle-box::before,
.sbtitle-box::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 0.5px;
  background-color: rgba(255, 255, 255, 0.5);
  left: 0;
}

.sbtitle-box::before {
  top: 10px;
}

.sbtitle-box::after {
  bottom: 10px;
}

.corner-line {
  position: absolute;
  width: 0.5px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  top: 0;
}

.corner-line.left {
  left: 10px;
}

.corner-line.right {
  right: 10px;
}

.discription {
  max-width: 750px;
  margin: 0 auto;
}

article {
  margin: 100px 0;
  width: 100%;
}

.support {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 70%;
  margin: 0 auto;
}

.sup-item {
  width: calc(50% - 10px);
  text-align: center;
}

.imgres {
  max-width: 100%;
  height: auto;
}

/*wrapper*/

.red {
  font-size: 1.5em;
  color: #D11C2C;
}

.pri {
  text-align: center;
  background-color: rgba(122, 30, 35, .8);
  padding: 5em;
  position: relative;
}

.pri::after {
  content: "";
  position: absolute;
  top: 18px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.8); /* 薄い白線 */
  pointer-events: none;
}

.pri::before {
  content: "";
  position: absolute;
  bottom: 18px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.8); /* 薄い白線 */
  pointer-events: none;
}

.pri p {
  margin-bottom: 50px;
  font-size: 2em;
  background: linear-gradient(90deg,#fff8dc,#ffd700,#ffcc00,#ffb700,#fff8dc);
  background-size: 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}

.view {
  margin-bottom: 60px;
}

.view dl {
  max-width: 700px;
  margin: 0 auto;
  padding: 10px 20px;
  border-top: 2px solid rgba(255, 255, 255, 0.8);
  border-bottom: 2px solid rgba(255, 255, 255, 0.8);
}

.view dt {
  font-weight: bold;
  padding: 15px 10px 5px;
  border-top: 2px dashed rgba(255, 255, 255, 0.5);
}

.view dt:first-child {
  border-top: none;
}

.view dd {
  padding: 5px 30px 25px;
  margin: 0;
  line-height: 1.8;
}

.view ul {
  margin: 10px 0 0 0;
  color: #fff;
  font-size: 0.9rem;
  padding: 0;
}

.view li {
  list-style: none;
}

.map {
  display: flex;
  gap: 10px;
}

.map img {
  width: 50%;
}

.hole span {
  font-size: 1.3em;
  font-weight: bold;
}

.hole figure {
  width: 100%;
  margin: 0;
  text-align: center;
}

.cale {
  width: 80%;
  margin: 30px auto 0;
}

.pc-br {
  display: block;
}

.button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  margin: 30px auto;
  padding: 1em;
  background: #b89b5b;
  font-size: 1em;
  text-decoration: none;
  position: relative;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #3b2c1a;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
  transition: background 0.3s, color 0.3s;
  border: 1px solid rgba(255,255,255,0.2);
}

.button:hover {
  background: #6e2c1f;
  color: #fff;
  animation: anima-button 0.6s;
}

@keyframes anima-button {
  0% {
    box-shadow: 0 0 0 0 rgba(110, 44, 31, 0.5); /* 赤茶に近い色 */
  }
  100% {
    box-shadow: 0 0 0 1.2em rgba(0, 0, 0, 0);
  }
}

.foot {
  padding-bottom: 100px;
}

.form p {
  text-align: center;
}

/*動き*/

.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: all 3s ease;
}

.fade-in.show {
  opacity: 1;
  transform: translateY(0);
}