@import url(destyle.css);

* body {
  margin: 0 auto;
  -webkit-text-size-adjust: 100%;
  background-color: rgba(252, 237, 237, 0.954);
}
* {
  box-sizing: border-box;
}

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

/* .pc_top {
  position: relative;
} */
.pc_top img {
  width: 100%;
}

.pc_top {
  position: relative;
  margin-top: -0.2vh;
  left: 0;
  /* z-index: -1; */
}
.jimusho {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 10;
}
.jimusho img {
  width: 100px;
}
.jimusho a:hover {
  opacity: 0.7;
}

.title_bar {
  display: flex;
  flex-direction: row;
  background-color: #af7da5;
  text-align: left;
  width: 100%;
  margin-bottom: -10px;
}

.title_bar p {
  color: #fff;
  font-family: "Libre Caslon Text", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 23px;
  line-height: 1;
  padding-top: 15px;
  padding-left: 10px;
  width: 100%;
}

#sns {
  display: flex;
  margin-right: 8px;
  margin-top: 6px;
  list-style: none;
}

#sns li img {
  width: 36px;
  padding-bottom: 6px;
  margin-left: 6px;
}

#sns li a:hover {
  opacity: 0.7;
}

.header_nav {
  margin-top: 25px;
}

.header_nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  color: #fff;
  background-color: #fcee90;
  column-gap: 10px;
  list-style: none;
  width: 100%;
  margin-top: -15px;
  padding-top: 10px;
}

.header_nav ul li a {
  display: inline-block;
  flex-grow: 0;
  /* レスポンシブ化 */
  color: white;
  background-color: rgb(87, 80, 83);
  text-decoration: none;
  font-size: 14px;
  line-height: 1.5;
  font-family: "Encode Sans Semi Condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
  width: 116px;
  height: 27px;
  text-align: center;
  outline: none;
  color: #fff;
  margin-bottom: 8px;
  border-radius: 4px;
  padding: 3px 3px 3px;
}

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

.pale2 {
  display: inline-block;
  opacity: 0.4;
  flex-grow: 0;
  /* レスポンシブ化 */
  color: white;
  background-color: rgb(87, 80, 83);
  text-decoration: none;
  font-size: 14px;
  line-height: 1.5;
  font-family: "Encode Sans Semi Condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
  width: 116px;
  height: 27px;
  text-align: center;
  outline: none;
  color: #fff;
  margin-bottom: 8px;
  border-radius: 4px;
  padding: 3px 3px 3px;
}

.newyear {
  margin-bottom: 40px;
  margin-top: -6vh;
}

.newyear h6 {
  font-family: Bilbo Swash Caps;
  font-weight: 100;
  font-size: 28px;
  color: red;
  margin-bottom: 0px;
  margin-left: 10px;
  margin-top: 240px;
  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;
}

.topics {
  /* margin-top: 14vh; */
  position: relative;
  /* margin-left: 2%; */
  /* margin-right: 2%; */
  margin-bottom: 1vh;
  background-color: rgb(87, 80, 83);
  /* opacity: 0.7; */
  width: 100%;
}

.topics p a {
  display: inline-block;
  color: rgba(255, 255, 0, 0.778);
  font-size: 15px;
  line-height: 1.5;
  font-weight: bold;
  font-family: sans-serif;
  text-decoration: none;
  padding: 1vh 1.5vw;
  box-sizing: border-box;
  z-index: 25;
}
.large {
  font-size: 18px;
}

.topics p a:hover {
  color: #8eccf7;
  font-family: sans-serif;
  font-weight: bold;
}
.topics2 {
  margin-top: 2vh;
  margin-left: 2%;
  margin-bottom: 5vh;
}
.topics2 p {
  font-family: sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #e70080;
  line-height: 1.6;
}
.topics2 p a {
  font-style: 12px;
  display: inline-block;
  background-color: yellow;
  color: magenta;
  padding: 2px 5px;
  border-radius: 4px;
  margin-left: 1%;
}

.info {
  display: flex;
  flex-direction: column;
  margin-left: 2vw;
  margin-bottom: 2vh;
  margin-top: 1.3vh;
}

.info img {
  width: 185px;
  margin-top: 0.5vh;
}

.title {
  font-size: 17px;
  font-weight: 700;
  font-family: sans-serif;
  color: rgb(87, 80, 83);
}
.bangumi {
  padding-right: 2%;
  padding-top: 2vh;
  margin-bottom: 1vh;
}
.bangumi a {
  color: rgb(87, 80, 83);
  text-decoration: none;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
  font-family: sans-serif;
  color: rgb(87, 80, 83);
  transition: color 0.3s;
}
.bangumi a:hover {
  color: #d169a9; /* ←ここで全体の色が変わります */
}
.bangumi a:hover .title {
  color: #d169a9; /* ← これを追加！ */
}

.santra_block_rayout {
  display: flex;
  flex-wrap: wrap;
  /* margin-left: 2vw; */
}
.santra_block {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0px 0;
  margin-top: 10px;
  margin-bottom: 10px;
  max-width: 450px;
}
.santra_link {
  margin-left: 0.2vw;
}
.santra_block .combi {
  display: flex;
}
.santra_block .combi p {
  color: #5e585f;
  font-size: 14px;
  padding-right: 10px;
  line-height: 1.4;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bolder;
  margin-left: 1%;
  width: 100%;
}
.santra_block .combi img {
  align-self: flex-start;
  width: 120px;
  margin-right: 4px;
}

.santra_block .combi p.indent {
  text-indent: -0.5rem;
}

.santra_info {
  display: flex;
  flex-direction: column;
  padding-top: 8px;
  padding-left: 6px;
}
.santra_info p {
  color: rgb(87, 80, 83);
  font-size: 14px;
  padding-right: 10px;
  line-height: 1.4;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bolder;
  margin-left: 1%;
  width: 100%;
}

.santra_info p.indent {
  text-indent: -0.5rem;
}

.button4 {
  display: inline-block;
  width: 106px;
  height: 26px;
  font-size: 15px;
  color: black;
  font-family: sans-serif;
  font-weight: bold;
  line-height: 1.1em;
  text-decoration: none;
  background-color: #c6b7c9;
  padding: 6px 9px 8px 12px;
  box-sizing: border-box;
  margin-bottom: 0px;
  margin-right: -10px;
  margin-top: 5px;
  border-radius: 6px;
}

.button4:hover {
  opacity: 0.6;
}

.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: #dfc0c0;
  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 p {
  bottom: 0;
  color: rgb(87, 80, 83);
  font-size: 13px;
  font-family: sans-serif;
  /* clear: both; */
  line-height: 1.6em;
  /* margin-top: 1vw; */
  padding: 10px 20px;
  border-top: 1px rgb(87, 80, 83) solid;
}

footer {
  background-color: #af7da5;
  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;
}
.company-name {
  display: block;
  text-align: right;
  padding-right: 18px;
  margin-top: 0.3em;
}

/* ↓先頭に戻るボタンのデザイン */
#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: hsl(46, 94%, 55%);
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

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

@media (min-width: 500px) {
  .santra_block {
    width: 450px;
  }
}
@media (min-width: 700px) {
  .jimusho {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 10;
  }
  .jimusho img {
    width: 130px;
  }
}

@media (min-width: 1250px) {
  body {
    max-width: 1250px;
  }
  .santra_block {
    width: 400px;
  }
}
