@charset "UTF-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colors to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colors to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border color to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

h1,
h2 {
  font-weight: normal;
}

body {
  font-family: YakuHanJP, sans-serif;
  font-size: min(4vw, 1rem);
}

.dela {
  font-family: YakuHanJP, "DelaGothicOne", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 100%;
}

body,
a {
  color: #000;
  text-decoration: none;
}

a:hover {
  opacity: 0.5;
}

.wrap {
  margin-inline: auto;
  max-width: 1240px;
  padding: 0 20px;
}

img {
  width: 100%;
}

ul {
  list-style: none;
}

.ttl-box {
  padding-top: clamp(2.5rem, 1.273rem + 6.14vw, 5.875rem);
  text-align: center;
}
.ttl-box__en {
  font-size: min(6vw, 1.875rem);
}
.ttl-box__ja {
  margin-top: clamp(0.25rem, 0.159rem + 0.45vw, 0.5rem);
  font-size: min(10vw, 5rem);
  color: white;
  display: inline-block;
  -webkit-text-stroke: clamp(0.25rem, 0.116rem + 0.67vw, 0.438rem) #000;
  position: relative;
  letter-spacing: 0.05em;
}
.ttl-box__ja::before {
  -webkit-text-stroke: 0;
  position: absolute;
  top: 0px;
}

.about .ttl-box__ja::before {
  content: "「演陣」";
}

.works .ttl-box__ja::before {
  content: "制作実績";
}

.company .ttl-box__ja::before {
  content: "会社概要";
}

.fadeLeft {
  -webkit-animation: fadeLeftAnime 0.8s forwards;
          animation: fadeLeftAnime 0.8s forwards; /* fadeLeftAnimeを0.8秒で一回実行 */
  opacity: 0;
  overflow: visible;
}

.fadeLeftTrigger {
  opacity: 0; /* 初めは見えないようにしておく */
}

@-webkit-keyframes fadeLeftAnime {
  from {
    opacity: 0; /* 初めは見えないようにしておく */
    transform: translateX(100px); /* 100px右に動かしておく */
  }
  to {
    opacity: 1; /* 可視化する */
    transform: translateX(0); /* 元の位置に戻す */
  }
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0; /* 初めは見えないようにしておく */
    transform: translateX(100px); /* 100px右に動かしておく */
  }
  to {
    opacity: 1; /* 可視化する */
    transform: translateX(0); /* 元の位置に戻す */
  }
}
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 50px;
  height: 94px;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 50;
}
.header__link__h1 img {
  aspect-ratio: 83/77.24;
  width: 83px;
  height: auto;
}
.header__link__h1 .none {
  display: none;
}
.header__menu {
  height: 50px;
  border-radius: 30px;
  background-color: #000000;
  opacity: 0.85;
}
.header__menu__list {
  height: 50px;
  padding: 0 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
}
.header__menu__list__item a {
  color: #fff;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .header {
    padding: 0 16px;
    height: 60px;
  }
  .header__link__h1 img {
    width: 52px;
  }
  .header__menu {
    display: none;
  }
}
.fv {
  background-image: url(../img/bg_fv.webp);
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: top;
}

