@charset "UTF-8";


body{
    font-family: "Shippori Mincho", serif;
    background-color: #c9e1f8;
    background-image:linear-gradient(#daf6ff,#fff,#ffff,#ffff);
    margin: 0 auto;
    width: 100%;
    height: 100%;
    min-height:108vh;
    color: #c9dadb;
}

h2{
    background-size: 20px;
    color: #c2e6ff;
}
h3{
    text-align: right;
    background-size: 20px;
    color: #cdf3f4;
}
.title{
    font-size: 1.8rem;
    color: #6064cec4;
}


.honbun1{
    text-align: left;
    word-spacing: 1.5%;
    margin: .2em 0em 0 1em;
    transform: rotate(-5deg);
}
.honbun2{
    text-align: right;
    word-spacing: 1.5%;
    margin: .2em 1em 0 0em;
    transform: rotate(5deg);
}


.link{
    color: #d3dcf7;
    letter-spacing: 2px;
    line-height: 180%;
    text-decoration: none;
    border-bottom:none;  
    margin: 0 0 1% 7%;
}
.link:hover{
    font-family: arial;
    text-shadow: 0 0 2px #8694e5;
    transition: max-height 5s;
}

.link:visited{
    color: #96a3ee;
    line-height: 180%;
    text-decoration: none;

}


.henkan{
    margin: 14% 4% 2% 8%;

}

.henkan input[type=text] {
    border: solid 1px #d6e5ff;
    text-align: center;
    color: #bce5f1;
    width: 90px;
    margin: 4px 0 3px 4px;
}

#enterYZ1{
    display: inline-block;
    text-decoration: none;
    margin-left: 5px;
    width: 70px;
    padding: 0px 1px;
    border: 1px solid #cbdcff;
    background: #cce1ff;
    color: #fdfeff;
}
#enterYZ1:hover {
    color: #82d9ff;
    background: #fff;
}


.line{
    width: 100%;
    height: 110%;
    position:absolute;
    color: #b9d0f7;
    margin-bottom: 0;
    top: 0%;
    bottom: 0;
    overflow: hidden;
    z-index: -1;
}

.line::before{
    content: '';
    position: absolute;
    background-color: #c9e1f8;
    top: 0%;
    bottom: 0;
    left: 10%;
    right: 87%;
    margin-bottom: -10em;
    transform: skewY(deg) translateY(45px);
    z-index: -1;
}

.line2{
    width: 100%;
    height: 80%;
    position:absolute;
    color: #b9d0f7;
    margin-bottom: 0;
    top: 30%;
    bottom: 0;
    overflow: hidden;
    z-index: -1;
}

.line2::before{
    content: '';
    position: absolute;
    background-color: #c9e1f8;
    top: 0%;
    bottom: 0;
    left: 91%;
    right: 8%;
    margin-bottom: -4em;
    transform: skewY(60deg) translateY(50px);
    z-index: -5;
}


@media screen and  (max-device-width: 600px){
    .hako{
        text-align: center;
        margin: 6% 3% 10% 3%;
    }
}
    
@media screen and  (min-device-width: 601px){
    .hako{
        text-align: center;
        margin: 2% 32% 10% 32%;
    }

}