<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Barlow:wght@500;600&amp;family=Noto+Sans+JP:wght@100..900&amp;display=swap"; /*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
progress {
  vertical-align: baseline;
}
template,
[hidden] {
  display: none;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: 700;
}
b,
strong {
  font-weight: bolder;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a img,
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
}
optgroup {
  font-weight: 700;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
figure,
sub,
sup {
  position: relative;
}
script {
  display: none !important;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a,
abbr,
address,
blockquote,
body,
caption,
cite,
code,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
img,
ins,
label,
legend,
li,
object,
ol,
p,
pre,
q,
small,
span,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
ul {
  border: 0;
  margin: 0;
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html,
html a {
  -webkit-font-smoothing: antialiased;
}
li {
  list-style: none;
}
@-webkit-keyframes hoverIcon {
  45% {
    opacity: 0;
    -webkit-transform: translate(30%, -50%);
    transform: translate(30%, -50%);
  }
  47% {
    opacity: 0;
    -webkit-transform: translate(-30%, -50%);
    transform: translate(-30%, -50%);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, -50%);
    transform: translateY(-50%);
  }
}
@keyframes hoverIcon {
  45% {
    opacity: 0;
    -webkit-transform: translate(30%, -50%);
    transform: translate(30%, -50%);
  }
  47% {
    opacity: 0;
    -webkit-transform: translate(-30%, -50%);
    transform: translate(-30%, -50%);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, -50%);
    transform: translateY(-50%);
  }
}
@-webkit-keyframes hoverIconReverse {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, -50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
  }
  53% {
    opacity: 0;
    -webkit-transform: translate(-30%, -50%) rotate(180deg);
    transform: translate(-30%, -50%) rotate(180deg);
  }
  55% {
    opacity: 0;
    -webkit-transform: translate(30%, -50%) rotate(180deg);
    transform: translate(30%, -50%) rotate(180deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, -50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
  }
}
@keyframes hoverIconReverse {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, -50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
  }
  53% {
    opacity: 0;
    -webkit-transform: translate(-30%, -50%) rotate(180deg);
    transform: translate(-30%, -50%) rotate(180deg);
  }
  55% {
    opacity: 0;
    -webkit-transform: translate(30%, -50%) rotate(180deg);
    transform: translate(30%, -50%) rotate(180deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, -50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
  }
}
@-webkit-keyframes hoverIconDown {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, -50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
  }
  45% {
    opacity: 0;
    -webkit-transform: translate(0, -30%) rotate(90deg);
    transform: translateY(-30%) rotate(90deg);
  }
  47% {
    opacity: 0;
    -webkit-transform: translate(0, 30%) rotate(90deg);
    transform: translateY(30%) rotate(90deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, -50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
  }
}
@keyframes hoverIconDown {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, -50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
  }
  45% {
    opacity: 0;
    -webkit-transform: translate(0, -30%) rotate(90deg);
    transform: translateY(-30%) rotate(90deg);
  }
  47% {
    opacity: 0;
    -webkit-transform: translate(0, 30%) rotate(90deg);
    transform: translateY(30%) rotate(90deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, -50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
  }
}
@-webkit-keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes bgLRextendAnime {
  0% {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  50% {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50.001% {
    -webkit-transform-origin: right;
    transform-origin: right;
  }
  to {
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}
@keyframes bgLRextendAnime {
  0% {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  50% {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50.001% {
    -webkit-transform-origin: right;
    transform-origin: right;
  }
  to {
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}
@-webkit-keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
*,
:before,
:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  position: relative;
  font-family: Noto Sans JP, Helvetica Neue, Segoe UI, Helvetica, 游ゴシック体,
    YuGothic, Yu Gothic M, 游ゴシック Medium, Yu Gothic Medium, メイリオ, Meiryo;
  font-size: 14px;
  line-height: 1.5;
  word-break: break-word;
  overflow-wrap: break-word;
  text-align: left;
  background: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
hr,
pre {
  margin-top: 0;
  margin-bottom: 0;
}
blockquote {
  margin: 0;
}
ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}
li {
  list-style-type: none;
}
dl {
  margin-top: 0;
  margin-bottom: 0;
}
dd {
  margin-left: 0;
}
figure {
  margin: 0;
}
address,
em,
cite,
dfn,
var,
i {
  font-style: inherit;
}
img,
iframe,
embed,
object,
video,
audio,
svg,
canvas {
  vertical-align: bottom;
}
img,
iframe,
video,
input,
select,
textarea {
  max-width: 100%;
  height: auto;
}
svg {
  fill: currentcolor;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
th {
  text-align: inherit;
}
input,
button,
select,
textarea {
  padding: 0;
  font: inherit;
  color: inherit;
  background-color: transparent;
  border: 0;
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
}
::-ms-expand {
  display: none;
}
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
[hidden][hidden] {
  display: none !important;
}
.tlm_kv {
  position: relative;
  overflow-y: visible;
  display: block;
  width: 100%;
  height: 100vh;
}
.tlm_kv__movie {
  pointer-events: none;
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.tlm_kv__movie:before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  width: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    to(rgba(0, 0, 0, 0.5))
  );
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
}
.tlm_kv__movie iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.tlm_kv__movieContent {
  position: absolute;
  z-index: 2;
}
.tlm_kv__movieText {
  color: #fff;
  font-family: A1ゴシック M, A1 Gothic M, Noto Sans JP, sans-serif;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.01em;
  opacity: 0;
}
.tlm_kv__movieText--break {
  margin-left: -0.5em;
}
.tlm_kv__scrolldown {
  position: absolute;
  display: block;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  z-index: 5;
}
.tlm_kv__scrolldownText {
  color: #fff;
  font-family: Barlow, sans-serif;
  font-weight: 500;
  letter-spacing: 0.01em;
}
.tlm_kv__scrolldownText:before {
  content: "";
  position: absolute;
  display: inline-block;
  background: url(../images/common/icon_arrow_white.svg) no-repeat
    center/contain;
}
.tlm_map {
  position: relative;
}
.tlm_map:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
}
.tlm_map__copy {
  display: inline-block;
  color: #242424;
  font-weight: 600;
}
.tlm_map__copy:nth-child(1) {
  font-family: Barlow, sans-serif;
  line-height: 2.1;
  letter-spacing: 0.02em;
}
.tlm_map__copy:nth-child(2) {
  font-family: A1ゴシック M, A1 Gothic M, Noto Sans JP, sans-serif;
  line-height: 2.2;
  letter-spacing: 0.08em;
}
.tlm_map__copy:nth-child(4) {
  font-family: A1ゴシック M, A1 Gothic M, Noto Sans JP, sans-serif;
  line-height: 2.1;
  letter-spacing: 0.08em;
}
.tlm_map__copy:nth-child(5) {
  font-family: Barlow, sans-serif;
  line-height: 1.75;
  letter-spacing: 0.08em;
}
.tlm_map__copy:nth-child(6) {
  font-family: A1ゴシック M, A1 Gothic M, Noto Sans JP, sans-serif;
  line-height: 2.1;
  letter-spacing: 0.08em;
}
.tlm_map__copyText {
  color: #242424;
  line-height: 1.9;
  letter-spacing: 0.03em;
}
.tlm_map__areaGroup {
  display: grid;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.tlm_map__areaGroup:nth-child(1) {
  position: absolute;
}
.tlm_map__areaGroup:nth-child(2) {
  position: absolute;
}
.tlm_map__areaGroup:nth-child(3) {
  position: absolute;
}
.tlm_map__areaGroup:nth-child(4) {
  position: absolute;
}
.tlm_map__areaGroup:nth-child(5) {
  position: absolute;
}
.tlm_map__areaRegion {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  cursor: pointer;
  text-decoration: none;
}
.tlm_map__areaRegion:after {
  content: "";
  position: absolute;
}
.tlm_map__areaRegion--tohoku:after {
  background: url(../images/top/map/img_map_tohoku.svg) no-repeat center
    center/contain;
}
.tlm_map__areaRegion--kanto:after {
  background: url(../images/top/map/img_map_kanto.svg) no-repeat center
    center/contain;
}
.tlm_map__areaRegion--sizuoka:after {
  background: url(../images/top/map/img_map_sizuoka.svg) no-repeat center
    center/contain;
}
.tlm_map__areaRegion--kansai:after {
  background: url(../images/top/map/img_map_kansai.svg) no-repeat center
    center/contain;
}
.tlm_map__areaRegion--yamaguchi:after {
  background: url(../images/top/map/img_map_yamaguchi.svg) no-repeat center
    center/contain;
}
.tlm_map__areaWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tlm_map__areaWrap .tlm_arrowIcon {
  -ms-flex-item-align: center;
  align-self: center;
  margin-left: 0;
}
.tlm_map__areaName {
  color: #242424;
  font-family: Barlow, sans-serif;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.02em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.tlm_map__areaText {
  color: #242424;
  line-height: 1.2;
  letter-spacing: 0.06em;
  text-indent: -0.8em;
}
.tlm_house {
  position: relative;
}
.tlm_house:before {
  content: "";
  position: absolute;
  left: 0;
  z-index: -2;
  width: 100%;
}
.swiper-slide-active .tlm_house__caption {
  -webkit-animation: fadeInOut 0.5s ease-out forwards;
  animation: fadeInOut 0.5s ease-out forwards;
}
.swiper-pagination-bullet {
  display: block;
  background: #f0f0f0;
  z-index: 10;
}
.swiper-pagination-bullet-active {
  background: #242424;
}
.tlm_house__title {
  color: #242424;
  font-family: A1ゴシック M, A1 Gothic M, Noto Sans JP, sans-serif;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.01em;
}
.tlm_house__text {
  color: #242424;
  font-family: Noto Sans JP, Helvetica Neue, Segoe UI, Helvetica, 游ゴシック体,
    YuGothic, Yu Gothic M, 游ゴシック Medium, Yu Gothic Medium, メイリオ, Meiryo;
  letter-spacing: 0.06em;
}
.tlm_house__caption {
  color: #000;
  font-family: Noto Sans JP, Helvetica Neue, Segoe UI, Helvetica, 游ゴシック体,
    YuGothic, Yu Gothic M, 游ゴシック Medium, Yu Gothic Medium, メイリオ, Meiryo;
  position: absolute;
  letter-spacing: 0.02em;
}
.tlm_house__familyName {
  color: #000;
  font-family: Noto Sans JP, Helvetica Neue, Segoe UI, Helvetica, 游ゴシック体,
    YuGothic, Yu Gothic M, 游ゴシック Medium, Yu Gothic Medium, メイリオ, Meiryo;
  letter-spacing: 0.02em;
}
.tlm_area {
  background-color: #f0f0f0;
}
.tlm_area__title {
  color: #242424;
  font-family: A1ゴシック M, A1 Gothic M, Noto Sans JP, sans-serif;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.01em;
  text-align: center;
}
.tlm_area__text {
  text-align: center;
  color: #242424;
  font-family: A1ゴシック M, A1 Gothic M, Noto Sans JP, sans-serif;
  line-height: 1.9;
  letter-spacing: 0.06em;
}
.tlm_area__text.--attention {
  display: block;
  font-weight: 700;
}
.tlm_area__block {
  background-color: #fff;
}
.tlm_area__blockMain.--noEvent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tlm_area__blockMain.--noEvent .tlm_area__eventListNone {
  color: #242424;
  font-family: Noto Sans JP, Helvetica Neue, Segoe UI, Helvetica, 游ゴシック体,
    YuGothic, Yu Gothic M, 游ゴシック Medium, Yu Gothic Medium, メイリオ, Meiryo;
  line-height: 1.9;
  letter-spacing: 0.06em;
}
.tlm_area__link {
  display: grid;
  text-decoration: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tlm_area__areaName {
  font-weight: 600;
  color: #242424;
  line-height: 1.2;
  letter-spacing: 0.06em;
}
.tlm_area__areaNameSub {
  color: #242424;
  font-family: Noto Sans JP, Helvetica Neue, Segoe UI, Helvetica, 游ゴシック体,
    YuGothic, Yu Gothic M, 游ゴシック Medium, Yu Gothic Medium, メイリオ, Meiryo;
  line-height: 1.2;
  margin-left: -0.6em;
}
.tlm_area__eventLabel {
  font-family: Barlow, sans-serif;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: 0.08em;
}
.tlm_area__eventLabel--kanto {
  color: #4189bc;
}
.tlm_area__eventLabel--kansai {
  color: #b565a8;
}
.tlm_area__eventLabel--sizuoka {
  color: #e88a1a;
}
.tlm_area__eventLabel--tohoku {
  color: #23a78b;
}
.tlm_area__eventLabel--yamaguchi {
  color: #d25140;
}
.tlm_area__eventLink {
  display: grid;
  position: relative;
  text-decoration: none;
}
.tlm_area__eventImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.tlm_area__eventDetailLabel {
  -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out,
    border 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out,
    border 0.3s ease-in-out;
}
.tlm_area__eventDetailLabel.--kanto {
  border: 1px solid #4189bc;
}
.tlm_area__eventDetailLabel.--tohoku {
  border: 1px solid #23a78b;
}
.tlm_area__eventDetailLabel.--sizuoka {
  border: 1px solid #e88a1a;
}
.tlm_area__eventDetailLabel.--kansai {
  border: 1px solid #b565a8;
}
.tlm_area__eventDetailLabel.--yamaguchi {
  border: 1px solid #d25140;
}
.tlm_area__eventDetailLabelText {
  position: relative;
  color: #666;
  font-family: Noto Sans JP, Helvetica Neue, Segoe UI, Helvetica, 游ゴシック体,
    YuGothic, Yu Gothic M, 游ゴシック Medium, Yu Gothic Medium, メイリオ, Meiryo;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
.tlm_area__eventDetailLabelText:before,
.tlm_area__eventDetailLabelText:after {
  content: "";
  position: absolute;
  background: url(../images/common/icon_arrow_gray.svg) no-repeat center/contain;
}
.tlm_area__eventDetailLabelText.--sub.--kanto {
  color: #4189bc;
}
.tlm_area__eventDetailLabelText.--sub.--kanto:before,
.tlm_area__eventDetailLabelText.--sub.--kanto:after {
  background: url(../images/common/icon_arrow_blue.svg) no-repeat center/contain;
}
.tlm_area__eventDetailLabelText.--sub.--tohoku {
  color: #23a78b;
}
.tlm_area__eventDetailLabelText.--sub.--tohoku:before,
.tlm_area__eventDetailLabelText.--sub.--tohoku:after {
  background: url(../images/common/icon_arrow_green.svg) no-repeat
    center/contain;
}
.tlm_area__eventDetailLabelText.--sub.--sizuoka {
  color: #e88a1a;
}
.tlm_area__eventDetailLabelText.--sub.--sizuoka:before,
.tlm_area__eventDetailLabelText.--sub.--sizuoka:after {
  background: url(../images/common/icon_arrow_orange.svg) no-repeat
    center/contain;
}
.tlm_area__eventDetailLabelText.--sub.--kansai {
  color: #b565a8;
}
.tlm_area__eventDetailLabelText.--sub.--kansai:before,
.tlm_area__eventDetailLabelText.--sub.--kansai:after {
  background: url(../images/common/icon_arrow_pink.svg) no-repeat center/contain;
}
.tlm_area__eventDetailLabelText.--sub.--yamaguchi {
  color: #d25140;
}
.tlm_area__eventDetailLabelText.--sub.--yamaguchi:before,
.tlm_area__eventDetailLabelText.--sub.--yamaguchi:after {
  background: url(../images/common/icon_arrow_brown.svg) no-repeat
    center/contain;
}
.tlm_area__eventDate {
  color: #8d8d8d;
  font-family: Noto Sans JP, Helvetica Neue, Segoe UI, Helvetica, 游ゴシック体,
    YuGothic, Yu Gothic M, 游ゴシック Medium, Yu Gothic Medium, メイリオ, Meiryo;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
.tlm_area__eventTitle {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #242424;
  font-family: Noto Sans JP, Helvetica Neue, Segoe UI, Helvetica, 游ゴシック体,
    YuGothic, Yu Gothic M, 游ゴシック Medium, Yu Gothic Medium, メイリオ, Meiryo;
  line-height: 1.4;
  letter-spacing: 0.06em;
}
.tlm_attraction__title {
  color: #242424;
  font-family: A1ゴシック M, A1 Gothic M, Noto Sans JP, sans-serif;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.01em;
}
.tlm_attraction__image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.tlm_attraction__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.tlm_attraction__text {
  color: #242424;
  font-family: Noto Sans JP, Helvetica Neue, Segoe UI, Helvetica, 游ゴシック体,
    YuGothic, Yu Gothic M, 游ゴシック Medium, Yu Gothic Medium, メイリオ, Meiryo;
  letter-spacing: 0.06em;
}
.tlm_attraction__lead {
  text-align: center;
}
.tlm_attraction__leadText {
  color: #242424;
  font-family: Noto Sans JP, Helvetica Neue, Segoe UI, Helvetica, 游ゴシック体,
    YuGothic, Yu Gothic M, 游ゴシック Medium, Yu Gothic Medium, メイリオ, Meiryo;
  letter-spacing: 0.03em;
}
@media screen and (min-height: 661px) and (min-width: 561px) and (max-width: 767px) {
  .tlm_kv__movie iframe {
    min-width: 206% !important;
    min-height: 206% !important;
  }
}
@media screen and (min-width: 768px) {
  .tlm_kv__movie:before {
    height: 380px;
  }
  .tlm_kv__movie iframe {
    opacity: 0;
  }
  .tlm_kv__movieContent {
    bottom: 84px;
    left: 100px;
  }
  .tlm_kv__movieLogo {
    display: none;
  }
  .tlm_map__copyContent {
    padding-top: 183px;
  }
  .tlm_map__copyWrap {
    margin-bottom: 32px;
  }
  .tlm_map__areaGroup {
    row-gap: 6px;
  }
  .tlm_map__areaWrap {
    -webkit-column-gap: 6px;
    -moz-column-gap: 6px;
    column-gap: 6px;
    margin-bottom: 5px;
  }
  .tlm_house:before {
    background: url(../images/top/house/bg_house_pc.png) no-repeat center
      center/cover;
    top: -352px;
    height: 957px;
    -webkit-filter: blur(5px);
    filter: blur(5px);
  }
  .tlm_house__slider:not(.swiper-initialized) .swiper-wrapper {
    display: block;
    height: auto;
  }
  .swiper-pagination-bullet {
    cursor: pointer;
  }
  .tlm_house__caption {
    font-size: 13px;
    display: inline-block;
    left: 16px;
    bottom: 16px;
  }
  .tlm_area__inner {
    max-width: 1186px;
    padding: 0 10px;
    margin: 0 auto;
  }
  .tlm_area__head {
    margin-bottom: 72px;
  }
  .tlm_area__title {
    font-size: 32px;
    margin-bottom: 32px;
  }
  .tlm_area__text {
    font-size: 1.1vw;
  }
  .tlm_area__text.--attention {
    font-size: 1.47vw;
  }
  .tlm_area__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .tlm_area__block + .tlm_area__block {
    margin-top: 32px;
  }
  .tlm_area__block.--noEvent .tlm_area__blockSub {
    width: 100%;
    max-width: inherit;
    border-right: none;
  }
  .tlm_area__block.--noEvent .tlm_area__info {
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .tlm_area__blockMain {
    padding: 22px 32px 25px;
    width: 67.3%;
  }
  .tlm_area__blockMain.--noEvent .tlm_area__eventLabel {
    margin-bottom: 7px;
  }
  .tlm_area__blockMain.--noEvent .tlm_area__eventListNone {
    font-size: 15px;
  }
  .tlm_area__blockSub {
    border-right: 2px solid #f0f0f0;
    max-width: 379px;
    width: 32.7%;
  }
  .tlm_area__link {
    padding: 12px;
    grid-template-columns: 188px 165px;
  }
  .tlm_area__image {
    width: 188px;
    overflow: hidden;
  }
  .tlm_area__image img {
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: -webkit-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  }
  .tlm_area__info {
    padding-left: 20px;
    grid-row: 1/2;
    grid-column: 2/2;
  }
  .tlm_area__areaName {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .tlm_area__areaNameSub {
    font-size: 13px;
  }
  .tlm_area__arrowIcon {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .tlm_area__eventLabel {
    font-size: 12px;
    margin-bottom: 9px;
    grid-row: 2/2;
    grid-column: 2/3;
    justify-self: center;
  }
  .tlm_area__eventItem {
    border-top: 1px solid #f0f0f0;
  }
  .tlm_area__eventItem:last-of-type {
    border-bottom: 1px solid #f0f0f0;
  }
  .tlm_area__eventLink {
    padding: 9px 0;
    grid-template-columns: 95px 1fr 87px;
    grid-template-rows: auto auto;
    grid-template-areas: "image detail button";
    -webkit-transition: background 0.3s ease-in-out, padding 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, padding 0.3s ease-in-out;
  }
  .tlm_area__eventImage {
    width: 95px;
    height: 64px;
    grid-area: image;
  }
  .tlm_area__eventDetail {
    grid-area: detail;
    align-self: center;
    max-width: 485px;
    margin: 0 26px 0 18px;
  }
  .tlm_area__eventDetailLabel {
    -ms-flex-item-align: end;
    align-self: flex-end;
    border: 1px solid transparent;
  }
  .tlm_area__eventDetailLabel.--sub {
    padding: 4px 8px 4px 0;
    margin-left: 20px;
    grid-row: 1/2;
    grid-column: 2/2;
    text-align: center;
  }
  .tlm_area__eventDetailLabelText {
    font-size: 11px;
  }
  .tlm_area__eventDetailLabelText:before,
  .tlm_area__eventDetailLabelText:after {
    top: 22%;
    width: 11px;
    height: 11px;
  }
  .tlm_area__eventDetailLabelText:before {
    right: -15px;
  }
  .tlm_area__eventDate {
    font-size: 12px;
    margin-bottom: 4px;
  }
  .tlm_area__eventTitle {
    white-space: nowrap;
    font-size: 14px;
  }
  .tlm_attraction__block:first-child .tlm_attraction__blockWrap {
    width: 86.6%;
    margin-right: auto;
  }
  .tlm_attraction__block:first-child
    .tlm_attraction__blockWrap
    .tlm_attraction__desc {
    white-space: nowrap;
    padding: 13.84vw 0 0 7.33vw;
  }
  .tlm_attraction__block:nth-child(2) .tlm_attraction__blockWrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    width: 86.6%;
    margin-left: auto;
  }
  .tlm_attraction__block:nth-child(2)
    .tlm_attraction__blockWrap
    .tlm_attraction__desc {
    position: relative;
    padding: 12.16vw 9.6vw 0 0;
  }
  .tlm_attraction__block:nth-child(2)
    .tlm_attraction__blockWrap
    .tlm_attraction__title {
    white-space: nowrap;
  }
  .tlm_attraction__blockWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .tlm_attraction__image {
    width: 56.15vw;
    height: 39.54vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .tlm_kv__movieText {
    font-size: 40px;
  }
  .tlm_kv__scrolldown {
    bottom: 47px;
    right: 30px;
  }
  .tlm_kv__scrolldownText {
    font-size: 14px;
  }
  .tlm_kv__scrolldownText:before {
    left: 1px;
    bottom: -20px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 12px;
    height: 12px;
  }
  .tlm_map {
    max-width: 946px;
    height: 922px;
    margin: 120px auto 126px;
  }
  .tlm_map:before {
    background: url(../images/top/map/img_map_pc.svg) no-repeat center
      center/contain;
    right: -80px;
    width: 946px;
    height: 922px;
  }
  .tlm_map__copy:nth-child(1) {
    font-size: 38px;
  }
  .tlm_map__copy:nth-child(2) {
    font-size: 35px;
  }
  .tlm_map__copy:nth-child(4) {
    font-size: 38px;
    margin-top: -25px;
  }
  .tlm_map__copy:nth-child(5) {
    font-size: 46px;
    margin-top: -25px;
  }
  .tlm_map__copy:nth-child(6) {
    font-size: 38px;
    margin-top: -25px;
  }
  .tlm_map__copyText {
    width: 467px;
    font-size: 15px;
  }
  .tlm_map__areaGroup:nth-child(1) {
    top: 386px;
    right: 53px;
  }
  .tlm_map__areaGroup:nth-child(2) {
    top: 532px;
    right: 122px;
  }
  .tlm_map__areaGroup:nth-child(3) {
    bottom: 250px;
    right: 225px;
  }
  .tlm_map__areaGroup:nth-child(4) {
    bottom: 298px;
    left: 398px;
  }
  .tlm_map__areaGroup:nth-child(5) {
    bottom: 196px;
    left: 260px;
  }
  .tlm_map__areaRegion--tohoku:after {
    top: 0;
    left: -35px;
    width: 26px;
    height: 26px;
  }
  .tlm_map__areaRegion--kanto:after {
    top: 0;
    left: -35px;
    width: 26px;
    height: 26px;
  }
  .tlm_map__areaRegion--sizuoka:after {
    top: -32px;
    left: 0;
    width: 26px;
    height: 26px;
  }
  .tlm_map__areaRegion--kansai:after {
    bottom: -36px;
    right: 13px;
    width: 26px;
    height: 26px;
  }
  .tlm_map__areaRegion--yamaguchi:after {
    top: -32px;
    left: 0;
    width: 26px;
    height: 26px;
  }
  .tlm_map__areaName {
    font-size: 20px;
    border-bottom: 1px solid #666666;
  }
  .tlm_map__areaText {
    font-size: 13px;
  }
  .tlm_house {
    padding-bottom: 130px;
  }
  .tlm_house__title {
    font-size: 26px;
    margin-bottom: 40px;
  }
  .tlm_house__text {
    font-size: 15px;
    line-height: 2;
    padding-right: 7.25vw;
  }
  .tlm_area {
    padding: 120px 0 160px;
  }
  .tlm_attraction {
    padding-bottom: 131px;
  }
  .tlm_attraction__block:not(:last-child) {
    margin-bottom: 160px;
  }
  .tlm_attraction__title {
    font-size: 26px;
    margin-bottom: 40px;
  }
  .tlm_attraction__text {
    font-size: 15px;
    line-height: 2;
  }
  .tlm_attraction__leadText {
    font-size: 18px;
    line-height: 2;
  }
}
@media screen and (min-width: 901px) {
  .tlm_house__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 85%;
    margin-left: auto;
  }
  .tlm_house__slider {
    width: 65.8%;
  }
  .tlm_house__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: sticky;
    top: 0;
    height: 100%;
    width: 34.2%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-top: 14.65vw;
  }
}
@media screen and (min-width: 1101px) {
  .tlm_kv__movieText {
    font-size: 2.93vw;
  }
  .tlm_kv__scrolldown {
    bottom: 3.45vw;
    right: 2.2vw;
  }
  .tlm_kv__scrolldownText {
    font-size: 1.03vw;
  }
  .tlm_kv__scrolldownText:before {
    left: 0.08vw;
    bottom: -1.46vw;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 0.88vw;
    height: 0.88vw;
  }
  .tlm_map {
    width: 69.26vw;
    height: 67.5vw;
    margin: 8.79vw auto 9.23vw;
  }
  .tlm_map:before {
    background: url(../images/top/map/img_map_pc.svg) no-repeat center
      center/contain;
    right: -5.85vw;
    width: 69.26vw;
    height: 67.5vw;
  }
  .tlm_map__copy:nth-child(1) {
    font-size: 2.79vw;
  }
  .tlm_map__copy:nth-child(2) {
    font-size: 2.57vw;
  }
  .tlm_map__copy:nth-child(4) {
    font-size: 2.79vw;
    margin-top: -25px;
  }
  .tlm_map__copy:nth-child(5) {
    font-size: 3.37vw;
    margin-top: -25px;
  }
  .tlm_map__copy:nth-child(6) {
    font-size: 2.79vw;
    margin-top: -25px;
  }
  .tlm_map__copyText {
    width: 34.19vw;
    font-size: 1.1vw;
  }
  .tlm_map__areaGroup:nth-child(1) {
    top: 28.26vw;
    right: 3.88vw;
  }
  .tlm_map__areaGroup:nth-child(2) {
    top: 38.95vw;
    right: 8.94vw;
  }
  .tlm_map__areaGroup:nth-child(3) {
    bottom: 18.31vw;
    right: 16.48vw;
  }
  .tlm_map__areaGroup:nth-child(4) {
    bottom: 21.82vw;
    left: 29.14vw;
  }
  .tlm_map__areaGroup:nth-child(5) {
    bottom: 14.35vw;
    left: 19.04vw;
  }
  .tlm_map__areaRegion--tohoku:after {
    top: 0;
    left: -2.56vw;
    width: 1.91vw;
    height: 1.91vw;
  }
  .tlm_map__areaRegion--kanto:after {
    top: 0;
    left: -2.56vw;
    width: 1.91vw;
    height: 1.91vw;
  }
  .tlm_map__areaRegion--sizuoka:after {
    top: -2.34vw;
    left: 0;
    width: 1.91vw;
    height: 1.91vw;
  }
  .tlm_map__areaRegion--kansai:after {
    bottom: -2.63vw;
    right: 0.96vw;
    width: 1.91vw;
    height: 1.91vw;
  }
  .tlm_map__areaRegion--yamaguchi:after {
    top: -2.34vw;
    left: 0;
    width: 1.91vw;
    height: 1.91vw;
  }
  .tlm_map__areaName {
    font-size: 1.47vw;
    border-bottom: 0.08vw solid #666666;
  }
  .tlm_map__areaText {
    font-size: 0.96vw;
  }
  .tlm_house {
    padding-bottom: 9.52vw;
  }
  .tlm_house__title {
    font-size: 1.91vw;
    margin-bottom: 40px;
  }
  .tlm_house__text {
    font-size: 1.1vw;
    line-height: 2;
    padding-right: 7.25vw;
  }
  .tlm_area {
    padding: 8.79vw 0 11.72vw;
  }
  .tlm_attraction {
    padding-bottom: 9.6vw;
  }
  .tlm_attraction__block:not(:last-child) {
    margin-bottom: 11.72vw;
  }
  .tlm_attraction__title {
    font-size: 1.91vw;
    margin-bottom: 40px;
  }
  .tlm_attraction__text {
    font-size: 1.1vw;
    line-height: 2;
  }
  .tlm_attraction__leadText {
    font-size: 1.32vw;
    line-height: 2;
  }
}
@media screen and (max-height: 660px) and (min-width: 561px) and (max-width: 767px) {
  .tlm_kv__movie iframe {
    min-width: 250% !important;
    min-height: 250% !important;
  }
}
@media screen and (min-height: 661px) and (max-width: 560px) {
  .tlm_kv__movie iframe {
    min-width: 125% !important;
    min-height: 125% !important;
  }
}
@media screen and (max-width: 900px) {
  .tlm_house__wrap {
    padding-left: 8.54vw;
  }
  .tlm_house__slider {
    padding-bottom: 4.27vw !important;
  }
}
@media screen and (max-width: 767px) {
  .tlm_kv__movie:before {
    height: 85.34vw;
  }
  .tlm_kv__movieContent {
    bottom: 0;
    left: 0;
    padding: 0 0 16vw 8.54vw;
  }
  .tlm_kv__movieText {
    font-size: 5.07vw;
    margin-bottom: 8.54vw;
  }
  .tlm_kv__movieLogo {
    width: 72.27vw;
  }
  .tlm_kv__scrolldown {
    bottom: 8.54vw;
    right: 2.14vw;
  }
  .tlm_kv__scrolldownText {
    font-size: 3.2vw;
  }
  .tlm_kv__scrolldownText:before {
    left: 0.54vw;
    bottom: -3.46vw;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 2.4vw;
    height: 2.4vw;
  }
  .tlm_map {
    height: 120vw;
    margin: 34.14vw 0 40vw;
    padding-inline: 8.54vw;
  }
  .tlm_map:before {
    right: 0;
    background: url(../images/top/map/img_map_sp.svg) no-repeat center
      center/contain;
    width: 100%;
    height: 120vw;
  }
  .tlm_map__copyWrap {
    margin-bottom: 5.87vw;
  }
  .tlm_map__copy:nth-child(1) {
    font-size: 6.4vw;
  }
  .tlm_map__copy:nth-child(2) {
    font-size: 5.87vw;
  }
  .tlm_map__copy:nth-child(4) {
    font-size: 6.4vw;
    position: relative;
    top: -4.53vw;
  }
  .tlm_map__copy:nth-child(5) {
    font-size: 7.74vw;
    position: relative;
    top: -4.53vw;
  }
  .tlm_map__copy:nth-child(6) {
    position: relative;
    top: -4.53vw;
    font-size: 6.4vw;
  }
  .tlm_map__copyText {
    width: 44.54vw;
    font-size: 3.47vw;
  }
  .tlm_map__areaGroup {
    row-gap: 0.8vw;
  }
  .tlm_map__areaGroup:nth-child(1) {
    top: 40.54vw;
    right: 9.07vw;
  }
  .tlm_map__areaGroup:nth-child(2) {
    bottom: 44vw;
    right: 6.67vw;
  }
  .tlm_map__areaGroup:nth-child(3) {
    bottom: 30.67vw;
    right: 22.94vw;
  }
  .tlm_map__areaGroup:nth-child(4) {
    bottom: 38.94vw;
    left: 26.4vw;
  }
  .tlm_map__areaGroup:nth-child(5) {
    bottom: 22.4vw;
    left: 11.47vw;
  }
  .tlm_map__areaRegion--tohoku:after {
    bottom: -5.33vw;
    left: 3.74vw;
    width: 4.27vw;
    height: 4.27vw;
  }
  .tlm_map__areaRegion--kanto:after {
    top: 0vw;
    left: -5.33vw;
    width: 4.27vw;
    height: 4.27vw;
  }
  .tlm_map__areaRegion--sizuoka:after {
    top: -4.8vw;
    left: 0vw;
    width: 4.27vw;
    height: 4.27vw;
  }
  .tlm_map__areaRegion--kansai:after {
    top: 8.54vw;
    right: 6.4vw;
    width: 4.27vw;
    height: 4.27vw;
  }
  .tlm_map__areaRegion--yamaguchi:after {
    top: -4.8vw;
    left: 0vw;
    width: 4.27vw;
    height: 4.27vw;
  }
  .tlm_map__areaWrap {
    -webkit-column-gap: 0.8vw;
    -moz-column-gap: 0.8vw;
    column-gap: 0.8vw;
    margin-bottom: 0.8vw;
  }
  .tlm_map__areaName {
    font-size: 3.47vw;
    border-bottom: 0.27vw solid #666666;
  }
  .tlm_map__areaText {
    font-size: 2.67vw;
  }
  .tlm_house {
    padding-bottom: 17.07vw;
  }
  .tlm_house:before {
    background: url(../images/top/house/bg_house_sp.png) no-repeat center
      center/cover;
    top: -71.2vw;
    height: 108.54vw;
    -webkit-filter: blur(1.34vw);
    filter: blur(1.34vw);
  }
  .tlm_house__sliderPagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    -webkit-column-gap: 2.14vw;
    -moz-column-gap: 2.14vw;
    column-gap: 2.14vw;
    bottom: -2.93vw;
    right: 4.27vw;
  }
  .swiper-pagination-bullet {
    width: 0.8vw;
    height: 0.8vw;
    border-radius: 50%;
  }
  .tlm_house__title {
    font-size: 4.8vw;
    margin-bottom: 8.54vw;
  }
  .tlm_house__text {
    font-size: 3.2vw;
    line-height: 1.7;
  }
  .tlm_house__caption {
    font-size: 3.47vw;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    bottom: 3.47vw;
    left: 5.34vw;
    z-index: 10;
  }
  .tlm_house__familyName {
    font-size: 3.47vw;
  }
  .tlm_area {
    padding: 14.94vw 8.54vw 12.8vw;
  }
  .tlm_area__head {
    margin-bottom: 10.67vw;
  }
  .tlm_area__title {
    font-size: 4.8vw;
    text-align: center;
    margin-bottom: 8.54vw;
  }
  .tlm_area__text {
    font-size: 3.2vw;
  }
  .tlm_area__text.--attention {
    font-size: 3.74vw;
    margin-bottom: 2.14vw;
  }
  .tlm_area__block {
    padding: 3.2vw;
  }
  .tlm_area__block + .tlm_area__block {
    margin-top: 6.4vw;
  }
  .tlm_area__blockMain {
    padding-top: 3.2vw;
    border-top: 0.54vw solid #f8f8f8;
    margin-inline: calc(50% - 41.46vw);
  }
  .tlm_area__blockMain.--noEvent .tlm_area__eventLabel {
    margin-bottom: 0;
  }
  .tlm_area__blockMain.--noEvent .tlm_area__eventListNone {
    font-size: 3.2vw;
  }
  .tlm_area__link {
    grid-template-rows: auto auto;
    grid-template-columns: 35.21vw;
    -webkit-column-gap: 2.14vw;
    -moz-column-gap: 2.14vw;
    column-gap: 2.14vw;
    padding-bottom: 2.67vw;
  }
  .tlm_area__image {
    width: 35.21vw;
    height: 35.21vw;
  }
  .tlm_area__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .tlm_area__info {
    align-self: baseline;
    margin-top: 8.54vw;
    grid-row: 1/2;
    grid-column: 2/2;
  }
  .tlm_area__areaName {
    font-size: 3.74vw;
    margin-bottom: 1.07vw;
  }
  .tlm_area__areaNameSub {
    font-size: 3.2vw;
  }
  .tlm_area__arrowIcon {
    margin-left: auto;
  }
  .tlm_area__eventLabel {
    font-size: 3.2vw;
    margin-bottom: 2.14vw;
    padding: 0 3.2vw;
  }
  .tlm_area__eventList {
    padding: 0 3.2vw !important;
  }
  .tlm_area__eventList .tlm_area__eventItem:not(:last-child) {
    margin-bottom: 2.14vw;
  }
  .tlm_area__eventLink {
    padding: 2.67vw 2.67vw 1.34vw;
    background: #f8f8f8;
  }
  .tlm_area__eventImage {
    width: 21.34vw;
    height: 14.4vw;
    grid-column: 1 span/3;
  }
  .tlm_area__eventDetail {
    grid-column: 1 span/2;
    grid-row: 1;
    margin-right: 3.74vw;
  }
  .tlm_area__eventDetailLabel {
    padding: 0.8vw 1.07vw 1.07vw;
    grid-column: 2 span/3;
    text-align: center;
    margin-top: 2.67vw;
    border-top: 0.27vw solid rgba(36, 36, 36, 0.0509803922);
    grid-row: 2/3;
  }
  .tlm_area__eventDetailLabel.--sub {
    padding: 1.07vw;
    grid-column: 1 span/3;
    text-align: center;
    margin-top: 2.67vw;
    padding: 0.8vw 2vw 1.07vw 1.07vw;
    grid-row: 1/2;
    align-self: flex-end;
  }
  .tlm_area__eventDetailLabelText {
    font-size: 2.67vw;
  }
  .tlm_area__eventDetailLabelText:before,
  .tlm_area__eventDetailLabelText:after {
    top: 0.94vw;
    width: 2.4vw;
    height: 2.4vw;
  }
  .tlm_area__eventDetailLabelText:before {
    right: -3.2vw;
  }
  .tlm_area__eventDate {
    font-size: 2.67vw;
    margin-bottom: 1.34vw;
  }
  .tlm_area__eventTitle {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 2.94vw;
  }
  .tlm_attraction {
    padding-bottom: 32.8vw;
  }
  .tlm_attraction__block:first-child .tlm_attraction__blockWrap {
    display: grid;
    grid-template-rows: 1fr;
    row-gap: 4.27vw;
    padding-right: 9.07vw;
  }
  .tlm_attraction__block:first-child
    .tlm_attraction__blockWrap
    .tlm_attraction__title {
    justify-self: flex-end;
  }
  .tlm_attraction__block:first-child
    .tlm_attraction__blockWrap
    .tlm_attraction__text {
    padding-left: 8.54vw;
  }
  .tlm_attraction__block:nth-child(2) .tlm_attraction__blockWrap {
    display: grid;
    grid-template-rows: 1fr;
    row-gap: 4.27vw;
    padding-left: 8.54vw;
  }
  .tlm_attraction__block:not(:last-child) {
    margin-bottom: 17.07vw;
  }
  .tlm_attraction__block + :not(:last-child) {
    margin-bottom: 12.8vw;
  }
  .tlm_attraction__title {
    grid-row: 1;
    font-size: 4.8vw;
  }
  .tlm_attraction__image {
    width: 100%;
    height: auto;
  }
  .tlm_attraction__text {
    line-height: 1.7;
    font-size: 3.2vw;
  }
  .tlm_attraction__lead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-inline: 8.54vw;
  }
  .tlm_attraction__leadText {
    text-align: justify;
    line-height: 1.9;
    font-size: 3.74vw;
  }
}
@media screen and (max-height: 660px) and (max-width: 560px) {
  .tlm_kv__movie iframe {
    min-width: 115% !important;
    min-height: 115% !important;
  }
}
@media screen and (max-width: 450px) {
  .tlm_kv__movie iframe {
    min-width: 133% !important;
    min-height: 133% !important;
  }
}
@media (hover: hover) {
  .tlm_map__areaRegion:hover .tlm_arrowIcon--tohoku {
    background: #23a78b;
  }
  .tlm_map__areaRegion:hover .tlm_arrowIcon--kanto {
    background: #4189bc;
  }
  .tlm_map__areaRegion:hover .tlm_arrowIcon--sizuoka {
    background: #e88a1a;
  }
  .tlm_map__areaRegion:hover .tlm_arrowIcon--kansai {
    background: #b565a8;
  }
  .tlm_map__areaRegion:hover .tlm_arrowIcon--yamaguchi {
    background: #d25140;
  }
  .tlm_area__blockMain--tohoku .tlm_area__eventLink:hover {
    padding-left: 9px;
    background: rgba(35, 167, 139, 0.15);
  }
  .tlm_area__blockMain--kanto .tlm_area__eventLink:hover {
    padding-left: 9px;
    background: rgba(65, 137, 188, 0.15);
  }
  .tlm_area__blockMain--sizuoka .tlm_area__eventLink:hover {
    padding-left: 9px;
    background: rgba(232, 138, 26, 0.15);
  }
  .tlm_area__blockMain--kansai .tlm_area__eventLink:hover {
    padding-left: 9px;
    background: rgba(181, 101, 168, 0.15);
  }
  .tlm_area__blockMain--yamaguchi .tlm_area__eventLink:hover {
    padding-left: 9px;
    background: rgba(210, 81, 64, 0.15);
  }
  .tlm_area__link:hover .tlm_area__image img {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
  }
  .tlm_area__link:hover .tlm_area__eventDetailLabel.--kanto {
    background: #4189bc;
  }
  .tlm_area__link:hover .tlm_area__eventDetailLabel.--tohoku {
    background: #23a78b;
  }
  .tlm_area__link:hover .tlm_area__eventDetailLabel.--sizuoka {
    background: #e88a1a;
  }
  .tlm_area__link:hover .tlm_area__eventDetailLabel.--kansai {
    background: #b565a8;
  }
  .tlm_area__link:hover .tlm_area__eventDetailLabel.--yamaguchi {
    background: #d25140;
  }
  .tlm_area__link:hover
    .tlm_area__eventDetailLabel
    .tlm_area__eventDetailLabelText {
    color: #fff;
  }
  .tlm_area__link:hover
    .tlm_area__eventDetailLabel
    .tlm_area__eventDetailLabelText:before,
  .tlm_area__link:hover
    .tlm_area__eventDetailLabel
    .tlm_area__eventDetailLabelText:after {
    background: url(../images/common/icon_arrow_white.svg) no-repeat center
      center/contain;
  }
}
</pre></body></html>