@charset "UTF-8";
.playfair-display {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.font-DinMed {
  font-family: "din-condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
}

@keyframes slideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-100%);
  }
}
@keyframes fadeUpAnime {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
/* fadeUpをするアイコンの動き */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.8s;
  animation-delay: 0.2s;
  opacity: 0;
  animation-fill-mode: forwards;
}

.fadeUp2 {
  animation-name: fadeUpAnime;
  animation-duration: 0.8s;
  animation-delay: 0.4s;
  opacity: 0;
  animation-fill-mode: forwards;
}

.fadeUp3 {
  animation-name: fadeUpAnime;
  animation-duration: 0.8s;
  animation-delay: 0.6s;
  opacity: 0;
  animation-fill-mode: forwards;
}

.fadeUp4 {
  animation-name: fadeUpAnime;
  animation-duration: 0.8s;
  animation-delay: 0.8s;
  opacity: 0;
  animation-fill-mode: forwards;
}

.fadeUp5 {
  animation-name: fadeUpAnime;
  animation-duration: 0.8s;
  animation-delay: 1s;
  opacity: 0;
  animation-fill-mode: forwards;
}

.fadeUp6 {
  animation-name: fadeUpAnime;
  animation-duration: 0.8s;
  animation-delay: 1.2s;
  opacity: 0;
  animation-fill-mode: forwards;
}

.preparation {
  font-size: 7.2rem;
  text-align: center;
  line-height: 1;
  letter-spacing: -0.5px;
}
@media screen and (max-width: 768px) {
  .preparation {
    font-size: 6rem;
  }
}

#loader .loader-slide {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  min-height: 104vh;
  z-index: 9999;
  background-color: #c8102e;
  display: flex;
  align-items: center;
  justify-content: center;
}
#loader .loader-slide.open {
  animation-name: slideOut;
  animation-fill-mode: forwards;
  animation-duration: 1s;
  animation-delay: 2s;
}
#loader .loader-slide svg {
  width: 240px;
}

article header {
  width: auto;
}
@media screen and (max-width: 768px) {
  article header {
    width: auto;
  }
}
article header h2 {
  font-size: 6rem;
  letter-spacing: 4px;
  padding-bottom: 20px;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  article header h2 {
    width: auto;
  }
}
article header h2:after {
  content: "";
  width: 80px;
  height: 2px;
  position: absolute;
  left: calc(50% - 40px);
  bottom: 0;
  background: #000;
}
article header i {
  display: block;
  padding: 20px 0 0;
  letter-spacing: 2px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  article header i {
    width: auto;
  }
}

/*============================
#title
============================*/
article#title {
  width: auto;
  margin-top: 85px;
}
@media screen and (max-width: 768px) {
  article#title {
    width: auto;
    margin-top: 72px;
  }
}
article#title img.bg {
  width: 100%;
}
@media screen and (max-width: 768px) {
  article#title img.bg {
    position: absolute;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
article#title video.bg {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  -o-object-fit: cover;
  object-fit: cover;
}
article#title section.full {
  width: 100%;
}
@media screen and (max-width: 768px) {
  article#title section.full {
    width: 100%;
  }
}
article#title section.full img.logo {
  width: 360px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  article#title section.full img.logo {
    width: 240px;
  }
}

/*============================
#about
============================*/
article#about {
  width: auto;
}
@media screen and (max-width: 768px) {
  article#about {
    width: auto;
  }
}
article#about header {
  max-width: 1280px;
  padding: 80px 40px 40px;
  text-align: center;
  margin: auto;
}
@media screen and (max-width: 768px) {
  article#about header {
    padding-left: 20px;
    padding-right: 20px;
  }
}
article#about section.full {
  width: auto;
}
@media screen and (max-width: 768px) {
  article#about section.full {
    width: auto;
  }
}
article#about section.full div.wrap {
  padding: 0 40px;
  margin: auto;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 2px;
  max-width: 1080px;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  article#about section.full div.wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
