@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Hina+Mincho&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn2 {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 1.875rem);
            transform: translate(0, 1.875rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes fadeIn2 {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 1.875rem);
            transform: translate(0, 1.875rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
:root {
  --color-txt: #191919;
  --color-txt_04: rgba(35, 24, 21, 0.4);
  --color-black: #000;
  --color-black_01: rgba(0, 0, 0, 0.1);
  --max-width-size: setting.px-cov(1600);
}

:lang(ja) .js-text_anim_original {
  display: none !important;
}

:lang(ja) .js-text_anim_clone {
  display: inline !important;
}

.c__fill-brown {
  fill: var(--color-txt, #191919);
}

.c__fill-w {
  fill: #fff;
}

.c__fill-rule {
  fill-rule: evenodd;
}

#container .c__col-green {
  color: var(--color-black, #000) !important;
}
#container .c__col-w {
  color: #fff !important;
}
#container .c__fz-18 {
  font-size: 1rem !important;
}
@media screen and (min-width: 820px) {
  #container .c__fz-18 {
    font-size: 1.125rem !important;
  }
}
#container .c__fz-16 {
  font-size: 1rem !important;
}
#container .c__fz-14 {
  font-size: 0.875rem !important;
}
#container .c__fz-12 {
  font-size: 0.75rem !important;
}
#container .c__fz-24 {
  font-size: 1.125rem !important;
}
@media screen and (min-width: 820px) {
  #container .c__fz-24 {
    font-size: 1.5rem !important;
  }
}
#container .c__fz-28 {
  font-size: 1.75rem !important;
}
#container .c__tetal-center {
  text-align: center !important;
}
#container .c__tetal-l {
  text-align: left !important;
}
#container .c__mt-0 {
  margin-top: 0rem !important;
}
#container .c__mt-120 {
  margin-top: 7.5rem !important;
}
#container .c__mt-30 {
  margin-top: 1.875rem !important;
}
#container .c__anim-fadeIn {
  opacity: 0;
  -webkit-transform: translate(0, 1.875rem);
          transform: translate(0, 1.875rem);
  -webkit-animation: fadeIn2 0.4s 1 1s ease both;
          animation: fadeIn2 0.4s 1 1s ease both;
}
#container .c__dis-none {
  display: none !important;
}
#container .content [class^=parts__btn] {
  margin: 3.125rem 0 0;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 820px) {
  #container .content [class^=parts__btn] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 1.875rem;
  }
}
#container .content [class^=parts__btn] .parts__btn__a {
  background: var(--color-txt_08, rgba(35, 24, 21, 0.8));
  margin: 0;
  min-width: 13.75rem;
  padding: 1rem 1.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 500;
  color: #fff;
  border: solid 2px #fff;
  position: relative;
  display: inline-block;
  cursor: pointer;
  overflow: hidden;
}
@media screen and (min-width: 820px) {
  #container .content [class^=parts__btn] .parts__btn__a {
    min-width: 18.75rem;
    padding: 1.25rem 1.875rem;
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 820px) and (max-width: 950px) {
  #container .content [class^=parts__btn] .parts__btn__a {
    min-width: auto;
  }
}
#container .content [class^=parts__btn] .parts__btn__a:link, #container .content [class^=parts__btn] .parts__btn__a:visited {
  color: #fff;
}
#container .content [class^=parts__btn] .parts__btn__a:hover {
  opacity: 1;
  color: #fff !important;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
