﻿@charset "UTF-8";
/*------------------------------
 共通・既存調整修正
------------------------------*/
.pc {
  display: none;
}

img {
  aspect-ratio: attr(width)/attr(height); /* アスペクト比をブラウザ側が理解でき、画像が読み込まれる前にwidth とheight 属性に基づいて表示サイズを計算するようになる */
}

.block-event-page--goods, .block-category-list--goods {
  width: 100%;
}

.main-wrapper {
  color: #333333;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
  overflow: hidden;
  padding-block: calc(50 / 414 * 100vw) calc(90 / 414 * 100vw);
  position: relative;
}
.main-wrapper-bg {
  clip-path: inset(0);
  min-height: 230px;
  position: absolute;
  inset: 0;
}
.main-wrapper-bg-fixed {
  background-image: url('/cms/lineartown/img/bg_fixed_sp.png');
  background-size: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  position: fixed;
  inset: 0;
}
.main-wrapper .pc {
  display: none;
}
.main-inner {
  box-sizing: border-box;
  padding-inline: calc(20 / 414 * 100vw);
}
.main-inner > *:last-child {
  margin-bottom: 0;
}

/*------------------------------
 ページ
------------------------------*/
/* mv
------------------------------*/
.mv {
  --header-height: 56px;
  margin-top: var(--header-height);
  position: relative;
}
.mv img {
  max-width: 100%;
  vertical-align: bottom;
}
.mv__animation-layer {
  background-color: #fff;
  height: calc(100vh - var(--header-height));
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
.mv__animation-pc {
  display: none;
}
.mv__animation-sp {
  height: 100%;
  width: 100%;
}
.mv__animation-bg {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.mv__animation-bg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.mv__animation-ttl {
  margin-inline: auto;
  padding-top: calc(62 / 414 * 100vw);
  width: 100vw;
}
.mv__animation-txt1 {
  margin-top: calc(46 / 414 * 100vw);
  margin-left: calc(20 / 414 * 100vw);
  width: calc(238 / 414 * 100vw);
}
.mv__animation-txt2 {
  margin-top: calc(3 / 414 * 100vw);
  margin-left: calc(20 / 414 * 100vw);
  width: calc(192 / 414 * 100vw);
}
.mv__animation-txt3 {
  margin-top: calc(3 / 414 * 100vw);
  margin-left: calc(20 / 414 * 100vw);
  width: calc(333 / 414 * 100vw);
}
/* MVアニメーション管理 */
.mv__animation-bg,
.mv__animation-ttl,
.mv__animation-txt1,
.mv__animation-txt2,
.mv__animation-txt3 {
  opacity: 0;
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.mv__animation-layer {
  animation-name: fadeOut;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.mv__animation-bg {
}
.mv__animation-ttl {
  animation-delay: 1s;
}
.mv__animation-txt1 {
  animation-delay: 2s;
}
.mv__animation-txt2 {
  animation-delay: 3s;
}
.mv__animation-txt3 {
  animation-delay: 4s;
}
.mv__animation-layer {
  animation-delay: 5.5s;
}
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  to {
    opacity: 0;
  }
}
.mv__map {
  position: relative;
}
.mv__map-links {
  display: grid;
  gap: calc(15 / 414 * 100vw) calc(27 / 414 * 100vw);
  grid-template-columns: repeat(2, 1fr);
  margin-inline: auto;
  width: calc(343 / 414 * 100vw);
  position: absolute;
  top: calc(120 / 414 * 100vw);
  right: 0;
  left: 0;
}
.mv__map-links li {
}
.mv__map-links a {
  background-image: linear-gradient(to left bottom, #c2eff9 0%, #b4d9ff 100%);
  border-radius: 24px;
  box-shadow: 0px 3px 6px rgba(5, 73, 154, 0.4);
  color: #05499A;
  display: block;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-size: calc(16 / 414 * 100vw);
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  padding: 3px;
}
.mv__map-links a > span {
  background-color: #fff;
  background-image: url('/cms/lineartown/img/mv_link_arrow.png');
  background-size: calc(19 / 414 * 100vw);
  background-position: right calc(15 / 414 * 100vw) center;
  background-repeat: no-repeat;
  border-radius: 24px;
  display: block;
  padding-block: calc(14 / 414 * 100vw);
  padding-inline: calc(24 / 414 * 100vw) calc(40 / 414 * 100vw);
}

/* movie_banner
------------------------------*/
.movie_banner_block {
  padding-inline: calc(20 / 414 * 100vw);
  padding-bottom: calc(240 / 414 * 100vw);
  position: relative;
  z-index: 1;
}
.movie_banner {
  text-align: center;
  margin-top: calc(70 / 414 * 100vw);
  position: relative;
}
.movie_banner img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

/* topics
------------------------------*/
.topics {
  color: #333333;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
  margin: 0 20px 0px;
  position: relative;
}
.topics .pc {
  display: none;
}
.section__title {
  color: #05499A;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-weight: 500;
  font-size: 39px;
  text-align: center;
  position: absolute;
  top: -65px;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1.1;
}
.section__title span {
  font-size: 17px; 
}
.topics__title {
  color: #05499A;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 50px;
  text-align: center;
  background-image: url(/cms/lineartown/img/title_wavy_line_01_sp.png);
  background-size: 290px auto;
  background-position: bottom center;
  background-repeat: no-repeat;
  margin-bottom: 25px;
}

.topics__title-small {
  display: inline-block;
  position: relative;
  top: -4px;
  font-size: 16px;
  line-height: 26px;
}
.topics_link_buttons {
  display: grid;
  row-gap: calc(10 / 414 * 100vw);
}
.topics__inner + .topics_link_buttons {
  padding-inline: calc(57 / 414 * 100vw);
  margin-top: calc(60 / 414 * 100vw);
}
.topics_link_buttons img {
  max-width: 100%;
  vertical-align: bottom;
}
.topics_link_button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  color: #05499A;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-weight: 500;
  font-size: calc(14 / 414 * 100vw);
  letter-spacing: .1em;
  line-height: calc(24 / 14);
  text-align: center;
  text-decoration: none;
  background-color: #FFFFFF;
  border: 1px solid #05499A;
  border-radius: 100px;
  box-sizing: border-box;
  padding-block: calc(12 / 414 * 100vw);
  padding-inline: calc(30 / 414 * 100vw);
}
a.topics_link_button {
  text-decoration: none;
}
.topics_link_button:hover {
  background-color: #05499A;
  color: #fff;
}
.topics_link_button::before {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(22 / 414 * 100vw);
  width: calc(10 / 414 * 100vw);
  height: calc(10 / 414 * 100vw);
  border-top: calc(1.4 / 414 * 100vw) solid #05499A;
  border-right: calc(1.4 / 414 * 100vw) solid #05499A;
  transform: rotate(45deg);
  margin-top: calc(-1 * (5 / 414 * 100vw));
}
.topics_link_button:hover::before {
  border-top-color: currentColor;
  border-right-color: currentColor;
}
/*
.topics__item {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  border-bottom: 1px solid #E2E2E2;
  padding: 15px 10px 25px 10px;
  box-sizing: border-box;
}

.topics__item-link {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  width: 100%;
}

.topics__item-data {
  font-size: 15px;
  line-height: 26px;
  margin-right: 23px;
}

.topics__item-area {
  display: table;
  width: 180px;
  color: #05499A;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  overflow: hidden;
}

.topics__item-prefectures {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
  background-color: #EBF4FF;
  border-radius: 100px 0 0 100px;
  padding-top: 2px;
  box-sizing: border-box;
}

.topics__item-municipalities {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
  background-color: #FFFFFF;
  border: 2px solid #EBF4FF;
  border-radius: 0 100px 100px 0;
  padding-top: 2px;
  box-sizing: border-box;
}

.topics__item-text {
  width: 100%;
  font-size: 15px;
  line-height: 20px;
  margin-top: 12px;
} */

/* map
------------------------------*/
.map {
  width: 100%;
  margin-bottom: 100px;
}

.map__inner {
  position: relative;
  margin: 0 auto;
}

.map__item-box {
  display: flex;
  flex-flow: row-reverse wrap;
  justify-content: center;
  margin-bottom: 5px;
}

.map__item {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 12px;
  writing-mode: vertical-rl;
  margin-left: 18px;
}
.map__item:last-of-type {
  margin-left: 0;
}

a.map__item-link {
  display: inline-block;
  position: relative;
  color: #333333;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-weight: 500;
  text-decoration: none;
  padding-right: 2px;
  box-sizing: border-box;
}
a.map__item-link:link, a.map__item-link:visited {
  text-decoration: none;
}
.map__item-link::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0.5px;
  height: 90%;
  background-color: #707070;
  transition: height 0.1s ease 0s;
}
.map__item-link:hover {
  text-decoration: none;
}

.map__image-box {
  width: 100%;
}

.map__image {
  width: 100%;
  height: auto;
}

/* content
------------------------------*/
.content {
  margin: 0 auto calc(60 / 414 * 100vw);
}
.content__inner {
  position: relative;
  margin: 0 auto;
}
.content-box {
  background-color: #B5D9FF;
  border-radius: 20px;
  padding: 3px;
}
.content-box__inner {
  background-color: #fff;
  background-repeat: no-repeat, no-repeat;
  border-radius: 17px;
  padding-block: calc(30 / 414 * 100vw) calc(40 / 414 * 100vw);
  padding-inline: calc(20 / 414 * 100vw);
  position: relative;
  z-index: 1;
}
.content-box__text-column {
}
.content#tokyo .content-box__inner {
  background-image:
    url('/cms/lineartown/img/wavy_line_left.png'),
    url('/cms/lineartown/img/map_tokyo_sp.png');
  background-size:
    calc(600 / 414 * 100vw),
    calc(360 / 414 * 100vw);
  background-position:
    left calc(-1 * (215 / 414 * 100vw)) top calc(34 / 414 * 100vw),
    center top calc(140 / 414 * 100vw);
}
.content#tokyo .content__title {
  margin-bottom: calc(190 / 414 * 100vw);
}
.content#kanagawa .content-box__inner {
  background-image:
    url('/cms/lineartown/img/wavy_line_right.png'),
    url('/cms/lineartown/img/map_kanagawa_sp.png');
  background-size:
    calc(600 / 414 * 100vw),
    calc(330 / 414 * 100vw);
  background-position:
    right calc(-1 * (215 / 414 * 100vw)) top calc(20 / 414 * 100vw),
    center top calc(174 / 414 * 100vw);
}
.content#kanagawa .content__title {
  margin-bottom: calc(290 / 414 * 100vw);
}
.content#yamanashi .content-box__inner {
  background-image:
    url('/cms/lineartown/img/wavy_line_left.png'),
    url('/cms/lineartown/img/map_yamanashi_sp.png');
  background-size:
    calc(600 / 414 * 100vw),
    calc(340 / 414 * 100vw);
  background-position:
    left calc(-1 * (215 / 414 * 100vw)) top calc(34 / 414 * 100vw),
    center top calc(156 / 414 * 100vw);
}
.content#yamanashi .content__title {
  margin-bottom: calc(340 / 414 * 100vw);
}
.content#shizuoka .content-box__inner {
  background-image:
    url('/cms/lineartown/img/wavy_line_right.png'),
    url('/cms/lineartown/img/map_shizuoka_sp.png');
  background-size:
    calc(600 / 414 * 100vw),
    calc(350 / 414 * 100vw);
  background-position:
    right calc(-1 * (215 / 414 * 100vw)) top calc(20 / 414 * 100vw),
    center top calc(174 / 414 * 100vw);
}
.content#shizuoka .content__title {
  margin-bottom: calc(270 / 414 * 100vw);
}
.content#nagano .content-box__inner {
  background-image:
    url('/cms/lineartown/img/wavy_line_left.png'),
    url('/cms/lineartown/img/map_nagano_sp.png');
  background-size:
    calc(600 / 414 * 100vw),
    calc(276 / 414 * 100vw);
  background-position:
    left calc(-1 * (215 / 414 * 100vw)) top calc(34 / 414 * 100vw),
    center top calc(174 / 414 * 100vw);
}
.content#nagano .content__title {
  margin-bottom: calc(430 / 414 * 100vw);
}
.content#gifu .content-box__inner {
  background-image:
    url('/cms/lineartown/img/wavy_line_right.png'),
    url('/cms/lineartown/img/map_gifu_sp.png');
  background-size:
    calc(600 / 414 * 100vw),
    calc(300 / 414 * 100vw);
  background-position:
    right calc(-1 * (215 / 414 * 100vw)) top calc(20 / 414 * 100vw),
    center top calc(164 / 414 * 100vw);
}
.content#gifu .content__title {
  margin-bottom: calc(340 / 414 * 100vw);
}
.content#aichi .content-box__inner {
  background-image:
    url('/cms/lineartown/img/wavy_line_left.png'),
    url('/cms/lineartown/img/map_aichi_sp.png');
  background-size:
    calc(600 / 414 * 100vw),
    calc(350 / 414 * 100vw);
  background-position:
    left calc(-1 * (215 / 414 * 100vw)) top calc(34 / 414 * 100vw),
    center top calc(170 / 414 * 100vw);
}
.content#aichi .content__title {
  margin-bottom: calc(360 / 414 * 100vw);
}

