@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');


/* common
-------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, button,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,main { 
    display: block;
}
ul {
    list-style: none;
}
img {
    width: 100%;
    max-width: 100%;
    height: auto;
	border: none;
	vertical-align: bottom;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
address, em, code, cite, dfn, var, optgroup, i {
    font-style: normal;
}
sup {
    font-size: 80%;
    vertical-align: super;
}
sub {
    font-size: 80%;
    vertical-align: sub;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* module
------------------------------------------------- */
.alignCenter {text-align: center;}
.alignLeft {text-align: left;}
.alignRight {text-align: right;}
.valignTop {vertical-align: top;}
.valignMiddle {vertical-align: middle;}
.valignBottom {vertical-align: bottom;}

.regular { font-weight: 400; }
.medium { font-weight: 500; }
.semibold { font-weight: 600; }
.bold { font-weight: 700; }

.pcon { display: block; }
.spon { display: none; }
@media only screen and (max-width:750px){
.pcon { display: none; }
.spon { display: block; }
}


/* a
------------------------------------------------- */
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
	text-decoration: none;
	outline: none;
    color: #1A1A1A;
}
@media only screen and (min-width:751px){
a {
    transition: 0.4s;
}
a.al:hover {
    color: #1A1A1A;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
.telLink {
	pointer-events: none;
}
}


/* font
------------------------------------------------- */
@media only screen and (min-width:751px){
.fo12 { font-size: 12px; }
.fo14 { font-size: 14px; }
.fo15 { font-size: 15px; }
.fo16 { font-size: 16px; }
.fo18 { font-size: 18px; }
.fo20 { font-size: 20px; }
.fo21 { font-size: 21px; }
.fo24 { font-size: 24px; }
.fo35 { font-size: 35px; }
.fo45 { font-size: 45px; }
.fo52 { font-size: 52px; }
}
@media only screen and (min-width:751px) and (max-width:1366px){
.fo12 { font-size: 0.87847vw; }
.fo14 { font-size: 1.02489vw; }
.fo15 { font-size: 1.09809vw; }
.fo16 { font-size: 1.1713vw; }
.fo18 { font-size: 1.31771vw; }
.fo20 { font-size: 1.46412vw; }
.fo21 { font-size: 1.53733vw; }
.fo24 { font-size: 1.75695vw; }
.fo35 { font-size: 2.56222vw; }
.fo45 { font-size: 3.29428vw; }
.fo52 { font-size: 3.80673vw; }
}


/* html
------------------------------------------------- */
html {
	overflow-x: hidden;
}


/* body
------------------------------------------------- */
body {
    background: url("../img/bg1.png") left top no-repeat;
    background-size: 18.1875em auto;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
	font-size: 16px;
	line-height: 1.928;
    letter-spacing: 0.02em;
	color: #1A1A1A;
	-webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    position: relative;
}
body.nav-active {
    overflow: hidden;
}
.eng {
    font-family: "futura-pt", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.eng-bold {
    font-family: "futura-pt-bold", sans-serif;
    font-weight: 700;
    font-style: normal;
}
@media only screen and (min-width:751px) and (max-width:1366px){
body {
	font-size: 1.1713vw;
}
}
@media only screen and (max-width:750px){
body {
	font-size: 4vw;
    background-size: 40vw auto;
}
}


/* wrapper
------------------------------------------------- */
#wrapper {
	width: 100%;
	margin: 0 auto;
	clear: both;
    position: relative;
    transition: 0.4s ease-in-out;
	z-index: 3;
}


/* layout
------------------------------------------------- */
.inner {
    width: 100%;
    max-width: 1366px;
	margin: 0 auto;
    padding: 0 11.4375em;
	clear: both;
	position: relative;
    box-sizing: border-box;
}
.d-flex {
    display: flex;
}
.f-wrap {
    flex-wrap: wrap;
}
.f-rev {
    flex-direction: row-reverse;
}
.just-center {
    justify-content: center;
}
.just-between {
    justify-content: space-between;
}
.just-end {
    justify-content: flex-end;
}
.align-center {
    align-items: center;
}
.align-end {
    align-items: flex-end;
}
@media only screen and (max-width:750px){
.inner {
    width: 88%;
    padding: 0;
}
.d-flex {
    display: block;
}
}


/* headline
------------------------------------------------- */
.headline {
    margin-bottom: 3.5em;
}
.headline span {
    display: block;
    font-weight: 700;
    padding-top: 0.15em;
}


/* header
------------------------------------------------- */
#header {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}
#header .logo {
    width: 22em;
    position: absolute;
    left: 1.75em;
    top: 1.5625em;
}
#header .logo a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#header .logo a img {
    width: 14.1875em
}
#header .logo a span {
    font-weight: 400;
}
@media only screen and (max-width:750px){
#header .logo {
    width: 80vw;
    left: 6vw;
    top: 4vw;
}
#header .logo a img {
    width: 50vw;
}
#header .logo a span {
    font-size: 3.2vw;
}
}


