@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
ul, li {
  list-style: none;
}

* {
  box-sizing: border-box;
  outline: 0;
}

:root {
  --vw: 1vw;
}

@media only screen and (max-width: 767.98px) {
  .tbpc-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

body {
  overflow: hidden;
}
body.active {
  overflow: visible;
}

#anniversary {
  position: relative;
  background: #fff;
  z-index: 1;
  color: #000;
  line-height: 1.714;
  font-family: "Roboto", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", serif;
  font-weight: 300;
  letter-spacing: 0em;
  font-size: calc(var(--vw) * 16 / 1280 * 100);
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  #anniversary {
    overflow: visible !important;
  }
}
@media only screen and (max-width: 767.98px) {
  #anniversary {
    min-width: 0;
  }
}
@media screen and (min-width: 1280px) {
  #anniversary {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767.98px) {
  #anniversary {
    font-size: calc(var(--vw) * 14 / 780 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #anniversary {
    width: 100%;
    line-height: 1.8;
    min-width: inherit;
  }
}
#anniversary.hidden {
  /* when modal active */
  touch-action: none;
  -webkit-overflow-scrolling: none;
  overflow: hidden;
  /* Other browsers */
  overscroll-behavior: none;
}
#anniversary input,
#anniversary select, #anniversary button,
#anniversary textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}
#anniversary textarea {
  resize: vertical;
}
#anniversary input[type=number]::-webkit-outer-spin-button,
#anniversary input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
  -moz-appearance: textfield;
}
#anniversary input[type=number] {
  -moz-appearance: textfield;
}
#anniversary input[type=checkbox],
#anniversary input[type=radio] {
  position: absolute;
  opacity: 0;
  height: 1px;
  width: 1px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
#anniversary input[type=submit],
#anniversary input[type=button],
#anniversary label,
#anniversary button,
#anniversary select {
  cursor: pointer;
}
#anniversary select::-ms-expand {
  display: none;
}
#anniversary input[type=checkbox] {
  display: none;
}
#anniversary sup {
  font-size: 0.7em;
  vertical-align: top;
}
#anniversary a, #anniversary button {
  text-decoration: none;
  color: #000;
}
#anniversary img {
  width: 100%;
  vertical-align: bottom;
}
#anniversary a.fade,
#anniversary div.fade,
#anniversary input.fade {
  transition: opacity 0.4s;
  opacity: 1;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
#anniversary a.fade:hover,
#anniversary div.fade:hover,
#anniversary input.fade:hover {
  opacity: 0.6;
}
#anniversary #wrapper {
  position: relative;
}
#anniversary .fadeObj {
  opacity: 0;
  transition: 0.6s;
}
#anniversary .fadeObj.is-active {
  opacity: 1;
  transition: 0.6s;
}

.fade_in {
  opacity: 0;
  transform: translate3d(0, 0px, 0);
  transition: all 0.7s ease-out;
  will-change: transform, opacity;
}

/* 表示トリガー後：元位置&不透明 */
.fade_in.active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.reveal {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
  transition: all 0.7s ease-out;
  will-change: transform, opacity;
  filter: blur(10px);
}

/* 表示トリガー後：元位置&不透明 */
.reveal.active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  filter: blur(0px);
}

.re-up {
  display: inline-block;
  -webkit-clip-path: inset(100% 0 0 0);
          clip-path: inset(100% 0 0 0);
  animation-delay: var(--delay, 0s);
  will-change: clip-path, opacity;
}

.re-up.active {
  animation: revealUp 0.6s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}

.re-left {
  display: inline-block;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  animation-delay: var(--delay, 0s);
  will-change: clip-path, opacity;
}

.re-left.active {
  animation: revealX 0.6s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}

/* 実際のアニメーション */
@keyframes revealUp {
  0% {
    -webkit-clip-path: inset(100% 0 0 0);
            clip-path: inset(100% 0 0 0);
  }
  100% {
    opacity: 1;
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}
@keyframes revealX {
  100% {
    opacity: 1;
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}
#anniversary header.tk_header {
  padding: 5px 30px;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 767.98px) {
  #anniversary header.tk_header {
    padding: calc(var(--vw) * 8 / 780 * 100) calc(var(--vw) * 14 / 780 * 100) calc(var(--vw) * 8 / 780 * 100) calc(var(--vw) * 23 / 780 * 100);
  }
}
#anniversary header.tk_header .in {
  position: relative;
  min-width: 1184px;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 767.98px) {
  #anniversary header.tk_header .in {
    min-width: 0;
    width: 100%;
  }
}
#anniversary header.tk_header .logo {
  width: 143px;
}
@media only screen and (max-width: 767.98px) {
  #anniversary header.tk_header .logo {
    width: calc(var(--vw) * 140 / 780 * 100);
    max-width: none;
  }
}
#anniversary header.tk_header .toyoko_ttl {
  width: 140px;
  margin: 20px 0;
}
@media only screen and (max-width: 767.98px) {
  #anniversary header.tk_header .toyoko_ttl {
    width: 30vw;
    margin: 3vw 0;
    height: auto;
  }
}
#anniversary header.tk_header .yoyaku_sp {
  width: 10vw;
  margin: 1vw;
  position: relative;
  cursor: pointer;
}
#anniversary header.tk_header .yoyaku {
  position: relative;
  text-align: center;
  background: #02479d;
  display: table;
  border-radius: 10px;
  letter-spacing: 0.1em;
  color: #fff;
  line-height: 1;
  font-weight: 600;
  min-width: 300px;
  padding: 20px 0 20px 26px;
  font-size: 20px;
  transition: opacity 0.4s;
  opacity: 1;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media only screen and (max-width: 767.98px) {
  #anniversary header.tk_header .yoyaku {
    min-width: calc(var(--vw) * 197 / 780 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #anniversary header.tk_header .yoyaku {
    padding: calc(var(--vw) * 18 / 780 * 100) calc(var(--vw) * 0 / 780 * 100) calc(var(--vw) * 18 / 780 * 100) calc(var(--vw) * 32 / 780 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #anniversary header.tk_header .yoyaku {
    font-size: calc(var(--vw) * 18 / 780 * 100);
  }
}
#anniversary header.tk_header .yoyaku:hover {
  transition: opacity 0.4s;
  opacity: 0.7;
}
#anniversary header.tk_header .yoyaku:before {
  content: "";
  background: url(../img/sch.svg) 0 0/cover no-repeat;
  width: 26px;
  height: 30px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767.98px) {
  #anniversary header.tk_header .yoyaku:before {
    width: calc(var(--vw) * 22 / 780 * 100);
    max-width: none;
  }
}
@media only screen and (max-width: 767.98px) {
  #anniversary header.tk_header .yoyaku:before {
    height: calc(var(--vw) * 26 / 780 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #anniversary header.tk_header .yoyaku:before {
    left: calc(var(--vw) * 25 / 780 * 100);
  }
}

#page-top {
  position: fixed;
  right: calc(var(--vw) * 24 / 1280 * 100);
  line-height: 1;
  z-index: 99;
  transition: 0.4s;
}
@media screen and (min-width: 1280px) {
  #page-top {
    right: 24px;
  }
}
@media only screen and (max-width: 767.98px) {
  #page-top {
    right: calc(var(--vw) * 24 / 780 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #page-top {
    right: calc(var(--vw) * 10 / 780 * 100);
  }
}

#page-top a {
  position: relative;
  background: #FF8F3D;
  text-decoration: none;
  color: #fff;
  width: calc(var(--vw) * 60 / 1280 * 100);
  max-width: 60px;
  height: calc(var(--vw) * 60 / 1280 * 100);
  text-align: center;
  display: block;
  border-radius: 90px;
  transition: 0.4s;
}
@media only screen and (max-width: 767.98px) {
  #page-top a {
    width: calc(var(--vw) * 60 / 780 * 100);
    max-width: none;
  }
}
@media screen and (min-width: 1280px) {
  #page-top a {
    height: 60px;
  }
}
@media only screen and (max-width: 767.98px) {
  #page-top a {
    height: calc(var(--vw) * 60 / 780 * 100);
  }
}
#page-top a:before {
  content: "";
  display: inline-block;
  position: absolute;
  opacity: 1;
  background: #fff;
  width: calc(var(--vw) * 18 / 1280 * 100);
  max-width: 18px;
  height: calc(var(--vw) * 22 / 1280 * 100);
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 1280px) {
  #page-top a:before {
    height: 22px;
  }
}
@media only screen and (max-width: 767.98px) {
  #page-top a:before {
    width: calc(var(--vw) * 18 / 780 * 100);
    max-width: none;
  }
}
@media only screen and (max-width: 767.98px) {
  #page-top a:before {
    height: calc(var(--vw) * 22 / 780 * 100);
  }
}
@media print, screen and (min-width: 768px) {
  #page-top a:hover {
    background: #fff;
  }
  #page-top a:hover:before {
    background: #FF8F3D;
  }
  .filmbddvd #page-top a:hover:before {
    background: #0BBDFC;
  }
}

