@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&family=Klee+One&family=Noto+Serif+JP&family=Playfair+Display&display=swap');

/* リセットCSS * /
*,::after,::before{box-sizing:border-box}
*{margin: 0; padding: 0;}
ol,ul{list-style:none}
hr{height: 0; margin: 0; padding: 0; border: 0;}
img{max-width:100%}
table{border-collapse:collapse}
textarea{white-space:revert}
/* ここまで */

body{
background: url(back.png) no-repeat fixed center;
background-size: cover;
font-family: 'Playfair Display', 'Noto Serif JP', serif;
font-size:0.75em;
line-height:1.5;
margin: 0;
padding: 0;
}

a{
text-decoration:none;
color: #eb6ea0;
font-weight: bold;
}

.wrp{
background: #fff;
height: 100%;
width: 90%;
max-width: 600px;
margin: 0 auto;
padding: 10px;
}

hr{
height: 1px;
border: 0;
background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#ccc), to(transparent));
background-image: linear-gradient(to right, transparent, #ccc, transparent);
margin: 30px auto;
}

header{
font-family: 'Klee One';
text-align: center;
}

.logo{
width: 90%;
max-width: 400px;
}

h2 {
  position: relative;
  padding: 0.25em 0;
}
h2:after {
  content: "";
  display: block;
  height: 2px;
  background: -webkit-linear-gradient(to right, rgb(90, 90, 90), transparent);
  background: linear-gradient(to right, rgb(90, 90, 90), transparent);
}
h2:first-letter {
  font-size: 1.5em;
  color: #eb6ea0;
}

h3{
font-family: 'Great Vibes', 'Klee One';
font-size: 3.2em;
color: #ccc;
text-align: center ;
font-weight:400;
position: relative;
margin: 0.3em 0;}

h3 span{
font-size: 0.6em;
color:#000;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);}

h4{
font-family: 'Klee One';
font-size: 1.5em;
}

.chara{
text-align: center;
}
.icon{
width: 130px;
height:130px;
margin: 40px;
vertical-align: middle;
display: inline-block;
position: relative;
}
.icon::after {
content: "";
position: absolute;
top: -35px;
left: -35px;
width: 200px;
height: 200px;
background: url(waku.png);
filter: invert(50%) sepia(0%) saturate(11%) hue-rotate(143deg) brightness(101%) contrast(93%);
background-size:cover;
}

.text{
width: 340px;
display: inline-block;
vertical-align: middle;
}
.textline{
text-align: left;
padding: 0 0.5em 0;
line-height: 2em;
background-image: linear-gradient(transparent 0, transparent 97%, #ccc 100%);
background-size: 100% 2em;
}

.right{
text-align: right;
font-size: 0.8em;
}

.word{
color: #994868;
font-size: 1.1em;
font-style: italic;
line-height: 2.5em;
}

.sample{
margin: 1em;
display: inline-block;
}

.image{
width: 220px;
}

.video {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

dt{
font-size: 1.1em;
font-weight: bold;
}
dd{
line-height: 2em;
margin-left: 1em;
background-image: linear-gradient(transparent 0, transparent 97%, #ccc 100%);
background-size: 100% 2em;
}

footer{
font-family: 'Klee One';
text-align: center ;
margin: 50px auto 20px;
}