.content__number {
  color: #FF641B;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-weight: 500;
  font-size: calc(20 / 414 * 100vw);
  line-height: 1.5;
  margin-bottom: calc(30 / 414 * 100vw);
}

.content__number-small {
  font-size: calc(14 / 414 * 100vw);
}

.content__title {
  color: #05499A;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-weight: 500;
  font-size: calc(40 / 414 * 100vw);
  line-height: calc(40 / 30);
  text-align: center;
  margin-bottom: calc(10 / 414 * 100vw);
}

.content__title-english {
  display: block;
  font-size: calc(14 / 414 * 100vw);
  letter-spacing: 2px;
  margin-top: 2px;
}

.content__item-box {
  margin: 0 auto 10px;
}

.content__item {
  display: inline-block;
  margin: 0 5px 12px 0;
}

.content__item a {
  text-decoration: none;
}

.content__item-text {
  display: block;
  color: #05499A;
  font-size: calc(15 / 414 * 100vw);
  line-height: 2;
  background-color: #EBF4FF;
  border-radius: 100px;
  padding: 0 calc(20 / 414 * 100vw);
  box-sizing: border-box;
}

.content__text-box {
  margin-bottom: calc(40 / 414 * 100vw);
}

.content__text {
  font-size: calc(15 / 414 * 100vw);
  line-height: 2;
}

