/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@charset "UTF-8";
/*————————————————————————————————————————————

リセットCSS

———————————*/

/* フォント、カラー、背景 */
blockquote, body, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, td, textarea, th, ul{
    color: #ffffff;     /* 文字色指定 */
    font-family: "Shippori Mincho", serif;
    font-style: normal;
}

.karadasagashi{
    background-color: #000000;
}

/* header */
.header{
   position: fixed;         /* ← これで追従 */
  top: 0;                  /* 画面の最上部に */
  left: 0;
  width: 100%;             /* 横幅いっぱいに */
  z-index: 1000;           /* 他の要素より前面に */
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 40px;
  box-sizing: border-box;
}
.header img{
    width: 200px;
    margin: 14px 0px 0px 0px;
}
.header ul{
    display: flex;
    gap: 40px;
    justify-content: left;
}

.fv{
 position: relative;
}
.fv-title{
    width: 70%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* カラダ探しと城島コラボについて */
.colab{
    text-align: center;
    margin-bottom: 130px;
}
.colab h1{
  font-size: 1.8rem;
}
.colab p{
    font-size: 1.2rem;
    margin: 50px;
    line-height: 44px;
}
.colab img{
    margin: 0 auto;
    width: 54%;
}

.intoro{
    text-align: center;
    padding: 76px 50px;
    margin: 0px 20%;
    border: solid 1px #CC0110;
}
.intoro h2{
    font-size: 1.5rem;
}
.intoro p{
    margin: 40px;
    line-height: 34px;
}
.intoro .red{
    font-size: 1.3rem;
    color: #CC0110;
    line-height: 42px;
}

.event-red{
    text-align: center;
    font-size: 2.2rem;
    color: #CC0110;
    padding: 200px;
    letter-spacing: 0.5em;
}

.blood-bk {
  position: relative; 
  margin: 0 auto; 
}

.blood {
  position: absolute;
  top: -100px;
  left: 0;
  height: auto;
}

.event-red {
  position: relative;
}

/* footer */
.footer{
    background-color: #CC0110;
    padding-top: 40px;
}
.footer img{
    margin: 20px auto;
    width: 288px;
}
.footer ul{
    display: flex;
    gap: 40px;
    margin: 40px;
    justify-content: center;
}
.kijimakogenpark_logo{
    width: 250px !important;
}
.footer p{
    font-size: 0.6rem;
    padding: 44px 0px 10px;
    text-align: center;
}

/* スマホ */
@media screen and (min-width:768px) {
    .sp-only{
        display: none;
    }
    .logo-block{
        display: flex;
        gap: 20px;
        justify-content: center;
    }
}
@media screen and (max-width:768px) {
    .pc-only{
        display: none;
    }

    .header {
    padding: 0px 8px;
    }
    .fv-title {
    width: 90%;
    }
    .header img {
    width: 120px;
    }
    .colab {
    margin: 24px 10%;
    }
    .colab h1 {
    font-size: 1rem;
    }
    .colab p {
    font-size: 0.8rem;
    margin: 8px;
    line-height: 28px;
    }
    .colab img {
    width: 100%;
    margin-top: 30px;
    }
    .intoro {
    padding: 34px 2px;
    margin: 55px 8%;
    }
    .intoro h2 {
    font-size: 1.1rem;
    }
    .intoro p {
    margin: 18px;
    line-height: 28px;
    font-size: 12px;
    }
    .intoro .red {
    font-size: 1.1rem;
    line-height: 35px;
    }
    .intoro iframe{
    width: 280px;
    height: 162.5px;
    }
    .event-red {
    font-size: 1rem;
    padding: 40px 0;
    }
    .blood {
    top: 0px;
    }
    .blood-bk {
    margin-bottom: 40px;
    }
    .footer img {
    width: 180px;
    }
    .footer ul {
    gap: 20px;
    margin: 28px;
    }
    .kijimakogenpark_logo {
    width: 200px !important;
    }

    
}

