@charset "UTF-8";

.poppins-r {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.noto-serif-jp-el {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 200;
  font-optical-sizing: auto;
}

.noto-sans-jp-r {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-optical-sizing: auto;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 200;
  font-optical-sizing: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
}

svg {
  width: 100%;
  height: 100%;
}

.ssp-page {
  visibility: hidden;
  background-color: #cdbaa7;
  opacity: 0;
  transition: opacity 0.6s ease;
}

.ssp-page.is-entered {
  visibility: visible;
  opacity: 1;
}

.tm-section {
  padding: 3em 0;
}

.tm-common-inner {
  width: 88%;
  margin: 0 auto;
}

.svg-mask-path {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 32px;
}

.svg-text-white {
  fill: #cdbaa7;
}

.svg-text-blue {
  fill: #cdbaa7;
}

#svg-03 .svg-text-white,
#svg-05 .svg-text-white,
#svg-06 .svg-text-white,
#svg-07 .svg-text-white,
#svg-thanks .svg-text-white {
  fill: #fff;
}

.js-vivus-onview:not(.is-drawing, .is-drawn) path,
.js-vivus-onview:not(.is-drawing, .is-drawn) line,
.js-vivus-onview:not(.is-drawing, .is-drawn) polyline {
  visibility: hidden;
}

.js-vivus-onview:not(.is-drawing, .is-drawn) .svg-text-white {
  opacity: 0;
}

.js-vivus-onview.is-drawing .svg-text-white,
.js-vivus-onview.is-drawn .svg-text-white {
  opacity: 1;
  transition: opacity 0s;
}

.reveal {
  --dist: 50px;
  --tx: 0px;
  --ty: 0px;
  --dur: 1.5s;
  --delay: 0ms;

  opacity: 0;
  transition: opacity var(--dur) cubic-bezier(0.215, 0.61, 0.355, 1) var(--delay), transform var(--dur) cubic-bezier(0.215, 0.61, 0.355, 1) var(--delay);
  transform: translate3d(var(--tx), var(--ty), 0);
  will-change: opacity, transform;
  backface-visibility: hidden;
}

.reveal.is-in {
  opacity: 1;
  transform: none;
}

.reveal.reveal--primed {
  transition: none !important;
}

.reveal--fade {
  --tx: 0;
  --ty: 0;
}

.reveal--up {
  --tx: 0;
  --ty: var(--dist);
}

.reveal--down {
  --tx: 0;
  --ty: calc(var(--dist) * -1);
}

.reveal--left {
  --tx: calc(var(--dist) * -1);
  --ty: 0;
}

.reveal--right {
  --tx: var(--dist);
  --ty: 0;
}

@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1 !important;
    transition: none;
    transform: none !important;
  }
}

.reveal-rtl {
  --char-dur: 300ms;
  --stagger: 24ms;
  --rtl-delay: 0ms;

  visibility: hidden;
}

.reveal-rtl.is-prepared {
  visibility: visible;
}

.reveal-rtl.is-prepared .char {
  opacity: 0;
  transform: translate3d(8px, 0, 0);
  will-change: transform, opacity;
  backface-visibility: hidden;
}

.reveal-rtl.is-prepared.is-run .char {
  animation: revealChar var(--char-dur, 300ms) cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  animation-delay: calc(var(--rtl-delay, 0ms) + var(--i, 0) * var(--stagger, 24ms));
}

