#contentsarea{
width: 100%;
margin: 0 auto;
padding: 0 ;
font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
background-color: #cce8ef;
}

#contentsarea img{
width: 100%;
margin: 0 auto;
}

#headerarea{
width: 100%;
margin: 0 auto;
}

#maincontentsarea{
width: 100%;
max-width: 1200px;
margin: 0 auto;
padding: 100px 5% 0;
}

#maincontentsarea .contents_animation_left{
width: 100%;
margin: 0 auto;
padding: 0;
position: relative;
}

#maincontentsarea .contents_animation_right{
width: 100%;
margin: 0 auto;
padding: 0;
text-align: right;
position: relative;
}

#maincontentsarea .contents_arrow{
position: absolute;
width: 10%;
top: 50%;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
}

#maincontentsarea .contents_translate_bottom{
opacity: 0;
transform: translateY(50px);
transition: all 1s;
}

#maincontentsarea .contents_translate_bottom.scrollin{
opacity: 1;
transform: translateY(-50%);
}


#maincontentsarea .contents_animation_bubble1{
height: 100px;
animation: move-y 0.8s infinite alternate ease-in-out;
display: inline-block;
}
@keyframes move-y {
from {
 transform: translateY(0);
 }
 to {
 transform: translateY(-20px);
 }
}

#maincontentsarea .contents_animation_bubble2{
height: 100px;
animation: move-y 1.4s infinite alternate ease-in-out;
display: inline-block;
}
@keyframes move-y {
from {
 transform: translateY(0);
 }
 to {
 transform: translateY(-20px);
 }
}

#maincontentsarea .contents_animation_bubble3{
height: 100px;
animation: move-y 1s infinite alternate ease-in-out;
display: inline-block;
}
@keyframes move-y {
from {
 transform: translateY(0);
 }
 to {
 transform: translateY(-20px);
 }
}

#maincontentsarea .contents_animation_bubble1 img, 
#maincontentsarea .contents_animation_bubble2 img, 
#maincontentsarea .contents_animation_bubble3 img{
width: auto;
height: 100%;
}

#maincontentsarea .contents_animation_fish{
width: 10%;
margin: 0;
animation: move-x 1.2s infinite alternate ease-in-out;
display: inline-block;
}
@keyframes move-x {
from {
 transform: translateX(0);
 }
 to {
 transform: translateX(8px);
 }
}

#maincontentsarea .contents_animation_bottom{
width: 8%;
margin: 50px 0 0;
animation: move-x 0.8s infinite alternate ease-in-out;
float: right;
}
@keyframes move-x {
from {
 transform: translateX(0);
 }
 to {
 transform: translateX(-10px);
 }
}

#maincontentsarea .contents_translate_right{
opacity: 0;
transform: translateX(100px);
transition: all 1s;
}

#maincontentsarea .contents_translate_right.scrollin{
opacity: 1;
transform: translateX(0);
}

#maincontentsarea .contents_btn{
display: block;
width: 100%;
max-width: 500px;
position: relative;
margin: 100px auto 0;
background-color: #009ed9;
color: #fff;
font-weight: bold;
font-size: 25px;
line-height: 1em;
text-align: center;
padding: 1em;
border-radius: 5px;
box-shadow:0 6px 0 0 #003e7a;
transform: translateY(-6px);
transition: all 0.2s;
}

#maincontentsarea .contents_btn p{
display: flex;
-webkit-justify-content: center;
justify-content: center;
-webkit-align-items: center;
align-items: center;
}

#maincontentsarea .contents_btn:hover{
box-shadow:0 2px 0 0 #003e7a;
transform: translateY(-2px);
}

#maincontentsarea .contents_btn a{
display: block;
width: 100%;
margin: 0 auto!important;
padding: 0 !important;
}

#maincontentsarea .contents_btn .link_text{
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

#maincontentsarea .contents_procedure{
width: 100%;
margin: 0 auto 50px;
}

#contentsarea .contents_bottom{
width: 100%;
margin: -80px auto 0;
background-color: #cce8ef;
}

#contentsarea .contents_bottom_text{
width: 100%;
margin: 0 auto;
padding: 1em;
background:linear-gradient(-70deg, #003d79, #009fda);
font-weight: bold;
font-size: 25px;
line-height: 1em;
text-align: center;
color: #fff;
}


@media only screen and (max-width: 768px) {

#contentsarea{
width: 100%;
}

#maincontentsarea{
padding: 50px 5% 0;
}

#maincontentsarea .contents_animation_bubble1, 
#maincontentsarea .contents_animation_bubble2, 
#maincontentsarea .contents_animation_bubble3{
height: 50px;
}


#maincontentsarea .contents_btn{
font-size: 20px;
box-shadow:0 4px 0 0 #003e7a;
transform: translateY(-4px);
}

#maincontentsarea .contents_btn span{
font-size: 20px;
}

#maincontentsarea .contents_btn:hover{
box-shadow:0 1px 0 0 #003e7a;
transform: translateY(-1px);
}

#maincontentsarea .contents_procedure{
width: 100%;
margin: 0 auto 20px;
}

#contentsarea .contents_bottom_text{
font-size: 20px;
}
}

#store_footer .storelogo_white,
#store_footer .storelogo_akdrums{
display: none;
}