/* hnav
------------------------------------------------- */
#hnav {
    width: 25em;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10;
}
#hnav ul li {
    width: 50%;
}
#hnav ul li a {
    width: 100%;
    height: 3.125rem;
    background: url("../img/hnav1.png") center center no-repeat;
    background-size: cover;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}
#hnav ul li:nth-child(2) a {
    background-image: url("../img/hnav2.png");
}
@media only screen and (max-width:750px){
#hnav {
    width: 100%;
    top: auto;
    bottom: 0;
}
#hnav ul {
    font-size: 4.8vw;
    display: flex;
}
#hnav ul li {
    width: 49.5%;
}
#hnav ul li a {
    width: 100%;
    height: 14vw;
}
}


/* contents
------------------------------------------------- */
#contents {
	width: 100%;
	clear: both;
    display: block;
}


/* mainvisual
------------------------------------------------- */
.mainvisual {
    width: 100%;
    height: 55.25em;
    position: relative;
    z-index: 2;
}
.mainvisual::before {
    content: '';
    width: 100%;
    height: 36.4375em;
    background: url("../img/mainimg.jpg") center bottom no-repeat;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}
.mainvisual .con {
    width: 51.1875em;
    position: absolute;
    right: 1.375em;
    top: 11.8125em;
    z-index: 2;
}
.mainvisual .con h2 {
    width: 29.55em;
    padding: 4em 0 1.625em;
}
.mainvisual .con p {
    line-height: 1.928;
}
.mainvisual .con .scroll {
    width: 1em;
    margin-top: 1.1875em;
    position: relative;
    overflow: hidden;
}
.mainvisual .con .scroll span {
    width: 1px;
    height: 100%;
}
.mainvisual .con .scroll span::before {
    content: '';
    width: 1px;
    height: 100%;
    background: linear-gradient(#154DCB, #1BC3F5, #64F0B8);
    position: absolute;
    left: 0;
    bottom: 100%;
    animation: scroll 2s infinite;
}
@media only screen and (max-width:750px){
.mainvisual {
    width: 100%;
    height: 160vw;
}
.mainvisual::before {
    height: 60vw;
    background-position: center top;
    background-size: 120% auto;
    bottom: auto;
    top: 37.5vw;
}
.mainvisual .con {
    width: 90%;
    right: 5%;
    top: 25vw;
}
.mainvisual .con h2 {
    width: 100%;
    padding: 60vw 0 1.25em;
}
.mainvisual .con .scroll {
    position: absolute;
    right: 0;
    top: 40vw;
}
}


/* point
------------------------------------------------- */
.point {
    padding: 11.875em 0 8.75em;
    position: relative;
    z-index: 1;
}
.point::before{
    content: '';
    width: 101.875em;
    height: 96.5625em;
    background: url("../img/bg2.png") right top no-repeat;
    background-size: 100% auto;
    position: absolute;
    left: 50%;
    margin-left: -55em;
    top: -10em;
}
.point .inner {
    z-index: 2;
}
.point .headline img {
    width: 15.0625em;
}
.point ul li {
    width: 28%;
}
.point ul li:nth-child(2) {
    margin: 0 6.3%;
}
.point ul li .icon {
    width: 7.3125em;
    margin: 0 auto;
    text-align: center;
}
.point ul li .icon span {
    display: block;
    color: #16C184;
    text-align: center;
    padding: 0 1em 0.5em 0;
}
.point ul li h3 {
    font-weight: 700;
    text-align: center;
    padding: 0.25em 0 0.5em;
}
.point .note {
    text-align: center;
    padding-top: 3.25em;
}
@media only screen and (max-width:750px){
.point {
    padding: 40vw 0 30vw;
}
.point::before{
    margin-left: -45em;
    top: -6em;
}
.point .headline img {
    width: 35.7037vw;
}
.point ul li {
    width: 100%;
}
.point ul li:nth-child(2) {
    margin: 8vw 0 10vw;
}
.point ul li .icon {
    width: 7.3125em;
    margin: 0 auto;
}
.point ul li .icon span {
    font-size: 3.2vw;
    padding: 0 1em 0.5em 0;
}
.point ul li h3 {
    font-size: 5.33vw;
    padding: 0.25em 0 0.5em;
}
.point .note {
    font-size: 3.466vw;
    line-height: 1.66;
    padding-top: 10vw;
    text-align: left;
}
}


/* program
------------------------------------------------- */
.program {
    padding-bottom: 7.125em;
    position: relative;
    z-index: 2;
}
.program::before{
    content: '';
    width: 114.375em;
    height: 108.375em;
    background: url("../img/bg3.png") left top no-repeat;
    background-size: 100% auto;
    position: absolute;
    right: 50%;
    margin-right: -59.375em;
    top: 9.5em;
}
.program .inner {
    z-index: 2;
}
.program .headline img {
    width: 25.07625em;
}
.program .con {
    width: 48%;
    background-color: rgba(255,255,255,0.52);
    border-radius: 0.625em;
    padding: 1.75em 4.25em 1.5em;
    box-sizing: border-box;
    box-shadow:  0 0 0.375em rgba(0,0,0,0.16);
}
.program .con h3 {
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
}
.program .con h3 span {
    display: block;
    font-weight: 400;
    color: #00966D;
}
.program .con h4 {
    background-color: #16C184;
    border-radius: 0.38em;
    font-weight: 700;
    line-height: 2.14285;
    text-align: center;
    color: #fff;
    margin: 0.25em 0 1em;
}
.program .con p {
    font-weight: 700;
    color: #16C184;
    text-align: center;
    padding-bottom: 0.5em;
}
.program .con ul li {
    width: 100%;
    background-color: rgba(255,255,255,0.84);
    border-radius: 3em;
    font-weight: 500;
    line-height: 2.5;
    text-align: center;
    margin-bottom: 0.625em;
    box-shadow: inset 0.1875em 0.1875em 0.375em rgba(0,0,0,0.16);
}
.program .note {
    line-height: 1.66;
    text-align: center;
    padding-top: 1.5em;
}
@media only screen and (max-width:750px){
.program {
    padding-bottom: 25vw;
}
.program::before{
    margin-right: -67.5em;
    top: 7em;
}
.program .headline img {
    width: 59.44vw;
}
.program .con {
    width: 100%;
    padding: 1.75em 6vw 1.5em;
    margin-bottom: 5vw;
}
.program .con h3 {
    font-size: 10vw;
}
.program .con h3 span {
    font-size: 3.2vw;
}
.program .con h4 {
    font-size: 4.8vw;
    margin: 0.5em 0 1em;
}
.program .con p {
    font-size: 3.466vw;
}
.program .con ul li {
    font-size: 3.733vw;
}
.program .note {
    font-size: 3.466vw;
    padding-top: 5vw;
    text-align: left;
}
}


/* voice
------------------------------------------------- */
.voice {
    background-color: #F5F5F5;
    padding: 7.1875em 0 6.25em;
    position: relative;
    z-index: 3;
}
.voice .headline {
    margin-bottom: 5.5em;
}
.voice .headline img {
    width: 14.75em;
}
.voice dl {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.125em;
}
.voice dl dt {
    width: 11.1%;
    margin-top: 0.15em;
}
.voice dl dd {
    width: 87.626%;
    background: url("../img/voice_bg.png") left top no-repeat;
    background-size: 100% auto;
    padding: 1.6875em 3.375em 0 2.1875em;
    box-sizing: border-box;
}
.voice dl.pt dd {
    padding-top: 2.25em;
}
.voice dl dd h3 {
    width: 8.9%;
    font-weight: 400;
    color: #16C184;
}
.voice dl dd p {
    width: 91.1%;
    font-weight: 500;
    line-height: 1.6;
}
.voice ul {
    padding-top: 3.75em;
}
.voice ul li {
    width: 49.78%;
}
@media only screen and (max-width:750px){
.voice {
    padding: 20vw 0 15vw;
}
.voice .headline {
    margin-bottom: 3.5em;
}
.voice .headline img {
    width: 34.96296vw;
}
.voice dl {
    margin-bottom: 5vw;
}
.voice dl dt {
    width: 20%;
    margin-top: 0;
}
.voice dl dd {
    width: 77%;
    height: 68vw;
    background: url("../img/voice_bg_sp1.png") left top no-repeat;
    background-size: 100% auto;
    padding: 1.25em 1.75em 2.5em;
    box-sizing: border-box;
}
.voice dl:nth-of-type(1) dd,
.voice dl:nth-of-type(3) dd {
    height: 72vw;
    background-image: url("../img/voice_bg_sp2.png");
}
.voice dl:nth-of-type(2) dd {
    height: 83vw;
    background-image: url("../img/voice_bg_sp3.png");
}
.voice dl.pt dd {
    padding-top: 1.5em;
}
.voice dl dd h3 {
    width: 100%;
    font-size: 3.2vw;
    margin-bottom: 0.75em;
}
.voice dl dd p {
    width: 100%;
    font-size: 3.733vw;
}
.voice ul {
    padding-top: 1.5em;
}
.voice ul li {
    width: 100%;
    margin-bottom: 5vw;
}
}


/* requirements
------------------------------------------------- */
.requirements {
    padding: 8.75em 0 11em;
    position: relative;
    z-index: 1;
}
.requirements::before{
    content: '';
    width: 101.875em;
    height: 96.5625em;
    background: url("../img/bg2.png") right top no-repeat;
    background-size: 100% auto;
    position: absolute;
    left: 50%;
    margin-left: -55em;
    top: -2.25em;
}
.requirements .inner {
    z-index: 2;
}
.requirements .headline img {
    width: 37.125em;
}
.requirements .sec {
    width: 70%;
    margin: 0 auto;
    padding-top: 2em;
}
.requirements .sec dl {
    line-height: 1.6875;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5em;
    position: relative;
}
.requirements .sec dl::before,
.requirements .sec dl::after {
    content: '';
    width: 26.15%;
    height: 1px;
    background-color: #1CE49D;
    position: absolute;
    left: 0;
    bottom: 0;
}
.requirements .sec dl::after {
    width: 70.85%;
    left: auto;
    right: 0;
}
.requirements .sec dl dt {
    width: 26.15%;
    font-weight: 500;
    padding: 0.5em 0;
}
.requirements .sec dl dd {
    width: 70.85%;
    padding: 0.5em 0;
}
@media only screen and (max-width:750px){
.requirements {
    padding: 25vw 0 30vw;
}
.requirements::before{
    margin-left: -50em;
}
.requirements .headline img {
    width: 88vw;
}
.requirements .sec {
    width: 100%;
    padding-top: 0;
}
.requirements .sec dl {
    display: block;
    margin-bottom: 5vw;
}
.requirements .sec dl::before {
    width: 100%;
}
.requirements .sec dl::after {
    display: none;
}
.requirements .sec dl dt {
    width: 100%;
    padding: 0.5em 0;
}
.requirements .sec dl dd {
    width: 100%;
    padding: 0 0 1em;
}
}


/* faq
------------------------------------------------- */
.faq {
    padding-bottom: 11.625em;
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.faq::before{
    content: '';
    width: 114.375em;
    height: 108.375em;
    background: url("../img/bg3.png") left top no-repeat;
    background-size: 100% auto;
    position: absolute;
    right: 50%;
    margin-right: -59.375em;
    top: 13.9375em;
}
.faq .inner {
    z-index: 2;
}
.faq .headline img {
    width: 9.28em;
}
.faq .con {
    background-color: #fff;
    border-radius: 1.875em;
    box-shadow: 0 0 0.375em rgba(0,0,0,0.16);
    padding: 0.85em 3em 0.85em 1.25em;
    margin-bottom: 0.75em;
    box-sizing: border-box;
}
.faq .con div {
    display: none;
}
.faq .con dl {
    display: flex;
}
.faq .con dl.q {
    cursor: pointer;
}
.faq .con dl.a {
    margin: 0.5em 0;
}
.faq .con dl dt {
    width: 5.5%;
}
.faq .con dl dt span {
    font-weight: 400;
    line-height: 1;
    color: #16C184;
}
.faq .con dl.a dt span {
    color: #1BC3F5;
}
.faq .con dl dd {
    width: 94.5%;
    position: relative;
}
.faq .con dl dd h3,
.faq .con dl dd p {
    font-weight: 400;
    line-height: 1.928;
    padding-top: 0.25em;
}
.faq .con dl dd span {
    display: block;
    width: 1.625em;
    height: 1.625em;
    position: absolute;
    right: -1.25em;
    top: 50%;
    margin-top: -0.8125em;
    transition: 0.4s;
}
.faq .con dl dd span::before,
.faq .con dl dd span::after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #6E6E6E;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
}
.faq .con dl dd span::after {
    width: 2px;
    height: 100%;
    left: 50%;
    top: 0;
    margin: 0 0 0 -1px;
}
.faq .con dl.open dd span {
    transform: rotate(360deg);
}
.faq .con dl.open dd span::after {
    opacity: 0;
}
@media only screen and (max-width:750px){
.faq {
    padding-bottom: 20vw;
}
.faq::before{
    margin-right: -67.5em;
    top: 7em;
}
.faq .headline img {
    width: 21.997vw;
}
.faq .con {
    padding: 1em 2.25em 1em 1.25em;
    margin-bottom: 5vw;
}
.faq .con dl.a {
    margin: 0.5em 0;
}
.faq .con dl dt {
    width: 15%;
}
.faq .con dl dt span {
    font-size: 8vw;
}
.faq .con dl dd {
    width: 80%;
}
.faq .con dl dd h3,
.faq .con dl dd p {
    font-size: 3.733vw;
    line-height: 1.75;
    padding-top: 0.2em;
}
.faq .con dl dd span {
    display: block;
    width: 1.2em;
    height: 1.2em;
    right: -1.85em;
    margin-top: -0.6em;
}
}


/* entry
------------------------------------------------- */
#entry {
    width: 100%;
    height: 18.0625em;
}
#entry a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
}
#entry a::before {
    content: '';
    width: 100%;
    height: 100%;
    background: url("../img/entry.png")  center center no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transition: 0.4s;
}
#entry a span {
    display: block;
    width: calc(100% - 2em);
    height: calc(100% - 2em);
    border: 1px solid #fff;
    font-weight: 500;
    line-height: 1.65;
    padding-top: 5em;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    transition: 0.4s;
}
#entry a span b {
    display: block;
    font-weight: 400;
}
@media only screen and (min-width:751px){
#entry a:hover::before {
    transform: scale(2.2);
}
}
@media only screen and (max-width:750px){
#entry {
    width: 100%;
    height: 40vw;
}
#entry a span {
    font-size: 3.466vw;
    padding-top: 2.15em;
}
#entry a span b {
    font-size: 8.4vw;
}
}