footer {
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", serif;
  width: 100%;
  max-width: 100vw;
  font-size: 15px;
  color: #0d1a33;
  overflow-wrap: break-word;
  scroll-behavior: smooth;
  -webkit-tap-highlight-color: rgba(0, 72, 157, 0.5);
}

.openning {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background-color: rgb(0, 72, 157);
  transition: all 1s ease-out;
  overflow: hidden;
  opacity: 1;
}
.openning .canvas-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(0);
  top: 0px;
  width: 1480px;
  transition: transform 1s ease-out;
}
@media only screen and (max-width: 767.98px) {
  .openning .canvas-wrap {
    top: 3vw;
    width: 150vw;
  }
}
.openning .skip-btn {
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 10;
  padding: 8px 30px;
  font-size: 13px;
  color: #fff !important;
  background: rgba(0, 0, 0, 0.55) !important;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px !important;
  cursor: pointer;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
@media only screen and (max-width: 767.98px) {
  .openning .skip-btn {
    bottom: 15px;
    right: 15px;
    font-size: 3vw !important;
  }
}
.openning .skip-btn:hover {
  transform: translateY(-1px);
}
.openning #apngCanvas {
  display: block;
  width: 1480px;
  max-width: none;
  height: auto;
}
@media only screen and (max-width: 767.98px) {
  .openning #apngCanvas {
    width: 150vw;
  }
}
.openning .canvas-wrap::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 200px;
  background: linear-gradient(to top, #00489d 0%, transparent 100%);
  pointer-events: none;
}
.openning.bg_none {
  opacity: 0;
}
.openning.active {
  pointer-events: none;
}
.openning.active .canvas-wrap {
  transform: translateX(-50%) translateY(-88px);
}
@media only screen and (max-width: 767.98px) {
  .openning.active .canvas-wrap {
    transform: translateX(-50%) translateY(0);
  }
}
.openning.active .canvas-wrap::after {
  content: none;
}

#modal {
  font-family: "Roboto", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", serif;
  display: none;
  background-color: rgb(0, 72, 157);
  padding: 40px;
  font-size: 24px;
  line-height: 2.2;
  color: #FFF;
  text-align: center;
  border-radius: 20px;
}
@media only screen and (max-width: 767.98px) {
  #modal {
    font-size: 3.6vw;
    text-align: left;
    padding: 7vw;
  }
}

.fancybox-bg {
  background: #FFF !important;
}

#anniversary {
  letter-spacing: 0.1em;
  min-width: 1184px;
  margin: 0 auto;
  /*
    .concept {
      margin-top: 120px;
      @include spmt(105);
      .infinite-slider {
        overflow: hidden;
        position: relative;
        .track{
          display: flex;
          gap: 12px 12px;
          width: max-content;
          animation: scroll 60s linear infinite;
          @include media-sp {
            gap: 1vw 1vw;
            nimation: scroll 120s linear infinite;
          }
        }
        .item{
          flex: 0 0 830px;
          @include media-sp {
            flex: 0 0 66.66vw;
          }
          display: grid;
          place-items: center;
          img{
            display: block;
            width: 100%;
            height: auto;
          }
        }
      }
      @keyframes scroll{
        from { transform: translateX(0); }
        to   { transform: translateX(-50%); }
      }
    }
  */
}
@media only screen and (max-width: 767.98px) {
  #anniversary {
    min-width: 0;
  }
}
#anniversary main {
  position: revert;
  padding-top: 80px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 767.98px) {
  #anniversary main {
    padding-bottom: calc(var(--vw) * 100 / 780 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #anniversary main {
    padding-top: 14.8vw;
  }
}
#anniversary main .in {
  max-width: 1184px;
  margin: 0 auto;
  padding: 0 32px 0;
}
@media only screen and (max-width: 767.98px) {
  #anniversary main .in {
    padding: calc(var(--vw) * 0 / 780 * 100) calc(var(--vw) * 30 / 780 * 100) calc(var(--vw) * 0 / 780 * 100) calc(var(--vw) * 30 / 780 * 100);
  }
}
#anniversary .btn_fixed {
  position: fixed;
  bottom: 40px;
  right: 30px;
  width: 160px;
  z-index: 10;
  opacity: 0;
  transition: all 0.4s ease, visibility 0.4s ease;
  scale: 1;
}
@media only screen and (max-width: 767.98px) {
  #anniversary .btn_fixed {
    bottom: 2vw;
    right: 2vw;
    width: 20vw;
  }
}
#anniversary .btn_fixed:hover {
  scale: 1.08;
}
#anniversary .btn_fixed.show {
  /* フェードイン */
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
#anniversary .btn_fixed.stop {
  /* フッター手前で止めるとき */
  position: absolute;
  bottom: 20px; /* wrapper の底から 20px 上 */
}
@media only screen and (max-width: 767.98px) {
  #anniversary .btn_fixed.stop {
    bottom: -15vw;
  }
}
#anniversary .kv {
  position: relative;
}
#anniversary .kv .btn_w {
  display: table;
  text-align: center;
  position: absolute;
  overflow: hidden;
  top: 25px;
  right: 0px;
  z-index: 1;
  background-color: #00489d;
  margin: 0 auto;
  color: #FFF;
  width: 220px;
  box-sizing: border-box;
  border: 1px solid #00489d;
  padding: 0.5em 1em;
  font-size: 15px;
  transition: all 0.4s ease-out;
}
@media only screen and (max-width: 767.98px) {
  #anniversary .kv .btn_w {
    font-size: 2.4vw;
    width: 34vw;
    padding: 2vw 4vw;
    top: 2vw;
    right: 0px;
  }
}
#anniversary .kv .btn_w:before {
  background: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
