@charset "UTF-8";
/* Scss Document */
html {
  box-sizing: border-box;
  font-size: 2.5641025641vw;
  font-weight: 400; }

@media only screen and (min-width: 48.75em) {
  html {
    font-size: 1.8382352941vw; } }
@media only screen and (min-width: 68em) {
  html {
    font-size: 125%; } }
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100; }
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200; }
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300; }
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400; }
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold; }
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100; }
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200; }
body {
  overflow-x: hidden;
  word-break: break-all;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #182343;
  background: #eeeeee;
  line-height: 1.6;
  font-style: normal; }

img {
  height: auto;
  max-width: 100%;
  transition: .3s; }

a::hover img {
  opacity: .8; }

svg {
  height: 100%;
  width: 100%; }

img[srcset] {
  width: 100%;
  transition: .3s; }

.st-Layout * {
  color: inherit;
  font-size: 1em;
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-decoration: none;
  transition-duration: .5s;
  transition-property: none;
  transition-timing-function: ease-in-out; }
  .st-Layout *::before, .st-Layout *::after {
    transition-duration: inherit;
    transition-property: inherit;
    transition-timing-function: inherit; }
.st-Layout li {
  list-style-type: inherit; }

a {
  transition: .3s; }

a:hover img {
  opacity: .8; }

.mincho {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif; }

.poppins-bold {
  font-family: "Poppins", serif;
  font-weight: 700;
  font-style: normal; }

.st-Wrapper {
  overflow: hidden;
  position: relative; }

.st-Width {
  width: 100%; }

@media only screen and (min-width: 48.75em) {
  .st-Width {
    margin-left: auto;
    margin-right: auto;
    padding-left: calc(20rem / 20);
    padding-right: calc(20rem / 20);
    width: calc(1088rem / 20); } }
.st-Header {
  position: fixed;
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99; }
  .st-Header.close {
    background: white; }
  .st-Header .inner {
    padding-top: calc(12rem / 20*2);
    padding-bottom: 0;
    height: calc(47rem / 20*2); }
  .st-Header .logo {
    width: calc(155rem / 20*2);
    height: calc(22rem / 20*2);
    margin-left: calc(25rem / 20*2);
    font-size: 0; }
    .st-Header .logo img {
      height: calc(22rem / 20*2); }

@media only screen and (min-width: 48.75em) {
  .st-Header {
    position: fixed;
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(5rem);
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99; }
    .st-Header .inner {
      padding-top: 0;
      padding-bottom: 0;
      height: calc(81rem / 20);
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      align-items: center; }
    .st-Header .logo {
      width: calc(235rem / 20);
      height: auto;
      margin-left: calc(47rem / 20);
      font-size: 0; }
      .st-Header .logo img {
        height: auto; } }
.st-Nav {
  position: fixed;
  z-index: 99;
  left: 0;
  background: url("../images/bg_nav.png") no-repeat bottom left #fff;
  background-size: 100%;
  opacity: 0;
  width: 100%;
  top: -300vh;
  height: 100%;
  color: #2F3E3D;
  overflow-y: scroll; }
  .st-Nav.menu-expanded {
    top: calc(41rem / 20*2);
    -webkit-animation: fade-in 0.85s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s both;
    animation: fade-in 0.85s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s both; }
  .st-Nav.close {
    -webkit-animation: fade-out 0.85s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: fade-out 0.85s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }
  .st-Nav .list {
    width: 100%;
    position: relative;
    font-size: calc(22rem / 20*2);
    font-weight: 600;
    text-align: center;
    margin-bottom: calc(100rem / 20*2);
    margin-top: calc(20rem / 20*2);
    margin-bottom: calc(20rem / 20*2); }
    .st-Nav .list li {
      position: relative; }
      .st-Nav .list li a {
        display: block;
        padding-left: calc(70rem / 20*2);
        padding-right: calc(70rem / 20*2);
        padding-top: calc(15rem / 20*2);
        padding-bottom: calc(15rem / 20*2); }
  .st-Nav .etc {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-weight: 600;
    font-size: calc(14rem / 20*2);
    margin-top: calc(45rem / 20*2); }
    .st-Nav .etc li {
      margin-left: calc(5rem / 20*2);
      margin-right: calc(5rem / 20*2); }
      .st-Nav .etc li a {
        text-decoration: underline; }
  .st-Nav .copy {
    margin-top: calc(32rem / 20*2);
    font-size: calc(12rem / 20*2);
    text-align: center; }
  .st-Nav .st-app-btn {
    width: calc(305rem / 20*2); }
    .st-Nav .st-app-btn a {
      width: calc(305rem / 20*2);
      padding-left: calc(85rem / 20*2); }
      .st-Nav .st-app-btn a::before {
        left: calc(45rem / 20*2); }

