@charset "utf-8";
@import url("../../css/reset.css");
@import url('https://fonts.googleapis.com/css2?family=Miss+Fajardose&family=Kaisei+Decol:wght@400;500&display=swap');

/*全体の設定
---------------------------------------------------------------------------*/
* {
}

html,
body {
  height: 100%;
}

html {
  font-size: 10px;
  overflow: auto;
}

body {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  line-height: 1.5em;
  margin: 0px auto;
  font-size: 1.6rem;
  color: #fff;
  background: url(../img/bg.png) top center / contain fixed;
}

::-moz-selection {
  color: #333;
  text-shadow: none;
  background-color: rgb(239 204 217 / 0.35);
}

::selection {
  color: #222;
  text-shadow: none;
  background-color: #edc339;
}

img {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
}



/*背景のWrapper
---------------------------------------------------------------------------*/

body#team_none .name__box{
  background-image: url(../img/team_none.png);
}


.wrapper {
  overflow: hidden;
  max-width: 900px;
  margin: 0 auto;
  min-height: 100vh;
  padding: 20px 0 80px;
  background: url(../img/bottom.png) bottom center / contain no-repeat;
  position: relative;
}


.imgcolor-bg{
background-color:var(--imgcolor-bg);
}

.name__box {
    background: center / contain no-repeat;
    height: 350px;
    width: 100%;
    display: flex;
    font-size: 72px;
    font-family: serif;
    text-shadow: 3px 3px var(--imgcolor);
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    position: relative;
}

.name1, .name2{
    padding: 0 15px;
    flex-grow: 5;
    line-height: 1;
    color: rgb(255 255 255 / 90%);
}
.name1 {
  order: 0;
  text-align: right;
}
.name2 {
  order: 2;
  text-align: left;
}

.name1 span, .name2 span{
  font-size: 18px;
  margin-top: 1rem;
  display: block;
  color: rgb(255 255 255 / 60%);
  text-shadow: none;
  line-height: 1;
}

.serif__item {
  color: #fff;
  font-size: 22px;
  font-family: "Kaisei Decol", serif;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.8;
  margin: 1em auto;
  text-align: center;
  text-shadow: 0 0 15px #ffdd65, 0 0 10px #ffdd65,0 0 5px #fff;
}
.serif__item span {
    display: block;
}
.tag__item{
  margin: 1em auto;
}

.aboutme__item {
  display: flex;
  margin-bottom: 2em;
  width: 100%;
  justify-content: space-between;
}

.aboutme,
.looks {
    color: rgb(255 255 255 / 70%);
    line-height: 1.2;
    font-size: 45px;
    text-align: right;
    font-family: "Miss Fajardose", cursive;
}

.aboutme {
  margin-top: -47px;
}
.looks {
  margin-top: -47px;
}

.aboutlooks__main ul{
    margin: 0;
    padding: 0;
    font-size: 0.9em;
    list-style: none;
}


.tag__main,
.aboutkooks__main {
  width: 100%;
}

.aboutme__main {
    padding: 1em;
}


.tag__main {
  list-style-type: none;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto;
}


.tag__main::after {
  content: '';
  width: 100%;
}
.tag__main li:nth-child(n+6) {
  order: 1;
}

.tag__main li:nth-child(7) {
  color:var(--imgcolor);
  text-shadow:0 0 5px #fff, 0 0 2px #fff, 1px 0px 0px #fff, 0px -1px 0px #fff;
}

.tag__main li {
  position:relative;
  padding: 0.3em 1em 0.3em 1.8em;
  line-height: 1.5;
  text-shadow: 1px 1px #0f325d;
}

.tag__main li:before {
  position: absolute;
  content:'★';
  left : 0.5em;
  color:#fff;
  text-shadow: 0 0 15px #ffdd65, 0 0 10px #ffdd65, 0 0 5px #fff;
}


.aboutme__main {
  font-size: 1.6rem;
  line-height: 1.83;
  width: calc( 100% - 260px);
}


