@charset "UTF-8";
/** Colorの定義**/
/** 文字の定義**/
/* ==============================
  
	  共通
  
  ============================== */
* {
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
  outline: none;
  line-height: 1;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
  overflow: hidden;
  color: #0071BC;
}

a:hover {
  color: #ffb700;
}

img {
  border: none;
  line-height: 0;
  vertical-align: bottom;
}

img[data-echo] {
  background-image: url(../images/common/loader-white.gif);
  background-size: 30px 30px;
  background-position: center center;
  border: solid 1px #ddd;
  border-radius: 5px;
}

img[data-echo].loaded {
  background-image: none;
}

i {
  font-style: normal;
}

.clear {
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0;
}

.space10 {
  height: 10px;
}

.space20 {
  height: 20px;
}

.space30 {
  height: 30px;
}

.space40 {
  height: 40px;
}

.space100 {
  height: 100px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml20 {
  margin-left: 20px;
}

.ml30 {
  margin-left: 30px;
}

.ml40 {
  margin-left: 40px;
}

.ml50 {
  margin-left: 50px;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr20 {
  margin-right: 20px;
}

.mr30 {
  margin-right: 30px;
}

.mr40 {
  margin-right: 40px;
}

.mr50 {
  margin-right: 50px;
}

.bold {
  font-weight: bold;
}

.txt-left {
  text-align: left;
}

.txt-center {
  text-align: center;
}

.txt-right {
  text-align: right;
}

.red {
  color: #c00;
}

ul li {
  list-style: none;
}

.alpha {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media (hover: hover) {
  .alpha:hover {
    opacity: 0.7;
  }
}

.wrap-alpha a {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media (hover: hover) {
  .wrap-alpha a:hover {
    opacity: 0.7;
  }
}

.enlarge {
  position: relative;
}

.enlarge::after {
  content: url(../images/common/search.svg);
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: 3px;
  right: 3px;
  z-index: 3;
  opacity: .4;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
}

.enlarge:hover::after {
  opacity: 1;
}

.bd-01 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, rgba(252, 238, 33, 0.6)));
  background: linear-gradient(transparent 60%, rgba(252, 238, 33, 0.6) 0%);
  font-weight: bold;
}

.bd-02 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, rgba(228, 0, 3, 0.4)));
  background: linear-gradient(transparent 60%, rgba(228, 0, 3, 0.4) 0%);
  font-weight: bold;
}

.bd-03 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, rgba(0, 65, 219, 0.5)));
  background: linear-gradient(transparent 60%, rgba(0, 65, 219, 0.5) 0%);
  font-weight: bold;
}

.cursor {
  cursor: pointer;
}

input[type="text"]:focus {
  outline: 0;
}

button:focus {
  outline: 0;
  -webkit-appearance: none;
  border-radius: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-table;
}

.link a {
  color: #0071BC;
}

.link a:hover {
  color: #ffb700;
}

#window-size {
  position: fixed;
  bottom: 10px;
  left: 10px;
  width: 200px;
  background-color: #fff;
  font-size: 16px;
  font-weight: bold;
  z-index: 9999;
  text-align: center;
  padding: 10px;
}

/** Loader **/
#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 998;
}

#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 160px;
  height: 200px;
  margin-top: -80px;
  margin-left: -80px;
  text-align: center;
  z-index: 999;
}

#loader p {
  font-size: 12px;
  margin-top: 30px;
  letter-spacing: 1.5px;
}

#loader .num1 {
  -webkit-animation: flash1 1s 0s infinite;
          animation: flash1 1s 0s infinite;
}

#loader .num2 {
  -webkit-animation: flash2 1s 0s infinite;
          animation: flash2 1s 0s infinite;
}

#loader .num3 {
  -webkit-animation: flash3 1s 0s infinite;
          animation: flash3 1s 0s infinite;
}