@media only screen and (min-width: 48.75em) {
  .st-Nav {
    background: none;
    top: 0;
    height: auto;
    color: #2F3E3D;
    overflow-y: inherit;
    width: auto;
    position: relative;
    opacity: 1; }
    .st-Nav.menu-expanded {
      top: 0;
      opacity: 1 !important;
      -webkit-animation: fade-in 0.85s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s both;
      animation: fade-in 0.85s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s both; }
    .st-Nav.close {
      top: 0;
      opacity: 1 !important;
      -webkit-animation: fade-in 0.85s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s both;
      animation: fade-in 0.85s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s both; }
    .st-Nav .list {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-box-pack: start;
      -webkit-flex-pack: start;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      font-size: calc(14rem / 20);
      font-weight: 600;
      text-align: center;
      margin-left: calc(60rem / 20);
      margin-top: 0;
      margin-bottom: 0; }
      .st-Nav .list li {
        position: relative; }
        .st-Nav .list li a {
          display: block;
          padding-left: calc(15rem / 20);
          padding-right: calc(15rem / 20);
          padding-top: calc(10rem / 20);
          padding-bottom: calc(10rem / 20);
          transition: .3s; }
          .st-Nav .list li a:hover {
            opacity: .7; }
        .st-Nav .list li.top {
          display: none; }
    .st-Nav .etc {
      display: none; }
    .st-Nav .copy {
      display: none; }
    .st-Nav .st-app-btn {
      display: none; } }
.menu-trigger {
  display: block;
  width: calc(71rem / 20*2);
  height: calc(47rem / 20*2);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999; }
  .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    position: absolute;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(17rem / 20*2);
    background: #4b556e; }
    .menu-trigger span:nth-of-type(1) {
      top: calc(18rem / 20*2); }
    .menu-trigger span:nth-of-type(2) {
      top: calc(23rem / 20*2); }
    .menu-trigger span:nth-of-type(3) {
      top: calc(28rem / 20*2); }
  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(0.5rem) translateX(-50%) rotate(-0.5rem);
    transform: translateY(0.5rem) translateX(-50%) rotate(-45deg);
    background: #000; }
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0; }
  .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-0.5rem) translateX(-50%) rotate(0.5rem);
    transform: translateY(-0.5rem) translateX(-50%) rotate(45deg);
    background: #000; }

@media only screen and (min-width: 48.75em) {
  .menu-trigger {
    display: none; } }
