﻿@charset "UTF-8";
/*------------------------------
 共通・既存調整修正
------------------------------*/
img {
  aspect-ratio: attr(width)/attr(height); /* アスペクト比をブラウザ側が理解でき、画像が読み込まれる前にwidth とheight 属性に基づいて表示サイズを計算するようになる */
}

.container {
  width: 100%;
}

/*------------------------------
 topicsページ
------------------------------*/
/* topics
------------------------------*/
.topics {
  position: relative;
  color: #333333;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
  overflow: hidden;
}
.topics .pc {
  display: none;
}

.topics__inner {
  background-image: url('/cms/lineartown/img/topics/prefectures_mist_top_sp.png');
  background-position: left -379px top -322px;
  background-repeat: no-repeat;
  background-size: 620px 471px;
  position: relative;
  width: 100%;
  padding: 100px 20px 40px;
  margin: 0 auto;
  box-sizing: border-box;
  z-index: 2;
}

.topics__content {
  width: 100%;
  margin: 0 auto;
}

.topics__content-box {
  margin-bottom: 60px;
}

.topics__content-main {
  margin-bottom: 35px;
}

.topics__content-data {
  text-align: left;
  margin-bottom: 20px;
}

.topics__content-icon {
  display: inline-block;
  margin-right: 20px;
}

.topics__content-icon-text {
  display: block;
  color: #05499A;
  font-size: 15px;
  line-height: 30px;
  text-align: center;
  background-color: #EBF4FF;
  border-radius: 100px;
  padding: 0 21.5px;
  box-sizing: border-box;
}

.topics__content-date {
  display: inline-block;
  font-size: 15px;
  line-height: 30px;
}

.topics__content-title {
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 34px;
}

.topics__content-image-box {
  font-size: 0;
  line-height: 0;
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
}

.topics__content-image-box img {
  display: inline-block;
  width: 100%;
  height: auto;
}

.topics__content-text {
  font-size: 15px;
  line-height: 30px;
  margin: 35px 15px 0;
}

.topics__content-link-box {
  margin: 30px 15px 0;
}

.topics__content-link {
  display: inline-block;
  position: relative;
  color: #05499A;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 18px;
  text-decoration: none;
  padding-right: 26px;
}
.topics__content-link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 4px;
  width: 8px;
  height: 8px;
  border-top: 1.4px solid #05499A;
  border-right: 1.4px solid #05499A;
  transform: rotate(45deg);
  margin-top: -5px;
}

.topics__back-to-list {
  margin-top: 100px;
}

.topics__back-to-list-box {
  text-align: center;
  margin: 0 17.5px;
}

.topics__back-to-list-link {
  display: block;
  position: relative;
  color: #05499A;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 48px;
  letter-spacing: 2px;
  text-align: center;
  text-decoration: none;
  background-color: #FFFFFF;
  border: 1px solid #05499A;
  border-radius: 100px;
  transition: opacity 0.3 ease 0s;
  padding: 0 35px;
  box-sizing: border-box;
}
.topics__back-to-list-link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  width: 10px;
  height: 10px;
  border-top: 1.4px solid #05499A;
  border-right: 1.4px solid #05499A;
  transform: rotate(45deg);
  margin-top: -5px;
}

.topics__mist, .topics__mist--bottom, .topics__mist--top {
  display: none;
  /* position: absolute;
  font-size: 0;
  line-height: 0;
  text-align: center;
  z-index: 1; */
}
/* 
.topics__mist--top {
  top: -322px;
  left: -379px;
  width: 620px;
  height: 471px;
}

.topics__mist--bottom {
  bottom: -260px;
  right: -266px;
  width: 569px;
  height: 454px;
}

.topics__mist-image {
  display: inline-block;
  width: 100%;
  height: auto;
} */

/*------------------------------
 topics一覧ページ
------------------------------*/
/* topics
------------------------------*/
.topics-list {
  position: relative;
  width: 100%;
  height: auto;
  color: #333333;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
  background-image: url(/cms/lineartown/img/slope_gray_background_sp.jpg);
  background-size: 100% auto;
  background-position: top center;
  background-repeat: repeat-y;
  margin: 0 auto;
  padding: calc(60 / 414 * 100vw) 0;
  box-sizing: border-box;
  overflow: hidden;
}
.topics-list .sp {
  display: none;
}

.topics-list__inner {
  width: 100%;
}

.topics-list__title {
  color: #05499A;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-weight: 500;
  font-size: calc(25 / 414 * 100vw);
  line-height: calc(40 / 25);
  text-align: center;
  background-image: url(/cms/lineartown/img/prefectures_title_wavy_line_sp.png);
  background-size: 371px auto;
  background-position: bottom center;
  background-repeat: no-repeat;
  margin-bottom: 50px;
}

.topics-list__item-box {
  display: grid;
  column-gap: calc(10 / 414 * 100vw);
  row-gap: calc(40 / 414 * 100vw);
  grid-template-columns: repeat(2, 1fr);
  margin: 0 calc(20 / 414 * 100vw);
}