@keyframes revealChar {
  to {
    opacity: 1;
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .reveal-rtl {
    visibility: visible !important;
  }

  .reveal-rtl .char {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
  }
}

.tm-hero-img {
  background-color: #fff;
}

.tm-hero {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 5%;
  background-color: #ebd9c7
}

.tm-hero::after {
  position: absolute;
  bottom: -1%;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 8vw;
  content: "";
  background: #cdbaa7;
  background: linear-gradient(0deg, #cdbaa7 30%, rgb(255 255 255 / 0%) 100%);
}

.tm-hero-text-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 750/1260;
}

.tm-hero-text-01 {
  position: absolute;
  top: 4vw;
  right: 2vw;
  display: block;
  width: 45%;
  height: auto;
}

.tm-hero-text-01-line {
  position: absolute;
  top: 100%;
  right: 12%;
  display: block;
  width: 1px;
  height: 0;
  background-color: #cdbaa7;
  transition: height 0.9s ease;
  transform-origin: top;
}

.tm-hero-text-01-line.is-on {
  height: 100%;
}

.tm-hero-text-02 {
  position: absolute;
  bottom: 6.67vw;
  left: 2vw;
  display: block;
  width: 40%;
  height: auto;
}

.tm-hero-text-02-sub {
  position: absolute;
  top: -4%;
  left: 12%;
  display: block;
  font-size: 2.6667vw;
  color: #cdbaa7;
  letter-spacing: 0.36em;
  white-space: nowrap;
  transform: scale(0.8) rotate(-90deg);
  transform-origin: 0 0;
  z-index: 2;
  opacity: 0;
}
.tm-hero-text-02-sub .hero-sub-char {
  display: inline-block;
  opacity: 0;
  transform: translate3d(8px, 0, 0);
  will-change: opacity, transform;
  backface-visibility: hidden;
}
.tm-hero-text-02-sub.is-complete .hero-sub-char {
  will-change: auto;
  backface-visibility: visible;
}

.tm-hero-text-02-sub.reveal-rtl {
  visibility: hidden;
}

.tm-hero-text-02-sub.is-prepared {
  visibility: visible;
}

.tm-hero-text-02-sub.is-prepared .char {
  opacity: 0;
  transform: translate3d(8px, 0, 0);
  will-change: transform, opacity;
  backface-visibility: hidden;
}

.tm-hero-text-02-sub.is-prepared.is-run .char {
  animation: revealChar var(--char-dur, 0.32s) cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  animation-delay: calc(var(--i, 0) * var(--stagger, 20ms));
}

@keyframes revealChar {
  from {
    opacity: 0;
    transform: translate3d(8px, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.tm-hero-text-03 {
  position: absolute;
  right: 8%;
  bottom: 5.33vw;
  display: block;
  font-size: 3.3333vw;
  color: #cdbaa7;
  text-align: right;
  letter-spacing: 0.24em;
  opacity: 0;
  transition: opacity 0.7s ease, transform 0.7s ease;
  transform: translateY(20px);
}

.tm-hero-text-03 span {
  display: block;
  margin-bottom: 0.8em;
}

.tm-hero-text-03.is-on {
  opacity: 1;
  transform: none;
}

.tm-hero-slider-wrapper {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 0;
  width: 100%;
  aspect-ratio: 750/1364;
  opacity: 0.01;
  transition: opacity 1.5s ease, transform 1.5s ease;
  transform: translateX(-50%) scale(1);
  transform-origin: center top;
  will-change: opacity, transform;
}

.tm-hero-slider-wrapper.is-on {
  opacity: 1;
  transform: translateX(-50%) scale(1.005);
}

.tm-hero-slider .slick-slide.is-zooming img {
  animation: zoomInSoft var(--zoom-duration, 3000ms) linear forwards;
}

.tm-hero-slider img {
  display: block;
  width: 100%;
  height: auto;
  transform-origin: center center;
  will-change: transform;
  backface-visibility: hidden;
}

@keyframes zoomInSoft {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.08);
  }
}

.tm-hero-slider-item {
  width: 100%;
  height: auto;
  aspect-ratio: 750/1364;
}

.tm-hero-slider-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform-origin: center center;
  will-change: transform;
  backface-visibility: hidden;
}

@media (width >= 750px), print {
  .tm-hero::after {
    height: 60px; /* 750px × 8vw で固定 */
  }

  .tm-hero-text-wrapper {
    width: 750px;
    max-width: 100%;
  }

  .tm-hero-slider-wrapper {
    width: 750px;
    max-width: 100%;
  }

  .tm-hero-slider-item {
    width: 100%;
    height: auto;
  }

  .tm-hero-slider-item img {
    height: 100%;
  }

  .tm-hero-text-01 {
    top: 30px;
    right: 15px;
  }

  .tm-hero-text-02 {
    bottom: 50px;
    left: 15px;
  }

  .tm-hero-text-02-sub {
    font-size: 20px;
  }

  .tm-hero-text-03 {
    bottom: 40px;
    font-size: 25px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ssp-page,
  .tm-hero-slider-wrapper,
  .tm-hero-text-03 {
    transition: none;
  }

  .tm-hero-text-02-sub.is-prepared .char {
    transition: none;
  }

  .tm-hero-slider .slick-slide.is-zooming img {
    animation: none !important;
  }
}

.tm-intro-title {
  position: relative;
  margin-bottom: 1.5em;
}

.tm-intro-title #svg-03 {
  width: 45%;
}

.tm-intro-title-line {
  position: absolute;
  top: 55%;
  left: 48%;
  display: block;
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: width 0.9s ease;
}

.tm-intro-title-line.is-on {
  width: 52%;
}

.tm-intro-img {
  width: 85%;
  height: auto;
  aspect-ratio: 1/1;
  margin: 0 auto 2em;
  overflow: hidden;
  background-color: #fff;
  border-radius: 50%;
}

.tm-intro-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tm-intro-text {
  color: #fff;
  text-align: center;
  letter-spacing: 0.14em;
}

.tm-host {
  padding-bottom: 3em;
}

.tm-host-inner {
  position: relative;
  padding: 7em 0 3em;
  overflow: hidden;
  background-color: #fff;
  border-radius: 375px 375px 85px 85px;
}

.tm-host-title {
  position: absolute;
  top: 4.2em;
  left: 15%;
  z-index: 1;
  width: 26.7%;
}

.tm-host-text-wrapper {
  position: absolute;
  top: 24em;
  right: 3.5em;
  transform: scale(0.7) rotate(90deg);
  transform-origin: 100% 0;
}

.tm-host-text {
  font-size: 2.6667vw;
  color: #cdbaa7;
  letter-spacing: 0.12em;
  white-space: nowrap;
}

.tm-host-item {
  margin-bottom: 3em;
  color: #000;
  text-align: center;
}

.tm-host-item-img {
  position: relative;
  width: 18em;
  height: auto;
  aspect-ratio: 1/1;
  margin: 0 auto 1em;
  overflow: hidden;
  border-radius: 9999px;
}

.tm-host-item-img::after {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  content: "";
  background-color: #fff;
  border-radius: 9999px;
  transform: translate(-50%, -50%);
}

.tm-host-item-img-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: calc(100% - 2em);
  height: calc(100% - 2em);
  overflow: hidden;
  border-radius: 9999px;
  transform: translate(-50%, -50%);
}

