@charset "UTF-8";
/* -- ※自作発言/模倣/無断転載/AI使用 禁止。 Reprint and Use without permission is prohibited!!!!!! --*/
/* ｰｰ @mizuao_4exc / pixiv:10038630 無断転載 模倣 AI学習 禁止 / Repost is prohibited. -- */

/* -- chara list -------------------- */
h1 img {
  max-width: 450px;
}

.title-W {
  display: flex;
}

h2 {
  font-family: 'Shippori Mincho B1', serif;
  font-size: 40px;
  padding-left: 80px;
  color: #584024;
}

.chara-list {
  width: 1200px;
  max-width: 100%;
  padding: 150px 0 200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, 200px);
  column-gap: 40px;
  row-gap: 80px;
  justify-content: center;
}

.chara-list li {
  position: relative;
}

.chara-list li:first-child {
  margin-left: 0;
}

.chara-list dl {
  margin-top: 15px;
}

.chara-list dt {
  font-family: 'Shippori Mincho B1', serif;
  font-size: 18px;
}

.chara-list dd {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  font-weight: 300;
  margin-top: 5px;
  letter-spacing: 0.05em;
}

.chara-list img {
  box-shadow: 0 0 15px rgba(211, 221, 224, 0.62);
  transition-duration: 0.5s;
}

.chara-list img:hover {
  opacity: 0.7;
  box-shadow: 0px 0px 20px 10px rgba(214, 253, 255, 0.818), 0px 0px 5px -2px rgba(223, 175, 255, 1);
  transform: scale(1.02);
}


.chara-list .chara-label {
  position: absolute;
  top: 0;
  left: calc(100% + 18px);
  font-family: 'Poppins', sans-serif;
  font-size: 10px;
  font-weight: bolder;
  white-space: nowrap;
  transform-origin: top left;
  transform: rotate(90deg);
  letter-spacing: 0.1em;
}

.main {
  overflow-y: hidden;
}

/* -- chara list -------------------- */
.chara-wrap {
  position: relative;
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  width: 1000px;
  height: auto;
  margin: 0 auto;
  padding: 50px 0 50px;
  z-index: -5;
  justify-content: center;
  align-items: center;
}

  .ch-prof {
    -webkit-flex:1.5;
    flex: 1.5;
    margin-left: 30px;
    width: 100%;
  }

  .ch-visl {
    -webkit-flex:1;
    flex: 1;
    margin-right:0;
    width: 100%;
  }

  .ch-visl img{
    width: 100%;
  }

  .ch-prof-rev {
    -webkit-flex:1.3;
    flex: 1.3;
    margin-left: 80px;
    width: 100%;
  }



/* -- chara text ---------- */
h1.chara-name {
  font-family: 'Shippori Mincho B1', serif;
  font-weight: 400;
  font-size: 40px;
  color: #584024;
  padding-top: 30px;
  letter-spacing: 0.02em;
  z-index: -1;
}

.number {
  /* ２-name */
  font-family: 'Shippori Mincho B1', serif;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0.2em;
  transform: translateY(-350%);
}

.fullname {
  position: absolute;
  font-family: 'Oooh Baby', cursive;
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 0.2em;
  transform: translateY(-80%);
  z-index: -2;
}

.fullname-long {
  /* rev */
  position: absolute;
  font-family: 'Oooh Baby', cursive;
  font-size: 23px;
  font-weight: 300;
  letter-spacing: 0.2em;
  transform: translateY(-80%);
  z-index: -2;
}

.fullname-2 {
  position: absolute;
  font-family: 'EB Garamond', serif;
  font-size: 28px;
  color: #c4d4d6;
  font-weight: 100;
  letter-spacing: 0.01em;
  transform: translateY(-80%);
  z-index: -2;
}

/* setting */
.ch-set {
  position: relative;
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;

  font-family: 'Shippori Mincho B1', serif;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 2;
}

.note {
  -webkit-flex:0.4;
    flex: 0.4;
    margin-right: 20px;
  background-image:
    linear-gradient(180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0) 97%,
      #ddd 97%,
      #ddd 100%);
  background-size: 100% 2em;
  line-height: 2;
}

.note p {
  padding-left: 5px;
}

.note2 {
  -webkit-flex:0.4;
    flex: 0.4;
  background-image:
    linear-gradient(180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0) 97%,
      #ddd 97%,
      #ddd 100%);
  background-size: 100% 2em;
  line-height: 2;
}

.note2 p {
  padding-left: 5px;
}

.ch-text {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 2;
  width: 80%;
  margin-top: 30px;
  margin-bottom: 30px;
}

