html{
    scroll-behavior: smooth;
    background-color:rgb(255, 255, 255);
}
.wrapper{
    max-width: 90%;
    margin: 0px auto;
    padding: 10px 0px;
}
.container{
    max-width: 100%;
    margin: 0px auto;
    padding: 10px 0px;
}
header{
    display: flex ;
    width: 100%;
    height: 150px;
    align-items: center;
    color: #fff;
    background-image: -webkit-gradient(linear, left top, right top, from(#0509ff), to(#09f0f8));
    background-image: -webkit-linear-gradient(left, #0509ff 0%, #09f0f8 100%);
    background-image: linear-gradient(to right, #0509ff 0%, #09f0f8 100%);
}
nav{
    text-align: center;
    font-size: 90%;
}
ul.menu {
    width: 100%;
    height: 50px;
    margin: 0px;
    background-color:rgb(0, 238, 255);
    padding: 0%;
}
ul.menu li{
    width: 12%;
    display: inline-block;
    list-style-type: none;
    position: relative;
}
ul.menu a{
    background-color: rgb(0, 238, 255);
    color: #000;
    line-height: 50px;
    text-align: center;
    font-size:100%;
    text-decoration: none;
    display: block;
}
ul.menu a:hover{
    background-color: rgb(130, 160, 255);
    color: #000;
}
ul.menu ul{
    display: none;
}
ul.menu ul{
    display: none;
    margin: 0px;
    padding: 0px;
    position: absolute;
}
ul.menu li:hover ul{
    display: block;
}
ul.menu ul li {
    width: 227px; 
    border-top: 1px solid rgb(130,160,255);
 }
 ul.menu ul li a {   
    line-height: 35px;
    text-align: center;
    padding-left: 5px;
    font-weight: normal;
 }
 ul.menu ul li a:hover {
    background-color: rgb(130, 160, 255); 
    color: #000;
 }
 .gotop{
    position:fixed;
    top: 80%;
    right: 3%;
    z-index: 100;
 }
 .gotop img{
    width: 100px;
 }
footer{
    width: 100%;
    height: 90px;
    text-align: center;
    padding: 50px 0;
    background-color: rgb(80, 80, 80);
}
h1{
    color: rgb(255, 251, 0);
    font-size: 350%;
    font-family:'Courier New', Courier, monospace;
    text-align: center;
    width: 100%;
    margin: 0% 10%;
}
h2 {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding: 1rem;
    border-radius: 5px;
    outline: 2px solid #4488d6;
    outline-offset: 5px;
    background:
        linear-gradient(-45deg, transparent 0 20px, #fff 20px calc(100% - 20px), transparent calc(100% - 20px)),
        repeating-linear-gradient(-45deg, #0d51aa 0 2px, #fff 2px 6px);
    color: #fff;
    text-shadow: -1px -1px 0 #351fb1, -1px 1px 0 #4e44d6, 1px -1px 0 #4644d6, 3px 3px 0 #4e44d6;
    font-weight: bold;
    font-size: 30px;
    text-align: center;
}
h3 {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding: 1rem 2rem;
    border-top: 4px solid #d8dcdc;
    border-right: 4px solid #666;
    border-bottom: 4px solid #333;
    border-left: 4px solid #868888;
    border-radius: 0;
    background-image: -webkit-linear-gradient(135deg, #ccc 0%, #868888 20%, #d8dcdc 34%, white 53%, #ccc 100%);
    background-image: linear-gradient(-45deg, #ccc 0%, #868888 20%, #d8dcdc 34%, white 53%, #ccc 100%);
}
h4{
    color: #0509ff;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    font-family:'Noto Sans JP', sans-serif;
}
.heading07 {
	position: relative;
	padding-top: 50px;
	padding-left: 30px;
	font-size: 26px;
}

.heading07 span {
	position: relative;
	z-index: 2;
}

.heading07::before {
	content: attr(data-en);
	position: absolute;
	transform: rotate(-5deg);
	top: -20px;
	left: 0;
	color: rgba(0, 12, 184, 0.6);
	font-size: 80px;
	font-weight: 400;
	font-family: luxus-brut, cursive;
	font-style: italic;
}
h6{
    text-align: center;
}
.content{
    margin-left: auto;
    margin-right: auto;
    line-height: 2.0;
    font-size: 20px;
}
p {
    width:70%;
    margin-left: auto;
    margin-right: auto;
}
.next{
    text-align: center;
}
.next img{
    width: 100px;
    margin: 0 15%;
}
.hpgo img{
    width: 250px;
    margin-left: 5%;
    margin-right:5%;
}
.icon img{
    width: 125px;
    height: 125px;
}
.icon{
    text-align: center;
    position: relative;
    left: 110px;
}
.icon2{
    display:block;
}
.icon2 img{
    width: 100%;
    height: 100px;
    padding-right: 0%;
    margin-top: 5%;
}
.stock img{
    width:1000px;
    height:600px;

}
mark{
    background: linear-gradient(transparent 40%,rgb(255, 255, 0))
}
table{
    margin-right:auto;
    margin-left: auto;
    text-align: center;
border-collapse: collapse;
}
td{
    width: 130px;
    height: 100px;
    border:solid 2px #000;
}
th{
    width: 100px;
    height: 100px;
    background-color: #45c4ee;
    border: solid 3px #000;
}
h2{
    animation-name: fadein;
    animation-fill-mode: backwards;
    animation-duration: 2s;
    animation-timing-function: ease;
    animation-direction: normal;
}
@keyframes fadein{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
.modoru{
    position:fixed;
    top: 80%;
    left: 5%;
    z-index: 100;
    display: block;
    background-color: #09f0f8;
    border-radius: 50px;
 }
 .modoru a{
    text-decoration: none;
    color: #000;
 }