.weather-subheading {
  font-size: 16rem;
  line-height: 1.6875;
  font-weight: bold;
}
.weather-source--right {
  justify-content: flex-end !important;
}
.weather-source--right .weather-source__txt {
  text-align: right;
}

.weather-source__txt {
  font-size: 14rem;
  line-height: 1.66;
}

.weather-source__bnr {
  padding: 0 22rem;
}
.weather-source__bnr a {
  display: block;
  position: relative;
}
.weather-source__bnr a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
  transition: 0.3s;
}

.weather-map {
  position: relative;
}
.weather-map--japan .weather-map__item--daisetsuzan {
  top: 17.5%;
  right: 16%;
}
.weather-map--japan .weather-map__item--hakkodasan {
  top: 34%;
  right: 29.6%;
}
.weather-map--japan .weather-map__item--ooasahidake {
  top: 50.7%;
  right: 35.7%;
}
.weather-map--japan .weather-map__item--shiroumadake {
  top: 54.2%;
  right: 47.7%;
}
.weather-map--japan .weather-map__item--yatsugatake {
  top: 67.5%;
  right: 50%;
}
.weather-map--japan .weather-map__item--kumotoriyama {
  top: 79.2%;
  right: 43.6%;
}
.weather-map--japan .weather-map__item--hakusan {
  top: 56.6%;
  right: 56.1%;
}
.weather-map--japan .weather-map__item--hijiridake {
  top: 78.1%;
  right: 55%;
}
.weather-map--japan .weather-map__item--daisen {
  top: 62.2%;
  right: 69.5%;
}
.weather-map--japan .weather-map__item--ishizuchisan {
  top: 72.2%;
  right: 75%;
}
.weather-map--japan .weather-map__item--kujusan {
  top: 70.7%;
  right: 82.7%;
}
.weather-map--japan .weather-map__item--miyanouradake {
  top: 84%;
  right: 88.6%;
}
.weather-map--japan .weather-map__item--kushiro {
  top: 30.5%;
  right: 6.4%;
}
.weather-map--japan .weather-map__item--wakkanai {
  top: 2.9%;
  right: 17.5%;
}
.weather-map--japan .weather-map__item--asahikawa {
  top: 20%;
  right: 15.9%;
}
.weather-map--japan .weather-map__item--sapporo {
  top: 23.7%;
  right: 23%;
}
.weather-map--japan .weather-map__item--morioka {
  top: 50.9%;
  right: 27%;
}
.weather-map--japan .weather-map__item--sendai {
  top: 62.2%;
  right: 32%;
}
.weather-map--japan .weather-map__item--niigata {
  top: 53.7%;
  right: 41.1%;
}
.weather-map--japan .weather-map__item--utsunomiya {
  top: 69.4%;
  right: 40%;
}
.weather-map--japan .weather-map__item--tokyo {
  top: 79.6%;
  right: 44.3%;
}
.weather-map--japan .weather-map__item--nagano {
  top: 68.1%;
  right: 48.4%;
}
.weather-map--japan .weather-map__item--toyama {
  top: 57.5%;
  right: 53.1%;
}
.weather-map--japan .weather-map__item--nagoya {
  top: 77.5%;
  right: 54.3%;
}
.weather-map--japan .weather-map__item--oosaka {
  top: 71.1%;
  right: 61.5%;
}
.weather-map--japan .weather-map__item--okayama {
  top: 70.9%;
  right: 68.6%;
}
.weather-map--japan .weather-map__item--matsue {
  top: 60%;
  right: 69.6%;
}
.weather-map--japan .weather-map__item--matsuyama {
  top: 74%;
  right: 75.6%;
}
.weather-map--japan .weather-map__item--fukuoka {
  top: 64.6%;
  right: 83.1%;
}
.weather-map--japan .weather-map__item--oita {
  top: 75.9%;
  right: 82.6%;
}
.weather-map--japan .weather-map__item--kagoshima {
  top: 87%;
  right: 88.6%;
}
.weather-map--koushinetsu .weather-map__item--naebasan {
  top: 34.8%;
  right: 45%;
}
.weather-map--koushinetsu .weather-map__item--myokousan {
  top: 21.2%;
  right: 52.5%;
}
.weather-map--koushinetsu .weather-map__item--shiroumadake {
  top: 11.1%;
  right: 61.3%;
}
.weather-map--koushinetsu .weather-map__item--kashimayarigatake {
  top: 21.2%;
  right: 66.4%;
}
.weather-map--koushinetsu .weather-map__item--yarigatake {
  top: 28.3%;
  right: 74.7%;
}
.weather-map--koushinetsu .weather-map__item--ontakesan {
  top: 35%;
  right: 83.7%;
}
.weather-map--koushinetsu .weather-map__item--kobushigatake {
  top: 64%;
  right: 60%;
}
.weather-map--koushinetsu .weather-map__item--daibosatsurei {
  top: 76.2%;
  right: 60.5%;
}
.weather-map--koushinetsu .weather-map__item--akadake {
  top: 52.2%;
  right: 64.5%;
}
.weather-map--koushinetsu .weather-map__item--kaikomagatake {
  top: 53.5%;
  right: 72.7%;
}
.weather-map--koushinetsu .weather-map__item--kisokomagatake {
  top: 50.9%;
  right: 81.8%;
}
.weather-map--koushinetsu .weather-map__item--kitadake {
  top: 64%;
  right: 76.5%;
}

