@import url(destyle.css);

* body {
  margin: 0 auto;
  -webkit-text-size-adjust: 100%;
  background-color: black;
}

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

#top {
  position: relative;
}

header h1 {
  font-family: "Kanit", sans-serif;
  font-weight: lighter;
  font-size: 14vw;
  position: absolute;
  top: 13vh;
  left: 50%;
  top: 50%;
  transform: translate(-35%, 160%);
  width: 100vw;
  color: #fff;
  z-index: 5;
  text-shadow: 2px 3px 3px #1d0597;
}

.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: 116px;
  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: 116px;
  height: 27px;
  text-align: center;
  outline: none;
  color: #fff;
  margin-bottom: 8px;
  border-radius: 4px;
  padding: 4px 3px;
}

main {
  /* margin-top: -4.5vh; */
  position: relative;
}

.cd_block {
  margin-top: 5px;
  margin-bottom: 1vh;
  border-top: 1px #fff solid;
}
.profile p {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  font-family: serif;
  padding-left: 3%;
}
.foto_combi {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  width: 100%;
}
.shadow {
  filter: drop-shadow(6px 6px 10px white);
}
.name {
  width: 100%;
}
.name p {
  font-size: 20px;
  color: #fff;
  line-height: 1.5;
  font-weight: bold;
  font-family: sans-serif;
  padding-right: 0%;
  padding-left: 30px;
}
.name p .small {
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  font-family: serif;
}
.foto img {
  /* padding: 0.5vh 6px 1vh 10%; */
  width: 200px;
  padding-left: 8%;
}
.buy {
  width: 100%;
  padding-left: 18px;
  margin-right: 10vw;
}
.buy_combi {
  display: flex;
  flex-direction: column;
  width: 270px;
  margin-left: -10px;
  /* background-color: #a0b8f3; */
}
.buy p {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  font-family: sans-serif;
  padding-left: 12px;
  margin-bottom: 5px;
}
.buy_link {
  display: flex;
  flex-direction: column;
}
.cd_copy p {
  font-size: 16px;
  color: #fff;
  line-height: 1.8;
  font-weight: 500;
  font-family: sans-serif;
  padding: 4vh 3% 0 3%;
  text-align: justify;
}
.red {
  font-size: 16px;
  color: red;
  font-weight: 500;
  font-family: sans-serif;
  /* padding: 4vh 3% 0 3%; */
}
.italic {
  font-size: 18px;
  color: #bfbdc3;
  font-style: italic;
  line-height: 1.8;
  font-weight: bold;
  font-family: serif;
}
.memo {
  font-size: 14px;
  color: #fff;
  line-height: 1.6;
  font-weight: 500;
  font-family: sans-serif;
  padding: 4vh 3% 0 3%;
  text-align: justify;
}

.button1 {
  text-align: center;
  display: inline-block;
  width: 120px;
  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 8px 8px 10px;
  box-sizing: border-box;
  margin: 5px -10px 0 10px;
  border-radius: 6px;
}

.button1: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 (max-width: 459px) {
  .buy_combi {
    margin-top: 3vh;
  }
}
@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: 1000px) {
  .foto img {
    width: 250px;
    padding-left: 12%;
  }
  .foto img {
    /* padding: 0.5vh 6px 1vh 10%; */
    width: 250px;
    margin-left: 10px;
  }
  .buy_combi {
    margin-left: 2vw;
  }
}

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