@charset "utf-8";





*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-repeat: no-repeat;
}

*:before, *:after {
    box-sizing: border-box;
    background-repeat: no-repeat;
}

html{
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
}


h2{
    color: #333333;
    text-align: center;
    font-weight: 700;
    font-size: 2.5rem;
    margin: 2.5rem 0;
    position: relative;
}

h2::before{
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 5px;
    content: '';
    border-radius: 3px;
    background: #0097E0;
}





a{
    color: #231815;
    cursor: pointer;
    text-decoration: none;
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body{
   line-height: 1.5;
   font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}



div{
    display: block;
}
img{
    max-width: 100%;
    height: auto;
    border: none;
    vertical-align: bottom;
}

p{
    font-size: 1.2rem;
}

main{
    max-width: 600px;
    margin: auto;
}

.text-break{
    position: relative;
    padding: 0;
    margin: 20px auto 20px;
    text-align: center;
    width: calc(100% - 20px);
}


.text-break::before{
    display: block;
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    background: #E7E7E7;
}


.text-break span{
    color: #FF3159;
    font-weight: bold !important;
    font-size: 1rem;
    position: relative;
    padding: 0 1em;
    background: #fff;
}



.text-break1{
    position: relative;
    padding: 0;
    margin: 20px auto 20px;
    text-align: center;
    width: calc(100% - 20px);
}


.text-break1::before{
    display: block;
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    background: #d4b8b8;
}


.text-break1 span{
    color: #FF3159;
    font-weight: bold !important;
    font-size: 1rem;
    position: relative;
    padding: 0 1em;
    background: #dae8f0;
}

.jumping-btn{
    text-align: center;

}
.jumping-btn{
   
   
    animation-name: jump;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
  

  }


@keyframes jump {
from, 20%, 53%, 80%, to {
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

40%, 43% {
  -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
  animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
}

70% {
  -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
  animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
  -webkit-transform: translate3d(0, -15px, 0);
  transform: translate3d(0, -15px, 0);
}

90% {
  -webkit-transform: translate3d(0,-4px,0);
  transform: translate3d(0,-4px,0);
}
}

.jump {
   -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}




#r-content .contents{
    width: 100%;
}

.p-Up-down{
    margin: 0 auto;
    padding: 50px 0;
}
.a-side{
    width: 100%;
    margin: 0 auto;
}

.bg-area{
    background: #dae8f0;
}
.bg-area .flex-area{
    align-items:center;
   

}
.bg-area .image{
    width: 40%;
    margin: auto;
    display: flex;
    justify-content: center;
}

.copyright{
    background: #0097E0;
    text-align: center;
    color: #ffffff;
    padding: 10px 0;
}
.copyright p {
    font-size: 0.8rem;
    margin-bottom: 0;
}