@-webkit-keyframes flash1 {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes flash1 {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes flash2 {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 0;
  }
  66% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes flash2 {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 0;
  }
  66% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes flash3 {
  0% {
    opacity: 0;
  }
  66% {
    opacity: 0;
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes flash3 {
  0% {
    opacity: 0;
  }
  66% {
    opacity: 0;
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

/** ***********************************************

COMMON

*********************************************** **/
body {
  font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  background-color: #000;
  color: #fff;
}

.inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
}

.wrap-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* ==============================
  
	  ファイル読み込み
  
  ==============================   */
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

header h1 {
  font-size: 10px;
  display: none;
}

header .logo-kenko {
  max-width: 80px;
  position: absolute;
  top: 20px;
  left: 20px;
  display: block;
}

@media screen and (max-width: 600px) {
  header .logo-kenko {
    max-width: 60px;
  }
}

header .bt-cart {
  background-color: #E95513;
  width: 100%;
  max-width: 220px;
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 15px 15px;
  border-radius: 3px;
  text-align: center;
}

@media screen and (max-width: 600px) {
  header .bt-cart {
    max-width: 50px;
    height: 50px;
    border-radius: 100px;
    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;
    top: 10px;
    right: 10px;
    position: fixed;
  }
}

@media screen and (max-width: 600px) {
  header .bt-cart span {
    display: none;
  }
}

header .bt-cart img {
  max-width: 22px;
  margin-right: 15px;
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 600px) {
  header .bt-cart img {
    margin-right: 0;
    display: block;
  }
}

/* ==============================

フッター

============================== */
#back-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9999;
  max-width: 50px;
  display: none;
}

@media screen and (max-width: 834px) {
  #back-top {
    right: 20px;
    bottom: 20px;
  }
}

@media screen and (max-width: 500px) and (orientation: portrait) {
  #back-top {
    bottom: 20px;
    right: 10px;
    max-width: 40px;
  }
}

#back-top img {
  width: 100%;
  height: auto;
}

footer {
  padding-bottom: 10px;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 450px) and (orientation: portrait) {
  footer {
    padding-bottom: 20px;
  }
}

footer .inner {
  padding: 100px 50px 50px;
}

@media screen and (max-width: 450px) and (orientation: portrait) {
  footer .inner {
    padding: 80px 20px 40px;
  }
}

footer .ft-logo {
  max-width: 240px;
}

@media screen and (max-width: 500px) and (orientation: portrait) {
  footer .ft-logo {
    max-width: 200px;
  }
}

footer .copy {
  letter-spacing: 2px;
  font-size: 10px;
  color: #999;
}

@media screen and (max-width: 500px) and (orientation: portrait) {
  footer .copy {
    letter-spacing: 1px;
  }
}

.sec-mv {
  position: relative;
  height: 100vh;
}

@media screen and (orientation: portrait) {
  .sec-mv {
    height: 700px;
  }
}

@media screen and (max-width: 600px) {
  .sec-mv {
    height: auto;
    overflow-x: hidden;
  }
}

.sec-mv .inner {
  z-index: 10;
  max-width: 1600px;
}

.sec-mv .wrap-logo-ir {
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #00AE83;
  z-index: 11;
}

@media screen and (max-width: 1200px) {
  .sec-mv .wrap-logo-ir {
    top: 70px;
  }
}

@media screen and (max-width: 600px) {
  .sec-mv .wrap-logo-ir {
    padding: 0 10%;
  }
}

.sec-mv .wrap-logo-ir .txt-1 {
  font-size: 16px;
  display: block;
  margin: 0 auto 30px;
}

@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-mv .wrap-logo-ir .txt-1 {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

.sec-mv .wrap-logo-ir .logo-ir {
  display: block;
  margin: 0 auto 30px;
  max-width: 700px;
}

@media screen and (max-width: 1200px) {
  .sec-mv .wrap-logo-ir .logo-ir {
    max-width: 600px;
    margin-bottom: 20px;
  }
}

.sec-mv .wrap-logo-ir .txt-2 {
  font-size: 20px;
  display: block;
}

@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-mv .wrap-logo-ir .txt-2 {
    font-size: 16px;
  }
}

.sec-mv .catch {
  position: absolute;
  top: 160px;
  right: 8%;
  font-size: 38px;
  color: #fff;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  height: 500px;
  letter-spacing: 7px;
  font-weight: bold;
  z-index: 2;
}

@media screen and (max-width: 1200px) {
  .sec-mv .catch {
    font-size: 34px;
    top: 120px;
  }
}

@media screen and (max-width: 1024px) and (orientation: portrait) {
  .sec-mv .catch {
    font-size: 24px;
    top: 180px;
    right: 5%;
  }
}

@media screen and (max-width: 600px) {
  .sec-mv .catch {
    font-size: 20px;
    letter-spacing: 5px;
  }
}

.sec-mv .bg-texture {
  width: 100%;
  max-width: 500px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-mv .bg-texture {
    max-width: 300px;
  }
}

.sec-mv .bg-texture2 {
  width: 100%;
  max-width: 500px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-mv .bg-texture2 {
    max-width: 300px;
  }
}

.sec-mv .mv-flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 10%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 1024px) and (orientation: portrait) {
  .sec-mv .mv-flex {
    padding-top: 25%;
  }
}

@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-mv .mv-flex {
    padding-top: 200px;
  }
}

.sec-mv .mv-flex .col-1 {
  width: 40%;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-mv .mv-flex .col-1 {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-bottom: 50px;
  }
}

.sec-mv .mv-flex .col-1 .wrap-imgs {
  max-width: 450px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 1440px) {
  .sec-mv .mv-flex .col-1 .wrap-imgs {
    max-width: 350px;
  }
}

.sec-mv .mv-flex .col-1 .wrap-imgs img {
  width: 100%;
}

