*{
    padding:0px;
    margin:0px;
    text-decoration: none;
    list-style: none;
    font-size: 18px;
}

p{
	text-indent:1em;
}
.wf-sawarabimincho { font-family: "Sawarabi Mincho"; }

header{
    width: 100%;
    height:fit-content;
}
.delighter.splash {
    transition: all 2s ease-out;
  }
  .delighter.splash.ended {
    color: #fff;
  }
  .delighter.right { transform:translate(-100%); opacity:0; transition: all 1s ease-out; }
  .delighter.right.started { transform:none; opacity:1; }
  
  .delighter.left { transform:translate(100%); opacity:0; transition: all 1s ease-out; }
  .delighter.left.started { transform:none; opacity:1; }
.right{
    font-size:24px;
    color:rgb(206, 206, 206);
    position: absolute;
    text-shadow: 1px 1px 1px black;
    right: 20px;
    top:10px;
}
.left{
    font-size: 24px;
    color:rgb(206, 206, 206);
    position: absolute;
    text-shadow: 1px 1px 1px black;
    top: 170px;
    left:10px;
}
header img{
    width: 100%;
}

main{
    width: 100%;
    margin-left: 0;
    margin-right: 10px;
}
nav{
    width:100%;
    height:20px;
    margin: 0 auto;
}
.delighter li { opacity: 0; transform: translatey(400%); transition: all .7s ease-out; }
  .delighter.started li { opacity: 1; transform: none; }
  .delighter.started li:nth-child(1) { transition: all .7s ease-out .1s; }
  .delighter.started li:nth-child(2) { transition: all .7s ease-out .3s; }
  .delighter.started li:nth-child(3) { transition: all .7s ease-out .5s; }
  .delighter.started li:nth-child(4) { transition: all .7s ease-out .7s; }
  .delighter.started li:nth-child(5) { transition: all .7s ease-out .9s; }
ul{
    width:100%;
    height:40px;
    display: flex;
}
ul li{
    width:180px;
    height:20px;
    margin:0.5px;
    text-align: center;
    font-size: 11px;
    text-shadow: 1px 1px 1px black;
    border: ridge 2px gray;
    flex-direction: row;
}
ul li:first-child{
    display:none;
}
ul li a{
    font-size: 7px;
    text-align: center;
    vertical-align: middle;
}

h1{
    margin-top:25px;
    text-align: center;
}
h1:last-child{
    color:red;
}
section,img{
    width: 100%;
    display: block;
}

section h2{
    margin-top: 10px;
}
section h2:first-child{
    margin-top:0;
}
.contents{
    margin:10px 10px 5px 5px;
}
section img{
    box-shadow:5px 5px 8px rgba(1, 1, 1, 1);
    margin:0 auto;
    padding:1px;
    border:1px solid #dcdcdc;
    border-radius:5px;
    margin:0;
}

.heading{
    width: 90%;
    margin: 10px 0 10px 15px;
}
.content{
    margin: 10px 10px 0 5px;
}
 

  .headder{
    width:100%;
    height: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    transition: all 1s ease;
}

.headder:hover{
    transform: skew(10deg,10deg);
}
footer{
    margin-bottom: 10px;
}

iframe{
    width:100%;
}
footer p{
    font-size:11px;
    text-align: center;
    margin-right: 12px;
    }
    .animation{
        margin:0 auto;
        text-align: center;
    }
    .animation a {
        border: 1px solid black;
        animation: animation-haniwaman 3s linear 0s infinite normal;
      }
      @keyframes animation-haniwaman {
        0% {font-size: 8px;}
        100% {font-size: 10px;
            font-weight:bold;
        box-shadow: 1px 1px 2px black;}
      }
#order{
    width:200px;
    height:30px;
    color:red;
    font-weight:bold;
    text-align: center;
    margin:30px auto;
    font-size:20px;
    border:2px ridge black;
    box-shadow:2px 2px 2px black;
}