/**
------------------------------------------------------------------------------------------***/
.st-app-btn {
  font-weight: 600;
  font-size: calc(17rem / 20*2);
  margin-left: auto;
  margin-right: auto;
  width: calc(345rem / 20*2); }
  .st-app-btn a {
    width: calc(345rem / 20*2);
    display: block;
    background: #b82619;
    color: #fff;
    border-radius: 6rem;
    height: calc(67rem / 20*2);
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    padding-left: calc(112rem / 20*2); }
    .st-app-btn a::before {
      content: "";
      background: url("../images/ico_btn.svg") no-repeat;
      background-size: calc(27rem / 20*2);
      width: calc(27rem / 20*2);
      height: calc(27rem / 20*2);
      top: 50%;
      transform: translateY(-50%);
      left: calc(75rem / 20*2);
      position: absolute; }
  .st-app-btn.white a {
    background: #fff;
    color: #b82619; }
    .st-app-btn.white a::before {
      background: url("../images/ico_btn_color.svg") no-repeat;
      background-size: calc(27rem / 20*2);
      width: calc(27rem / 20*2);
      height: calc(27rem / 20*2);
      top: 50%;
      transform: translateY(-50%);
      left: calc(75rem / 20*2);
      position: absolute; }

@media only screen and (min-width: 48.75em) {
  .st-app-btn {
    font-size: calc(17rem / 20);
    width: calc(275rem / 20); }
    .st-app-btn a {
      width: calc(275rem / 20);
      border-radius: 3rem;
      height: calc(77rem / 20);
      padding-left: calc(75rem / 20);
      transition: .3s; }
      .st-app-btn a::before {
        background-size: calc(30rem / 20);
        width: calc(30rem / 20);
        height: calc(30rem / 20);
        left: calc(35rem / 20); }
      .st-app-btn a:hover {
        background: #A70000;
        transform: scale(1.1); }
    .st-app-btn.white a {
      width: calc(275rem / 20);
      border-radius: 3rem;
      height: calc(77rem / 20);
      padding-left: calc(75rem / 20); }
      .st-app-btn.white a::before {
        background-size: calc(30rem / 20);
        width: calc(30rem / 20);
        height: calc(30rem / 20);
        left: calc(35rem / 20); }
      .st-app-btn.white a:hover {
        background: #fff;
        transform: scale(1.1); } }
/**
------------------------------------------------------------------------------------------***/
.home-Fv {
  position: relative; }
  .home-Fv .inner {
    height: 100%;
    position: relative;
    padding-bottom: calc(88rem / 20*2); }
    .home-Fv .inner::before {
      content: "";
      background: #f0e5ae;
      background-size: calc(359rem / 20*2);
      width: calc(359rem / 20*2);
      height: calc(431rem / 20*2);
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      position: absolute;
      border-radius: 5rem; }
  .home-Fv .sl-area {
    width: calc(362rem / 20*2);
    margin-left: auto;
    border-bottom-left-radius: 5rem;
    position: relative;
    overflow: hidden;
    margin-bottom: calc(49rem / 20*2); }
  .home-Fv .logo {
    width: calc(316rem / 20*2);
    padding-left: calc(20rem / 20*2);
    margin-bottom: calc(25rem / 20*2); }
  .home-Fv .ttl {
    padding-left: calc(20rem / 20*2);
    font-size: calc(24rem / 20*2);
    margin-bottom: calc(12rem / 20*2);
    font-weight: 700; }
  .home-Fv .txt {
    padding-left: calc(20rem / 20*2);
    padding-right: calc(20rem / 20*2);
    font-size: calc(13rem / 20*2);
    margin-bottom: calc(40rem / 20*2);
    font-weight: 600; }

@media only screen and (min-width: 48.75em) {
  .home-Fv {
    position: relative; }
    .home-Fv .inner {
      padding-bottom: calc(88rem / 20);
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-box-direction: reverse;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -webkit-box-align: center;
      -webkit-align-items: center;
      align-items: center; }
      .home-Fv .inner::before {
        content: "";
        background: #f0e5ae;
        background-size: 50.78125vw;
        width: 50.78125vw;
        height: 56.640625vw;
        top: 3.125vw;
        right: 3.125vw;
        left: auto;
        transform: translateX(0%); }
    .home-Fv .sl-area {
      width: 50vw;
      border-bottom-left-radius: 2.5rem;
      position: relative;
      margin-bottom: calc(49rem / 20); }
    .home-Fv .text-area {
      width: 50vw;
      padding-left: 8.984375vw; }
    .home-Fv .logo {
      width: 34.375vw;
      padding-left: 0;
      margin-bottom: 3.515625vw; }
    .home-Fv .ttl {
      padding-left: 0;
      font-size: 3.59375vw;
      margin-bottom: 3.125vw;
      letter-spacing: .1rem; }
    .home-Fv .txt {
      padding-left: 0;
      padding-right: 0;
      font-size: 1.328125vw;
      margin-bottom: 3.125vw; }
    .home-Fv .st-app-btn {
      margin-left: 0;
      font-size: 1.328125vw;
      width: 21.484375vw; }
      .home-Fv .st-app-btn a {
        width: 21.484375vw;
        border-radius: 3rem;
        height: 6.015625vw;
        padding-left: 5.859375vw; }
        .home-Fv .st-app-btn a::before {
          background-size: 2.34375vw;
          width: 2.34375vw;
          height: 2.34375vw;
          left: 2.734375vw; } }
.home-About {
  background: url("../images/bg_about.png") no-repeat #1a2341;
  background-size: 100%;
  background-position: bottom; }
  .home-About .inner {
    padding-left: calc(20rem / 20*2);
    padding-right: calc(20rem / 20*2);
    padding-top: calc(85rem / 20*2);
    padding-bottom: calc(80rem / 20*2); }
  .home-About .en-ttl {
    font-size: calc(16rem / 20*2);
    letter-spacing: .1rem;
    color: #fff;
    text-align: center;
    position: relative;
    padding-bottom: calc(13rem / 20*2);
    margin-bottom: calc(13rem / 20*2); }
    .home-About .en-ttl::before {
      content: "";
      background: #f7ce46;
      background-size: calc(35rem / 20*2);
      width: calc(35rem / 20*2);
      height: calc(3rem / 20*2);
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      position: absolute; }
  .home-About .ttl {
    font-size: calc(32rem / 20*2);
    color: #fff;
    text-align: center;
    letter-spacing: .1rem;
    margin-bottom: calc(24rem / 20*2);
    line-height: 1; }
  .home-About .img {
    width: calc(120rem / 20*2);
    margin-left: auto;
    margin-right: auto;
    margin-top: calc(60rem / 20*2);
    margin-bottom: calc(74rem / 20*2); }
    .home-About .img img {
      width: 100%; }
  .home-About .txt {
    color: #fff;
    font-size: calc(14rem / 20*2);
    text-align: center;
    margin-bottom: calc(20rem / 20*2); }
    .home-About .txt:last-of-type {
      margin-bottom: 0; }
    .home-About .txt br.pc {
      display: none; }
  .home-About .st-app-btn {
    margin-top: calc(45rem / 20*2); }

@media only screen and (min-width: 48.75em) {
  .home-About {
    background: transparent;
    background-size: 100%;
    background-position: bottom; }
    .home-About .inner {
      width: calc(1048rem / 20);
      margin-left: auto;
      margin-right: auto;
      background: url("../images/bg_about_pc.png") no-repeat #1a2341;
      background-size: 100%;
      background-position: top;
      border-radius: 3.5rem;
      padding-left: calc(20rem / 20);
      padding-right: calc(20rem / 20);
      padding-top: calc(85rem / 20);
      padding-bottom: calc(85rem / 20); }
    .home-About .en-ttl {
      font-size: calc(18rem / 20);
      padding-bottom: calc(13rem / 20);
      margin-bottom: calc(13rem / 20); }
      .home-About .en-ttl::before {
        height: calc(2rem / 20); }
    .home-About .ttl {
      font-size: calc(43rem / 20);
      margin-bottom: calc(24rem / 20); }
    .home-About .img {
      width: calc(120rem / 20);
      margin-top: calc(50rem / 20);
      margin-bottom: calc(65rem / 20); }
    .home-About .txt {
      color: #fff;
      font-size: calc(16rem / 20);
      text-align: center;
      margin-bottom: calc(20rem / 20); }
      .home-About .txt:last-of-type {
        margin-bottom: 0; }
      .home-About .txt br.sp {
        display: none; }
      .home-About .txt br.pc {
        display: block; }
    .home-About .st-app-btn {
      margin-top: calc(30rem / 20); } }
.home-Howto .inner {
  padding-top: calc(105rem / 20*2);
  padding-bottom: calc(80rem / 20*2); }
.home-Howto .en-ttl {
  font-size: calc(16rem / 20*2);
  letter-spacing: .05rem;
  text-align: center;
  position: relative;
  padding-bottom: calc(13rem / 20*2);
  margin-bottom: calc(13rem / 20*2); }
  .home-Howto .en-ttl::before {
    content: "";
    background: #b9261a;
    background-size: calc(35rem / 20*2);
    width: calc(35rem / 20*2);
    height: calc(3rem / 20*2);
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    position: absolute; }
.home-Howto .ttl {
  font-size: calc(32rem / 20*2);
  text-align: center;
  letter-spacing: .1rem;
  margin-bottom: calc(43rem / 20*2);
  line-height: 1; }
.home-Howto .unit {
  background: #fff;
  border-radius: 2rem;
  padding-top: calc(52rem / 20*2);
  padding-left: calc(30rem / 20*2);
  padding-right: calc(30rem / 20*2);
  padding-bottom: calc(45rem / 20*2);
  margin-bottom: calc(12rem / 20*2); }
  .home-Howto .unit .img {
    width: calc(328rem / 20*2);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: calc(50rem / 20*2); }
.home-Howto .unit-ttl {
  font-size: calc(26rem / 20*2);
  letter-spacing: .1rem;
  margin-bottom: calc(15rem / 20*2); }
.home-Howto .unit-txt {
  font-size: calc(14rem / 20*2); }
.home-Howto .mast {
  color: #a6a6a6;
  margin-top: calc(15rem / 20*2);
  font-size: calc(13rem / 20*2); }

@media only screen and (min-width: 48.75em) {
  .home-Howto .inner {
    padding-top: calc(105rem / 20);
    padding-bottom: calc(130rem / 20); }
  .home-Howto .en-ttl {
    font-size: calc(18rem / 20);
    padding-bottom: calc(13rem / 20);
    margin-bottom: calc(13rem / 20); }
    .home-Howto .en-ttl::before {
      height: calc(2rem / 20); }
  .home-Howto .ttl {
    font-size: calc(43rem / 20);
    margin-bottom: calc(60rem / 20); }
  .home-Howto .unit {
    border-radius: 2.5rem;
    padding-top: calc(52rem / 20);
    padding-left: 0;
    padding-right: calc(30rem / 20);
    padding-bottom: 0;
    margin-bottom: calc(80rem / 20);
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center; }
    .home-Howto .unit .img {
      width: calc(526rem / 20);
      margin-left: 0;
      margin-right: 0;
      margin-bottom: 0; }
    .home-Howto .unit:nth-of-type(2) {
      -webkit-box-direction: reverse;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row-reverse;
      flex-direction: row-reverse; }
    .home-Howto .unit:last-of-type {
      margin-bottom: 0; }
  .home-Howto .txt-area {
    width: calc(390rem / 20); }
  .home-Howto .unit-ttl {
    font-size: calc(34rem / 20);
    letter-spacing: .05rem;
    margin-bottom: calc(15rem / 20); }
  .home-Howto .unit-txt {
    font-size: calc(16rem / 20); }
  .home-Howto .mast {
    font-size: calc(14rem / 20); } }
.home-Fanba {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#962d27+0,af3028+100 */
  background: linear-gradient(135deg, #962d27 0%, #af3028 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  position: relative; }
  .home-Fanba .inner {
    padding-top: calc(80rem / 20*2); }
  .home-Fanba .bbs {
    position: absolute;
    width: 100%;
    left: 0;
    top: calc(40rem / 20*2);
    align-items: center;
    color: #a44743;
    display: flex;
    height: calc(80rem / 20*2);
    overflow: hidden;
    white-space: nowrap; }
    .home-Fanba .bbs ul {
      animation: flowing 60s linear infinite;
      font-size: calc(88rem / 20*2);
      font-weight: 700;
      transform: translateX(100%);
      margin: 0;
      padding: 0; }
      .home-Fanba .bbs ul li {
        display: inline-block;
        padding-right: calc(5rem / 20*2); }
@keyframes flowing {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-100%); } }
  .home-Fanba .logo {
    position: relative;
    width: calc(332rem / 20*2);
    margin-left: auto;
    margin-right: auto; }
    .home-Fanba .logo img {
      width: 100%; }
  .home-Fanba .txt {
    text-align: center;
    color: #fff;
    font-size: calc(18rem / 20*2);
    margin-top: calc(20rem / 20*2);
    margin-bottom: calc(27rem / 20*2); }
  .home-Fanba .img {
    width: 100%;
    margin-top: calc(63rem / 20*2); }

@media only screen and (min-width: 48.75em) {
  .home-Fanba .inner {
    padding-top: calc(100rem / 20);
    position: relative;
    height: calc(454rem / 20); }
  .home-Fanba .bbs {
    top: calc(32rem / 20);
    height: calc(98rem / 20); }
    .home-Fanba .bbs ul {
      animation: flowing 80s linear infinite;
      font-size: calc(120rem / 20); }
      .home-Fanba .bbs ul li {
        display: inline-block;
        padding-right: calc(5rem / 20); }
  .home-Fanba .logo {
    width: calc(436rem / 20);
    margin-left: calc(80rem / 20);
    margin-right: auto; }
    .home-Fanba .logo img {
      width: 100%; }
  .home-Fanba .txt {
    text-align: left;
    margin-left: calc(80rem / 20);
    font-size: calc(18rem / 20);
    margin-top: calc(35rem / 20);
    margin-bottom: calc(30rem / 20); }
  .home-Fanba .img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: calc(587rem / 20);
    margin-top: 0; }
  .home-Fanba .st-app-btn {
    margin-left: calc(80rem / 20); } }
