<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* ========================================================
	reset.css
	Format,Font Reset
======================================================== */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&amp;family=Noto+Serif+JP:wght@400;500;700&amp;display=swap");
*,
*::before,
*::after {
  box-sizing: border-box; }

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd,
figure {
  margin: 0;
  padding: 0; }

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none; }

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed; }

a:not([class]) {
  text-decoration-skip-ink: auto; }

img,
picture {
  max-width: 100%;
  border: 0; }

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  font: inherit; }

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal; }

sup {
  vertical-align: text-top; }

sub {
  vertical-align: text-bottom; }

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto; }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important; } }
/* CSS Document */
html {
  font-family: 'Noto Sans JP', 'Noto Serif JP', serif, sans-serif;
  font-size: 62.5%;
  font-weight: 400;
  overflow-x: hidden; }

body {
  margin: 0;
  color: #000;
  font-size: 2.4rem;
  position: relative;
  overflow-x: hidden;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
  animation: fadeIn 2s ease 0s 1 normal; }
  @media (max-width: 768px) {
    body {
      font-size: 1.6rem; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
a, a:link, a:visited {
  color: #000;
  text-decoration: none;
  transition: 0.5s; }

img {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: bottom;
  transition: 0.5s; }

a:hover, a:hover img {
  opacity: 0.7; }

.container {
  margin: 0 auto;
  width: 90%;
  max-width: 670px;
  height: auto;
  box-sizing: border-box; }
  .container .innerBox {
    margin: auto;
    width: 92%;
    max-width: 1100px;
    height: auto;
    box-sizing: border-box; }

main {
  display: block;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  height: auto;
  box-sizing: border-box; }

/*============================================================================
	header
=============================================================================*/
/*=====================================================================
	header
=====================================================================*/
header {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  height: auto;
  box-sizing: border-box; }
  header .fv_lead {
    font-size: clamp(16px, 2.8vw, 28px);
    letter-spacing: 0.075em;
    text-align: center;
    padding: 30px 0;
    line-height: 1; }
    @media (max-width: 480px) {
      header .fv_lead {
        padding: 20px 0; } }
  header #fv {
    position: relative; }
    header #fv::before {
      content: '';
      position: absolute;
      background: url("../img/lp/index/first_980.svg") no-repeat center center/contain;
      width: 200px;
      height: 200px;
      bottom: -80px;
      right: 10px; }
	#lp02 header #fv::before {
      background: url("../img/lp/lp02/cv_btn.svg") no-repeat center center/contain;
	}
      @media (max-width: 480px) {
        header #fv::before {
          width: 120px;
          height: 120px;
          bottom: -10px; } }
    header #fv picture {
      width: 100%; }
      header #fv picture source, header #fv picture img {
        max-width: none;
        width: 100%; }
    header #fv .mainText {
      width: 100%;
      text-align: center;
      position: absolute;
      top: 30px;
      left: 50%;
      transform: translateX(-50%); }
      @media (max-width: 480px) {
        header #fv .mainText {
          top: 10px; } }
      header #fv .mainText p.lead {
        font-size: clamp(22px, 3.6vw, 36px); }
      header #fv .mainText p.ttl {
        font-size: clamp(24px, 6.4vw, 64px); }
        @media (max-width: 480px) {
          header #fv .mainText p.ttl {
            line-height: 1.3; } }
        header #fv .mainText p.ttl span {
          font-size: clamp(40px, 8.6vw, 86px);
          padding-right: 20px;
          font-family: 'Noto Serif JP', serif;
          position: relative;
          font-weight: 500; }
          header #fv .mainText p.ttl span::before {
            content: '';
            position: absolute;
            background: url("../img/lp/index/emphasis_maru.svg") no-repeat center center/contain;
            width: 311px;
            height: 131px;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%); }
            @media (max-width: 480px) {
              header #fv .mainText p.ttl span::before {
                width: 130px;
                height: 80px;
                top: 58%;
                left: 47%; } }
    header #fv .subText {
      position: absolute;
      bottom: 40px;
      left: 55px;
      width: 225px; }
      @media (max-width: 480px) {
        header #fv .subText {
          width: 135px;
          bottom: 18px;
          left: 20px; } }
      header #fv .subText p {
        font-size: clamp(18px, 2.8vw, 28px);
        text-align: center;
        letter-spacing: 0.1em;
        line-height: 2;
        position: relative; }
        @media (max-width: 480px) {
          header #fv .subText p {
            line-height: 1.75;
            font-size: 1.5rem; } }
        header #fv .subText p::before {
          content: '';
          position: absolute;
          background: #000;
          width: 100%;
          height: 2px;
          left: 50%;
          transform: translateX(-50%);
          bottom: 0px; }
    header #fv p.price {
      position: absolute;
      width: 200px;
      height: 200px;
      bottom: -80px;
      right: 10px; }
      @media (max-width: 480px) {
        header #fv p.price {
          width: 120px;
          height: 120px;
          bottom: -10px; } }