.weather-map__item {
  display: block;
  background: var(--colorBg1);
  width: 6.4%;
  height: 9.4%;
  border-radius: 5px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  position: absolute;
}
.weather-map__item--wide {
  width: 7.5%;
}
.weather-map__item--wide .weather-map__item__img {
  max-width: 70.4%;
}

.weather-map__item__link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.weather-map__item__name {
  display: block;
  width: 100%;
  font-size: 10rem;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  white-space: nowrap;
  transform: scale(0.8);
}
.weather-map__item__name--mountain img {
  width: 12px;
  height: auto;
  margin-top: 1px;
  margin-right: 0.3rem;
  vertical-align: top;
}

.weather-map__item__img {
  line-height: 1;
  text-align: center;
  max-width: 82.4%;
  margin: 0 auto;
}

.weather-list__block {
  width: 100%;
  border: 1px solid var(--colorBorder1);
}

.weather-list__block__head {
  padding: 15rem 0;
  font-size: 16rem;
  font-weight: bold;
  text-align: center;
  background: var(--colorBg2);
}
.weather-list__block__head a {
  color: var(--colorAccent3);
}

.weather-list__block__body__inner {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 3px 20px;
  border-top: 1px solid var(--colorBorder1);
}

.weather-list__block__title {
  width: 69rem;
  font-size: 16rem;
  line-height: 1.68;
  font-weight: bold;
}

.weather-list__block__list {
  display: flex;
  flex-wrap: wrap;
  flex: 1 1;
  margin-left: 15px;
  margin-right: -10px;
}

.weather-list__block__list__item {
  font-size: 16rem;
  line-height: 1.68;
  margin: 5px 10px;
}
.weather-list__block__list__item a {
  color: var(--colorAccent3);
}

.weather-box__title {
  display: flex;
  text-align: center;
  padding: 6rem 0;
  border-top: 1px solid var(--colorBorder1);
  border-bottom: 1px solid var(--colorBorder1);
  background: var(--colorBg2);
  font-size: 14rem;
  line-height: 1.45;
  font-weight: bold;
}

.weather-box__title__date {
  width: 25%;
}

.weather-box__title__img {
  width: 25%;
}

.weather-box__title__data {
  width: 20%;
}

.weather-box__title__rain {
  width: 30%;
}

.weather-box {
  display: flex;
  justify-content: space-between;
}

.weather-box__inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  border: 1px solid var(--colorBorder1);
}
.weather-box__inner + .weather-box__inner {
  border-left: none;
}

.weather-box__head {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  background: var(--colorBg2);
  text-align: center;
  font-size: 14rem;
  line-height: 1.6875;
  font-weight: bold;
  border-bottom: 1px solid var(--colorBorder1);
  flex: none;
}
.weather-box__head--sat {
  color: #2C9EE5;
}
.weather-box__head--sun {
  color: var(--colorCaution1);
}
.weather-box__head a {
  color: var(--colorAccent3);
}

.weather-box__img {
  max-width: 62.6%;
  margin: 0 auto;
}

.weather-box__txt {
  padding-top: 10rem;
  text-align: center;
  font-size: 14rem;
  line-height: 1.71;
}

.weather-box__data {
  display: flex;
  justify-content: center;
}

