@charset "UTF-8";* {
    letter-spacing: .18em
}

html {
    font-size: 58%!important
}

body {
    width: 100%;
    margin: 0 auto;
    font-family: "游明朝",YuMincho,"Hiragino Mincho ProN W3","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
    font-weight: 400;
    letter-spacing: .2em;
    background: #ffffff;
    color: #000000;
    font-size: 1.6rem;
    overflow: hidden;
    line-height: 1.8;
    word-break: break-all;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt"
}

.wrapper {
    opacity: 0;
    -webkit-animation: bodyfadeIn cubic-bezier(.34,.9,.5,1) 1.6s 1 normal forwards;
    animation: bodyfadeIn cubic-bezier(.34,.9,.5,1) 1.6s 1 normal forwards;
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

@keyframes bodyfadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes bodyfadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

* html body {
    font-size: 75%
}

main {
    position: relative;
    z-index: 0
}

.section {
    position: relative;
    z-index: 0;
    padding: 13rem 0
}

.content_wrap {
    position: relative;
    max-width: 145rem;
    width: 90%;
    margin: 0 auto;
    z-index: 0
}

.content_bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: -1
}

@media screen and (min-width: 1401px) and (max-width:1600px) {
    html {
        font-size:54%!important
    }
}

@media screen and (min-width: 1201px) and (max-width:1400px) {
    html {
        font-size:54%!important
    }
}

@media screen and (min-width: 1101px) and (max-width:1300px) {
    html {
        font-size:54%!important
    }
}

@media screen and (min-width: 769px) and (max-width:1100px) {
    html {
        font-size:48.2%!important
    }
}

@media screen and (max-width: 768px) {
    * {
        letter-spacing:.1em
    }

    html {
        font-size: 46%!important
    }

    body {
        min-width: 1px;
        font-size: 1.6rem;
        line-height: 2.3
    }

    .section {
        padding: 8rem 0
    }

    .content_wrap {
        max-width: 80rem;
        width: 85%
    }
}

@media screen and (max-width: 320px) {
    html {
        font-size:43%!important
    }
}

@media screen and (max-width: 300px) {
    html {
        font-size:41%!important
    }

    .content_wrap {
        width: auto;
        margin: 0 8%
    }
}

.sc_animation.ShowIn,.sc_animation.ShowInScale,.sc_animation.ShowInUp,.sc_animation.SlideLeft,.sc_animation.SlideRight,.sc_animation.SlideUp {
    display: block;
    opacity: 0;
    -webkit-transition: all 1s;
    transition: all 1s
}

.sc_animation.is-animated.ShowInUp {
    -webkit-animation: ShowInUp cubic-bezier(.34,.9,.5,1) 2s 1 normal forwards;
    animation: ShowInUp cubic-bezier(.34,.9,.5,1) 2s 1 normal forwards
}

.sc_animation.ShowInBg {
    overflow: hidden;
    -webkit-transition: all 3s;
    transition: all 3s;
    opacity: 0;
    -webkit-filter: blur(2rem);
    -moz-filter: blur(2rem);
    -o-filter: blur(2rem);
    -ms-filter: blur(2rem);
    filter: blur(2rem)
}

.sc_animation.ShowInBg.is-animated {
    opacity: 1;
    -webkit-filter: blur(0);
    -moz-filter: blur(0);
    -o-filter: blur(0);
    -ms-filter: blur(0);
    filter: blur(0)
}

.sc_animation.ShowInImg {
    overflow: hidden
}

.sc_animation.ShowInImg img {
    opacity: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 2s;
    transition: all 2s
}

.sc_animation.ShowInImg.is-animated img {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.sc_animation.ShowInImg02 {
    position: relative;
    overflow: hidden;
    z-index: 0
}

.sc_animation.ShowInImg02::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    z-index: 1;
    -webkit-transition: all .6s;
    transition: all .6s
}

.sc_animation.ShowInImg02 img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 1s;
    transition: all 1s
}

.sc_animation.ShowInImg02.is-animated::before {
    width: 0
}

@-webkit-keyframes ShowInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate(0,8rem);
        transform: translate(0,8rem)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }
}

@keyframes ShowInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate(0,8rem);
        transform: translate(0,8rem)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }
}

.animation-delay1 {
    -webkit-animation-delay: .1s!important;
    animation-delay: .1s!important
}