#container .content [class^=parts__btn] .parts__btn__a:hover::before {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
#container .content [class^=parts__btn] .parts__btn__a[target=_blank]::after {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  background: url(/img/ico_blank.svg) no-repeat;
  background-size: cover;
  position: relative;
  display: inline-block;
  margin-left: 0.625rem;
}
#container .content [class^=parts__btn] .parts__btn__a::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--color-txt);
  z-index: -1;
  -webkit-transform: translate(calc(-100% - 0.125rem), 0);
          transform: translate(calc(-100% - 0.125rem), 0);
  -webkit-transition: all 0.4s ease 0s, bottom 0.4s ease-in 0s, opacity 0.2s ease 0.2s;
  transition: all 0.4s ease 0s, bottom 0.4s ease-in 0s, opacity 0.2s ease 0.2s;
}
#container .content [class^=parts__btn] + .parts__btn__a {
  margin-top: 1.875rem;
}
@media screen and (min-width: 820px) {
  #container .content [class^=parts__btn] + .parts__btn__a {
    margin-top: 0;
  }
}
#container .content .js-text_anim .js-text_anim_original {
  display: inline;
}
#container .content .js-text_anim .js-text_anim_clone {
  display: none;
}
#container .content .js-text_anim .js-text_anim_clone span {
  display: inline-block;
  opacity: 0;
}
#container .content .is-animated .js-text_anim .js-text_anim_clone span {
  -webkit-animation: drop-in 1s ease 1.2s forwards;
          animation: drop-in 1s ease 1.2s forwards;
}
#container .content .parts__cap {
  padding: 0 0 0 1em;
  text-indent: -1em;
  display: block;
}
@media screen and (min-width: 820px) {
  #container .content .parts__cap {
    font-size: 0.875rem !important;
  }
}
#container .content .parts__tab {
  margin: 2.5rem auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 0.5rem;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-animation: fadeIn 0.8s 1 0.8s ease both;
          animation: fadeIn 0.8s 1 0.8s ease both;
  line-height: 1;
}
@media screen and (min-width: 820px) {
  #container .content .parts__tab {
    width: 92.5%;
    margin: 3.75rem auto 0;
  }
}
#container .content .parts__tab.is-b li {
  background: rgba(255, 255, 255, 0.8);
}
#container .content .parts__tab.is-b li.is-opened {
  background: rgba(0, 0, 0, 0.8);
}
#container .content .parts__tab.is-b li.is-opened .content__svg {
  fill: #fff;
}
#container .content .parts__tab.is-b li.is-opened .content__span {
  color: #fff;
  font-weight: 500;
}
#container .content .parts__tab.is-b li .content__svg {
  fill: var(--color-txt);
}
#container .content .parts__tab.is-b li .content__span {
  color: var(--color-txt);
  font-weight: 500;
}
#container .content .parts__tab li {
  cursor: pointer;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  padding: 1.25rem 0.75rem;
  text-align: center;
  line-height: 1.5;
}
@media screen and (min-width: 820px) {
  #container .content .parts__tab li {
    padding: 1.75rem 1.5rem 1.25rem;
  }
}
#container .content .parts__tab li.is-opened {
  padding-top: 1.875rem;
  background: rgba(255, 255, 255, 0.8);
}
@media screen and (min-width: 820px) {
  #container .content .parts__tab li.is-opened {
    padding-top: 3rem;
  }
}
#container .content .parts__tab li.is-opened .content__svg {
  fill: var(--color-txt);
}
#container .content .parts__tab li.is-opened .content__span {
  color: var(--color-txt);
  font-weight: 500;
}
#container .content .parts__tab li .content__svg {
  fill: #fff;
  display: block;
  margin: 0 auto;
  width: auto;
  height: 20px;
  max-width: 100%;
}
@media screen and (min-width: 820px) {
  #container .content .parts__tab li .content__svg {
    height: 24px;
  }
}
#container .content .parts__tab li .content__span {
  color: #fff;
  display: block;
  font-weight: 500;
  margin-top: 0.25rem;
  font-size: 0.875rem;
}
@media screen and (min-width: 820px) {
  #container .content .parts__tab li .content__span {
    font-size: 1.125rem;
  }
}
#container .content .parts__tab + .content__section {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
#container .content .parts__tab + .content__section + .parts__tab {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 auto 3.75rem;
}
#container .content .parts__tab + .content__section + .parts__tab li.is-opened {
  padding-top: 1.25rem;
  padding-bottom: 1.875rem;
}
@media screen and (min-width: 820px) {
  #container .content .parts__tab + .content__section + .parts__tab li.is-opened {
    padding-top: 1.75rem;
    padding-bottom: 2.5rem;
  }
}
#container .content .parts__tab__cont {
  display: none;
}
#container .content .parts__tab__cont.is-opened {
  display: block;
}
#container .content .parts__tab__cont .content__section__wrap:first-child,
#container .content .parts__tab__cont .content__section__img-txt:first-child {
  padding-top: 1.25rem;
}
@media screen and (min-width: 820px) {
  #container .content .parts__tab__cont .content__section__wrap:first-child,
  #container .content .parts__tab__cont .content__section__img-txt:first-child {
    padding-top: 2.5rem;
  }
}
#container .content .parts__pc-only {
  display: none;
}
@media screen and (min-width: 820px) {
  #container .content .parts__pc-only {
    display: inline-block !important;
  }
}
@media screen and (min-width: 820px) {
  #container .content .parts__sp-only {
    display: none !important;
  }
}
@-webkit-keyframes drop-in {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    color: #dff5ff;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes drop-in {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    color: #dff5ff;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

#container {
  background-color: #fff;
  color: var(--color-txt);
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "Yu Gothic Medium", "YuGothic", sans-serif, "ＭＳ Ｐゴシック", "MS PGothic", serif;
  font-size: 1.5rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  opacity: 0;
  -webkit-animation: fadeIn 0.8s 1 0s ease both;
          animation: fadeIn 0.8s 1 0s ease both;
}
#container * {
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
#container a {
  display: inline-block;
}
@media screen and (min-width: 820px) {
  #container a:hover {
    opacity: 0.7;
  }
}
#container a:link, #container a:visited {
  color: var(--color-txt);
}
#container .foot {
  background: #fff;
  padding: 0.625rem 1.25rem;
}
@media screen and (min-width: 820px) {
  #container .foot {
    padding: 0.625rem 6.25rem;
  }
}
#container .foot__copyright {
  margin: 0 auto;
  font-family: "Hina Mincho", serif, "Zen Kaku Gothic New", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "Yu Gothic Medium", "YuGothic", sans-serif, "ＭＳ Ｐゴシック", "MS PGothic";
  text-align: center;
  font-size: 0.75rem;
}
@media screen and (min-width: 820px) {
  #container .foot__copyright {
    font-size: 0.9375rem;
  }
}
#container .content {
  position: relative;
  padding: 0;
  overflow: hidden;
  z-index: 1;
}
#container .content h1 {
  font-family: "Hina Mincho", serif, "Zen Kaku Gothic New", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "Yu Gothic Medium", "YuGothic", sans-serif, "ＭＳ Ｐゴシック", "MS PGothic";
  font-size: 5rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  color: #fff;
}
@media screen and (min-width: 820px) {
  #container .content h1 {
    font-size: 11.25rem;
  }
}
#container .content h1 .parts__sp-only {
  display: inline;
}
#container .content h2 {
  font-family: "Hina Mincho", serif, "Zen Kaku Gothic New", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "Yu Gothic Medium", "YuGothic", sans-serif, "ＭＳ Ｐゴシック", "MS PGothic";
  margin: 7.5rem auto 0;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  z-index: 1;
  position: relative;
}
#container .content h2 .content__span {
  opacity: 0.1;
  mix-blend-mode: multiply;
  position: absolute;
  line-height: 1;
}
#container .content h3 {
  margin: 0 auto 0;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  z-index: 10;
  position: relative;
}
#container .content p {
  margin: 15px auto 0;
}
#container .content .content__img {
  height: auto;
  max-width: none;
  margin: 0 auto 0;
  display: block;
  max-block-size: none;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 819px) {
  #container .content .content__img {
    width: 100%;
  }
}
#container .content .content__head {
  width: 100%;
  margin: 0 auto;
  position: relative;
  line-height: 0;
  opacity: 0;
  -webkit-animation: fadeIn 1.2s 1 0s ease-in both;
          animation: fadeIn 1.2s 1 0s ease-in both;
}
#container .content .content__section {
  overflow: visible;
  margin: 0 auto;
  padding: 0;
}
#container .content .content__section + .content__section {
  margin-top: 12.5rem;
}
@media screen and (min-width: 820px) {
  #container .content .content__section + .content__section {
    margin-top: 12.5rem;
  }
}
#container .content .content__section .content__section__wrap {
  max-width: 100rem;
  margin: 0 auto;
}
#container .content .content__section .content__section__wrap.is-line {
  position: relative;
  padding-top: 30px !important;
  margin-top: 60px;
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap.is-line {
    margin-top: 90px;
  }
}
#container .content .content__section .content__section__wrap.is-line:nth-child(odd)::before, #container .content .content__section .content__section__wrap.is-line.is-line__r::before {
  left: auto;
  right: -20px;
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap.is-line:nth-child(odd)::before, #container .content .content__section .content__section__wrap.is-line.is-line__r::before {
    right: -230px;
  }
}
#container .content .content__section .content__section__wrap.is-line::before {
  content: url(/img/base_line.svg);
  width: 445px;
  position: absolute;
  top: 0;
  left: -20px;
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap.is-line::before {
    left: -230px;
  }
}
#container .content .content__section .content__section__wrap.is-line h2 {
  margin-top: 60px;
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap.is-line h2 {
    margin-top: 90px;
  }
}
#container .content__svg-box {
  display: none !important;
}
#container .content.page__top .js-movie-on {
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  -o-object-fit: cover;
     object-fit: cover;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
}
#container .content.page__top .js-movie-on.is-animated2 {
  -webkit-animation: movie 3s 1 0s linear both;
          animation: movie 3s 1 0s linear both;
  opacity: 1;
  z-index: 10;
  -webkit-transition: all 0.4s ease 0s, z-index 0.4s ease 0.4s;
  transition: all 0.4s ease 0s, z-index 0.4s ease 0.4s;
}
@media screen and (min-width: 820px) {
  #container .content.page__top .js-movie-on.is-animated2 {
    -webkit-animation: movie 1s 1 0s linear both;
            animation: movie 1s 1 0s linear both;
  }
}
#container .content.page__top .content__head {
  min-height: 100vh;
  min-height: 100dvh;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
