/* common
----------------------------*/

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
}

body {
    font-size: 1em;
    font-family: "M PLUS Rounded 1c", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 1em;
}

img,
svg {
    max-width: 100%;
    height: auto;
    border: none;
}

a {
    width: auto;
    opacity: 1;
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    cursor: pointer;
}

a:hover {
    opacity: 0.7;
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

button {
    opacity: 1;
    -webkit-transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

button:hover {
    opacity: 0.7;
    -webkit-transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

li {
    list-style-type: none;
}


/* contents
----------------------------*/

.contents {
    overflow: hidden;
    width: 100%;
    background: #fff;
}

.contents-inner {
    position: relative;
}


/* nav
----------------------------*/

.nav-inner {
    padding: 0 0 0 0;
}

.nav-menu {
    overflow: hidden;
    margin: 0 0 0 0;
    cursor: pointer;
    position: fixed;
    top: 60px;
    bottom: auto;
    right: 38px;
    left: auto;
    z-index: 100;
    width: auto;
    height: auto;
}

.nav-menuTitle {
    float: left;
    font-family: "M PLUS Rounded 1c", sans-serif;
    text-align: left;
    color: #fff;
    font-size: 1.6em;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: 0.1em;
    text-decoration: none;
    padding: 0 0 0 0;
    margin: 1px 10px 0 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.beyondFv .nav-menuTitle {
    color: #252943;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.nav-menuLineWrap {
    position: relative;
    width: 35px;
    height: 30px;
    opacity: 1;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.nav-menu:hover .nav-menuLineWrap {
    opacity: 0.7;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.nav-menuLineWrap span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.beyondFv .nav-menuLineWrap span {
    background-color: #252943;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.nav-menuLineWrap,
.nav-menuLineWrap span {
    display: inline-block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
}

.nav-menuLineWrap span:nth-of-type(1) {
    top: 0;
}

.nav-menuLineWrap span:nth-of-type(2) {
    top: 13px;
}

.nav-menuLineWrap span:nth-of-type(3) {
    top: 26px;
}

.nav-auth {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: auto;
    z-index: 100;
    margin: auto;
    width: 114px;
    height: 220px;
    padding: 44px 0 0 0;
}

.nav-authSuiseicordTxt {
    font-family: "M PLUS Rounded 1c", sans-serif;
    text-align: left;
    color: #252943;
    font-size: 1.6em;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: 0.1em;
    text-decoration: none;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.beyondFv .nav-authSuiseicordTxt {
    color: #252943;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.nav-authDiscord {
    text-align: center;
    margin: 58px 0 0 0;
}

.nav-authDiscordLink svg {
    width: 26px;
    height: 20px;
}

.nav-authDiscordLink svg .a {
    fill: #252943;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.beyondFv .nav-authDiscordLink svg .a {
    fill: #252943;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.nav-authDiscordTxt {
    font-family: "M PLUS Rounded 1c", sans-serif;
    text-align: center;
    color: #252943;
    font-size: 1em;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.1em;
    text-decoration: none;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.beyondFv .nav-authDiscordTxt {
    color: #252943;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.nav-authTwitter {
    text-align: center;
    margin: 26px 0 0 0;
}

.nav-authTwitterLink svg {
    width: 25px;
    height: 20px;
}

.nav-authTwitterLink svg .a {
    fill: #252943;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.beyondFv .nav-authTwitterLink svg .a {
    fill: #252943;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.nav-authTwitterTxt {
    font-family: "M PLUS Rounded 1c", sans-serif;
    text-align: center;
    color: #252943;
    font-size: 1em;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.1em;
    text-decoration: none;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.beyondFv .nav-authTwitterTxt {
    color: #252943;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


/* menu
----------------------------*/

.menu {
    display: block;
    position: fixed;
    top: 0;
    bottom: auto;
    right: -375px;
    left: auto;
    z-index: 1000;
    background: #252943;
    width: 375px;
    height: 100vh;
    max-width: 100%;
    min-height: 0px;
    overflow-y: scroll;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.menu {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.menu::-webkit-scrollbar {
    display: none;
}

.menu_active .menu {
    display: block;
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 0 3px 8px 0 black;
    box-shadow: 0 3px 8px 0 black;
}

.menu-inner {
    padding: 54px 0 0 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    position: relative;
    min-height: 800px;
}

.menu-close {
    position: relative;
    display: block;
    width: 35px;
    height: 35px;
    cursor: pointer;
    margin: 0 40px 0 auto;
    opacity: 1;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.menu-close:hover {
    opacity: 0.7;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.menu-close:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 2px;
    height: 50px;
    background: #fff;
    border-radius: 1px;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.menu-close:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 2px;
    height: 50px;
    background: #fff;
    border-radius: 1px;
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}

.menu-box1 {
    margin: 76px 0 0 0;
}

.menu-box1Txt {
    padding: 0 0 0 0;
    margin: 17px 0 0 0;
}

.menu-box1Txt a {
    font-family: "M PLUS Rounded 1c", sans-serif;
    text-align: left;
    color: #fff;
    font-size: 2.1em;
    font-weight: 800;
    line-height: 1.6;
    letter-spacing: 0.15em;
    text-decoration: none;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

.menu-box2 {
    margin: 0 0 0 0;
    position: absolute;
    top: auto;
    bottom: 281px;
    right: auto;
    left: auto;
}

.menu-box2Title {
    font-family: "M PLUS Rounded 1c", sans-serif;
    text-align: left;
    color: #fff;
    font-size: 2.1em;
    font-weight: 800;
    line-height: 1.6;
    letter-spacing: 0.15em;
    text-decoration: none;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

.menu-box2cont1 {
    overflow: hidden;
}

.menu-box2cont1Left {
    float: left;
    width: 127px;
}

.menu-box2cont1Left .menu-box2cont1Txt {
    font-family: "M PLUS Rounded 1c", sans-serif;
    text-align: left;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: 0.1em;
    text-decoration: none;
    padding: 0 0 0 0;
    margin: 7px 0 0 0;
}

.menu-box2cont1Right {
    float: left;
    width: 180px;
}

.menu-box2cont1Right .menu-box2cont1Txt {
    font-family: "M PLUS Rounded 1c", sans-serif;
    text-align: left;
    color: #fff;
    font-size: 1.2em;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.1em;
    text-decoration: none;
    padding: 0 0 0 0;
    margin: 7px 0 0 0;
}

.menu-box3 {
    position: absolute;
    top: auto;
    bottom: 205px;
    right: auto;
    left: auto;
}

.menu-box3Title a {
    font-family: "M PLUS Rounded 1c", sans-serif;
    text-align: left;
    color: #fff;
    font-size: 1.8em;
    font-weight: 800;
    line-height: 1.6;
    letter-spacing: 0.1em;
    text-decoration: none;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

.menu-box4 {
    position: absolute;
    top: auto;
    bottom: 90px;
    right: auto;
    left: auto;
}

.menu-box4Title {
    font-family: "M PLUS Rounded 1c", sans-serif;
    text-align: left;
    color: #fff;
    font-size: 1.8em;
    font-weight: 800;
    line-height: 1.6;
    letter-spacing: 0.1em;
    text-decoration: none;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

.menu-box4Cont1 {
    margin: 12px 0 0 0;
}

.menu-box4Cont1Icon1 {
    font-size: 0;
    text-align: center;
    display: inline-block;
}

.menu-box4Cont1Icon1 a {
    font-size: 0;
    text-align: center;
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 50px;
    width: 33px;
    height: 33px;
    position: relative;
}

.menu-box4Cont1Icon1 svg {
    width: 18px;
    height: 13.63px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.menu-box4Cont1Icon1 svg .a {
    fill: #fff;
}

.menu-box4Cont1Icon2 {
    font-size: 0;
    text-align: center;
    display: inline-block;
}

.menu-box4Cont1Icon2 a {
    font-size: 0;
    text-align: center;
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 50px;
    width: 33px;
    height: 33px;
    position: relative;
    margin: 0 0 0 10px;
}

.menu-box4Cont1Icon2 svg {
    width: 17px;
    height: 13.59px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.menu-box4Cont1Icon2 svg .a {
    fill: #fff;
}


/* fv
----------------------------*/

.fv {
    position: relative;
    overflow: visible;
}

.no-webp .fv-inner,
.fv-inner {
    background-image: url(../img/fvimg.png);
    background-size: cover;
    background-position: center 0;
    background-repeat: no-repeat;
    height: 100vh;
    min-height: 1120px;
}

.webp .fv-inner {
    background-image: url(../img/fvimg.webp);
}

.fv-logo svg {
    width: 140px;
    height: 140px;
    margin: 15px 0 0 15px;
}

.fv-date {
    text-align: center;
    position: absolute;
    top: auto;
    bottom: 185px;
    right: 0;
    left: 0;
    margin: auto;
}

.fv-date img {
    width: 520px;
}

.fv-scroll {
    position: absolute;
    top: auto;
    bottom: -52px;
    right: 0;
    left: 0;
    margin: auto;
}

.fv-scrollTitle {
    text-align: center;
    font-family: "M PLUS Rounded 1c", sans-serif;
    color: #252943;
    font-size: 1.6em;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: 0.1em;
    text-decoration: none;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    -webkit-animation: arrowHeadOpacity 2.4s ease-in-out infinite;
    animation: arrowHeadOpacity 2.4s ease-in-out infinite;
}

.fv-scrollArrowWrap {
    position: relative;
    height: 103px;
    margin: 5px 0 0 0;
}

.fv-scrollArrowParent {
    height: 100%;
    -webkit-animation: arrowmove 2.4s ease-in-out infinite;
    animation: arrowmove 2.4s ease-in-out infinite;
    overflow: hidden;
    position: relative;
}

.fv-scrollArrowWrap .c-scrollArrow:before {
    background: #252943;
}

.fv-scrollArrowWrap .c-scrollArrow:after {
    background: #252943;
}

@-webkit-keyframes arrowmove {
    0% {
        height: 0%;
        opacity: 0;
    }
    28% {
        height: 0%;
        opacity: 0;
    }
    51% {
        height: 100%;
        opacity: 1;
    }
    92% {
        opacity: 0;
    }
    99.9%,
    to {
        opacity: 0;
    }
}

@keyframes arrowmove {
    0% {
        height: 0%;
        opacity: 0;
    }
    28% {
        height: 0%;
        opacity: 0;
    }
    51% {
        height: 100%;
        opacity: 1;
    }
    92% {
        opacity: 0;
    }
    99.9%,
    to {
        opacity: 0;
    }
}

@-webkit-keyframes arrowHeadOpacity {
    0% {
        opacity: 0;
    }
    28% {
        opacity: 0;
    }
    51% {
        opacity: 1;
    }
    92% {
        opacity: 0;
    }
    99.9%,
    to {
        opacity: 0;
    }
}

@keyframes arrowHeadOpacity {
    0% {
        opacity: 0;
    }
    28% {
        opacity: 0;
    }
    51% {
        opacity: 1;
    }
    92% {
        opacity: 0;
    }
    99.9%,
    to {
        opacity: 0;
    }
}


/* footer
----------------------------*/

.footer {
    background: #252943;
    position: relative;
    padding: 50px 0 35px 0;
}

.footer-img1 {
    text-align: center;
}

.footer-img1 svg {
    width: 147px;
    height: 120.19px;
}

.footer-img1 svg .a {
    fill: #fff;
}

.footer-img2 {
    text-align: center;
    margin: 0 0 0 0;
}

.footer-img2 img {
    width: 68px;
}

.footer-txt1 {
    font-family: "M PLUS Rounded 1c", sans-serif;
    text-align: center;
    color: #fff;
    font-size: 1.8em;
    font-weight: 900;
    line-height: 1.5;
    letter-spacing: 0.1em;
    text-decoration: none;
    padding: 0 0 0 0;
    margin: 10px 0 0 0;
}

.footer-txt2 {
    font-family: "M PLUS Rounded 1c", sans-serif;
    text-align: center;
    color: #fff;
    font-size: 0.7em;
    font-weight: 900;
    line-height: 1.5;
    letter-spacing: 0.1em;
    text-decoration: none;
    padding: 0 0 0 0;
    margin: 3px 0 0 0;
}

.totop {
    width: 44px;
    position: absolute;
    top: auto;
    bottom: 31px;
    right: 31px;
    left: auto;
    z-index: 100;
}

.totop-arrow1 {
    position: relative;
}

.totop-arrow1 .c-scrollArrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.totop-arrow1 .c-scrollArrow:before {
    background: #fff;
}

.totop-arrow1 .c-scrollArrow:after {
    background: #fff;
    height: 60px;
}

.totop-icon1 {
    margin: 71px 0 0 0;
}

.totop-icon1 img {
    width: 42px;
}


/* form
----------------------------*/

.form-file input[type=file] {
    display: none;
}

.form-file label {
    font-family: "M PLUS Rounded 1c", sans-serif;
    text-align: left;
    color: #fff;
    font-size: 1.6em;
    font-weight: bold;
    line-height: 1.8;
    letter-spacing: 0.1em;
    text-decoration: none;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    background: #B5B5B5;
    border-radius: 1.6em;
}

.form-file label:hover {
    opacity: 0.7;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

.form-file label:after {
    content: "";
    color: #333;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    right: -140px;
    top: calc(50% - 10px);
}

.form-file label.changed:after {
    content: "";
}

.form-file .filename {
    font-family: "M PLUS Rounded 1c", sans-serif;
    text-align: left;
    color: #535353;
    font-size: 1.6em;
    font-weight: 800;
    line-height: 1.8;
    letter-spacing: 0em;
    text-decoration: none;
    padding: 0 0 0 0;
    margin: 0 0 0 10px;
}


/* component
----------------------------*/

.c-scrollArrow {
    position: absolute;
    bottom: 0;
    right: 50%;
}

.c-scrollArrow:before {
    content: "";
    position: absolute;
    top: auto;
    bottom: 0;
    right: -6px;
    left: auto;
    margin: 0 0 0 0;
    width: 2px;
    height: 12px;
    background: #252943;
    border-radius: 1px;
    -webkit-transform: skewX(-31deg);
    transform: skewX(-31deg);
}

.c-scrollArrow:after {
    content: "";
    position: absolute;
    top: auto;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 0 0 0;
    width: 2px;
    height: 103px;
    border-radius: 1px;
    background: #252943;
}


/* utility
----------------------------*/

.u-visible-inline-xs {
    display: none;
}

.u-visible-inline-sm {
    display: inline;
}

@media screen and (max-width: 1200px) {
    /* fv
    ----------------------------*/
    .fv {
        position: relative;
        overflow: visible;
    }
    .no-webp .fv-inner,
    .fv-inner {
        background-image: url(../img/fvimg.png);
        background-size: cover;
        background-position: center 0;
        background-repeat: no-repeat;
        height: 100vh;
        min-height: 1220px;
    }
    .webp .fv-inner {
        background-image: url(../img/fvimg.webp);
    }
}
    

@media screen and (max-width: 767px) {
    /* contents
----------------------------*/
    .contents {
        overflow: hidden;
        width: 100%;
        background: #fff;
    }
    /* nav
----------------------------*/
    .nav-inner {
        padding: 0 0 0 0;
    }
    .nav-menu {
        overflow: hidden;
        margin: 0 0 0 0;
        cursor: pointer;
        position: fixed;
        top: 22px;
        bottom: auto;
        right: 16px;
        left: auto;
        z-index: 100;
        width: auto;
        height: auto;
    }
    .nav-auth {
        display: none;
    }
    /* menu
----------------------------*/
    .menu {
        right: -100%;
        width: 100%;
    }
    .menu-box1Txt a {
        font-size: 2.1em;
        font-weight: 800;
        line-height: 1.6;
        letter-spacing: 0.15em;
        text-decoration: none;
        padding: 0 0 0 0;
        margin: 0 0 0 0;
    }
    .menu-box2Title {
        text-align: left;
        color: #fff;
        font-size: 2.1em;
        font-weight: 800;
        line-height: 1.6;
        letter-spacing: 0.15em;
        text-decoration: none;
        padding: 0 0 0 0;
        margin: 0 0 0 0;
    }
    .menu-box2cont1Txt {
        text-align: left;
        color: #fff;
        font-size: 1.2em;
        font-weight: bold;
        line-height: 1.6;
        letter-spacing: 0.1em;
        text-decoration: none;
        padding: 0 0 0 0;
        margin: 7px 0 0 0;
    }
    .menu-box3Title a {
        text-align: left;
        color: #fff;
        font-size: 1.8em;
        font-weight: 800;
        line-height: 1.6;
        letter-spacing: 0.1em;
        text-decoration: none;
        padding: 0 0 0 0;
        margin: 0 0 0 0;
    }
    .menu-box4Title {
        text-align: left;
        color: #fff;
        font-size: 1.8em;
        font-weight: 800;
        line-height: 1.6;
        letter-spacing: 0.1em;
        text-decoration: none;
        padding: 0 0 0 0;
        margin: 0 0 0 0;
    }
    /* fv
----------------------------*/
    .fv-inner {
        background-position: 60% 0;
        min-height: 800px;
    }
    .fv-logo svg {
        width: 94px;
        height: 77px;
        margin: 19px 0 0 16px;
    }
    .fv-date {
        text-align: center;
        position: absolute;
        top: 39.5%;
        bottom: auto;
        right: 0;
        left: 0;
        padding: 0 20px;
        margin: auto;
    }
    .fv-date img {
        width: 314px;
    }
    .fv-scroll {
        display: none;
    }
    /* form
----------------------------*/
    .form-file label {
        text-align: left;
        color: #fff;
        font-size: 1.2em;
        font-weight: bold;
        line-height: 1.8;
        letter-spacing: 0.1em;
        text-decoration: none;
        padding: 0 0 0 0;
        margin: 0 0 0 0;
        background: #B5B5B5;
        border-radius: 1.6em;
    }
    .form-file .filename {
        font-family: "M PLUS Rounded 1c", sans-serif;
        text-align: left;
        color: #252943;
        font-size: 1.2em;
        font-weight: 800;
        line-height: 1.8;
        letter-spacing: 0.1em;
        text-decoration: none;
        padding: 0 0 0 0;
        margin: 0 0 0 0;
    }
    /* footer
----------------------------*/
    .footer {
        padding: 35px 0 25px 0;
    }
    .footer-img1 {
        display: none;
    }
    .footer-img2 {
        margin: 0 0 0 0;
    }
    .footer-img2 img {
        width: 55px;
    }
    .footer-txt1 {
        text-align: center;
        color: #fff;
        font-size: 1.2em;
        font-weight: 900;
        line-height: 1.6;
        letter-spacing: 0.05em;
        text-decoration: none;
        padding: 0 0 0 0;
        margin: 4px 0 0 0;
    }
    .footer-txt2 {
        text-align: center;
        color: #fff;
        font-size: 1.2em;
        font-weight: 900;
        line-height: 1.6;
        letter-spacing: 0.05em;
        text-decoration: none;
        padding: 0 0 0 0;
        margin: 5px 0 0 0;
    }
    .totop {
        width: 36px;
        position: relative;
        top: auto;
        bottom: auto;
        right: auto;
        left: auto;
        margin: 55px auto 0;
    }
    .totop-icon1 {
        margin: 0 0 0 0;
    }
    /* component
----------------------------*/
    .c-scrollArrow {
        height: 61px;
    }
    .totop-arrow1 .c-scrollArrow:after {
        height: 51px;
    }
    /* utility
----------------------------*/
    .u-visible-inline-xs {
        display: inline;
    }
    .u-visible-inline-sm {
        display: none;
    }
}