.sec-mv .mv-flex .col-1 .wrap-imgs img.deer-cl {
  position: absolute;
  top: 0;
  left: 0;
}

.sec-mv .mv-flex .col-1 .wrap-imgs img.icon-change {
  max-width: 80px;
  position: absolute;
  bottom: 0px;
  right: -40px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

@media screen and (max-width: 600px) {
  .sec-mv .mv-flex .col-1 .wrap-imgs img.icon-change {
    max-width: 60px;
    right: -30px;
  }
}

@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-mv .mv-flex .col-1 .wrap-imgs img.icon-change {
    max-width: 50px;
    right: 0px;
  }
}

.sec-mv .mv-flex .col-1 .wrap-imgs .note {
  font-size: 10px;
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: #ddd;
}

.sec-mv .mv-flex .col-1 .wrap-imgs.on .icon-change {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.sec-mv .mv-flex .col-1 .wrap-imgs.on .deer-cl {
  z-index: -1;
}

.sec-mv .mv-flex .col-1 .wrap-mode {
  margin-top: 20px;
}

.sec-mv .mv-flex .col-1 .wrap-mode .mode {
  border-radius: 100px;
  font-size: 14px;
  padding: 10px 15px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #333;
}

@media screen and (max-width: 834px) {
  .sec-mv .mv-flex .col-1 .wrap-mode .mode {
    font-size: 10px;
    padding: 10px;
  }
}

@media screen and (max-width: 600px) {
  .sec-mv .mv-flex .col-1 .wrap-mode .mode {
    padding: 7px 5px;
  }
}

@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-mv .mv-flex .col-1 .wrap-mode .mode {
    padding: 10px 10px;
  }
}

.sec-mv .mv-flex .col-1 .wrap-mode .mode.on {
  background-color: #00AE83;
}

.sec-mv .mv-flex .col-1 .wrap-mode .mode:hover {
  background-color: #00AE83;
}

.sec-mv .mv-flex .col-1 .wrap-mode .mode-arrow {
  margin: 0 10px;
}

@media screen and (max-width: 834px) {
  .sec-mv .mv-flex .col-1 .wrap-mode .mode-arrow {
    margin: 0 5px;
    font-size: 11px;
  }
}

@media screen and (max-width: 600px) {
  .sec-mv .mv-flex .col-1 .wrap-mode .mode-arrow {
    margin: 0 2px;
    font-size: 10px;
  }
}

.sec-mv .mv-flex .col-2 {
  width: 60%;
  text-align: center;
}

@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-mv .mv-flex .col-2 {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 50px;
  }
}

.sec-mv .mv-flex .col-2 .wrap-pd-img {
  -webkit-transition: all 1s 0.6s;
  transition: all 1s 0.6s;
  -webkit-transform: translate(10px, -10px);
          transform: translate(10px, -10px);
  opacity: 0;
}

