#container {
  padding-top: 80px;
}

@media (max-width: 640px) {
  #container {
    padding-top: 14.5vw;
  }
}

#wrapper #main {
  max-width: none;
}

#content #pad {
  max-width: 1090px;
  margin: 15px auto 75px auto;
}

@media (max-width: 640px) {
  #content #pad {
    margin: 15px auto 40px auto;
  }
}

#content img.special_img {
  max-width: 100%;
}

.narrow #content .n_padin {
  padding: 0px;
}

@media screen and (max-width: 640px) {
  #content .original_program {
    margin-top: 10px;
  }
}

#content .original_program ul.special_list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

@media screen and (max-width: 640px) {
  #content .original_program ul.special_list {
    display: block;
    padding: 0 10px;
  }
}

#content .original_program .special_list li {
  background: #fff;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding: 20px 10px;
  width: calc((100% / 3) - 20px);
}

@media screen and (max-width: 640px) {
  #content .original_program .special_list li {
    font-size: 16px;
    font-weight: bold;
    padding: 0;
    max-width: 100%;
    padding: 10px 0 10px 0;
    width: 100%;
  }
}

#content img.special_img {
  max-width: 100%;
}

#content .original_program span.special_explanatory_text {
  font-size: 12px;
  font-weight: bold;
  padding-top: 5px;
  display: block;
  color: #000;
}

@media screen and (max-width: 640px) {
  #content .original_program span.special_explanatory_text {
    font-size: 10px;
    padding-top: 10px;
  }
}

.kumi_mark img {
  width: 100%;
}

.kumi_mark {
  width: 50px;
  padding: 20px 5px 10px 15px;
}

@media screen and (max-width: 640px) {
  .kumi_mark {
    width: 50px;
    padding: 15px 5px 10px 15px;
  }
}

.special_text_area {
  display: flex;
}

.special_text_area_sora {
  background-color: #e3aed5;
}

.special_text_area_hana {
  background-color: #f8688f;
}

.special_text_area_yuki {
  background-color: #99d6aa;
}

.special_text_area_tsuki {
  background-color: #f5b602;
}

.special_text_area_hoshi {
  background-color: #5cb7d4;
}

.info {
  padding: 20px 10px 20px 5px;
  width: 90%;
  height: 75px;
}

@media screen and (max-width: 640px) {
  .info {
    padding: 10px 10px 20px 5px;
    width: 90%;
    height: auto;
  }
}

#content .original_program .special_list #goldendeadschiele {
  padding-top: 100px;
  margin-top: -100px;
}

@media screen and (max-width: 640px) {
  #content .original_program .special_list #goldendeadschiele {
    padding-top: 50px;
    margin-top: -50px;
  }
}

#formosa {
  padding-top: 100px;
  margin-top: -100px;
}

@media screen and (max-width: 640px) {
  #formosa {
    padding-top: 100px;
    margin-top: -100px;
  }
}

.news-skyreport__mv {
  background-image: url(../img/news-skyreport_mg_bg.jpg);
  background-size: contain;
  background-position: center;
}

.news-skyreport__mv__inner {
  text-align: center;
  padding: 30px 20px 35px;
  display: flex;
  gap: 0px;
  align-items: flex-start;
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 640px) {
  .news-skyreport__mv__inner {
    padding: 20px 15px 30px;
    flex-flow: column;
  }
}

.news-skyreport__mv__news {
  background-image: url(../img/news_logo_bg.jpg);
  padding: 30px 20px;
  text-align: center;
  background-size: contain;
  background-position: center;
}

@media (max-width: 640px) {
  .news-skyreport__mv__news {
    padding: 5px 20px 5px;
  }
}

@media (max-width: 640px) {
  .news-skyreport__mv__news__img {
    width: 17%;
  }
}

@media (max-width: 640px) {
  .news-skyreport__mv__img {
    width: 88%;
  }
}

.news-skyreport__mv__img__wrap {
  width: 45%;
}

@media (max-width: 640px) {
  .news-skyreport__mv__img__wrap {
    width: 100%;
  }
}

.news-skyreport__mv__kaisetsu {
  font-size: 20.5px;
  width: 80%;
  margin: 40px auto 0px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #2e4872;
}

@media (max-width: 640px) {
  .news-skyreport__mv__kaisetsu {
    width: 100%;
    font-size: 14px;
    margin: 20px auto 0px;
  }
}

