@charset "UTF-8";
body{
    margin: 0;
}
.wrapper{
    max-width: 650px;
    margin: 0 auto;
}
/* トップ */
img{
    width: 100%;
    margin: 0 auto;
    display: block;
}

/* ボタン */
.btn{
    max-width: 450px;
    margin: 0 auto;
    padding-top: 20px;
}
.btn:hover{
    opacity: 0.8;
}
.footer{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    background-color: #f3f3f3;
    padding: 30px;
}
.left{
    margin-right: 35px;
}
.logo{
    width: 55%;
}
h1{
    font-size: 1em;
    font-weight: 200;
}
p{
    font-size: 0.8em;
}
.pagetop {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: #fff;
    border: solid 2px #c3145a;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.pagetop__arrow {
    height: 10px;
    width: 10px;
    border-top: 3px solid #c3145a;
    border-right: 3px solid #c3145a;
    transform: translateY(20%) rotate(-45deg);
}
html{
scroll-behavior: smooth;
}

  
  /*アニメーション*/
  .animation{
    animation: fuwafuwa 2s linear infinite;
    scale: 1;
  }
  
  @keyframes fuwafuwa{
   0%{transform:translateY(0)}
   50%{transform:translateY(-15px)}
   100%{transform:translateY(0)}
  }
/* ********************メディアクエリ　スマホサイズ**************************************** */

    .pagetop {
        height: 50px;
        width: 50px;
        right: 10px;
        bottom: 10px;
        background: #fff;
        border: solid 2px #c3145a;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 2;
        position: absolute;
}
.kiran {
    height:100%;
    width:30px;
    position:absolute;
    top:-180px;
}
.topbgc{
    background: none;
    padding: 0px;
}
.footer {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    background-color: #f3f3f3;
    padding: 48px 10px;
    position: relative;
}
.logo {
    width: 80px;
    padding-left: 17px;
    padding-right: 24px;
    margin: 0;
}
/* ********************仕組み**************************************** */