.sec-mv .mv-flex .col-2 .wrap-pd-img.on {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.sec-mv .mv-flex .col-2 img {
  width: 100%;
  max-width: 600px;
  -webkit-filter: drop-shadow(8px 8px 25px #111);
          filter: drop-shadow(8px 8px 25px #111);
}

@media screen and (max-width: 1024px) {
  .sec-mv .mv-flex .col-2 img {
    max-width: 400px;
  }
}

.sec-mv .mv-flex .col-2 .note {
  font-size: 10px;
  display: block;
  padding-left: 300px;
  color: #ddd;
}

@media screen and (max-width: 1024px) {
  .sec-mv .mv-flex .col-2 .note {
    padding-left: 250px;
  }
}

@media screen and (max-width: 600px) {
  .sec-mv .mv-flex .col-2 .note {
    padding-left: 0;
    text-align: right;
  }
}

.sec-01 {
  padding: 150px 0;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 834px) {
  .sec-01 {
    padding: 100px 0;
  }
}

.sec-01 .block {
  position: relative;
  margin-bottom: 200px;
}

@media screen and (max-width: 834px) {
  .sec-01 .block {
    margin-bottom: 100px;
  }
}

.sec-01 .block .inner {
  padding: 0 40px;
}

@media screen and (max-width: 1200px) {
  .sec-01 .block .inner {
    padding: 0 60px;
  }
}

@media screen and (max-width: 600px) {
  .sec-01 .block .inner {
    padding: 0 30px;
  }
}

.sec-01 .block.block-1 .bg {
  position: absolute;
  top: 20px;
  left: 0;
  width: 90%;
  height: 100%;
  background-color: #111111;
  z-index: -1;
}

.sec-01 .block.block-2 .bg {
  position: absolute;
  top: 20px;
  right: 0;
  width: 90%;
  height: 100%;
  background-color: #111111;
  z-index: -1;
}

.sec-01 .block:last-of-type {
  margin-bottom: 0px;
}

.sec-01 h2 {
  font-size: 42px;
  margin-bottom: 30px;
  letter-spacing: 2px;
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 1200px) {
  .sec-01 h2 {
    font-size: 38px;
  }
}

@media screen and (max-width: 1024px) {
  .sec-01 h2 {
    font-size: 30px;
  }
}

@media screen and (max-width: 600px) {
  .sec-01 h2 {
    font-size: 24px;
  }
}

@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-01 h2 {
    font-size: 20px;
    line-height: 1.6;
  }
}

.sec-01 .desc {
  max-width: 800px;
  margin-bottom: 30px;
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 1200px) {
  .sec-01 .desc {
    max-width: 600px;
  }
}

@media screen and (max-width: 834px) {
  .sec-01 .desc {
    max-width: 500px;
  }
}

@media screen and (max-width: 600px) {
  .sec-01 .desc {
    max-width: 80%;
  }
}

.sec-01 .desc p {
  line-height: 1.8;
  font-size: 18px;
}

@media screen and (max-width: 1200px) {
  .sec-01 .desc p {
    font-size: 16px;
  }
}

@media screen and (max-width: 1024px) {
  .sec-01 .desc p {
    font-size: 14px;
  }
}

@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-01 .desc p {
    font-size: 13px;
  }
}

.sec-01 .wrap-pd {
  max-width: 50%;
}

.sec-01 .wrap-pd .pd-1 {
  max-width: 480px;
  position: absolute;
  top: 200px;
  right: 180px;
  z-index: 2;
}

@media screen and (max-width: 1200px) {
  .sec-01 .wrap-pd .pd-1 {
    max-width: 420px;
    top: 180px;
    right: 160px;
  }
}

@media screen and (max-width: 1024px) {
  .sec-01 .wrap-pd .pd-1 {
    max-width: 360px;
    top: 180px;
    right: 100px;
  }
}

@media screen and (max-width: 834px) {
  .sec-01 .wrap-pd .pd-1 {
    max-width: 260px;
    top: 180px;
    right: 30px;
  }
}

@media screen and (max-width: 600px) {
  .sec-01 .wrap-pd .pd-1 {
    max-width: 200px;
    top: 160px;
    right: 20px;
  }
}

@media screen and (max-width: 450px) and (orientation: portrait) {
  .sec-01 .wrap-pd .pd-1 {
    max-width: 140px;
    top: 240px;
    right: -20px;
  }
}

.sec-01 .wrap-pd .pd-2 {
  max-width: 320px;
  position: absolute;
  top: -80px;
  right: 0;
}

@media screen and (max-width: 1200px) {
  .sec-01 .wrap-pd .pd-2 {
    max-width: 260px;
    top: -40px;
    right: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .sec-01 .wrap-pd .pd-2 {
    max-width: 220px;
    top: -40px;
    right: 20px;
  }
}

@media screen and (max-width: 834px) {
  .sec-01 .wrap-pd .pd-2 {
    max-width: 180px;
    top: 0px;
    right: -50px;
  }
}

@media screen and (max-width: 600px) {
  .sec-01 .wrap-pd .pd-2 {
    max-width: 140px;
    top: 0px;
    right: -50px;
  }
}

@media screen and (max-width: 450px) and (orientation: portrait) {
  .sec-01 .wrap-pd .pd-2 {
    max-width: 100px;
    top: 100px;
    right: -30px;
  }
}

.sec-01 .wrap-icons {
  max-width: 400px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

@media screen and (max-width: 834px) {
  .sec-01 .wrap-icons {
    max-width: 350px;
  }
}

@media screen and (max-width: 600px) {
  .sec-01 .wrap-icons {
    max-width: 250px;
  }
}

.sec-01 .wrap-icons img {
  width: calc(25% - 20px);
}

.sec-01 .note {
  display: block;
  font-size: 10px;
  color: #ddd;
}

.sec-01 .compare {
  max-width: 800px;
  gap: 10px 20px;
}

@media screen and (max-width: 450px) and (orientation: portrait) {
  .sec-01 .compare {
    gap: 10px;
  }
}

.sec-01 .compare .col {
  position: relative;
}

@media screen and (max-width: 450px) and (orientation: portrait) {
  .sec-01 .compare .col.col-1 {
    width: calc(40% - 5px);
  }
}

@media screen and (max-width: 450px) and (orientation: portrait) {
  .sec-01 .compare .col.col-2 {
    width: calc(60% - 5px);
  }
}

.sec-01 .compare .icon-ir {
  max-width: 80px;
  position: absolute;
  top: 55%;
  left: -50px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 450px) and (orientation: portrait) {
  .sec-01 .compare .icon-ir {
    max-width: 50px;
    left: -30px;
  }
}

.sec-01 .compare .txt {
  background-color: #00AE83;
  color: #fff;
  text-align: center;
  display: block;
  padding: 15px;
}

@media screen and (max-width: 450px) and (orientation: portrait) {
  .sec-01 .compare .txt {
    padding: 10px;
    font-size: 14px;
  }
}

.sec-01 .compare .wrap-img {
  background-color: #000;
}

.sec-01 .compare img {
  max-width: 100%;
}

.sec-01 .compare img.img-01a {
  opacity: 0.2;
}

.sec-01 .compare .note {
  margin-top: 10px;
  color: #ddd;
}

.sec-01 .block-3 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  border: solid 1px #00AE83;
}

@media screen and (max-width: 1024px) {
  .sec-01 .block-3 {
    max-width: 90%;
  }
}

.sec-01 .block-3 h4 {
  text-align: center;
  background-color: #00AE83;
  color: #fff;
  text-align: center;
  padding: 15px;
  font-size: 18px;
  position: relative;
}

@media screen and (max-width: 450px) and (orientation: portrait) {
  .sec-01 .block-3 h4 {
    font-size: 16px;
  }
}

.sec-01 .block-3 h4 .pd {
  width: 120px;
  position: absolute;
  top: -20px;
  left: calc(50% - 180px);
  z-index: 3;
}

@media screen and (max-width: 600px) {
  .sec-01 .block-3 h4 .pd {
    width: 100px;
    top: -10px;
  }
}

.sec-01 .block-3 .in {
  padding: 50px 30px;
}

@media screen and (max-width: 600px) {
  .sec-01 .block-3 .in {
    padding: 30px 30px;
  }
}

@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-01 .block-3 .in {
    padding: 30px 20px;
  }
}

.sec-01 .block-3 p {
  margin-bottom: 30px;
  text-align: left;
  line-height: 1.6;
}

@media screen and (max-width: 1024px) {
  .sec-01 .block-3 p {
    font-size: 14px;
  }
}

@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-01 .block-3 p {
    text-align: left;
  }
}

