@charset "utf-8";

/*-----------------
共通
------------------*/
body.js-hide {
  opacity: 0;
  pointer-events: none;
}
/* ヘッダー↓ */
.header.under .header__nav {
  opacity: 0;
  pointer-events: none;
}
.nav__listLink {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.22em;
}
.nav__listItem {
  margin-bottom: 35px;
}
.header__left {
  position: relative;
  z-index: 999;
}
body.fixed .header-img.headerLogoScroll.-after {
  opacity: 0;
}
body.fixed .header-img.headerLogoScroll.-before {
  opacity: 1;
}
.ham.open .ham__lineWrapper span.headerColorScroll {
  background-color: #294997 !important;
}

@media screen and (max-width: 750px) {
  /* .header-img.-after {
    opacity: 1;
  }
  .header-img.-before {
    opacity: 0;
  }
  .ham__lineWrapper span {
    background: #fff;
  } */
}
/* ヘッダー↑ */

.kumakatsu {
  font-family: "Noto Sans JP", sans-serif;
  overflow: hidden;
}
.to-top {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}

.to-top.is-active {
  opacity: 1;
  visibility: visible;
}
.top__link {
  max-width: 100px;
  width: 7.7%;
  position: fixed;
  bottom: 16px;
  right: 20px;
  z-index: 2;
}