@media screen and (min-width:768px){
    .headder{
        width:80%;
        height: 80%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .right{
        font-size:40px;
        color:rgb(206, 206, 206);
        position: absolute;
        right:5px;
        top:20px;
    }
    .left{
        font-size: 40px;
        color:rgb(206, 206, 206);
        position: absolute;
        top:340px;
        left:50px;
    }
    ul li:first-child{
        display:block;
    }
    ul li{
        width:150px;
        height:25px;
        margin:3px;
        box-shadow: 1px 1px 1px rgb(255, 255, 255);
        text-align: center;
        color:white;
        border: ridge 2px gray;
        flex-direction: row;
        transition: all 1s ease;
    }
    ul li{
        font-size: 15px;
        color:red;
    }
    ul li a{
        width:150px;
        height: 15px;
        color:black;
        font-size:15px;
    }
    ul li a:hover{
        font-size: 15px;
        font-weight: bold;
        color: white;
        background:none;
    }
    ul li:hover{
        width: 150px;
        font-size: 15px;
        font-weight: bold;
        background:rgba(0, 0, 0, 0.527);
        color:white;
        box-shadow: 2px 2px 2px rgb(0, 0, 0);
    }
    section{
        width:100%;
        display:block;
    }

    section .box{
        flex-direction: row;
    }
    section img{
        width:100%;
        margin:20px;

    }
    section .content{
        width: auto;
        margin:20px 10px 0 15px;
    }
    iframe{
        width:100%;
        margin-left: 22px;
    }
}

@media screen and (min-width:1024px){
    .delighter .box { transition: all 1s ease-out; }
    .delighter .heading { transform: translate(-100%, -30%); }
    .delighter .content { transform: translate(170%, 70%); }
    
    .delighter.started .heading { transform: translate(0, 0); }
    .delighter.started .content { transform: translate(0, 0); }
    .right{
        font-size:80px;
        color:rgb(206, 206, 206);
        position: absolute;
        right:50px;
        top:100px;
        text-shadow: 4px 4px 4px black;
    }
    .left{
        font-size: 80px;
        color:rgb(206, 206, 206);
        position: absolute;
        top:70%;
        left:50px;
        text-shadow: 4px 4px 4px black;
    }
    nav{
        width:80%;
        height:40px;
        margin: 0 auto;
        position: absolute;
        top:40px; 
        left:30px;
    }
    ul{
        width:auto;
        height:40px;
        display: flex;
    }
    ul li:first-child{
        display:block;
        font-size:22px;
    }
    ul li{
        width:180px;
        height:30px;
        margin:5px;
        box-shadow: 2px 2px 2px rgb(255, 255, 255);
        text-align: center;
        color:white;
        border: ridge 2px gray;
        flex-direction: row;
        transition: all 1s ease;
    }
    
    ul li a{
        width:180px;
        height: 30px;
        color:white;
        font-size:20px;
    }
    ul li a:hover{
        width:190px;
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        color: rgb(235, 11, 48);
    }
    ul li:hover{
        width: 190px;
        font-size: 22px;
        font-weight: bold;
        background:white;
        color:red;
        box-shadow: 4px 4px 4px rgb(0, 0, 0);
    }
  
    main{
      margin-left: 1em;
      margin-right: 1em;
  }
 
    .headder{
        width:80%;
        height: 80%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        transition: all 1s ease;
    }

    .headder:hover{
        transform: skew(10deg,10deg);
    }
    main{
        overflow: hidden;
    }
    
    main h1:first-child{
        font-size: 36px;
        margin:-50px 0;
    }
    main h1:last-child{
        font-size: 30px;
    }
    section{
        margin-top: 60px;
        margin-bottom: 20px;
        display:flex;
    }
    .contents{
        margin:-20px 20px 10px -15px;
    }
    section .box{
        flex-direction: row;
    }

    section .content{
        width:55%;
        padding-right: 30px;
        margin-left: 30px;
    }

    section .heading{
        width:45%;
    }
    section img .box{
        width:100%;
        position: absolute;
        top:20%;
        margin: auto 30px auto -20px;
    }
    section iframe{
        width:100%;
        margin:10% 20px auto -20px;
        padding-top:10%;
    }
    section:last-child{
        margin-bottom:100px;
    }
    section div{
        padding:1%;
        width:99%;
    }
    
}