.sec-01 .block-3 .wrap-flex {
  gap: 50px;
}

@media screen and (max-width: 600px) {
  .sec-01 .block-3 .wrap-flex {
    gap: 30px 10px;
  }
}

@media screen and (max-width: 450px) and (orientation: portrait) {
  .sec-01 .block-3 .wrap-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.sec-01 .block-3 .col {
  text-align: center;
}

@media screen and (max-width: 450px) and (orientation: portrait) {
  .sec-01 .block-3 .col {
    width: 100%;
  }
}

.sec-01 .block-3 .col .txt {
  font-size: 14px;
  display: block;
  margin: 10px auto 0;
}

@media screen and (max-width: 600px) {
  .sec-01 .block-3 .col .txt {
    font-size: 12px;
  }
}

.sec-01 .block-3 img {
  width: 100%;
}

.sec-01 .note {
  margin-top: 10px;
  color: #ddd;
}

.sec-common {
  position: relative;
}

.title-h2 {
  text-align: center;
  font-size: 16px;
  position: absolute;
  width: 100%;
  top: -45px;
  left: 0;
  letter-spacing: 5px;
}

@media screen and (max-width: 834px) {
  .title-h2 {
    top: -25px;
  }
}

.title-h2 .reveal {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.title-h2 .reveal::after {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  overflow: hidden;
}

.title-h2 .reveal.on::after {
  -webkit-animation: show 1.2s forwards;
          animation: show 1.2s forwards;
}

.title-h2 .reveal.on .elem {
  opacity: 1;
}

.title-h2 .reveal.on .elem img {
  opacity: 1;
}

.title-h2 .reveal .elem {
  opacity: 0;
  -webkit-transition: opacity 0.1s 0.4s;
  transition: opacity 0.1s 0.4s;
}

.title-h2 .reveal .elem img {
  opacity: 0;
  -webkit-transition: opacity 0.1s 0.4s;
  transition: opacity 0.1s 0.4s;
}

@-webkit-keyframes show {
  0% {
    width: 0;
    left: 0;
  }
  25% {
    width: 100%;
    left: 0;
  }
  60% {
    left: 100%;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 100%;
  }
}

@keyframes show {
  0% {
    width: 0;
    left: 0;
  }
  25% {
    width: 100%;
    left: 0;
  }
  60% {
    left: 100%;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 100%;
  }
}

.title-h2 img {
  width: auto;
  height: 100px;
  display: block;
  margin: 0 auto 10px;
}

@media screen and (max-width: 1024px) {
  .title-h2 img {
    height: 80px;
  }
}

@media screen and (max-width: 834px) {
  .title-h2 img {
    height: 60px;
  }
}

.sec-02 {
  background-color: #111111;
}

.sec-02 .inner {
  padding: 200px 20px;
}

@media screen and (max-width: 1440px) {
  .sec-02 .inner {
    padding: 200px 40px;
  }
}

@media screen and (max-width: 1200px) {
  .sec-02 .inner {
    padding: 200px 60px;
  }
}

@media screen and (max-width: 600px) {
  .sec-02 .inner {
    padding: 100px 0px;
  }
}

.sec-02 .flex-ft {
  gap: 120px 100px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 1024px) {
  .sec-02 .flex-ft {
    gap: 60px 50px;
  }
}

@media screen and (max-width: 834px) {
  .sec-02 .flex-ft {
    max-width: 90%;
    margin: 0 auto;
  }
}

.sec-02 .flex-ft .col {
  width: calc(50% - 50px);
}

@media screen and (max-width: 834px) {
  .sec-02 .flex-ft .col {
    width: 100%;
  }
}

.sec-02 .flex-ft .col .title-h3 {
  color: #00AE83;
  font-size: 30px;
  letter-spacing: 1.5px;
  margin-bottom: 30px;
}

@media screen and (max-width: 1024px) {
  .sec-02 .flex-ft .col .title-h3 {
    font-size: 20px;
  }
}

.sec-02 .flex-ft .col .title-h3 .num {
  height: auto;
  width: 100px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

@media screen and (max-width: 600px) {
  .sec-02 .flex-ft .col .title-h3 .num {
    width: 80px;
  }
}

.sec-02 .flex-ft .col .title-h3 .txt {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 110px);
  line-height: 1.4;
}

.sec-02 .flex-ft .col .desc {
  margin-bottom: 30px;
  padding: 0 20px;
  min-height: 60px;
}

.sec-02 .flex-ft .col .desc p {
  line-height: 1.8;
}

@media screen and (max-width: 1024px) {
  .sec-02 .flex-ft .col .desc p {
    font-size: 14px;
  }
}

.sec-02 .flex-ft .col .wrap-img {
  padding: 0 20px;
}

.sec-02 .flex-ft .col .wrap-img img {
  max-width: 100%;
}

.sec-02 .flex-ft .col .note {
  font-size: 10px;
  margin-top: 20px;
  margin-left: 20px;
  display: block;
  color: #ddd;
}

.sec-03 .inner {
  padding: 200px 20px;
}

@media screen and (max-width: 1440px) {
  .sec-03 .inner {
    padding: 200px 40px;
  }
}

@media screen and (max-width: 834px) {
  .sec-03 .inner {
    padding: 140px 40px;
  }
}

.sec-03 .video {
  width: 100%;
  max-width: 900px;
  margin: 0 auto 80px;
  display: block;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .sec-03 .overflow {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}

.sec-03 .ex-flex {
  gap: 20px 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 900px;
  margin: 0 auto;
}

.sec-03 .ex-flex .col {
  text-align: center;
  width: calc(100% / 3 - 10px);
}

@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-03 .ex-flex .col {
    width: calc(100% / 2 - 10px);
  }
}

.sec-03 .ex-flex .col img {
  width: 100%;
}

.sec-03 .ex-flex .col .cap {
  font-size: 12px;
  display: block;
  margin: 10px auto 0;
}

.sec-03 .note {
  display: none;
}

@media screen and (max-width: 1200px) {
  .sec-03 .note {
    font-size: 10px;
    color: #ddd;
    margin-top: 10px;
    display: block;
  }
}

.sec-04 {
  background-color: #fff;
  color: #333;
}

.sec-04 .inner {
  padding: 200px 20px 80px;
}

@media screen and (max-width: 1440px) {
  .sec-04 .inner {
    padding: 200px 40px 80px;
  }
}

@media screen and (max-width: 1200px) {
  .sec-04 .inner {
    padding: 200px 60px 80px;
  }
}

@media screen and (max-width: 834px) {
  .sec-04 .inner {
    padding: 140px 60px 80px;
  }
}

@media screen and (max-width: 834px) {
  .sec-04 .inner {
    padding: 100px 20px 60px;
  }
}

.sec-04 .title-h2 {
  color: #000;
}

.sec-04 .pd-3 {
  max-width: 500px;
  display: block;
  margin: 0 auto 100px;
  width: 100%;
  -webkit-transform: translateX(45px);
          transform: translateX(45px);
}

@media screen and (max-width: 1024px) {
  .sec-04 .pd-3 {
    -webkit-transform: translateX(25px);
            transform: translateX(25px);
  }
}

@media screen and (max-width: 600px) {
  .sec-04 .pd-3 {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    max-width: 80%;
  }
}

@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-04 .pd-3 {
    margin-bottom: 50px;
  }
}

.sec-04 .title-h4 {
  background-color: #00AE83;
  color: #fff;
  font-size: 16px;
  border-radius: 100px;
  max-width: 120px;
  padding: 15px;
  margin: 0 auto 50px;
  text-align: center;
}

@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-04 .title-h4 {
    font-size: 14px;
  }
}