.tm-host-item-img-inner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tm-host-item-img-shape {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  clip-path: circle();
  background-image: conic-gradient(#cdbaa7 0deg, white 0deg);
  transform: translate(-50%, -50%);
}

.tm-host-item-img-shape.is-animated {
  background-image: conic-gradient(#cdbaa7 365deg, white 365deg);
}

.tm-host-item-name {
  margin-bottom: 0.8em;
  font-size: 5.6vw;
}

@media (width >= 750px), print {
  .tm-host-text {
    font-size: 20px;
  }

  .tm-host-item-title {
    font-size: 28px;
  }

  .tm-host-item-name {
    font-size: 42px;
  }
}

.tm-countdown-circle {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  text-align: center;
  background-color: #fff;
  border-radius: 9999px;
}

.tm-countdown-circle-inner {
  width: 100%;
}

.tm-countdown-text {
  position: absolute;
  top: 1.5em;
  left: 50%;
  width: 50%;
  aspect-ratio: 1/1;
  transform: translate(-50%, 0) rotate(-90deg);
}

.tm-countdown-text-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.tm-countdown-text-text {
  font: 400 9px/1 Poppins, system-ui, sans-serif;
  fill: #cdbaa7;
}

.tm-countdown_goal {
  margin-bottom: 0.8em;
}

.tm-countdown-goaldate .year {
  display: block;
  margin-bottom: 0.3em;
  font-size: 6.9333vw;
  color: #cdbaa7;
}

.tm-countdown-goaldate .date {
  display: block;
  font-size: 14.9333vw;
  color: #cdbaa7;
}

.tm-countdown-title {
  margin-bottom: 2em;
}

.tm-countdown-title span {
  position: relative;
  font-size: 6.4vw;
  letter-spacing: 0;
}

.tm-countdown-title span::before,
.tm-countdown-title span::after {
  position: absolute;
  top: 0.8em;
  width: 1.5em;
  height: 1px;
  content: "";
  background-color: #434343;
}

.tm-countdown-title span::before {
  right: calc(100% + 0.3em);
}

.tm-countdown-title span::after {
  left: calc(100% + 0.3em);
}

.tm-countdown-limit {
  display: flex;
  justify-content: center;
  margin-bottom: 1em;
}

.tm-countdown_limititem {
  position: relative;
  padding: 0 1.5em;
}

.tm-countdown_limititem::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 2em;
  content: "";
  background-color: #434343;
  transform: translate(0, -50%);
}

.tm-countdown_limititem:last-child::after {
  display: none;
}

.tm-countdown_limititem span {
  display: block;
}

.tm-countdown-limitnumber {
  font-size: 6.4vw;
}

.tm-countdown-limitunit {
  font-size: 2vw;
}

@media (width >= 750px), print {
  .tm-countdown-goaldate .year {
    font-size: 52px;
  }

  .tm-countdown-goaldate .date {
    font-size: 112px;
  }

  .tm-countdown-title span {
    font-size: 48px;
  }

  .tm-countdown-limitnumber {
    font-size: 48px;
  }

  .tm-countdown-limitunit {
    font-size: 15px;
  }
}

.tm-information {
  overflow: hidden;
}

.tm-information-title {
  position: relative;
}

.tm-information-title #svg-05 {
  width: 50%;
}

