@charset "UTF-8";
/*===============================
reset
================================*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: justify;
}

html, body {
  overflow: hidden; /* デフォルトのスクロールバーを非表示 */
}

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,
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;
  vertical-align: baseline;
  font-size: 100%;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

button {
  padding: 0;
  background: transparent;
  border: none;
  outline: none;
}

nav ul {
  list-style: none;
}

ol,
ul {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  color: #212121;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table, td, th {
  border-collapse: collapse;
  border-spacing: 0;
}

textarea {
  resize: vertical;
}

/*===============================
base
================================*/
html {
  font-weight: 700;
  letter-spacing: 1px;
  color: #212121;
  font-family: "Zen Kaku Gothic New", sans-serif;
  overflow: auto;
  height: 100%;
}

body {
  position: relative;
  z-index: 100;
  font-size: clamp(0.813rem, 0.75rem + 0.27vw, 1rem);
  background: #fff;
}

.wrap {
  width: calc(100% - 60px);
  max-width: 1200px;
  margin-inline: auto;
}

.palmtop {
  display: block !important;
}
@media screen and (min-width: 1024px) {
  .palmtop {
    display: none !important;
  }
}

.laptop {
  display: none !important;
}
@media screen and (min-width: 1024px) {
  .laptop {
    display: block !important;
  }
}

.sclNone {
  overflow: hidden;
}

/*===============================
layout
================================*/
/*
header
================================*/
.site-header {
  position: fixed;
  z-index: 150;
  top: 0;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .site-header {
    background: #fff;
  }
}
.site-header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 30px 0;
}
@media screen and (min-width: 1024px) {
  .site-header .container {
    padding: 0;
  }
}
@media screen and (min-width: 1024px) {
  .site-header .container .logo {
    padding-left: 30px;
  }
}
.site-header .container .logo a img {
  width: auto;
  height: 40px;
}
.site-header .container .inner {
  display: none;
}
@media screen and (min-width: 1024px) {
  .site-header .container .inner {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .site-header .container .inner .menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.site-header .container .inner .menu-list .item:not(:first-child) {
  margin-left: 30px;
}
.site-header .container .inner .menu-list .contact a {
  display: block;
  padding: 30px;
  color: #fff;
  background: rgb(105, 198, 216);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(105, 198, 216)), to(rgb(79, 152, 211)));
  background: linear-gradient(180deg, rgb(105, 198, 216) 0%, rgb(79, 152, 211) 100%);
}
.site-header .container .hbg {
  position: relative;
  z-index: 160;
  width: 30px;
  height: 15px;
}
@media screen and (min-width: 1024px) {
  .site-header .container .hbg {
    display: none;
  }
}
.site-header .container .hbg .line {
  display: block;
  position: absolute;
  width: 30px;
  height: 3px;
  background: rgb(105, 198, 216);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(105, 198, 216)), to(rgb(79, 152, 211)));
  background: linear-gradient(180deg, rgb(105, 198, 216) 0%, rgb(79, 152, 211) 100%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-header .container .hbg .line:first-child {
  top: 0;
}
.site-header .container .hbg .line:nth-child(2) {
  top: 6px;
}
.site-header .container .hbg .line:nth-child(3) {
  top: 12px;
}
.site-header .container .is-hbg .line {
  background: #fff !important;
}
.site-header .container .is-hbg .line:first-child {
  -webkit-transform: translateY(6px) rotate(45deg);
          transform: translateY(6px) rotate(45deg);
}
.site-header .container .is-hbg .line:nth-child(2) {
  opacity: 0;
}
.site-header .container .is-hbg .line:nth-child(3) {
  -webkit-transform: translateY(-6px) rotate(-45deg);
          transform: translateY(-6px) rotate(-45deg);
}
.site-header .container .drawer {
  position: fixed;
  z-index: 150;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  background: rgb(105, 198, 216);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(105, 198, 216)), to(rgb(79, 152, 211)));
  background: linear-gradient(180deg, rgb(105, 198, 216) 0%, rgb(79, 152, 211) 100%);
}
@media screen and (min-width: 1024px) {
  .site-header .container .drawer {
    display: none;
  }
}
.site-header .container .drawer .logo {
  position: absolute;
  top: 30px;
  left: 30px;
}
.site-header .container .drawer .logo img {
  width: auto;
  height: 40px;
}
.site-header .container .drawer .list {
  margin-top: 120px;
  -moz-text-align-last: center;
       text-align-last: center;
}
.site-header .container .drawer .list .item:not(:first-child) {
  margin-top: 50px;
}
.site-header .container .drawer .list .item a {
  font-size: clamp(1.25rem, 0.833rem + 1.78vw, 2.5rem);
  color: #fff;
}
.site-header .container .drawer .btn-style1 {
  margin-top: 50px;
}
.site-header .container .drawer .btn-style1 a {
  max-width: 300px;
  margin-inline: auto;
  background: #fff;
  color: #4E90C6;
}
.site-header .container .drawer .btn-style1 a:before {
  background-image: url("image/icon-plane.svg");
}
.site-header .container .is-drawer {
  opacity: 1;
  pointer-events: auto;
}