.sec-04 .wrap-spec {
  margin-bottom: 30px;
  gap: 20px;
}

@media screen and (max-width: 1024px) {
  .sec-04 .wrap-spec {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
  }
}

.sec-04 dl {
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: calc(50% - 20px);
}

@media screen and (max-width: 1024px) {
  .sec-04 dl {
    max-width: 100%;
    width: 100%;
  }
}

.sec-04 dl .txt-s {
  font-size: 12px;
  margin-left: 5px;
}

.sec-04 dt {
  width: 30%;
  padding: 15px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
  white-space: nowrap;
  border-bottom: solid 1px #ddd;
  background-color: #eee;
}

@media screen and (max-width: 450px) and (orientation: portrait) {
  .sec-04 dt {
    white-space: normal;
    font-size: 12px;
  }
}

.sec-04 dt:nth-of-type(odd) {
  background-color: #eee;
}

.sec-04 dd {
  width: 70%;
  padding: 15px;
  font-size: 14px;
  line-height: 1.6;
  border-bottom: solid 1px #ddd;
}

@media screen and (max-width: 450px) and (orientation: portrait) {
  .sec-04 dd {
    font-size: 12px;
  }
}

.sec-04 dd:nth-of-type(odd) {
  background-color: #fff;
}

.sec-04 dd .txt-s {
  font-size: smaller;
  margin-left: 3px;
}

