@charset "UTF-8";
/* Break point
---------------------------------------------------------- */
/* ==========================================================================//
//
//　変数
//
// ========================================================================== */
:root {
  /* Color
  ---------------------------------------------------------- */
  --color-font: #2B1406;
  --color-point: #E11D1D;
  --color-point2: #FAE64C;
  --color-point3: #05503a;
  --color-pink: #FF4C4C;
  --color-back: #cdb798;
  --color-gray: #DCDCDC;
  /* Font
  ---------------------------------------------------------- */
  --font-jp: "Kiwi Maru", sans-serif;
  --font11: 0.7rem;
  --font12: 0.79rem;
  --font13: 0.81rem;
  --font14: 0.88rem;
  --font15: 0.94rem;
  --font16: 1rem;
  --font17: 1.06rem;
  --font18: 1.12rem;
  --font20: 1.25rem;
  --font22: 1.42rem;
  --font24: 1.5rem;
  --font25: 1.56rem;
  --font28: 1.75rem;
  /*
  ---------------------------------------------------------- */
  --shadow:drop-shadow(0 4px 2px rgba(0,0,0,0.25));
  --boxshadow: 0px 4px 5px rgba(0,0,0,0.25);
}

/* Placeholder
---------------------------------------------------------- */
/* FV
---------------------------------------------------------- */
.p-top__fv__title {
  margin-top: 13%;
  position: absolute;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-top__fv__title {
    margin-top: 4%;
  }
}
.p-top__fv__title .inner {
  width: 40%;
  min-width: 8.4em;
  max-width: 14em;
  text-align: center;
  font-size: clamp(0.7rem, 2.5vw, 1.125rem);
}
@media screen and (min-width: 768px) {
  .p-top__fv__title .inner {
    width: 18%;
    font-size: clamp(0.8rem, 0.466rem + 0.7vw, 1.3rem);
  }
}
.p-top__fv__title .title_sub {
  display: inline-block;
  padding-bottom: 5%;
}
.p-top__fv__title .title_main {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.p-top__fv__image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
  max-height: 50rem;
}