#anniversary .kv .btn_w:after {
  content: none;
  display: inline-block;
  width: 31px;
  height: 4px;
  background: url(../img/arrow.webp) 0 0/contain no-repeat;
  position: absolute;
  top: 50%;
  transition: 0.4s;
  right: 1em;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767.98px) {
  #anniversary .kv .btn_w:after {
    width: calc(var(--vw) * 31 / 780 * 100);
    max-width: none;
  }
}
@media only screen and (max-width: 767.98px) {
  #anniversary .kv .btn_w:after {
    height: calc(var(--vw) * 4 / 780 * 100);
  }
}
#anniversary .kv .btn_w:hover {
  opacity: 1 !important;
  color: #00489d;
}
#anniversary .kv .btn_w:hover:after {
  transition: 0.4s;
  right: 0.5em;
  background: url(../img/arrow_w.webp) 0 0/contain no-repeat;
}
#anniversary .kv .btn_w:hover:before {
  transform: scale(1, 1);
}
#anniversary .kv .wrap01 {
  padding: 70px 0;
  background: #07419f url(../img/kv_bg.webp) 0 0/cover no-repeat;
}
@media only screen and (max-width: 767.98px) {
  #anniversary .kv .wrap01 {
    padding: calc(var(--vw) * 100 / 780 * 100) calc(var(--vw) * 0 / 780 * 100) calc(var(--vw) * 70 / 780 * 100) calc(var(--vw) * 0 / 780 * 100);
  }
}
#anniversary .kv .wrap01 .logo {
  width: 466px;
  margin: 0 auto;
}
@media only screen and (max-width: 767.98px) {
  #anniversary .kv .wrap01 .logo {
    width: calc(var(--vw) * 366 / 780 * 100);
    max-width: none;
  }
}
#anniversary .kv .wrap01 .t01 {
  text-align: center;
  letter-spacing: 0.2em;
  color: #fff;
  font-size: 25px;
  margin-top: 60px;
  transition: all 0.8s ease-out;
  opacity: 0;
}
@media only screen and (max-width: 767.98px) {
  #anniversary .kv .wrap01 .t01 {
    font-size: calc(var(--vw) * 25 / 780 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #anniversary .kv .wrap01 .t01 {
    margin-top: calc(var(--vw) * 50 / 780 * 100);
  }
}
#anniversary .kv .wrap01 .t01.active {
  opacity: 1;
}
#anniversary .kv .wrap01 .t02 {
  width: 810px;
  margin: 0 auto;
  margin-top: 40px;
  transition: all 0.8s ease-out 1.2s;
  opacity: 0;
}
@media only screen and (max-width: 767.98px) {
  #anniversary .kv .wrap01 .t02 {
    width: calc(var(--vw) * 705 / 780 * 100);
    max-width: none;
  }
}
@media only screen and (max-width: 767.98px) {
  #anniversary .kv .wrap01 .t02 {
    margin-top: calc(var(--vw) * 60 / 780 * 100);
  }
}
#anniversary .kv .wrap01 .t02.active {
  opacity: 1;
}
#anniversary .kv .wrap02 {
  position: relative;
  padding: 75px 0;
}
@media only screen and (max-width: 767.98px) {
  #anniversary .kv .wrap02 {
    padding: calc(var(--vw) * 55 / 780 * 100) calc(var(--vw) * 0 / 780 * 100) calc(var(--vw) * 55 / 780 * 100) calc(var(--vw) * 0 / 780 * 100);
  }
}
#anniversary .kv .wrap02 .in {
  position: relative;
  top: -30px;
}
@media only screen and (max-width: 767.98px) {
  #anniversary .kv .wrap02 .in {
    top: calc(var(--vw) * -30 / 780 * 100);
  }
}
#anniversary .kv .wrap02:before {
  content: "";
  background: #bccedd;
  width: calc(100% - (100% - 1080px) / 2);
  height: 100%;
  position: absolute;
  top: -30px;
  left: 0;
}
@media only screen and (max-width: 767.98px) {
  #anniversary .kv .wrap02:before {
    top: calc(var(--vw) * -30 / 780 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #anniversary .kv .wrap02:before {
    width: 96%;
  }
}
#anniversary .kv .wrap02 .btn {
  display: table;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-color: #fff;
  margin: 0 auto;
  color: #00489d;
  min-width: 353px;
  box-sizing: border-box;
  border: 1px solid #00489d;
  padding: 1em;
  font-size: 18px;
  transition: all 0.4s ease-out;
}
@media only screen and (max-width: 767.98px) {
  #anniversary .kv .wrap02 .btn {
    min-width: calc(var(--vw) * 413 / 780 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #anniversary .kv .wrap02 .btn {
    font-size: calc(var(--vw) * 24 / 780 * 100);
  }
}
#anniversary .kv .wrap02 .btn:before {
  background: #00489d;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
#anniversary .kv .wrap02 .btn:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 27px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 2px solid #00489d;
  border-right: 2px solid #00489d;
  transform: translateY(-2px) rotate(135deg);
  box-sizing: border-box;
}
#anniversary .kv .wrap02 .btn:hover {
  opacity: 1 !important;
  color: #FFF;
}
#anniversary .kv .wrap02 .btn:hover:after {
  transition: 0.4s;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
#anniversary .kv .wrap02 .btn:hover:before {
  transform: scale(1, 1);
}
#anniversary .tvcm {
  overflow: hidden;
  padding-top: 155px;
  padding-bottom: 160px;
}
@media only screen and (max-width: 767.98px) {
  #anniversary .tvcm {
    padding-top: calc(var(--vw) * 30 / 780 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #anniversary .tvcm {
    padding-bottom: calc(var(--vw) * 80 / 780 * 100);
  }
}
#anniversary .tvcm .tvcm_ttl {
  text-align: center;
}
#anniversary .tvcm .tvcm_ttl .en {
  display: block;
  width: 149px;
  margin: 0 auto;
}
@media only screen and (max-width: 767.98px) {
  #anniversary .tvcm .tvcm_ttl .en {
    width: calc(var(--vw) * 153 / 780 * 100);
    max-width: none;
  }
}
#anniversary .tvcm .tvcm_ttl .jp {
  display: block;
  color: #02479d;
  font-size: 40px;
  font-weight: 600;
  margin-top: 0.6em;
}
@media only screen and (max-width: 767.98px) {
  #anniversary .tvcm .tvcm_ttl .jp {
    font-size: 4vw;
  }
}
#anniversary .tvcm .flex_box {
  display: flex;
  justify-content: center;
}
#anniversary .tvcm .tv_box {
  position: relative;
  padding: 22px 35px;
  color: #02479d;
  margin: 25px auto 0;
  display: inline-block;
}
@media only screen and (max-width: 767.98px) {
  #anniversary .tvcm .tv_box {
    padding: calc(var(--vw) * 22 / 780 * 100) calc(var(--vw) * 35 / 780 * 100) calc(var(--vw) * 22 / 780 * 100) calc(var(--vw) * 35 / 780 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #anniversary .tvcm .tv_box {
    margin-top: calc(var(--vw) * 50 / 780 * 100);
  }
}
#anniversary .tvcm .tv_box p {
  margin-top: 1.2em;
  font-size: 18px;
}
@media only screen and (max-width: 767.98px) {
  #anniversary .tvcm .tv_box p {
    font-size: calc(var(--vw) * 22 / 780 * 100);
  }
}
#anniversary .tvcm .tv_box p:first-of-type {
  margin-top: 0;
}
#anniversary .tvcm .tv_box:before, #anniversary .tvcm .tv_box:after {
  content: "";
  width: 200px;
  height: 90px;
  display: inline-block;
  position: absolute;
}
@media only screen and (max-width: 767.98px) {
  #anniversary .tvcm .tv_box:before, #anniversary .tvcm .tv_box:after {
    width: calc(var(--vw) * 200 / 780 * 100);
    max-width: none;
  }
}
@media only screen and (max-width: 767.98px) {
  #anniversary .tvcm .tv_box:before, #anniversary .tvcm .tv_box:after {
    height: calc(var(--vw) * 90 / 780 * 100);
  }
}
#anniversary .tvcm .tv_box:before {
  border-top: 1px solid #02479d;
  border-left: 1px solid #02479d;
  top: 0;
  left: 0;
}
#anniversary .tvcm .tv_box:after {
  border-bottom: 1px solid #02479d;
  border-right: 1px solid #02479d;
  bottom: 0;
  right: 0;
}
#anniversary .tvcm .tv_img {
  position: relative;
  margin-top: 50px;
  padding-top: 110px;
}
@media only screen and (max-width: 767.98px) {
  #anniversary .tvcm .tv_img {
    margin-top: calc(var(--vw) * 70 / 780 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #anniversary .tvcm .tv_img {
    padding-top: calc(var(--vw) * 100 / 780 * 100);
  }
}
#anniversary .tvcm .tv_img:before {
  content: "";
  background: #07419f url(../img/kv_bg.webp) 0 0/cover no-repeat;
  width: calc(100% - (100% - 1080px) / 2);
  height: 270px;
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 767.98px) {
  #anniversary .tvcm .tv_img:before {
    height: calc(var(--vw) * 270 / 780 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #anniversary .tvcm .tv_img:before {
    width: 85%;
  }
}
#anniversary .tvcm .tv_img .slide_wrap {
  position: relative;
}
#anniversary .tvcm .tv_img .swiper-container01 .swiper-slide {
  transition: transform 0.3s ease;
}
#anniversary .tvcm .tv_img .swiper-container01 .swiper-slide a {
  display: block;
  position: relative;
  scale: 1;
  transition: all 0.4s ease;
}
#anniversary .tvcm .tv_img .swiper-container01 .swiper-slide a:hover {
  scale: 1.02;
  opacity: 1 !important;
}
#anniversary .tvcm .tv_img .swiper-container01 .swiper-slide a:hover:before {
  transition: 0.4s;
  opacity: 0.5;
}
#anniversary .tvcm .tv_img .swiper-container01 .swiper-slide a:before {
  transition: 0.4s;
  content: "";
  display: inline-block;
  width: 78px;
  height: 78px;
  background: url(../img/play02.webp) 0 0/cover no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media only screen and (max-width: 767.98px) {
  #anniversary .tvcm .tv_img .swiper-container01 .swiper-slide a:before {
    width: calc(var(--vw) * 98 / 780 * 100);
    max-width: none;
  }
}
@media only screen and (max-width: 767.98px) {
  #anniversary .tvcm .tv_img .swiper-container01 .swiper-slide a:before {
    height: calc(var(--vw) * 98 / 780 * 100);
  }
}
#anniversary .tvcm .tv_img .swiper-container01 .swiper-slide a.play_b:before {
  background: url(../img/play01.webp) 0 0/cover no-repeat;
}
#anniversary .tvcm .tv_img .swiper-container01 .swiper-slide img {
  display: block;
  width: 100%;
  transition: transform 0.3s ease;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