article#about section.full div.wrap p {
  width: auto;
  max-width: 600px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  article#about section.full div.wrap p {
    width: auto;
  }
}
article#about .slick-track {
  display: flex;
}
article#about .slick-slide {
  height: auto !important;
}
@media screen and (max-width: 768px) {
  article#about ul.slicks {
    max-height: 200px;
  }
}
article#about ul.slicks .slick-list {
  height: 100%;
}
article#about ul.slicks .slick-list .slick-track {
  height: 100%;
}
article#about ul.slicks .slick-list .slick-track li {
  height: 100%;
}
article#about ul.slicks .slick-list .slick-track li .img_wrap {
  height: 100%;
}
article#about ul.slicks .slick-list .slick-track li .img_wrap img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  article#about ul.slicks .slick-list .slick-track li .img_wrap img {
    max-height: 200px;
  }
}

/*============================
#topics
============================*/
article#topics {
  background: #EDEDED;
}
article#topics header {
  max-width: 1280px;
  padding: 80px 40px 40px;
  text-align: center;
  margin: auto;
}
@media screen and (max-width: 768px) {
  article#topics header {
    padding-left: 20px;
    padding-right: 20px;
  }
}
article#topics section.full {
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  article#topics section.full {
    padding-bottom: 0px;
  }
}
article#topics section.full div.wrap {
  padding: 0 40px;
  margin: auto;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 2px;
  max-width: 1080px;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  article#topics section.full div.wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
article#topics section.full div.wrap ul {
  width: auto;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  article#topics section.full div.wrap ul {
    width: auto;
  }
}
article#topics section.full div.wrap ul li.news__content.featureImg {
  width: calc(33.3333333333% - 20px);
  margin-right: 30px;
  padding: 10px;
  background: #fff;
  margin-bottom: 40px;
  border-bottom: solid 5px #c8102e;
  box-shadow: rgba(0, 0, 0, 0.16) 0 5px 20px;
}
@media screen and (max-width: 768px) {
  article#topics section.full div.wrap ul li.news__content.featureImg {
    width: calc(50% - 5px);
    margin-right: 10px;
    margin-bottom: 20px;
  }
}
article#topics section.full div.wrap ul li.news__content.featureImg:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  article#topics section.full div.wrap ul li.news__content.featureImg:nth-child(3n) {
    margin-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  article#topics section.full div.wrap ul li.news__content.featureImg:nth-child(2n) {
    margin-right: 0px;
  }
}
article#topics section.full div.wrap ul li.news__content.featureImg a.link {
  width: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  article#topics section.full div.wrap ul li.news__content.featureImg a.link {
    width: auto;
  }
}
article#topics section.full div.wrap ul li.news__content.featureImg a.link img {
  width: 100%;
  max-height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  article#topics section.full div.wrap ul li.news__content.featureImg a.link img {
    max-height: 100px;
  }
}
article#topics section.full div.wrap ul li.news__content.featureImg a.link div.text__content {
  width: auto;
}
@media screen and (max-width: 768px) {
  article#topics section.full div.wrap ul li.news__content.featureImg a.link div.text__content {
    width: auto;
  }
}
article#topics section.full div.wrap ul li.news__content.featureImg a.link div.text__content div {
  width: auto;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  article#topics section.full div.wrap ul li.news__content.featureImg a.link div.text__content div {
    width: auto;
  }
}
article#topics section.full div.wrap ul li.news__content.featureImg a.link div.text__content div p {
  width: auto;
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  article#topics section.full div.wrap ul li.news__content.featureImg a.link div.text__content div p {
    width: auto;
  }
}
article#topics section.full div.wrap ul li.news__content.featureImg a.link div.text__content div span {
  width: auto;
}
@media screen and (max-width: 768px) {
  article#topics section.full div.wrap ul li.news__content.featureImg a.link div.text__content div span {
    width: auto;
  }
}
article#topics section.full div.wrap ul li.news__content.featureImg a.link div.text__content h3 {
  width: auto;
  font-size: 1.4rem;
  line-height: 1.6;
  padding-top: 20px;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  article#topics section.full div.wrap ul li.news__content.featureImg a.link div.text__content h3 {
    width: auto;
    letter-spacing: 0.5px;
    font-size: 12px;
    line-height: 1.4;
  }
}
article#topics section.full div.wrap div.btn_wrap {
  padding-top: 40px;
}
article#topics section.full div.wrap div.btn_wrap a.btn {
  background: #c8102e;
  color: #fff;
  width: 240px;
  padding: 18px 20px 15px;
  display: flex;
  align-items: center;
  letter-spacing: 2px;
  font-size: 24px;
  justify-content: center;
  line-height: 1;
  position: relative;
  margin: auto;
}
article#topics section.full div.wrap div.btn_wrap a.btn:before {
  content: "";
  background: #fff;
  height: 1px;
  width: 40px;
  right: 0;
  position: absolute;
}
article#topics section.full div.wrap div.btn_wrap a.btn:after {
  content: "";
  background: #c8102e;
  height: 1px;
  width: 40px;
  right: -40px;
  position: absolute;
}