/*============================================================================
	footer
=============================================================================*/
/*=====================================================================
	footer
=====================================================================*/
footer {
  padding: min(70px,7.2915vw) 0 min(50px,5.208vw); }
  @media (max-width: 480px) {
    footer {
      font-size: 1.4rem; } }
  footer ul {
    text-align: center; }
    footer ul li {
      text-decoration: underline; }
      footer ul li + li {
        margin-top: min(40px,4.167vw); }
  footer .textBox {
    margin-top: min(70px,7.2915vw);
    text-align: center;
    line-height: 2; }
    footer .textBox .fl {
      margin: 0 auto;
      justify-content: center; }
  footer .copyright {
    font-size: 2.0rem;
    line-height: 3;
    margin-top: min(70px,7.2915vw);
    text-align: center;
    letter-spacing: 0.05em;
    color: #A3A3A3; }
    @media (max-width: 480px) {
      footer .copyright {
        font-size: 1.2rem; } }

/*============================================================================
	topBtn
=============================================================================*/
#back_to_top.sc {
  opacity: 1; }

#back_to_top {
  margin: 0 auto;
  position: fixed;
  right: 0;
  bottom: 80px;
  z-index: 200;
  transition: 0.3s ease;
  opacity: 0;
  transform: rotate(90deg); }
  @media (max-width: 480px) {
    #back_to_top {
      bottom: 60px;
      right: -15px; } }
  #back_to_top button {
    background: none;
    position: relative;
    border: none;
    cursor: pointer;
    transition: 0.3s;
    color: #000; }
    #back_to_top button p {
      font-family: 'Poppins', sans-serif;
      font-style: italic;
      font-weight: 700;
      font-size: 2.0rem;
      position: relative; }
      @media (max-width: 768px) {
        #back_to_top button p {
          font-size: 1.6rem; } }
      #back_to_top button p svg {
        fill: #000;
        z-index: 1;
        transition: .3s;
        transform: scale(-1, 1);
        position: absolute;
        top: -4px;
        left: -90px; }
        @media (max-width: 768px) {
          #back_to_top button p svg {
            width: calc(100% * 0.6);
            height: calc(100% * 0.6);
            top: 0;
            left: -60px; } }
    #back_to_top button:hover {
      opacity: 0.7; }
      #back_to_top button:hover p svg {
        left: -98px; }
        @media (max-width: 768px) {
          #back_to_top button:hover p svg {
            left: -68px; } }

h2 {
  font-size: clamp(24px, 4.8vw, 48px);
  letter-spacing: 0.005em;
  line-height: 1;
  font-weight: 400;
  font-feature-settings: "palt"; }
  h2 span.small {
    font-size: clamp(22px, 3.6vw, 36px);
    letter-spacing: 0.1em;
    line-height: 1.3333333333; }