#anniversary .tvcm .tv_img .swiper-container01 .swiper-slide span {
  opacity: 0;
  font-weight: 500;
  text-align: center;
  display: block;
  color: #366e9c;
  font-size: 18px;
  line-height: 1.4;
  position: absolute;
  top: 115%;
  left: 50%;
  transform: translateX(-50%);
  transition-duration: 0.3s;
  width: 100%;
  overflow: visible;
  white-space: normal;
}
@media only screen and (max-width: 767.98px) {
  #anniversary .tvcm .tv_img .swiper-container01 .swiper-slide span {
    font-size: calc(var(--vw) * 24 / 780 * 100);
  }
}
#anniversary .tvcm .tv_img .swiper-container01 .swiper-slide-active a:before {
  transition: 0.4s;
  width: 98px;
  height: 98px;
}
@media only screen and (max-width: 767.98px) {
  #anniversary .tvcm .tv_img .swiper-container01 .swiper-slide-active a:before {
    width: calc(var(--vw) * 98 / 780 * 100);
    max-width: none;
  }
}
@media only screen and (max-width: 767.98px) {
  #anniversary .tvcm .tv_img .swiper-container01 .swiper-slide-active a:before {
    height: calc(var(--vw) * 98 / 780 * 100);
  }
}
#anniversary .tvcm .tv_img .swiper-container01 .swiper-slide-active img {
  transform: scale(1.2);
  transition-duration: 0.3s;
}
#anniversary .tvcm .tv_img .swiper-container01 .swiper-slide-active span {
  opacity: 1;
  transition-duration: 0.3s;
}
#anniversary .tvcm .tv_img .swiper-container01 .swiper-button-prev, #anniversary .tvcm .tv_img .swiper-container01 .swiper-button-next {
  background: #1b3466;
  top: 60%;
  transform: translateY(-50%);
  width: 43px;
  height: 43px;
  border-radius: 50%;
  transition: all 0.4s ease;
  scale: 1;
}
@media only screen and (max-width: 767.98px) {
  #anniversary .tvcm .tv_img .swiper-container01 .swiper-button-prev, #anniversary .tvcm .tv_img .swiper-container01 .swiper-button-next {
    width: calc(var(--vw) * 43 / 780 * 100);
    max-width: none;
  }
}
@media only screen and (max-width: 767.98px) {
  #anniversary .tvcm .tv_img .swiper-container01 .swiper-button-prev, #anniversary .tvcm .tv_img .swiper-container01 .swiper-button-next {
    height: calc(var(--vw) * 43 / 780 * 100);
  }
}
#anniversary .tvcm .tv_img .swiper-container01 .swiper-button-prev:after, #anniversary .tvcm .tv_img .swiper-container01 .swiper-button-next:after {
  content: none;
}
#anniversary .tvcm .tv_img .swiper-container01 .swiper-button-prev:before, #anniversary .tvcm .tv_img .swiper-container01 .swiper-button-next:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  position: relative;
}
@media only screen and (max-width: 767.98px) {
  #anniversary .tvcm .tv_img .swiper-container01 .swiper-button-prev:before, #anniversary .tvcm .tv_img .swiper-container01 .swiper-button-next:before {
    width: calc(var(--vw) * 15 / 780 * 100);
    max-width: none;
  }
}
@media only screen and (max-width: 767.98px) {
  #anniversary .tvcm .tv_img .swiper-container01 .swiper-button-prev:before, #anniversary .tvcm .tv_img .swiper-container01 .swiper-button-next:before {
    height: calc(var(--vw) * 15 / 780 * 100);
  }
}
#anniversary .tvcm .tv_img .swiper-container01 .swiper-button-prev:hover, #anniversary .tvcm .tv_img .swiper-container01 .swiper-button-next:hover {
  scale: 1.1;
}
#anniversary .tvcm .tv_img .swiper-container01 .swiper-button-prev {
  left: 26.5%;
}
@media only screen and (max-width: 767.98px) {
  #anniversary .tvcm .tv_img .swiper-container01 .swiper-button-prev {
    left: 3%;
  }
}
#anniversary .tvcm .tv_img .swiper-container01 .swiper-button-prev:before {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(-45deg);
  left: 0.3em;
}
#anniversary .tvcm .tv_img .swiper-container01 .swiper-button-next {
  right: 26.5%;
}
@media only screen and (max-width: 767.98px) {
  #anniversary .tvcm .tv_img .swiper-container01 .swiper-button-next {
    right: 3%;
  }
}
#anniversary .tvcm .tv_img .swiper-container01 .swiper-button-next:before {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  right: 0.3em;
}
#anniversary .actor {
  margin-top: 120px;
  padding-top: 25px;
  padding-bottom: 70px;
  position: relative;
  color: #fff;
}
@media only screen and (max-width: 767.98px) {
  #anniversary .actor {
    margin-top: calc(var(--vw) * 120 / 780 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #anniversary .actor {
    padding-top: calc(var(--vw) * 25 / 780 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #anniversary .actor {
    padding-bottom: calc(var(--vw) * 70 / 780 * 100);
  }
}
#anniversary .actor:before {
  content: "";
  background: #07419f url(../img/kv_bg.webp) 0 0/cover no-repeat;
  width: calc(100% - (100% - 1080px) / 2);
  height: 100%;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 767.98px) {
  #anniversary .actor:before {
    top: calc(var(--vw) * 0 / 780 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #anniversary .actor:before {
    width: 96%;
  }
}
#anniversary .actor:after {
  content: "";
  background: #bccedd;
  width: calc(100% - (100% - 1080px) / 2);
  height: 60%;
  z-index: -2;
  position: absolute;
  bottom: -66px;
  right: 0;
}
@media only screen and (max-width: 767.98px) {
  #anniversary .actor:after {
    bottom: calc(var(--vw) * -60 / 780 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #anniversary .actor:after {
    width: 96%;
  }
}
#anniversary .actor .actor_ttl {
  display: table;
  color: #fff;
  font-weight: 500;
  font-size: 30px;
  position: relative;
}
@media only screen and (max-width: 767.98px) {
  #anniversary .actor .actor_ttl {
    font-size: calc(var(--vw) * 30 / 780 * 100);
  }
}
#anniversary .actor .actor_ttl:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 120%;
  width: 173px;
  height: 1px;
  background: #fff;
}
@media only screen and (max-width: 767.98px) {
  #anniversary .actor .actor_ttl:after {
    width: calc(var(--vw) * 173 / 780 * 100);
    max-width: none;
  }
}
#anniversary .actor .actor_box01 {
  width: 880px;
  margin: 0 auto;
  display: -ms-flex;
  display: flex;
  gap: 0 44px;
  margin-top: 32px;
}
@media only screen and (max-width: 767.98px) {
  #anniversary .actor .actor_box01 {
    gap: calc(var(--vw) * 0 / 780 * 100) calc(var(--vw) * 44 / 780 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #anniversary .actor .actor_box01 {
    margin-top: calc(var(--vw) * 32 / 780 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #anniversary .actor .actor_box01 {
    width: 100%;
  }
}
#anniversary .actor .actor_box01 .photo {
  width: 240px;
}
@media only screen and (max-width: 767.98px) {
  #anniversary .actor .actor_box01 .photo {
    width: calc(var(--vw) * 240 / 780 * 100);
    max-width: none;
  }
}
#anniversary .actor .actor_box01 .txt {
  flex: 1;
}
@media only screen and (max-width: 767.98px) {
  #anniversary .actor .actor_box01 .txt {
    padding-right: calc(var(--vw) * 30 / 780 * 100);
  }
}
#anniversary .actor .actor_box01 .txt .name .p01 {
  font-size: 16px;
}
@media only screen and (max-width: 767.98px) {
  #anniversary .actor .actor_box01 .txt .name .p01 {
    font-size: calc(var(--vw) * 18 / 780 * 100);
  }
}
#anniversary .actor .actor_box01 .txt .name .p02 {
  font-weight: 500;
  font-size: 26px;
}
@media only screen and (max-width: 767.98px) {
  #anniversary .actor .actor_box01 .txt .name .p02 {
    font-size: calc(var(--vw) * 26 / 780 * 100);
  }
}
#anniversary .actor .actor_box01 .txt .profile {
  font-size: 16px;
  margin-top: 1em;
}
@media only screen and (max-width: 767.98px) {
  #anniversary .actor .actor_box01 .txt .profile {
    font-size: calc(var(--vw) * 20 / 780 * 100);
  }
}
#anniversary .actor .actor_box01 .txt .profile p {
  margin-top: 1em;
}
#anniversary .actor .actor_box01 .txt .profile p:first-of-type {
  margin-top: 0;
}
#anniversary .actor .actor_box02 {
  margin-top: 90px;
}
@media only screen and (max-width: 767.98px) {
  #anniversary .actor .actor_box02 {
    margin-top: calc(var(--vw) * 90 / 780 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #anniversary .actor .actor_box02 {
    padding-right: calc(var(--vw) * 30 / 780 * 100);
  }
}
#anniversary .actor .actor_box02 .message_ttl {
  margin: 0 auto;
  width: 159px;
}
@media only screen and (max-width: 767.98px) {
  #anniversary .actor .actor_box02 .message_ttl {
    width: calc(var(--vw) * 163 / 780 * 100);
    max-width: none;
  }
}
#anniversary .actor .actor_box02 .message_box {
  position: relative;
  margin: 0 auto;
  width: 820px;
  padding: 22px 35px;
  color: #fff;
  margin-top: 25px;
}
@media only screen and (max-width: 767.98px) {
  #anniversary .actor .actor_box02 .message_box {
    padding: calc(var(--vw) * 22 / 780 * 100) calc(var(--vw) * 35 / 780 * 100) calc(var(--vw) * 22 / 780 * 100) calc(var(--vw) * 35 / 780 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #anniversary .actor .actor_box02 .message_box {
    margin-top: calc(var(--vw) * 20 / 780 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #anniversary .actor .actor_box02 .message_box {
    width: 100%;
  }
}
#anniversary .actor .actor_box02 .message_box p {
  margin-top: 1.2em;
  font-size: 18px;
}
@media only screen and (max-width: 767.98px) {
  #anniversary .actor .actor_box02 .message_box p {
    font-size: calc(var(--vw) * 22 / 780 * 100);
  }
}
#anniversary .actor .actor_box02 .message_box p:first-of-type {
  margin-top: 0;
}
#anniversary .actor .actor_box02 .message_box:before, #anniversary .actor .actor_box02 .message_box:after {
  content: "";
  width: 200px;
  height: 90px;
  display: inline-block;
  position: absolute;
}
@media only screen and (max-width: 767.98px) {
  #anniversary .actor .actor_box02 .message_box:before, #anniversary .actor .actor_box02 .message_box:after {
    width: calc(var(--vw) * 200 / 780 * 100);
    max-width: none;
  }
}
@media only screen and (max-width: 767.98px) {
  #anniversary .actor .actor_box02 .message_box:before, #anniversary .actor .actor_box02 .message_box:after {
    height: calc(var(--vw) * 90 / 780 * 100);
  }
}
#anniversary .actor .actor_box02 .message_box:before {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  top: 0;
  left: 0;
}
#anniversary .actor .actor_box02 .message_box:after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  bottom: 0;
  right: 0;
}
#anniversary .actor .actor_box03 {
  width: 629px;
  margin: 0 auto;
  margin-top: 45px;
}
@media only screen and (max-width: 767.98px) {
  #anniversary .actor .actor_box03 {
    width: calc(var(--vw) * 629 / 780 * 100);
    max-width: none;
  }
}
@media only screen and (max-width: 767.98px) {
  #anniversary .actor .actor_box03 {
    margin-top: calc(var(--vw) * 40 / 780 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #anniversary .actor .actor_box03 {
    margin-left: calc(var(--vw) * 30 / 780 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #anniversary .actor .actor_box03 {
    margin-right: auto;
  }
}
#anniversary .actor .actor_box03 a {
  opacity: 1 !important;
  display: block;
  position: relative;
}
#anniversary .actor .actor_box03 a:hover:before {
  transition: 0.4s;
  opacity: 0.5;
}
#anniversary .actor .actor_box03 a:before {
  transition: 0.4s;
  content: "";
  display: inline-block;
  width: 78px;
  height: 78px;
  background: url(../img/play02.webp) 0 0/cover no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media only screen and (max-width: 767.98px) {
  #anniversary .actor .actor_box03 a:before {
    width: calc(var(--vw) * 98 / 780 * 100);
    max-width: none;
  }
}
@media only screen and (max-width: 767.98px) {
  #anniversary .actor .actor_box03 a:before {
    height: calc(var(--vw) * 98 / 780 * 100);
  }
}
#anniversary .actor .actor_box03 a.play_w:before {
  background: url(../img/play02.webp) 0 0/cover no-repeat;
}
#anniversary .areyou {
  margin-top: 190px;
}
@media only screen and (max-width: 767.98px) {
  #anniversary .areyou {
    margin-top: calc(var(--vw) * 120 / 780 * 100);
  }
}
#anniversary .areyou .areyou_banner {
  background: #6c90c7;
  width: 814px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  padding: 40px 0 40px;
}
@media only screen and (max-width: 767.98px) {
  #anniversary .areyou .areyou_banner {
    padding: calc(var(--vw) * 40 / 780 * 100) calc(var(--vw) * 0 / 780 * 100) calc(var(--vw) * 40 / 780 * 100) calc(var(--vw) * 0 / 780 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #anniversary .areyou .areyou_banner {
    width: 100%;
  }
}
#anniversary .areyou .areyou_banner .p01 {
  font-weight: 600;
  font-size: 27px;
}
@media only screen and (max-width: 767.98px) {
  #anniversary .areyou .areyou_banner .p01 {
    font-size: calc(var(--vw) * 27 / 780 * 100);
  }
}
#anniversary .areyou .areyou_banner .p02 {
  font-weight: 500;
  font-size: 16px;
  margin-top: 1em;
}
@media only screen and (max-width: 767.98px) {
  #anniversary .areyou .areyou_banner .p02 {
    font-size: calc(var(--vw) * 20 / 780 * 100);
  }
}
#anniversary .areyou .areyou_banner .btn {
  display: table;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  margin: 0 auto;
  margin-top: 1.6em;
  padding: 0.6em 2em;
  border: 1px solid #fff;
  border-radius: 0.5em;
}
@media only screen and (max-width: 767.98px) {
  #anniversary .areyou .areyou_banner .btn {
    font-size: calc(var(--vw) * 20 / 780 * 100);
  }
}
#anniversary .project {
  position: relative;
  margin-top: 290px;
}
#anniversary .project #campaign {
  position: absolute;
  top: -100px;
  left: 0;
}
@media only screen and (max-width: 767.98px) {
  #anniversary .project {
    margin-top: calc(var(--vw) * 120 / 780 * 100);
  }
}
#anniversary .project .tate_logo {
  width: 45px;
  margin: 0 auto;
}
@media only screen and (max-width: 767.98px) {
  #anniversary .project .tate_logo {
    width: calc(var(--vw) * 45 / 780 * 100);
    max-width: none;
  }
}
#anniversary .project .project_ttl {
  width: 450px;
  margin: 0 auto;
  margin-top: 40px;
}
@media only screen and (max-width: 767.98px) {
  #anniversary .project .project_ttl {
    width: calc(var(--vw) * 450 / 780 * 100);
    max-width: none;
  }
}
@media only screen and (max-width: 767.98px) {
  #anniversary .project .project_ttl {
    margin-top: calc(var(--vw) * 40 / 780 * 100);
  }
}
#anniversary .project .project_block {
  position: relative;
  padding: 80px 0 40px;
}
#anniversary .project .project_block:before {
  width: 50%;
  content: "";
  background: #07419f url(../img/kv_bg.webp) right 0/cover no-repeat;
  height: 100%;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 767.98px) {
  #anniversary .project .project_block:before {
    top: calc(var(--vw) * 0 / 780 * 100);
  }
}
#anniversary .project .project_block .ttl .p02 {
  color: #00489d;
  font-weight: 500;
  font-size: 30px;
  margin-top: 0.3em;
}
@media only screen and (max-width: 767.98px) {
  #anniversary .project .project_block .ttl .p02 {
    font-size: calc(var(--vw) * 30 / 780 * 100);
  }
}
#anniversary .project .project_block .image {
  margin-top: 70px;
}
@media only screen and (max-width: 767.98px) {
  #anniversary .project .project_block .image {
    margin-top: calc(var(--vw) * 30 / 780 * 100);
  }
}
#anniversary .project .project_block .bottom_txt {
  width: 490px;
  color: #00489d;
  font-weight: 500;
  font-size: 20px;
  margin-top: 1em;
}
@media only screen and (max-width: 767.98px) {
  #anniversary .project .project_block .bottom_txt {
    width: calc(var(--vw) * 330 / 780 * 100);
    max-width: none;
  }
}
@media only screen and (max-width: 767.98px) {
  #anniversary .project .project_block .bottom_txt {
    font-size: calc(var(--vw) * 20 / 780 * 100);
  }
}
#anniversary .project .project_block .btn {
  display: table;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: #fff;
  color: #00489d;
  min-width: 353px;
  transition: all 0.4s ease-out;
  border: 1px solid #00489d;
  padding: 0.8em;
  font-size: 18px;
  margin-top: 35px;
}
@media only screen and (max-width: 767.98px) {
  #anniversary .project .project_block .btn {
    min-width: calc(var(--vw) * 413 / 780 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #anniversary .project .project_block .btn {
    font-size: calc(var(--vw) * 24 / 780 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #anniversary .project .project_block .btn {
    margin-top: calc(var(--vw) * 24 / 780 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #anniversary .project .project_block .btn {
    width: 100%;
    min-width: 0;
  }
}
#anniversary .project .project_block .btn:before {
  background: #00489d;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
#anniversary .project .project_block .btn:after {
  content: "";
  display: inline-block;
  width: 31px;
  height: 4px;
  background: url(../img/arrow.webp) 0 0/contain no-repeat;
  position: absolute;
  top: 50%;
  transition: 0.4s;
  right: 1em;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767.98px) {
  #anniversary .project .project_block .btn:after {
    width: calc(var(--vw) * 31 / 780 * 100);
    max-width: none;
  }
}
@media only screen and (max-width: 767.98px) {
  #anniversary .project .project_block .btn:after {
    height: calc(var(--vw) * 4 / 780 * 100);
  }
}
#anniversary .project .project_block .btn:hover {
  opacity: 1 !important;
  color: #FFF;
}
#anniversary .project .project_block .btn:hover:after {
  transition: 0.4s;
  right: 0.5em;
  background: url(../img/arrow_w.webp) 0 0/contain no-repeat;
}
#anniversary .project .project_block .btn:hover:before {
  transform: scale(1, 1);
}
#anniversary .project .kidzania {
  margin-top: 90px;
}
@media only screen and (max-width: 767.98px) {
  #anniversary .project .kidzania {
    margin-top: calc(var(--vw) * 120 / 780 * 100);
  }
}
#anniversary .project .kidzania .ttl {
  text-align: right;
}
#anniversary .project .kidzania .ttl .p01 {
  width: 477px;
  margin-left: auto;
  margin-right: 0;
}
@media only screen and (max-width: 767.98px) {
  #anniversary .project .kidzania .ttl .p01 {
    width: calc(var(--vw) * 485 / 780 * 100);
    max-width: none;
  }
}
#anniversary .project .kidzania .bottom_txt {
  margin-left: auto;
  margin-right: 0;
}
#anniversary .project .chigasaki {
  margin-top: 90px;
}
@media only screen and (max-width: 767.98px) {
  #anniversary .project .chigasaki {
    margin-top: calc(var(--vw) * 120 / 780 * 100);
  }
}
#anniversary .project .chigasaki .ttl .p01 {
  width: 477px;
}
@media only screen and (max-width: 767.98px) {
  #anniversary .project .chigasaki .ttl .p01 {
    width: calc(var(--vw) * 485 / 780 * 100);
    max-width: none;
  }
}
#anniversary .project .goaiko {
  margin-top: 180px;
}
#anniversary .project .goaiko:before {
  left: auto;
  right: 0;
}
@media only screen and (max-width: 767.98px) {
  #anniversary .project .goaiko {
    margin-top: calc(var(--vw) * 80 / 780 * 100);
  }
}
#anniversary .project .goaiko .ttl .p01 {
  width: 308px;
}
@media only screen and (max-width: 767.98px) {
  #anniversary .project .goaiko .ttl .p01 {
    width: calc(var(--vw) * 316 / 780 * 100);
    max-width: none;
  }
}
#anniversary .project .chigasaki:before {
  left: auto;
  right: 0;
}
@keyframes concept-scroll {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}
#anniversary .concept {
  margin-top: 120px;
}
@media only screen and (max-width: 767.98px) {
  #anniversary .concept {
    margin-top: calc(var(--vw) * 105 / 780 * 100);
  }
}
#anniversary .concept .infinite-slider {
  overflow: hidden;
  position: relative;
}
#anniversary .concept .infinite-slider .track {
  display: inline-flex;
  white-space: nowrap;
  gap: 12px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  animation: concept-scroll 60s linear infinite;
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  /* transform-box: fill-box;  // 通常不要。様子見でコメント */
}
@media only screen and (max-width: 767.98px) {
  #anniversary .concept .infinite-slider .track {
    gap: 1vw;
    animation: concept-scroll 80s linear infinite;
  }
}
#anniversary .concept .infinite-slider .item {
  width: 660px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
}
@media only screen and (max-width: 767.98px) {
  #anniversary .concept .infinite-slider .item {
    width: 66.66vw;
  }
}
#anniversary .concept .infinite-slider .item img {
  display: block;
  width: 100%;
  height: auto;
}
#anniversary .banner {
  margin-top: 120px;
}
@media only screen and (max-width: 767.98px) {
  #anniversary .banner {
    margin-top: calc(var(--vw) * 105 / 780 * 100);
  }
}
#anniversary .banner a.Banner_link__3JRO4 {
  color: #fff;
  text-decoration: underline;
}