.content__button {
  width: calc(300 / 414 * 100vw);
  margin: 0 auto;
}

.content__button-link {
  display: block;
  position: relative;
  width: 100%;
  color: #05499A;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-weight: 500;
  font-size: calc(18 / 414 * 100vw);
  line-height: calc(50 / 18);
  text-align: center;
  text-decoration: none;
  background-color: #FFFFFF;
  border: 1px solid #05499A;
  border-radius: 100px;
  box-sizing: border-box;
}
a.content__button-link {
  text-decoration: none;
}
.content__button-link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(22 / 414 * 100vw);
  width: calc(10 / 414 * 100vw);
  height: calc(10 / 414 * 100vw);
  border-top: calc(1.4 / 414 * 100vw) solid #05499A;
  border-right: calc(1.4 / 414 * 100vw) solid #05499A;
  transform: rotate(45deg);
  margin-top: calc(-1 * (5 / 414 * 100vw));
}

/* related-sites
------------------------------*/
.related-sites {
  padding-top: 30px;
  margin: 0 auto 100px;
}

.related-sites__inner {
  width: 100%;
}

.related-sites__title {
  color: #05499A;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 40px;
  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;
}

.related-sites__title-small {
  display: inline-block;
  position: relative;
  top: -4px;
  font-size: 16px;
}