.inner-1366 {
  max-width: 1366px;
  margin: 0 auto;
  width: 87%;
  position: relative;
}
.inner-850 {
  max-width: 850px;
  padding: 109px 0 123px;
  margin: 0 auto;
  width: 100%;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.sec {
  position: relative;
}

.sec__en {
  position: absolute;
  top: 45px;
  left: 38px;
}
.sec__en-icon {
  display: block;
  width: 10px;
  height: 12px;
  position: absolute;
  top: 0;
  left: 4px;
  /* top: 0%;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0); */
}
.sec__en-ttl {
  display: block;
  padding-top: 25px;
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  letter-spacing: 0.18em;
  font-size: 16px;
  color: #fff;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.sec__en-ttl.u-blue {
  color: #294997;
}
.sec__txt {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.3em;
  line-height: 3.4;
  color: #fff;
  text-align: center;
}
.sec__txt.u-blue,
.sec__txt02.u-blue {
  color: #294997;
}
.sec__txt02 {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 3;
  text-align: center;
  color: #fff;
}
.sec__ttl {
  max-width: 295px;
  padding: 14px 5px;
  margin: 0 auto 45px;
  background: #294997;
  border-radius: 999px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.2em;
  color: #fff;
  text-align: center;
}
.sec__ttl.type02 {
  border: 1px solid #fff;
}
.sec__mainPic {
  margin-bottom: 61px;
}
.sec__mainPic .img {
  border-radius: 12px;
}
.sec__subTtl {
  margin-bottom: 27px;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.26em;
  line-height: 1.5;
  text-align: center;
  color: #fff;
}
.sec__subTtl.u-blue {
  color: #294997;
}

/*-----------------
fv
------------------*/
.fv {
  height: 100vh;
  position: relative;
}
.fv__pic {
  height: 100%;
}
.fv__pic .img {
  height: 100%;
  object-fit: cover;
}
.fv__logo {
  width: 41%;
  max-width: 558px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.fv__txt {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.4em;
  line-height: 2.326;
  color: #fff;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  top: 10%;
  right: 22%;
}
/*-----------------
about
------------------*/
.about__ttl {
  margin-bottom: 55px;
  font-size: 38px;
  font-weight: 700;
  letter-spacing: 0.22em;
  color: #fff;
  text-align: center;
}
.about .sec__ttl {
  margin-bottom: 60px;
}
/*-----------------
act
------------------*/
.act__parent {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto auto;
  gap: clamp(20px, 2vw, 35px);
}

.act__list01 {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
  background: #244595;
  border-radius: 12px;
}

.act__list02 {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
  background: #244595;
  border-radius: 12px;
}

.act__list03 {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
  background: #244595;
  border-radius: 12px;
}

.act__list04 {
  grid-column: 1 / 3;
  grid-row: 3 / 4;
  background: #244595;
  border-radius: 12px;
}
.act__listLink {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  border: 2px solid #244595;
  position: relative;
  overflow: hidden;
}
.act__listLink:hover.act__listLink .img {
  transform: scale(1.1);
}
.act__listLink.u-green {
  border: 2px solid #244595;
}
.act__listLink .img {
  border-radius: 12px;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.act__ttl {
  width: 72%;
  max-width: 291px;
  padding: 20px 5px;
  background: #294997;
  clip-path: polygon(14% 0, 100% 0, 100% 100%, 0% 100%);
  /* border-radius: 0 0 12px 0; */
  /* border: 1px solid #294997; */
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.22em;
  color: #fff;
  text-align: center;
  position: absolute;
  right: -1px;
  bottom: -1px;
}
.act__ttlSpan {
  display: inline-block;
  transform: translate(13px, 0px);
}
.act__listLink.u-green .act__ttl {
  background: #0e5f32;
}
/*-----------------
grass
------------------*/
/* youtube埋め込み ↓ */
.youtube-wrap {
  width: 95%;
  max-width: 800px;
  padding-top: 53%;
  margin: 75px auto 0;
  position: relative;
}

.youtube-wrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* Overlay image styles */

.youtube-wrap {
  width: 95%;
  max-width: 800px;
  position: relative;
}

.youtube-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: opacity 0.3s ease-out;
  cursor: pointer;
}

.youtube-overlay::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../imgs/kumakatsu/movie_cover_img02.jpg");
  background-size: cover;
  background-position: center center;
  border-radius: 20px;
}

.youtube-wrap iframe {
  width: 100%;
  border-radius: 20px;
}

.youtube-overlay.hidden {
  display: none;
}

/* youtube埋め込み ↑ */
/*-----------------
public
------------------*/
.public__wrap {
  max-width: 640px;
  padding: 35px 15px 29px;
  margin: 59px auto 96px;

  position: relative;
}
.public__border {
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  pointer-events: none;
}
/* 上辺 */
.public__border.top {
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-image: url("../imgs/kumakatsu/square-border_x.svg");
}

/* 下辺 */
.public__border.bottom {
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-image: url("../imgs/kumakatsu/square-border_x.svg");
}

/* 左辺 */
.public__border.left {
  top: 0;
  bottom: 0;
  left: 0;
  width: 2px;
  background: url("../imgs/kumakatsu/square-border_y.svg") center center /
    contain;
}

/* 右辺 */
.public__border.right {
  top: 0;
  bottom: 0;
  right: 0;
  width: 2px;
  background: url("../imgs/kumakatsu/square-border_y.svg") center center /
    contain;
}
.public__ttl {
  margin-bottom: 26px;
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 22px;
  letter-spacing: 0.2em;
  color: #294997;
  text-align: center;
}
.public__list {
  width: fit-content;
  margin: 0 auto 20px;
}
.public__listItem {
  padding-left: 1.7em;
  text-indent: -1.7em;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.24em;
  line-height: 2.357;
  /* color: #808080; */
  color: #294997;
}
.public__more {
  display: block;
  padding-right: 51px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.24em;
  color: #294997;
  text-align: right;
}
.public__modalWrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2vw;
}
.public__modal {
  width: calc((100% - 4vw) / 3);
}
.public__modalImg,
.public__remodalImg {
  border-radius: 12px;
}
.public__modalImg {
  transition: transform 0.6s ease;
}

.public__modalLink:hover .public__modalImg {
  transform: scale(1.1);
}

.public__modalLink {
  cursor: pointer;
  border-radius: 12px;
  overflow: hidden;
}
.remodal {
  border-radius: 12px;
}

/*-----------------
sanpo
------------------*/
.sanpo .sec__mainPic {
  margin-bottom: 0;
}
.sanpo__img {
  background-position: center center;
  background-size: cover;
  /* transition: transform 0.6s ease; */
}

.sanpo__link {
  display: block;
  overflow: hidden;
  border-radius: 12px;

  position: relative;
}