.animation-delay2 {
    -webkit-animation-delay: .2s!important;
    animation-delay: .2s!important
}

.animation-delay3 {
    -webkit-animation-delay: .3s!important;
    animation-delay: .3s!important
}

.animation-delay4 {
    -webkit-animation-delay: .4s!important;
    animation-delay: .4s!important
}

.animation-delay5 {
    -webkit-animation-delay: .5s!important;
    animation-delay: .5s!important
}

.animation-delay6 {
    -webkit-animation-delay: .6s!important;
    animation-delay: .6s!important
}

.animation-delay7 {
    -webkit-animation-delay: .7s!important;
    animation-delay: .7s!important
}

.animation-delay8 {
    -webkit-animation-delay: .8s!important;
    animation-delay: .8s!important
}

.animation-delay9 {
    -webkit-animation-delay: .9s!important;
    animation-delay: .9s!important
}

.animation-delay10 {
    -webkit-animation-delay: 1s!important;
    animation-delay: 1s!important
}

.animation-delay11 {
    -webkit-animation-delay: 1.1s!important;
    animation-delay: 1.1s!important
}

.animation-delay12 {
    -webkit-animation-delay: 1.2s!important;
    animation-delay: 1.2s!important
}

.animation-delay13 {
    -webkit-animation-delay: 1.3s!important;
    animation-delay: 1.3s!important
}

.animation-delay14 {
    -webkit-animation-delay: 1.4s!important;
    animation-delay: 1.4s!important
}

.animation-delay15 {
    -webkit-animation-delay: 1.5s!important;
    animation-delay: 1.5s!important
}

.animation-delay16 {
    -webkit-animation-delay: 1.6s!important;
    animation-delay: 1.6s!important
}

.animation-delay17 {
    -webkit-animation-delay: 1.7s!important;
    animation-delay: 1.7s!important
}

.animation-delay18 {
    -webkit-animation-delay: 1.8s!important;
    animation-delay: 1.8s!important
}

.animation-delay19 {
    -webkit-animation-delay: 1.9s!important;
    animation-delay: 1.9s!important
}

.animation-delay20 {
    -webkit-animation-delay: 2s!important;
    animation-delay: 2s!important
}

.transition-delay1 {
    -webkit-transition-delay: .1s!important;
    transition-delay: .1s!important
}

.transition-delay2 {
    -webkit-transition-delay: .2s!important;
    transition-delay: .2s!important
}

.transition-delay3 {
    -webkit-transition-delay: .3s!important;
    transition-delay: .3s!important
}

.transition-delay4 {
    -webkit-transition-delay: .4s!important;
    transition-delay: .4s!important
}

.transition-delay5 {
    -webkit-transition-delay: .5s!important;
    transition-delay: .5s!important
}

.transition-delay6 {
    -webkit-transition-delay: .6s!important;
    transition-delay: .6s!important
}

.transition-delay7 {
    -webkit-transition-delay: .7s!important;
    transition-delay: .7s!important
}

.transition-delay8 {
    -webkit-transition-delay: .8s!important;
    transition-delay: .8s!important
}

.transition-delay9 {
    -webkit-transition-delay: .9s!important;
    transition-delay: .9s!important
}

.transition-delay10 {
    -webkit-transition-delay: 1s!important;
    transition-delay: 1s!important
}

.scroll-end .fixed_btn {
    bottom: -3rem;
    opacity: 0;
    visibility: hidden
}

.fixed_btn {
    position: fixed;
    right: 1%;
    bottom: .4rem;
    z-index: 5;
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 16%;
    max-width: 26.3rem
}

.fixed_btn a {
    position: relative;
    display: block;
    z-index: 0;
    -webkit-transition: all .3s;
    transition: all .3s
}

.fixed_btn a::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 53%;
    width: 103%;
    height: 103%;
  /*  background: url(../../Images/magia_lp_gp120x/img/top/main_visual_btn_bg.png) center center no-repeat;*/
    background-size: contain;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    z-index: -1;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-animation: Scale ease-in-out 1s alternate infinite;
    animation: Scale ease-in-out 1s alternate infinite
}

.fixed_btn a:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05)
}

@media screen and (max-width: 1000px) {
    .fixed_btn {
        width:30%;
        max-width: 22rem
    }
}