.related-sites__item-box {
  max-width: 350px;
  margin: 0 auto;
}

.related-sites__item {
  margin-bottom: 40px;
}
.related-sites__item:last-of-type {
  margin-bottom: 0;
}

.related-sites__text {
  color: #05499A;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 20px;
}

.related-sites__button {
  width: 100%;
}

.related-sites__button-link {
  display: block;
  position: relative;
  width: 100%;
  color: #05499A;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
  background-color: #FFFFFF;
  border: 1.2px solid #05499A;
  border-radius: 120px;
  box-sizing: border-box;
}
.related-sites__button-link::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 14.5px;
  height: 13px;
  background-image: url(/cms/lineartown/img/icon_another_window_sp.png);
  background-size: 100% auto;
  background-position: top left;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}
/****************
改修
**********************/
/* navi
------------------------------*/
body.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
#header {
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
}
#header.fixed {
  position: fixed;
}
.header_linearLogo {
  width: calc(396px / 2);
}
.header_linearLogo img {
  width: 100%;
}
.header_inner {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 56px;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  box-shadow: 1px 1px 2px rgb(0,0,0,0.3);
}
.header_linearLogo {
  width: calc(396px / 2);
  display: flex;
  align-items: center;
}
.navi {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 14px;
}
.menu-icon div {
  width: 24px;
  height: 2px;
  background-color: #05499A;
  margin: 6px 0;
  transition: 0.4s;
}

