@charset "UTF-8";
/* mixin */
/* base */
.ftool-wrapper > .article,
.ftool-wrapper .description,
.ss-article-main-image,
.ftool-wrapper p {
  padding-bottom: 0 !important;
}

.ftool-wrapper h2 {
  font-size: initial !important;
}

@media screen and (max-width: 767px) {
  #sec01 {
    margin-left: -10px;
    padding-bottom: 0;
  }
}

/* setting */
html,
body {
  width: 100%;
  height: auto;
  margin: 0;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

p {
  -webkit-margin-before: 0em;
          margin-block-start: 0em;
  -webkit-margin-after: 0em;
          margin-block-end: 0em;
}

:root {
  --scroll-bar-width: 15px;
  --main-color: #89061D;
  --brown-color: #290000;
  --red-color: #690202;
  --bg-color: #E5E3E3;
  --main-font: "futura-pt", "Helvetica Neue", "Arial", sans-serif;
  --kv-font: "ivyora-display", "Times New Roman", "Georgia", serif;
  --jp-font: "noto-sans-cjk-jp", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* fixed設定 */
.pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.description > .container {
  overflow: visible;
}

/* credit */
.ftool-wrapper .ref-item {
  width: 100%;
  max-width: 335px;
  margin-bottom: 0 !important;
  font-weight: 300;
}
.ftool-wrapper .ref-item .thumb {
  width: 50px;
}
.ftool-wrapper .ref-item .brand {
  margin-left: 60px;
  font-size: 10px;
}
.ftool-wrapper .ref-item .name {
  margin-left: 60px;
  font-size: 11px;
}
@media screen and (max-width: 767px) {
  .ftool-wrapper .ref-item .name {
    font-size: 10px;
  }
}
.ftool-wrapper .ref-item .price {
  margin-left: 60px;
  color: inherit;
  font-size: 10px;
}

.ref-item + .ref-item {
  margin-top: 10px;
}

.container {
  background: var(--bg-color);
  max-width: 100vw;
  position: relative;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-right: calc(50% - 50vw + var(--scroll-bar-width) / 2);
  margin-left: calc(50% - 50vw + var(--scroll-bar-width) / 2);
  font-family: var(--jp-font);
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  /* ふわっとアニメーション */
  /* 集まるアニメーション */
}
.container.loaded {
  opacity: 1;
}
@media screen and (max-width: 1002px) {
  .container {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .container {
    width: 100vw;
  }
}
.container img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.container .l-articleLayout__wrap {
  margin: 0 auto;
  display: flow-root;
  max-width: 1000px;
  width: 90%;
}
@media screen and (max-width: 767px) {
  .container .l-articleLayout__wrap {
    width: 100%;
  }
}
.container .l-articleLayout__article {
  float: right;
  max-width: 500px;
  width: 50%;
  -webkit-transition: 0.85s ease;
  transition: 0.85s ease;
  position: relative;
  top: 0;
}
@media screen and (max-width: 767px) {
  .container .l-articleLayout__article {
    float: none;
    left: 0;
    margin: 0 auto;
    width: auto;
  }
}
.container .l-articleLayout__title {
  position: -webkit-sticky !important;
  position: sticky !important;
  float: left;
  width: 50%;
  max-width: 500px;
  height: 100vh;
}
.container .d-fixed-area {
  position: relative;
}
.container .d-fixed-element {
  position: absolute;
  top: 0;
}
.container .d-fixed-element.is-fixed {
  position: fixed;
}
.container .l-articleLayout {
  background-attachment: fixed;
  background-position: top left;
  background-size: cover;
}
.container .contents {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .container .contents {
    width: 100%;
  }
}
.container .fadeKv {
  opacity: 0;
  -webkit-animation: fadeIn 1s ease-in-out forwards;
          animation: fadeIn 1s ease-in-out forwards;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.container .fadeUpKv {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-animation: fadeUp 0.6s ease-out forwards;
          animation: fadeUp 0.6s ease-out forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.container .fadeUpKv--main {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.container .fadeUpKv--late {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.container .fadeUpKv.swingAnimeLeft {
  -webkit-animation: fadeUp 0.6s ease-out forwards 0.5s, swingAnimeLeft 1.2s step-end 0.5s infinite;
          animation: fadeUp 0.6s ease-out forwards 0.5s, swingAnimeLeft 1.2s step-end 0.5s infinite;
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
.container .fadeUpKv.swingAnimeRight {
  -webkit-animation: fadeUp 0.6s ease-out forwards 0.5s, swingAnimeRight 1.2s step-end 0.5s infinite;
          animation: fadeUp 0.6s ease-out forwards 0.5s, swingAnimeRight 1.2s step-end 0.5s infinite;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
.container .fadeUp {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.container .fadeUp.active {
  -webkit-animation: fadeUp 0.6s ease-out forwards;
          animation: fadeUp 0.6s ease-out forwards;
}
.container .fadeUp--late {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
@-webkit-keyframes fadeUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes swingAnimeLeft {
  50% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  100% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
}
@keyframes swingAnimeLeft {
  50% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  100% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
}
@-webkit-keyframes swingAnimeRight {
  50% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  100% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
}
@keyframes swingAnimeRight {
  50% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  100% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
}
.container .moveIn {
  position: absolute;
  opacity: 0;
}
.container .moveIn--right {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.container .moveIn--right.active {
  -webkit-animation: moveInRight 0.6s ease-out forwards;
          animation: moveInRight 0.6s ease-out forwards;
}
.container .moveIn--right.active.swingAnimeRight {
  -webkit-animation: moveInRight 0.9s ease-out forwards, swingAnimeRight 1.2s step-end 0.5s infinite;
          animation: moveInRight 0.9s ease-out forwards, swingAnimeRight 1.2s step-end 0.5s infinite;
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
.container .moveIn--left {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.container .moveIn--left.active {
  -webkit-animation: moveInLeft 0.6s ease-out forwards;
          animation: moveInLeft 0.6s ease-out forwards;
}
.container .moveIn--left.active.swingAnimeLeft {
  -webkit-animation: moveInLeft 0.9s ease-out forwards, swingAnimeLeft 1.2s step-end 0.5s infinite;
          animation: moveInLeft 0.9s ease-out forwards, swingAnimeLeft 1.2s step-end 0.5s infinite;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
@-webkit-keyframes moveInRight {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes moveInRight {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes moveInLeft {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes moveInLeft {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
.container .mainVisual {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  font-family: var(--main-font);
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .container .mainVisual {
    height: 100vh;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 70px;
  }
}
@media screen and (max-width: 767px) {
  .container .mainVisual {
    margin-top: 45px;
  }
}
@media screen and (min-width: 768px) {
  .container .mainVisual.sp {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .container .mainVisual .visualBlock {
    width: 385px;
    max-width: 77%;
  }
}
@media screen and (max-width: 767px) {
  .container .mainVisual .visualBlock {
    width: 100%;
  }
}
.container .mainVisual .visualBlock .titleWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .container .mainVisual .visualBlock .titleWrap {
    gap: 12px;
    position: relative;
  }
}
.container .mainVisual .visualBlock .titleWrap__main {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .container .mainVisual .visualBlock .titleWrap__main {
    width: 73%;
  }
}
.container .mainVisual .visualBlock .titleWrap__text {
  width: 264px;
}
@media screen and (max-width: 767px) {
  .container .mainVisual .visualBlock .titleWrap__text {
    width: 53%;
  }
}
.container .mainVisual .visualBlock .titleWrap #style { /* Lottie */
  position: absolute;
  top: 9%;
  right: -12%;
  z-index: 3;
}
.container .mainVisual .visualBlock .titleWrap #stylesp {
  position: absolute;
  top: 9%;
  right: 6%;
  z-index: 3;
}
.container .indexBlock__container {
  color: var(--main-color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  font-size: 14px;
  letter-spacing: -0.5px;
  line-height: 100%;
}
.container .indexBlock__container a {
  text-decoration: underline;
  margin-left: 0.25em;
}
.container .heroBlock {
  position: relative;
  margin-top: 55px;
}
@media screen and (min-width: 768px) {
  .container .heroBlock {
    margin-inline: 6%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .container .heroBlock {
    margin-top: -16px;
    margin-bottom: 20px;
  }
}
.container .heroBlock__main {
  width: 57%;
  position: relative;
  margin-left: 28%;
  z-index: 2;
}
.container .heroBlock .itemWrap__image {
  position: absolute;
}
.container .heroBlock .itemWrap__image--left1 {
  width: 43%;
  top: 43%;
  left: 4%;
}
.container .heroBlock .itemWrap__image--left2 {
  width: 22%;
  top: 8%;
  left: 6%;
}
.container .heroBlock .itemWrap__image--left3 {
  width: 10%;
  top: 19%;
  left: 18%;
}
.container .heroBlock .itemWrap__image--right1 {
  width: 26%;
  top: 8%;
  right: 6%;
}
.container .heroBlock .itemWrap__image--right2 {
  width: 18%;
  bottom: 3%;
  right: 6%;
  z-index: 3;
}
.container .leadBlock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .container .leadBlock {
    margin-bottom: 50px;
  }
}
.container .leadBlock .subTitle {
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .container .leadBlock .subTitle {
    margin-bottom: 30px;
  }
}
.container .leadBlock .subTitle__top {
  font-size: 13px;
  background: var(--brown-color);
  display: inline-block;
  padding: 4px 8px 5px 12px;
  margin-bottom: 5px;
  line-height: 100%;
}
.container .leadBlock .subTitle__bottom {
  font-size: 20px;
  background: var(--brown-color);
  display: block;
  padding: 4px 20px 5px 20px;
  line-height: 100%;
}
.container .leadBlock__text {
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  color: var(--brown-color);
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .container .leadBlock__text {
    font-size: 12px;
  }
}
.container .profileBlock {
  background: var(--brown-color);
  color: #fff;
  padding: 50px;
}
@media screen and (max-width: 767px) {
  .container .profileBlock {
    padding: 50px 20px;
  }
}
.container .profileBlock__title {
  font-size: 30px;
  font-family: var(--main-font);
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -1.5px;
  text-align: center;
  margin-bottom: 20px;
}
.container .profileBlock .profileWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.container .profileBlock .profileWrap__image {
  width: 37.5%;
}
.container .profileBlock .profileWrap__text {
  width: 59%;
}
.container .profileBlock .profileWrap .textWrap__name {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.35;
  margin-bottom: 8px;
}
.container .profileBlock .profileWrap .textWrap__name .sns img {
  width: 1em;
}
.container .profileBlock .profileWrap .textWrap__name .roma {
  display: block;
  font-size: 11px;
  font-family: var(--main-font);
  font-weight: 500;
}
.container .profileBlock .profileWrap .textWrap__text {
  font-size: 10px;
  font-weight: 300;
  line-height: 1.7;
}
.container .contentsBlock {
  margin: 0 auto;
  padding: 100px 0;
  max-width: 335px;
  width: 80%;
}
@media screen and (max-width: 767px) {
  .container .contentsBlock {
    width: 90%;
    margin: 0 auto;
    padding: 80px 0;
  }
}
.container .contentsBlock .titleWrap {
  position: relative;
}
.container .contentsBlock .titleWrap__title {
  font-family: var(--main-font);
  font-size: 42px;
  line-height: 95%;
  letter-spacing: -1.5px;
  font-weight: 500;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 0;
}
.container .contentsBlock .titleWrap .smallFont {
  font-size: 32px;
}
.container .contentsBlock .titleWrap__anime {
  width: 45%;
  position: absolute;
}
.container .contentsBlock__image {
  margin-bottom: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 1px #000;
}
.container .contentsBlock__text {
  margin-bottom: 50px;
}
.container .contentsBlock__text::before {
  content: "";
  background-image: -webkit-linear-gradient(left, #fff, #fff 1px, transparent 1px, transparent 5px);
  background-image: linear-gradient(to right, #fff, #fff 1px, transparent 1px, transparent 5px);
  background-size: 5px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
  display: block;
  width: 100%;
  height: 1.5px;
  margin-bottom: 20px;
}
.container .contentsBlock__text::after {
  content: "";
  background-image: -webkit-linear-gradient(left, #fff, #fff 1px, transparent 1px, transparent 5px);
  background-image: linear-gradient(to right, #fff, #fff 1px, transparent 1px, transparent 5px);
  background-size: 5px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
  display: block;
  width: 100%;
  height: 1.5px;
  margin-top: 20px;
}
.container .contentsBlock__text h5 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 20px;
  text-align: center;
}
.container .contentsBlock__text p {
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 400;
}
.container .contentsBlock__text span {
  display: block;
  text-align: center;
  font-family: var(--main-font);
  font-size: 10px;
  font-weight: 400;
}
.container .outroBlock {
  padding: 100px 0;
  font-family: var(--main-font);
  font-weight: 400;
}
.container .outroBlock ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#scene01 {
  background: var(--red-color);
  color: #fff;
}
#scene01 .contentsBlock .titleWrap__anime {
  margin-top: -11em;
  margin-left: -1.5em;
}

#scene02 {
  color: #000;
}
#scene02 .contentsBlock__text::before, #scene02 .contentsBlock__text::after {
  content: "";
  background-image: -webkit-linear-gradient(left, #000, #000 1.5px, transparent 1.5px, transparent 5px);
  background-image: linear-gradient(to right, #000, #000 1.5px, transparent 1.5px, transparent 5px);
  background-size: 5px 1.5px;
}
#scene02 .contentsBlock .titleWrap__anime {
  margin-top: -12em;
  margin-left: -1.5em;
}
#scene02 .contentsBlock .imageWrap {
  position: relative;
  height: 470px;
}
@media screen and (max-width: 767px) {
  #scene02 .contentsBlock .imageWrap {
    height: 126.26865vw;
  }
}
#scene02 .contentsBlock .imageWrap__item {
  position: absolute;
}
#scene02 .contentsBlock .imageWrap__item--right1 {
  width: 54%;
  top: 5%;
  right: 2%;
  z-index: 2;
}
#scene02 .contentsBlock .imageWrap__item--right2 {
  width: 20%;
  bottom: 2%;
  right: 10%;
}
#scene02 .contentsBlock .imageWrap__item--right3 {
  width: 27%;
  bottom: 32%;
  right: -4%;
}
#scene02 .contentsBlock .imageWrap__item--left1 {
  width: 40%;
  bottom: 7%;
  left: 35%;
}
#scene02 .contentsBlock .imageWrap__item--left2 {
  width: 56.5%;
  bottom: 19%;
  left: -3%;
}
#scene02 .contentsBlock .imageWrap__item--left3 {
  width: 25%;
  top: 5%;
  left: 8%;
}

#scene03 {
  background: var(--brown-color);
  color: #fff;
}
#scene03 .contentsBlock .titleWrap__anime {
  margin-top: -9.5em;
  margin-left: -2.5em;
}

#scene04 .contentsBlock__text::before, #scene04 .contentsBlock__text::after {
  content: "";
  background-image: -webkit-linear-gradient(left, #000, #000 1.5px, transparent 1.5px, transparent 5px);
  background-image: linear-gradient(to right, #000, #000 1.5px, transparent 1.5px, transparent 5px);
  background-size: 5px 1.5px;
}
#scene04 .contentsBlock .titleWrap__anime {
  margin-top: -9em;
  margin-left: -2.5em;
}
#scene04 .contentsBlock .imageWrap {
  position: relative;
  height: 470px;
}
@media screen and (max-width: 767px) {
  #scene04 .contentsBlock .imageWrap {
    height: 126.26865vw;
  }
}
#scene04 .contentsBlock .imageWrap__item {
  position: absolute;
}
#scene04 .contentsBlock .imageWrap__item--left1 {
  width: 46%;
  top: 39%;
  left: 36%;
}
#scene04 .contentsBlock .imageWrap__item--left2 {
  width: 56%;
  top: 32%;
  left: -3%;
}
#scene04 .contentsBlock .imageWrap__item--left3 {
  width: 30%;
  top: 7%;
  left: 10%;
}
#scene04 .contentsBlock .imageWrap__item--left4 {
  width: 11%;
  bottom: 5%;
  left: 20%;
}
#scene04 .contentsBlock .imageWrap__item--right1 {
  width: 55%;
  top: 6%;
  right: 5%;
  z-index: 2;
}
#scene04 .contentsBlock .imageWrap__item--right2 {
  width: 22%;
  bottom: 4%;
  right: 6%;
  z-index: 3;
}
#scene04 .contentsBlock .imageWrap__item--right3 {
  width: 24%;
  bottom: 33%;
  right: 6%;
  z-index: 3;
}

#scene05 {
  background: var(--red-color);
  color: #fff;
}
#scene05 .contentsBlock .titleWrap__anime {
  margin-top: -5em;
  margin-left: -2em;
}/*# sourceMappingURL=style.css.map */