/* -- chara poe ---------- */
h3 {
  font-family: 'Shippori Mincho B1', serif;
  font-size: 30px;
  font-weight: 200;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #584024;
  writing-mode: vertical-rl;
  z-index: 10;
  padding-top: 50px;
  display: block;
  position: absolute;
  top: 10%;
  right: 0;
  z-index: 1;
}

.hed2 {
  right: 45%;
  transform: translateY(70%);
}

.hed2-bg {
  right: 45%;
  bottom: 20%;
  transform: translateY(70%);
}


/* -- visual ---------- */
.ch-vis {
  display: block;
  box-sizing: border-box;
  position: absolute;
  top: 13%;
  left: 40%;
  object-fit: contain;
  transform: translateX(5%);
}

/* -- ch-serecter ----------- */
.ch-serect {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  width: 700px;
  padding: 50px 0 50px;
  margin: 0 auto;
}

.ch-face {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 0 20px;
}

.ch-face a {
  width: 100px;
  padding: 0 10px;
}

.ch-serect a:hover {
  transition: 0.3s;
  opacity: 0.5;
  transition: 0.3s;
}

.ch-serect a {
  display: inline-block;
}

.vec-l img {
  display: block;
  width: 60%;
  margin-left: auto;
}

.vec-r img {
  display: block;
  width: 60%;
  margin-right: auto;
}


/* -- fade-nav -------------------- */
.fade-nav {
  position: fixed;
  top: 100px;
  right: 20px;
  padding: 20px;
}

.fade-nav h3 {
  font-family: 'Shippori Mincho B1', serif;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  padding-left: 10px;
  padding-bottom: 10px;
}