.topics-list__item {
  background-color: #FFFFFF;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  box-sizing: border-box;
  position: relative;
}

.topics-list__item-new {
  background-color: #D1F3E9;
  border-radius: 50%;
  color: #05499A;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: calc(16 / 414 * 100vw);
  font-weight: bold;
  height: calc(68 / 414 * 100vw);
  width: calc(68 / 414 * 100vw);
  text-align: center;
  pointer-events: none;
  position: absolute;
  top: calc(-1 * (34 / 414 * 100vw));
  left: calc(-1 * (12 / 414 * 100vw));
}

.topics-list__item-content {
  display: block;
  width: 100%;
  padding: calc(20 / 414 * 100vw) calc(16 / 414 * 100vw);
  box-sizing: border-box;
}

.topics-list__item-thumbnail {
  width: 30.135vw;
  margin: 0 auto 30px;
}

.topics-list__item-thumbnail img {
  width: 30.135vw;
  height: 30.135vw;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

.topics-list__item-inner {
  width: 100%;
}

.topics-list__item-data {
  text-align: left;
  margin-bottom: 5px;
}

.topics-list__item-icon {
  display: block;
}

.topics-list__item-icon-text {
  display: inline-block;
  color: #05499A;
  font-size: 15px;
  line-height: 30px;
  text-align: center;
  background-color: #EBF4FF;
  border-radius: 100px;
  padding: 0 21.5px;
  box-sizing: border-box;
}

.topics-list__item-date {
  display: block;
  font-size: calc(14 / 414 * 100vw);
  line-height: calc(20 / 14);
  margin-top: calc(10 / 414 * 100vw);
}

.topics__item-area + .topics-list__item-title {
  margin-top: calc(4 / 414 * 100vw);
}

.topics-list__item-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-weight: 500;
  font-size: calc(16 / 414 * 100vw);
  line-height: 27px;
  overflow: hidden;
}

.topics-list__item-link {
  display: none;
  margin-top: 10px;
}

.topics-list__item-link-text {
  display: inline-block;
  position: relative;
  color: #05499A;
  text-decoration: none;
  padding-right: 24px;
}
.topics-list__item-link-text::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 4px;
  width: 8px;
  height: 8px;
  border-top: 1.4px solid #05499A;
  border-right: 1.4px solid #05499A;
  transform: rotate(45deg);
  margin-top: -5px;
}
.topics-list__item-link-text:hover {
  text-decoration: underline;
}

.topics__button {
  margin: 0 18px;
}

.topics__button.topics__top-button {
  display: none;
}

.topics__button-link {
  display: block;
  position: relative;
  color: #05499A;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  background-color: #FFFFFF;
  border: 1px solid #05499A;
  border-radius: 100px;
  transition: opacity 0.3 ease 0s;
  padding: 0 35px;
  box-sizing: border-box;
}
.topics__button-link:hover {
  opacity: 0.8;
}
.topics__button-link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  width: 10px;
  height: 10px;
  border-top: 1.4px solid #05499A;
  border-right: 1.4px solid #05499A;
  transform: rotate(45deg);
  margin-top: -5px;
}

.genre_filter_prefectures {
  display: none;
}
/* JR東海のトピックスを知る */
.topics-list .topics-list__item-thumbnail {
  margin: 0 auto 10px;
}
.topics-list .topics__item-area {
  position: relative;
  top: 0;
  position: static;
}
.topics-list .topics__item-prefectures {
  color: #05499A;
  font-size: calc(12 / 414 * 100vw);
  background-color: #EBF4FF;
  border-radius: 100px 0 0 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-inline: calc(10 / 414 * 100vw) calc(4 / 414 * 100vw);
  padding-block: calc(5 / 414 * 100vw);
  box-sizing: border-box;
  border: 2px solid #EBF4FF;
  width: 40%;
}
.topics-list .topics__item-municipalities {
  color: #05499A;
  font-size: calc(12 / 414 * 100vw);
  background-color: #FFFFFF;
  border: 2px solid #EBF4FF;
  border-radius: 0 100px 100px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-inline: calc(4 / 414 * 100vw) calc(10 / 414 * 100vw);
  padding-block: calc(5 / 414 * 100vw);
  box-sizing: border-box;
  width: 60%;
}