/* footer
------------------------------------------------- */
#footer {
    width: 100%;
    height: 3.625em;
    padding: 0 2.875em 0 1.6875em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    box-sizing: border-box;
}
#footer p a {
    color: #656565;
    padding-right: 1.5em;
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2211%22%20viewBox%3D%220%200%2016%2011%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_122%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20122%22%20transform%3D%22translate(-1265%20-6306)%22%3E%20%3Cg%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_86%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2086%22%20transform%3D%22translate(1265%206309)%22%20fill%3D%22none%22%20stroke%3D%22%23707070%22%20stroke-width%3D%221%22%3E%20%3Crect%20width%3D%2213%22%20height%3D%228%22%20stroke%3D%22none%22%2F%3E%20%3Crect%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%2212%22%20height%3D%227%22%20fill%3D%22none%22%2F%3E%20%3C%2Fg%3E%20%3Cline%20id%3D%22%E7%B7%9A_24%22%20data-name%3D%22%E7%B7%9A%2024%22%20x2%3D%2211%22%20transform%3D%22translate(1269.5%206306.5)%22%20fill%3D%22none%22%20stroke%3D%22%23707070%22%20stroke-width%3D%221%22%2F%3E%20%3Cline%20id%3D%22%E7%B7%9A_25%22%20data-name%3D%22%E7%B7%9A%2025%22%20y1%3D%226%22%20transform%3D%22translate(1280.5%206306)%22%20fill%3D%22none%22%20stroke%3D%22%23707070%22%20stroke-width%3D%221%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E') right center no-repeat;
    background-size: 1.1em auto;
}
#footer small {
    display: block;
    color: #909090;
}
@media only screen and (min-width:751px){
#footer p a:hover {
    text-decoration: underline;
}
}
@media only screen and (max-width:750px){
#footer {
    width: 100%;
    height: auto;
    padding: 2vw 0 20vw;
    text-align: center;
    display: block;
}
#footer p a {
    font-size: 3.466vw;
}
#footer small {
    font-size: 2.933vw;
    padding-top: 0.5em;
}
}


/* animation
------------------------------------------------- */
.fadeIn {
    opacity: 0;
}
.fadeIn.isAnimate {
    animation: fadeIn 0.7s ease 0.1s 1 forwards;
}
@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes scroll {
	0% {
		bottom: 100%;
	}
	50% {
		bottom: 0;
	}
	100% {
		bottom: -100%;
	}
}