body {
 background-color: rgb(255, 255, 255,);
 background-blend-mode:darken;
 background-position: center center;
 background-repeat: no-repeat;
 background-size:cover;
 background-attachment: fixed;
 color: rgb(28, 16, 16);
 font-family: serif;
}

header, ul{
  display: flex;
}

li { 
  margin-left: 20px;
}

nav, ul, li, a{
 list-style: none;
 font-weight: normal;
}

nav{
  display: flex;
  justify-content: center;
  width: 100px;
  height: 100px;
}

a, .tab:hover {
  color: rgb(103, 29, 26);
  text-decoration: none;
  cursor: pointer;
}

p{
  text-align: left;
}

figure img{
  width: 500px;
  border: solid 1px black;
}

.flower_view{
  width: 500px;
  border: solid 1px black;
}



section {
 margin: 25px 0 0 60px;

}

header {
  top: 0%;
  padding: 0 30%;
} 

header ul {
  margin:10% 0 0 3%  ;
}  

header li {
  width: 40px;
  height: 15px;
  margin-right: 25px;
  text-align: left;
}

.logo{
  width: 90px;
  margin: -10px 10% 0 -150px;
}

.tab.active {
  text-decoration: underline;
  text-decoration-color:rgb(103, 29, 26);
}

.skill_tab a {
  width: 100%;
  height: 100%;
  color: black;
  transition: all .3s;
}
.skill_tab:hover  {
  color: palevioletred;
}

.skill_tab_ch{
  display: none;
  width: 100%;
  height: 100%;
}

.skill_tab:hover .skill_tab_ch{
  display: block;
}

.skill_tab_ch li {
  width: 100%;
  height: 100%;
  transition: all .3s;
  top:-7px;
  left: -68px;
  position: relative;
}

.skill_tab_ch li:hover{
  text-decoration: underline;
  text-decoration-color:rgb(103, 29, 26);
}

.panel {
  display: none;
}

.panel p{
  display: flex;
  justify-content: center;
}

.panel.active {
  display: block;
}


main {
  text-align: center;
  margin-top: 5%;
}

.sakura {
  width: 800px;
  height: 500px;
  object-fit: cover;
  margin-top: 50px;
}

.sakura_text, .tutuzi_text, .mone_text, .anemone_text {
  position: absolute;
  font-size: 20px;
  color: aliceblue;
  animation:  1.75s ease 0s 1 normal;
}

.sakura_text{
  top:22%;
  right:27%;
}

.tutuzi_text{
  top:85%;
  right: 65%;
}

.mone_text{
  top:45%;
  right: 40%;
}

.anemone_text{
  top:13%;
  right: 43%;
}

#slide ul{
  position:relative;
  margin-right: 10%;
}

#slide li{
  position:absolute;
	width:100%;
}



.loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loading__contents {
  text-align: center;
}

.loading__text {
  font-size: 32px;
  font-weight: 700;
  color: #ffeb02;
}