.weather-box-main {
  margin-top: auto;
  padding-top: 16rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.weather-box-sub {
  margin-top: auto;
  padding: 7rem 0 14rem;
}

.weather-box__data__max,
.weather-box__data__mim {
  font-size: 14rem;
  line-height: 1;
}

.weather-box__data__max {
  padding-right: 7rem;
  color: var(--colorCaution1);
}

.weather-box__data__mim {
  padding-left: 7rem;
  color: #2C9EE5;
  border-left: 1px solid var(--colorBorder1);
}

.weather-box__wind {
  margin-top: 8rem;
  display: flex;
  justify-content: center;
}

.weather-box__wind__direction,
.weather-box__wind__power {
  font-size: 14rem;
  line-height: 1.45;
}

.weather-box__wind__power {
  padding-left: 16rem;
}

.weather-box__bottom {
  margin-top: 20rem;
  text-align: center;
}
.weather-box__bottom .basic-button {
  margin: 0 auto;
  max-width: 420rem;
}
.weather-box__bottom .basic-button + .text-link {
  font-size: 14rem;
  display: inline-block;
  margin-top: 20rem;
}

.weather-box--day4.weather-box {
  flex-wrap: wrap;
}
.weather-box--day4 .weather-box__inner {
  width: 50%;
}
.weather-box--day4 .weather-box__inner:nth-child(3) {
  border-left: 1px solid var(--colorBorder1);
}
.weather-box--day4 .weather-box__inner:nth-child(n+3) {
  margin-top: 20rem;
}
.weather-box--day4 .weather-box__img {
  max-width: 41.8%;
}

.weather-box--day10.weather-box {
  display: block;
}
.weather-box--day10 .weather-box__inner {
  padding: 10rem 0 7rem 0;
  padding-top: 10rem;
  flex-direction: row;
  align-items: center;
  border: none;
  border-bottom: 1px solid var(--colorBorder1);
}
.weather-box--day10 .weather-box__inner + .weather-box__inner {
  border: none;
  border-bottom: 1px solid var(--colorBorder1);
}
.weather-box--day10 .weather-box__inner:nth-child(n+5) {
  display: none;
}
.weather-box--day10.is_open .weather-box__inner:nth-child(n+5) {
  display: flex;
}
.weather-box--day10 .weather-box__head {
  display: block;
  height: auto;
  width: 25%;
  font-size: 14rem;
  line-height: 1.45;
  background: none;
  border-bottom: none;
}
.weather-box--day10 .weather-box-main {
  width: 25%;
  padding-top: 0;
}
.weather-box--day10 .weather-box-sub {
  display: flex;
  align-items: center;
  width: 50%;
  margin-top: 0;
  padding: 0;
}
.weather-box--day10 .weather-box__img {
  max-width: 54%;
}
.weather-box--day10 .weather-box__txt {
  min-height: 30px;
  padding: 0 2rem;
  font-size: 14rem;
  line-height: 1.45;
}
.weather-box--day10 .weather-box__data {
  display: block;
  width: 40%;
}
.weather-box--day10 .weather-box__data__max,
.weather-box--day10 .weather-box__data__mim {
  text-align: center;
}
.weather-box--day10 .weather-box__data__max {
  padding-right: 0;
}
.weather-box--day10 .weather-box__data__mim {
  padding-left: 0;
  margin-top: 6rem;
  border-left: none;
}
.weather-box--day10 .weather-box__rain {
  width: 60%;
  font-size: 14rem;
  line-height: 1.6;
  text-align: center;
}

.weather-detail__button {
  margin-top: 20rem;
}

.weather-pinpoint {
  display: flex;
  flex-wrap: wrap;
  margin-top: -4rem;
}

.weather-pinpoint__item {
  width: 33.333%;
  text-align: center;
  line-height: 1.45;
  margin-top: 12px;
}
.weather-pinpoint__item a {
  color: var(--colorAccent3);
}
.weather-pinpoint__item:nth-child(n+31) {
  display: none;
}
.weather-pinpoint.is_open .weather-pinpoint__item:nth-child(n+31) {
  display: block;
}
@media (min-width: 768px) {
  .weather-source {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .weather-source__txt {
    order: 1;
  }
  .weather-source__bnr {
    max-width: 300px;
    padding: 0;
    order: 2;
  }
  .weather-source__bnr a:hover:before {
    opacity: 0.1;
  }
  .weather-list__block {
    display: flex;
    align-items: stretch;
  }
  .weather-list__block__head {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-right: 1px solid var(--colorBorder1);
    width: 108px;
  }
  .weather-list__block__head a:hover {
    text-decoration: underline;
  }
  .weather-list__block__body {
    width: calc(100% - 108px);
  }
  .weather-list__block__body__inner {
    padding: 4px 30px;
  }
  .weather-list__block__body__inner:first-child {
    border-top: none;
  }
  .weather-list__block__title {
    width: 64rem;
  }
  .weather-list__block__list {
    margin-left: 15px;
    margin-right: -15px;
  }
  .weather-list__block__list__item {
    margin: 5px 15px;
  }
  .weather-list__block__list__item a:hover {
    text-decoration: underline;
  }
  .weather-box__head {
    height: 45px;
    font-size: 16rem;
    line-height: 1.71;
  }
  .weather-box__head a:hover {
    text-decoration: underline;
  }
  .weather-box__img {
    max-width: 16.11%;
  }
  .weather-box__txt {
    padding-top: 5rem;
    font-size: 16rem;
    line-height: 1.6875;
  }
  .weather-box-main {
    padding-top: 10rem;
  }
  .weather-box-sub {
    padding: 8rem 0 8rem;
  }
  .weather-box--day4.weather-box {
    flex-wrap: nowrap;
  }
  .weather-box--day4 .weather-box__inner:nth-child(3) {
    border-left: none;
  }
  .weather-box--day4 .weather-box__inner:nth-child(n+3) {
    margin-top: 0;
  }
  .weather-box--day4 .weather-box__inner {
    width: 100%;
  }
  .weather-box--day4 .weather-box__img {
    max-width: 21.51%;
  }
  .weather-box--day10.weather-box {
    display: flex;
  }
  .weather-box--day10 .weather-box__inner {
    flex-direction: column;
    width: 10%;
    padding: 0;
    border: 1px solid var(--colorBorder1);
  }
  .weather-box--day10 .weather-box__inner + .weather-box__inner {
    border: 1px solid var(--colorBorder1);
    border-left: none;
  }
  .weather-box--day10 .weather-box__inner:nth-child(n+5) {
    display: flex;
  }
  .weather-box--day10 .weather-box__head {
    display: flex;
    width: 100%;
    background: var(--colorBg2);
    height: 33px;
    border-bottom: 1px solid var(--colorBorder1);
  }
  .weather-box--day10 .weather-box-main {
    padding-top: 4rem;
    width: auto;
  }
  .weather-box--day10 .weather-box-sub {
    width: auto;
    display: block;
    margin-top: auto;
    padding: 1rem 0 5rem 0;
  }
  .weather-box--day10 .weather-box__data {
    display: flex;
    align-items: center;
    width: auto;
  }
  .weather-box--day10 .weather-box__data__max,
.weather-box--day10 .weather-box__data__mim {
    font-size: 12rem;
  }
  .weather-box--day10 .weather-box__data__max {
    padding-right: 4rem;
  }
  .weather-box--day10 .weather-box__data__mim {
    margin-top: 0;
    padding-left: 4rem;
    border-left: 1px solid var(--colorBorder1);
  }
  .weather-box--day10 .weather-box__rain {
    width: auto;
    margin-top: 5rem;
    font-size: 12rem;
  }
  .weather-detail__button {
    display: flex;
    justify-content: space-between;
  }
  .weather-detail__button a:last-child {
    margin-left: 20rem;
  }
  .weather-pinpoint__item {
    width: 16.666%;
    text-align: left;
  }
  .weather-pinpoint__item:nth-child(n+31) {
    display: block;
  }
}
@media (max-width: 1100px) {
  .weather-map__item__name {
    transform: scale(0.6);
    letter-spacing: -0.08rem;
  }
  .weather-box--day10 .weather-box__head {
    font-size: 13rem;
  }
  .weather-box--day10 .weather-box__data__max,
.weather-box--day10 .weather-box__data__mim {
    font-size: 11rem;
  }
}
@media (max-width: 767px) {
  .weather-box--day10 .weather-box__head {
    font-size: 14rem;
  }
  .weather-box--day10 .weather-box__data__max,
.weather-box--day10 .weather-box__data__mim {
    font-size: 14rem;
  }
}