.fade-nav a {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 2.5;
  text-align: right;
  padding: 8px 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.fade-nav a:hover {
  padding: 8px 10px;
  background-color: #afebf476;
}

/* -- Modaal -------------------- */

.overlay {
  display: none;
  position: fixed;
  inset: 0 auto 0 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 100;
  background-color: rgba(137, 176, 210, 0.27);
  border: 1px solid rgba(255, 255, 255, 0.323);
  -webkit-backdrop-filter: blur(15px);
}

/* modalContent */
.modalContent {
  position: absolute;
  inset: 0;
  max-width: 95%;
  max-height: 95%;
  margin: auto;
}

/* is-active */
.is-active {
  overflow: hidden;
}

/* -- key_box -------------------- */
input,
textarea {
  width: 80%;
  background-color: #e1eef4;
  border: none;
  border-radius: 5px;
  padding: 3px 10px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 0.15em;
  line-height: 2;
  flex-grow: 1;
  margin: 20px 0 30px;
}

input::placeholder,
textarea::placeholder {
  font-size: 11px;
  color: #6f8590;
}

form {
  width: 100%;
  margin: 0 auto;
}

/* -- right-button -------------------- */
.right-button {
  text-align: center;
}

.right-button {
  color: #87ccd5;
  background-color: #ffffffcc;
  border: 1.5px solid #87ccd5;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 500;
  transition: 0.3s;
  z-index: 5;
  padding: 5px 5px 7px 7px;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  position: relative;
  display: inline-block;
  margin-left: 5px;
}

.right-button:hover {
  color: #87ccd588;
  text-shadow: 0 0 5px #ffffffb5;
  background-color: rgba(197, 235, 241, 0.345);
  border: 1px solid #ffffff;
  box-shadow: 0 0 20px #87ccd56c, 0 0 50px #87ccd550;
  opacity: 0.8;
  transition: all 0.3s;
}

/* -- anchor　 -------------------- */
.part-anchor {
  display: flex;
  justify-content: center;
  padding: 100px 0 50px;
}

.part-anchor a {
  cursor: pointer;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  letter-spacing: 0.15em;
  color: #698096;
  ;
  padding: 5px 10px 5px 20px;
  margin: 0 10px;
  border: solid 2px #d3ebee;
  border-radius: 20px;
  transition: all 0.4s ease-out;
}

.part-anchor a:hover {
  opacity: 0.7;
  border: solid 2px #e0f4f7;
  box-shadow: 0 0 20px #cfe8ec;
}






/* -- res ------------------------------------------------------------ */
@media screen and (max-width: 768px) {
 /* list */

 h1 img {
    width: 45%;
  }
  .chara-list {
    padding: 100px 10px 80px;
    width: 100%;
    row-gap: 50px;
    grid-template-columns: repeat(auto-fit, 150px);
  }

  .chara-list dl {
    margin-top: 10px;
  }
  
  .chara-list dt {
    font-size: 15px;
  }
  
  .chara-list dd {
    margin-top: 5px;
    letter-spacing: 0.1em;
    font-weight: 300;
    font-size: 12px;
  }

  /* -- fade-nav -------------------- */
.fade-nav_tab {
  z-index: 10;
  background-color: #cfe5e8;;
  box-shadow: 0 0 2px 5px #ffffff33;
  width: 40px;
  height: 30px;
  border-radius: 20px;
  position: fixed;
  right: -15px;
  top: 60px;
}
.fade-nav_tab a{
  position: relative;
  display: block;
  width: 40px;
  height: 30px;
  cursor: pointer;
}

.fade-nav_tab a::after {
  color: #ffffff;
  content: '\f053';
  position: absolute;
  right: 22px;
  bottom: 3px;
}
.fade-nav_tab a.open::after {
  content: '\f054';
}

.fade-nav_tab:hover {
  opacity: 0.8;
  transition: all  0.3s
}

.fade-nav {
  z-index: 20;
  position: fixed;
  top: 100px;
  right: 0;
  padding: 10px 0 10px 10px;
  background-color: rgba(255, 255, 255, 0.41);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-right-color: rgba(255, 255, 255, 0.2);
  border-bottom-color: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  box-shadow: 0 0 10px 5px #ffffff43;
  display: none;
}
.fade-nav h3{
  font-size: 14px;
}
.fade-nav a {
  font-size: 12px;
  color: #172f4b;
  text-shadow: 0 0 2px #ffffff;
}
.fade-nav.open-fade-nav {
  display: block;
}
/* -- Modaal -------------------- */

.modalContent {
  max-width: 95%;
  max-height: 95%;
}

/* -- key_box -------------------- */

input, textarea {
  width: 100%;
}

/* -- right-button -------------------- */

.right-button {
  display: none;
}

 /* -- anchor　 -------------------- */
  .part-anchor {
    display: flex;
    flex-wrap: wrap;
    padding: 80px 10px 50px;
  }
  .part-anchor a{
    font-size: 10px;
    padding: 3px 5px 3px 10px;
    margin: 0 5px 15px;
  }

 /* -- prof　 -------------------- */
  .chara-wrap {
  padding: 50px 20px;
  flex-direction: column;
  width: 100%;
  height: auto;
  min-height: 1000px;
}
.chara-wrap {
  display: flex;
  flex-direction: column;
}

  .ch-prof {
    margin-right: 0px;
    width: 100%;
  }

  .ch-visl {
    margin-right:0;
    z-index: 5;
  max-width: 100%;
  padding: 30px 10px;
  position: absolute;
  top: 10%;
  left: 0;
  }

  .ch-visl img{
    width: 100%;
  }


  .title-ch {
  padding-left: 10px;
}
.title-ch h1 {
  font-size: 30px;
  padding-top: 0px;
}



h1.chara-name {
  font-size: 30px;
  padding-top: 20px;
  letter-spacing: 0.02em;
  z-index: -1;
  transform: translateX(-1%);
}

.number {
  font-size: 15px;
  font-weight: 300;
  letter-spacing:0.2em;
  transform: translateY(-350%);
}

.fullname {
  position: absolute;
  font-size: 18px;
  letter-spacing:0.2em;
  transform: translateY(-80%);
  left: 10%;
  z-index: -2;
}

.fullname-long {
  position: absolute;
  font-size: 15px;
  letter-spacing:0.2em;
  transform: translateY(-80%);
  left: 3%;
  z-index: -2;
}

.fullname-2 {
  position: absolute;
  font-size: 14px;
  font-weight: 100;
  letter-spacing: 0.01em;
  transform: translateY(-80%);
  z-index: -2;
}

.ch-set {
  z-index: 10;
  max-width: 100%;
  padding: 20px;
  position: absolute;
  bottom: 23%;
  left: 0;

  font-size: 12px;
  line-height: 2.3;
  letter-spacing: 0.08em;
  background-size: 100% 2em;
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
    text-shadow: 0.5px 0.5px #fff , -0.5px -0.5px #fff , 0.5px -0.5px #fff, -0.5px 0.5px #fff;
}


.note {
  padding: 0 10px;
  margin-right: 10px;
  -webkit-flex:0.8;
    flex: 0.8;
}

.note2 {
  padding: 0 10px;
  -webkit-flex:0.8;
    flex: 0.8;
}

.ch-text {
  bottom: 6%;
  left: 0;
  position: absolute;
  padding: 0 25px;
  margin: 5px;
  width: 100%;

  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 2.2;
  word-break: break-word;
  color: #000;
  text-shadow: 0.5px 0.5px #fff , -0.5px -0.5px #fff , 0.5px -0.5px #fff, -0.5px 0.5px #fff;

}


.rev {
  position: absolute;
  left: 8%;
}








}