/* News
---------------------------------------------------------- */
.p-top__news {
  padding: 1.2rem 0;
  border-top: 1px solid var(--color-font);
  border-bottom: 1px solid var(--color-font);
}
@media screen and (min-width: 768px) {
  .p-top__news {
    padding: 1.2rem;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-top__news .title {
  padding-bottom: 1rem;
  display: grid;
  grid-template-columns: 1fr auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .p-top__news .title {
    grid-template-columns: 1fr;
    padding-bottom: 0;
  }
}

/* Introduction
---------------------------------------------------------- */
.p-top__intro__top .area_texture {
  position: relative;
  background: url(../images/back_texture.png) #fff;
}
.p-top__intro__top .texture-top {
  position: absolute;
  bottom: calc(100% - 1px);
  width: 120%;
  max-height: 7rem;
  overflow: hidden;
  left: -10%;
}
.p-top__intro__top .texture-top .texture {
  position: absolute;
  top: 0;
  left: 0;
}
.p-top__intro__top .image_uguisu {
  display: block;
  width: 30%;
  max-width: 10rem;
  position: absolute;
  top: 0;
  right: 0;
}
.p-top__intro__top .image_ishikawa {
  position: relative;
  z-index: 5;
  background-image: url(../images/img_back_intro_SP.jpg);
  background-position: top;
}
@media screen and (min-width: 768px) {
  .p-top__intro__top .image_ishikawa {
    background-image: url(../images/img_back_intro.jpg);
    background-position: revert;
  }
}
.p-top__intro__top .image_ishikawa .fukidashi {
  width: 12%;
  position: absolute;
  top: 0;
  right: 0%;
  z-index: 6;
}
.p-top__intro__top .image_ishikawa .image-container::before {
  content: "";
  display: block;
  width: 100%;
  height: 6rem;
  background: url(../images/back_texture.png) #fff;
  position: absolute;
  top: -1px;
}
.p-top__intro__top .image_ishikawa .image-container .texture-bottom {
  position: absolute;
  top: calc(6rem - 2px);
  width: 120%;
  max-height: 7rem;
  overflow: hidden;
  left: -10%;
}
.p-top__intro__top .image_ishikawa .image-container .texture-bottom img:first-of-type {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
  max-height: 7rem;
}
.p-top__intro__top .image_ishikawa .image-container .texture-bottom .texture {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.p-top__intro__top .image_ishikawa .image-container .image {
  margin: 0 auto;
  display: block;
  position: relative;
  z-index: 5;
  width: 90%;
  max-width: 26rem;
}
@media screen and (min-width: 768px) {
  .p-top__intro__top .image_ishikawa .image-container .image {
    max-width: 33rem;
  }
}
.p-top__intro__bottom {
  background: var(--color-point3) url(..//images/back_texture_02.jpg);
  background-blend-mode: soft-light;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-top__intro__bottom .grid-block {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 3rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

/* Committee
---------------------------------------------------------- */
.p-top__committee {
  position: relative;
  background-color: var(--color-back);
}
.p-top__committee::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/back_texture_02.jpg);
  background-repeat: repeat;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: soft-light;
}
.p-top__committee .project-icon__01 {
  width: 3rem;
}
.p-top__committee .project-icon__02 {
  width: 4.5rem;
}
.p-top__committee .project-icon__03 {
  width: 3.2rem;
}
.p-top__committee .project-card {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  row-gap: 0;
}
.p-top__committee__instagram {
  padding: 2rem 1.5rem 3rem;
  display: block;
  background-color: var(--color-point2);
  border-radius: 1rem;
  border: 3px solid #fff;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-top__committee__instagram {
    padding: 2.8rem 3rem 3rem;
    display: grid;
    grid-template-columns: auto 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.8rem;
  }
}
.p-top__committee__instagram .text {
  width: 150px;
}
.p-top__committee__instagram .cta {
  padding: 0.5em 0.5em 0.4em 1em;
  background-color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 1rem 0 0 0;
}
.p-top__committee__scroll-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.8em;
  overflow: hidden;
  container-type: inline-size;
}
.p-top__committee__scroll-item .fukidashi {
  position: absolute;
  right: 5%;
  z-index: 11;
  width: 25%;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
.p-top__committee__scroll-item .item {
  --item-w: 180cqw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8em;
  width: var(--item-w);
}
@media screen and (min-width: 768px) {
  .p-top__committee__scroll-item .item {
    --item-w: 100cqw;
  }
}
.p-top__committee__scroll-item .item > picture {
  border: 4px solid #fff;
}
.p-top__committee__scroll-item .item > picture img {
  width: calc(var(--item-w) / 6);
}
.p-top__committee__scroll-item .item:first-of-type {
  -webkit-animation: scroll 30s -30s linear infinite;
          animation: scroll 30s -30s linear infinite;
}
.p-top__committee__scroll-item .item:nth-of-type(2) {
  -webkit-animation: scroll 30s linear infinite;
          animation: scroll 30s linear infinite;
}
.p-top__committee .texture-end {
  width: 100%;
  position: absolute;
  top: calc(100% - 2px);
  z-index: 2;
  max-height: 7rem;
  overflow: hidden;
}
.p-top__committee .texture-end img:first-of-type {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
  max-height: 7rem;
}
.p-top__committee .texture-end .texture {
  position: absolute;
  bottom: 0;
  left: 0;
  mix-blend-mode: soft-light;
}

/* Footer image
---------------------------------------------------------- */
.p-top__bottom-image img {
  max-height: 20rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-top__bottom-image img {
    max-height: 40rem;
  }
}

/* ==================================================================

  アニメーション

================================================================== */
@media (prefers-reduced-motion: no-preference) {
  @-webkit-keyframes scroll {
    from {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
    }
  }
  @keyframes scroll {
    from {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
    }
  }
  @-webkit-keyframes scroll2 {
    from {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(-200%);
              transform: translateX(-200%);
    }
  }
  @keyframes scroll2 {
    from {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(-200%);
              transform: translateX(-200%);
    }
  }
}