@import url(destyle.css);

* body {
  margin: 0 auto;
  -webkit-text-size-adjust: 100%;
  background-color: black;
}
* {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#wrap {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
}

.pc_top {
  margin-top: 40px;
  margin-bottom: -60px;
  z-index: -1;
}

.title_bar {
  display: flex;
  flex-direction: row;
  justify-content: end;
  background-color: #004e9d;
  /* text-align: center; */
  width: 100%;
  /* margin: 0 auto; */
}

.title_bar p {
  color: #fff;
  font-family: "Archivo Black", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 23px;
  line-height: 1;
  padding-top: 12px;
  padding-left: 10px;
  padding-bottom: 6px;
  width: 100%;
}

.header_nav {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  margin-top: 10px;
  margin-bottom: -52px;
  padding-bottom: 6px;
}

.header_nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  color: #fff;
  column-gap: 6px;
  list-style: none;
  margin-top: 20px;
  margin-bottom: 0;
  width: 98%;
  margin: 0 auto;
}

.header_nav ul li a {
  display: inline-block;
  flex-grow: 0;
  /* レスポンシブ化 */
  color: white;
  background-color: rgb(243, 67, 67);
  text-decoration: none;
  font-size: 12px;
  line-height: 1.5;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-weight: 700;
  width: 100px;
  height: 27px;
  text-align: center;
  outline: none;
  color: #fff;
  margin-bottom: 8px;
  border-radius: 4px;
  padding: 4px 3px;
}

.header_nav ul li a:hover {
  opacity: 0.7;
}

.pale2 {
  display: inline-block;
  flex-grow: 0;
  opacity: 0.4;
  /* レスポンシブ化 */
  color: white;
  background-color: rgb(243, 67, 67);
  text-decoration: none;
  font-size: 12px;
  line-height: 1.5;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-weight: 700;
  width: 100px;
  height: 27px;
  text-align: center;
  outline: none;
  color: #fff;
  margin-bottom: 8px;
  border-radius: 4px;
  padding: 4px 3px;
}

main {
  /* margin-top: -6.4vh; */
  position: relative;
}
.march img {
  width: 100%;
}
.redline {
  border: none;
  border-top: solid;
  border-width: 10px 0 0 0;
  border-color: red;
}
.radio_news {
  display: flex;
  flex-direction: column;
  background-color: cyan;
  padding: 2%;
}
.radio_news .coment {
  margin-bottom: 2vh;
}
.coment p {
  font-size: 18px;
  font-family: sans-serif;
  font-weight: 500;
  line-height: 1.4;
}
.coment p b {
  font-size: 22px;
  font-family: sans-serif;
  font-weight: 700;
  line-height: 1.4;
}
.fotos {
  display: flex;
  justify-content: center;
  /* background-color: #ffb700; */
  column-gap: 2%;
}
.fotos_combi img {
  width: 100%;
}
.fotos_combi {
  display: flex;
  flex-direction: column;
}
.fotos_combi p {
  font-size: 14px;
  font-family: sans-serif;
  font-weight: 500;
  line-height: 1.5;
  padding-top: 5px;
}
.sign {
  text-align: end;
  display: block;
}
.after_air {
  background-color: blue;
  padding: 2%;
  margin: 5px 2% 0 2%;
  border-radius: 8px;
}
.after_air a {
  font-size: 18px;
  font-family: sans-serif;
  font-weight: 500;
  line-height: 1.4;
  color: white;
}
.after_air:hover {
  opacity: 0.6;
}
.news img {
  margin-left: 10px;
  width: 70%;
  max-width: 160px;
}
.newyear {
  margin-bottom: 20px;
}

.newyear h6 {
  font-family: Bilbo Swash Caps;
  font-weight: 100;
  font-size: 28px;
  color: red;
  margin-bottom: 0px;
  margin-left: 10px;
  margin-top: 10px;
  text-align: left;
}

.newyear p {
  font-family: serif;
  font-weight: 400;
  font-size: 18px;
  color: white;
  margin-top: 10px;
  margin-left: 10px;
  text-align: left;
}

.title1 {
  font-size: 22px;
  line-height: 1.6;
  color: #fff;
  font-weight: bold;
  font-family: sans-serif;
  padding: 20px 3% 0 3%;
}
.news_combi {
  display: flex;
  flex-direction: row;
  background-color: black;
  /* border-top: 1px solid #fff; */
  /* background-color: #ffb700; */
  margin-top: 1vh;
}

.album {
  text-align: start;
  padding-left: 3%;
}
.album img {
  width: 228px;
  margin-bottom: 1vh;
}
.album_combi {
  display: flex;
  flex-wrap: wrap;
  width: 98%;
  margin-bottom: 2vh;
}

.topics {
  padding-top: 1vh;
  position: relative;
  background-color: black;
}
.topics p {
  font-size: 15px;
  color: #fff;
  line-height: 2;
  font-weight: bold;
  font-family: sans-serif;
  padding: 3vh 3% 2vh 3%;
  text-align: justify;
}
.misdashi {
  font-size: 20px;
}