.home-Faq .inner {
  padding-top: calc(105rem / 20*2);
  padding-bottom: calc(60rem / 20*2);
  padding-left: calc(15rem / 20*2);
  padding-right: calc(15rem / 20*2); }
.home-Faq .en-ttl {
  font-size: calc(16rem / 20*2);
  letter-spacing: .1rem;
  text-align: center;
  position: relative;
  padding-bottom: calc(13rem / 20*2);
  margin-bottom: calc(13rem / 20*2); }
  .home-Faq .en-ttl::before {
    content: "";
    background: #b9261a;
    background-size: calc(35rem / 20*2);
    width: calc(35rem / 20*2);
    height: calc(3rem / 20*2);
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    position: absolute; }
.home-Faq .ttl {
  font-size: calc(32rem / 20*2);
  text-align: center;
  letter-spacing: .05rem;
  margin-bottom: calc(43rem / 20*2);
  line-height: 1;
  font-weight: 700; }
.home-Faq dl {
  background: #fff;
  border-radius: 2rem;
  margin-bottom: calc(10rem / 20*2); }
  .home-Faq dl dt {
    font-weight: 700;
    padding-left: calc(25rem / 20*2);
    padding-top: calc(30rem / 20*2);
    padding-bottom: calc(27rem / 20*2);
    font-size: calc(18rem / 20*2);
    position: relative;
    padding-right: calc(50rem / 20*2); }
    .home-Faq dl dt::before {
      content: "";
      background: url("../images/icon_cr.svg") no-repeat;
      background-size: calc(14rem / 20*2);
      width: calc(14rem / 20*2);
      height: calc(9rem / 20*2);
      right: calc(30rem / 20*2);
      top: 50%;
      transform: translateY(-50%);
      position: absolute;
      transition: .3s; }
    .home-Faq dl dt.clicked::before {
      transform: translateY(-50%) rotate(-180deg); }
  .home-Faq dl dd {
    padding-left: calc(25rem / 20*2);
    padding-right: calc(25rem / 20*2);
    padding-bottom: calc(27rem / 20*2);
    font-size: calc(14rem / 20*2);
    font-weight: 600; }