.navi_ttl {
position: relative;
font-size: 20px;
z-index: 2;
}
.navi_under {
transition: all 0.5s;
transform: translateY(-101%);
position: absolute;
width: 100%;
}
.navi_bottom {
  background-color: #EBF4FF;
  padding: 16px 20px;
  z-index: 1;
  position: relative;
}
.navi_bottom_inner {
border-radius: 10px;
  /* display: flex; */
  background-color: #ffffff;
  padding: 0px 10px 20px;
}
.navi_top {
  height: 100px;
  transform: translate(0px, 0%);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  /* margin: 0 auto; */
  width: 100%;
  text-align: center;
}
.navi_top::before {
content: "";
  background-image: url(/cms/lineartown/img/header_img_01_sp.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: calc(208px / 2);
  height: calc(196px / 2);
  z-index: 1;
  left: 50%;
  top: 0px;
  position: absolute;
  transform: translate(calc(-100% - 20px), 0px);
}
.navi_itemBox {
display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
.navi_itemBox li {
  writing-mode: vertical-rl;
}
.navi_itemBox a {

  text-decoration: none;
  border-right: 1px solid #707070;
  padding-right: 3px;
  padding: 10px 5px;
  text-decoration: none;
  font-size: 20px;
  display: block;
  color: #000000;
  position: relative;
}
.navi__background {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
}
.movie {
  margin-top: 10px;
}
.movie a{
  position: relative;
  /* height: 100px; */
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #000000;
  justify-content: center;
  background-color: #ffffff;
  padding: 30px 10px;
  margin-top: 20px;
  border-radius: 10px;
  text-decoration: none;
}
.movie a::before {
  display: none;
content: "";
  background-image: url(/cms/lineartown/img/icon_movie_sp.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: calc(90px / 2);
  height: calc(90px / 2);
  z-index: 1;
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(calc(-100% - 100px), -50%);
}
.navi_close_btn {
  text-align: center;
  cursor: pointer;
  padding: 10px;
  margin-top: 10px;
  font-size: 16px;
}
/* navi オープン時
------------------------------*/
body.is-fixed .bar1 {
  transform: rotate(-45deg) translate(-5px, 5px);
}

body.is-fixed .bar2 {
  opacity: 0;
}

body.is-fixed .bar3 {
  transform: rotate(45deg) translate(-6px, -6px);
}

.is-open.navi_under {
transform: translateY(0%);
}
.is-open .navi__background {
  display: block;
}

/****************
追従sns
**********************/
.fixedbtn {
  position: fixed;
  right: 0;
  top: 80%;
  z-index: 10;
}
.fixedbtn .sns-icon {
  position: relative;
}
.fixedbtn .fixedMenu_item {
  position: relative;
  background-color: #EBF4FF;
  border-radius: 10px 0 0 10px;
  color: #05499A;
  width: 70px;
  display: block;
  height: 80px;
  text-align: center;
  padding-top: 47px;
  box-sizing: border-box;
  font-size: 10px;
  line-height: 1.4;
  box-shadow: 4px 3px 5px rgba(0, 0, 0, 0.3);
  text-decoration: none;
}
.fixedbtn .fixedMenu_item::before {
  content: "";
  background-image: url(/cms/lineartown/img/icon_sns_01_sp.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: calc(74px / 2);
  height: calc(74px / 2);
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translate(-50%, 0%);
}
.fixedbtn .sns-close_btn_box {
  position: absolute;
  top: -10px;
  left: -10px;
}
.fixedbtn .sns-close_btn {
  position: relative;
  width: 25px;
  height: 25px;
  background-color: #ffffff;
  border: 1px solid #000000;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.fixedbtn .sns-close_btn::after {
  content: '×';
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/****************
追従アンカーリンク
**********************/
.fixed-nav {
  display: none; /* SPでは非表示 */
}

/****************
トピックス
**********************/
.topics {
  width: 100%;
  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 0px;
  padding: calc(50 / 414 * 100vw) 0;
  box-sizing: border-box;
  /* overflow: hidden; */
}
.topics__item {
  margin: 10px 20px;
  box-sizing: border-box;
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.16);
  position: relative;
}
.topics__item .smzpreview-article_data_status {
  position: absolute;
  height: auto;
  top: 10px;
}
.topics__item a {
  color: #313131;
  text-decoration: none;
}
.topics__item-img {
  margin: 0;
  display: block; /* 必要に応じて調整可能 */
  width: 100%; /* レスポンシブ対応 */
  aspect-ratio: 374 / 258; /* 縦横比を固定 */
  overflow: hidden; /* 余分な部分を隠す */
  position: relative; /* 内部要素の配置に役立つ */
}

.topics__item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* 画像が枠を埋める形で表示される */
  object-position: center; /* 画像を中央基準に配置 */
  border-radius: 10px 10px 0 0;
}
.topics__item-wrapper {
  padding: 25px 14px;
  position: relative;
}
.topics__item-area {
  font-size: 15px;
  display: flex;
  position: absolute;
  top: -16px;
}
.topics__item-prefectures {
  color: #05499A;
  font-size: 15px;
  background-color: #EBF4FF;
  border-radius: 100px 0 0 100px;
  padding: 5px 10px;
  box-sizing: border-box;
  border: 2px solid #EBF4FF;
}

.topics__item-municipalities {
  color: #05499A;
  font-size: 15px;
  background-color: #FFFFFF;
  border: 2px solid #EBF4FF;
  border-radius: 0 100px 100px 0;
  padding: 5px 10px;
  box-sizing: border-box;
}

.topics__item-text {
  font-size: 15px;
  line-height: 30px;
}
.topics__item-data {
  text-align: right;
  font-size: 15px;
}
#block-updates .navipage_ {
  display: none;
}

/* slick */
.slide__prevArrow,
.slide__nextArrow {
  display: block;
  position: absolute;
  top: 100%;
  width: 35px;
  height: 35px;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
}

.slick-dots {
  display: block;
  width: 100%;
  font-size: 0;
  line-height: 0;
  text-align: center;
  margin-top: 22px;
}

.slick-dots li {
  display: inline-block;
  margin-right: 8px;
}
.slick-dots li:last-of-type {
  margin-right: 0;
}
.slick-dots li:first-of-type:last-of-type {
  display: none;
}

.slick-dots li button {
  width: 14px;
  height: 14px;
  font-size: 0;
  line-height: 0;
  background-color: #FFFFFF;
  border: 1.2px solid #05499A;
  border-radius: 50%;
  padding: 0;
  box-sizing: border-box;
  cursor: pointer;
}

.slick-dots li.slick-active button {
  background-color: #05499A;
}

.slide__prevArrow {
  left: 17.5px;
}

.slide__nextArrow {
  right: 17.5px;
}
/****************
JR東海のトピックス
**********************/
.topics.central {
  display: none;

    /* background-image: url(/cms/lineartown/img/skyblue_background_sp.png); */
    background-image: url(/cms/lineartown/img/slope_gray_background_sp.jpg);
    background-size: cover;
    background-repeat: repeat-y;
    margin-top: -10px;
    background-position-y: -458px;
}
.topics.central .smzpreview-article_data_status {
    top: -225px;
}
.topics.central a {
    color: #313131;
    text-decoration: none;
}
.topics.central .topics__item-thumbnail {
    margin: 0;
    display: block;
    width: 100%;
    aspect-ratio: 374 / 258;
    overflow: hidden;
    position: relative;
}

.topics.central .topics__item-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 10px 10px 0 0;
}

.topics.central .topics__item-inner {
    padding: 20px;
    position: relative;
    
}
.topics__item-data .topics__item-icon {
    color: #05499A;
    font-size: 15px;
    background-color: #FFFFFF;
    border: 2px solid #EBF4FF;
    border-radius: 20px;
    padding: 5px 10px;
    box-sizing: border-box;
    position: absolute;
    top: -16px;
    left: 20px;
}
.topics__item-data span.topics__item-date {
    position: absolute;
    right: 20px;
    bottom: 20px;
}
.topics.central .topics__item-title {
    font-size: 15px;
    line-height: 30px;
}


.topics.central .topics__item-description,
.topics.central .topics__item-link,
.topics.central .topics__button {
    display: none;
}
/****************
関連サイト
**********************/
.related-sites__item-box.swiper-wrapper {
  max-width: 100%;
  margin: 0 auto;
}
.swiper-slide {
width: 100%;
text-align: center;
}
.connections-sites {
  margin: 0 0 100px;
}
.connections-sites__title {
  color: #05499A;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 50px;
  text-align: center;
  background-image: url(/cms/lineartown/img/title_wavy_line_01_sp.png);
  background-size: 290px auto;
  background-position: bottom center;
  background-repeat: no-repeat;
  margin-bottom: 25px;
}
.connections-sites .swiper-container {
  overflow: hidden;
}
.connections-sites .swiper-wrapper {
  transition-timing-function: linear;
}

.connections-sites .swiper-slide {
  padding: 5px 0;
  width: calc(50% - 30px); /* スライドの幅を調整し、見切れるように設定 */
  /* margin-right: 30px; /* スライド間のスペースを設定 */
}
.connections-sites .connections-sites__item a {
  width: calc(300px / 2);
  height: calc(202px / 2);
  display: inline-block;
}
.connections-sites .connections-sites__item a img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  box-shadow: 0px 0px 4px 1px rgb(0 0 0 / 10%);
}
/****************
フッター
**********************/
footer {
  padding-top: 0px;
  text-align: center;
  border-top: none;
}
.block-footernav ul.block-footernav--item-list * {
  box-sizing: border-box;
  text-decoration: none;
}
footer #copyright {
  padding: 0px;
  font-size: 10px;
  border-top: none;
}
/****************
注意事項（フッター上）
**********************/
.notes-txt {
  text-align: center;
  font-size: 14px;
  margin-bottom: 20px;
}

/****************
アニメーション
**********************/
.fadeupin.will-animate {
  opacity: 0;
  transform: translateY(24px);
  will-change: opacity, transform;
}
.fadeupin.will-animate.is-inview {
  animation: fadeUpIn 600ms ease-out forwards;
}
@keyframes fadeUpIn {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}