.news-skyreport__mv__contents {
  display: flex;
  gap: 25px;
  max-width: 1170px;
  justify-content: space-between;
  flex-flow: column;
  margin-top: 10px;
  width: 55%;
}

@media (max-width: 640px) {
  .news-skyreport__mv__contents {
    flex-wrap: wrap;
    margin: 20px auto 0px;
    justify-content: center;
    gap: 4vw 20px;
    width: 100%;
  }
}

.news-skyreport__mv__contents__item {
  position: relative;
  background-color: white;
  border-radius: 0px 0px 20px 20px;
  box-sizing: border-box;
  padding: 25px 20px 10px;
}

@media (max-width: 640px) {
  .news-skyreport__mv__contents__item {
    width: 100%;
    padding: 10px 10px 10px;
  }
}

.news-skyreport__mv__contents__item::before {
  content: '';
  background-color: #ffd1eb;
  width: 18px;
  height: 18px;
  position: absolute;
  top: -10px;
  left: -10px;
  transform: translateY(0%) translateX(0%) rotate(45deg);
}

@media (max-width: 640px) {
  .news-skyreport__mv__contents__item::before {
    width: 10px;
    height: 10px;
    top: -7px;
    left: -7px;
  }
}

.news-skyreport__mv__contents__item::after {
  content: '';
  background-color: #ffd1eb;
  width: 18px;
  height: 18px;
  position: absolute;
  top: -10px;
  right: -10px;
  transform: translateY(0%) translateX(0%) rotate(45deg);
}

@media (max-width: 640px) {
  .news-skyreport__mv__contents__item::after {
    width: 10px;
    height: 10px;
    top: -7px;
    right: -7px;
  }
}

.news-skyreport__mv__contents__item__heading {
  background-color: #e0caff;
  min-width: 128px;
  padding: 7px 5px;
  border-radius: 18px;
  display: inline-block;
  font-size: 15px;
  font-family: 'Noto Sans JP';
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #2e4872;
  font-weight: bold;
  box-sizing: border-box;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateY(0%) translateX(-50%);
}

@media (max-width: 640px) {
  .news-skyreport__mv__contents__item__heading {
    font-size: 3.4vw;
    padding: 2px 3vw;
    min-width: 85px;
  }
}

.news-skyreport__mv__contents__item__text {
  margin-top: 13px;
  font-size: 14.5px;
  font-family: 'Noto Sans JP';
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #2e4872;
  line-height: 1.3;
}

@media (max-width: 640px) {
  .news-skyreport__mv__contents__item__text {
    font-size: 2.5vw;
    margin-top: 10px;
    line-height: 1.2;
  }
}

.news-skyreport__mv__contents__item__img {
  margin-top: 20px;
}

@media (max-width: 640px) {
  .news-skyreport__mv__contents__item__img {
    width: 90%;
    margin-top: 5px;
  }
}

.news-skyreport__mv__contents__item:nth-child(2)::before {
  background-color: #ffee5b;
}

.news-skyreport__mv__contents__item:nth-child(2)::after {
  background-color: #ffee5b;
}

.news-skyreport__mv__contents__item:nth-child(3)::before {
  background-color: #b6ffbd;
}

.news-skyreport__mv__contents__item:nth-child(3)::after {
  background-color: #b6ffbd;
}

.back-to-top-btn {
  margin-top: 65px;
  padding: 0px 10px;
}

@media (max-width: 640px) {
  .back-to-top-btn {
    margin-top: 30px;
    padding: 0px 30px;
  }
}

.back-to-top-btn__item {
  display: block;
  margin: 0 auto;
  max-width: 428px;
  width: 100%;
  position: relative;
  background-color: #a88b4a;
  border-radius: 29px;
  padding: 11px 20px 15px;
  text-align: center;
  box-sizing: border-box;
}

.back-to-top-btn__item__text {
  color: white;
  font-weight: bold;
  font-size: 22px;
  font-family: 'Noto Sans JP', "Hiragino Kaku Gothic Pro";
}

@media (max-width: 640px) {
  .back-to-top-btn__item__text {
    font-size: 16px;
  }
}

.back-to-top-btn__item__text::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%) rotate(45deg);
}

.back-to-top-btn__item__kirakira {
  position: absolute;
  top: 40%;
  left: 9px;
  transform: translateY(-50%) translateX(0%);
  max-width: 22px;
}

@media (max-width: 640px) {
  .back-to-top-btn__item__kirakira {
    width: 6vw;
  }
}
/*# sourceMappingURL=style.css.map */