article#talent header {
  max-width: 1280px;
  padding: 80px 40px 40px;
  text-align: center;
  margin: auto;
}
@media screen and (max-width: 768px) {
  article#talent header {
    padding-left: 20px;
    padding-right: 20px;
  }
}
article#talent section.full div.wrap {
  margin: auto;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 2px;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  article#talent section.full div.wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
article#talent section.full div.wrap h3 {
  text-align: center;
  padding: 20px 0;
}
article#talent section.full div.wrap ul {
  width: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  article#talent section.full div.wrap ul {
    width: auto;
  }
}
article#talent section.full div.wrap ul li.news__content.featureImg {
  width: calc(33.3333333333% - 0px);
}
@media screen and (max-width: 768px) {
  article#talent section.full div.wrap ul li.news__content.featureImg {
    width: auto;
  }
}
article#talent section.full div.wrap ul li.news__content.featureImg:nth-child(3n) {
  margin-right: 0;
}
article#talent section.full div.wrap div.btn_wrap {
  padding-top: 80px;
}
article#talent section.full div.wrap div.btn_wrap a.btn {
  background: #c8102e;
  color: #fff;
  width: 240px;
  padding: 18px 20px 15px;
  display: flex;
  align-items: center;
  letter-spacing: 2px;
  font-size: 24px;
  justify-content: center;
  line-height: 1;
  position: relative;
  margin: auto;
}
article#talent section.full div.wrap div.btn_wrap a.btn:before {
  content: "";
  background: #fff;
  height: 1px;
  width: 40px;
  right: 0;
  position: absolute;
}
article#talent section.full div.wrap div.btn_wrap a.btn:after {
  content: "";
  background: #c8102e;
  height: 1px;
  width: 40px;
  right: -40px;
  position: absolute;
}

/*============================
#works
============================*/
article#works section div.wrap ul li.news__content.featureImg {
  display: flex;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  article#works section div.wrap ul li.news__content.featureImg {
    display: block;
  }
}
article#works section div.wrap ul li.news__content.featureImg div.img {
  width: 50%;
  position: relative;
  border: solid 1px #8e8e8e;
  padding-top: 20%;
}
@media screen and (max-width: 768px) {
  article#works section div.wrap ul li.news__content.featureImg div.img {
    width: 100%;
    padding-top: 45%;
    border: none;
  }
}
article#works section div.wrap ul li.news__content.featureImg div.img img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
article#works section div.wrap ul li.news__content.featureImg div.text {
  width: 50%;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  article#works section div.wrap ul li.news__content.featureImg div.text {
    width: 100%;
    padding-left: 0;
  }
}
article#works section div.wrap ul li.news__content.featureImg div.text p {
  color: #8e8e8e;
  font-size: 16px;
  font-family: din-condensed, sans-serif;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 2px;
  padding-top: 20px;
}
article#works section div.wrap ul li.news__content.featureImg div.text h3 {
  padding-top: 40px;
  line-height: 2;
  font-size: 1.6rem;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  article#works section div.wrap ul li.news__content.featureImg div.text h3 {
    padding-top: 10px;
  }
}
article#works section div.wrap ul li.news__content.featureImg div.text div.btn_wrap {
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  article#works section div.wrap ul li.news__content.featureImg div.text div.btn_wrap {
    padding-top: 20px;
  }
}
article#works section div.wrap ul li.news__content.featureImg div.text div.btn_wrap a.btn {
  color: #151515;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 20px;
  display: flex;
  align-items: center;
  letter-spacing: 2px;
  font-size: 16px;
  justify-content: center;
  line-height: 1;
  position: relative;
  margin-left: auto;
  border: solid 1px;
  border-radius: 50px;
}

