@charset "utf-8";
html, body, p, h1, h2, h3{
    margin: 0;
    padding: 0;
}
ul, li{
    margin: 0;
    padding: 0;
    list-style: none;
}
main a{
    display: inline-block;
    text-decoration: none;
}
main a:hover{
    opacity: 0.8;
}
main img{
    display: inline-block;
    max-width: 750px;
    width: 100%;
    vertical-align: middle;
}
main{
    display: block;
    max-width: 750px;
    margin: 0 auto;
    box-shadow: 0 0px 100px 0 rgb(0 0 0 / 8%), 0 9px 26px 0 rgb(0 0 0 / 48%);
}
.cv-button{
    
    background-color: #fdf9f0;
    text-align: center;
}
.cv-button a{
    width: calc(696/750 * 100%);
    margin: 3.7% auto 0%;
    padding-bottom: 9.666%;
    position: relative;
    overflow: hidden;
}
.cv-button a::before{
    position: absolute;
    content: '';
    display: inline-block;
    top: -100%;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    -webkit-animation: shine 3s ease-in-out infinite;
            animation: shine 3s ease-in-out infinite;
}

@keyframes shine {
    0% { transform: scale(0) rotate(45deg); opacity: 0; }
    80% { transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { transform: scale(4) rotate(45deg); opacity: 1; }
    100% { transform: scale(50) rotate(45deg); opacity: 0; }
  }
  
  @-webkit-keyframes shine {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
.scrollmagic {
    opacity: 0;
    transition-property: opacity,transform;
    transition-duration: 1.4s;
    transition-timing-function: cubic-bezier(.215,.61,.355,1)
}
.scrollmagic.magic {
    opacity: 1;
    transform: translate(0,0);
}
/*---------------------------
 .site-footer
--------------------------- */
.inner-width {
    margin-right: auto;
    margin-left: auto;
    max-width: 750px;
}
.site-footer .box-info {
    margin: 23px 35px 15px;
    text-align: left;
    display: flex;
}
.site-footer .footer-logo {
    margin-top: 25px;
    margin-right: 9.2%;
}
.site-footer ul {
    margin: 14px 0 10px;
    width: 100%;
}
.site-footer ul li {
    display: inline-block;
    padding-right: 30px;
}
.site-footer ul li a{
    font-size: 24px;
    color: #535353;
    text-decoration: none;
    line-height: 1.66;
}
.site-footer ul li a:link {
    text-decoration: none;
}
.site-footer ul li a:hover {
    color: #666;
    text-decoration: none
}
.site-footer .copy {
    background: #9e7f56;
    color: #fff;
    font-size: 24px;
    padding: 16px 0;
}
.site-footer .copy .inner-width{
    text-align: center;
}
@media screen and (max-width: 767px) {
    main{
        box-shadow: none;
    }
    .site-footer .box-info {
        margin: 5px 4.4% 11px;
        text-align: left
    }
    .site-footer .footer-logo {
        margin-top: 15px
    }
    .site-footer .footer-logo img {
        max-width: 63px;
    }
    .site-footer ul {
        margin-top: 10px;
        margin-bottom: 0;
    }
    .site-footer ul li {
        padding-right: 6.7%;
    }

    .site-footer ul li a{
        color: #535353;
        font-size: 0.75rem;
    }
    .site-footer ul li a:link {
        color: #535353;
    }
    .site-footer .copy {
        background: #9e7f56;
        color: #fff;
        font-size: 0.75rem;
        padding: 8px 0;
        text-align: center
    }
    .site-footer .copy .inner-width {
        text-align: center;
    }
}
@media screen and (max-width: 767px) {
    .pc {
        display:none!important
    }
}
@media screen and (min-width: 768px) {
    .sp {
        display:none!important
    }
}