.pageTtl {
  position: relative;
  overflow: hidden;
  transform: translate(-100%, 0);
  transition: transform 0.5s;
  color: #7de2ff; }
  .pageTtl span {
    display: block;
    transform: translate(100%, 0);
    transition: transform 0.5s; }
  .pageTtl.display, .pageTtl.display span {
    transform: translate(0, 0); }

.headTextAni span, .commonTextAni span {
  opacity: 0;
  position: relative;
  padding-right: 8px;
  margin-right: -8px; }
.headTextAni.appeartext span, .commonTextAni.appeartext span {
  animation: text_anime_on 0.8s ease-out forwards; }

@keyframes text_anime_on {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.topTxt {
  color: #7de2ff;
  font-weight: 700;
  font-size: 3.6rem;
  margin-top: 2rem; }
  @media (max-width: 1024px) {
    .topTxt {
      font-size: 2.8rem; } }
  @media (max-width: 768px) {
    .topTxt {
      font-size: 2.2rem;
      margin-top: 2rem; } }
  .topTxt span {
    padding-right: 100px;
    position: relative; }
    .topTxt span::after {
      content: "";
      position: absolute;
      width: 80px;
      height: 2px;
      background: #7de2ff;
      display: block;
      top: 50%;
      right: 0; }

h3 {
  font-size: 3.6rem;
  font-weight: 700;
  position: relative;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright; }
  @media (max-width: 768px) {
    h3 {
      font-size: 2.4rem; } }
  h3 span.lineAnime2 {
    display: inline;
    padding-right: 0.5rem;
    background-image: -moz-linear-gradient(to right, #000 0%, #000 100%);
    background-image: -webkit-linear-gradient(to right, #000 0%, #000 100%);
    background-image: linear-gradient(to right, #000 0%, #000 100%);
    background-position: 98% 0px;
    background-size: 3px 0px;
    background-repeat: no-repeat;
    -webkit-transition: all linear 0.7s;
    -ms-transition: all linear 0.7s;
    transition: all linear 0.7s; }
    h3 span.lineAnime2.active {
      background-size: 3px 100%; }

h4 {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.4;
  position: relative; }
  @media (max-width: 1024px) {
    h4 {
      font-size: 2.4rem; } }
  @media (max-width: 768px) {
    h4 {
      font-size: 2.0rem; } }
  @media (max-width: 480px) {
    h4 {
      font-size: 1.6rem; } }
  h4 span.lineAnime {
    position: relative;
    padding-bottom: 0.5rem; }
    h4 span.lineAnime::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      display: block;
      width: 0%;
      height: 3px;
      background: #000;
      -webkit-transition: all linear 0.5s;
      -ms-transition: all linear 0.5s;
      transition: all linear 0.5s; }
    h4 span.lineAnime.active::after {
      width: 100%; }
  h4 span.lineAnime2 {
    display: inline;
    padding-bottom: 0.5rem;
    background-image: -moz-linear-gradient(to bottom, #000 0%, #000 100%);
    background-image: -webkit-linear-gradient(to bottom, #000 0%, #000 100%);
    background-image: linear-gradient(to bottom, #000 0%, #000 100%);
    background-position: 0px 98%;
    background-size: 0px 3px;
    background-repeat: no-repeat;
    -webkit-transition: all linear 0.7s;
    -ms-transition: all linear 0.7s;
    transition: all linear 0.7s; }
    h4 span.lineAnime2.active {
      background-size: 100% 3px; }
  h4 span.lineAnime3 {
    display: inline;
    padding-bottom: 0.5rem;
    background-image: -moz-linear-gradient(to bottom, #000 0%, #000 100%);
    background-image: -webkit-linear-gradient(to bottom, #000 0%, #000 100%);
    background-image: linear-gradient(to bottom, #000 0%, #000 100%);
    background-position: 0px 98%;
    background-size: 0px 3px;
    background-repeat: no-repeat;
    -webkit-transition: all linear 0.7s;
    -ms-transition: all linear 0.7s;
    transition: all linear 0.7s;
    line-height: 1.6; }
    h4 span.lineAnime3.active {
      background-size: 100% 3px; }

.yellowBtn a {
  background: #ffcc00;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  transition: .3s;
  z-index: 1; }
  .yellowBtn a::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    transform: scale(0, 1);
    z-index: -1; }
  .yellowBtn a:hover {
    opacity: 1; }
  .yellowBtn a:hover::before {
    animation: hover-in .2s forwards alternate, hover-out .3s .2s forwards alternate; }

figure {
  position: relative; }
  figure a {
    display: block;
    position: relative; }
    figure a img {
      position: absolute;
      margin: 0 auto;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      object-position: center;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    figure a span.whiteBtn {
      position: absolute;
      right: 0;
      bottom: 0;
      width: 220px;
      height: 60px;
      background: #fff;
      display: flex;
      align-items: center;
      z-index: 1;
      padding-left: 1em;
      box-sizing: border-box; }
      figure a span.whiteBtn::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: #ffcc00;
        transform: scale(0, 1);
        z-index: -1; }
    figure a:hover {
      opacity: 1; }
      figure a:hover span.whiteBtn::before {
        animation: hover-in .2s forwards alternate, hover-out .3s .2s forwards alternate; }
    figure a:hover img {
      opacity: 1; }

.commonBtn {
  margin-top: 2.5em; }
  .commonBtn a {
    position: relative;
    box-sizing: border-box;
    font-family: neue-haas-grotesk-display;
    font-weight: 600;
    font-size: 1.2rem;
    letter-spacing: 0.1rem;
    border-bottom: solid 1px #000; }
    .commonBtn a .light {
      position: absolute;
      bottom: 0;
      right: -45px;
      width: 39px;
      height: 20px;
      overflow: hidden;
      transform: translate(-100%, 0);
      transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s; }
      .commonBtn a .light span {
        background: url("../img/common_btn.svg") no-repeat;
        position: absolute;
        display: block;
        bottom: 0;
        right: 0;
        margin: 0;
        width: 39px;
        height: 20px;
        transform: translate(100%, 0);
        transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s; }
    .commonBtn a:hover {
      opacity: 1; }
    .commonBtn a:hover .light, .commonBtn a:hover .light span {
      transform: translate(0, 0); }

.commonTtl {
  font-size: 9px;
  font-family: neue-haas-grotesk-display;
  font-weight: 600;
  margin-bottom: 100px;
  position: relative;
  padding-top: 10px;
  letter-spacing: 0.1rem; }
  @media (max-width: 768px) {
    .commonTtl {
      margin-bottom: 50px; } }
  .commonTtl::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 1px;
    background: #000;
    transition: all linear 0.8s; }
  .commonTtl.active::before {
    width: 100%; }

small {
  font-size: 1.2rem; }

@keyframes hover-in {
  0% {
    transform-origin: left top;
    transform: scale(0, 1); }
  100% {
    transform-origin: left top;
    transform: scale(1, 1); } }
@keyframes hover-out {
  0% {
    transform-origin: right top;
    transform: scale(1, 1); }
  100% {
    transform-origin: right top;
    transform: scale(0, 1); } }
/*----------------------------------
 interviewBtn
-----------------------------------*/
.yellowBtn.interviewBtn a {
  width: 400px;
  height: 60px;
  margin: 0 auto; }
  @media (max-width: 480px) {
    .yellowBtn.interviewBtn a {
      width: 100%; } }
  .yellowBtn.interviewBtn a::after {
    content: '';
    position: absolute;
    background: url("../img/common/arrow.svg") no-repeat;
    background-position: center;
    background-size: contain;
    width: 50px;
    height: 18px;
    display: block;
    top: 30%;
    right: 23px;
    transition: .3s; }
  .yellowBtn.interviewBtn a:hover::after {
    right: 15px; }

/*============================================================================
	404
=============================================================================*/
#notfoundWrap {
  margin: min(120px,12.4995vw) auto; }
  #notfoundWrap h3 {
    margin-bottom: min(40px,4.167vw);
    font-family: 'Noto Serif JP', serif;
    font-weight: 700;
    font-size: clamp(20px, 3.2vw, 28px);
    line-height: 1.2;
    letter-spacing: 0.1em;
    text-align: center; }
  #notfoundWrap p {
    text-align: center; }
    #notfoundWrap p.moreBtn {
      margin-top: min(80px,8.334vw); }

/*============================================================================
	regulation
=============================================================================*/
/*============================================================================
	調整用
=============================================================================*/
.fl {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex; }

.fl-tab {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex; }
  @media (max-width: 768px) {
    .fl-tab {
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      flex-direction: column; } }

.fl-smp {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex; }
  @media (max-width: 480px) {
    .fl-smp {
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      flex-direction: column; } }

.fl-jst {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.fl-cen {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.fl-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.fl-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.fl-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.fl-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.mt0 {
  margin-top: min(0vw,0px); }

.mb0 {
  margin-bottom: min(0vw,0px); }

.pt0 {
  padding-top: min(0vw,0px); }

.pb0 {
  padding-bottom: min(0vw,0px); }

.mt40 {
  margin-top: min(3vw,40px); }

.mb40 {
  margin-bottom: min(3vw,40px); }

.pt40 {
  padding-top: min(3vw,40px); }

.pb40 {
  padding-bottom: min(3vw,40px); }

.mt80 {
  margin-top: min(6vw,80px); }

.mb80 {
  margin-bottom: min(6vw,80px); }

.pt80 {
  padding-top: min(6vw,80px); }

.pb80 {
  padding-bottom: min(6vw,80px); }

.mt120 {
  margin-top: min(9vw,120px); }

.mb120 {
  margin-bottom: min(9vw,120px); }

.pt120 {
  padding-top: min(9vw,120px); }

.pb120 {
  padding-bottom: min(9vw,120px); }

.mt160 {
  margin-top: min(12vw,160px); }

.mb160 {
  margin-bottom: min(12vw,160px); }

.pt160 {
  padding-top: min(12vw,160px); }

.pb160 {
  padding-bottom: min(12vw,160px); }

.mt200 {
  margin-top: min(15vw,200px); }

.mb200 {
  margin-bottom: min(15vw,200px); }

.pt200 {
  padding-top: min(15vw,200px); }

.pb200 {
  padding-bottom: min(15vw,200px); }

.mt240 {
  margin-top: min(18vw,240px); }

.mb240 {
  margin-bottom: min(18vw,240px); }

.pt240 {
  padding-top: min(18vw,240px); }

.pb240 {
  padding-bottom: min(18vw,240px); }

.mt280 {
  margin-top: min(21vw,280px); }

.mb280 {
  margin-bottom: min(21vw,280px); }

.pt280 {
  padding-top: min(21vw,280px); }

.pb280 {
  padding-bottom: min(21vw,280px); }

.mt320 {
  margin-top: min(24vw,320px); }

.mb320 {
  margin-bottom: min(24vw,320px); }

.pt320 {
  padding-top: min(24vw,320px); }

.pb320 {
  padding-bottom: min(24vw,320px); }

.mt360 {
  margin-top: min(27vw,360px); }

.mb360 {
  margin-bottom: min(27vw,360px); }

.pt360 {
  padding-top: min(27vw,360px); }

.pb360 {
  padding-bottom: min(27vw,360px); }

.mt400 {
  margin-top: min(30vw,400px); }

.mb400 {
  margin-bottom: min(30vw,400px); }

.pt400 {
  padding-top: min(30vw,400px); }

.pb400 {
  padding-bottom: min(30vw,400px); }

br {
  display: inline; }
  @media (min-width: 1025px) {
    br.showPC {
      display: none !important; } }
  @media (min-width: 769px) {
    br.showTab {
      display: none !important; } }
  @media (min-width: 481px) {
    br.showSP {
      display: none !important; } }
  @media (max-width: 1024px) {
    br.hdnPC {
      display: none; }
    br.showPC {
      display: inherit; } }
  @media (max-width: 768px) {
    br.hdnTab {
      display: none; }
    br.showTab {
      display: inherit; } }
  @media (max-width: 480px) {
    br.hdnSP {
      display: none; }
    br.showSP {
      display: inherit; } }

span {
  display: inline-block; }
  @media (min-width: 1025px) {
    span.showPC {
      display: none !important; } }
  @media (min-width: 769px) {
    span.showTab {
      display: none !important; } }
  @media (min-width: 481px) {
    span.showSP {
      display: none !important; } }
  @media (max-width: 1024px) {
    span.hdnPC {
      display: none !important; }
    span.showPC {
      display: inherit; } }
  @media (max-width: 768px) {
    span.hdnTab {
      display: none !important; }
    span.showTab {
      display: inherit; } }
  @media (max-width: 480px) {
    span.hdnSP {
      display: none !important; }
    span.showSP {
      display: inherit; } }

p, div, figure, ul {
  display: block; }
  @media (min-width: 1025px) {
    p.showPC, div.showPC, figure.showPC, ul.showPC {
      display: none !important; } }
  @media (min-width: 769px) {
    p.showTab, div.showTab, figure.showTab, ul.showTab {
      display: none !important; } }
  @media (min-width: 481px) {
    p.showSP, div.showSP, figure.showSP, ul.showSP {
      display: none !important; } }
  @media (max-width: 1024px) {
    p.hdnPC, div.hdnPC, figure.hdnPC, ul.hdnPC {
      display: none !important; }
    p.showPC, div.showPC, figure.showPC, ul.showPC {
      display: inherit; } }
  @media (max-width: 768px) {
    p.hdnTab, div.hdnTab, figure.hdnTab, ul.hdnTab {
      display: none !important; }
    p.showTab, div.showTab, figure.showTab, ul.showTab {
      display: inherit; } }
  @media (max-width: 480px) {
    p.hdnSP, div.hdnSP, figure.hdnSP, ul.hdnSP {
      display: none !important; }
    p.showSP, div.showSP, figure.showSP, ul.showSP {
      display: inherit; } }

.ta_cnt {
  text-align: center; }

.ta_right {
  text-align: right; }

.clearfix:after {
  content: "";
  display: block;
  clear: both; }

/*============================================================================
	animation
=============================================================================*/
/*================================
	scアニメ
================================*/
.fadein, .fadein02, .fadein03 {
  opacity: 0;
  transition: all 2.5s; }

.fadein.show, .fadein02.show, .fadein03.show {
  opacity: 1; }

.upfade {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1.0s; }

.upfade.scrollin {
  opacity: 1;
  transform: translate(0, 0); }

.fvupfade1, .fvupfade2 {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1.0s; }

.fvupfade1.display, .fvupfade2.display {
  opacity: 1;
  transform: translate(0, 0); }

.downfade {
  opacity: 0;
  transform: translate(0, -50px);
  transition: all 1.0s; }

.downfade.scrollin {
  opacity: 1;
  transform: translate(0, 0); }

.fade {
  opacity: 0;
  transition: all 1.2s; }

.fade.active {
  opacity: 1; }

.scalbig {
  transform: scale(0.9); }

.scalbig.scrollin {
  transform: scale(1); }

.sclinWrap {
  height: auto;
  overflow: hidden; }

.sclin_right {
  opacity: 0;
  transform: translate(50px, 0);
  transition: all 1.0s; }

.sclin_right.scrollin {
  opacity: 1;
  transform: translate(0, 0); }

.sclin_left {
  opacity: 0;
  transform: translate(-50px, 0);
  transition: all 1.0s; }

.sclin_left.scrollin {
  opacity: 1;
  transform: translate(0, 0); }

.fadeLeft {
  animation-name: fadeUpAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
  animation-delay: 1.4s; }

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateX(80px); }
  to {
    opacity: 1;
    transform: translateX(0); } }</pre></body></html>