<link href="https://fonts.googleapis.com/earlyaccess/kokoro.css" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css?family=Indie+Flower" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Noto+Serif" rel="stylesheet">
<link href="https://fonts.googleapis.com/earlyaccess/sawarabimincho.css" rel="stylesheet" />
<style type="text/css">

@font-face
{
font-family: "Sawarabi Mincho";
src: url("https://fonts.googleapis.com/earlyaccess/sawarabimincho.css")
}

body{
font-size: 12px;
background-color: #000;
letter-spacing: 2.4px;
line-height: 2.1;
font-family: "Noto Serif", "Sawarabi Mincho";
}

body::before {
  background:url(https://alicex.jp/data/laughstar/img/laughstar_upld_1.jpg) no-repeat center top;
  background-size: 100% auto;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 108px;
  content: "";
  z-index: -1;
} 

main{
width: 90%;
max-width: 400px;
margin: 1% auto;
}

a{
color: #fff;
border-bottom: 2px dotted #0489B1;
text-decoration: none;
}

nav{
font-size: 16px;
font-family: "Indie Flower", "Sawarabi Mincho";
}

nav a{
color: #2e2e2e;
text-decoration: none;
font-weight: bold;
}

p{
margin: 0 10px;

}

h1{
font-size: 26px;
color: #fff;
font-family: "Indie Flower", "Kokoro";
margin: 10px 0;
}

h2{
font-size: 16px;
color: #2e2e2e;
font-family: "Indie Flower", "Kokoro";
margin: 10px 0;
border-bottom: dashed 2px #0431B4;

}

.box1 {
padding: 0.5em 1em;
background:url(https://alicex.jp/data/laughstar/img/laughstar_upld_1.jpg);
width: 240px;
height: 60px;
line-height: 60px;
color: #2e2e2e;/*文字色*/
border-radius: 0;/*角の丸み*/
display: flex;
align-items: center;
justify-content: center;
margin:0px auto;
}

.box2 {
padding: 0.5em 1em;
margin: 2em 0;
color: #2e2e2e;/*文字色*/
border-radius: 0;/*角の丸み*/
}

.opacity{
background-color: rgba(255,255,255,0.6);
}

.opacity2{
background-color: rgba(255,255,255,0);
}

.button {
display: inline-block;
padding: .2em 1em;
border: 2px dashed #0431B4;
border-radius: .4em 2em .5em 3em/3em .5em 2em .5em;
text-decoration: none;
text-align: center;
}

</style>