.tm-information-title-line {
  position: absolute;
  top: 55%;
  left: 53%;
  display: block;
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: width 0.9s ease;
}

.tm-information-title-line.is-on {
  width: 60%;
}

.tm-information-heading-text {
  margin: 0 0 3em 0.5em;
  font-size: 1.8667vw;
  color: #fff;
  letter-spacing: 0.1em;
}

.tm-information-content {
  margin-bottom: 2em;
}

.tm-information-content-title {
  margin-bottom: 1.5em;
}

.tm-information-content-title span {
  position: relative;
  font-size: 6vw;
  color: #fff;
  letter-spacing: 0.05em;
}

.tm-information-content-title span::after {
  position: absolute;
  top: 55%;
  left: calc(100% + 0.5em);
  width: 100vw;
  height: 1px;
  content: "";
  background-color: #fff;
  transition: width 0.9s ease;
}

.tm-information-detail {
  position: relative;
}

.tm-information-detail-inner {
  width: calc(100% - 2em);
  padding: 1.2em 1.5em;
  margin-left: auto;
  color: #434343;
  background-color: #fff;
  border-radius: 0.8em;
}

.tm-information-detail-inner .text-01 {
  font-size: 5.3333vw;
  line-height: 1.4;
}

.tm-information-detail-inner .text-02 {
  margin-right: 0.3em;
  font-size: 9.3333vw;
  line-height: 1.4;
}

.tm-information-detail-inner .text-03 {
  font-size: 6.6667vw;
}

.tm-information-detail-inner .text-04 {
  margin-right: 0.5em;
  font-size: 4.4vw;
}

.tm-information-detail-inner .text-05 {
  position: relative;
  font-size: 8.9333vw;
}

.tm-information-detail-inner .text-05::after {
  position: absolute;
  top: 50%;
  left: calc(100% + 0.5em);
  width: 130%;
  height: 1px;
  content: "";
  background-color: #434343;
}

.tm-information-detail-inner .text-06 {
  margin-right: 1em;
  font-size: 5.3333vw;
}

.tm-information-detail-inner .text-07 {
  font-size: 3.7333vw;
}

.tm-information-detail-inner .ttl-01,
.tm-information-detail-inner .ttl-02 {
  display: inline-block;
  padding: 0 0.5em;
  margin-right: 0.5em;
  font-size: 3.2vw;
  border-radius: 0.3em;
}

.tm-information-detail-inner .ttl-01 {
  color: #fff;
  background-color: #cdbaa7;
}

.tm-information-detail-inner .ttl-02 {
  background-color: #e5e5e5;
}

.tm-information-detail-inner .time {
  display: flex;
  align-items: center;
}

.tm-information-detail-line {
  position: absolute;
  top: 0;
  left: 0.2em;
  width: 1px;
  height: 100%;
  background-color: #fff;
}

.tm-information-map {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  margin-bottom: 2em;
}

.tm-information-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tm-information-place p {
  display: flex;
  align-items: center;
  margin-bottom: 0.5em;
  color: #fff;
}

.tm-information-place p .ttl {
  display: inline-block;
  padding: 0 0.5em;
  margin-right: 0.5em;
  color: #cdbaa7;
  background-color: #fff;
  border-radius: 0.3em;
}

@media (width >= 750px), print {
  .tm-information-heading-text {
    font-size: 14px;
  }

  .tm-information-content-title span {
    font-size: 45px;
  }

  .tm-information-detail .text-01 {
    font-size: 40px;
  }

  .tm-information-detail .text-02 {
    font-size: 70px;
  }

  .tm-information-detail .text-03 {
    font-size: 50px;
  }

  .tm-information-detail .text-04 {
    font-size: 33px;
  }

  .tm-information-detail .text-05 {
    font-size: 67px;
  }

  .tm-information-detail .text-06 {
    font-size: 40px;
  }

  .tm-information-detail .text-07 {
    font-size: 28px;
  }

  .tm-information-detail .ttl-01,
  .tm-information-detail .ttl-02 {
    font-size: 24px;
  }
}

.tm-message {
  overflow: hidden;
}

.tm-message-title {
  position: relative;
  margin-bottom: 1.5em;
}

.tm-message-title #svg-06 {
  width: 55%;
}