@media screen and (max-width: 768px) {
  .fv {
    background-image: url(../img/bg_fv_sp.webp);
  }
}
.about {
  background-color: #c90916;
  background-image: url(../img/bg_red.webp);
  width: 100%;
  background-position: top;
  background-size: cover;
  padding-bottom: clamp(2.5rem, 1.136rem + 6.82vw, 6.25rem);
}
.about-wrap__flex {
  margin-top: clamp(1.25rem, 0.614rem + 3.18vw, 3rem);
  display: flex;
  justify-content: space-between;
}
.about-wrap__flex__img {
  width: 44%;
}
.about-wrap__flex__img img {
  aspect-ratio: 533/349;
  max-width: 533px;
  height: auto;
}
.about-wrap__flex__txt {
  margin-top: 2%;
  width: 48%;
}
.about-wrap__flex__txt__box {
  font-size: min(2.8vw, 2.375rem);
  position: relative;
}
.about-wrap__flex__txt__box__strong {
  color: white;
  text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black, -1px 0px 0 black, 1px 0px 0 black, 0px -1px 0 black, 0px 1px 0 black, 0px 0px 12px rgba(85, 57, 59, 0.9);
  position: relative;
  z-index: 1;
  line-height: 1.4;
}
.about-wrap__flex__txt__box__back-side {
  position: absolute;
  top: 2px;
  left: 2px;
  color: white;
  text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black, -1px 0px 0 black, 1px 0px 0 black, 0px -1px 0 black, 0px 1px 0 black, 0px 0px 12px rgba(85, 57, 59, 0.9);
  line-height: 1.4;
}
.about-wrap__flex__txt__dtl {
  margin-top: clamp(1rem, 0.682rem + 1.59vw, 1.875rem);
  font-weight: bold;
  color: #fff;
  font-size: min(1.7vw, 1.125rem);
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .about-wrap__flex {
    flex-direction: column-reverse;
  }
  .about-wrap__flex__img {
    margin-top: clamp(1.125rem, 0.589rem + 2.68vw, 1.875rem);
    width: 100%;
  }
  .about-wrap__flex__img img {
    max-width: 100%;
  }
  .about-wrap__flex__txt {
    width: 100%;
  }
  .about-wrap__flex__txt__box {
    font-size: min(5.48vw, 2.375rem);
  }
  .about-wrap__flex__txt__dtl {
    font-size: min(3.5vw, 1.125rem);
  }
}
.works {
  padding: 0 0 clamp(3.125rem, -1.42rem + 22.73vw, 15.625rem) 0;
  background-image: url(../img/bg_white.webp), url("../img/film.webp");
  width: 100%;
  background-position: top, bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, contain;
}
.works-wrap .ttl-box {
  text-align: left;
}
.works-wrap__list {
  margin-top: clamp(1.5rem, 0.909rem + 2.95vw, 3.125rem);
  display: flex;
  flex-wrap: wrap;
  gap: clamp(2rem, -0.404rem + 3.85vw, 2.625rem);
}
.works-wrap__list__item {
  width: 31%;
}
.works-wrap__list__item__link {
  display: inline-block;
  border: 2px solid #000;
  border-radius: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.works-wrap__list__item__link__img img {
  border-radius: 20px 20px 0 0;
}
.works-wrap__list__item__link__txt {
  background-color: #e4e4e4;
  border-radius: 0 0 20px 20px;
  padding: clamp(0.75rem, 0.482rem + 1.34vw, 1.125rem) clamp(0.5rem, 0.321rem + 0.89vw, 0.75rem) clamp(1.125rem, 0.946rem + 0.89vw, 1.375rem) clamp(0.5rem, 0.321rem + 0.89vw, 0.75rem);
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.works-wrap__list__item__link__txt__box {
  display: flex;
  align-items: flex-start;
  margin-top: 8px;
  font-weight: bold;
}
.works-wrap__list__item__link__txt__box:first-of-type {
  margin-top: unset;
}
.works-wrap__list__item__link__txt__box .cat-ttl {
  background-color: #c90916;
  color: #fff;
  padding: 5px 0;
  border-radius: 8px;
  font-size: min(4vw, 1rem);
  width: clamp(4rem, 2.929rem + 5.36vw, 5.5rem);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.works-wrap__list__item__link__txt__box .cat-txt {
  font-size: min(4vw, 1.125rem);
  line-height: 1.5;
  width: calc(100% - clamp(4rem, 2.929rem + 5.36vw, 5.5rem));
}

@media screen and (max-width: 1000px) {
  .works-wrap__list {
    gap: clamp(1.75rem, 0.095rem + 3.45vw, 2.25rem);
  }
  .works-wrap__list__item {
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  .works-wrap__list {
    gap: clamp(1.125rem, 0.321rem + 4.02vw, 2.25rem);
  }
  .works-wrap__list__item {
    width: 88%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 500px) {
  .works-wrap__list__item {
    width: 100%;
  }
}
.company {
  background-color: #c90916;
  background-image: url(../img/bg_red.webp);
  width: 100%;
  background-position: top;
  background-size: cover;
  padding-bottom: clamp(3.75rem, 2.523rem + 6.14vw, 7.125rem);
}
.company-wrap__dtl {
  margin-top: clamp(1.5rem, 0.682rem + 4.09vw, 3.75rem);
  max-width: 800px;
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  color: #fff;
}
.company-wrap__dtl dt {
  width: 18%;
  padding: clamp(0.75rem, 0.304rem + 2.23vw, 1.375rem) 8px;
  border-bottom: 1px solid #cb7c78;
  font-weight: bold;
  line-height: 1.6;
}
.company-wrap__dtl dd {
  width: 82%;
  padding: clamp(0.75rem, 0.304rem + 2.23vw, 1.375rem) 8px;
  border-bottom: 1px solid #cb7c78;
  line-height: 1.6;
}
.company-wrap__dtl dd a {
  color: #fff;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .company-wrap__dtl {
    flex-direction: column;
  }
  .company-wrap__dtl dt {
    width: 100%;
    border-bottom: unset;
    padding: 22px 8px 0px 8px;
  }
  .company-wrap__dtl dd {
    width: 100%;
  }
}
.footer {
  background-color: #000;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__txt {
  color: #fff;
  font-weight: bold;
}

.hamburger {
  display: none;
  position: relative;
  z-index: 4;
  right: 0;
  top: 0;
  cursor: pointer;
  text-align: center;
  background-color: #000000;
  opacity: 0.85;
  width: 40px;
  height: 40px;
  border-radius: 8px;
}
.hamburger span {
  position: absolute;
  width: 26px;
  height: 3px;
  right: 7px;
  border-radius: 4px;
  background: #fff;
  transition: 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 9px;
}
.hamburger span:nth-child(2) {
  top: 19px;
}
.hamburger span:nth-child(3) {
  top: 29px;
}
@media screen and (max-width: 768px) {
  .hamburger {
    display: block;
  }
}

/* ナビ開いてる時のボタン */
.hamburger.active span {
  background-color: #fff;
}
.hamburger.active span:nth-child(1) {
  top: 18px;
  left: 7px;
  transform: rotate(-45deg);
}
.hamburger.active span:nth-child(2) {
  top: 18px;
  transform: rotate(45deg);
}
.hamburger.active span:nth-child(3) {
  top: 18px;
  transform: rotate(45deg);
}

.globalMenuSp {
  display: none;
  position: fixed;
  z-index: 3;
  top: 0;
  right: 0;
  color: #fff;
  background-color: #c90916;
  background-image: url(../img/bg_red.webp);
  width: 100%;
  background-position: top;
  background-size: cover;
  text-align: center;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  overflow: auto;
}
.globalMenuSp.active {
  opacity: 100;
  visibility: visible;
}
.globalMenuSp .menu__list {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.globalMenuSp .menu__list__item {
  list-style-type: none;
  transition: 0.4s all;
  margin-inline: auto;
}
.globalMenuSp .menu__list__item:last-child {
  padding-bottom: 0;
}
.globalMenuSp .menu__list__item a {
  display: inline-block;
  color: #fff;
  padding: 8px 0;
  text-decoration: none;
  font-weight: bold;
  font-size: min(6vw, 1.5rem);
  padding: 10px 0;
}
.mrt3 {
	margin-top: 3rem;
}
.fs3 {
	font-size: 160%;
}

@media screen and (max-width: 768px) {
  .globalMenuSp {
    display: block !important;
	}
.fs3 {
	font-size: 120%;
}
}
/*# sourceMappingURL=style.css.map */