@media only screen and (min-width: 48.75em) {
  .home-Faq .inner {
    padding-bottom: calc(100rem / 20);
    padding-left: calc(15rem / 20);
    padding-right: calc(15rem / 20);
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start; }
  .home-Faq .en-ttl {
    font-size: calc(18rem / 20);
    padding-bottom: calc(13rem / 20);
    margin-bottom: calc(13rem / 20);
    text-align: left; }
    .home-Faq .en-ttl::before {
      height: calc(2rem / 20);
      background-size: calc(30rem / 20);
      width: calc(30rem / 20);
      left: 0;
      transform: translateX(0%); }
  .home-Faq .ttl {
    font-size: calc(43rem / 20);
    text-align: left; }
  .home-Faq .ttl-area {
    width: calc(370rem / 20); }
  .home-Faq .list-area {
    width: calc(680rem / 20); }
  .home-Faq dl {
    border-radius: 2.5rem;
    margin-bottom: calc(10rem / 20); }
    .home-Faq dl dt {
      font-weight: 700;
      padding-left: calc(40rem / 20);
      padding-top: calc(30rem / 20);
      padding-bottom: calc(27rem / 20);
      font-size: calc(18rem / 20);
      position: relative;
      padding-right: calc(40rem / 20);
      transition: .3s; }
      .home-Faq dl dt::before {
        right: calc(50rem / 20);
        background-size: calc(14rem / 20);
        width: calc(14rem / 20);
        height: calc(9rem / 20); }
      .home-Faq dl dt:hover {
        opacity: .7; }
    .home-Faq dl dd {
      padding-left: calc(40rem / 20);
      padding-right: calc(40rem / 20);
      padding-bottom: calc(27rem / 20);
      font-size: calc(16rem / 20); } }