/* .sanpo__link:hover .sanpo__img {
  transform: scale(1.1);
} */
.sanpo__frameImg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2; /* 枠を最前面に */
  pointer-events: none; /* クリック透過 */
}
/*-----------------
report
------------------*/
.report__content {
  max-width: 700px;
  margin: 0 auto 15px;
}

/*-----------------
partnership
------------------*/
.partnership__wrap {
  padding: 79px 15px 90px;
  background: #fff;
  border-radius: 20px;
}

.partnership__content {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.partnership__imgWrap {
  width: 100%;
  max-width: 229px;
  margin: 0 auto 36px;
}
@media screen and (max-width: 1350px) {
  .fv__txt {
    right: 15%;
  }
  .sec__en {
    top: 15px;
  }
  .sec__en-ttl {
    font-size: 12px;
  }
  .sec__en-icon {
    left: 1px;
  }
}
@media screen and (max-width: 750px) {
  /*-----------------
共通
------------------*/
  .inner-850 {
    padding: 77px 0 81px;
  }
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
  .sec__ttl {
    max-width: 280px;
  }

  .sec__txt {
    font-size: 15px;
    line-height: 2.733;
    letter-spacing: 0.28em;
  }
  .sec__txt02 {
    line-height: 2.66;
    font-size: 14px;
  }
  .sec__en {
    display: none;
  }
  .sec__subTtl {
    margin-bottom: 26px;
    font-size: 21px;
  }
  .sec__mainPic {
    width: 100vw;
    margin: 0 calc(50% - 50vw) 52px;
  }
  .sec__mainPic .img {
    border-radius: 0;
  }
  .sanpo .sec__mainPic {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
  }
  .sanpo .sec__mainPic .img {
    border-radius: 12px;
  }
  .to-top {
    display: none;
  }
  /*-----------------
fv
------------------*/
  .fv__logo {
    width: 65%;
    max-width: 350px;
  }
  .fv__txt {
    font-size: 16px;
    letter-spacing: 0.26em;
    line-height: 1.8675;
    top: 9%;
    right: 3%;
  }
  /*-----------------
about
------------------*/
  .about__ttl {
    margin-bottom: 38px;
    font-size: 26px;
  }
  /*-----------------
act
------------------*/
  .act__parent {
    max-width: 280px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    row-gap: 22px;
    max-height: none;
  }
  .act__list01,
  .act__list02,
  .act__list03,
  .act__list04 {
    max-width: 450px;
    margin: 0 auto;
  }

  .act__ttl {
    width: 100%;
    max-width: none;
    clip-path: none;
    font-size: 22px;
    right: 0px;
    bottom: -1px;
    font-size: 18px;
  }
  .act__ttlSpan {
    transform: none;
  }

  /*-----------------
grass
------------------*/
  .grass .inner-1366 {
    width: 100%;
  }
  /* youtube埋め込み ↓ */
  .youtube-wrap {
    width: 89%;
    /* max-width: 320px; */
    /* padding-top: 180px; */
    padding-top: 50%;
    margin-top: 50px;
  }

  .youtube-overlay::before {
    background-image: url(../imgs/kumakatsu/movie_cover_img02.jpg);
  }

  /* youtube埋め込み ↑ */

  /*-----------------
public
------------------*/
  .public__wrap {
    /* width: 88%; */
    max-width: 300px;
    padding: 35px 22px 40px 32px;
    margin: 41px auto 55px;
  }
  .public__listItem {
    font-size: 12px;
  }
  .public__ttl {
    margin-bottom: 31px;
  }
  .public__more {
    padding-right: 0;
  }
  .public__modalWrap {
    max-width: 300px;
    margin: 0 auto;
  }
  .public__modal {
    width: calc((100% - 2vw) / 2);
  }
  /*-----------------
report
------------------*/
  .report__content {
    max-width: 360px;
  }
  /*-----------------
partnership
------------------*/
  .partnership__imgWrap {
    max-width: 200px;
    margin: 0 auto 39px;
  }
}