.sec-04 .wrap-note {
  border-bottom: solid 1px #ddd;
  padding-bottom: 30px;
  margin-bottom: 40px;
}

.sec-04 .wrap-note span {
  display: block;
  font-size: 12px;
  margin-bottom: 10px;
}

@media screen and (max-width: 450px) and (orientation: portrait) {
  .sec-04 .wrap-note span {
    line-height: 1.6;
  }
}

.sec-04 .wrap-note-2 {
  border-bottom: solid 1px #ddd;
  padding-bottom: 40px;
  margin-bottom: 50px;
}

.sec-04 .wrap-note-2 h5 {
  margin-bottom: 15px;
}

.sec-04 .wrap-note-2 span {
  font-size: 14px;
  display: block;
}

.sec-04 .wrap-note-3 ul {
  padding: 0 20px;
}

.sec-04 .wrap-note-3 ul li {
  font-size: 12px;
  margin-bottom: 15px;
  list-style: disc;
}

@media screen and (max-width: 450px) and (orientation: portrait) {
  .sec-04 .wrap-note-3 ul li {
    line-height: 1.6;
  }
}

.sec-cta {
  position: relative;
  background-color: #000;
  padding: 150px 0;
}

@media screen and (max-width: 600px) {
  .sec-cta {
    padding: 100px 0;
  }
}

.sec-cta .wrap-flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sec-cta .wrap-flex .col {
  padding: 0 30px;
  width: 50%;
}

@media screen and (max-width: 834px) {
  .sec-cta .wrap-flex .col {
    width: 100%;
    padding: 30px;
  }
}

@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-cta .wrap-flex .col {
    padding: 30px 0;
  }
}

@media screen and (max-width: 834px) {
  .sec-cta .wrap-flex .col.col-2 {
    text-align: center;
  }
}

.sec-cta .wrap-flex .col .slick {
  padding-bottom: 50px;
}

.sec-cta .wrap-flex .col .slick li.slick-slide {
  text-align: center;
}

.sec-cta .wrap-flex .col .slick li.slick-slide img {
  width: auto;
  height: auto;
  max-width: 400px;
  max-height: 300px;
}

@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-cta .wrap-flex .col .slick li.slick-slide img {
    max-width: 300px;
    max-height: 250px;
  }
}

.sec-cta .wrap-flex .name {
  font-size: 30px;
  margin-bottom: 20px;
}

@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-cta .wrap-flex .name {
    font-size: 24px;
  }
}

@media screen and (max-width: 450px) and (orientation: portrait) {
  .sec-cta .wrap-flex .name {
    font-size: 20px;
  }
}

.sec-cta .wrap-flex .info {
  line-height: 1.8;
  margin-bottom: 30px;
  font-size: 14px;
}

.sec-cta .wrap-flex .bt-cart {
  background-color: #E95513;
  width: 100%;
  max-width: 350px;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  padding: 20px;
  border-radius: 3px;
  text-align: center;
  display: block;
  margin-bottom: 20px;
}

@media screen and (max-width: 834px) {
  .sec-cta .wrap-flex .bt-cart {
    margin: 0 auto 20px;
  }
}

@media screen and (max-width: 450px) and (orientation: portrait) {
  .sec-cta .wrap-flex .bt-cart {
    max-width: 90%;
  }
}

.sec-cta .wrap-flex .bt-cart img {
  max-width: 22px;
  margin-right: 15px;
  display: inline-block;
  vertical-align: middle;
}

