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

/* ボタン */
.btn{
    max-width: 750px;
    margin: 0 auto;
    padding-top: 20px;
}
.twobtn{
    display: flex;
    justify-content: center;
    padding-bottom: 40px;
}
.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;
}

/* ボタンエフェクト */
.kiran-img {
    position :relative;
    overflow :hidden;
    }
.kiran {
    height:100%;
    width:60px;
    position:absolute;
    top:-100px;
    left:0;
    background-color: #fff;
    opacity:0;
    transform: rotate(45deg);
    animation: reflection 3s ease-in-out infinite;
    -webkit-transform: rotate(45deg);
    -webkit-animation: reflection 3s ease-in-out infinite;
    -moz-transform: rotate(45deg);
    -moz-animation: reflection 3s ease-in-out infinite;
    -ms-transform: rotate(45deg);
    -ms-animation: reflection 3s ease-in-out infinite;
    -o-transform: rotate(45deg);
    -o-animation: reflection 3s ease-in-out infinite;
    }
    @keyframes reflection {
    0% { transform: scale(0) rotate(45deg); opacity: 0; }
    30% { transform: scale(0) rotate(45deg); opacity: 0.5; }
    31% { transform: scale(4) rotate(45deg); opacity: 0.8; }
    100% { transform: scale(50) rotate(45deg); opacity: 0; }
    }
    @-webkit-keyframes reflection {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    30% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    31% { -webkit-transform: scale(4) rotate(45deg); opacity: 0.8; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
    }
    @-moz-keyframes reflection {
    0% { -moz-transform: scale(0) rotate(45deg); opacity: 0; }
    30% { -moz-transform: scale(0) rotate(45deg); opacity: 0.5; }
    31% { -moz-transform: scale(4) rotate(45deg); opacity: 0.8; }
    100% { -moz-transform: scale(50) rotate(45deg); opacity: 0; }
    }
/* ********************メディアクエリ　スマホサイズ**************************************** */

/* .sp{
    display: none !important;
}
@media screen and (max-width: 600px) {
    .pc{
        display: none !important;
    }
    .sp{
        display: block !important;
        margin: 0 auto;
    } */
    .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;
}
.btnset,.ama{
    font-size: 0.9em;
}
.footer {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    background-color: #f3f3f3;
    padding: 48px 10px;
    position: relative;
}
h1{
    font-size: 1em;
}
.left {
    margin-right: 0px;
}
.right{
    font-size: 0.8em;
}
.logo {
    width: 80px;
    padding-left: 17px;
    padding-right: 24px;
    margin: 0;
}
/* ********************仕組み**************************************** */