.tm-message-title-line {
  position: absolute;
  top: 55%;
  left: 59%;
  display: block;
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: width 0.9s ease;
}

.tm-message-title-line.is-on {
  width: 60%;
}

.tm-message-text {
  color: #fff;
  text-align: center;
  letter-spacing: 0.14em;
}

.tm-album {
  overflow: hidden;
}

.tm-album-title {
  position: relative;
  margin-bottom: 2.5em;
}

.tm-album-title #svg-07 {
  width: 42%;
}

.tm-album-title-line {
  position: absolute;
  top: 55%;
  left: 48%;
  display: block;
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: width 0.9s ease;
}

.tm-album-title-line.is-on {
  width: 60%;
}

.tm-message-gallery {
  --scale-side: 0.85;
  --scale-center: 1.2;
  --dot-size: 6px;
  --dot-active-scale: 1.6;
}

.tm-message-gallery .slick-list {
  margin-bottom: 3.5em;
  overflow: visible;
}

.tm-message-gallery .slick-track {
  display: flex;
  align-items: center;
}

.tm-message-gallery .slick-slide {
  margin: 0;
  pointer-events: none;
  opacity: 0.6;
  transition: opacity 0.35s ease;
}

.tm-message-gallery .slick-center {
  z-index: 1;
  pointer-events: auto;
  opacity: 1;
}

.tm-message-gallery .tm-message-gallery-item {
  display: flex;
  justify-content: center;
  aspect-ratio: 1/1;
  transform: translateZ(0);
}

.tm-message-gallery .tm-message-gallery-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
  transform: scale(var(--scale-side));
  transform-origin: center center;
  will-change: transform;
}

.tm-message-gallery .slick-center .tm-message-gallery-item img {
  transform: scale(var(--scale-center));
}

.tm-message-gallery .slick-dots {
  position: static;
  display: flex !important;
  gap: 1px;
  justify-content: center;
  margin-top: 14px;
}

.tm-message-gallery .slick-dots li {
  width: 16px;
  height: 16px;
  margin: 0;
  line-height: 1;
}

.tm-message-gallery .slick-dots li button {
  width: var(--dot-size);
  height: var(--dot-size);
  padding: 0;
  overflow: hidden;
  color: #fff;
  text-indent: -9999px;
  background: currentcolor;
  border: 0;
  border-radius: 50%;
  opacity: 0.65;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.tm-message-gallery .slick-dots li button::before {
  display: none;
}

.tm-message-gallery .slick-dots li.slick-active button {
  opacity: 1;
  transform: scale(var(--dot-active-scale));
}

.tm-poa {
  padding-bottom: 3em;
}

.tm-poa-star {
  width: 8%;
  margin: 0 auto 2em;
}

.tm-poa-star svg {
  fill: #cdbaa7;
}

.tm-poa-inner {
  position: relative;
  padding: 4em 6%;
  overflow: hidden;
  background-color: #fff;
  border-radius: 375px 375px 85px 85px;
}

.tm-poa-title {
  width: 82%;
  margin: 0 auto 1em;
}

.tm-poa-sub-title {
  margin-bottom: 3em;
  font-size: 4vw;
  color: #cdbaa7;
  text-align: center;
}

@media (width >= 750px), print {
  .tm-poa-sub-title {
    font-size: 30px;
  }
}

.form-Main_Attendance_Item input:checked + .form-Main_AttendanceTextWrapper {
  color: #000;
  background: url("../img/modern6_3/btn_back.png") no-repeat center center/contain;
}

.form-Main_Button::before {
  left: 6%;
}

/* ================================
  footer Layout
================================ */
.tm-footer {
  padding: 2em 0 9em;
}

.tm-footer-logo {
  width: 45%;
  margin: 0 auto 2em;
}

.tm-footer-line-wrapper {
  display: flex;
  align-items: center;
  width: 65%;
  padding-left: 10%;
  margin: 0 auto 2em;
}

.tm-footer-line {
  width: 0;
  height: 1px;
  margin-right: 3%;
  background-color: #fff;
  transition: width 0.9s ease;
}

.tm-footer-line.is-on {
  width: 78%;
}

.tm-footer-star {
  width: 9%;
}

.tm-footer-star svg {
  fill: #fff;
}

.tm-footer-thanks {
  width: 40%;
  margin: 0 auto 2em;
}

.tm-footer-text {
  font-size: 2.4vw;
  color: #fff;
  text-align: center;
}

@media (width >= 750px), print {
  .tm-footer-logo {
    width: 340px;
  }

  .tm-footer-text {
    font-size: 18px;
  }
}