@media only screen and (max-width: 767.98px) {
  .Banner_external-link__jQ4r4 {
    width: 109.19px !important;
  }
  .Banner_external-link__jQ4r4 > .Banner_image__wJvrZ {
    width: 135.19px !important;
  }
}
.inview {
  transition: all 1s 0s;
  opacity: 0;
  transform: translate(0, 2vw);
}
.inview.active {
  opacity: 1;
  transform: translate(0, 0);
}
.inview.inviewimg {
  transform: translate(0, 0);
  overflow: hidden;
}
.inview.inviewimg::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 130%;
  height: 100%;
  background-color: #00489d;
  transform: translate(-120%, 0) skew(-20deg);
  z-index: 1;
}
.inview.inviewimg img {
  opacity: 0;
}
.inview.inviewimg.active::after {
  animation: mask-bg2 1s cubic-bezier(0.8, 0, 0.17, 1) forwards;
}
.inview.inviewimg.active img {
  animation: linetxt 1s cubic-bezier(0.8, 0, 0.17, 1) 0.15s forwards;
}
@keyframes mask-bg2 {
  0% {
    transform: translate(-101%, 0) skew(-20deg);
  }
  40%, 60% {
    transform: translate(-10%, 0%) skew(-20deg);
  }
  100% {
    transform: translate(100%, 0) skew(-20deg);
  }
}
@keyframes linetxt {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

.disc {
  padding-left: 1.2em;
}
.disc li {
  list-style: disc;
  margin-top: 0.3em;
}
.disc li:first-child {
  margin-top: 0;
}

.decimal {
  padding-left: 1.2em;
}
.decimal li {
  list-style: decimal;
  margin-top: 0.3em;
}
.decimal li:first-child {
  margin-top: 0;
}

.regular {
  font-weight: 400;
}

.bold {
  font-weight: 600;
}

.tdeco_under {
  text-decoration: underline;
}

.center {
  margin-left: auto !important;
  margin-right: auto !important;
}

.align_center {
  text-align: center !important;
}

.align_right {
  text-align: right !important;
}

.align_left {
  text-align: left !important;
  text-align: justify !important;
}

.align_left_noj {
  text-align: left !important;
}

@media only screen and (max-width: 767.98px) {
  .sp_align_center {
    text-align: center !important;
  }
}

@media only screen and (max-width: 767.98px) {
  .sp_align_right {
    text-align: right !important;
  }
}

@media only screen and (max-width: 767.98px) {
  .sp_align_left {
    text-align: left !important;
    text-align: justify !important;
  }
}

.dblock {
  display: block !important;
}

.dib {
  display: inline-block !important;
}

@media only screen and (max-width: 767.98px) {
  .spblock {
    display: block;
    min-width: 0 !important;
    width: auto !important;
  }
}

@media only screen and (max-width: 767.98px) {
  .sptable {
    display: table !important;
  }
}

.relative {
  position: relative;
}

.fz10 {
  font-size: calc(var(--vw) * 10 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .fz10 {
    font-size: 10px;
  }
}

.fz11 {
  font-size: calc(var(--vw) * 11 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .fz11 {
    font-size: 11px;
  }
}

.fz12 {
  font-size: calc(var(--vw) * 12 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .fz12 {
    font-size: 12px;
  }
}

.fz13 {
  font-size: calc(var(--vw) * 13 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .fz13 {
    font-size: 13px;
  }
}

.fz14 {
  font-size: calc(var(--vw) * 14 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .fz14 {
    font-size: 14px;
  }
}

.fz15 {
  font-size: calc(var(--vw) * 15 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .fz15 {
    font-size: 15px;
  }
}

.fz16 {
  font-size: calc(var(--vw) * 16 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .fz16 {
    font-size: 16px;
  }
}

.fz17 {
  font-size: calc(var(--vw) * 17 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .fz17 {
    font-size: 17px;
  }
}

.fz18 {
  font-size: calc(var(--vw) * 18 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .fz18 {
    font-size: 18px;
  }
}

.fz19 {
  font-size: calc(var(--vw) * 19 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .fz19 {
    font-size: 19px;
  }
}

.fz20 {
  font-size: calc(var(--vw) * 20 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .fz20 {
    font-size: 20px;
  }
}

.fz21 {
  font-size: calc(var(--vw) * 21 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .fz21 {
    font-size: 21px;
  }
}

.fz22 {
  font-size: calc(var(--vw) * 22 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .fz22 {
    font-size: 22px;
  }
}

.fz23 {
  font-size: calc(var(--vw) * 23 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .fz23 {
    font-size: 23px;
  }
}

.fz24 {
  font-size: calc(var(--vw) * 24 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .fz24 {
    font-size: 24px;
  }
}

.fz25 {
  font-size: calc(var(--vw) * 25 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .fz25 {
    font-size: 25px;
  }
}

.fz26 {
  font-size: calc(var(--vw) * 26 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .fz26 {
    font-size: 26px;
  }
}

.fz27 {
  font-size: calc(var(--vw) * 27 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .fz27 {
    font-size: 27px;
  }
}

.fz28 {
  font-size: calc(var(--vw) * 28 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .fz28 {
    font-size: 28px;
  }
}

.fz29 {
  font-size: calc(var(--vw) * 29 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .fz29 {
    font-size: 29px;
  }
}

.fz30 {
  font-size: calc(var(--vw) * 30 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .fz30 {
    font-size: 30px;
  }
}

.fz31 {
  font-size: calc(var(--vw) * 31 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .fz31 {
    font-size: 31px;
  }
}

.fz32 {
  font-size: calc(var(--vw) * 32 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .fz32 {
    font-size: 32px;
  }
}

.fz33 {
  font-size: calc(var(--vw) * 33 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .fz33 {
    font-size: 33px;
  }
}

.fz34 {
  font-size: calc(var(--vw) * 34 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .fz34 {
    font-size: 34px;
  }
}

.fz35 {
  font-size: calc(var(--vw) * 35 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .fz35 {
    font-size: 35px;
  }
}

.fz36 {
  font-size: calc(var(--vw) * 36 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .fz36 {
    font-size: 36px;
  }
}

.fz37 {
  font-size: calc(var(--vw) * 37 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .fz37 {
    font-size: 37px;
  }
}

.fz38 {
  font-size: calc(var(--vw) * 38 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .fz38 {
    font-size: 38px;
  }
}

.fz39 {
  font-size: calc(var(--vw) * 39 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .fz39 {
    font-size: 39px;
  }
}

.fz40 {
  font-size: calc(var(--vw) * 40 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .fz40 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz10 {
    font-size: calc(var(--vw) * 10 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz11 {
    font-size: calc(var(--vw) * 11 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz12 {
    font-size: calc(var(--vw) * 12 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz13 {
    font-size: calc(var(--vw) * 13 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz14 {
    font-size: calc(var(--vw) * 14 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz15 {
    font-size: calc(var(--vw) * 15 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz16 {
    font-size: calc(var(--vw) * 16 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz17 {
    font-size: calc(var(--vw) * 17 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz18 {
    font-size: calc(var(--vw) * 18 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz19 {
    font-size: calc(var(--vw) * 19 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz20 {
    font-size: calc(var(--vw) * 20 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz21 {
    font-size: calc(var(--vw) * 21 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz22 {
    font-size: calc(var(--vw) * 22 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz23 {
    font-size: calc(var(--vw) * 23 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz24 {
    font-size: calc(var(--vw) * 24 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz25 {
    font-size: calc(var(--vw) * 25 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz26 {
    font-size: calc(var(--vw) * 26 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz27 {
    font-size: calc(var(--vw) * 27 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz28 {
    font-size: calc(var(--vw) * 28 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz29 {
    font-size: calc(var(--vw) * 29 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz30 {
    font-size: calc(var(--vw) * 30 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz31 {
    font-size: calc(var(--vw) * 31 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz32 {
    font-size: calc(var(--vw) * 32 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz33 {
    font-size: calc(var(--vw) * 33 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz34 {
    font-size: calc(var(--vw) * 34 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz35 {
    font-size: calc(var(--vw) * 35 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz36 {
    font-size: calc(var(--vw) * 36 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz37 {
    font-size: calc(var(--vw) * 37 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz38 {
    font-size: calc(var(--vw) * 38 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz39 {
    font-size: calc(var(--vw) * 39 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz40 {
    font-size: calc(var(--vw) * 40 / 780 * 100);
  }
}

.mt0 {
  margin-top: calc(var(--vw) * 0 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .mt0 {
    margin-top: 0px;
  }
}

.mt10 {
  margin-top: calc(var(--vw) * 10 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .mt10 {
    margin-top: 10px;
  }
}

.mt20 {
  margin-top: calc(var(--vw) * 20 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .mt20 {
    margin-top: 20px;
  }
}

.mt30 {
  margin-top: calc(var(--vw) * 30 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .mt30 {
    margin-top: 30px;
  }
}

.mt40 {
  margin-top: calc(var(--vw) * 40 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .mt40 {
    margin-top: 40px;
  }
}

.mt50 {
  margin-top: calc(var(--vw) * 50 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .mt50 {
    margin-top: 50px;
  }
}

.mt60 {
  margin-top: calc(var(--vw) * 60 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .mt60 {
    margin-top: 60px;
  }
}

.mt70 {
  margin-top: calc(var(--vw) * 70 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .mt70 {
    margin-top: 70px;
  }
}

.mt80 {
  margin-top: calc(var(--vw) * 80 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .mt80 {
    margin-top: 80px;
  }
}

.mt90 {
  margin-top: calc(var(--vw) * 90 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .mt90 {
    margin-top: 90px;
  }
}

.mt100 {
  margin-top: calc(var(--vw) * 100 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .mt100 {
    margin-top: 100px;
  }
}

.mt110 {
  margin-top: calc(var(--vw) * 110 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .mt110 {
    margin-top: 110px;
  }
}

.mt120 {
  margin-top: calc(var(--vw) * 120 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .mt120 {
    margin-top: 120px;
  }
}

@media only screen and (max-width: 767.98px) {
  .spmt0 {
    margin-top: calc(var(--vw) * 0 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmt10 {
    margin-top: calc(var(--vw) * 10 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmt20 {
    margin-top: calc(var(--vw) * 20 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmt30 {
    margin-top: calc(var(--vw) * 30 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmt40 {
    margin-top: calc(var(--vw) * 40 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmt50 {
    margin-top: calc(var(--vw) * 50 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmt60 {
    margin-top: calc(var(--vw) * 60 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmt70 {
    margin-top: calc(var(--vw) * 70 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmt80 {
    margin-top: calc(var(--vw) * 80 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmt90 {
    margin-top: calc(var(--vw) * 90 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmt100 {
    margin-top: calc(var(--vw) * 100 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmt110 {
    margin-top: calc(var(--vw) * 110 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmt120 {
    margin-top: calc(var(--vw) * 120 / 780 * 100);
  }
}

.mb0 {
  margin-bottom: calc(var(--vw) * 0 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .mb0 {
    margin-bottom: 0px;
  }
}

.mb10 {
  margin-bottom: calc(var(--vw) * 10 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .mb10 {
    margin-bottom: 10px;
  }
}

.mb20 {
  margin-bottom: calc(var(--vw) * 20 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .mb20 {
    margin-bottom: 20px;
  }
}

.mb30 {
  margin-bottom: calc(var(--vw) * 30 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .mb30 {
    margin-bottom: 30px;
  }
}

.mb40 {
  margin-bottom: calc(var(--vw) * 40 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .mb40 {
    margin-bottom: 40px;
  }
}

.mb50 {
  margin-bottom: calc(var(--vw) * 50 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .mb50 {
    margin-bottom: 50px;
  }
}

.mb60 {
  margin-bottom: calc(var(--vw) * 60 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .mb60 {
    margin-bottom: 60px;
  }
}

.mb70 {
  margin-bottom: calc(var(--vw) * 70 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .mb70 {
    margin-bottom: 70px;
  }
}

.mb80 {
  margin-bottom: calc(var(--vw) * 80 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .mb80 {
    margin-bottom: 80px;
  }
}

.mb90 {
  margin-bottom: calc(var(--vw) * 90 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .mb90 {
    margin-bottom: 90px;
  }
}

.mb100 {
  margin-bottom: calc(var(--vw) * 100 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .mb100 {
    margin-bottom: 100px;
  }
}

.mb110 {
  margin-bottom: calc(var(--vw) * 110 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .mb110 {
    margin-bottom: 110px;
  }
}

.mb120 {
  margin-bottom: calc(var(--vw) * 120 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .mb120 {
    margin-bottom: 120px;
  }
}

@media only screen and (max-width: 767.98px) {
  .spmb0 {
    margin-bottom: calc(var(--vw) * 0 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmb10 {
    margin-bottom: calc(var(--vw) * 10 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmb20 {
    margin-bottom: calc(var(--vw) * 20 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmb30 {
    margin-bottom: calc(var(--vw) * 30 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmb40 {
    margin-bottom: calc(var(--vw) * 40 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmb50 {
    margin-bottom: calc(var(--vw) * 50 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmb60 {
    margin-bottom: calc(var(--vw) * 60 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmb70 {
    margin-bottom: calc(var(--vw) * 70 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmb80 {
    margin-bottom: calc(var(--vw) * 80 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmb90 {
    margin-bottom: calc(var(--vw) * 90 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmb100 {
    margin-bottom: calc(var(--vw) * 100 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmb110 {
    margin-bottom: calc(var(--vw) * 110 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmb120 {
    margin-bottom: calc(var(--vw) * 120 / 780 * 100);
  }
}

.ml0 {
  margin-left: calc(var(--vw) * 0 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .ml0 {
    margin-left: 0px;
  }
}

.ml10 {
  margin-left: calc(var(--vw) * 10 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .ml10 {
    margin-left: 10px;
  }
}

.ml20 {
  margin-left: calc(var(--vw) * 20 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .ml20 {
    margin-left: 20px;
  }
}

.ml30 {
  margin-left: calc(var(--vw) * 30 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .ml30 {
    margin-left: 30px;
  }
}

.ml40 {
  margin-left: calc(var(--vw) * 40 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .ml40 {
    margin-left: 40px;
  }
}

.ml50 {
  margin-left: calc(var(--vw) * 50 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .ml50 {
    margin-left: 50px;
  }
}

.ml60 {
  margin-left: calc(var(--vw) * 60 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .ml60 {
    margin-left: 60px;
  }
}

.ml70 {
  margin-left: calc(var(--vw) * 70 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .ml70 {
    margin-left: 70px;
  }
}

.ml80 {
  margin-left: calc(var(--vw) * 80 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .ml80 {
    margin-left: 80px;
  }
}

.ml90 {
  margin-left: calc(var(--vw) * 90 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .ml90 {
    margin-left: 90px;
  }
}

.ml100 {
  margin-left: calc(var(--vw) * 100 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .ml100 {
    margin-left: 100px;
  }
}

.ml110 {
  margin-left: calc(var(--vw) * 110 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .ml110 {
    margin-left: 110px;
  }
}

.ml120 {
  margin-left: calc(var(--vw) * 120 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .ml120 {
    margin-left: 120px;
  }
}

@media only screen and (max-width: 767.98px) {
  .spml0 {
    margin-left: calc(var(--vw) * 0 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spml10 {
    margin-left: calc(var(--vw) * 10 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spml20 {
    margin-left: calc(var(--vw) * 20 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spml30 {
    margin-left: calc(var(--vw) * 30 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spml40 {
    margin-left: calc(var(--vw) * 40 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spml50 {
    margin-left: calc(var(--vw) * 50 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spml60 {
    margin-left: calc(var(--vw) * 60 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spml70 {
    margin-left: calc(var(--vw) * 70 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spml80 {
    margin-left: calc(var(--vw) * 80 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spml90 {
    margin-left: calc(var(--vw) * 90 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spml100 {
    margin-left: calc(var(--vw) * 100 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spml110 {
    margin-left: calc(var(--vw) * 110 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spml120 {
    margin-left: calc(var(--vw) * 120 / 780 * 100);
  }
}

.mr0 {
  margin-right: calc(var(--vw) * 0 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .mr0 {
    margin-right: 0px;
  }
}

.mr10 {
  margin-right: calc(var(--vw) * 10 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .mr10 {
    margin-right: 10px;
  }
}

.mr20 {
  margin-right: calc(var(--vw) * 20 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .mr20 {
    margin-right: 20px;
  }
}

.mr30 {
  margin-right: calc(var(--vw) * 30 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .mr30 {
    margin-right: 30px;
  }
}

.mr40 {
  margin-right: calc(var(--vw) * 40 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .mr40 {
    margin-right: 40px;
  }
}

.mr50 {
  margin-right: calc(var(--vw) * 50 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .mr50 {
    margin-right: 50px;
  }
}

.mr60 {
  margin-right: calc(var(--vw) * 60 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .mr60 {
    margin-right: 60px;
  }
}

.mr70 {
  margin-right: calc(var(--vw) * 70 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .mr70 {
    margin-right: 70px;
  }
}

.mr80 {
  margin-right: calc(var(--vw) * 80 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .mr80 {
    margin-right: 80px;
  }
}

.mr90 {
  margin-right: calc(var(--vw) * 90 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .mr90 {
    margin-right: 90px;
  }
}

.mr100 {
  margin-right: calc(var(--vw) * 100 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .mr100 {
    margin-right: 100px;
  }
}

.mr110 {
  margin-right: calc(var(--vw) * 110 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .mr110 {
    margin-right: 110px;
  }
}

.mr120 {
  margin-right: calc(var(--vw) * 120 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .mr120 {
    margin-right: 120px;
  }
}

@media only screen and (max-width: 767.98px) {
  .spmr0 {
    margin-right: calc(var(--vw) * 0 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmr10 {
    margin-right: calc(var(--vw) * 10 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmr20 {
    margin-right: calc(var(--vw) * 20 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmr30 {
    margin-right: calc(var(--vw) * 30 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmr40 {
    margin-right: calc(var(--vw) * 40 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmr50 {
    margin-right: calc(var(--vw) * 50 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmr60 {
    margin-right: calc(var(--vw) * 60 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmr70 {
    margin-right: calc(var(--vw) * 70 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmr80 {
    margin-right: calc(var(--vw) * 80 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmr90 {
    margin-right: calc(var(--vw) * 90 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmr100 {
    margin-right: calc(var(--vw) * 100 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmr110 {
    margin-right: calc(var(--vw) * 110 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmr120 {
    margin-right: calc(var(--vw) * 120 / 780 * 100);
  }
}