/*
main
================================*/
.site-main {
  margin-top: 70px;
}
@media screen and (min-width: 1024px) {
  .site-main {
    margin-top: 74.75px;
  }
}
.site-main__hero {
  padding: 30px 0;
}
@media screen and (min-width: 1024px) {
  .site-main__hero {
    padding: 50px 0;
  }
}
@media screen and (min-width: 768px) {
  .site-main__hero .column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  .site-main__hero .column .img-slider {
    width: 50%;
  }
}
.site-main__hero .column .contents {
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .site-main__hero .column .contents {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 0;
    margin-right: 50px;
  }
}
.site-main__hero .column .contents .btn-style1 {
  position: relative;
  z-index: 10;
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .site-main__hero .column .contents .btn-style1 {
    margin-top: 30px;
  }
}
.site-main__hero .column .contents .btn-style1 a:before {
  background-image: url("image/icon-plane-wht.svg");
}
.site-main section {
  position: relative;
  overflow: hidden;
}
.site-main section:before, .site-main section:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 100%;
  background-repeat: repeat-x;
  background-size: auto clamp(1.563rem, 0.521rem + 4.44vw, 4.688rem);
  opacity: 0.25;
}
.site-main section:before {
  top: 0;
  background-position: top center;
}
.site-main section:after {
  bottom: 0;
  background-position: bottom center;
}
.site-main__cta {
  background-image: url("image/cta-bg.jpg?0219");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.site-main__cta .column {
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .site-main__cta .column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.site-main__cta .column .contents {
  -moz-text-align-last: center;
       text-align-last: center;
  padding: 30px 0;
  background: rgb(105, 198, 216);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(105, 198, 216)), to(rgb(79, 152, 211)));
  background: linear-gradient(180deg, rgb(105, 198, 216) 0%, rgb(79, 152, 211) 100%);
  color: #fff;
}
@media screen and (min-width: 768px) {
  .site-main__cta .column .contents {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.site-main__cta .column .contents .inner {
  width: calc(100% - 60px);
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  .site-main__cta .column .contents .inner {
    width: calc(100% - 120px);
  }
}
.site-main__cta .column .contents .inner .subCatch {
  font-size: clamp(0.938rem, 0.625rem + 1.33vw, 1.875rem);
  line-height: 1.6em;
}
.site-main__cta .column .contents .inner .mainCatch {
  margin-top: 15px;
  letter-spacing: 3px;
  font-size: clamp(0.938rem, 0.625rem + 1.33vw, 1.875rem);
  padding: 15px 0;
  background: #fff;
  color: #4E90C6;
  border-radius: 100vh;
}
.site-main__cta .column .contents .inner .caution {
  margin-top: 10px;
  font-size: clamp(0.813rem, 0.708rem + 0.44vw, 1.125rem);
}
.site-main__cta .column .contents .inner .price {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .site-main__cta .column .contents .inner .price {
    margin-top: 30px;
  }
}
.site-main__cta .column .contents .inner .btn-style1 {
  position: relative;
  z-index: 10;
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .site-main__cta .column .contents .inner .btn-style1 {
    margin-top: 25px;
  }
}
.site-main__cta .column .contents .inner .btn-style1 a {
  background: #fff;
  color: #4E90C6;
  -moz-text-align-last: left;
       text-align-last: left;
  margin-inline: auto;
}
.site-main__cta .column .contents .inner .btn-style1 a:before {
  background-image: url("image/icon-plane.svg");
}
@media screen and (min-width: 768px) {
  .site-main__cta .column .img {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.site-main__cta .column .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.site-main__about {
  background: rgb(105, 198, 216);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(105, 198, 216)), to(rgb(79, 152, 211)));
  background: linear-gradient(180deg, rgb(105, 198, 216) 0%, rgb(79, 152, 211) 100%);
}
.site-main__about:before, .site-main__about:after {
  background-image: url("image/about-milelink-bg-text.svg");
}
.site-main__about .title-style1 {
  color: #fff;
}
.site-main__about .movie {
  max-width: 800px;
  margin-inline: auto;
  width: 100%;
  aspect-ratio: 16/9;
}
.site-main__about .movie iframe {
  position: relative;
  z-index: 50;
  width: 100%;
  height: 100%;
}
.site-main__reason {
  color: #4E90C6;
}
.site-main__reason:before, .site-main__reason:after {
  background-image: url("image/reason-bg-text.svg");
}
.site-main__reason .catch {
  margin-top: -4px;
  letter-spacing: 0;
  text-align: center;
  font-size: clamp(0.938rem, 0.625rem + 1.33vw, 1.875rem);
  line-height: 1.4em;
}
.site-main__reason .img {
  margin-top: 25px;
  text-align: center;
  max-width: 800px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .site-main__reason .img {
    margin-top: 50px;
  }
}
.site-main__flow {
  overflow: hidden;
  background: rgb(105, 198, 216);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(105, 198, 216)), to(rgb(79, 152, 211)));
  background: linear-gradient(180deg, rgb(105, 198, 216) 0%, rgb(79, 152, 211) 100%);
}
.site-main__flow:before, .site-main__flow:after {
  background-image: url("image/how-to-start-bg-text.svg");
}
.site-main__flow .title-style1 {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .site-main__flow .flow-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.site-main__flow .flow-list .item {
  -moz-text-align-last: center;
       text-align-last: center;
  color: #fff;
  margin-top: 25px;
}
@media screen and (min-width: 1024px) {
  .site-main__flow .flow-list .item {
    width: 33.3333333333%;
    margin-top: 50px;
  }
}
.site-main__flow .flow-list .item:first-child {
  margin-top: 0;
}
@media screen and (min-width: 1024px) {
  .site-main__flow .flow-list .item:nth-child(-n+3) {
    margin-top: 0;
  }
}
.site-main__flow .flow-list .item .img {
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .site-main__flow .flow-list .item .img img {
    border-radius: 10px;
    overflow: hidden;
    max-width: 300px;
  }
}
@media screen and (min-width: 1024px) {
  .site-main__flow .flow-list .item .line {
    position: relative;
    padding: 25px 0;
  }
  .site-main__flow .flow-list .item .line:before, .site-main__flow .flow-list .item .line:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
  }
  .site-main__flow .flow-list .item .line:before {
    left: 0;
    width: 100%;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    height: 1px;
    background: #fff;
  }
  .site-main__flow .flow-list .item .line:after {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 100vh;
  }
}
.site-main__flow .flow-list .item .title {
  margin-top: 25px;
  font-size: clamp(0.938rem, 0.833rem + 0.44vw, 1.25rem);
}
@media screen and (min-width: 1024px) {
  .site-main__flow .flow-list .item .title {
    margin-top: 0;
  }
}
.site-main__flow .flow-list .item .desc {
  margin-top: 20px;
}
.site-main__merit {
  color: #4E90C6;
}
.site-main__merit:before, .site-main__merit:after {
  background-image: url("image/merit-bg-text.svg");
}
.site-main__merit .merit-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.site-main__merit .merit-list .item {
  -moz-text-align-last: center;
       text-align-last: center;
  width: calc(50% - 10px);
  margin-top: 25px;
  margin-right: 20px;
}
@media screen and (min-width: 1024px) {
  .site-main__merit .merit-list .item {
    margin-top: 50px;
    width: calc(25% - 37.5px);
    margin-right: 50px;
  }
}
.site-main__merit .merit-list .item:nth-child(-n+2) {
  margin-top: 0;
}
@media screen and (min-width: 1024px) {
  .site-main__merit .merit-list .item:nth-child(-n+4) {
    margin-top: 0;
  }
}
.site-main__merit .merit-list .item:nth-child(2n) {
  margin-right: 0;
}
@media screen and (min-width: 1024px) {
  .site-main__merit .merit-list .item:nth-child(2n) {
    margin-right: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .site-main__merit .merit-list .item:nth-child(4n) {
    margin-right: 0;
  }
}
.site-main__merit .merit-list .item .icon img {
  border-radius: 100vh;
}
.site-main__merit .merit-list .item .title {
  margin-top: 15px;
  line-height: 1.4em;
  font-size: clamp(0.813rem, 0.667rem + 0.62vw, 1.25rem);
  letter-spacing: -1px;
}
.site-main__faq {
  color: #4E90C6;
  background: #f7f7f7;
}
.site-main__faq:before, .site-main__faq:after {
  background-image: url("image/faq-bg-text.svg");
}
.site-main__faq .item {
  border-radius: 10px;
  overflow: hidden;
}
.site-main__faq .item:not(:first-child) {
  margin-top: 15px;
}
.site-main__faq .item dt, .site-main__faq .item dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.4em;
}
.site-main__faq .item dt .icon, .site-main__faq .item dt .text, .site-main__faq .item dd .icon, .site-main__faq .item dd .text {
  display: inline-block;
}
.site-main__faq .item dt .icon, .site-main__faq .item dd .icon {
  width: auto;
}
.site-main__faq .item dt .text, .site-main__faq .item dd .text {
  margin-left: 5px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.site-main__faq .item dt {
  position: relative;
  z-index: 10;
  padding: 15px 40px 15px 15px;
  background: #fff;
  cursor: pointer;
  pointer-events: auto;
}
@media screen and (min-width: 1024px) {
  .site-main__faq .item dt {
    padding: 20px 40px 20px 20px;
  }
}
.site-main__faq .item dt:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 3px);
  right: 15px;
  background-image: url("image/icon-arrow.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top right;
  width: 13px;
  height: 8px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (min-width: 1024px) {
  .site-main__faq .item dt:after {
    right: 20px;
  }
}
.site-main__faq .item .is-rotate:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.site-main__faq .item dd {
  display: none;
  border-top: 1px solid #4E90C6;
  background: #fff;
  padding: 15px;
}
.site-main__faq .item dd a {
  color: #4E90C6;
  text-decoration: underline;
}

/*
footer
================================*/
.site-footer {
  -moz-text-align-last: center;
       text-align-last: center;
}
.site-footer .sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.site-footer .sns-list .icon:first-child {
  margin-right: 25px;
}
.site-footer .sns-list .icon img {
  width: 35px;
}
.site-footer .logo {
  margin-top: 25px;
}
@media screen and (min-width: 1024px) {
  .site-footer .logo {
    margin-top: 50px;
  }
}
.site-footer .logo img {
  width: 150px;
  height: auto;
}
.site-footer .list {
  margin-top: 25px;
}
@media screen and (min-width: 1024px) {
  .site-footer .list {
    margin-top: 50px;
  }
}
.site-footer .list .item:not(:first-child) {
  margin-top: 15px;
}
@media screen and (min-width: 1024px) {
  .site-footer .list .item:not(:first-child) {
    margin-top: 20px;
  }
}
.site-footer .cp {
  margin-top: 25px;
  padding-bottom: 50px;
  letter-spacing: 0;
  font-size: 12px;
}
@media screen and (min-width: 1024px) {
  .site-footer .cp {
    margin-top: 50px;
    padding-bottom: 0;
  }
}

/*
bottom-nav
================================*/
.bottom-nav {
  position: fixed;
  z-index: 100;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .bottom-nav {
    display: none;
  }
}
.bottom-nav .item a {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background: #4E90C6;
}
.bottom-nav .item a .icon {
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  .bottom-nav .item a .icon {
    margin-right: 15px;
  }
}
.bottom-nav .item a .icon img {
  margin-top: 1px;
  width: auto;
  height: 20px;
}
/*===============================
module
================================*/
/*
title-style
================================*/
.title-style1 {
  text-align: center;
  font-size: clamp(1.25rem, 0.833rem + 1.78vw, 2.5rem);
  margin-bottom: clamp(1.875rem, 1.25rem + 2.67vw, 3.75rem);
}

/*
btn-style
================================*/
.btn-style1 a {
  position: relative;
  display: block;
  width: 100%;
  max-width: 400px;
  margin-inline: auto;
  padding: 15px 30px;
  background: rgb(105, 198, 216);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(105, 198, 216)), to(rgb(79, 152, 211)));
  background: linear-gradient(180deg, rgb(105, 198, 216) 0%, rgb(79, 152, 211) 100%);
  color: #fff;
}
@media screen and (min-width: 768px) {
  .btn-style1 a {
    padding: 20px 30px;
  }
}
.btn-style1 a:before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 8px);
  right: 30px;
  background-image: url("image/icon-plane.svg");
  background-repeat: no-repeat;
  background-position: top right;
  width: 16px;
  height: 16px;
}

/*
space
================================*/
.pad-tb {
  padding: clamp(3.125rem, 1.042rem + 8.89vw, 9.375rem) 0;
}

.pad-t {
  padding-top: clamp(3.125rem, 1.042rem + 8.89vw, 9.375rem);
}

.pad-b {
  padding-bottom: clamp(3.125rem, 1.042rem + 8.89vw, 9.375rem);
}

/*
align
================================*/
.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

/*
font
================================*/
.ja {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

/*
font-weight
================================*/
/*
color
================================*/
/*
paragraph
================================*/
/*
animation
================================*/
.anim-blur {
  -webkit-filter: blur(10px);
          filter: blur(10px);
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.anim-blur-visible {
  -webkit-filter: blur(0);
          filter: blur(0);
  opacity: 1;
}