@charset "UTF-8";
/*--------------------
メインコンテンツ
--------------------*/

@media screen and (max-width: 767px) {

  #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;
    width: 100%;
  }

  #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;
    flex-wrap: wrap;
    padding: 0;
    display: flex;
    animation-name: fadein;
    animation-duration: 2s;
  }

  .align-center {
    text-align: center;
  }

  .cols.cols_1>.col {
    flex-basis: calc(80% / 1);
    max-width: calc(80% / 1);
    padding: 1.25%;
    margin: 0 auto;
	}

  .rq {
    margin-bottom: 50px;
  }

  /*鬼滅css*/
  
  .discription p {
    margin: 15px 0;
    line-height: 1.7;
    font-size: 1em;
  }

  .red {
    font-size: 1.5em;
    color: #D11C2C;
  }

  .wrapper {
    max-width: 750px;
    padding: 0 1em;
    margin: 0 auto;
  }
  
  .top {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 100px;
  }
  
  .tp {
    width: 90%;
  }
  
  .title {
    text-align: center;
    margin: 0;
    padding: 30px 0;
    font-size: 1.4rem;
    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);
    word-break: normal;
    overflow-wrap: break-word;
  }

  .block {
    display: inline-block;
    white-space: nowrap;
  }

  .br {
    display: block;
    font-size: 1.1rem;
  }

  .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: 150px;
  }

  .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: 90%;
    margin: 0 auto;
    padding: 1em;
  }

  .sup-item {
    width: calc(50% - 10px);
    text-align: center;
  }

  .imgres {
    max-width: 100%;
    height: auto;
  }

  /*wrapper*/

  .pri {
    text-align: center;
    background-color: rgba(122, 30, 35, .8);
    padding: 5em;
    position: relative;
    z-index: 0;
  }

  .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 {
    font-size: 1.5em;
    color: #ffcc00;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); /* しっかり目に */
  }

  .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 img {
    width: 100%;
    margin-bottom: 20px;
  }

  .hole span {
    font-size: 1.1em;
    font-weight: bold;
  }

  .hole figure {
    width: 100%;
    margin: 0;
  }

  .cale {
    width: 100%;
    margin-top: 30px;
  }

  .button {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 190px;
    margin: 30px auto;
    padding: 1em;
    background: #b89b5b;
    font-size: .85em;
    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);
  }

  .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);
  }
}