@charset "UTF-8";
html {
  scroll-behavior: smooth;
}
body {
  -webkit-font-smoothing: antialiased;
}
@media screen and (min-width: 830px) {
  body {
    position: relative;
  }
}
img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media screen and (max-width: 830px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 830px) {
  .sp {
    display: none !important;
  }
}
a,
abbr,
address,
article,
aside,
blockquote,
canvas,
caption,
cite,
code,
dd,
details,
dt,
fieldset,
figcaption,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
label,
legend,
li,
p,
pre,
table,
tbody,
td,
tfoot,
th,
thead,
tr {
  word-wrap: break-word;
  color: #303030;
  font-family: Arial, Droid Sans, Roboto, Hiragino Kaku Gothic ProN,
    'ヒラギノ角ゴ ProN', Hiragino Kaku Gothic Pro, 'ヒラギノ角ゴ Pro',
    'ヒラギノ角ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3',
    HiraKakuProN-W3, 'メイリオ', Meiryo, '游ゴシック体', YuGothic,
    'ＭＳ Ｐゴシック', sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5em;
  list-style-type: none;
}
html:root {
  --border-color: #c0c0c0;
  --pcSize: 1070px;
}
html:root {
  --color-def: #303030;
  --color-sun: #ff3000;
  --color-sat: #0060ff;
  --color-sun--dark: #ff6060;
  --color-sat--dark: #60a0ff;
  --color-link: #3569c0;
  --color-border: #dfe4f0;
  --color-bg--gray01: #f9f9f9;
  --color-bg--gray02: #eef1f8;
  --color-temp--high: #f64d00;
  --color-temp--low: #0075f3;
  --size-pc: 1070px;
  --shadow-base: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  --radius-base: 8px;
}
.text-center {
  text-align: center;
}
@media screen and (max-width: 830px) {
  .block .titleArea {
    margin-bottom: -10px;
  }
}
@media screen and (min-width: 830px) {
  .block .titleArea {
    margin-bottom: -5px;
  }
}
.titleArea {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.title01 {
  font-size: 21px;
  font-weight: 700;
}
.title02 {
  font-size: 19px;
  font-weight: 700;
}
@media screen and (max-width: 830px) {
  .title01 {
    padding-left: 10px;
  }
  .title02 {
    padding-left: 10px;
  }
}
.index__tit {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}
@media screen and (min-width: 830px) {
  .bigButton {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .bigButton__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    gap: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: #f0f3f9;
    font-weight: 700;
  }
  .bigButton__link:before {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 100px;
    background-image: url('https://weathernews.jp/onebox/img/arrow_bigButton.svg');
    background-size: cover;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
    content: '';
  }
}
@media screen and (max-width: 830px) {
  .bigButton {
    margin-right: 10px;
    text-align: right;
  }
  .bigButton__link {
    color: #3569c0;
    font-weight: 700;
    text-decoration: underline;
  }
}
#outer {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  max-width: var(--pcSize);
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 830px) {
  #outer {
    gap: 20px;
    margin-bottom: 0;
    margin-top: 10px;
  }
}
@media screen and (max-width: 830px) {
  #outer {
    gap: 10px;
    margin-bottom: 0;
    margin-top: 10px;
  }
}
#wrapper {
  gap: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 830px) {
  #wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: flex-start;
    justify-content: space-between;
    max-width: var(--pcSize);
    margin-right: auto;
    margin-bottom: 80px;
    margin-left: auto;
  }
}
@media screen and (max-width: 830px) {
  #wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 50px;
  }
}
#main {
  max-width: 740px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  gap: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 1;
  flex-direction: column;
  width: calc(100% - 330px);
}
#main .block {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  gap: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
#main .block.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.blueArea {
  background-color: #f0f3f9;
}
@media screen and (min-width: 830px) {
  .blueArea {
    padding: 30px;
  }
}
@media screen and (max-width: 830px) {
  .blueArea {
    margin-right: 10px;
    margin-left: 10px;
    padding: 15px;
  }
}
.list-pan {
  -webkit-box-align: center;
  -ms-flex-align: center;
  gap: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: 100%;
  scrollbar-width: none;
  overflow-x: scroll;
  font-size: 0px;
  white-space: nowrap;
}
.list-pan__item {
  position: relative;
  white-space: nowrap;
}
.list-pan__item:not(:last-child):after {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: -16px;
  width: 0;
  height: 0;
  transform: translateY(-50%);
  border: 0.35em solid transparent;
  border-right: 0em;
  border-left: 0.35em solid #999;
  content: '';
}
.list-pan__item,
.list-pan__item > * {
  font-size: 13px;
}
.list-pan__item a {
  color: #3569c0;
  font-weight: 600;
  text-decoration: underline;
}
@media screen and (max-width: 830px) {
  .list-pan {
    gap: 20px;
    padding: 5px 10px 0 10px;
  }
  .list-pan__item {
    font-size: 12px;
    line-height: 1em;
  }
  .list-pan__item:not(:last-child):not(:nth-last-child(2)):after {
    right: -12px;
  }
  .list-pan__item > * {
    display: block;
    padding: 2px 14px;
    border-radius: 6px;
    background-color: #f0f3f9;
    font-size: 10px;
  }
}
.newsArea {
  border-radius: 100px;
  background-color: #f0f3f9;
}
.newsArea__title {
  border-radius: 100px;
  color: #fff;
  font-weight: 700;
  line-height: 1em;
  white-space: nowrap;
}
.newsArea__inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  gap: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.newsArea__content {
  overflow: hidden;
}
.newsArea__content > * {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newsArea__text > * {
  line-height: 1em;
}
.newsArea__text a {
  font-weight: 700;
  text-decoration: underline;
}
@media screen and (min-width: 830px) {
  .newsArea {
    padding: 8px;
  }
  .newsArea__inner {
    gap: 10px;
  }
  .newsArea__title {
    padding: 5px 10px;
    font-size: 13px;
  }
  .newsArea__text > * {
    font-size: 14px;
  }
}
@media screen and (max-width: 830px) {
  .newsArea {
    margin: 0 10px;
    padding: 5px;
  }
  .newsArea__inner {
    gap: 5px;
  }
  .newsArea__title {
    padding: 5px;
    font-size: 11px;
  }
  .newsArea__text > * {
    font-size: 13px;
  }
}
.wTableWeek {
  -webkit-box-align: start;
  -ms-flex-align: start;
  gap: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: flex-start;
  width: 100%;
}
@media screen and (max-width: 830px) {
  .wTableWeek:after {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 100%;
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(rgba(0, 0, 0, 0)),
      to(rgba(0, 0, 0, 0.35))
    );
    background: linear-gradient(
      to right,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0.35)
    );
    content: '';
  }
}
.wTableWeek * {
  font-weight: 700;
}
.wTableWeek .wIcon {
  width: 100%;
  max-width: 52px;
}
.wTableWeek .small {
  font-size: 12px;
}
.wTableWeek a {
  color: #3569c0;
  text-decoration: underline;
}
.wTableWeek .h {
  color: #f64d00;
}
.wTableWeek .l {
  color: #0075f3;
}
.wTableWeek .sat {
  color: #0060ff;
}
.wTableWeek .sun {
  color: #ff3000;
}
.wTableWeek__head {
  position: relative;
  width: 90px;
}
@media screen and (max-width: 830px) {
  .wTableWeek__head:after {
    display: block;
    position: absolute;
    top: 0;
    right: -10px;
    width: 10px;
    height: 100%;
    background: -webkit-gradient(
      linear,
      right top,
      left top,
      from(rgba(0, 0, 0, 0)),
      to(rgba(0, 0, 0, 0.25))
    );
    background: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25));
    content: '';
  }
}
.wTableWeek__head .wTableWeek__item.date {
  background: 0 0;
}
.wTableWeek__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-box-align: start;
  -ms-flex-align: start;
  gap: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 1;
  align-items: flex-start;
  overflow-x: scroll;
}
@media screen and (min-width: 830px) {
  .wTableWeek__content .wTableWeek__group {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .wTableWeek__content::-webkit-scrollbar {
    width: 8px;
    height: 8px;
  }
  .wTableWeek__content::-webkit-scrollbar-track {
    border-radius: 100px;
    background-color: #fff;
  }
  .wTableWeek__content::-webkit-scrollbar-thumb {
    border: 0 solid transparent;
    border-radius: 100px;
    background: #ccc;
  }
}
.wTableWeek__group.sat .wTableWeek__item.date {
  color: #0060ff;
}
.wTableWeek__group.sat .wTableWeek__item:nth-child(even) {
  background-color: rgba(0, 96, 255, 0.05);
}
.wTableWeek__group.sat .wTableWeek__item:nth-child(odd) {
  background-color: rgba(0, 96, 255, 0.1);
}
.wTableWeek__group.sun .wTableWeek__item.date {
  color: #ff3000;
}
.wTableWeek__group.sun .wTableWeek__item:nth-child(even) {
  background-color: rgba(255, 48, 0, 0.05);
}
.wTableWeek__group.sun .wTableWeek__item:nth-child(odd) {
  background-color: rgba(255, 48, 0, 0.1);
}
.wTableWeek__item {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
  padding: 0 5px;
  border-bottom: 2px solid #fff;
}
.wTableWeek__item:nth-child(even) {
  background-color: #fafcfe;
}
.wTableWeek__item:nth-child(odd) {
  background-color: #f0f3f6;
}
.wTableWeek__item * {
  line-height: 1em;
}
.wTableWeek__item.date {
  height: 32px;
}
.wTableWeek__inner > * {
  display: block;
  text-align: center;
}
.wTableWeek__inner > :not(:last-child) {
  margin-bottom: 5px;
}
.zenkokuAreaList {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.zenkokuAreaList__area {
  gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.zenkokuAreaList__group {
  -ms-flex-wrap: wrap;
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.zenkokuAreaList__group.area .zenkokuAreaList__item {
  min-width: 4em;
  text-align: center;
}
.zenkokuAreaList__group.area .zenkokuAreaList__link:before {
  content: '[';
}
.zenkokuAreaList__group.area .zenkokuAreaList__link:after {
  content: ']';
}
.zenkokuAreaList__link {
  color: #3569c0;
  white-space: nowrap;
}
.linkList01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.linkList01 .linkList__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.linkList01 .linkList__title {
  margin-bottom: 5px;
  font-weight: 700;
  line-height: 1em;
}
.linkList01 .linkList__thumb {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.linkList01 .linkList__thumb:before {
  display: block;
  padding-top: 100%;
  content: '';
}
.linkList01 .linkList__thumb > * {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 830px) {
  .linkList01 {
    gap: 15px;
  }
}
@media screen and (max-width: 830px) {
  .linkList01 {
    gap: 5px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .linkList01 .linkList__item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .linkList01 .linkList__title {
    font-size: 13px;
  }
}
.youtubeArea .youtube {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.youtubeArea .youtube:after {
  -webkit-transform: translate(-50%, -50%);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  transform: translate(-50%, -50%);
  background-image: url('https://smtgvs.cdn.weathernews.jp/wnl/img/icon_start.svg');
  background-size: cover;
  content: '';
}
.youtubeArea .youtube:before {
  display: block;
  padding-top: 56.25%;
  content: '';
}
.youtubeArea .youtube > * {
  -o-object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 830px) {
  .youtubeArea {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.tag-list-area {
  -ms-flex-wrap: wrap;
  gap: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: 5px;
}
.tag-list-area > * {
  display: block;
  padding: 7px 12px;
  border-radius: 4px;
  background-color: #f3f3f3;
  font-size: 13px;
  line-height: 1em;
}
.topics_item {
  display: block;
  border-top: 1px solid #f0f0f0;
}
.topics_item > * {
  color: #3569c0;
  font-weight: 600;
  display: block;
  padding: 8px 10px;
}
#sticky_pc {
  width: 100%;
  min-height: 50px;
  background-color: #fff;
  transform: translateY(100px);
  display: block;
}
#sticky_pc.show {
  position: fixed;
  text-align: center;
  display: block;
  bottom: 0;
  animation: slideIn 0.5s ease-out 1s 1 forwards;
  -webkit-animation: slideIn 0.5s ease-out 1s 1 forwards;
}
#sticky_pc.hide {
  opacity: 1;
  animation: slideOut 0.5s ease-out 0s 1 forwards;
  -webkit-animation: slideOut 0.5s ease-out 0s 1 forwards;
}
@keyframes slideIn {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideOut {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(100px);
    opacity: 0;
    display: none;
  }
}
.blueArea {
  padding: 15px;
  border-radius: var(--radius-base);
  background-color: var(--color-bg--gray02);
}
.areaList {
  -ms-flex-wrap: wrap;
  gap: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.areaList.flex-col {
  gap: 20px;
}
.areaList__area {
  gap: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.areaList__pref {
  gap: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.areaList__group {
  -ms-flex-wrap: wrap;
  gap: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.areaList__group.area {
  width: 4em;
}
.areaList__group.pref {
  width: fit-content;
}
.areaList__subdivision {
  color: #303030;
  font-weight: 700;
}
.areaList__button > * {
  -webkit-box-shadow: var(--shadow-base);
  display: block;
  padding: 7px 10px;
  border-radius: var(--radius-base);
  background-color: #fff;
  box-shadow: var(--shadow-base);
  font-size: 13px;
  font-weight: 700;
  line-height: 1em;
}
@media screen and (max-width: 830px) {
  .areaList__button > * {
    font-size: 12px;
    letter-spacing: 0.025em;
  }
}
.text-center {
  text-align: center;
}
.text-link {
  color: var(--color-link);
  font-weight: 700;
  text-decoration: underline;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.flex-1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.flex-line > * {
  position: relative;
}
.flex-line > :not(:last-child):after {
  display: block;
  position: absolute;
  top: 0;
  right: -10px;
  width: 1px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  content: '';
}
.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-col-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.wTableTime {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  height: 245px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-base);
  background-color: var(--color-bg--gray01);
}
@media screen and (min-width: 830px) {
  .wTableTime {
    margin-bottom: 40px;
  }
}
.wTableTime:after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0)),
    to(rgba(0, 0, 0, 0.1))
  );
  background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
  content: '';
}
.wTableTime__tbody,
.wTableTime__thead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.wTableTime__thead {
  -webkit-box-shadow: 2px 0 6px 0 rgba(0, 0, 0, 0.15);
  z-index: 2;
  position: absolute;
  top: 0;
  width: 70px;
  background: var(--color-bg--gray02);
  box-shadow: 2px 0 6px 0 rgba(0, 0, 0, 0.15);
}
.wTableTime__thead * {
  font-weight: 700;
}
.wTableTime__thead .small {
  font-size: 13px;
}
.wTableTime__tbody {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  position: relative;
  flex: 1;
  width: 100%;
  margin-left: 70px;
  overflow-x: scroll;
  font-size: 0;
  white-space: nowrap;
}
.wTableTime__group {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.wTableTime__group:nth-child(even) {
  background-color: var(--color-bg--gray02);
}
.wTableTime__group .wTableTime__content {
  background-color: var(--color-bg--gray01);
}
.wTableTime__group:not(:first-child) {
  border-left: 1px solid var(--color-border);
}
.wTableTime__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 1;
  border-top: 1px solid var(--color-border);
}
.wTableTime__tr {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
}
.wTableTime__tr:not(:last-child) {
  border-right: 1px solid var(--color-border);
}
.wTableTime__td {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 48.6px;
}
.wTableTime__td:not(:first-child) {
  border-top: 1px solid var(--color-border);
}
.wTableTime__td .small {
  display: block;
}
.wTableTime__td > * {
  line-height: 1em;
  text-align: center;
}
.wTableTime__td.date * {
  font-weight: 700;
}
.wTableTime__td.sat > * {
  color: var(--color-sat);
}
.wTableTime__td.sun > * {
  color: var(--color-sun);
}
.wTableTime__td.date,
.wTableTime__td.time {
  height: 24.5px;
}
.wTableTime__thead .wTableTime__td.date,
.wTableTime__thead .wTableTime__td.time {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.wTableTime__thead .wTableTime__td {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}
.wTableTime__tbody .wTableTime__td {
  width: 67px;
}
.wTableTime__tbody .wTableTime__td.date {
  padding-inline: 5px;
  position: sticky;
  left: 0;
}
.wTableTime__tbody .wTableTime__td.date > * {
  font-size: 13px;
}
.wTableTime__tbody .wTableTime__td.wind {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.wTableTime .wIcon {
  width: 100%;
  max-width: 50px;
}
.wTableTime .wdir {
  display: block;
  width: 14px;
  height: 14px;
  margin: 0 auto 3px;
  margin-right: auto;
  margin-left: auto;
  vertical-align: middle;
}
.wTableTime .wdir img {
  width: 100%;
  height: 100%;
}
.wTableWeek02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  height: 245px;
  overflow: hidden;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-base);
  background-color: var(--color-bg--gray01);
}
.wTableWeek02__tbody,
.wTableWeek02__thead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.wTableWeek02__thead {
  -webkit-box-shadow: 2px 0 6px 0 rgba(0, 0, 0, 0.15);
  z-index: 2;
  position: absolute;
  top: 0;
  width: 70px;
  background: #f0f3f6;
  box-shadow: 2px 0 6px 0 rgba(0, 0, 0, 0.15);
}
.wTableWeek02__thead * {
  font-weight: 700;
}
.wTableWeek02__thead .small {
  font-size: 13px;
}
.wTableWeek02__tbody {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 70px;
  overflow-x: scroll;
}
.wTableWeek02__tr {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
}
.wTableWeek02__tr:not(:last-child) {
  border-right: 1px solid var(--color-border);
}
.wTableWeek02__td {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.wTableWeek02__td:not(:last-child) {
  border-bottom: 1px solid var(--color-border);
}
.wTableWeek02__td .small {
  display: block;
}
.wTableWeek02__td > * {
  line-height: 1em;
  text-align: center;
}
.wTableWeek02__td.date {
  padding-block: 8px;
}
.wTableWeek02__td.date * {
  font-weight: 700;
}
.wTableWeek02__td.sat > * {
  color: var(--color-sat);
}
.wTableWeek02__td.sun > * {
  color: var(--color-sun);
}
.wTableWeek02 .wIcon {
  width: 100%;
  max-width: 50px;
}
@media screen and (max-width: 830px) {
  .wTableWeek02:after {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 8px;
    height: 100%;
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(rgba(0, 0, 0, 0)),
      to(rgba(0, 0, 0, 0.14))
    );
    background: linear-gradient(
      to right,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0.14)
    );
    content: '';
  }
  .wTableWeek02__tbody .wTableWeek02__td {
    width: 67px;
  }
}
.detailLink {
  text-align: right;
  margin-top: 10px;
  margin-bottom: 10px;
}
.detailLink > * {
  display: inline-block;
  position: relative;
  padding-right: 20px;
  color: #3569c0;
  font-weight: 600;
  text-decoration: underline;
}
[class*='button']:hover {
  cursor: pointer;
}
.button01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: right;
}
.button01.page-link-small > * {
  background-color: var(--color-bg--gray02);
  color: var(--color-link);
}
.button01.page-link-large > * {
  background-color: var(--color-bg--gray02);
  color: var(--color-link);
  padding: 8px 20px 5px 20px;
  /* font-size: 16px; */
  font-size: 15px;
}

.button01.page-link-small > * {
  background-color: var(--color-bg--gray02);
  color: var(--color-link);
  padding: 2px 10px 1px 10px;
  /* font-size: 16px; */
  font-size: 14px;
}

@media screen and (min-width: 830px) {
  .button01.page-link-small > * {
    font-size: 15px;
  }
}
/* @media screen and (min-width: 830px) {
	.button01.page-link>* {
		padding: 8px 20px 5px 20px;
		font-size: 16px;
	}
} */
.button01.page-jump > * {
  background-color: var(--color-link);
  color: #fff;
}
.button01.page-jump .arrow img {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.button01 > * {
  -webkit-box-align: center;
  -ms-flex-align: center;
  gap: 5px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 3px 3px 3px 5px;
  border: 2px solid #fff;
  border-radius: 100px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  font-size: 12px;
  font-weight: 700;
  line-height: 1em;
}
@media screen and (max-width: 374px) {
  .button01 > * {
    font-size: 11px;
  }
}
.button01 .arrow {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 100px;
  background-color: #fff;
}
.button01.prev .arrow img {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.button01.next .arrow img {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
@media screen and (min-width: 830px) {
  .bigButton {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .bigButton__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    gap: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: #f0f3f9;
    font-weight: 700;
  }
  .bigButton__link:before {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 100px;
    background-image: url('../images/arrow_bigButton.svg');
    background-size: cover;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
    content: '';
  }
}
@media screen and (max-width: 830px) {
  .bigButton {
    margin-right: 10px;
    text-align: right;
  }
  .bigButton__link {
    color: #3569c0;
    font-weight: 700;
    text-decoration: underline;
  }
}
.button02 {
  gap: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-shadow: var(--shadow-base);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 75px;
  height: 75px;
  border-radius: var(--radius-base);
  background-color: #fff;
  box-shadow: var(--shadow-base);
}
.button02__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.button02__icon {
  width: 25px;
  height: 25px;
}
.button02__text {
  color: var(--color-link);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.15em;
  text-align: center;
}
.buttonArea {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: -35px;
  justify-content: space-between;
  width: 100%;
  padding-left: 70px;
}
.buttonList {
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.newsList__item {
  position: relative;
}
.newsList__link {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.newsList__title {
  font-weight: 700;
}
.newsList__date {
  color: #606060;
}
@media screen and (min-width: 830px) {
  .newsList {
    gap: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .newsList__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    gap: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    flex: 1;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-base);
  }
  .newsList__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    gap: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    padding: 15px 10px 35px 10px;
    border-bottom-right-radius: var(--radius-base);
    border-bottom-left-radius: var(--radius-base);
  }
  .newsList__thumb {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-top-right-radius: var(--radius-base);
    border-top-left-radius: var(--radius-base);
  }
  .newsList__thumb {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .newsList__thumb:before {
    display: block;
    padding-top: 75%;
    content: '';
  }
  .newsList__thumb > * {
    -o-object-fit: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .newsList__title {
    font-size: 14px;
  }
  .newsList__date {
    position: absolute;
    bottom: 10px;
    font-size: 12px;
  }
  .newsList .bigButton {
    height: 150px;
  }
}
@media screen and (max-width: 830px) {
  .newsList__item {
    gap: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    border-bottom: 1px solid var(--color-border);
  }
  .newsList__thumb {
    position: relative;
    width: 90px;
    overflow: hidden;
    border-radius: var(--radius-base);
  }
  .newsList__thumb:before {
    display: block;
    padding-top: 75%;
    content: '';
  }
  .newsList__thumb > * {
    -o-object-fit: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .newsList__title {
    font-size: 14px;
  }
  .newsList__date {
    font-size: 12px;
  }
  .newsList__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    gap: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex: 1;
    flex-direction: column;
  }
}
#sub .newsList {
  display: block;
}
#sub .newsList__item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  padding-block: 10px;
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  border: none;
  border-bottom: 1px solid var(--color-border);
  border-radius: 0;
}
#sub .newsList__thumb {
  position: relative;
  width: 90px;
  overflow: hidden;
  border-radius: var(--radius-base);
}
#sub .newsList__thumb:before {
  display: block;
  padding-top: 75%;
  content: '';
}
#sub .newsList__thumb > * {
  -o-object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#sub .newsList__title {
  font-size: 14px;
}
#sub .newsList__date {
  position: static;
  font-size: 12px;
}
#sub .newsList__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  gap: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 0;
  border-radius: 0;
}
.justify-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.justify-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.justify-evenly {
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}
.wTableWeek02 .h {
  color: #f64d00;
}
.wTableWeek02 .l {
  color: #0075f3;
}
.wTableWeek02 .sat {
  color: var(--color-sat);
}
.wTableWeek02 .sun {
  color: var(--color-sun);
}
.wTableTime__tbody::-webkit-scrollbar {
  display: none;
}
.wTableWeek02__tbody::-webkit-scrollbar {
  display: none;
}
.tabSwitch {
  -webkit-box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px;
  border-radius: 4px;
  background-color: var(--color-bg--gray02);
  box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.15);
}
.tabSwitch__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 700;
  line-height: 1em;
  text-align: center;
  white-space: nowrap;
}
.tabSwitch__item:not(:last-child) {
  border-right: 1px solid var(--color-border);
}
.tabSwitch__item > * {
  padding-block: 8px;
  display: block;
}
@media screen and (max-width: 374px) {
  .tabSwitch__item > * {
    padding-block: 7px;
    font-size: 13px;
  }
}
.tabSwitch__item.selected > * {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15),
    inset 0 1px 0 0 rgba(255, 255, 255, 0.15),
    inset 0 -1px 0 0 rgba(0, 0, 0, 0.15);
  width: 100%;
  border-radius: 4px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#438fec),
    to(#3788eb)
  );
  background: linear-gradient(to bottom, #438fec, #3788eb);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15),
    inset 0 1px 0 0 rgba(255, 255, 255, 0.15),
    inset 0 -1px 0 0 rgba(0, 0, 0, 0.15);
  color: #fff;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.15);
}
.tabSwitch__item.selected:hover {
  cursor: default;
}
.tabSwitch__item:hover {
  -webkit-transition: var(--hover-ease);
  color: var(--color-link);
  cursor: pointer;
  transition: var(--hover-ease);
}
.tabSwitch.ver02 {
  border-radius: 200px;
}
.tabSwitch.ver02 .tabSwitch__item > * {
  padding: 6px 10px;
}
@media screen and (min-width: 830px) {
  .tabSwitch.ver02 .tabSwitch__item > * {
    min-width: 75px;
  }
}
.tabSwitch.ver02 .tabSwitch__item.selected > * {
  border-radius: 100px;
}
#main .switchContent__item:not([class*='act']) {
  display: none;
}
@media screen and (max-width: 830px) {
  #main .switchContent__item--sp:not([class*='act']) {
    display: none;
  }
}
.wTable5min {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  height: 245px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-base);
  background-color: var(--color-bg--gray01);
}
@media screen and (min-width: 830px) {
  .wTable5min {
    margin-bottom: 33px;
  }
}
.wTable5min:after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0)),
    to(rgba(0, 0, 0, 0.1))
  );
  background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
  content: '';
}
.wTable5min__tbody,
.wTable5min__thead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.wTable5min__thead {
  -webkit-box-shadow: 2px 0 6px 0 rgba(0, 0, 0, 0.15);
  z-index: 2;
  position: absolute;
  top: 0;
  width: 70px;
  background: var(--color-bg--gray02);
  box-shadow: 2px 0 6px 0 rgba(0, 0, 0, 0.15);
}
.wTable5min__thead * {
  font-weight: 700;
}
.wTable5min__thead .small {
  font-size: 13px;
}
.wTable5min__tbody {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  position: relative;
  flex: 1;
  width: 100%;
  margin-left: 70px;
  overflow-x: scroll;
  font-size: 0;
  white-space: nowrap;
}
.wTable5min__group {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.wTable5min__group:nth-child(even) {
  background-color: var(--color-bg--gray02);
}
.wTable5min__group .wTable5min__content {
  background-color: var(--color-bg--gray01);
}
.wTable5min__group:not(:first-child) {
  border-left: 1px solid var(--color-border);
}
.wTable5min__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 1;
  border-top: 1px solid var(--color-border);
}
.wTable5min__tr {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
}
.wTable5min__tr:not(:last-child) {
  border-right: 1px solid var(--color-border);
}
.wTable5min__td {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 48.6px;
}
.wTable5min__td:not(:first-child) {
  border-top: 1px solid var(--color-border);
}
.wTable5min__td .small {
  display: block;
}
.wTable5min__td > * {
  line-height: 1em;
  text-align: center;
}
.wTable5min__td.date * {
  font-weight: 700;
}
.wTable5min__td.date,
.wTable5min__td.time {
  height: 24.5px;
}
.wTable5min__td.weather {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.wTable5min__td.com > * {
  font-size: 12px;
  font-weight: 700;
  white-space: normal;
}
.wTable5min__td.sat > * {
  color: var(--color-sat);
}
.wTable5min__td.sun > * {
  color: var(--color-sun);
}
.wTable5min__tbody .wTable5min__td {
  width: 67px;
}
.wTable5min__tbody .wTable5min__td.weather {
  padding-block: 10px;
  display: block;
  position: relative;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fcf0e3),
    to(#dce7fc)
  );
  background: linear-gradient(#fcf0e3, #dce7fc);
}
.wTable5min__tbody .wTable5min__td.weather .wIcon {
  width: 40px;
  height: 40px;
}
.wTable5min__tbody .wTable5min__td.weather .icon {
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}
.wTable5min__tbody .wTable5min__td.weather .icon.line8 {
  top: 25%;
}
.wTable5min__tbody .wTable5min__td.weather .icon.line7 {
  top: 32.14%;
}
.wTable5min__tbody .wTable5min__td.weather .icon.line6 {
  top: 39.28%;
}
.wTable5min__tbody .wTable5min__td.weather .icon.line5 {
  top: 46.42%;
}
.wTable5min__tbody .wTable5min__td.weather .icon.line4 {
  top: 53.56%;
}
.wTable5min__tbody .wTable5min__td.weather .icon.line3 {
  top: 60.7%;
}
.wTable5min__tbody .wTable5min__td.weather .icon.line2 {
  top: 67.84%;
}
.wTable5min__tbody .wTable5min__td.weather .icon.line1 {
  top: 75%;
}
.wTable5min__tbody .wTable5min__td.date {
  padding-inline: 5px;
  position: sticky;
  left: 0;
}
.wTable5min__tbody .wTable5min__td.date > * {
  font-size: 13px;
}
.nowWeather {
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nowWeatherIcon img {
  width: 130px;
}
@media screen and (max-width: 830px) {
  .nowWeatherIcon img {
    width: 125px;
  }
}
.nowWeatherIcon figcaption {
  text-align: center;
}
@media screen and (min-width: 830px) {
  .nowWeather {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media screen and (max-width: 830px) {
  .nowWeather {
    gap: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: center;
    align-items: flex-end;
  }
}
.radarImage {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: var(--radius-base);
}
.radarImage:before {
  display: block;
  padding-top: 100%;
  content: '';
}
.radarImage > * {
  -o-object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.soraPhotoList {
  -webkit-box-align: center;
  -ms-flex-align: center;
  gap: 2px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  flex: 1;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.soraPhotoList__item {
  -webkit-box-shadow: var(--shadow-base);
  position: relative;
  width: calc(50% - 2px);
  overflow: hidden;
  border: 2px solid #fff;
  border-radius: 8px;
  box-shadow: var(--shadow-base);
}
.soraPhotoList__item:before {
  display: block;
  padding-top: 100%;
  content: '';
}
.soraPhotoList__item img,
.soraPhotoList__item > * {
  -o-object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.soraPhotoList__item:hover {
  -webkit-filter: brightness(0.8) blur(1px);
  -webkit-transition: var(--hover-ease);
  filter: brightness(0.8) blur(1px);
  transition: var(--hover-ease);
}
.obs-data {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  gap: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.photoGridList {
  position: relative;
}
.photoGridList.close {
  overflow: hidden;
}
.photoGridList.close .photoList__more {
  padding-block: 10px;
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(white),
    color-stop(white),
    to(rgba(255, 255, 255, 0))
  );
  background: linear-gradient(to top, #fff, #fff, rgba(255, 255, 255, 0));
}
.photoGridList .photoList__item {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-base);
  break-inside: avoid;
}
.photoGridList .photoList__item:hover {
  -webkit-filter: brightness(0.8) blur(1px);
  -webkit-transition: var(--hover-ease);
  filter: brightness(0.8) blur(1px);
  transition: var(--hover-ease);
}
.photoGridList .photoList__image {
  -o-object-fit: cover;
  width: 100%;
  object-fit: cover;
}
.photoGridList .photoList__link {
  display: block;
}
.photoGridList .photoList__link:hover {
  cursor: pointer;
}
@media screen and (min-width: 999px) {
  .photoGridList.close {
    height: 700px;
  }
  .photoGridList .photoList__group {
    -moz-column-count: 5;
    -moz-column-gap: 10px;
    column-gap: 10px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
  .photoGridList .photoList__item {
    margin-bottom: 10px;
  }
  .photoGridList .photoList__image {
    max-height: 609px;
  }
}
@media screen and (max-width: 999px) and (min-width: 830px) {
  .photoGridList {
    padding-inline: 10px;
  }
  .photoGridList .photoList__group {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    column-count: 4;
  }
  .photoGridList .photoList__item {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 830px) {
  .photoGridList {
    padding-inline: 10px;
    width: 100%;
  }
  .photoGridList.close {
    height: 800px;
  }
  .photoGridList .photoList__group {
    -moz-column-count: 3;
    -moz-column-gap: 10px;
    gap: 10px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  }
  .photoGridList .photoList__image {
    max-height: 350px;
  }
}
.mapContentList__wrap {
  gap: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mapContentList__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  gap: 5px;
  -webkit-box-shadow: var(--shadow-base);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 8px;
  border-radius: var(--radius-base);
  box-shadow: var(--shadow-base);
}
.mapContentList__item:hover {
  -webkit-filter: brightness(1.1);
  -webkit-transition: var(--hover-ease);
  cursor: pointer;
  filter: brightness(1.1);
  opacity: var(--hover-opacity);
  transition: var(--hover-ease);
}
.mapContentList__title {
  font-weight: 700;
  line-height: 1em;
}
.mapContentList__thumb {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.mapContentList__thumb:before {
  display: block;
  padding-top: 75%;
  content: '';
}
.mapContentList__thumb > * {
  -o-object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--radius-base);
}
@media screen and (max-width: 830px) {
  .mapContentList {
    margin-right: -10px;
  }
  .mapContentList__wrap {
    padding-right: 10px;
    padding-bottom: 4px;
    padding-left: 4px;
    overflow-x: scroll;
  }
  .mapContentList__wrap::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .mapContentList__wrap::-webkit-scrollbar-track {
    border-radius: 100px;
    background-color: rgba(0, 0, 0, 0.1);
  }
  .mapContentList__wrap::-webkit-scrollbar-thumb {
    border: 0 solid transparent;
    border-radius: 100px;
    background: #fff;
  }
  .mapContentList__item {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    min-width: 140px;
    padding: 7px;
  }
}
.gridArea {
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.gridArea > * {
  width: calc(50% - 5px);
}
.dataTable {
  width: 100%;
}
.dataTable td,
.dataTable th {
  font-weight: 700;
}
.dataTable thead td,
.dataTable thead th {
  padding-block: 5px;
  border-top: 1px solid var(--color-border02);
  border-bottom: 1px solid var(--color-border02);
  background-color: var(--color-bg--gray02);
  font-weight: 700;
  line-height: 1.15em;
  text-align: center;
}
.dataTable thead td .small,
.dataTable thead th .small {
  font-size: 75%;
}
.dataTable tbody td,
.dataTable tbody th {
  padding-block: 10px;
  border-bottom: 1px solid var(--color-border);
  line-height: 1em;
  text-align: center;
}
.dataTable tbody td:not(:last-child),
.dataTable tbody th:not(:last-child) {
  border-right: 1px dashed var(--color-border);
}
@media screen and (max-width: 830px) {
  .dataTable thead td,
  .dataTable thead th {
    padding-block: 10px;
  }
  .dataTable td,
  .dataTable th {
    font-size: 14px;
  }
}
.dataTable .date {
  background-color: var(--color-bg--gray01);
  font-weight: 700;
}
@media screen and (max-width: 830px) {
  .dataTableArea {
    position: relative;
    max-height: 300px;
    overflow: scroll;
  }
  .dataTableArea thead {
    position: sticky;
    top: 0;
  }
  .dataTableArea .date {
    position: sticky;
    top: 51px;
  }
}
.osusumeMenu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  gap: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.osusumeMenu__item {
  -webkit-box-shadow: var(--shadow-base);
  position: relative;
  padding: 5px;
  border: 2px solid #fff;
  border-radius: 12px;
  background-color: #eef1f8;
  box-shadow: var(--shadow-base);
}
.osusumeMenu__item:hover {
  -webkit-transition: var(--hover-ease);
  background-color: #d3dff6;
  transition: var(--hover-ease);
}
.osusumeMenu .inner {
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.osusumeMenu__link {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.osusumeMenu__icon {
  overflow: hidden;
  border-radius: 8px;
}
.osusumeMenu__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.osusumeMenu__title {
  font-weight: 700;
}
@media screen and (max-width: 999px) and (min-width: 830px) {
  .osusumeMenu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    padding-inline: 10px;
    flex-direction: column;
  }
  .osusumeMenu__item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .osusumeMenu .inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .osusumeMenu__icon img {
    width: 60px;
    height: 60px;
  }
  .osusumeMenu__title {
    font-size: 18px;
  }
  .osusumeMenu .text-s {
    font-size: 15px;
  }
}
.width-100 {
  width: 100%;
}
.text-s {
  font-size: 13px;
}
.text-m {
  font-size: 17px;
}
.text-l {
  font-size: 25px;
}
.text-xl {
  font-size: 34px;
}
@media screen and (max-width: 374px) {
  .text-s {
    font-size: 10px;
  }
  .text-m {
    font-size: 14px;
  }
  .text-l {
    font-size: 22px;
  }
  .text-xl {
    font-size: 31px;
  }
}
.font-thin {
  font-weight: 100;
}
.font-extralight {
  font-weight: 200;
}
.font-light {
  font-weight: 400;
}
.font-normal {
  font-weight: 400;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 700;
}
.font-bold {
  font-weight: 700;
}
.font-extrabold {
  font-weight: 800;
}
.font-black {
  font-weight: 900;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.lineHeight-1em {
  line-height: 1em;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.flex-1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.flex-line > * {
  position: relative;
}
.flex-line > :not(:last-child):after {
  display: block;
  position: absolute;
  top: 0;
  right: -10px;
  width: 1px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  content: '';
}
.justify-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.justify-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.justify-evenly {
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}
.items-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.items-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.items-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.items-baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-col-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.gap-5 {
  gap: 5px;
}
.gap-10 {
  gap: 10px;
}
.gap-15 {
  gap: 15px;
}
.gap-20 {
  gap: 20px;
}
.gap-25 {
  gap: 25px;
}
.gap-30 {
  gap: 30px;
}
.m-inline {
  margin-inline: auto;
}
.m-auto--left {
  margin-left: auto;
}
@media screen and (max-width: 830px) {
  .p-inline-10--sp {
    padding-inline: 10px;
  }
}
[class*='card'] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 999px) {
  [class*='card'] {
    gap: 45px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 999px) {
  [class*='card'] {
    gap: 30px;
    padding-inline: 10px;
  }
}
@media screen and (min-width: 830px) {
  .card--pc {
    -webkit-box-shadow: var(--shadow-base);
    padding: 5px;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-base);
    box-shadow: var(--shadow-base);
  }
}
@media screen and (max-width: 830px) {
  .card--sp {
    -webkit-box-shadow: var(--shadow-base);
    margin-bottom: 2px;
    padding: 5px;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-base);
    box-shadow: var(--shadow-base);
  }
  .card--sp .titleArea {
    margin-bottom: 0;
    padding-top: 5px;
  }
}
#bottomContent {
  margin-inline: auto;
}
@media screen and (min-width: 830px) {
  #bottomContent {
    max-width: var(--size-pc);
    margin-top: 30px;
  }
}
@media screen and (max-width: 830px) {
  #bottomContent {
    margin-top: 30px;
  }
}
.noticeText {
  margin-right: 10px;
  text-align: center;
}
.photoSideBySideList {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.photoSideBySideList .photoList__item {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: var(--radius-base);
}
.photoSideBySideList .photoList__item:before {
  display: block;
  padding-top: 100%;
  content: '';
}
.photoSideBySideList .photoList__item:hover {
  cursor: pointer;
}
.photoSideBySideList .photoList__item:nth-child(1) .photoList__title:before {
  background-image: url('https://gvs.weathernews.jp/onebox/img/icon/icon_star_1.svg');
}
.photoSideBySideList .photoList__item:nth-child(2) .photoList__title:before {
  background-image: url('https://gvs.weathernews.jp/onebox/img/icon/icon_star_2.svg');
}
.photoSideBySideList .photoList__item:nth-child(3) .photoList__title:before {
  background-image: url('https://gvs.weathernews.jp/onebox/img/icon/icon_star_3.svg');
}
.photoSideBySideList .photoList__item:hover .photoList__image {
  -webkit-filter: brightness(0.8) blur(1px);
  -webkit-transition: var(--hover-ease);
  filter: brightness(0.8) blur(1px);
  transition: var(--hover-ease);
}
.photoSideBySideList .photoList__image {
  -o-object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: #eee;
}
.photoSideBySideList .photoList__title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  gap: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  align-items: center;
  width: 100%;
  padding: 10px;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(black),
    to(rgba(0, 0, 0, 0))
  );
  background: linear-gradient(to top, #000, rgba(0, 0, 0, 0));
  color: #fff;
  font-weight: 700;
  line-height: 1em;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.photoSideBySideList .photoList__title span {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  display: block;
  flex: 1;
  padding-top: 5px;
  overflow: hidden;
  line-height: 1em;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.photoSideBySideList .photoList__title:before {
  display: block;
  width: 30px;
  height: 30px;
  background-size: cover;
  content: '';
}
@media screen and (min-width: 999px) {
  .photoSideBySideList .photoList__title {
    font-size: 15px;
  }
}
@media screen and (max-width: 999px) {
  .photoSideBySideList .photoList__title {
    font-size: 10px;
  }
}
.photoSideBySideList.noPhoto {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.photoSideBySideList.noPhoto .photoList__item {
  border-bottom: 1px solid var(--color-border);
}
.photoSideBySideList.noPhoto .photoList__item:before {
  display: none;
}
.photoSideBySideList.noPhoto .photoList__item:hover {
  -webkit-transition: var(--hover-ease);
  opacity: var(--hover-opacity);
  transition: var(--hover-ease);
}
.photoSideBySideList.noPhoto .photoList__title {
  position: static;
  background: 0 0;
  color: var(--color-def);
  text-shadow: none;
}
.photoSideBySideList.noPhoto .photoList__image {
  display: none;
}
.open_sticky {
  margin-bottom: 100px;
}
.close_sticky {
  margin-bottom: 0;
}
.sub {
  display: flex;
  flex-direction: column;
  width: 300px;
  gap: 30px;
}
.amedas {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.amedas .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.amedas .title {
  color: #101010;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
}
.amedas .button {
  display: flex;
  justify-content: flex-end;
}
.amedas .tabs {
  display: flex;
  padding: 5px;
  border-radius: 4px;
  background-color: #eef1f8;
  box-shadow: 0 2px 2px #00000026 inset;
}
.amedas .tab {
  width: 20%;
  cursor: pointer;
}
.amedas .tab .text {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  border-radius: 4px;
  text-align: center;
}
.amedas .tab.is-selected .text {
  color: #fff;
  background-color: #438fec;
  box-shadow: 0 1px 3px #00000040;
}
.amedas .tab:not(:last-child) {
  border-right: solid 1px rgba(0, 0, 0, 0.1);
}
.amedas .table {
  display: flex;
  flex-direction: column;
}
.amedas .row {
  display: flex;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #eef1f8;
  border-top: solid 1px #c6ccdc;
  border-bottom: solid 1px #c6ccdc;
}
.amedas .row .text {
  color: #0c419a;
  font-size: 13px;
  font-weight: 700;
  line-height: 13px;
  padding-left: 5px;
  padding-right: 5px;
}
.amedas .row .text:first-child {
  width: 40px;
  text-align: center;
}
.amedas .row .text:nth-child(2) {
  width: calc(50% - 20px);
}
.amedas .row .text:last-child {
  width: calc(50% - 20px);
  text-align: right;
}
.amedas .ranking {
  display: flex;
  flex-direction: column;
}
.amedas .ranking .list {
  display: flex;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  border-bottom: solid 1px #e5edf0;
}
.amedas .ranking .rank {
  width: 40px;
  color: #303030;
  font-size: 13px;
  font-weight: 700;
  line-height: 13px;
  text-align: center;
}
.amedas .ranking .item {
  display: flex;
  flex-direction: column-reverse;
  width: calc(50% - 20px);
  padding-left: 5px;
  padding-right: 5px;
}
.amedas .ranking .item:last-child {
  align-items: flex-end;
}
.amedas .ranking .area {
  color: #3569c0;
  font-size: 15px;
  font-weight: 700;
  line-height: 15px;
}
.amedas .ranking .note {
  display: flex;
  color: #303030;
  font-size: 10px;
  line-height: 13px;
}
.amedas .ranking .value {
  color: #303030;
  font-size: 15px;
  font-weight: 700;
  line-height: 15px;
}
.amedas .pc {
  display: none;
}
@media screen and (min-width: 830px) {
  .amedas .tab {
    transition: background-color 0.2s ease-in-out;
  }
  .amedas .tab:hover {
    background-color: #438fec33;
  }
  .amedas:not(.is-sub) .title {
    font-size: 22px;
    line-height: 22px;
  }
  .amedas:not(.is-sub) .ranking .list {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .amedas:not(.is-sub) .ranking .item {
    flex-direction: row;
    align-items: center;
    gap: 2px;
  }
  .amedas:not(.is-sub) .ranking .item:last-child {
    align-items: center;
    justify-content: end;
  }
  .amedas:not(.is-sub) .ranking .item .pc {
    display: block;
  }
  .amedas .ranking .area {
    transition: opacity 0.2s ease-in-out;
  }
  .amedas .ranking .area:hover {
    opacity: 0.6;
  }
}
.content {
  display: flex;
  gap: 15px;
  max-width: 1070px;
  margin: 20px auto 0;
}
@media screen and (max-width: 830px) {
  .content {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.directionButton {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 5px 7px;
  border-radius: 40px;
  border: solid 2px #fff;
  box-shadow: 0 2px 4px #00000026;
}
.directionButton .text {
  font-size: 12px;
  font-weight: 700;
  line-height: 1em;
}
.directionButton .image {
  width: 24px;
  height: 24px;
  transform-origin: center;
}
.directionButton[data-color='white'] {
  background: #eef1f8;
}
.directionButton[data-color='white'] .text {
  color: #3569c0;
}
.directionButton[data-color='blue'] {
  background: #438fec;
}
.directionButton[data-color='blue'] .text {
  color: #fff;
}
.directionButton[data-dir='bottom'] .image {
  transform: rotate(90deg);
}
@media screen and (min-width: 830px) {
  .directionButton {
    transition: box-shadow 0.2s ease-in-out;
  }
  .directionButton:hover {
    box-shadow: 0 2px 6px #00000073;
  }
}
@media screen and (max-width: 830px) {
  .directionButton .image {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 830px) {
  #main {
    max-width: none;
    width: 100%;
  }
}
.moreButton {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 3px 7px;
  border-radius: 40px;
  border: solid 2px #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
}
.moreButton .text {
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
}
.moreButton .image {
  width: 24px;
  height: 24px;
  transform-origin: center;
}
.moreButton[data-color='white'] {
  background: #eef1f8;
}
.moreButton[data-color='white'] .text {
  color: #3569c0;
}
.moreButton[data-color='blue'] {
  background: #438fec;
}
.moreButton[data-color='blue'] .text {
  color: #fff;
}
.moreButton[data-dir='bottom'] .image {
  transform: rotate(90deg);
}
@media screen and (min-width: 830px) {
  .moreButton {
    transition: box-shadow 0.2s ease-in-out;
  }
  .moreButton:hover {
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.45);
  }
}
.livelist {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.livelist .youtube__content {
  display: flex;
  gap: 10px;
  overflow-x: scroll;
}
.livelist .youtube__content {
  display: flex;
  gap: 10px;
  overflow-x: scroll;
  padding-bottom: 8px;
}
.livelist .youtube__content::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.livelist .youtube__content::-webkit-scrollbar-track {
  border-radius: 4px;
  background-color: #fff;
}
.livelist .youtube__content::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #d4dcde;
}
.livelist .scroll__button {
  position: absolute;
  top: 50%;
  right: 6px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #fff;
  background-image: url('https://weathernews.jp/onebox/img/icon_arrow_scroll.svg');
  background-size: 9px;
  background-position: left 9px center;
  background-repeat: no-repeat;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25);
  cursor: pointer;
}
@media screen and (min-width: 830px) {
  .livelist .scroll__button {
    transition: box-shadow 0.2s ease-in-out;
  }
  .livelist .scroll_button:hover {
    box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.45);
  }
}
.youtubeItem {
  display: flex;
  gap: 10px;
  width: 100%;
}
.youtubeItem .image {
  width: 108px;
  border-radius: 8px;
  overflow: hidden;
}
.youtubeItem .youtube__content {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
  flex: 1;
}
.youtubeItem .youtube__content .catch {
  padding: 5px;
  border-radius: 4px;
  background-color: #e11d38;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 10px;
}
.youtubeItem .youtube__content .texts {
  width: 100%;
}
.youtubeItem .youtube__content .text {
  color: #000;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 830px) {
  .youtubeItem {
    transition: opacity 0.2s ease-in-out;
  }
  .youtubeItem:hover {
    opacity: 0.6;
  }
}
.main .youtubeItem {
  position: relative;
  flex-direction: column;
  width: 150px;
}
.main .youtubeItem .image {
  width: 100%;
  height: 84px;
}
.main .youtubeItem .image img {
  height: 100%;
  width: auto;
  object-fit: cover;
}
.main .youtubeItem .youtube__content .catch {
  position: absolute;
  top: 0;
  right: 0;
}
.main .youtubeItem .youtube__content .text {
  -webkit-line-clamp: 3;
}
@media screen and (min-width: 830px) {
  .main .youtubeItem {
    width: 220px;
  }
  .main .youtubeItem .image {
    height: 125px;
  }
  .main .youtubeItem .youtube__content .text {
    -webkit-line-clamp: 2;
  }
}

/* 指数など */
.dayIndex {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.dayIndex .card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 10px;
  border-radius: 8px;
  border: 2px solid #eef1f8;
  background-color: #fff;
}
.dayIndex .head {
  display: flex;
  justify-content: space-between;
}
.dayIndex .head .date {
  color: #000;
  font-size: 10px;
  line-height: 12px;
}
.dayIndex .head .area {
  color: #3569c0;
  text-align: right;
  font-size: 10px;
  font-weight: bold;
  line-height: 12px;
}
.dayIndex .list {
  display: flex;
  gap: 4px;
  text-align: center;
}
.dayIndex .list .card {
  align-items: center;
  width: 100%;
}
.dayIndex .list .texts {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.dayIndex .list .catch {
  color: #17408a;
  font-size: 13px;
  font-weight: bold;
  line-height: 13px;
}
.dayIndex .list .lead {
  color: #303030;
  font-size: 11px;
  font-weight: bold;
  line-height: 11px;
  white-space: nowrap;
}
.dayIndex .list .figure {
  width: 50px;
  border-radius: 8px;
  background-color: #f1f1f1;
}
@media screen and (min-width: 830px) {
  .dayIndex .card {
    transition: opacity 0.2s ease-in-out;
  }
  .dayIndex .card:hover {
    opacity: 0.6;
  }
}

.photoSideBySideList .hanabiPhotoList__title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  gap: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  align-items: center;
  width: 100%;
  padding: 10px;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(black),
    to(rgba(0, 0, 0, 0))
  );
  background: linear-gradient(to top, #000, rgba(0, 0, 0, 0));
  color: #fff;
  font-weight: 700;
  line-height: 1em;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.photoSideBySideList .hanabiPhotoList__title span {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  display: block;
  flex: 1;
  padding-top: 5px;
  overflow: hidden;
  line-height: 1em;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (min-width: 999px) {
  .photoSideBySideList .hanabiPhotoList__title {
    font-size: 15px;
  }
}
@media screen and (max-width: 999px) {
  .photoSideBySideList .hanabiPhotoList__title {
    font-size: 10px;
  }
}
.photoSideBySideList.noPhoto .hanabiPhotoList__title {
  position: static;
  background: 0 0;
  color: var(--color-def);
  text-shadow: none;
}

.no__wxdata {
  display: flex;
  align-items: center;
  height: 200px;
}

.button01.page-link-large img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.button01.page-link-small img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.moreButton .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 住民向け広報支援ページリンク 25.01.14~ */
.customerLink {
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='14' fill='none' viewBox='0 0 9 14'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath stroke='%233569C0' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='m1.625 1.646 5.25 5.25-5.25 5.25'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h9v14H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 9px;
  border: 1px solid #3569c0;
  border-radius: 4px;
  box-shadow: 0 2px 4px 1px #0003;
  padding: 9px 10px 8px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
}

.customerLink .text {
  /* background-image: url(https://gvs.weathernews.jp/onebox/img/icon/list-menu_icon_world.svg); */
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 20px;
  color: #3569c0;
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  padding-left: 25px;
  padding-right: 15px;
}

@media (any-hover: hover) {
  .customerLink {
    transition: box-shadow 0.2s ease-in-out;
  }

  .customerLink:hover {
    box-shadow: 0 2px 6px 1px #00000073;
  }
}

/* 気温差比較グラフ */
.comparisonValue {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.comparisonValue .table {
  border: 2px solid #c6ccdc;
}
.comparisonValue .head {
  display: flex;
  height: 47px;
}
.comparisonValue .head .tabs {
  display: flex;
  flex: 1;
  overflow-y: scroll;
}
.comparisonValue .head .tabs::-webkit-scrollbar {
  display: none;
}
.comparisonValue .head .tabs .tab {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  min-width: 50px;
  background-color: #eef1f8;
  color: #3569c0;
  text-align: center;
  font-size: 14px;
  line-height: 14px;
  border-bottom: 2px solid #c6ccdc;
}
.comparisonValue .head .tabs .tab:not(:last-child) {
  border-right: 1px solid #c6ccdc;
}
.comparisonValue .head .tabs .tab.is-active {
  position: relative;
  color: #303030;
  font-weight: 600;
  background-color: #fff;
}
.comparisonValue .head .tabs .tab.is-active::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  content: '';
}
.comparisonValue .head .items {
  display: flex;
  padding: 5px;
  gap: 5px;
  background-color: #eef1f8;
  box-shadow: -4px 0 4px 0 #6d7ca340;
  border-bottom: 2px solid #c6ccdc;
}
.comparisonValue .head .items .button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border-radius: 6px;
  border: 1px solid #c0c0c0;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 #00000040;
}
.comparisonValue .head .items .plainImage {
  width: 22px;
  height: 22px;
}
.comparisonValue .box {
  padding: 5px;
  background-color: #eef1f8;
}
.comparisonValue .form .search {
  position: relative;
}
.comparisonValue .form .input {
  width: 100%;
  background-color: #fff;
  border-radius: 4px;
  padding-left: 10px;
  padding-right: 40px;
  color: #303030;
  font-size: 14px;
  font-weight: 600;
  line-height: 35px;
}
.comparisonValue .form .submit {
  top: 10px;
  right: 10px;
  transform: translateY(-50%);
  position: absolute;
}
.comparisonValue .tempComparisonContent {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 10px;
}
.comparisonValue .tempComparisonContent .inner {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.comparisonValue .tempComparisonContent .inner:has([data-type='world']) {
  flex-direction: row;
  justify-content: space-between;
}
.comparisonValue .tempComparisonContent .inner .options {
  display: flex;
  justify-content: center;
}
.comparisonValue .tempComparisonContent .inner .options[data-type='world'] {
  padding: 3px;
  border-radius: 6px;
  background-color: #eef1f8;
}
.comparisonValue .tempComparisonContent .inner .option {
  padding-inline: 8px;
  color: #606060;
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
}
/* .comparisonValue .tempComparisonContent .inner .option:not(:last-child) {
	border-right: 1px solid #c6ccdc;
} */
.comparisonValue .tempComparisonContent .inner .option:not(:last-child) {
  border-right: none;
}
/* .comparisonValue .tempComparisonContent .inner .option:not(:last-child).is-active {
	color: #3569c0;
} */
/* .comparisonValue .tempComparisonContent .inner .option:not(:last-child).is-active {
	color: #fff;
	border-radius: 4px;
	background-color: #3569C0;
} */
/* .comparisonValue .tempComparisonContent .inner .option .is-active { */
.comparisonValue .tempComparisonContent .inner .options .is-active {
  color: #fff;
  border-radius: 4px;
  background-color: #3569c0;
}
.comparisonValue .tempComparisonContent .inner .option {
  padding: 4px 10px 3px;
  color: #3569c0;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
}
.comparisonValue .tempComparisonContent .inner .period {
  text-align: center;
  color: #606060;
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
}
.comparisonValue .tempComparisonContent .inner .period {
  flex: 1;
  font-size: 10px;
  text-align: right;
}
.comparisonValue .tempComparisonContent .inner .period span {
  display: block;
}
.comparisonValue .tempComparisonContent .graph {
  position: relative;
}
.comparisonValue .tempComparisonContent .legend {
  /* position: absolute; */
  top: 0;
  right: 5px;
  display: flex;
  padding-left: 5px;
  padding-right: 5px;
  gap: 10px;
  background-color: #fff;
  pointer-events: none;
  margin-left: auto;
}
.comparisonValue .tempComparisonContent .legend p {
  position: relative;
  padding-left: 18px;
  color: #000;
  font-size: 12px;
  font-weight: 600;
  line-height: 13px;
}
.comparisonValue .tempComparisonContent .legend p::before {
  position: absolute;
  top: 0%;
  left: 0;
  width: 13px;
  height: 13px;
  background-color: #abcf4e;
  content: '';
}
.comparisonValue .tempComparisonContent .legend p.current::before {
  background-color: #1e9e08;
}
.comparisonValue .only-main {
  display: none;
}
@media screen and (min-width: 830px) {
  .comparisonValue .head .items .button {
    transition: opacity 0.2s ease-in-out;
  }
  .comparisonValue .head .items .button:hover {
    opacity: 0.6;
  }
  .comparisonValue .head .tabs .tab:not(.is-active) {
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
  }
  .comparisonValue .head .tabs .tab:not(.is-active):hover {
    background-color: #438fec33;
  }
  .comparisonValue .tempComparisonContent .inner .option:not(.is-active) {
    cursor: pointer;
  }
  .comparisonValue .tempComparisonContent .inner .option:not(.is-active):hover {
    text-decoration: underline;
  }
}
@media screen and (min-width: 830px) {
  .main .comparisonValue .head .items {
    padding: 6px 10px;
    box-shadow: none;
    border-left: 1px solid #c6ccdc;
  }
  .main .comparisonValue .head .tabs .tab:last-child {
    border-right: none;
  }
  .main .comparisonValue .tempComparisonContent {
    gap: 15px;
    padding: 15px;
  }
  .main .comparisonValue .tempComparisonContent .inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
  .main .comparisonValue .tempComparisonContent .inner .option {
    font-size: 15px;
    line-height: 16px;
  }
  .main .comparisonValue .tempComparisonContent .inner .period {
    flex: 1;
    font-size: 12px;
    text-align: right;
  }
  .main .comparisonValue .tempComparisonContent .inner .period span {
    display: inline-block;
  }
  .main .comparisonValue .box {
    display: none;
  }
  .main .comparisonValue .only-main {
    display: block;
  }
  .main .comparisonValue .only-main + .button {
    display: none;
  }
}

/* 実況値 */
.observedValue {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.observedValue .box {
  display: flex;
  align-items: stretch;
  gap: 10px;
  padding: 4px;
  border-radius: 6px;
  background-color: #eef1f8;
}
.observedValue .icon {
  width: 60px;
}
.observedValue .icon img {
  height: auto;
}
.observedValue .icon figcaption {
  color: #616161;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
}
.observedValue .list {
  flex: 1;
  display: flex;
  align-items: stretch;
  gap: 4px;
}
.observedValue .list .obs_block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  flex: 1;
  padding: 6px;
  border-radius: 6px;
  background-color: #fff;
}
.observedValue .list .title {
  color: #606060;
  font-size: 14px;
  line-height: 1em;
}
.observedValue .list .obs_content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.observedValue .list .inner {
  display: flex;
  align-items: center;
}
.observedValue .list .wind {
  width: 14px;
  height: 14px;
}
.observedValue .list .wind img {
  height: 100%;
  vertical-align: top;
}
.observedValue .list .value {
  color: #606060;
  font-size: 14px;
  font-weight: 600;
  line-height: 1em;
}
.observedValue .list .unit {
  color: #606060;
  font-size: 10px;
  font-weight: 300;
  line-height: 1em;
}
@media (min-width: 830px) {
  .main .observedValue .box {
    padding: 8px;
    border-radius: 8px;
  }
  .main .observedValue .list .obs_content {
    flex-direction: row;
    align-items: flex-end;
  }
  .main .observedValue .list .title {
    font-size: 16px;
  }
  .main .observedValue .list .value {
    font-size: 15px;
  }
  .main .observedValue .list .unit {
    font-size: 12px;
  }
}

/* ティッカー */
.newsText {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 10px;
  padding: 3px 4px;
  border-radius: 90px;
  background-color: #eef1f8;
}
.newsText .title {
  /* background-color: #ed2b57; */
  border-radius: 13px;
  color: #fff;
  font-weight: bold;
  padding: 4px 8px;
  font-size: 12px;
  line-height: 12px;
}
.newsText .text {
  flex: 1;
  /* color: #ed2b57; */
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5em;
  text-decoration: underline;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (min-width: 830px) {
  .newsText {
    padding: 5px 7px;
    transition: opacity 0.2s ease-in-out;
  }
  .newsText .title {
    padding: 5px 10px;
    font-size: 16px;
  }
  .newsText .text {
    font-size: 16px;
  }
  .newsText:hover {
    opacity: 0.6;
  }
}

/* 週間天気リスト */
.airport {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.airport .table {
  display: flex;
  width: 100%;
}
.airport .table .head {
  display: flex;
  flex-direction: column;
  width: 90px;
  padding-bottom: 4px;
}
.airport .table .head .weekwx_block {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fafcfe;
}
.airport .table .head .weekwx_block:first-child {
  height: 30px;
}
.airport .table .head .weekwx_block:not(:first-child) {
  height: 87px;
}
.airport .table .head .weekwx_block.international:not(:last-child) {
  border-top: solid 1px #b4becd;
  position: relative;
}
.airport .table .head a {
  white-space: pre-wrap;
  color: #3569c0;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  text-decoration: underline;
}
.airport .table .body {
  display: flex;
  flex: 1;
  overflow-x: scroll;
}
.airport .table .body::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.airport .table .body::-webkit-scrollbar-track {
  border-radius: 8px;
  background-color: transparent;
}
.airport .table .body::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: #438fec;
}
.airport .table .body .column {
  width: 64px;
}
.airport .table .body .weekwx_block {
  display: flex;
  align-items: center;
  justify-content: center;
}
.airport .table .body .weekwx_block:first-child {
  height: 30px;
  background-color: #f0f3f6;
}
.airport .table .body .weekwx_block:first-child p {
  color: #303030;
  font-size: 15px;
  font-weight: 600;
  line-height: 23px;
  display: flex;
  align-items: center;
  gap: 2px;
}
.airport .table .body .weekwx_block:first-child p.sat {
  color: #0060ff;
}
.airport .table .body .weekwx_block:first-child p.sun {
  color: #ff3000;
}
.airport .table .body .weekwx_block:first-child span {
  font-size: 15px;
}
.airport .table .body .weekwx_block:not(:first-child) {
  flex-direction: column;
  height: 87px;
  padding: 6px;
}
.airport .table .body .weekwx_block:nth-child(2n + 3) {
  background-color: #f0f3f6;
}
.airport .table .body .weekwx_block.international:not(:last-child) {
  border-top: solid 1px #b4becd;
  position: relative;
}
.airport .table .body .weather {
  width: 52px;
}
.airport .table .body .temp {
  display: flex;
  align-items: center;
  gap: 2px;
}
.airport .table .body .temp p {
  /* font-family: "Hiragino Sans"; */
  color: #808080;
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
}
.airport .table .body .temp .high {
  color: #f64d00;
}
.airport .table .body .temp .low {
  color: #0075f3;
}
.airport .table .body .wind {
  display: flex;
  align-items: center;
  gap: 3px;
}
.airport .table .body .wind figure {
  margin-top: -6px;
}
.airport .table .body .wind p {
  font-family: 'Hiragino Sans';
  color: #303030;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
}
.airport .table .body .wind span {
  font-size: 10px;
}

.airport .table .head .weekwx_block .flag {
  aspect-ratio: 1;
  border: 1px solid #ccc;
  border-radius: 50%;
  overflow: hidden;
}

.airport .table .head .weekwx_block .flag img {
  display: block;
  filter: saturate(60%) brightness(130%);
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 20px;
}

.airport .table .head .weekwx_block .weekwx_icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
}

.airport .table .head .weekwx_block {
  position: relative;
}

.airport .table .head .weekwx_block .weekwx_icon img {
  width: 100%;
  height: 100%;
}

/* テキストリンク */
.compareTextLink {
  text-align: right;
}

.compareTextLink > * {
  font-size: 14px;
  position: relative;
  color: #3569c0;
  font-weight: 600;
}

/* .compareTextLink>:after {
	-webkit-transform: translateY(-50%);
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 16px;
	height: 16px;
	transform: translateY(-50%);
	border-radius: 100px;
	background-color: #3569c0;
	color: #fff;
	font-size: 10px;
	line-height: 16px;
	text-align: center;
	text-decoration: none;
	content: ">";
	margin-right: auto;
} */

/* 日の出日の入り */
.sectiontitle .sun {
  display: flex;
  align-items: center;
  gap: 5px;
}
.sectiontitle .sun .time {
  color: #606060;
  font-size: 14px;
  font-weight: 600;
  line-height: 1em;
}
.sectiontitle .sun .sunrise,
.sectiontitle .sun .sunset {
  display: flex;
  align-items: center;
}
.sectiontitle .sun .sunrise p,
.sectiontitle .sun .sunset p {
  color: #606060;
  font-size: 14px;
  font-weight: 300;
  line-height: 1em;
}
.sectiontitle .sun .sunset p:first-child {
  padding-left: 14px;
  background-image: url('https://gvs.weathernews.jp/onebox/img/common/icon_sunset.svg');
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 12px;
}
.sectiontitle .sun .sunrise p:last-child {
  padding-left: 14px;
  background-image: url('https://gvs.weathernews.jp/onebox/img/common/icon_sunrise.svg');
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 12px;
}

/* ランドマーク複数枚画像対応 */
/* .spotPoint {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.spotPoint .image {
	display: flex;
	flex-direction: column;
}
.spotPoint .slide {
	position: relative;
}
.spotPoint .slide figure {
	display: none;
	aspect-ratio: 16 / 9;
}
.spotPoint .slide figure.isSelected {
	display: block;
}
.spotPoint .slide figure img {
	height: 100%;
	object-fit: contain;
}
.spotPoint .thumbnail {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 0;
}
.spotPoint .thumbnail figure {
	max-width: 20%;
	height: 50px;
	flex: 1;
	border: solid 4px transparent;
	opacity: .6;
	cursor: pointer;
}
.spotPoint .thumbnail figure.isSelected {
	opacity: 1;
	border-color: #ffd952;
}
.spotPoint .thumbnail figure img {
	height: 100%;
}
.spotPoint .title {
	font-size: 17px;
	font-weight: 600;
	line-height: 1.5em;
}
.spotPoint .text {
	color: #303030;
	font-size: 15px;
	line-height: 1.5em;
}
@media screen and (min-width: 830px) {
	.main .spotPoint .thumbnail figure {
			height: 100px;
	}
}
.spot__thumb {
	object-fit: cover;
	width: 100%;
} */

.spot__thumb {
  object-fit: cover;
  width: 100%;
}

.spotPoint {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.spotPoint .image {
  display: flex;
  flex-direction: column;
}
.spotPoint .block {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.spotPoint .block .credit {
  font-size: 15px;
  line-height: 1em;
  letter-spacing: 0.25px;
}
.spotPoint .slide {
  position: relative;
  background-color: #eef7f7;
}
.spotPoint .slide figure {
  display: none;
  aspect-ratio: 16 / 9;
}
.spotPoint .slide figure.isSelected {
  display: block;
}
.spotPoint .slide figure img {
  height: 100%;
  object-fit: contain;
}
.spotPoint .button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  background-color: #0c419a;
  border: solid 3px #fff;
  border-radius: 50%;
  box-shadow: 0 3px 6px 0 #00000073;
  background-repeat: no-repeat;
  background-size: 12px;
  cursor: pointer;
  z-index: 10;
}
.spotPoint .button.prev {
  background-image: url('https://gvs.weathernews.jp/onebox/landmark/img/icon_arrow_prev.svg');
  background-position: left 8px center;
  left: 7px;
}
.spotPoint .button.next {
  background-image: url('https://gvs.weathernews.jp/onebox/landmark/img/icon_arrow_next.svg');
  background-position: right 8px center;
  right: 7px;
}
.spotPoint .thumbnail {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
}
.spotPoint .thumbnail .item {
  display: flex;
  flex-direction: column;
  gap: 5px;
  max-width: 20%;
  flex: 1;
  opacity: 0.6;
}
.spotPoint .thumbnail .item.isSelected {
  opacity: 1;
}
.spotPoint .thumbnail .source {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 28px;
  font-size: 12px;
  line-height: 1.2em;
  letter-spacing: 0.126px;
}
/* .spotPoint .thumbnail .reporter {
	padding-left: 14px;
	width: 100%;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	max-height: 28px;
	background-image: url("https://gvs.weathernews.jp/onebox/landmark/img/icon_reporter.svg");
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 14px;
	color: #3569C0;
	font-size: 12px;
	line-height: 1.2em;
	letter-spacing: .126px;
	text-decoration: underline;
} */

.spotPoint .reporter {
  padding-left: 14px;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 28px;
  background-image: url('https://gvs.weathernews.jp/onebox/landmark/img/icon_reporter.svg');
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 14px;
  color: #3569c0;
  font-size: 12px;
  line-height: 1.2em;
  letter-spacing: 0.126px;
  text-decoration: underline;
}

.spotPoint .thumbnail figure {
  border: solid 4px transparent;
  height: 50px;
  cursor: pointer;
}
.spotPoint .thumbnail figure:is(.isSelected *) {
  border-color: #ffd952;
}
.spotPoint .thumbnail figure img {
  height: 100%;
}
.spotPoint .title {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5em;
}
.spotPoint .text {
  color: #303030;
  font-size: 15px;
  line-height: 1.5em;
}
@media (any-hover: hover) {
  .spotPoint .button:hover {
    transition: opacity 0.2s ease-in-out;
  }
  .spotPoint .button:hover:hover {
    opacity: 0.6;
  }
}
@media screen and (min-width: 830px) {
  .main .spotPoint .thumbnail figure {
    height: 100px;
  }
  .main .spotPoint .thumbnail .source {
    -webkit-line-clamp: 1;
    max-height: 16px;
    font-size: 14px;
    letter-spacing: 0.25px;
  }
  .main .spotPoint .thumbnail .reporter {
    padding-left: 16px;
    -webkit-line-clamp: 1;
    max-height: 16px;
    background-size: 16px;
    font-size: 14px;
    letter-spacing: 0.25px;
  }

  .spotPoint .slide + .reporter {
    font-size: 15px;
    line-height: 1em;
  }

  .spotPoint .thumbnail {
    align-items: flex-start;
  }
}

.slide__item {
  overflow: hidden;
  text-align: center;
}

/*  */

/* グローバルヘッダー追従対応 */
body {
  padding-top: 44px;
}
@media screen and (min-width: 830px) {
  body {
    padding-top: 128px;
  }
}

/* 週間天気リスト 24/12/05 v3.7 */
.weekBlock {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.weekForecast {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 1px;
  width: 100%;
}
.weekForecast .head {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2px;
  width: 90px;
  padding-bottom: 8px;
}
.weekForecast .head .item a {
  color: #3569c0;
  text-decoration: underline;
  text-align: center;
  font-weight: 700;
  line-height: 1em;
}
.weekForecast .head .item p {
  font-size: 12px;
  text-align: center;
  line-height: 1.2;
}
.weekForecast .head::after {
  position: absolute;
  bottom: 0;
  right: -11px;
  width: 10px;
  height: calc(100% - 34px);
  background: linear-gradient(270deg, #00000000 0%, #00000026 100%);
  content: '';
}
.weekForecast .body {
  display: flex;
  flex: 1;
  gap: 2px;
  overflow-x: scroll;
}
.weekForecast .body::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.weekForecast .body::-webkit-scrollbar-track {
  background-color: #eef1f8;
}
.weekForecast .body::-webkit-scrollbar-thumb {
  border-radius: 100vmax;
  background: #438fec;
}
.weekForecast .body .column {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 56px;
}
.weekForecast .body .column .item.date {
  position: relative;
}
.weekForecast .body .column .item.date p {
  color: #303030;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  line-height: 1em;
}
.weekForecast .body .column .item.date span {
  display: block;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 1em;
}
.weekForecast .body .column .weather {
  width: 48px;
  aspect-ratio: 152 / 112;
}
.weekForecast .body .column .weather img {
  height: 100%;
  width: 100%;
}
.weekForecast .body .column .temp {
  display: flex;
  align-items: center;
  gap: 2px;
}
.weekForecast .body .column .temp p {
  color: #606060;
  font-size: 13px;
  font-weight: 600;
  line-height: 1em;
}
.weekForecast .body .column .temp .max {
  color: #f64d00;
}
.weekForecast .body .column .temp .min {
  color: #0075f3;
}
.weekForecast .body .column .prec {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #303030;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  line-height: 1em;
}
.weekForecast .body .column .prec .credibility {
  width: 12px;
  height: 12px;
  background-color: #9FA9B3;
  color: #FFF;
  text-shadow: 0 1px 1px #00000040;
  font-family: "Helvetica Neue";
  font-size: 12px;
  font-weight: 700;
  line-height: 1em;
}
.weekForecast .body .column[data-col='sat'] .item {
  background-color: #0060ff1a;
}
.weekForecast .body .column[data-col='sat'] .item:nth-child(2n) {
  background-color: #0060ff0d;
}
.weekForecast .body .column[data-col='sat'] .item.date p {
  color: #0060ff;
}
.weekForecast .body .column[data-col='sun'] .item {
  background-color: #ff30001a;
}
.weekForecast .body .column[data-col='sun'] .item:nth-child(2n) {
  background-color: #ff30000d;
}
.weekForecast .body .column[data-col='sun'] .item.date p {
  color: #ff3000;
}
.weekForecast .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  height: 90px;
  padding-inline: 5px;
  background-color: #f0f3f6;
}
.weekForecast .item.date {
  height: 32px;
}
.weekForecast .item:nth-child(2n) {
  background-color: #fafcfe;
}
.weekForecast .note {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-width: 62px;
  background-color: #e3e6e9;
}
.weekForecast .note__title {
  color: #303030;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 1em;
}
.weekForecast .note__info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.weekForecast .note__info p {
  color: #303030;
  text-align: center;
  font-size: 12px;
  line-height: 1em;
}
.weekForecast .note__rank {
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.weekForecast .note__rank p {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  background-color: #9fa9b3;
  color: #fff;
  text-shadow: 0 0.889px 1.778px #00000066;
  font-size: 14px;
  font-weight: 700;
}
.weekForecast .note__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  background: linear-gradient(180deg, #00000054 0%, #000000a8 100%);
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  line-height: 1em;
}
@media (any-hover: hover) {
  .weekForecast .note__button {
    transition: opacity 0.2s ease-in-out;
  }
  .weekForecast .note__button:hover {
    opacity: 0.6;
  }
}

/* モーダル 24/12/05 v3.7 */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100svw;
  height: 100svh;
  z-index: 10;
  background-color: rgba(0,0,0,.25)
}

.modal__inner {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 15px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 80%;
  max-width: 500px;
  max-height: 90%;
  padding: 30px;
  border-radius: 12px;
  background-color: #fff
}

.modal__inner-title {
  font-size: 16px;
  font-weight: 700
}

.modal__inner-text {
  font-size: 14px;
  flex: 1;
  overflow-y: scroll
}

.modal__inner-text::-webkit-scrollbar {
  width: 6px;
  height: 6px
}

.modal__inner-text::-webkit-scrollbar-track {
  border-radius: 6px;
  background-color: #fff
}

.modal__inner-text::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #0c419a
}

.modal__inner-close {
  display: block;
  margin: 15px 0 0 auto;
  color: #3569c0;
  font-size: 14px;
  cursor: pointer
}

/* タイトル */
.sectiontitle {
  display: flex;
  flex-direction: column;
  gap: 10px
}

.sectiontitle .inner {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px
}

.sectiontitle .title {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  flex: 1;
  gap: 5px;
  color: #101010;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  overflow-x: scroll;
  white-space: nowrap
}

.sectiontitle .title::-webkit-scrollbar {
  display: none
}

.sectiontitle .note {
  color: #ccc;
  font-size: 12px;
  line-height: 12px
}

.sectiontitle .button {
  display: flex;
  justify-content: flex-end
}

.sectiontitle .text {
  color: #101010;
  font-size: 14px;
  line-height: 14px;
  text-align: right
}

.sectiontitle .search {
  position: relative
}

.sectiontitle .search .input {
  max-width: 130px;
  padding: 5px 35px 5px 10px;
  background-color: #fff;
  border: solid 1px silver;
  border-radius: 66px;
  font-size: 15px;
  line-height: 1.5em
}

.sectiontitle .search .submit {
  position: absolute;
  top: -3px;
  right: 10px
}

@media screen and (min-width: 830px) {
  .main .sectiontitle {
      flex-direction:row;
      gap: 0;
      align-items: center;
      justify-content: space-between
  }

  .main .sectiontitle .title {
      flex-direction: row;
      font-size: 22px;
      line-height: 22px;
      white-space: wrap;
      overflow-x: unset
  }

  .main .sectiontitle .text {
      font-weight: 600
  }
}

.moreButton {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 3px 7px;
  border-radius: 40px;
  border: solid 2px #fff;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.15)
}

.moreButton .text {
  font-size: 12px;
  font-weight: 700;
  line-height: 12px
}

.moreButton .image {
  width: 24px;
  height: 24px;
  transform-origin: center
}

.moreButton[data-color=white] {
  background: #eef1f8
}

.moreButton[data-color=white] .text {
  color: #3569c0
}

.moreButton[data-color=blue] {
  background: #438fec
}

.moreButton[data-color=blue] .text {
  color: #fff
}

.moreButton[data-dir=bottom] .image {
  transform: rotate(90deg)
}

@media screen and (min-width: 830px) {
  .moreButton {
      transition:box-shadow .2s ease-in-out
  }

  .moreButton:hover {
      box-shadow: 0 2px 6px 0 rgba(0,0,0,.45)
  }
}
/* 検索サジェスト */
.topics_list {
  max-height: 60svh;
  overflow-y: scroll;
}

.topics_list::-webkit-scrollbar {
  height: 6px;
  width: 6px
}

.topics_list::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 6px
}

.topics_list::-webkit-scrollbar-thumb {
  background: #0c419a;
  border-radius: 6px
}

.overview {
  background-color: #f0f4f8;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 10px;
}

.overview .opinion {
  flex: 1;
  padding: 10px;
  border-radius: 6px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.overview .ttl_body {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.overview .title {
  font-size: 18px;
  font-weight: 700;
}

@media screen and (min-width: 830px) {
  .overview .title {
      font-size: 22px
  }
}

@media screen and (max-width: 829px) {
  .overview .title {
      font-size: 18px
  }
}

.overview .heading {
  font-size: 15px;
}

.overview .divider {
  border-top: 1px solid #ccc;
  margin: 20px 0;
}

.overview .heading {
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 5px;
}

.overview .body {
  font-size: 15px
}

.overview .notice {
  color: #909090;
  font-size: 15px;
  /* margin: 10px */
}

.heading__inner {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.more_text_link {
  text-align: right;
}

.more_text_link > * {
  font-size: 14px;
  position: relative;
  color: rgb(53, 105, 192);
  font-weight: 600;
  display: flex;
  align-items: center;
}