.sec-cta .wrap-flex .wrap-link {
  text-align: center;
  color: #fff;
  font-size: 14px;
  max-width: 350px;
}

@media screen and (max-width: 834px) {
  .sec-cta .wrap-flex .wrap-link {
    margin: 0 auto;
  }
}

.sec-cta .wrap-flex .wrap-link a {
  border-bottom: solid 1px #fff;
  color: #fff;
  padding-bottom: 5px;
  font-size: 13px;
}

.sec-cta .bg-texture {
  width: 100%;
  max-width: 500px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.sec-cta .bg-texture2 {
  width: 100%;
  max-width: 500px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.wrap-sns {
  background-color: #fff;
  padding: 50px 0px;
  text-align: center;
}

/**  Slick Base  fadeする場合はslick.cssの読み込みが必要 **/
.slick {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.slick li.slick-slide {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}

.slick li.slick-slide img {
  width: 100%;
  height: auto;
}

/**  チラツキ防止 **/
.slick-slide,
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-perspective: 1000;
          perspective: 1000;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  font-size: 50px;
  margin-top: -50px;
  z-index: 2;
}

.slick-prev {
  left: 10px;
}

.slick-next {
  right: 10px;
}

.fa-angle-left {
  width: 20px;
  height: 20px;
  display: block;
  border-top: solid 2px #ddd;
  border-left: solid 2px #ddd;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.fa-angle-right {
  width: 20px;
  height: 20px;
  display: block;
  border-top: solid 2px #ddd;
  border-right: solid 2px #ddd;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.slick-dots {
  text-align: center;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
}

.slick-dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background-color: #333;
  border-radius: 100%;
  text-indent: -9999px;
  cursor: pointer;
}

.slick-dots li.slick-active {
  background-color: #fff;
}

/*
      Colorbox Core Style:
  */
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  font-size: 12px;
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
  overflow: visible;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#cboxOverlay {
  background: #000;
}

#colorbox {
  outline: none;
}

#cboxContent {
  margin: 0px;
  background: #fff;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxTitle {
  position: absolute;
  bottom: -30px;
  left: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  width: 100%;
}

#cboxCurrent {
  position: absolute;
  bottom: -30px;
  left: 0px;
  color: #ccc;
  font-size: 12px;
}

#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: none;
}

#cboxSlideshow {
  position: absolute;
  top: -20px;
  right: 90px;
  color: #fff;
}

#colorbox .slick-arrow {
  color: #fff;
  font-size: 40px;
}

#cboxPrevious .slick-arrow {
  margin-top: -25px;
  left: -40px;
}

#cboxNext .slick-arrow {
  margin-top: -35px;
  right: -40px;
}

#cboxClose {
  font-size: 40px;
  color: #fff;
  position: absolute;
  top: -60px;
  right: 0;
}

.visible {
  opacity: 1;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

.invisible {
  opacity: 0;
}

.fromTopIn {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}

.fromTopOut {
  -webkit-transform: translate(0, -20px);
          transform: translate(0, -20px);
  opacity: 0;
}

.fromBottomIn {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}

.fromBottomOut {
  -webkit-transform: translate(0, 20px);
          transform: translate(0, 20px);
  opacity: 0;
}

.fromLeftIn {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}

.fromLeftOut {
  -webkit-transform: translate(-20px, 0);
          transform: translate(-20px, 0);
  opacity: 0;
}

.fromRightIn {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}

.fromRightOut {
  -webkit-transform: translate(20px, 0);
          transform: translate(20px, 0);
  opacity: 0;
}

.scaleUpIn {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  opacity: 1;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}

.scaleUpOut {
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
  opacity: 0;
}

.scaleDownIn {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  opacity: 1;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}

.scaleDownOut {
  -webkit-transform: scale(0.7, 0.7);
          transform: scale(0.7, 0.7);
  opacity: 0;
}

.rotateIn {
  -webkit-transform: rotate(0deg) scale(1);
          transform: rotate(0deg) scale(1);
  opacity: 1;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}

.rotateOut {
  -webkit-transform: rotate(30deg) scale(0.9);
          transform: rotate(30deg) scale(0.9);
  opacity: 0;
}

.delay1 {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.delay2 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.delay3 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.delay4 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.delay5 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.delay6 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.delay7 {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.delay8 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.delay9 {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.delay10 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.speed1 {
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
}

.speed2 {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.speed3 {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.speed4 {
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.speed5 {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.speed6 {
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
}

.speed7 {
  -webkit-transition-duration: 0.7s;
          transition-duration: 0.7s;
}

.speed8 {
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.speed9 {
  -webkit-transition-duration: 0.9s;
          transition-duration: 0.9s;
}

.speed10 {
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}
/*# sourceMappingURL=common.css.map */