@charset "UTF-8";
.wrapper {
  position: relative;
  margin-top: 13rem;
  padding-bottom: 8.4rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .wrapper {
    margin-top: 6rem;
    padding-bottom: 5.6rem;
  }
}
.wrapper .circle_01 {
  position: absolute;
  top: 1rem;
  left: 0;
  -webkit-transform: translateX(-58%);
          transform: translateX(-58%);
  z-index: -1;
  max-width: 46.7rem;
  width: 47%;
}
@media screen and (max-width: 768px) {
  .wrapper .circle_01 {
    top: 0;
    width: 37%;
  }
}
.wrapper .circle_02 {
  position: absolute;
  top: 36.5rem;
  right: 0;
  -webkit-transform: translateX(46%);
          transform: translateX(46%);
  z-index: -1;
  max-width: 42.6rem;
  width: 30%;
}
@media screen and (max-width: 768px) {
  .wrapper .circle_02 {
    top: 48rem;
    -webkit-transform: translateX(58%);
            transform: translateX(58%);
    width: 28%;
  }
}
.wrapper .circle_03 {
  position: absolute;
  top: 116rem;
  left: 0;
  -webkit-transform: translateX(-35%);
          transform: translateX(-35%);
  z-index: -1;
  max-width: 27.2rem;
  width: 19%;
}
@media screen and (max-width: 768px) {
  .wrapper .circle_03 {
    -webkit-transform: translateX(-30%);
            transform: translateX(-30%);
    top: 90rem;
  }
}
.wrapper .circle_04 {
  position: absolute;
  top: 111rem;
  right: 0;
  -webkit-transform: translateX(30%);
          transform: translateX(30%);
  z-index: -1;
  max-width: 26.8rem;
  width: 25%;
}
@media screen and (max-width: 768px) {
  .wrapper .circle_04 {
    top: 95rem;
    -webkit-transform: translateX(25%);
            transform: translateX(25%);
    width: 19%;
  }
}
.wrapper .circle_05 {
  position: absolute;
  top: 240rem;
  left: -3rem;
  z-index: -3;
  max-width: 27.1rem;
  width: 20%;
}
@media screen and (max-width: 768px) {
  .wrapper .circle_05 {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    left: -2rem;
    top: 223rem;
    width: 14%;
  }
}
.wrapper .circle_06 {
  position: absolute;
  top: 302rem;
  right: -10rem;
  z-index: -3;
  max-width: 28.1rem;
  width: 21%;
}
@media screen and (max-width: 768px) {
  .wrapper .circle_06 {
    left: auto;
    top: 290rem;
    right: -5rem;
    width: 20%;
  }
}
.wrapper .circle_07 {
  position: absolute;
  top: 353rem;
  left: -10rem;
  z-index: -3;
  max-width: 36.5rem;
  width: 27%;
}
@media screen and (max-width: 768px) {
  .wrapper .circle_07 {
    top: 335rem;
    width: 30%;
  }
}
.wrapper .circle_08 {
  position: absolute;
  top: 562rem;
  right: -4rem;
  z-index: -3;
  max-width: 27rem;
  width: 20%;
}
@media screen and (max-width: 768px) {
  .wrapper .circle_08 {
    display: none;
  }
}
.wrapper .circle_09 {
  position: absolute;
  top: 692rem;
  left: -3rem;
  z-index: -3;
  max-width: 27.2rem;
  width: 20%;
}
@media screen and (max-width: 768px) {
  .wrapper .circle_09 {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  html[lang=en] .circle_03 {
    top: 108rem;
  }
}
@media screen and (max-width: 768px) {
  html[lang=en] .circle_04 {
    top: 110rem;
  }
}
@media screen and (max-width: 768px) {
  html[lang=en] .circle_05 {
    top: 138rem;
  }
}
.mv {
  text-align: center;
  padding-top: 13rem;
}
@media screen and (max-width: 768px) {
  .mv {
    padding-top: 5.2rem;
  }
}
.mv_inner {
  max-width: 84rem;
  margin-inline: auto;
  padding: 0 2.5rem;
}
@media screen and (max-width: 768px) {
  .mv_inner {
    padding: 0 1.5rem;
  }
}
.mv_title {
  max-width: 62rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .mv_title {
    max-width: 25rem;
  }
}
.mv_titleSub {
  margin-top: 7.2rem;
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  .mv_titleSub {
    margin-top: 3.7rem;
    font-size: 2rem;
  }
}
.mv_titleSecond {
  margin-top: 5.8rem;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .mv_titleSecond {
    margin-top: 3.9rem;
    font-size: 1.6rem;
  }
}
.mv_text {
  margin-top: 2.5rem;
  font-size: 2rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .mv_text {
    font-size: 1.6rem;
  }
}

.background {
  position: relative;
  z-index: -5;
  padding-block: 4rem;
}
@media screen and (max-width: 768px) {
  .background {
    padding-block: 2rem;
    padding-bottom: -2rem;
  }
}

@media screen and (max-width: 768px) {
  .overview {
    margin-bottom: -12rem;
  }
}
.overview_inner {
  max-width: 125rem;
  margin-inline: auto;
  padding-inline: 2.5rem;
}
@media screen and (max-width: 768px) {
  .overview_inner {
    padding-inline: 1.5rem;
  }
}
.overview_title {
  font-size: 4rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .overview_title {
    font-size: 2rem;
  }
}
.overview_title02 {
  color: #181878;
  font-size: 2.4rem;
  text-align: center;
  background-color: #fff;
  display: block;
  border: 2px solid #181878;
  border-radius: 3rem;
  max-width: 80rem;
  width: 100%;
  margin-inline: auto;
  line-height: 1.5;
  padding-block: 0.5rem;
  margin-top: 2.3rem;
}

.bubble-container {
  position: relative;
  width: 100%;
  height: 80rem;
  margin-inline: auto;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .bubble-container {
    height: 124rem;
  }
}
@media screen and (max-width: 559px) {
  .bubble-container {
    height: 80rem;
  }
}

.bubble {
  position: absolute;
  border-radius: 50%;
  color: #fff;
  font-size: 2.2vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  aspect-ratio: 1/1;
}
.bubble_inner {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.bubble_img {
  position: absolute;
  width: 100%;
  height: 50%;
  top: 0;
  left: 0;
  right: 0;
  border-radius: 50% 50% 0 0;
}
.bubble_img img {
  border-radius: 50% 50% 0 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bubble_text {
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding-block: 5% 1.5rem;
  padding-inline: 2rem;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .bubble_text {
    font-size: 1.2rem;
  }
}

/* サイズと位置調整（例） */
.bubble1 {
  max-width: 20.3rem;
  width: 17%;
  top: 24%;
  left: 10%;
  background: #0071bc;
}
@media screen and (max-width: 768px) {
  .bubble1 {
    width: 38%;
    top: 41.1%;
    left: -2.5%;
  }
}

.bubble2 {
  max-width: 24.1rem;
  width: 20%;
  top: 47%;
  left: 19%;
  background: #00879d;
}
@media screen and (max-width: 768px) {
  .bubble2 {
    width: 45%;
    top: 57%;
    left: 3%;
  }
}

.bubble3 {
  max-width: 24.5rem;
  width: 21%;
  top: 6%;
  left: 24%;
  background: #f45521;
}
@media screen and (max-width: 768px) {
  .bubble3 {
    width: 46%;
    top: 0;
    left: -2%;
  }
}

.bubble4 {
  max-width: 20.3rem;
  width: 17%;
  top: 0.7%;
  left: 45.5%;
  background: #22b573;
}
@media screen and (max-width: 768px) {
  .bubble4 {
    width: 38%;
    top: 20.7%;
    left: 10%;
  }
}

.bubble5 {
  max-width: 34.5rem;
  width: 29%;
  top: 26%;
  left: 37%;
  background: #181878;
}
@media screen and (max-width: 768px) {
  .bubble5 {
    width: 65%;
    top: 30%;
    left: 34%;
  }
}

.bubble6 {
  max-width: 31.1rem;
  width: 26%;
  top: 5%;
  left: 61%;
  background: #ec1b25;
}
@media screen and (max-width: 768px) {
  .bubble6 {
    width: 58%;
    top: 5%;
    left: 41%;
  }
}

.bubble7 {
  max-width: 28.6rem;
  width: 24%;
  top: 43.5%;
  left: 64%;
  background: #64adc4;
}
@media screen and (max-width: 768px) {
  .bubble7 {
    width: 53.5%;
    top: 57.5%;
    left: 47.5%;
  }
}

.pageBtnWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
}
.pageBtnWrap_btn {
  position: relative;
  display: inline-block;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  border-radius: 3rem;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 1.5rem 4rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  max-width: 31.8rem;
  width: 100%;
  text-align: center;
}
.pageBtnWrap_btn:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
}
.pageBtnWrap_btn::after {
  position: absolute;
  content: "";
  display: block;
  width: 2rem;
  height: 1rem;
  background-image: url(./fmf/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.5rem;
}
.pageBtnWrap_btn.-special {
  background-color: #454e99;
}
.pageBtnWrap_btn.-business {
  background-color: #64adc4;
}
.pageBtnWrap_btn.-talk {
  background-color: #53b589;
}

.detail {
  margin-top: 10rem;
  padding-inline: 2.5rem;
  text-align: center;
}
.detail.top {
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .detail {
    padding-inline: 1.5rem;
  }
}
.detail section + section {
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .detail section + section {
    margin-top: 3rem;
  }
}
.detail_inner {
  max-width: 105rem;
  background-color: #fff;
  border-radius: 1rem;
  padding-block: 3rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .detail_inner {
    padding-block: 1.5rem;
  }
}
.detail_inner .inner {
  margin-inline: 2rem;
}
@media screen and (max-width: 768px) {
  .detail_inner .inner {
    margin-inline: 1.5rem;
  }
}
.detail_title-01 {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 1rem;
  color: #454e99;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .detail_title-01 {
    font-size: clamp(2rem, 1.618rem + 1.63vw, 2.4rem);
  }
}
.detail_title-02 {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 1rem;
  color: #65acc4;
  line-height: 1.3;
}
.detail_title-02.-mb {
  margin-block: 2rem;
}
@media screen and (max-width: 768px) {
  .detail_title-02 {
    font-size: clamp(2rem, 1.618rem + 1.63vw, 2.4rem);
  }
}
.detail_title-03 {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 1rem;
  color: #53b589;
  line-height: 1.3;
}
.detail_title-03.-mb {
  margin-block: 2rem;
}
@media screen and (max-width: 768px) {
  .detail_title-03 {
    font-size: clamp(2rem, 1.618rem + 1.63vw, 2.4rem);
  }
}
.detail_titleSub-01 {
  background-color: #454e99;
  color: #fff;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.5;
  padding-block: 0.5rem;
  padding-inline: 1rem;
}
@media screen and (max-width: 768px) {
  .detail_titleSub-01 {
    font-size: clamp(1.6rem, 1.218rem + 1.63vw, 2rem);
  }
}
.detail_titleSub-02 {
  background-color: #64adc4;
  color: #fff;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.5;
  padding-block: 0.5rem;
  padding-inline: 1rem;
}
.detail_titleSub-02 span {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .detail_titleSub-02 {
    font-size: clamp(1.6rem, 1.218rem + 1.63vw, 2rem);
  }
}
.detail_titleSub-03 {
  background-color: #53b589;
  color: #fff;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.5;
  padding-block: 0.5rem;
  padding-inline: 1rem;
}
.detail_titleSub-03 span {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .detail_titleSub-03 {
    font-size: clamp(1.6rem, 1.218rem + 1.63vw, 2rem);
  }
}
.detail_date-01 {
  margin-top: 0.3rem;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  padding-block: 0.5rem;
  padding-inline: 1rem;
  background-color: rgba(69, 78, 153, 0.2);
}
@media screen and (max-width: 768px) {
  .detail_date-01 {
    font-size: clamp(1.4rem, 0.827rem + 2.44vw, 2rem);
  }
}
.detail_date-02 {
  margin-top: 0.3rem;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  padding-block: 0.5rem;
  padding-inline: 1rem;
  background-color: rgba(100, 173, 196, 0.4);
}
@media screen and (max-width: 768px) {
  .detail_date-02 {
    font-size: clamp(1.4rem, 0.827rem + 2.44vw, 2rem);
  }
}
.detail_date-03 {
  margin-top: 0.3rem;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  padding-block: 0.5rem;
  padding-inline: 1rem;
  background-color: rgba(83, 181, 137, 0.4);
}
@media screen and (max-width: 768px) {
  .detail_date-03 {
    font-size: clamp(1.4rem, 0.827rem + 2.44vw, 2rem);
  }
}
.detail_place-01 {
  margin-top: 0.3rem;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  padding-block: 0.5rem;
  padding-inline: 1rem;
  background-color: rgba(69, 78, 153, 0.1);
}
@media screen and (max-width: 768px) {
  .detail_place-01 {
    font-size: clamp(1.4rem, 1.018rem + 1.63vw, 1.8rem);
  }
}
.detail_place-02 {
  margin-top: 0.3rem;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  padding-block: 0.5rem;
  padding-inline: 1rem;
  background-color: rgba(100, 173, 196, 0.2);
}
@media screen and (max-width: 768px) {
  .detail_place-02 {
    font-size: clamp(1.4rem, 1.018rem + 1.63vw, 1.8rem);
  }
}
.detail_place-03 {
  margin-top: 0.3rem;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  padding-block: 0.5rem;
  padding-inline: 1rem;
  background-color: rgba(83, 181, 137, 0.2);
}
@media screen and (max-width: 768px) {
  .detail_place-03 {
    font-size: clamp(1.4rem, 1.018rem + 1.63vw, 1.8rem);
  }
}
.detail_text {
  text-align: left;
  margin-top: 2rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
}
.detail_text.-pb {
  padding-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .detail_text {
    margin-top: 1.5rem;
    font-size: 1.4rem;
  }
}
.detail_introductionList {
  display: grid;
  width: 100%;
}
.detail_introductionList.-special {
  grid-template-columns: repeat(4, 1fr);
  gap: 1.2rem;
}
@media screen and (max-width: 768px) {
  .detail_introductionList.-special {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
@media screen and (max-width: 559px) {
  .detail_introductionList.-special {
    grid-template-columns: repeat(1, 1fr);
  }
}
.detail_introductionList.-special .detail_introductionItem {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, #454e99), to(#171a33));
  background: linear-gradient(180deg, #454e99 55%, #171a33 100%);
}
.detail_introductionList.-business {
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
}
@media screen and (max-width: 768px) {
  .detail_introductionList.-business {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
@media screen and (max-width: 559px) {
  .detail_introductionList.-business {
    grid-template-columns: repeat(1, 1fr);
  }
}
.detail_introductionList.-business .detail_introductionItem {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(41%, #64adc4), to(#27454f));
  background: linear-gradient(180deg, #64adc4 41%, #27454f 100%);
}
.detail_introductionList.-talk {
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
}
@media screen and (max-width: 768px) {
  .detail_introductionList.-talk {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
@media screen and (max-width: 559px) {
  .detail_introductionList.-talk {
    grid-template-columns: repeat(1, 1fr);
  }
}
.detail_introductionList.-talk .detail_introductionItem {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(41%, #53b589), to(#2b5e47));
  background: linear-gradient(180deg, #53b589 41%, #2b5e47 100%);
}
.detail_introductionList.-talk .detail_introductionItem.-nogradient {
  background: none;
}
.detail_introductionItem {
  margin-top: 10rem;
  position: relative;
  z-index: 0;
  text-align: left;
  width: 100%;
  color: #fff;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  min-height: 13.1rem;
}
@media screen and (max-width: 768px) {
  .detail_introductionItem {
    margin-top: 50%;
  }
}
@media screen and (max-width: 559px) {
  .detail_introductionItem {
    margin-top: 55%;
  }
}
.detail_introductionItem .commingSoon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 2.4rem;
  font-weight: bold;
}
.detail_introductionText {
  position: relative;
  z-index: 2;
  font-size: 1rem;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .detail_introductionText {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 559px) {
  .detail_introductionText {
    font-size: 3.2vw;
  }
}
.detail_introductionName {
  position: relative;
  z-index: 2;
  font-size: 2.4rem;
  font-weight: bold;
  margin-top: 0.5rem;
}
.detail_introductionName.-space {
  letter-spacing: -0.1em;
}
@media screen and (max-width: 768px) {
  .detail_introductionName {
    font-size: 3.125vw;
    margin-top: 0.3rem;
  }
}
@media screen and (max-width: 559px) {
  .detail_introductionName {
    font-size: 6.4vw;
  }
}
.detail_introductionImg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  width: 100%;
}

.caution {
  margin-top: 2rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  text-align: center;
  padding-inline: 1.5rem;
}
@media screen and (max-width: 768px) {
  .caution {
    font-size: clamp(1.2rem, 1.009rem + 0.81vw, 1.4rem);
  }
}

.btnWrap {
  text-align: center;
  padding-block: 5rem;
  padding-inline: 1.5rem;
}
@media screen and (max-width: 768px) {
  .btnWrap {
    padding-block: 3rem;
  }
}
.btnWrap .btn {
  background-color: #000;
  color: #fff;
  max-width: 38rem;
  width: 100%;
  display: inline-block;
  font-size: 2rem;
  font-weight: bold;
  padding: 1rem 2rem;
  border: 1px solid #000;
  border-radius: 5rem;
  -webkit-transform: 0.3s;
          transform: 0.3s;
}
.btnWrap .btn:hover {
  background-color: #fff;
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .btnWrap .btn {
    font-size: 1.6rem;
  }
}

.btnWrap {
  text-align: center;
  padding-block: 5rem;
  padding-inline: 1.5rem;
}
@media screen and (max-width: 768px) {
  .btnWrap {
    padding-block: 3rem;
  }
}
.btnWrap .btn {
  background-color: #000;
  color: #fff;
  max-width: 38rem;
  width: 100%;
  display: inline-block;
  font-size: 2rem;
  font-weight: bold;
  padding: 1rem 2rem;
  border: 1px solid #000;
  border-radius: 5rem;
  -webkit-transform: 0.3s;
          transform: 0.3s;
}
.btnWrap .btn:hover {
  background-color: #fff;
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .btnWrap .btn {
    font-size: 1.6rem;
  }
}

aside,
main {
  padding-bottom: 0;
}

@media screen and (max-width: 768px) {
  html[lang=en] .bubble_text {
    font-size: clamp(1.5rem, 1.231rem + 0.77vw, 1.6rem);
  }
}
@media screen and (max-width: 559px) {
  html[lang=en] .bubble_text {
    padding-block: 4% 1.5rem;
    font-size: 1.1rem;
    line-height: 1.2;
  }
}
.fade-in-target {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out, -webkit-transform 0.6s ease-out;
}

.fade-in {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* Language switching for KV images */
.mv_title picture img {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

/* Default state - Japanese */
.mv_title picture.ja-image {
  display: block;
}

.mv_title picture.en-image {
  display: none;
}

/* English state when body has lang-en class */
.lang-en .mv_title picture.ja-image {
  display: none;
}

.lang-en .mv_title picture.en-image {
  display: block;
}/*# sourceMappingURL=fmf.css.map */