/* .home-Contact {
  background: url("../images/bg_contact.png") no-repeat bottom #ffd735; } */
  .home-Contact {
    background-color: white;
  }
  .home-Contact .inner {
    padding-top: calc(105rem / 20*2);
    padding-bottom: calc(75rem / 20*2);
    padding-left: calc(25rem / 20*2);
    padding-right: calc(25rem / 20*2); }
  .home-Contact .en-ttl {
    font-size: calc(16rem / 20*2);
    letter-spacing: .1rem;
    text-align: center;
    position: relative;
    padding-bottom: calc(13rem / 20*2);
    margin-bottom: calc(13rem / 20*2); }
    .home-Contact .en-ttl::before {
      content: "";
      background: #b9261a;
      background-size: calc(35rem / 20*2);
      width: calc(35rem / 20*2);
      height: calc(3rem / 20*2);
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      position: absolute; }
  .home-Contact .ttl {
    font-size: calc(32rem / 20*2);
    text-align: center;
    letter-spacing: .1rem;
    margin-bottom: calc(43rem / 20*2);
    line-height: 1; }
  .home-Contact .txt {
    text-align: center;
    font-size: calc(16rem / 20*2);
    font-weight: 600;
    margin-bottom: calc(35rem / 20*2); }
  .home-Contact .contact-btn {
    font-weight: 600;
    font-size: calc(18rem / 20*2);
    margin-left: auto;
    margin-right: auto;
    width: calc(305rem / 20*2); }
    .home-Contact .contact-btn a {
      width: calc(305rem / 20*2);
      display: block;
      background: #1a2341;
      color: #fff;
      border-radius: 6rem;
      height: calc(67rem / 20*2);
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      position: relative; }
      .home-Contact iframe {
        width: 100%;
        height: 850px; /* SP */
        border: none;
      }

@media only screen and (min-width: 48.75em) {
  .home-Contact {
    background-color: white;
    position: relative;
    height: 100%;
    display: flex;
    
   }
    .home-Contact::before {
      content: "";
      background: #fff;
      background-size: 100%;
      width: 100%;
      /* height: calc(800rem / 20); */
      bottom: 0;
      left: 0;
      position: absolute;
     }
    .home-Contact .inner {
      /* background: url("../images/bg_contact_pc.png") no-repeat left #ffd735; */
      background-size: calc(629rem / 20);
      width: calc(1048rem / 20);
      border-radius: 2.5rem;
      /* height: calc(477rem / 20); */
      padding-top: calc(176rem / 20);
      padding-bottom: 0;
      padding-left: calc(25rem / 20);
      padding-right: calc(25rem / 20);
      position: relative; }
    .home-Contact .en-ttl {
      font-size: calc(18rem / 20);
      padding-bottom: calc(13rem / 20);
      margin-bottom: calc(13rem / 20); }
      .home-Contact .en-ttl::before {
        background-size: calc(30rem / 20);
        width: calc(30rem / 20);
        height: calc(2rem / 20); }
    .home-Contact .ttl {
      font-size: calc(43rem / 20);
      margin-bottom: calc(45rem / 20); }
    .home-Contact .txt {
      font-size: calc(16rem / 20);
      margin-bottom: calc(33rem / 20);
      width: calc(463rem / 20);
      margin-left: auto;
      margin-right: auto; }
    .home-Contact .contact-btn {
      font-size: calc(18rem / 20);
      width: calc(268rem / 20); }
      .home-Contact .contact-btn a {
        width: calc(268rem / 20);
        height: calc(67rem / 20);
        transition: .3s; }
        .home-Contact .contact-btn a:hover {
          transform: scale(1.1); } 
          .home-Contact iframe {
            width: 100%;
            height: 1000px; /* デフォルトは PC 用 */
            border: none;
          }
        }
.st-footer {
  background: url("../images/img_footer.png") no-repeat bottom center #fff;
  background-size: 100%;
  background-position: center 35rem; }
  .st-footer .inner {
    padding-top: calc(93rem / 20*2);
    padding-bottom: calc(20rem / 20*2); }
  .st-footer .logo {
    width: calc(325rem / 20*2);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: calc(10rem / 20*2); }
    .st-footer .logo img {
      width: 100%; }
  .st-footer .txt {
    text-align: center;
    font-weight: 700;
    font-size: calc(26rem / 20*2);
    letter-spacing: .1rem;
    margin-bottom: calc(40rem / 20*2); }
  .st-footer .list {
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: calc(360rem / 20*2);
    margin-bottom: calc(25rem / 20*2); }
    .st-footer .list li {
      font-size: calc(14rem / 20*2);
      font-weight: 600;
      margin-left: calc(10rem / 20*2);
      margin-right: calc(10rem / 20*2); }
      .st-footer .list li a {
        display: block; }
      .st-footer .list li.insta img {
        width: calc(32rem / 20*2); }
  .st-footer .copy {
    text-align: center;
    font-size: calc(12rem / 20*2); }