/***************
他の都道府県を見る
*******************/
.others__country {
  background-image: url('/cms/lineartown/img/topics/prefectures_mist_bottom_sp.png');
  background-position: right -266px bottom -260px;
  background-repeat: no-repeat;
  background-size: 569px 454px;
  padding-bottom: 100px;
}
.others__country .others__country__title {
  color: #05499A;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-weight: 500;
  font-size: calc(25 / 414 * 100vw);
  line-height: calc(40 / 25);
  text-align: center;
  background-image: url(/cms/lineartown/img/title_wavy_line_02_sp.png);
  background-size: 371px auto;
  background-position: bottom center;
  background-repeat: no-repeat;
  padding-bottom: 2px;
  margin-bottom: 30px;
  box-sizing: border-box;
}
.others__country .others__country__links {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
}
.others__country .others__country__links li {
  margin: 0 auto;
}
.others__country .others__country__links a {
  display: block;
  position: relative;
  width: 300px;
  color: #05499A;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  background-color: #FFFFFF;
  border: 1px solid #05499A;
  border-radius: 100px;
  padding: 11px 35px 11px;
  box-sizing: border-box;
}
.others__country .others__country__links a .small {
  font-size: 15px;
  padding-left: 5px;
}
.others__country .others__country__links a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  width: 10px;
  height: 10px;
  border-top: 1.4px solid #05499A;
  border-right: 1.4px solid #05499A;
  transform: rotate(45deg);
  margin-top: -5px;
}

/***************
旬のトピックス
*******************/
.block-towntopics-firstview {
  --header-height: 56px;
  padding-top: var(--header-height);
  padding-bottom: calc(80 / 414 * 100vw);
  background-color: #fff;
  background-image: url('/cms/lineartown/img/lineartown_towntopics_bg_sp.jpg');
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.towntopics-firstview {
}
.towntopics-firstview-title {
  color: #05499A;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-size: calc(30 / 414 * 100vw);
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  margin-block: calc(50 / 414 * 100vw);
}
.towntopics-firstview .topics-list__title {
  margin-bottom: calc(40 / 414 * 100vw);
}
.towntopics-firstview-slide {
}
.towntopics-firstview .topics__item-box:not(.slick-initialized) {
  display: flex;
  overflow-x: hidden;
}
.towntopics-firstview .topics__item-box:not(.slick-initialized) > * {
  width: calc(374 / 414 * 100vw);
  flex-shrink: 0;
}
.towntopics-firstview .smzpreview-article_data_status {
  z-index: 1;
}

/***************
ページャー
*******************/
.navipage_.bottom_ {
  display: flex;
  column-gap: calc(10 / 414 * 100vw);
  align-items: center;
  justify-content: center;
  margin-top: calc(30 / 414 * 100vw);
}
.navipage_.bottom_ .navipage_forward_,
.navipage_.bottom_ .navipage_reverse_,
.navipage_.bottom_ > center {
  display: contents;
}
.navipage_.bottom_ a {
  background-color: #fff;
  box-sizing: border-box;
  border: 1px solid #05499A;
  border-radius: 50%;
  color: #05499A;
  font-size: calc(16 / 414 * 100vw);
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(33 / 414 * 100vw);
  width: calc(33 / 414 * 100vw);
  padding: 0;
  margin: 0;
}
.navipage_now_ {
  background-color: #05499A;
  box-sizing: border-box;
  border: 1px solid #05499A;
  border-radius: 50%;
  color: #fff;
  font-size: calc(16 / 414 * 100vw);
  font-weight: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(33 / 414 * 100vw);
  width: calc(33 / 414 * 100vw);
  padding: 0;
  margin: 0;
}
.navipage_ .navipage_first_ a,
.navipage_ .navipage_prev_ a,
.navipage_ .navipage_next_ a,
.navipage_ .navipage_last_ a {
  padding: 0;
  background: none;
  background-color: #fff;
  color: transparent;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}
.navipage_ .navipage_first_ a::before,
.navipage_ .navipage_first_ a::after,
.navipage_ .navipage_prev_ a::before,
.navipage_ .navipage_next_ a::before,
.navipage_ .navipage_last_ a::before,
.navipage_ .navipage_last_ a::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  color: #05499A;
  line-height: 1;
  width: calc(10 / 414 * 100vw);
  height: calc(10 / 414 * 100vw);
  border: 1px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}
.navipage_ .navipage_first_ a::before {
  rotate: -135deg;
  left: calc(16 / 414 * 100vw);
}
.navipage_ .navipage_first_ a::after {
  rotate: -135deg;
  left: calc(9 / 414 * 100vw);
}
.navipage_ .navipage_prev_ a::before {
  rotate: -135deg;
  left: calc(13 / 414 * 100vw);
}
.navipage_ .navipage_next_ a::before {
  rotate: 45deg;
  right: calc(13 / 414 * 100vw);
}
.navipage_ .navipage_last_ a::before {
  rotate: 45deg;
  right: calc(16 / 414 * 100vw);
}
.navipage_ .navipage_last_ a::after {
  rotate: 45deg;
  right: calc(9 / 414 * 100vw);
}

/***************
旬のトピックス つながるまちを知る
*******************/
.block-other-links {
  padding-top: calc(50 / 414 * 100vw);
  padding-bottom: calc(100 / 414 * 100vw);
}
.block-other-links .banner {
  padding-inline: calc(20 / 414 * 100vw);
  text-align: center;
}
.block-other-links .banner img {
  max-width: 100%;
  vertical-align: bottom;
}