.aboutme__main,
.aboutlooks__main {
    background: rgb(255 255 255 / 11%);
    backdrop-filter: blur(2px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-right-color: rgba(255, 255, 255, 0.4);
    border-bottom-color: rgba(255, 255, 255, 0.4);
    border-radius: 3px;
    text-shadow: 1px 1px #0f325d;
}

.aboutlooks__main {
    padding: 1em;
}



.graph-bg {
  width: 200px;
  height: 180px;
  /* margin: 3em 1em; */
  background: url("../img/chart.png") no-repeat center / contain;
}
.pentagon {
  margin: 0;
  width: 200px;
  height: 180px;
}

.graph__box {
  width: 200px;
  margin: 2rem auto;
  display: flex;
  position: relative;
}

.graph_text1,.graph_text2,.graph_text3,.graph_text4,.graph_text5 {position: absolute;z-index: 9;}

.graph_text5 {
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
}

.graph_text1 {
    top: 42px;
    right: 0;
}

.graph_text2 {
    top: 180px;
    right: 0;
}
.graph_text3 {
    top: 180px;
    left: 0;
}

.graph_text4 {
    top: 42px;
    left: 0;
}

.graph_text1, .graph_text2, .graph_text3, .graph_text4, .graph_text5 span {
    text-shadow: 1px 1px #0f325d;
}

.graph_text {
  text-align: center;
  margin-bottom: -50px;
  z-index: 5;
  position: absolute;
  font-weight: bold;
}



.icon__bg {
  order: 1;
  flex-grow: 1;
  height: 350px;
  width: 132px;
  margin: auto;
  display: flex;
  align-items: center;
  /* background: url(../img/icon_bg.png) center center / 100% no-repeat; */
}

img.icon {
  width: 132px;
  display: block;
  margin: auto;
  z-index: 10;
}


img.iconbg {
  width: 350px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: -1;
  mix-blend-mode: overlay;
}



li.s--seig::before {
  text-shadow: 0 0 15px #005fb1, 0 0 10px #005fb1, 0 0 5px #fff;
}
li.s--fudo::before {
  text-shadow: 0 0 15px #686868, 0 0 10px #686868, 0 0 5px #fff;
}
li.s--rudo::before {
  text-shadow: 0 0 15px #66543e, 0 0 10px #66543e, 0 0 5px #fff;
}
li.s--yama::before {
  text-shadow: 0 0 15px #2d8e83, 0 0 10px #2d8e83, 0 0 5px #fff;
}
li.s--hyou::before {
  text-shadow: 0 0 15px #38a2d4, 0 0 10px #38a2d4, 0 0 5px #fff;
}
li.s--mido::before {
  text-shadow: 0 0 15px #0f5340, 0 0 10px #0f5340, 0 0 5px #fff;
}
li.s--rokk::before {
  text-shadow: 0 0 15px #cc0001, 0 0 10px #cc0001, 0 0 5px #fff;
}
li.s--rikk::before {
  text-shadow: 0 0 15px #efaf19, 0 0 10px #efaf19, 0 0 5px #fff;
}
li.s--shit::before {
  text-shadow: 0 0 15px #89bf07, 0 0 10px #89bf07, 0 0 5px #fff;
}
li.s--higa::before {
  text-shadow: 0 0 15px #823f9e, 0 0 10px #823f9e, 0 0 5px #fff;
}
li.s--jose::before {
text-shadow: 0 0 15px #87E9DA, 0 0 10px #87E9DA, 0 0 5px #fff;
}


/*レスポンシブ対応
---------------------------------------------------------------------------*/
@media screen and (max-width: 480px) {
  body{
    background-size: cover;
}
  .wrapper {
    /* display: block; */
    padding: 1rem 1rem 3rem;
    flex-direction: column;
  }



  img.iconbg {
    margin-top: 0px;
    width: 250px;
    height: 250px;
  }

  .tag__item,
  .aboutme__item {
    padding: 0;
  }

.tag__main li:nth-child(n+6) {
  order: 0;
}

.aboutme__item {
    display: block;
    margin: 2em auto;
}

.graph__box {
    margin-bottom: 3em;
}

.aboutme__main {
    width: 100%;
}



  img.icon {
    max-width: 100%;
  }

  .icon__bg {
    height: 250px;
    /* background-size: cover; */
    order: 0;
    width: 100%;
  }

.name__box {
    font-size: 2.4em;
    height: 100%;
    display: flex;
    margin: 0 auto;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    background-position: top 1em center;
}


.name1,.name2 {
    position: static;
    width: fit-content;
    display: inline-block;
    height: fit-content;
    padding: 5px;
}

.name1 {
    text-align: right;
    order: 1;
}

.name2 {
    text-align: left;
}
    .serif__item  {font-size: 1.8rem;}
  .serif__item span {
    display: inline;
}

}