.article p {
  font-size: 15px;
  color: #fff;
  line-height: 2;
  font-weight: bold;
  font-family: sans-serif;
  padding: 2vh 3% 1vh 3%;
  text-align: justify;
}
.buy {
  display: flex;
  flex-direction: column;
  width: 210px;
  margin-top: -3vh;
  /* margin-left: 3px; */
}
.buy p {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  line-height: 1.6;
  padding-left: 14px;
  /* background-color: #a0b8f3; */
}
.buy_link {
  display: flex;
  flex-direction: column;
  margin-top: -2vh;
  gap: 6px;
  padding-left: 2px;
}
.red {
  color: rgb(198, 29, 29);
}

.name {
  font-size: 15px;
  color: #fff;
  line-height: 1.5;
  font-weight: 500;
  font-family: sans-serif;
  text-align: end;
  padding-right: 3%;
}
.news_bar_sp img {
  width: 100%;
}
.news_bar_lp {
  display: none;
}

h5 {
  font-size: 20px;
  line-height: 1.3;
  font-weight: bold;
  font-family: sans-serif;
  padding: 10px 2%;
  color: rgb(237, 23, 23);
  background-color: #ffb700;
}
.news_all {
  background-color: #ffb700;
  padding-bottom: 20px;
}
.news_contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
}
.kiji_combi {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-top: 10px;
  border-bottom: solid thin black;
}
.kiji {
  align-self: center;
}
.kiji img {
  max-width: 275px;
  margin-top: 6px;
  padding-left: 2%;
  margin-bottom: 10px;
}

.media_block {
  margin-top: -5x;
  font-size: 16px;
  line-height: 1.6em;
  font-weight: 500;
  font-family: sans-serif;
  text-align: justify;
  padding: 0 2%;
  width: 375px;
}

/* .article_all {
  background-color: black;
  margin: 0 -5% -2vh;
} */

.button1 {
  text-align: center;
  display: inline-block;
  width: 200px;
  height: 26px;
  font-size: 14px;
  color: black;
  font-family: sans-serif;
  font-weight: bold;
  line-height: 1.1em;
  text-decoration: none;
  background-color: #a0b8f3;
  padding: 6px 4px 8px 4px;
  box-sizing: border-box;
  margin: 5px -10px 0 10px;
  border-radius: 6px;
}

.button1:hover {
  opacity: 0.5;
}
.button2 {
  text-align: center;
  display: inline-block;
  width: 200px;
  height: 26px;
  font-size: 14px;
  color: black;
  font-family: sans-serif;
  font-weight: bold;
  line-height: 1.1em;
  text-decoration: none;
  background-color: #0abc8a;
  padding: 6px 4px 8px 4px;
  box-sizing: border-box;
  margin: 5px -10px 0 10px;
  border-radius: 6px;
  margin-top: 1vh;
}

.button2:hover {
  opacity: 0.5;
}

.button5 {
  display: inline-block;
  width: 55px;
  height: 26px;
  font-size: 14px;
  color: black;
  font-family: sans-serif;
  font-weight: bold;
  line-height: 1.1em;
  text-decoration: none;
  background-color: #c18cdb;
  padding: 6px 12px 6px 13px;
  box-sizing: border-box;
  margin-bottom: 0px;
  margin-right: 5px;
  margin-top: 5px;
  border-radius: 6px;
  margin-left: 15px;
}

.button5:hover {
  opacity: 0.6;
}

.comment {
  bottom: 0;
  color: white;
  font-size: 13px;
  font-family: sans-serif;
  clear: both;
  line-height: 1.6em;
  /* margin-top: 1vw; */
  padding: 10px 20px;
  border-top: 1px #fff solid;
}

footer {
  background-color: #18419a;
  width: 100%;
  font-size: 12px;
  font-weight: lighter;
  font-family: sans-serif;
  color: #fff;
  line-height: 1.6em;
  text-align: center;
}

footer p {
  padding: 15px 8px 18px 8px;
}

/* ↓先頭に戻るボタンのデザイン */
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

#pageTop i {
  padding-top: 6px;
}

#pageTop a {
  display: block;
  z-index: 999;
  padding: 4px;
  border-radius: 30px;
  width: 40px;
  height: 40px;
  background-color: #fc1905;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

@media (min-width: 500px) {
  .title_bar p {
    font-size: 25px;
  }
}

/* @media (min-width: 600px) {
  .title_bar p {
    font-size: 28px;
    padding-top: 10px;
  }
} */
/* @media (min-width: 652px) {
  .media_block {
    width: 55%;
    margin-right: 15px;
    margin-left: -15px;
    margin-top: 5px;
  }
  .kiji_combi {
    padding: 20px 3% 10px 2%;
  }
  .news img {
    width: 80%;
    max-width: 160px;
  }
} */

@media (min-width: 775px) {
  .kiji_combi {
    border-bottom: none;
  }
  .news_bar_lp {
    display: block; /* ← ここで非表示 → 表示に切り替える */
  }
  .news_bar_sp {
    display: none;
  }

  .news_bar_lp img {
    width: 100%;
  }
  .kiji {
    align-self: flex-start;
  }
}

@media (min-width: 1250px) {
  body {
    max-width: 1250px;
  }
  .title_bar {
    width: 1250px;
    height: 48px;
    position: relative;
  }
}