@media only screen and (min-width: 48.75em) {
  .st-footer {
    background: #fff;
    background-size: 100%;
    background-position: center 17.5rem; }
    .st-footer .inner {
      background: url("../images/img_footer_pc.png") no-repeat;
      background-size: calc(610rem / 20);
      background-position: right 5rem;
      padding-top: calc(176rem / 20);
      padding-bottom: calc(40rem / 20); }
    .st-footer .logo {
      width: calc(400rem / 20);
      margin-left: 0;
      margin-bottom: calc(30rem / 20);
      margin-left: calc(60rem / 20); }
      .st-footer .logo img {
        width: 100%; }
    .st-footer .txt {
      text-align: left;
      margin-left: calc(60rem / 20);
      font-size: calc(28rem / 20);
      margin-bottom: calc(40rem / 20); }
      .st-footer .txt br {
        display: none; }
    .st-footer .st-app-btn {
      margin-left: calc(60rem / 20); }
    .st-footer .list {
      margin-top: calc(120rem / 20);
      margin-bottom: calc(30rem / 20); }
      .st-footer .list li {
        font-size: calc(14rem / 20);
        margin-right: calc(10rem / 20);
        margin-left: calc(10rem / 20); }
        .st-footer .list li a {
          display: block; }
        .st-footer .list li.insta img {
          width: calc(32rem / 20); }
    .st-footer .copy {
      font-size: calc(14rem / 20); } }
/*-下層共通
------------------------------------------------------------------------------------*/
/*ここまであく*/
/***********/
/*.inview{
    -webkit-transform: translateY(2rem);
            transform: translateY(2rem);
    opacity: 0;
	&.is-show{
	-webkit-animation: fade-in-bottom .5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.4s both;
	        animation: fade-in-bottom .5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.4s both;
	}
}*/
body {
  -webkit-animation: fade-in 1.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s both;
  animation: fade-in 1.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s both; }

.home-Fv .logo {
  -webkit-transform: translateY(2.5rem);
  transform: translateY(2.5rem);
  opacity: 0; }
.home-Fv .ttl {
  -webkit-transform: translateY(2.5rem);
  transform: translateY(2.5rem);
  opacity: 0; }
.home-Fv .txt {
  -webkit-transform: translateY(2.5rem);
  transform: translateY(2.5rem);
  opacity: 0; }
.home-Fv .st-app-btn {
  -webkit-transform: translateY(2.5rem);
  transform: translateY(2.5rem);
  opacity: 0; }
.home-Fv.is-show .logo {
  -webkit-animation: fade-in-bottom 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s both;
  animation: fade-in-bottom 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s both; }
.home-Fv.is-show .ttl {
  -webkit-animation: fade-in-bottom 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s both;
  animation: fade-in-bottom 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s both; }
.home-Fv.is-show .txt {
  -webkit-animation: fade-in-bottom 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s both;
  animation: fade-in-bottom 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s both; }
.home-Fv.is-show .st-app-btn {
  -webkit-animation: fade-in-bottom 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s both;
  animation: fade-in-bottom 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s both; }

.home-About .en-ttl {
  -webkit-transform: translateY(2.5rem);
  transform: translateY(2.5rem);
  opacity: 0; }
.home-About .ttl {
  -webkit-transform: translateY(2.5rem);
  transform: translateY(2.5rem);
  opacity: 0; }
.home-About .img {
  -webkit-transform: translateY(2.5rem);
  transform: translateY(2.5rem);
  opacity: 0; }
.home-About .txt {
  -webkit-transform: translateY(2.5rem);
  transform: translateY(2.5rem);
  opacity: 0; }
.home-About .st-app-btn {
  -webkit-transform: translateY(2.5rem);
  transform: translateY(2.5rem);
  opacity: 0; }
.home-About.is-show .en-ttl {
  -webkit-animation: fade-in-bottom 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s both;
  animation: fade-in-bottom 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s both; }
.home-About.is-show .ttl {
  -webkit-animation: fade-in-bottom 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s both;
  animation: fade-in-bottom 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s both; }
.home-About.is-show .img {
  -webkit-animation: fade-in-bottom 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s both;
  animation: fade-in-bottom 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s both; }
.home-About.is-show .txt {
  -webkit-animation: fade-in-bottom 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s both;
  animation: fade-in-bottom 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s both; }
.home-About.is-show .st-app-btn {
  -webkit-animation: fade-in-bottom 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s both;
  animation: fade-in-bottom 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s both; }

.home-Howto .en-ttl {
  -webkit-transform: translateY(2.5rem);
  transform: translateY(2.5rem);
  opacity: 0; }
.home-Howto .ttl {
  -webkit-transform: translateY(2.5rem);
  transform: translateY(2.5rem);
  opacity: 0; }
.home-Howto.is-show .en-ttl {
  -webkit-animation: fade-in-bottom 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s both;
  animation: fade-in-bottom 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s both; }
.home-Howto.is-show .ttl {
  -webkit-animation: fade-in-bottom 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s both;
  animation: fade-in-bottom 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s both; }
.home-Howto .unit {
  -webkit-transform: translateY(2.5rem);
  transform: translateY(2.5rem);
  opacity: 0; }
  .home-Howto .unit.is-show {
    -webkit-animation: fade-in-bottom 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s both;
    animation: fade-in-bottom 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s both; }

.home-Fanba .logo {
  -webkit-transform: translateY(2.5rem);
  transform: translateY(2.5rem);
  opacity: 0; }