.snip1273 {
  position: relative;
  width: 100%;
  color: #ffffff;
  text-align: left;
  background-color: #000000;
  font-size: 16px;
  margin: 0;
}

.snip1273 * {
  box-sizing: border-box;
  transition: all 0.2s ease-in;
}

.snip1273 img {
  position: relative;
  max-width: 100%;
  vertical-align: top;
}

.snip1273 figcaption {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.snip1273 figcaption:before,
.snip1273 figcaption:after {
  width: 1px;
  height: 0;
}

.snip1273 figcaption:before {
  right: 0;
  top: 0;
}

.snip1273 figcaption:after {
  left: 0;
  bottom: 0;
}

.snip1273 h3,
.snip1273 p {
  line-height: 1.5em;
}

.snip1273 h3 {
  margin: 0 0 5px;
  font-weight: 700;
  max-width: 100%;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.snip1273 p {
  font-size: 0.8em;
  font-weight: 500;
  margin: 0 0 15px;
}

.snip1273 a {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
}

.snip1273:before,
.snip1273:after,
.snip1273 figcaption:before,
.snip1273 figcaption:after {
  position: absolute;
  content: "";
  background-color: #ffffff;
  z-index: 1;
  transition: all 0.2s ease-in;
  opacity: 0.8;
}

.snip1273:before,
.snip1273:after {
  height: 1px;
  width: 0%;
}

.snip1273:before {
  top: 0;
  left: 0;
}

.snip1273:after {
  bottom: 0;
  right: 0;
}

.snip1273:hover img,
.snip1273.hover img {
  opacity: 0.4;
}

.snip1273:hover figcaption,
.snip1273.hover figcaption {
  opacity: 1;
}

.snip1273:hover figcaption:before,
.snip1273.hover figcaption:before,
.snip1273:hover figcaption:after,
.snip1273.hover figcaption:after {
  height: 100%;
}

.snip1273:hover:before,
.snip1273.hover:before,
.snip1273:hover:after,
.snip1273.hover:after {
  width: 100%;
}

.snip1273:hover:before,
.snip1273.hover:before,
.snip1273:hover:after,
.snip1273.hover:after,
.snip1273:hover figcaption:before,
.snip1273.hover figcaption:before,
.snip1273:hover figcaption:after,
.snip1273.hover figcaption:after {
  opacity: 0.1;
}

/**/
.snip1273:active img,
.snip1273.active img {
  opacity: 0.4;
}

.snip1273:active figcaption,
.snip1273.active figcaption {
  opacity: 1;
}

.snip1273:active figcaption:before,
.snip1273.active figcaption:before,
.snip1273:active figcaption:after,
.snip1273.active figcaption:after {
  height: 100%;
}

.snip1273:active:before,
.snip1273.active:before,
.snip1273:active:after,
.snip1273.active:after {
  width: 100%;
}

.snip1273:active:before,
.snip1273.active:before,
.snip1273:active:after,
.snip1273.active:after,
.snip1273:active figcaption:before,
.snip1273.active figcaption:before,
.snip1273:active figcaption:after,
.snip1273.active figcaption:after {
  opacity: 0.1;
}

.bgextend {
  animation-name: bgextendAnimeBase;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  position: relative;
  overflow: hidden; /*　はみ出た色要素を隠す　*/
  opacity: 0;
}

@keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*中の要素*/
.bgappear {
  animation-name: bgextendAnimeSecond;
  animation-duration: 1s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*左から右*/
.bgLRextend::before {
  animation-name: bgLRextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #c8102e;
}

@keyframes bgLRextendAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
.bgLRextendWrap::before {
  animation-name: bgLRextendAnimeWrap;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #ffffff;
}

@keyframes bgLRextendAnimeWrap {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  100% {
    transform-origin: left;
    transform: scaleX(1);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.bgappearTrigger,
.bgLRextendTrigger {
  opacity: 0;
}

.customAnime.isShow {
  width: 100% !important;
}/*# sourceMappingURL=common.css.map */