#container .content.page__top .content__head h1 {
  position: relative;
  z-index: 1;
  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: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  padding: 4.6875rem 0.625rem 3.125rem 0;
}
@media screen and (min-width: 820px) {
  #container .content.page__top .content__head h1 {
    padding: 4.6875rem 3.125rem 4.6875rem 6.25rem;
  }
}
#container .content.page__top .content__head h1 .is-01 {
  text-align: left;
  text-shadow: 0.1875rem 0.1875rem 0.375rem rgba(25, 25, 25, 0.8);
}
#container .content.page__top .content__head h1 .is-02 {
  text-align: right;
  text-shadow: 0.1875rem 0.1875rem 0.375rem rgba(25, 25, 25, 0.8);
}
#container .content.page__top .content__head .js-movie-on {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
}
#container .content.page__top .content__head .js-movie-on.is-animated2 {
  -webkit-animation: MV_movie 3s 1 0s linear both;
          animation: MV_movie 3s 1 0s linear both;
  opacity: 1;
  -webkit-transition: all 0.4s ease 0s, z-index 0.4s ease 0.4s;
  transition: all 0.4s ease 0s, z-index 0.4s ease 0.4s;
}
#container .content.page__top .content__head .js-movie-on.is-animated2[data-f=MV-02] {
  opacity: 0;
  -webkit-animation: MV_movie2 3s 1 0s linear both;
          animation: MV_movie2 3s 1 0s linear both;
}
#container .content.page__top .content__head .content__pic.is-animated .content__img {
  opacity: 1;
  -webkit-animation: MV_main_sp 10s infinite 0s linear both;
          animation: MV_main_sp 10s infinite 0s linear both;
}
@media screen and (min-width: 820px) {
  #container .content.page__top .content__head .content__pic.is-animated .content__img {
    -webkit-animation: MV_main_pc 10s infinite 0s linear both;
            animation: MV_main_pc 10s infinite 0s linear both;
  }
}
#container .content.page__top .content__head .content__pic .content__img {
  position: absolute;
  height: 100%;
  width: calc(100vw + 12.5rem);
  opacity: 0;
}
@media screen and (min-width: 820px) {
  #container .content.page__top .content__head .content__pic .content__img {
    max-width: none;
    width: calc(100vw + 25rem);
    max-width: none;
  }
}
#container .content.page__top .content__head .content__head__triangle {
  position: absolute;
  width: 100vw;
  height: 100vw;
  top: 0;
  left: 0;
  background: url(/img/MV_01-02_sp.jpg) repeat;
  background-size: auto 100%;
  background-position: 0 0;
  -webkit-mask: url(/img/ico_triangle.svg);
          mask: url(/img/ico_triangle.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  -webkit-mask-position: 0 0;
          mask-position: 0 0;
  z-index: 1;
}
@media screen and (min-width: 820px) {
  #container .content.page__top .content__head .content__head__triangle {
    width: 100vh;
    width: 100dvh;
    height: 100vh;
    height: 100dvh;
    background: url(/img/MV_01-02.jpg) repeat;
    background-size: cover;
    background-position: top right;
    -webkit-mask: url(/img/ico_triangle.svg);
            mask: url(/img/ico_triangle.svg);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: 100% auto;
            mask-size: 100% auto;
    -webkit-mask-position: 0 0;
            mask-position: 0 0;
  }
}
#container .content.page__top .content__head .content__head__triangle .content__img {
  width: calc(100vw + 6.25rem);
  height: 100%;
  max-width: none;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (min-width: 820px) {
  #container .content.page__top .content__head .content__head__triangle .content__img {
    width: calc(100vw + 12.5rem);
  }
}
#container .content.page__top .content__head .content__head__triangle .content__img.is-01 {
  -webkit-animation: MV_triangle_sp 30s infinite 0s linear both;
          animation: MV_triangle_sp 30s infinite 0s linear both;
}
@media screen and (min-width: 820px) {
  #container .content.page__top .content__head .content__head__triangle .content__img.is-01 {
    -webkit-animation: MV_triangle_pc 30s infinite 0s linear both;
            animation: MV_triangle_pc 30s infinite 0s linear both;
  }
}
#container .content.page__top .content__head .content__head__triangle .content__img.is-02 {
  -webkit-animation: MV_triangle_sp 30s infinite 10s linear both;
          animation: MV_triangle_sp 30s infinite 10s linear both;
}
@media screen and (min-width: 820px) {
  #container .content.page__top .content__head .content__head__triangle .content__img.is-02 {
    -webkit-animation: MV_triangle_pc 30s infinite 10s linear both;
            animation: MV_triangle_pc 30s infinite 10s linear both;
  }
}
#container .content.page__top .content__head .content__head__triangle .content__img.is-03 {
  -webkit-animation: MV_triangle_sp 30s infinite 20s linear both;
          animation: MV_triangle_sp 30s infinite 20s linear both;
}
@media screen and (min-width: 820px) {
  #container .content.page__top .content__head .content__head__triangle .content__img.is-03 {
    -webkit-animation: MV_triangle_pc 30s infinite 20s linear both;
            animation: MV_triangle_pc 30s infinite 20s linear both;
  }
}
#container .content.page__top .content__head .content__head__mark {
  position: absolute;
  top: 0;
  left: -1.5625rem;
  height: 30.9375rem;
  width: auto;
  max-width: none;
  max-height: none;
  mix-blend-mode: multiply;
  z-index: 2;
}
@media screen and (min-width: 820px) {
  #container .content.page__top .content__head .content__head__mark {
    height: calc(100vh + 4.0625rem);
    height: calc(100dvh + 4.0625rem);
    width: auto;
    top: -4.0625rem;
    left: -0.9375rem;
  }
}
#container .content.page__top .content__head .content__head__mark.is-01 {
  -webkit-animation: MV_logo-1 20s infinite 0s ease both, MV_logo-move 20s infinite 0s ease both;
          animation: MV_logo-1 20s infinite 0s ease both, MV_logo-move 20s infinite 0s ease both;
  mix-blend-mode: color;
}
#container .content.page__top .content__head .content__head__mark.is-02 {
  -webkit-animation: MV_logo-2 20s infinite 0s ease both, MV_logo-move 20s infinite 0s ease both;
          animation: MV_logo-2 20s infinite 0s ease both, MV_logo-move 20s infinite 0s ease both;
  mix-blend-mode: color-burn;
}
#container .content.page__top .content__head .content__head__logo {
  width: 6.25rem;
  height: auto;
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  z-index: 5;
  display: block;
}
@media screen and (min-width: 820px) {
  #container .content.page__top .content__head .content__head__logo {
    width: 7.5rem;
  }
}
#container .content.page__top .content__section.cont_01 .content__section__ttl {
  max-width: 100rem;
  min-height: 100vh;
  min-height: 100dvh;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: none;
          transform: none;
  z-index: 0;
}
@media screen and (min-width: 820px) {
  #container .content.page__top .content__section.cont_01 .content__section__ttl {
    min-height: 100vh;
    min-height: 100dvh;
    padding: 9.375rem 3.125rem;
  }
}
#container .content.page__top .content__section.cont_01 .content__section__ttl.is-animated h2 {
  opacity: 1;
  color: rgb(25, 25, 25);
}
#container .content.page__top .content__section.cont_01 .content__section__ttl.is-animated h2 .content__h2__span {
  opacity: 1;
  -webkit-transition: all 0.4s ease 0.8s, color 0.8s ease 2s;
  transition: all 0.4s ease 0.8s, color 0.8s ease 2s;
}
#container .content.page__top .content__section.cont_01 .content__section__ttl.is-animated h2 .content__span {
  -webkit-transition: all 0.4s ease 0.8s, -webkit-filter 1.6s ease 0.8s, -webkit-transform 1.6s ease 0.8s;
  transition: all 0.4s ease 0.8s, -webkit-filter 1.6s ease 0.8s, -webkit-transform 1.6s ease 0.8s;
  transition: all 0.4s ease 0.8s, filter 1.6s ease 0.8s, transform 1.6s ease 0.8s;
  transition: all 0.4s ease 0.8s, filter 1.6s ease 0.8s, transform 1.6s ease 0.8s, -webkit-filter 1.6s ease 0.8s, -webkit-transform 1.6s ease 0.8s;
  opacity: 0.1;
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transform: translate(0, 0) !important;
          transform: translate(0, 0) !important;
}
#container .content.page__top .content__section.cont_01 .content__section__ttl.is-animated h2 strong {
  color: #0a55a8;
  -webkit-transition: all 0.4s ease 0.8s, color 0.8s ease 2s;
  transition: all 0.4s ease 0.8s, color 0.8s ease 2s;
}
#container .content.page__top .content__section.cont_01 .content__section__ttl h2 {
  max-width: 100rem;
  width: 100%;
  font-style: italic;
  font-size: 3.125rem;
  margin: 0 auto;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: rgba(25, 25, 25, 0);
}
@media screen and (min-width: 820px) {
  #container .content.page__top .content__section.cont_01 .content__section__ttl h2 {
    font-size: 6.25rem;
    padding: 6.25rem 3.125rem 1.5625rem;
  }
}
#container .content.page__top .content__section.cont_01 .content__section__ttl h2 strong {
  font-size: 4.375rem;
  color: transparent;
}
@media screen and (min-width: 820px) {
  #container .content.page__top .content__section.cont_01 .content__section__ttl h2 strong {
    font-size: 9.375rem;
  }
}
#container .content.page__top .content__section.cont_01 .content__section__ttl h2 .content__h2__span {
  opacity: 0;
}
#container .content.page__top .content__section.cont_01 .content__section__ttl h2 .content__span {
  font-size: 9.375rem;
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
@media screen and (min-width: 820px) {
  #container .content.page__top .content__section.cont_01 .content__section__ttl h2 .content__span {
    font-size: 19.6875rem;
  }
}
#container .content.page__top .content__section.cont_01 .content__section__ttl h2 .content__span.is-01 {
  top: 0;
  left: 0;
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
}
@media screen and (min-width: 820px) {
  #container .content.page__top .content__section.cont_01 .content__section__ttl h2 .content__span.is-01 {
    left: 3.125rem;
  }
}
#container .content.page__top .content__section.cont_01 .content__section__ttl h2 .content__span.is-02 {
  bottom: 0;
  right: auto;
  left: 1.5625rem;
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
}
@media screen and (min-width: 820px) {
  #container .content.page__top .content__section.cont_01 .content__section__ttl h2 .content__span.is-02 {
    right: 3.125rem;
    left: auto;
  }
}
#container .content.page__top .content__section.cont_01 .content__section__wrap {
  width: 100%;
  min-height: 80vh;
  min-height: 80dvh;
  overflow: visible;
  position: relative;
  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;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 1;
}
@media screen and (min-width: 820px) {
  #container .content.page__top .content__section.cont_01 .content__section__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 5rem 0;
  }
}
#container .content.page__top .content__section.cont_01 .content__section__wrap.is-animated:nth-child(even) .content-01__section__bk {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: all 0.4s ease 0.8s, -webkit-transform 1.6s ease 0.8s;
  transition: all 0.4s ease 0.8s, -webkit-transform 1.6s ease 0.8s;
  transition: all 0.4s ease 0.8s, transform 1.6s ease 0.8s;
  transition: all 0.4s ease 0.8s, transform 1.6s ease 0.8s, -webkit-transform 1.6s ease 0.8s;
}
#container .content.page__top .content__section.cont_01 .content__section__wrap.is-animated:nth-child(even) .content-01__section__bk .content__img {
  -webkit-animation: cont_01_bk-l_sp 30s 1 2s linear both;
          animation: cont_01_bk-l_sp 30s 1 2s linear both;
}
@media screen and (min-width: 820px) {
  #container .content.page__top .content__section.cont_01 .content__section__wrap.is-animated:nth-child(even) .content-01__section__bk .content__img {
    -webkit-animation: cont_01_bk-r_pc 30s 1 2s linear both;
            animation: cont_01_bk-r_pc 30s 1 2s linear both;
  }
}
#container .content.page__top .content__section.cont_01 .content__section__wrap.is-animated:nth-child(even)::after {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: all 0.4s ease 0.8s, -webkit-transform 1.5s ease 1.2s;
  transition: all 0.4s ease 0.8s, -webkit-transform 1.5s ease 1.2s;
  transition: all 0.4s ease 0.8s, transform 1.5s ease 1.2s;
  transition: all 0.4s ease 0.8s, transform 1.5s ease 1.2s, -webkit-transform 1.5s ease 1.2s;
}
@media screen and (min-width: 820px) {
  #container .content.page__top .content__section.cont_01 .content__section__wrap.is-animated:nth-child(even)::after {
    -webkit-transition: all 0.4s ease 0.8s, -webkit-transform 2s ease 1.2s;
    transition: all 0.4s ease 0.8s, -webkit-transform 2s ease 1.2s;
    transition: all 0.4s ease 0.8s, transform 2s ease 1.2s;
    transition: all 0.4s ease 0.8s, transform 2s ease 1.2s, -webkit-transform 2s ease 1.2s;
  }
}
#container .content.page__top .content__section.cont_01 .content__section__wrap.is-animated .content-01__section__bk {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: all 0.4s ease 0s, -webkit-transform 1.6s ease 0s;
  transition: all 0.4s ease 0s, -webkit-transform 1.6s ease 0s;
  transition: all 0.4s ease 0s, transform 1.6s ease 0s;
  transition: all 0.4s ease 0s, transform 1.6s ease 0s, -webkit-transform 1.6s ease 0s;
}
#container .content.page__top .content__section.cont_01 .content__section__wrap.is-animated .content-01__section__bk .content__img {
  -webkit-animation: cont_01_bk-r_sp 30s 1 2s linear both;
          animation: cont_01_bk-r_sp 30s 1 2s linear both;
}
@media screen and (min-width: 820px) {
  #container .content.page__top .content__section.cont_01 .content__section__wrap.is-animated .content-01__section__bk .content__img {
    -webkit-animation: cont_01_bk-l_pc 30s 1 2s linear both;
            animation: cont_01_bk-l_pc 30s 1 2s linear both;
  }
}
#container .content.page__top .content__section.cont_01 .content__section__wrap.is-animated::after {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: all 0.4s ease 0s, -webkit-transform 1.5s ease 0.4s;
  transition: all 0.4s ease 0s, -webkit-transform 1.5s ease 0.4s;
  transition: all 0.4s ease 0s, transform 1.5s ease 0.4s;
  transition: all 0.4s ease 0s, transform 1.5s ease 0.4s, -webkit-transform 1.5s ease 0.4s;
}
@media screen and (min-width: 820px) {
  #container .content.page__top .content__section.cont_01 .content__section__wrap.is-animated::after {
    -webkit-transition: all 0.4s ease 0s, -webkit-transform 2s ease 0.4s;
    transition: all 0.4s ease 0s, -webkit-transform 2s ease 0.4s;
    transition: all 0.4s ease 0s, transform 2s ease 0.4s;
    transition: all 0.4s ease 0s, transform 2s ease 0.4s, -webkit-transform 2s ease 0.4s;
  }
}
#container .content.page__top .content__section.cont_01 .content__section__wrap.is-animated .content__section__flex-box {
  -webkit-animation: fadeIn 0.8s 1 1.6s ease both;
          animation: fadeIn 0.8s 1 1.6s ease both;
}
#container .content.page__top .content__section.cont_01 .content__section__wrap.is-animated .content__pic {
  -webkit-animation: fadeIn 0.8s 1 1.2s ease both;
          animation: fadeIn 0.8s 1 1.2s ease both;
}
#container .content.page__top .content__section.cont_01 .content__section__wrap.is-animated .content__pic .content__img {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: all 0.4s ease 0s, -webkit-transform 0.8s ease 1.2s;
  transition: all 0.4s ease 0s, -webkit-transform 0.8s ease 1.2s;
  transition: all 0.4s ease 0s, transform 0.8s ease 1.2s;
  transition: all 0.4s ease 0s, transform 0.8s ease 1.2s, -webkit-transform 0.8s ease 1.2s;
}
#container .content.page__top .content__section.cont_01 .content__section__wrap:nth-child(even) .content-01__section__bk {
  left: 0;
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
}
@media screen and (min-width: 820px) {
  #container .content.page__top .content__section.cont_01 .content__section__wrap:nth-child(even) .content-01__section__bk {
    left: 3.125rem;
    right: auto;
  }
}
#container .content.page__top .content__section.cont_01 .content__section__wrap:nth-child(even) .content-01__section__bk .content__img {
  right: 0;
  left: auto;
}
@media screen and (min-width: 820px) {
  #container .content.page__top .content__section.cont_01 .content__section__wrap:nth-child(even) .content-01__section__bk .content__img {
    -webkit-transform: translate(12.5rem, 0);
            transform: translate(12.5rem, 0);
  }
}
#container .content.page__top .content__section.cont_01 .content__section__wrap:nth-child(even)::after {
  left: 0;
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
}
@media screen and (min-width: 820px) {
  #container .content.page__top .content__section.cont_01 .content__section__wrap:nth-child(even)::after {
    left: 3.125rem;
    right: auto;
  }
}
#container .content.page__top .content__section.cont_01 .content__section__wrap:nth-child(even) .content-01__section__p {
  text-align: left;
}
#container .content.page__top .content__section.cont_01 .content__section__wrap:nth-child(even) .content__section__flex-box {
  padding: 3.125rem 1.25rem;
}
@media screen and (min-width: 820px) {
  #container .content.page__top .content__section.cont_01 .content__section__wrap:nth-child(even) .content__section__flex-box {
    padding: 3.125rem 6.25% 3.125rem 1.5625rem;
  }
}
#container .content.page__top .content__section.cont_01 .content__section__wrap:nth-child(even) .content__section__flex-box h3,
#container .content.page__top .content__section.cont_01 .content__section__wrap:nth-child(even) .content__section__flex-box p {
  text-align: left;
}
@media screen and (min-width: 820px) {
  #container .content.page__top .content__section.cont_01 .content__section__wrap:nth-child(even) .content__section__flex-box h3,
  #container .content.page__top .content__section.cont_01 .content__section__wrap:nth-child(even) .content__section__flex-box p {
    text-align: right;
  }
}
#container .content.page__top .content__section.cont_01 .content__section__wrap.is-01 .content-01__section__bk {
  -webkit-filter: brightness(60%) contrast(200%) grayscale(50%);
          filter: brightness(60%) contrast(200%) grayscale(50%);
}
#container .content.page__top .content__section.cont_01 .content__section__wrap.is-01::after {
  background: #0a55a8;
  mix-blend-mode: multiply;
  opacity: 0.8;
}
#container .content.page__top .content__section.cont_01 .content__section__wrap.is-01 .content-01__section__p {
  top: 1.25rem;
  left: 1.25rem;
  mix-blend-mode: multiply;
}
@media screen and (min-width: 820px) {
  #container .content.page__top .content__section.cont_01 .content__section__wrap.is-01 .content-01__section__p {
    top: 3.125rem;
    left: 3.125rem;
  }
}
#container .content.page__top .content__section.cont_01 .content__section__wrap.is-01 .content-01__section__p .content-01__section__p__marker {
  background: #0a55a8;
}
#container .content.page__top .content__section.cont_01 .content__section__wrap.is-02 .content-01__section__bk {
  -webkit-filter: brightness(60%) dgrayscale(50%);
          filter: brightness(60%) dgrayscale(50%);
}
#container .content.page__top .content__section.cont_01 .content__section__wrap.is-02::after {
  background: #6b4c0a;
  mix-blend-mode: multiply;
  opacity: 0.8;
}
#container .content.page__top .content__section.cont_01 .content__section__wrap.is-02 .content-01__section__p {
  top: 1.25rem;
  right: 1.25rem;
  mix-blend-mode: hard-light;
}
@media screen and (min-width: 820px) {
  #container .content.page__top .content__section.cont_01 .content__section__wrap.is-02 .content-01__section__p {
    top: 3.125rem;
    right: 3.125rem;
  }
}
#container .content.page__top .content__section.cont_01 .content__section__wrap.is-02 .content-01__section__p .content-01__section__p__marker {
  background: #6b4c0a;
}
#container .content.page__top .content__section.cont_01 .content__section__wrap.is-02 .content-01__section__logo {
  position: absolute;
  width: 7.5rem;
  height: auto;
  z-index: 2;
  left: 1.25rem;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  bottom: 1.25rem;
}
@media screen and (min-width: 820px) {
  #container .content.page__top .content__section.cont_01 .content__section__wrap.is-02 .content-01__section__logo {
    width: 21.0526315789%;
    left: auto;
    right: 29.4736842105%;
    bottom: 24%;
    -webkit-transform: none;
            transform: none;
  }
}
#container .content.page__top .content__section.cont_01 .content__section__wrap.is-02 .content-01__section__logo.is-bk {
  width: 102.5641025641%;
  z-index: 0;
  bottom: -6.25rem;
  margin: 0;
  left: -6.4102564103%;
  right: auto;
  -webkit-filter: blur(5px);
          filter: blur(5px);
  -webkit-transform: none;
          transform: none;
}
@media screen and (min-width: 820px) {
  #container .content.page__top .content__section.cont_01 .content__section__wrap.is-02 .content-01__section__logo.is-bk {
    width: 31.25%;
    -webkit-filter: blur(5px);
            filter: blur(5px);
    bottom: -3.125rem;
    left: 35%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
#container .content.page__top .content__section.cont_01 .content__section__wrap.is-02 .content__pic .content__img {
  -o-object-position: bottom 0;
     object-position: bottom 0;
  width: 150%;
}
@media screen and (min-width: 820px) {
  #container .content.page__top .content__section.cont_01 .content__section__wrap.is-02 .content__pic .content__img {
    -o-object-position: 60% 0;
       object-position: 60% 0;
    width: 100%;
  }
}
#container .content.page__top .content__section.cont_01 .content__section__wrap.is-03 .content-01__section__bk {
  -webkit-filter: brightness(60%) contrast(200%) grayscale(50%);
          filter: brightness(60%) contrast(200%) grayscale(50%);
}
#container .content.page__top .content__section.cont_01 .content__section__wrap.is-03::after {
  background: #1380ad;
  mix-blend-mode: multiply;
  opacity: 0.8;
}
#container .content.page__top .content__section.cont_01 .content__section__wrap.is-03 .content-01__section__p {
  bottom: 1.25rem;
  left: 1.25rem;
  mix-blend-mode: exclusion;
}
@media screen and (min-width: 820px) {
  #container .content.page__top .content__section.cont_01 .content__section__wrap.is-03 .content-01__section__p {
    bottom: 3.125rem;
    left: 3.125rem;
  }
}
#container .content.page__top .content__section.cont_01 .content__section__wrap.is-03 .content-01__section__p .content-01__section__p__marker {
  background: #1380ad;
}
#container .content.page__top .content__section.cont_01 .content__section__wrap.is-03 .content__img {
  -o-object-position: 50% 0;
     object-position: 50% 0;
}
#container .content.page__top .content__section.cont_01 .content__section__wrap::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  z-index: 0;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
}
@media screen and (min-width: 820px) {
  #container .content.page__top .content__section.cont_01 .content__section__wrap::after {
    width: calc(100vw - 3.125rem);
    right: 3.125rem;
    bottom: auto;
    top: 0;
  }
}
#container .content.page__top .content__section.cont_01 .content__section__wrap + .content__section__wrap {
  margin-top: 6.25rem;
}
@media screen and (min-width: 820px) {
  #container .content.page__top .content__section.cont_01 .content__section__wrap + .content__section__wrap {
    margin-top: 6.25rem;
  }
}
#container .content.page__top .content__section.cont_01 .content__section__wrap .content-01__section__bk {
  width: calc(100vw + 6.25rem);
  height: calc(100% - 31.25rem);
  position: absolute;
  display: block;
  z-index: 0;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  overflow: hidden;
}
@media screen and (min-width: 820px) {
  #container .content.page__top .content__section.cont_01 .content__section__wrap .content-01__section__bk {
    width: calc(100vw - 3.125rem);
    height: 100%;
    right: 3.125rem;
    bottom: auto;
    top: 0;
  }
}
#container .content.page__top .content__section.cont_01 .content__section__wrap .content-01__section__bk .content__img {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  max-width: none;
  display: inline-block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 820px) {
  #container .content.page__top .content__section.cont_01 .content__section__wrap .content-01__section__bk .content__img {
    width: calc(100vw + 12.5rem);
    -webkit-transform: translate(12.5rem, 0);
            transform: translate(12.5rem, 0);
  }
}
#container .content.page__top .content__section.cont_01 .content__section__wrap .content__section__flex-box {
  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;
  position: relative;
  z-index: 1;
  padding: 4.375rem 1.25rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  opacity: 0;
}
@media screen and (min-width: 820px) {
  #container .content.page__top .content__section.cont_01 .content__section__wrap .content__section__flex-box {
    width: 40.625%;
    padding: 3.125rem 1.5625rem 3.125rem 6.25%;
  }
}
@media screen and (max-width: 819px) {
  #container .content.page__top .content__section.cont_01 .content__section__wrap .content__section__flex-box {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
#container .content.page__top .content__section.cont_01 .content__section__wrap .content__section__flex-box h3 {
  width: 100%;
  color: #fff;
  margin: 0;
  line-height: 1.2;
  font-size: 2.5rem;
  text-align: right;
}
@media screen and (min-width: 820px) {
  #container .content.page__top .content__section.cont_01 .content__section__wrap .content__section__flex-box h3 {
    font-size: 3.125rem;
    text-align: left;
  }
}
#container .content.page__top .content__section.cont_01 .content__section__wrap .content__section__flex-box p {
  width: 100%;
  color: #fff;
  margin: 3.125rem 0 0;
  line-height: 2.5;
  font-size: 1rem;
  text-align: right;
}
@media screen and (min-width: 820px) {
  #container .content.page__top .content__section.cont_01 .content__section__wrap .content__section__flex-box p {
    font-size: 1.25rem;
    text-align: left;
    line-height: 2;
  }
}
#container .content.page__top .content__section.cont_01 .content__section__wrap .content-01__section__p {
  position: absolute;
  margin: 0;
  z-index: 2;
  color: #fff;
  text-align: right;
  font-family: "Hina Mincho", serif, "Zen Kaku Gothic New", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "Yu Gothic Medium", "YuGothic", sans-serif, "ＭＳ Ｐゴシック", "MS PGothic";
  font-weight: 400;
  font-size: 3.125rem;
  padding-left: 0.3125rem;
}
@media screen and (min-width: 820px) {
  #container .content.page__top .content__section.cont_01 .content__section__wrap .content-01__section__p {
    font-size: 4.6875rem;
    padding-left: 0.9375rem;
  }
}
#container .content.page__top .content__section.cont_01 .content__section__wrap .content__pic {
  width: 100%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 820px) {
  #container .content.page__top .content__section.cont_01 .content__section__wrap .content__pic {
    width: 59.375%;
    min-height: 37.5rem;
  }
}
@media screen and (max-width: 819px) {
  #container .content.page__top .content__section.cont_01 .content__section__wrap .content__pic {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    height: 31.25rem;
  }
}
#container .content.page__top .content__section.cont_01 .content__section__wrap .content__pic .content__img {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  max-width: none;
  display: inline-block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 820px) {
  #container .content.page__top .content__section.cont_01 .content__section__wrap .content__pic .content__img {
    -webkit-transform: translate(0, 20%);
            transform: translate(0, 20%);
  }
}
#container .content.page__top .content__section.cont_02 {
  overflow: visible;
}
#container .content.page__top .content__section.cont_02.is-animated::before {
  -webkit-animation: cont_02_bk-l_sp 20s infinite 0.8s ease-in-out both;
          animation: cont_02_bk-l_sp 20s infinite 0.8s ease-in-out both;
}
@media screen and (min-width: 820px) {
  #container .content.page__top .content__section.cont_02.is-animated::before {
    -webkit-animation: cont_02_bk-l_pc 20s infinite 0.8s ease-in-out both;
            animation: cont_02_bk-l_pc 20s infinite 0.8s ease-in-out both;
  }
}
#container .content.page__top .content__section.cont_02.is-animated .content__section__wrap h2 .content__h2__span {
  opacity: 1;
  -webkit-transition: all 0.4s ease 0.8s, color 0.8s ease 1.4s;
  transition: all 0.4s ease 0.8s, color 0.8s ease 1.4s;
}
#container .content.page__top .content__section.cont_02.is-animated .content__section__wrap h2 .content__span {
  -webkit-transition: all 0.4s ease 0s, -webkit-filter 1s ease 0s, -webkit-transform 1s ease 0s;
  transition: all 0.4s ease 0s, -webkit-filter 1s ease 0s, -webkit-transform 1s ease 0s;
  transition: all 0.4s ease 0s, filter 1s ease 0s, transform 1s ease 0s;
  transition: all 0.4s ease 0s, filter 1s ease 0s, transform 1s ease 0s, -webkit-filter 1s ease 0s, -webkit-transform 1s ease 0s;
  opacity: 0.1;
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transform: translate(0, 0) !important;
          transform: translate(0, 0) !important;
}
#container .content.page__top .content__section.cont_02::before {
  content: "";
  background: url(/img/cont_02_bk.jpg) no-repeat;
  background-size: cover;
  width: calc(100% + 12.5rem);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-animation: cont_01_bk-l_sp 30s 1 2s linear both;
          animation: cont_01_bk-l_sp 30s 1 2s linear both;
}
@media screen and (min-width: 820px) {
  #container .content.page__top .content__section.cont_02::before {
    -webkit-animation: cont_01_bk-l_pc 30s 1 2s linear both;
            animation: cont_01_bk-l_pc 30s 1 2s linear both;
  }
}
#container .content.page__top .content__section.cont_02 .content__section__wrap {
  margin: 0 auto;
  overflow: visible;
  padding: 1.25rem 0 0;
}
@media screen and (min-width: 820px) {
  #container .content.page__top .content__section.cont_02 .content__section__wrap {
    padding: 9.375rem 0 3.125rem;
  }
}
#container .content.page__top .content__section.cont_02 .content__section__wrap h2 {
  width: 100%;
  max-width: 78.125rem;
  font-size: 1.875rem;
  margin: 0 auto;
  margin-top: -1.25rem;
  padding: 3.75rem 0 3.75rem;
  text-align: center;
}
@media screen and (min-width: 820px) {
  #container .content.page__top .content__section.cont_02 .content__section__wrap h2 {
    font-size: 3.75rem;
    padding: 6.25rem 0 6.25rem;
    margin-top: -9.375rem;
  }
}
#container .content.page__top .content__section.cont_02 .content__section__wrap h2 .content__h2__span {
  opacity: 0;
}
#container .content.page__top .content__section.cont_02 .content__section__wrap h2 .content__span {
  font-size: 7.8125rem;
  font-style: italic;
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
@media screen and (min-width: 820px) {
  #container .content.page__top .content__section.cont_02 .content__section__wrap h2 .content__span {
    font-size: 15.625rem;
  }
}
#container .content.page__top .content__section.cont_02 .content__section__wrap h2 .content__span.is-01 {
  top: -5rem;
  left: 0;
}
@media screen and (min-width: 820px) {
  #container .content.page__top .content__section.cont_02 .content__section__wrap h2 .content__span.is-01 {
    top: -6.25rem;
    left: 0;
  }
}
#container .content.page__top .content__section.cont_02 .content__section__wrap h2 .content__span.is-02 {
  bottom: 1.25rem;
  right: 0.9375rem;
}
@media screen and (min-width: 820px) {
  #container .content.page__top .content__section.cont_02 .content__section__wrap h2 .content__span.is-02 {
    top: 3.125rem;
    right: 0;
    bottom: auto;
  }
}
#container .content.page__top .content__section.cont_02 .content__section__wrap .content-02__section__box {
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  padding: 1.875rem 1.25rem;
  z-index: 1;
  position: relative;
}
@media screen and (min-width: 820px) {
  #container .content.page__top .content__section.cont_02 .content__section__wrap .content-02__section__box {
    padding: 3.125rem 6.25%;
  }
}
#container .content.page__top .content__section.cont_02 .content__section__wrap .content-02__section__dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#container .content.page__top .content__section.cont_02 .content__section__wrap .content-02__section__dl + .content-02__section__dl {
  border-top: solid 1px rgba(25, 25, 25, 0.15);
}
#container .content.page__top .content__section.cont_02 .content__section__wrap .content-02__section__dl dt {
  width: 31.4285714286%;
  font-weight: 400;
  border-right: solid 1px rgba(25, 25, 25, 0.15);
  font-size: 0.875rem;
  padding: 1.25rem 0;
}
@media screen and (min-width: 820px) {
  #container .content.page__top .content__section.cont_02 .content__section__wrap .content-02__section__dl dt {
    font-size: 1.125rem;
    width: 21.4285714286%;
    padding: 1.25rem 0 1.25rem 3.5714285714%;
  }
}
#container .content.page__top .content__section.cont_02 .content__section__wrap .content-02__section__dl dd {
  width: 68.5714285714%;
  font-weight: 400;
  font-size: 0.875rem;
  padding: 1.25rem 0 1.25rem 5.7142857143%;
}
@media screen and (min-width: 820px) {
  #container .content.page__top .content__section.cont_02 .content__section__wrap .content-02__section__dl dd {
    font-size: 1.125rem;
    width: 78.5714285714%;
    padding: 1.25rem 0 1.25rem 3.5714285714%;
  }
}
#container .js-scroll-animation {
  opacity: 0;
  -webkit-transform: translate(0, 1.875rem);
          transform: translate(0, 1.875rem);
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
#container .js-scroll-animation.is-animated {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
@-webkit-keyframes movie {
  0% {
    opacity: 0;
    z-index: 1;
  }
  20% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    z-index: -1;
  }
}
@keyframes movie {
  0% {
    opacity: 0;
    z-index: 1;
  }
  20% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    z-index: -1;
  }
}
@-webkit-keyframes MV_movie {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    z-index: -1;
  }
}
@keyframes MV_movie {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    z-index: -1;
  }
}
@-webkit-keyframes MV_movie2 {
  0% {
    opacity: 0;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
  20% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
  99% {
    opacity: 0;
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  100% {
    opacity: 0;
    z-index: -1;
  }
}
@keyframes MV_movie2 {
  0% {
    opacity: 0;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
  20% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
  99% {
    opacity: 0;
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  100% {
    opacity: 0;
    z-index: -1;
  }
}
@-webkit-keyframes MV_logo-1 {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 1;
  }
  25% {
    mix-blend-mode: color;
    opacity: 0;
  }
  26% {
    mix-blend-mode: darken;
    opacity: 0;
  }
  35% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  76% {
    mix-blend-mode: color;
    opacity: 0;
  }
  85% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes MV_logo-1 {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 1;
  }
  25% {
    mix-blend-mode: color;
    opacity: 0;
  }
  26% {
    mix-blend-mode: darken;
    opacity: 0;
  }
  35% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  76% {
    mix-blend-mode: color;
    opacity: 0;
  }
  85% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes MV_logo-2 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  35% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  51% {
    mix-blend-mode: difference;
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  85% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    mix-blend-mode: color-burn;
  }
}
@keyframes MV_logo-2 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  35% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  51% {
    mix-blend-mode: difference;
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  85% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    mix-blend-mode: color-burn;
  }
}
@-webkit-keyframes MV_logo-move {
  0% {
    -webkit-transform: translate(-25%, -25%);
            transform: translate(-25%, -25%);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes MV_logo-move {
  0% {
    -webkit-transform: translate(-25%, -25%);
            transform: translate(-25%, -25%);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes MV_main_pc {
  0% {
    -webkit-transform: translate(-25rem, 0);
            transform: translate(-25rem, 0);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes MV_main_pc {
  0% {
    -webkit-transform: translate(-25rem, 0);
            transform: translate(-25rem, 0);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes MV_main_sp {
  0% {
    -webkit-transform: translate(-12.5rem, 0);
            transform: translate(-12.5rem, 0);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes MV_main_sp {
  0% {
    -webkit-transform: translate(-12.5rem, 0);
            transform: translate(-12.5rem, 0);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes MV_main2_pc {
  0% {
    -webkit-transform: translate(25rem, 0);
            transform: translate(25rem, 0);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes MV_main2_pc {
  0% {
    -webkit-transform: translate(25rem, 0);
            transform: translate(25rem, 0);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes MV_main2_sp {
  0% {
    -webkit-transform: translate(12.5rem, 0);
            transform: translate(12.5rem, 0);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes MV_main2_sp {
  0% {
    -webkit-transform: translate(12.5rem, 0);
            transform: translate(12.5rem, 0);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes MV_triangle_pc {
  0% {
    -webkit-transform: translate(12.5rem, 0);
            transform: translate(12.5rem, 0);
    opacity: 1;
  }
  33% {
    opacity: 1;
  }
  38% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes MV_triangle_pc {
  0% {
    -webkit-transform: translate(12.5rem, 0);
            transform: translate(12.5rem, 0);
    opacity: 1;
  }
  33% {
    opacity: 1;
  }
  38% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes MV_triangle_sp {
  0% {
    -webkit-transform: translate(6.25rem, 0);
            transform: translate(6.25rem, 0);
    opacity: 1;
  }
  33% {
    opacity: 1;
  }
  38% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes MV_triangle_sp {
  0% {
    -webkit-transform: translate(6.25rem, 0);
            transform: translate(6.25rem, 0);
    opacity: 1;
  }
  33% {
    opacity: 1;
  }
  38% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes cont_01_bk-l_pc {
  0% {
    -webkit-transform: translate(-12.5rem, 0);
            transform: translate(-12.5rem, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes cont_01_bk-l_pc {
  0% {
    -webkit-transform: translate(-12.5rem, 0);
            transform: translate(-12.5rem, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes cont_01_bk-l_sp {
  0% {
    -webkit-transform: translate(-6.25rem, 0);
            transform: translate(-6.25rem, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes cont_01_bk-l_sp {
  0% {
    -webkit-transform: translate(-6.25rem, 0);
            transform: translate(-6.25rem, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes cont_01_bk-r_pc {
  0% {
    -webkit-transform: translate(12.5rem, 0);
            transform: translate(12.5rem, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes cont_01_bk-r_pc {
  0% {
    -webkit-transform: translate(12.5rem, 0);
            transform: translate(12.5rem, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes cont_01_bk-r_sp {
  0% {
    -webkit-transform: translate(6.25rem, 0);
            transform: translate(6.25rem, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes cont_01_bk-r_sp {
  0% {
    -webkit-transform: translate(6.25rem, 0);
            transform: translate(6.25rem, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes cont_01_ph-ttl {
  0% {
    mix-blend-mode: color;
    opacity: 1;
  }
  10% {
    mix-blend-mode: color-burn;
  }
  12% {
    opacity: 1;
  }
  20% {
    mix-blend-mode: color-dodge;
  }
  22% {
    opacity: 1;
  }
  30% {
    mix-blend-mode: luminosity;
  }
  32% {
    opacity: 1;
  }
  40% {
    mix-blend-mode: difference;
  }
  42% {
    opacity: 1;
  }
  50% {
    mix-blend-mode: exclusion;
  }
  52% {
    opacity: 1;
  }
  60% {
    mix-blend-mode: hard-light;
  }
  62% {
    opacity: 1;
  }
  70% {
    mix-blend-mode: overlay;
  }
  72% {
    opacity: 1;
  }
  80% {
    mix-blend-mode: lighten;
  }
  82% {
    opacity: 1;
  }
  90% {
    mix-blend-mode: multiply;
  }
  92% {
    opacity: 1;
  }
}
@keyframes cont_01_ph-ttl {
  0% {
    mix-blend-mode: color;
    opacity: 1;
  }
  10% {
    mix-blend-mode: color-burn;
  }
  12% {
    opacity: 1;
  }
  20% {
    mix-blend-mode: color-dodge;
  }
  22% {
    opacity: 1;
  }
  30% {
    mix-blend-mode: luminosity;
  }
  32% {
    opacity: 1;
  }
  40% {
    mix-blend-mode: difference;
  }
  42% {
    opacity: 1;
  }
  50% {
    mix-blend-mode: exclusion;
  }
  52% {
    opacity: 1;
  }
  60% {
    mix-blend-mode: hard-light;
  }
  62% {
    opacity: 1;
  }
  70% {
    mix-blend-mode: overlay;
  }
  72% {
    opacity: 1;
  }
  80% {
    mix-blend-mode: lighten;
  }
  82% {
    opacity: 1;
  }
  90% {
    mix-blend-mode: multiply;
  }
  92% {
    opacity: 1;
  }
}
@-webkit-keyframes cont_02_bk-l_pc {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-12.5rem, 0);
            transform: translate(-12.5rem, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes cont_02_bk-l_pc {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-12.5rem, 0);
            transform: translate(-12.5rem, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes cont_02_bk-l_sp {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-6.25rem, 0);
            transform: translate(-6.25rem, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes cont_02_bk-l_sp {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-6.25rem, 0);
            transform: translate(-6.25rem, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}