.home-Fanba .txt {
  -webkit-transform: translateY(2.5rem);
  transform: translateY(2.5rem);
  opacity: 0; }
.home-Fanba .st-app-btn {
  -webkit-transform: translateY(2.5rem);
  transform: translateY(2.5rem);
  opacity: 0; }
.home-Fanba.is-show .logo {
  -webkit-animation: fade-in-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s both;
  animation: fade-in-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s both; }
.home-Fanba.is-show .ttl {
  -webkit-animation: fade-in-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s both;
  animation: fade-in-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s both; }
.home-Fanba.is-show .txt {
  -webkit-animation: fade-in-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s both;
  animation: fade-in-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s both; }
.home-Fanba.is-show .st-app-btn {
  -webkit-animation: fade-in-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s both;
  animation: fade-in-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s both; }

.home-Contact .en-ttl {
  -webkit-transform: translateY(2.5rem);
  transform: translateY(2.5rem);
  opacity: 0; }
.home-Contact .ttl {
  -webkit-transform: translateY(2.5rem);
  transform: translateY(2.5rem);
  opacity: 0; }
.home-Contact .txt {
  -webkit-transform: translateY(2.5rem);
  transform: translateY(2.5rem);
  opacity: 0; }
.home-Contact .contact-btn {
  -webkit-transform: translateY(2.5rem);
  transform: translateY(2.5rem);
  opacity: 0; }
.home-Contact.is-show .en-ttl {
  -webkit-animation: fade-in-bottom 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s both;
  animation: fade-in-bottom 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s both; }
.home-Contact.is-show .ttl {
  -webkit-animation: fade-in-bottom 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s both;
  animation: fade-in-bottom 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s both; }
.home-Contact.is-show .txt {
  -webkit-animation: fade-in-bottom 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s both;
  animation: fade-in-bottom 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s both; }
.home-Contact.is-show .contact-btn {
  -webkit-animation: fade-in-bottom 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s both;
  animation: fade-in-bottom 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s both; }

.st-footer .inner {
  -webkit-transform: translateY(2.5rem);
  transform: translateY(2.5rem);
  opacity: 0; }
/* .st-footer .logo {
  -webkit-transform: translateY(2.5rem);
  transform: translateY(2.5rem);
  opacity: 0; }
.st-footer .txt {
  -webkit-transform: translateY(2.5rem);
  transform: translateY(2.5rem);
  opacity: 0; }
.st-footer .st-app-btn {
  -webkit-transform: translateY(2.5rem);
  transform: translateY(2.5rem);
  opacity: 0; } */
/* .st-footer .list {
  -webkit-transform: translateY(2.5rem);
  transform: translateY(2.5rem);
  opacity: 0; } */
/* .st-footer .copy {
  -webkit-transform: translateY(2.5rem);
  transform: translateY(2.5rem);
  opacity: 0; } */
.st-footer.is-show .inner {
  -webkit-animation: fade-in-bottom 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s both;
  animation: fade-in-bottom 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s both; }
/* .st-footer.is-show .logo {
  -webkit-animation: fade-in-bottom 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s both;
  animation: fade-in-bottom 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s both; }
.st-footer.is-show .ttl {
  -webkit-animation: fade-in-bottom 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s both;
  animation: fade-in-bottom 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s both; }
.st-footer.is-show .txt {
  -webkit-animation: fade-in-bottom 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s both;
  animation: fade-in-bottom 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s both; }
.st-footer.is-show .st-app-btn {
  -webkit-animation: fade-in-bottom 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s both;
  animation: fade-in-bottom 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s both; } */
/* .st-footer.is-show .list {
  -webkit-animation: fade-in-bottom 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.2s both;
  animation: fade-in-bottom 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.2s both; }
.st-footer.is-show .copy {
  -webkit-animation: fade-in-bottom 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.4s both;
  animation: fade-in-bottom 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.4s both; } */

/**
 * ----------------------------------------
 * animation fade-in
 * ----------------------------------------
 */
@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/**
 * ----------------------------------------
 * animation fade-out
.fade-out {
	-webkit-animation: fade-out 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: fade-out 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
 * ----------------------------------------
 */
@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
    top: calc(82rem / 20); }
  95% {
    opacity: 0;
    top: calc(82rem / 20); }
  100% {
    top: -300vw; } }
@keyframes fade-out {
  0% {
    opacity: 1;
    top: calc(82rem / 20); }
  95% {
    opacity: 0;
    top: calc(82rem / 20); }
  100% {
    top: -300vw; } }
/**
 * ----------------------------------------
 * animation fade-in-bottom
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(2.5rem);
    transform: translateY(2.5rem);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }
@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(2.5rem);
    transform: translateY(2.5rem);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }
.clearfix:after {
  clear: both;
  content: '';
  display: block; }

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
    *::before, *::after, *::first-letter, *::first-line {
      background: transparent !important;
      color: #000 !important;
      box-shadow: none !important;
      text-shadow: none !important; }

  a {
    text-decoration: underline; }
    a:visited {
      text-decoration: underline; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr {
    page-break-inside: avoid; }

  img {
    page-break-inside: avoid;
    max-width: 100% !important; }

  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; } }



