@charset "utf-8";

/* ↓↓↓ common ↓↓↓ */
* {
  margin: 0;
  box-sizing: border-box;
}

a:hover {
  color: #231f20;
}

.dir-under .wrap {
  position: relative;
  background: url(../images/main-under-bg.jpg) repeat-y;
  background-size: 100% auto;
  background-position: top center;
}

@media screen and (max-width: 768px) {
  .dir-under .wrap {
    background: url(../images/main-under-bg_sp.jpg) no-repeat;
    background-size: 100% auto;
    background-position: bottom center;
  }
}

.dir-under .wrap::before {
  content: '';
  position: absolute;
  translate: -50% 0;
  top: 0;
  left: 50%;
  max-width: 1280px;
  width: 100%;
  height: 100%;
  background: url(../images/deco-under-bg.png) repeat-y;
  background-size: 100% auto;
}

@media screen and (max-width: 768px) {
  .dir-under .wrap::before {
    background: url(../images/deco-under-bg_sp.png) repeat-y;
    background-size: 100% auto;
  }
}

.title-group {
  position: relative;
  z-index: 1;
}

.title-group .page-title {
  position: relative;
  font-size: clamp(5rem, calc(64/1280*100vw), 6.4rem);
  font-weight: 400;
  font-family: var(--rammetto);
  letter-spacing: 0.048em;
  color: #fff;
  -webkit-text-stroke: 2px #000;
  filter: drop-shadow(8px 8px 0 #55D6C2);
  padding-bottom: 8px;
  margin: 0;
  overflow: hidden;
  opacity: 0;
}

@media screen and (max-width: 1020px) {
  .title-group .page-title.-pc {
    display: none;
  }

  .title-group .page-title.-sp {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .title-group .page-title {
    font-family: var(--rammetto);
    text-align: center;
    font-size: 4rem;
    padding-bottom: 0;
    filter: drop-shadow(4px 4px 0 #55D6C2);
  }
}

.title-group .page-title span {
  translate: 0 200%;
  display: inline-block;
}

.title-group .sub-title {
  position: relative;
  display: block;
  width: max-content;
  font-size: 1.4rem;
  font-weight: 700;
  font-family: var(--zenKakuAntique);
  text-align: center;
  line-height: 1;
  border: 2px solid #000;
  border-radius: 40px;
  padding: 11px 30px;
  margin: 0 0 20px;
  background-color: #fff;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .title-group .sub-title {
    margin: 0 auto 20px;
  }
}

.title-group .sub-title::before {
  content: '';
  position: absolute;
  translate: 0 100%;
  bottom: 0;
  left: 35px;
  width: 22px;
  height: 15px;
  clip-path: polygon(20% 0, 0% 100%, 100% 0);
  background-color: #000;
}

.title-group .sub-title::after {
  content: '';
  position: absolute;
  translate: 0 100%;
  bottom: 1px;
  left: 38px;
  width: 18px;
  height: 12px;
  clip-path: polygon(20% 0, 0% 100%, 100% 0);
  background-color: #fff;
}

.title-group .deco01 {
  position: absolute;
  bottom: -10px;
  right: 155px;
  width: 106px;
}

@media screen and (max-width: 768px) {
  .title-group .deco01 {
    position: absolute;
    bottom: -4px;
    right: 21px;
    width: 66px;
  }
}
/* ↑↑↑ common ↑↑↑ */

/* ↓↓↓ fv-area ↓↓↓ */
.fv-area {
  position: relative;
  max-width: calc(1080px + 70px * 2);
  margin: 0 auto;
}

.fv-area .inner {
  padding: 42px 70px 0;
}

@media screen and (max-width: 768px) {
  .fv-area .inner {
    padding: 37px 0 0;
  }
}
/* ↑↑↑ fv-area ↑↑↑ */

/* ↓↓↓ catch-area ↓↓↓ */
.catch-area {
  position: relative;
  max-width: calc(1080px + 70px * 2);
  margin: 12px auto 0;
}

@media screen and (max-width: 768px) {
  .catch-area {
    margin: 24px auto 0;
  }
}

.catch-area .inner {
  position: relative;
  padding: 0 70px 0;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .catch-area .inner {
    padding: 0 32px 0;
  }
}

.catch-area .catch-textgroup {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 60px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .catch-area .catch-textgroup {
    font-size: 1.4rem;
    letter-spacing: 0.01em;
    margin-top: 24px;
    margin-bottom: 0;
    text-align: center;
  }
}

.catch-area .catch-textgroup .attention {
  display: block;
  font-size: 1.4rem;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .catch-area .catch-textgroup .attention {
    font-size: 1.2rem;
    font-weight: 500;
    text-align: center;
    margin-top: 16px;
  }
}
/* ↑↑↑ catch-area ↑↑↑ */

/* ↓↓↓ company_movie ↓↓↓ */
.company_movie {
  max-width: 1220px;
  background-color: transparent;
  padding: 0 70px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .company_movie {
    max-width: 100%;
    background-color: transparent;
    padding: 0 32px;
    margin: 0 auto;
  }
}

.company_movie .container {
  position: relative;
  max-width: 100%;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .company_movie .container {
    max-width: 100%;
  }
}

@media screen and (max-width: 1100px) {
  .container {
    width: auto;
    padding: 0;
  }
}

.company_movie .container .list-movie {
  display: flex;
  column-gap: 3.148148148148148%;
  flex-wrap: wrap;
  margin: 56px 0 0;
  overflow: visible;
}

@media screen and (max-width: 768px) {
  .company_movie .container .list-movie {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 32px 0 0;
  }
}

.company_movie .container .list-movie + .list-movie {
  margin: 0;
}

.company_movie .container .list-movie li {
  position: relative;
  width: 31.2037037037037%;
  margin-right: 0;
  margin-bottom: 48px;
  float: unset;
}

@media screen and (max-width: 768px) {
  .company_movie .container .list-movie li {
    width: 100%;
    margin-bottom: 32px;
  }
}

.company_movie .container .list-movie li .wrap-img {
  position: relative;
  border: 4px solid #DFB2F4;
  border-radius: 32px;
  overflow: hidden;
  filter: drop-shadow(6px 6px 3px rgba(0, 0, 0, 0.51));
  transition: border 300ms ease;
}

.company_movie .container .list-movie li .wrap-img::before {
  content: '';
  position: absolute;
  translate: -50% -50%;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  backdrop-filter: brightness(0.84);
  -webkit-backdrop-filter: brightness(0.84);
  background-color: rgba(0, 0, 0, 0.24);
  z-index: 0;
  transition: opacity 300ms ease;
}

.company_movie .container .list-movie li .title-sub {
  width: fit-content;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  padding: 4px 24px;
  background-color: #DFB2F4;
  border-radius: 56px;
  margin: 0 auto;
  line-height: 1.4;
}

.company_movie .container .list-movie li .title {
  font-size: clamp(1.4rem, 20 / 1220 * 100vw, 2.0rem);
  font-weight: 700;
  line-height: 1.6;
  margin-top: 8px;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .company_movie .container .list-movie li .title {
    font-size: 1.4rem;
  }
}

.company_movie .container .list-movie li .start-btn {
  position: absolute;
  translate: -50% -50%;
  top: 50%;
  left: 50%;
  width: 72px;
  height: auto;
  aspect-ratio: 1 / 1;
  background-color: rgba(255, 255, 255, 0.72);
  border: 1px solid #fff;
  border-radius: 50%;
  transition: background-color 300ms ease;
}

.company_movie .container .list-movie li .start-btn::before {
  content: '';
  position: absolute;
  translate: -50% -50%;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 14px;
  aspect-ratio: 18 / 14;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  background-color: #000;
  transition: background-color 300ms ease;
}

@media screen and (min-width: 769px) {
  .company_movie .container .list-movie li a:hover .wrap-img {
    border: 4px solid transparent;
  } 

  .company_movie .container .list-movie li a:hover .wrap-img::before {
    opacity: 0;
  }
  
  .company_movie .container .list-movie li a:hover .start-btn {
    background-color: #fff;
  }

  .company_movie .container .list-movie li a:hover .start-btn::before {
    background-color: #DFB2F4;
  }
}

.company_movie .container .deco01 {
  position: absolute;
  bottom: 125px;
  left: 480px;
  width: 62px;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .company_movie .container .deco01 {
    bottom: unset;
    top: 62.045%;
    left: 10px;
    width: 35px;
    scale: -1 1;
  }
}

.company_movie .container .deco02 {
  position: absolute;
  top: 80px;
  right: 60px;
  width: 102px;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .company_movie .container .deco02 {
    top: 78.515%;
    right: 5px;
    width: 47px;
  }
}

/* ↑↑↑ company_movie ↑↑↑ */