@charset "UTF-8";
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}
body {
  text-align: left;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

hr {
  overflow: visible;
  height: 0;
  color: inherit;
}

details,
main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: bold;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
  max-width: 100%;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy="true"] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled="true"] {
  cursor: default;
}

/* 変数設定 */
p {
  font-size: 1rem;
}

/*==============================================
クラッシュストーム｜美容・キッチン家電のテスコム
================================================
0.0 - 基本設定（base）
2.0 - CTAボタン
3.0 - fv ファーストビュー（fv_area）
4.0 - section共通（section）
5.0 - ポイント（point）
6.0 - ムービー（movie）
7.0 - ポイント1（feature01）
8.0 - ポイント2（feature02）
9.0 - ポイント3（feature03）
10.0 - ポイント4 （feature04）
11.0 - カラーバリエーション（color）
12.0 - フッター（footer）
13.0 - Animation
==============================================*/
/*  ----------------------------------------------------------
# 1.0 - 基本設定（base）
----------------------------------------------------------  */
/* 基本設定 */
p {
  font-size: 1rem;
}

html,
body {
  /*overflow-x: hidden; /* 横方向のスクロールを無効に */
}

html {
  font-family: "游ゴシック", YuGothic, "Noto Sans JP", "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", Meiryo, "MS Pゴシック", "Raleway", sans-serif;
  height: -webkit-fill-available;
}
html .pc {
  display: block !important;
}
@media screen and (max-width: 900px) {
  html .pc {
    display: none !important;
  }
}
html .sp {
  display: none !important;
}
@media screen and (max-width: 900px) {
  html .sp {
    display: block !important;
  }
}

a {
  text-decoration: none;
  color: #008090;
}

img {
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-style: none;
  vertical-align: top;
}

ul {
  text-decoration: none;
}

li {
  text-decoration: none;
  list-style: none;
}

.no-scroll {
  position: fixed;
  width: 100%;
}

body {
  color: #231815;
  font-family: "游ゴシック", YuGothic, "Noto Sans JP", "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", Meiryo, "MS Pゴシック", "Raleway", sans-serif;
  font-size: 1rem;
  position: relative;
  width: 100%;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}

main {
  position: relative;
}

.br_txt_pc {
  display: block;
}
@media screen and (max-width: 900px) {
  .br_txt_pc {
    display: none;
  }
}

.br_txt_sp {
  display: none;
}
@media screen and (max-width: 900px) {
  .br_txt_sp {
    display: block;
  }
}

/*  ----------------------------------------------------------
# 1.0 - 基本設定（base） -ここまで-
----------------------------------------------------------  */
/*  ----------------------------------------------------------
# 2.0 - CTAボタン
----------------------------------------------------------  */

.cta_box {
  opacity: 0;
  /* 最初は透明で非表示 */
  position: fixed;
  z-index: 999;
  left: 0;
  bottom: 15px;
  /* transform: translateY(250px); */
  /* transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out; */
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 20px;
}

@media screen and (max-width: 900px) {
  .cta_box {
    left: 41%;
    width: 100%;
    left: 0;
    transform: translateX(0);
    bottom: 20px;
    justify-content: center;
  }
}
.cta_box .share_link {
  filter: drop-shadow(2px 2px 2px rgb(255, 255, 255));
}

/* ─────── CTA ボックスの表示非表示用基本スタイル ─────── */
.cta_box {
  position: fixed; /* 画面に固定表示。必要に応じて left/right/top/bottom を調整 */

  opacity: 0; /* 初期は透明 */
  visibility: hidden; /* 初期は非表示 */
  transition: opacity 0.6s ease-in-out, visibility 0.6s ease-in-out;

  z-index: 1000;
}

/* 非表示時 */
.cta_box.hide {
  opacity: 0;
  visibility: hidden;
}

/* 表示時 */
.cta_box.show {
  opacity: 1;
  visibility: visible;
}

/* ─────── CTA ボックスの表示非表示用基本スタイルここまで ─────── */

.section_cta_wrap {
  position: relative;
  text-align: center;
  margin-top: 1.25rem;
  margin-bottom: 3.125rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.9375rem;
  width: 300px;
}

.section_cta_wrap .prd_ttl {
  font-weight: 700;
  font-size: 1.4rem;
}

.section_cta_wrap .share_link {
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 10px 10px rgba(255, 255, 255, 0.7);
}

a.cta_contact_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  letter-spacing: 0.1em;
  width: 240px;
  height: 40px;
  background: #e75541;
  border: 1px solid #e75541;
  color: #fff;
  gap: 10px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25rem;
  position: relative;
  transition: 0.3s all;
  box-shadow: 3px 3px 4px rgba(166, 150, 141, 0.75);
}
a.cta_contact_btn.btn_white {
  background: #fff;
  color: #e75541;
  border: 1px solid #e75541;
}

a.cta_contact_btn:hover {
  transform: translate(3px, 3px);
  box-shadow: none;
}

.share_link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  color: #e75541;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.cart_icon {
  width: 27px;
}

.share_icon {
  width: 36px;
}

.footer_cta_wrap {
  position: relative;
  text-align: center;
  padding-top: 3.125rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px 20px;
  max-width: 540px;
}
.footer_cta_wrap .cta_contact_btn {
  height: 60px;
  width: 260px;
  font-size: 20px;
  letter-spacing: 0.05em;
}
.footer_cta_wrap .cart_icon {
  width: 32px;
}
.footer_cta_wrap .share_link {
  font-size: 19px;
}
.footer_cta_wrap .share_icon {
  width: 48px;
}
.footer_cta_wrap .share_link {
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 10px 10px rgba(255, 255, 255, 0.7);
}

/*  ----------------------------------------------------------
# 2.0 - CTAボタン -ここまで-
----------------------------------------------------------  */
/*  ----------------------------------------------------------
# 3.0 - fv ファーストビュー（fv_area）
----------------------------------------------------------  */
/* ツールチップ */
@keyframes fade-tooltip {
  to {
    opacity: 0;
  }
}
.share_link {
  cursor: pointer;
}
.copy-btn::after {
  content: "URLがコピーされました！";
  color: #ffffff;
  background: #e75541;
  transition: 0.4s;
  opacity: 0;
  position: fixed;
  top: 86px;
  left: 0;
  right: 0;
  z-index: 0;
  text-align: center;
  padding: 20px;
  font-style: normal;
}
.copied::after {
  opacity: 1;
  z-index: 1000;
}

.top_main {
  width: 100%;
  position: relative;
  overflow: clip;
  margin: 86px 0 0;
}

.top_fv {
  position: relative;
  z-index: 2;
}

.fv_area {
  position: relative;
  overflow: hidden;
  background-image: url(../images/fv_bg.jpg);
  background-size: cover;
  height: auto;
  position: relative;
  height: 1176px;
  width: 100%;
}
@media screen and (max-width: 900px) {
  .fv_area {
    /*height: auto;*/
    max-height: unset;
    min-height: auto;
  }
}

.fv_area::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #5db5cc, #008ea9);
  -webkit-clip-path: polygon(0% 0, 0% 0%, 13% 85%, 0% 100%);
  clip-path: polygon(0% 0, 0% 0%, 13% 85%, 0% 100%);
  z-index: 1;
}

.fv_area::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    125deg,
    #515c64 36%,
    #95979c 45%,
    #d7e0e4 52%,
    #7a8085 61%,
    #c5cdd2 65%,
    #f4f4f4 72%,
    #b4bbc1 75%,
    #848e95 85%,
    #adb9c0 90%,
    #7a8188 95%
  );
  -webkit-clip-path: polygon(13% 85%, 100% 70%, 0 100%);
  clip-path: polygon(13% 85%, 100% 70%, 0 100%);
  z-index: 0;
}

.fv_area_inner {
  position: relative;
  display: flex;
  justify-content: flex-end;
  max-width: 1000px;
  height: 990px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .fv_area_inner {
    max-width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 15px 180px;
  }
}

.tescom_logo {
  width: 172px;
  height: 22px;
  position: absolute;
  top: 40px;
  right: 40px;
}
.fv_ttl_box {
  position: absolute;
  top: 184px;
  right: 40px;
}

.fv_ttl_wrap {
  position: relative;
  width: 394px;
  height: 350px;
}

.fv_ttl_wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/fv_ttls1.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
  mix-blend-mode: multiply;
  opacity: 1;
}

.fv_ttl_wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/fv_ttls1.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
  mix-blend-mode: color-burn;
  opacity: 1;
  filter: blur();
}

.fv_ttltx {
  margin: -20px 0 -10px;
  width: 395px;
}

.fv_logo {
  width: 364px;
  position: absolute;
  right: 370px;
  top: -45px;
}

.fv_img_box {
  position: absolute;
  top: 95px;
  left: -150px;
  z-index: 10;
  width: 850px;
}

.fv_img_ctn {
  position: relative;
  width: 100%;
  height: auto;
}

.fv_main_img {
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  z-index: 11;
}
.fv_water_img {
  position: absolute;
  top: 200px;
  left: -80px;
}
.fv_fruit_img {
  position: absolute;
  top: 137px;
  right: 102px;
}
.fv_ice0_img {
  position: absolute;
  top: 130px;
  left: 115px;
}
.fv_ice1_img {
  position: absolute;
  top: 245px;
  left: 170px;
  z-index: 111;
}
.fv_ice2_img {
  position: absolute;
  top: 415px;
  right: 175px;
  z-index: 111;
}
.fv_ice3_img {
  position: absolute;
  top: 650px;
  left: 135px;
  z-index: 111;
}

/*  ----------------------------------------------------------
# 3.0 - fv ファーストビュー（fv_area）-ここまで-
----------------------------------------------------------  */
/*  ----------------------------------------------------------
# 4.0 - section共通（section）
----------------------------------------------------------  */
.section_ttl {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", Meiryo, "MS Pゴシック", "Raleway", sans-serif;
  color: #303030;
  font-size: 3rem;
  font-weight: 700;
  padding-bottom: 4.0625rem;
}
@media screen and (max-width: 900px) {
  .section_ttl {
    font-size: 1.75rem;
    padding-bottom: 2.8125rem;
  }
  .fv_img_box {
    left: 0;
  }
}
@media screen and (max-width: 680px) {
  .section_ttl {
    font-size: 1.625rem;
    padding-bottom: 1.5625rem;
  }
}

/*  ----------------------------------------------------------
# 4.0 - section共通（section）-ここまで-
----------------------------------------------------------  */
/*  ----------------------------------------------------------
# 5.0 - point（point）
----------------------------------------------------------  */
.point {
  background: #bbdce3;
  margin: 0 auto;
  width: 100%;
  z-index: 1;
  position: relative;
}

.point::after {
  content: "";
  position: absolute;
  top: -374px;
  left: 0;
  background: #bbdce3;
  width: 100%;
  height: 375px;
  -webkit-clip-path: polygon(0 100%, 100% 5%, 100% 100%, 0% 100%);
  clip-path: polygon(0 100%, 100% 5%, 100% 100%, 0% 100%);
  z-index: -1;
}

.point_ttl_box {
  position: absolute;
  right: 70px;
  top: -160px;
  text-align: right;
}

.point_ttl {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", Meiryo, "MS Pゴシック", "Raleway", sans-serif;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 700;
  text-align: right;
  letter-spacing: 0.02em;
  margin-bottom: -20px;
  white-space: nowrap;
}
.point_ttl span {
  font-size: 2.1875rem;
}

.point_container {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

.point_digest {
  position: relative;
  margin: 0 auto;
  height: 850px;
}

.point_digest_img_wrap {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.point_digest_img {
  position: absolute;
  width: 284px;
  top: 0px;
  left: 50%;
  transform: translateX(-45%);
}

.point_digest01 {
  top: 107px;
  left: 170px;
  position: absolute;
}

.point_digest02 {
  top: 173px;
  right: 50px;
  position: absolute;
}

.point_digest03 {
  top: 425px;
  left: 176px;
  position: absolute;
}

.point_digest04 {
  top: 452px;
  right: 175px;
  position: absolute;
}

.point_number {
  height: 94px;
  position: absolute;
  top: -78px;
  left: -50px;
  mix-blend-mode: multiply;
}
.point_number.point_number03 {
  left: -80px;
}

.point_whline {
  position: absolute;
  left: 205px;
  top: 60px;
}

.point_subttl {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", Meiryo, "MS Pゴシック", "Raleway", sans-serif;
  font-size: 2.5rem;
  color: #008090;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 90%;
}
.point_subttl span {
  font-size: 1.75rem;
  color: #008090;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 100%;
  display: inline-block;
  margin-bottom: 10px;
}
.point_subttl .note {
  display: inline-block;
  position: relative;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 100%;
  /*vertical-align: text-top;*/
  bottom: 30px;
}

.point_txt {
  font-size: 0.8rem;
  color: #008090;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 100%;
  padding-top: 10px;
}

.point_txt span {
  margin: 0 5px;
}

.point_digest01_catch {
  width: 150px;
  position: absolute;
  bottom: -70px;
  left: -145px;
  mix-blend-mode: multiply;
}

.point_digest02_catch {
  width: 122px;
  position: absolute;
  bottom: -73px;
  left: 30px;
}

/*  ----------------------------------------------------------
# 5.0 - point（point）-ここまで-
----------------------------------------------------------  */
/*  ----------------------------------------------------------
# 6.0 - ムービー（movie）
----------------------------------------------------------  */
.movie {
  background: #55a8b8;
  margin: 0 auto;
  width: 100%;
  z-index: 1;
  position: relative;
  padding: 35px 20px;
}

.movie::before {
  content: "";
  position: absolute;
  top: -319px;
  left: 0;
  background: #55a8b8;
  width: 100%;
  height: 320px;
  -webkit-clip-path: polygon(0 100%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0 100%, 100% 0%, 100% 100%, 0% 100%);
  z-index: 1;
}

.movie::after {
  content: "";
  position: absolute;
  bottom: -279px;
  left: 0;
  background: #55a8b8;
  width: 100%;
  height: 280px;
  -webkit-clip-path: polygon(0 100%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0 100%, 100% 0%, 100% 100%, 0% 100%);
  z-index: 1;
  transform: scaleY(-1);
}

.movie_container {
  max-width: 820px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

.movie_area {
  margin: 0 auto;
  aspect-ratio: 16/9;
}

.movie_area iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.movie_crushstorm_logo {
  position: absolute;
  width: 370px;
  top: -255px;
  right: -30px;
  z-index: 5;
}

.movie video {
  width: 100%;
  height: 100%;
}

/*  ----------------------------------------------------------
# 6.0 - ムービー（movie）-ここまで-
----------------------------------------------------------  */
/*  ----------------------------------------------------------
# 7.0 - （feature01）
----------------------------------------------------------  */
.feature01 {
  position: relative;
  z-index: 0;
}

.feature01_clip {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.feature01_content {
  background-image: url(../images/point01_bg.jpg);
  background-size: cover;
  height: auto;
  position: relative;
  padding-top: 160px;
  padding-bottom: 240px;
  z-index: 0;
}

.feature01_content::before {
  content: "";
  width: 114px;
  height: 1034px;
  background-color: #f0a180;
  -webkit-clip-path: polygon(0% 100%, 100% 100%, 0% 0%);
  clip-path: polygon(0% 100%, 100% 100%, 0% 0%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.feature01_content_deco_ttl {
  position: absolute;
  top: 40px;
  right: 56px;
  width: 420px;
}

.feature01_content_inner {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
}

.feature01_box {
  position: relative;
  padding-left: 120px;
}

.feature01_img {
  position: absolute;
  top: 280px;
  right: -230px;
  width: 760px;
}

.point01_logo {
  width: 166px;
  height: 164px;
}

.feature_ttl {
  color: #231815;
  font-size: 3.25rem;
  font-weight: 700;
  line-height: 130%;
  padding-top: 2.1875rem;
  padding-bottom: 2.5rem;
}
.feature_ttl .small {
  transform: scale(0.8);
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 5px;
}
.feature_ttl .second {
  font-size: 5rem;
  letter-spacing: -0.02em;
  display: inline-block;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, "Jost", sans-serif;
  font-style: italic;
  font-weight: 400;
  padding-right: 10px;
}
.feature_ttl .note {
  color: #231815;
  display: inline-block;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 100%;
  vertical-align: text-top;
  margin-right: -15px;
}
.feature_ttl.pl {
  color: #8b6bac;
}

.feature_txt {
  color: #231815;
  font-size: 1.625rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 2.3125rem;
  line-height: 150%;
}

.feature_txt_note {
  color: #231815;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 150%;
}

.feature_txt_note span {
  margin: 0 2px;
}

.feature01_point_img_box {
  width: 364px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 4.375rem;
  gap: 0.9375rem;
}

.feature01_point_img {
  width: 100%;
  filter: drop-shadow(8px 8px 4px rgba(166, 150, 141, 0.3));
}

/*  ----------------------------------------------------------
# 7.0 - （feature01）
----------------------------------------------------------  */
/*  ----------------------------------------------------------
# 8.0 - （feature02）
----------------------------------------------------------  */
.feature02 {
  position: relative;
  z-index: 1;
  margin-top: -215px;
}

.feature02_clip {
  width: 100%;
  overflow: hidden;
  position: relative;
  /* セクション全体をクリップする */
  -webkit-clip-path: polygon(100% 100%, 0% 87%, 0% 13%, 100% 0%);
  clip-path: polygon(100% 100%, 0% 87%, 0% 13%, 100% 0%);
}

.feature02_content {
  position: relative;
  background-image: url(../images/point02_bg.jpg);
  background-size: cover;
  height: auto;
  position: relative;
  padding-top: 95px;
  padding-bottom: 175px;
  z-index: 0;
}

.feature02_content::before {
  content: "";
  width: 114px;
  height: 1034px;
  background-color: #629d68;
  -webkit-clip-path: polygon(0% 100%, 100% 100%, 0% 0%);
  clip-path: polygon(0% 100%, 100% 100%, 0% 0%);
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  transform: scale(-1, 1);
}

.feature02_content_deco_ttl {
  position: absolute;
  top: 40px;
  left: 0;
  width: 400px;
}

.feature02_content_inner {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
}

.feature02_box {
  position: relative;
  padding-right: 100px;
  text-align: right;
}

.feature02_img {
  position: absolute;
  top: 140px;
  left: -310px;
  width: 905px;
  z-index: 5;
}

.feature02_img::after {
  content: "";
  position: absolute;
  top: 60px;
  left: 320px;
  width: 176px;
  height: 176px;
  background-image: url(../images/point02_600ml.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}

.point02_logo {
  width: 193px;
  height: 164px;
}

.feature02_point_img_box {
  width: 364px;
  display: flex;
  flex-wrap: wrap;
  padding-top: 0.625rem;
  gap: 0.9375rem;
}

.feature02_point_img {
  width: 100%;
  filter: drop-shadow(8px 8px 4px rgba(166, 150, 141, 0.3));
}

/*  ----------------------------------------------------------
# 8.0 - （feature02）
----------------------------------------------------------  */
/*  ----------------------------------------------------------
# 9.0 - （feature03）
----------------------------------------------------------  */
.feature03 {
  position: relative;
  z-index: 0;
  margin-top: -215px;
}

.feature03_clip {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.feature03_content {
  position: relative;
  background-image: url(../images/point03_bg.jpg);
  background-size: cover;
  height: auto;
  position: relative;
  padding-top: 210px;
  padding-bottom: 335px;
  z-index: 0;
}

.feature03_content::before {
  content: "";
  width: 114px;
  height: 1034px;
  background-color: #85a0d1;
  -webkit-clip-path: polygon(0% 100%, 100% 100%, 0% 0%);
  clip-path: polygon(0% 100%, 100% 100%, 0% 0%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.feature03_content_deco_ttl {
  position: absolute;
  top: -30px;
  right: 47px;
  width: 430px;
}

.feature03_content_inner {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
}

.feature03_box {
  position: relative;
  padding-left: 120px;
}
.feature03_box .note {
  margin-right: 0;
  margin-left: -10px;
}

.feature03_img {
  position: absolute;
  bottom: -105px;
  right: -190px;
  width: 800px;
  z-index: 2;
}

.feature03_img::after {
  content: "";
  position: absolute;
  top: -7px;
  left: 152px;
  width: 176px;
  height: 176px;
  background-image: url(../images/point03_IPX6.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}

.point03_logo {
  width: 194px;
  height: 164px;
}

.feature03_point_img_box {
  width: 364px;
  display: flex;
  flex-wrap: wrap;
  padding-top: 2.1875rem;
  gap: 1.875rem;
}
.feature03_point_img_box .feature_txt_note {
  padding-left: 35px;
}

.feature03_point_img {
  width: 100%;
  filter: drop-shadow(8px 8px 4px rgba(140, 190, 222, 0.3));
}

/*  ----------------------------------------------------------
# 9.0 - （feature03）
----------------------------------------------------------  */
/*  ----------------------------------------------------------
# 10.0 - （feature04）
----------------------------------------------------------  */
.feature04 {
  position: relative;
  z-index: 2;
  margin-top: -215px;
}

.feature04_clip {
  width: 100%;
  overflow: hidden;
  position: relative;
  /* セクション全体をクリップする */
  -webkit-clip-path: polygon(100% 100%, 0% 90.7%, 0% 9.2%, 100% 0%);
  clip-path: polygon(100% 100%, 0% 90.7%, 0% 9.2%, 100% 0%);
}

.feature04_content {
  position: relative;
  background-image: url(../images/point04_bg_l.jpg);
  background-size: cover;
  height: auto;
  position: relative;
  padding-top: 100px;
  padding-bottom: 130px;
  z-index: 0;
}

.feature04_content::before {
  content: "";
  width: 114px;
  height: 1034px;
  background-color: #9c83b5;
  -webkit-clip-path: polygon(0% 100%, 100% 100%, 0% 0%);
  clip-path: polygon(0% 100%, 100% 100%, 0% 0%);
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  transform: scale(-1, 1);
}

.feature04_content_deco_ttl {
  position: absolute;
  top: 40px;
  left: 20px;
  width: 390px;
}

.feature04_content_inner {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  z-index: 2;
}

.feature04_box {
  position: relative;
  text-align: right;
}
.feature04_box .feature_ttl {
  text-align: center;
  padding-bottom: 45px;
}

.feature04_img {
  position: absolute;
  top: 310px;
  bottom: 20px;
  left: -280px;
  width: 805px;
  z-index: 5;
}

.point04_logo {
  width: 195px;
  height: 164px;
}

.feature04_point_img_box {
  max-width: 840px;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 15px;
  padding-bottom: 150px;
}

.feature04_point_img {
  width: calc(33.3333333333% - 10px);
  position: relative;
}
.feature04_point_img img {
  filter: drop-shadow(8px 8px 4px rgba(166, 150, 141, 0.3));
}

.feature04_point_img_icon {
  position: absolute;
  bottom: -150px;
  left: 50%;
  width: 224px;
  transform: translateX(-50%);
  z-index: 1;
}

.function_wrap {
  max-width: 800px;
  width: 100%;
  display: flex;
  gap: 58px 20px;
  text-align: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
  z-index: 1;
}

.function_box {
  width: calc(25% - 20px);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.function_box_img {
  width: 98%;
}

.function_box_txt {
  color: #231815;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
}

.function_box_txt .note {
  color: #231815;
  display: inline-block;
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 100%;
  vertical-align: text-top;
}
.function_box_txt .en {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 0.75rem;
}

.note04 {
  color: #231815;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 150%;
  text-align: right;
  width: 100%;
}
.note04 span {
  margin: 0 10px 0 0;
}

/*  ----------------------------------------------------------
# 10.0 - （feature04）
----------------------------------------------------------  */
/*  ----------------------------------------------------------
# 11.0 - （color）
----------------------------------------------------------  */
.color {
  position: relative;
  z-index: 0;
  margin-top: -200px;
  z-index: 1;
}

.color_clip {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: #bbdce3;
  margin: 0 auto;
  width: 100%;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 92%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 92%, 0% 100%);
}

.color_container {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  padding-top: 200px;
  padding-bottom: 320px;
}

.color_ttl_area {
  padding-top: 36px;
  padding-bottom: 70px;
  margin: 0 auto;
  text-align: center;
}

.color_ttl {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", Meiryo, "MS Pゴシック", "Raleway", sans-serif;
  color: #e75541;
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.02em;
  padding-bottom: 30px;
}

.color_logo {
  width: 266px;
}

.color_wrap {
  max-width: 750px;
  width: 100%;
  display: flex;
  gap: 60px 80px;
  text-align: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
  padding-bottom: 30px;
}

.color_bottle {
  width: 128px;
}

.color_box .tx {
  margin: 30px auto 0;
  padding: 10px 15px;
  border-radius: 15px;
}
.color_box .tx .prd {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.2;
}
.color_box .tx .prd span {
  font-size: 1rem;
}
.color_box .color_wh {
  background: #ffffff;
  border: 1px solid #000000;
}
.color_box .color_bk {
  background: #000000;
  border: 1px solid #000000;
  color: #ffffff;
}
.color_box .color_gr {
  background: #7c8d87;
  border: 1px solid #7c8d87;
  color: #ffffff;
}
.specs_dtl {
  text-align: center;
  margin: 40px auto 0;
  font-weight: 500;
  color: #00808d;
}
.specs_ttl {
  font-size: 2.8rem;
  font-weight: 600;
}
.specs_dtl table {
  width: 90%;
  margin: 20px auto 0;
  font-size: 1.4rem;
}
.specs_dtl th {
  width: 30%;
}
.specs_dtl td {
  width: 70%;
}
.specs_dtl th,
.specs_dtl td {
  padding: 15px 0;
  border-bottom: 1px solid #00808d;
  font-weight: 600;
}
table,
td,
th {
  border-collapse: collapse;
}

.color_sample_box {
  display: flex;
  justify-content: center;
  gap: 17px;
  width: 100%;
}

.color_sample {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.color_sample.wh {
  background: #fff;
  border: 1px solid #656464;
}
.color_sample.bk {
  background: #231815;
}
.color_sample.gr {
  background: #7c8d87;
}

/*  ----------------------------------------------------------
# 11.0 - （color）
----------------------------------------------------------  */
/*  ----------------------------------------------------------
# 12.0 - （footer）
----------------------------------------------------------  */
.footer {
  margin-top: -200px;
  z-index: 0;
  position: relative;
}

.footer_wrap {
  position: relative;
  background-image: url(../images/footer_bg.jpg);
  background-size: cover;
  height: auto;
  position: relative;
  padding-top: 200px;
  height: 900px;
}

.footer_wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #5db5cc, #008ea9);
  -webkit-clip-path: polygon(0% 0, 0% 0%, 12% 79%, 0% 100%);
  clip-path: polygon(0% 0, 0% 0%, 12% 79%, 0% 100%);
  z-index: 1;
  transform: scale(-1, 1);
}

.footer_wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    125deg,
    #798083 38%,
    #f1f1f1 40%,
    #808a91 45%,
    #b0b6bd 48%,
    #f1f1f1 49%,
    #c1c9ce 52%,
    #b1bbc1 60%,
    #929398 62%,
    #d3dcdf 65%,
    #929398 70%,
    #5e6c75 75%,
    #f1f1f1 80%,
    #5e6c75 100%
  );
  -webkit-clip-path: polygon(0% 83%, 100% 49.8%, 0 100%);
  clip-path: polygon(0% 83%, 100% 49.8%, 0 100%);
  z-index: 0;
  transform: scale(-1, 1);
}

.footer_container {
  position: relative;
  margin: 0 auto;
  height: 100%;
}

.footer_container::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  background: #5db5cc;
  width: 100%;
  height: 64.5%;
  -webkit-clip-path: polygon(0 100%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0 100%, 100% 0%, 100% 100%, 0% 100%);
  z-index: 0;
  transform: scale(-1, 1);
}

.footer_crushstorm_logo {
  position: absolute;
  bottom: 37px;
  left: 0px;
  z-index: 5;
  width: 312px;
}

.footer_ttl {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", Meiryo, "MS Pゴシック", "Raleway", sans-serif;
  color: #e75541;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.02em;
}

footer {
  padding-bottom: 100px;
}

/*  ----------------------------------------------------------
# 12.0 - （footer）
----------------------------------------------------------  */

/*  ----------------------------------------------------------
# 13.0 - （Animation）
----------------------------------------------------------  */

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from,
  to {
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from,
  to {
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    transform: translate3d(0, 0, 0);
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wobble {
  from {
    transform: translate3d(0, 0, 0);
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.3);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.3);
  }
  70% {
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.3);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.3);
  }
  70% {
    transform: scale(1);
  }
}
.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 50px, 0); /* 上昇距離を10pxに変更 */
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 50px, 0); /* 上昇距離を10pxに変更 */
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@keyframes fadeInBottomRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInBottomRight {
  animation-name: fadeInBottomRight;
}

@keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInBottomLeft {
  animation-name: fadeInBottomLeft;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}

/*  ----------------------------------------------------------
# 13.0 - （Animation）ここまで
----------------------------------------------------------  */

/*loader*/
.loading {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: #bbdce3;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: all 0.5s linear;
  z-index: 999999;
}
.loading.loaded {
  opacity: 0;
  visibility: hidden;
  display: none;
}

@-moz-keyframes spinner-loader {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spinner-loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner-loader {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.spinner-loader:not(:required) {
  -moz-animation: spinner-loader 1500ms infinite linear;
  -webkit-animation: spinner-loader 1500ms infinite linear;
  animation: spinner-loader 1500ms infinite linear;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  -moz-box-shadow: rgba(0, 0, 51, 0.3) 1.5em 0 0 0,
    rgba(0, 0, 51, 0.3) 1.1em 1.1em 0 0, rgba(0, 0, 51, 0.3) 0 1.5em 0 0,
    rgba(0, 0, 51, 0.3) -1.1em 1.1em 0 0, rgba(0, 0, 51, 0.3) -1.5em 0 0 0,
    rgba(0, 0, 51, 0.3) -1.1em -1.1em 0 0, rgba(0, 0, 51, 0.3) 0 -1.5em 0 0,
    rgba(0, 0, 51, 0.3) 1.1em -1.1em 0 0;
  -webkit-box-shadow: rgba(0, 0, 51, 0.3) 1.5em 0 0 0,
    rgba(0, 0, 51, 0.3) 1.1em 1.1em 0 0, rgba(0, 0, 51, 0.3) 0 1.5em 0 0,
    rgba(0, 0, 51, 0.3) -1.1em 1.1em 0 0, rgba(0, 0, 51, 0.3) -1.5em 0 0 0,
    rgba(0, 0, 51, 0.3) -1.1em -1.1em 0 0, rgba(0, 0, 51, 0.3) 0 -1.5em 0 0,
    rgba(0, 0, 51, 0.3) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 51, 0.3) 1.5em 0 0 0,
    rgba(0, 0, 51, 0.3) 1.1em 1.1em 0 0, rgba(0, 0, 51, 0.3) 0 1.5em 0 0,
    rgba(0, 0, 51, 0.3) -1.1em 1.1em 0 0, rgba(0, 0, 51, 0.3) -1.5em 0 0 0,
    rgba(0, 0, 51, 0.3) -1.1em -1.1em 0 0, rgba(0, 0, 51, 0.3) 0 -1.5em 0 0,
    rgba(0, 0, 51, 0.3) 1.1em -1.1em 0 0;
  display: inline-block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin: 1.5em;
  overflow: hidden;
  text-indent: 100%;
}

/*loader　ここまで*/

/* PC、Tablet用CSSの記述 */

/* ─────── 900px以下Tabletサイズ ─────── */

@media screen and (max-width: 900px) {
  .copy-btn::after {
    top: 58px;
  }
  .top_main {
    margin: 58px 0 0;
  }
  .fv_area {
    min-height: auto;
    height: auto;
    margin: 0 0 -2px;
  }

  .fv_area::after {
    -webkit-clip-path: polygon(13% 85%, 100% 76.5%, 0 100%);
    clip-path: polygon(13% 85%, 100% 76.5%, 0 100%);
  }
  .fv_area_inner {
    min-height: auto;
    height: auto;
  }
  .fv_logo {
    width: 35vw;
    right: 37vw;
    top: -1vw;
    left: unset;
  }
  .tescom_logo {
    height: unset;
    width: 28vw;
    top: 5vw;
  }

  .fv_img_box {
    width: 100%;
    top: 15vw;
    position: relative;
    left: -5vw;
    right: 0;
    margin: 0 auto;
    min-height: 830px;
  }

  .fv_main_img {
    max-width: 57%;
    margin-left: 0;
    left: 5vw;

    top: -3vw;
  }

  .fv_water_img {
    top: 22vw;
    left: -28%;
    width: 770px;
  }
  .fv_fruit_img {
    /* top: 2vw;
    right: -3vw; */

    width: 65%;
    top: 10vw;
    right: 25vw;
    /*
    max-width: 220px; */
  }

  .fv_ice0_img {
    /* top: 11vw;
    left: 0vw; */
    width: 25%;

    top: 11vw;
    left: -4vw;
    /* max-width: 90px; */
  }

  .fv_ice1_img {
    width: 40%;
    top: 26vw;
    left: 2vw;
    /* max-width: 120px; */
  }
  .fv_ice2_img {
    width: 34%;
    top: 44vw;
    right: 28vw;
  }
  .fv_ice3_img {
    /* top: 54vw;
    left: 6vw;*/
    width: 30%;

    top: 75vw;
    left: -3vw;
    /* max-width: 120px; */
  }

  .fv_ttl_box {
    /* position: relative; */
    right: unset;
    z-index: 333;
    margin: 0 auto;
    min-height: 249px;

    width: 350px;
    top: 160px;
    right: 15px;
  }
  .fv_ttl_wrap {
    width: 350px;
  }
  .fv_ttltx {
    margin: -6vw auto -2vw;
    width: 85%;
  }

  .section_cta_wrap {
    margin-left: 27px;
  }

  .point_digest {
    height: auto;
    padding: 0 0 20vw;
  }
  .point::after {
    height: 250px;
    top: -249px;
  }

  .point_container {
    width: 100%;
    max-width: 100%;
    /* min-height: 600px; */
    min-height: 80vw;
  }

  .point_ttl_box {
    top: 0;
    position: absolute;
    top: -145px;
    text-align: center;
    width: 100%;
    min-width: 148px;
    width: 40%;
    right: 30px;
    padding: 6vw 0 6vw;
  }

  .point_ttl_box img {
    width: 200px;
  }

  .point_ttl {
    text-align: end;
    line-height: 1.2;
    margin: 0;
    font-size: min(3.5vw, 35px);
  }
  .point_whline {
    left: 50%;
    top: 100px;
    transform: translateX(-50%);
    position: relative;
  }

  .point_whline::after {
    content: "";
    background-image: url(../images/point_line_sp.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 300px;
    height: 320px;
    position: absolute;
    top: -15px;
    left: 46%;
    transform: translateX(-50%);
  }

  .whline {
    width: 280px;
    display: none;
  }
  .point_digest_img_wrap {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 2;
  }

  .point_digest_img {
    width: 230px;
    width: 25.5vw;
    left: 50%;
    transform: translateX(-50%);
    top: 40px;
  }
  .point_digest01 {
    position: absolute;
    top: 14vw;
    left: 9vw;
  }

  .point_digest02 {
    top: 26vw;
    right: 6vw;
    position: absolute;
  }

  .point_digest03 {
    top: 48.5vw;
    left: 9.2vw;
    position: absolute;
  }

  .point_digest04 {
    top: 49vw;
    right: 11.4vw;
    position: absolute;
  }

  .point_subttl .note {
    font-size: 6px;
    bottom: 15px;
  }

  .point_digest_img_wrap {
    margin: 0 auto;

    width: 100%;
    max-width: 580px;
    height: auto;
  }
  .point_subttl {
    font-size: 20px;
  }
  .point_subttl span {
    margin: 0;
    font-size: 15px;
    margin-bottom: 5px;
  }

  .point_txt {
    font-size: 12px;
    line-height: 1.2;
  }
  .point_number.point_number03 {
    top: 0;
    left: 0;
  }
  .point_number,
  .point_number.point_number03 {
    height: 45px;
    top: -5vw;
    left: -3vw;
  }
  .point_digest02_catch {
    width: 60px;
    bottom: unset;
    right: unset;
    left: 4vw;
    top: 9vw;
  }
  .point_digest01_catch {
    left: -12.8vw;
    bottom: unset;
    top: 7vw;
    right: unset;
    width: 18.6vw;
  }
  .point_txt {
    padding: 2vw 0 1vw;
  }

  .movie {
    padding: 35px 40px;
  }
  .movie_container {
    max-width: 100%;
  }

  .movie::before {
    height: 180px;
    top: -179px;
  }

  .movie::after {
    height: 180px;
    bottom: -179px;
    -webkit-clip-path: polygon(0 100%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0 100%, 100% 0%, 100% 100%, 0% 100%);
  }

  .movie_crushstorm_logo {
    width: 250px;
    top: -22vw;
    right: -50px;
  }

  .feature01_box {
    padding: 7vw 4vw 0 10vw;
    width: 75%;
    /* margin: -100vw 0 0; */
  }
  .feature01_content {
    padding: 15vw 0 30vw;
  }

  .feature01_content_deco_ttl {
    right: 35px;

    width: 250px;
    transform: rotate(5deg);
  }

  .point01_logo {
    width: 22vw;
    height: unset;
  }

  .feature_ttl {
    font-size: 30px;
    padding: 4vw 0;
    line-height: 1.2;
    white-space: nowrap;
  }

  .feature_ttl .note {
    font-size: 10px;
  }

  .feature_ttl .small {
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
  }

  .feature_txt {
    font-size: 16px;
  }

  .feature_txt_note {
    font-size: 12px;
    font-weight: 700;
  }

  .feature01_content_inner {
    max-width: 100%;
    margin: 0 auto;
    display: block;
    z-index: 333;
  }

  .feature01_point_img_box {
    width: 52%;
    padding: 4vw 0 0;
    gap: 7px;
  }
  .feature01_img {
    /* position: relative; */
    width: 333px;
    right: -104px;
    top: 100px;
    width: 88vw;
    right: -27.7vw;
    top: 33.6vw;
    margin: 0 auto;
  }

  .feature01_content::before {
    height: 100%;
    width: 50px;
  }

  .feature02 {
    margin: -25vw 0 0;
    margin: -100px 0 0;
  }

  .feature02_content {
    padding: 5vw 0 10vw;
  }
  .feature02_clip {
    -webkit-clip-path: polygon(100% 100%, 0% 95%, 0% 7%, 100% 0%);
    clip-path: polygon(100% 100%, 0% 95%, 0% 7%, 100% 0%);
  }

  .feature02_content_deco_ttl {
    width: 50%;

    width: 250px;
    left: 3vw;

    transform: rotate(5deg);
  }

  .point02_logo {
    width: 22vw;
    height: unset;
  }

  .feature02_box {
    /* padding: 0vw 6vw 0 0; */
    padding: 7vw 9vw 0 4vw;
    z-index: 333;
    width: 54%;
  }
  .feature02_point_img_box {
    width: 100%;
    gap: 7px;
  }
  .feature02_content_inner {
    width: 100%;
    max-width: 100%;
  }

  .feature02_img {
    position: absolute;
    left: -14vw;
    right: 0;
    top: 28vw;
    width: 80%;
    max-width: 480px;
    margin: 0 0 -42vw;
  }
  .feature02_img::after {
    left: 16vw;
    top: 1vw;
    width: 120px;
    height: 120px;
  }

  .feature02_content::before {
    height: 100%;
    width: 50px;
  }

  .feature03 {
    position: relative;
    z-index: 0;
    margin-top: -100px;
  }

  .feature03_content::before {
    height: 100%;
    width: 50px;
    z-index: 5;
  }
  .feature03_content_deco_ttl {
    width: 60%;
    right: 9vw;
    top: -50px;
    width: 250px;

    transform: rotate(-5deg);
  }

  .feature03_img {
    position: absolute;
    width: 75%;
    right: -21vw;
    top: 36vw;
    max-width: 500px;
  }

  .feature03_img::after {
    left: 10vw;
    width: 120px;
    height: 120px;
    top: -5vw;
  }
  .feature03_box {
    padding: 7vw 4vw 0 9vw;
    width: 59%;
  }
  .feature03_box .feature_txt{
    margin: 0 0 10px;
  }
  .feature03_content_inner {
    display: block;
    width: 100%;
    margin: 0 auto;
    z-index: 9;
  }
  .point03_logo {
    width: 22vw;
    height: unset;
  }
  .feature03_point_img_box {
    width: 100%;
    padding: 0vw 0 0;
    gap: 7px;
  }

  .feature03_point_img_box .feature_txt_note {
    text-align: center;
    padding: 0;
    width: 100%;
  }
  .feature03_content {
    padding: 24vw 0;
  }

  .feature04 {
    position: relative;

    margin-top: -100px;
  }

  .feature04_clip {
    -webkit-clip-path: polygon(100% 100%, 0% 96%, 0% 5.2%, 100% 0%);
    clip-path: polygon(100% 100%, 0% 93%, 0% 5.2%, 100% 0%);
  }
  .feature04_content_deco_ttl {
    width: 50%;

    width: 250px;
    top: -25px;
    left: 4vw;
    transform: rotate(5deg);
  }
  .feature04_content_inner {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .feature04_content {
    padding: 14vw 0;
    padding-bottom: 80px;
  }
  .point04_logo {
    width: 22vw;
    height: unset;
  }
  .feature04_box {
    width: 95%;
    padding: 4vw;
    margin: 0 auto;
  }
  .feature04_point_img_box {
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
    padding-bottom: 75px;
  }

  .feature04_point_img_icon {
    bottom: -75px;
    padding-bottom: 0;
  }

  .feature04_box .feature_ttl {
    text-align: center;
    padding-bottom: 16px;
  }

  .feature_ttl .second {
    font-size: 34px;
  }

  .feature_ttl.pl {
    font-size: 30px;
    padding-top: 25px;
    padding-bottom: 15px;
  }

  .feature04_content::before {
    width: 70px;
    width: 50px;
    height: 495px;
  }
  .function_wrap {
    gap: 30px 10px;
    justify-content: space-between;
  }

  .function_box {
    width: calc(25% - 12px);
  }

  .function_box_txt {
    font-size: 15px;
    white-space: nowrap;
    position: relative;
  }

  .function_box_txt .note {
    font-size: 10px;
    position: absolute;
    right: -5px;
    top: 0px;
    font-weight: 700;
  }

  .function_box_txt .en {
    font-size: 12px;
    font-weight: 700;
  }

  .function_box_img {
    /* width: 75px;
    height: 75px; */
    border-radius: 50%;
  }

  .note04 {
    font-size: 70%;
    text-align: right;
  }

  .color {
    margin-top: -100px;
    z-index: 1;
  }
  .color_ttl {
    letter-spacing: 0;
    font-size: 5.6vw;
    padding: 0 0 2vw;
  }
  .color_type {
    width: 120px;
    height: auto;
  }

  .color_sample_box {
    gap: 7px;
  }
  .color_sample {
    width: 18px;
    height: 18px;
  }

  .color_wrap {
    width: 100%;
    max-width: 100%;
    gap: 20px 40px;
    padding: 0;
    justify-content: center;
  }
  .color_box {
    /* width: 30%;
    width: calc(100% / 3 - 10px); */
  }
  .color_box img {
    max-width: 75px;
    margin: 0 auto;
  }
  .color_box .tx {
    padding: 12px 5px;
    max-width: 75px;
    margin: 18px auto 0;
  }

  .color_box .tx .prd {
    font-size: 12px;
  }

  .color_box .color_wh {
    color: #4c4948;
  }

  .color_box .tx .prd span {
    font-size: 9px;
  }
  .color_ttl_area {
    padding: 8vw 0 10vw;
  }
  .color_sample_box {
    margin: 0 auto 2vw;
  }
  .color_container {
    padding: 20vw 0;
    width: 100%;
    margin: 0 auto;
  }

  .color_clip {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 97%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 97%, 0% 100%);
  }

  .specs_dtl {
    margin: 45px auto 0;
  }
  .specs_ttl {
    font-size: 30px;
  }

  .specs_dtl th,
  .specs_dtl td {
    font-size: 17px;
  }

  .specs_dtl th {
    width: 25%;
  }

  .footer_ttl {
    font-size: 30px;
  }
  .footer_cta_wrap {
    width: 100%;

    padding: 4vw 0 0;
    gap: 15px 10px;
  }
  /*
  .footer_cta_wrap .cta_contact_btn {
    width: 45%;
    width: 137px;
    height: 33px;
    font-size: 12px;
    margin: 0;
  }

  .footer_cta_wrap .share_link {
    font-size: 12px;
    width: 100%;
  }

  .footer_cta_wrap .cart_icon {
    width: 17px;
  }

  .footer_cta_wrap .share_icon {
    width: 26px;
  } */
  .footer_wrap {
    padding: 13vw 0 0;
    height: 95vw;
  }
  .footer {
    margin: -10vw 0 0;
    padding: 0;
  }
  .footer_container::after {
    -webkit-clip-path: polygon(0 100%, 100% 25.5%, 100% 100%, 0% 100%);
    clip-path: polygon(0 100%, 100% 25.5%, 100% 100%, 0% 100%);
    height: 75%;
  }
  .footer_wrap::after {
    -webkit-clip-path: polygon(0% 81%, 100% 52%, 0 100%);
    clip-path: polygon(0% 81%, 100% 52%, 0 100%);
  }
  .footer_wrap::before{
    -webkit-clip-path: polygon(0% 0, 0% 0%, 8% 79%, 0% 100%);
    clip-path: polygon(0% 0, 0% 0%, 8% 79%, 0% 100%);
  }
  .footer_crushstorm_logo {
    width: 137px;
    width: 36.5vw;
    bottom: 0px;
  }

  .sticky_btn_box {
    width: 50px;
  }
  .sticky_btn {
    width: 50px;
    height: 50px;
  }
  footer {
    margin: 0;
    padding: 0 0 30vw;
  }
}

/* ─────── 700px以下SPサイズ ─────── */
@media screen and (max-width: 700px) {
  .fv_area {
    width: 100%;
  }
  .fv_area::after {
    -webkit-clip-path: polygon(13% 85%, 100% 75%, 0 100%);
    clip-path: polygon(13% 85%, 100% 75%, 0 100%);
  }

  .fv_area_inner {
    max-width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 15px 230px;
  }

  .fv_logo {
    width: 30vw;
    right: 40vw;
    top: -4vw;
    left: unset;
  }

  .fv_ttl_wrap {
    width: 250px;
    width: 41.6vw;
    height: 42vw;
    margin-left: -20px;
    right: 8px;
  }

  .fv_ttltx {
  }

  .fv_ttl_box {
    /* position: relative; */
    right: unset;
    z-index: 333;
    margin: 0 auto;
    min-height: 249px;
    width: 40%;
    top: 23vw;
    right: 15px;
  }
  .fv_img_box {
    width: 100%;
    top: 27vw;
    position: relative;
    left: -5vw;
    right: 0;
    margin: 0 auto;

    min-height: 700px;
  }

  .fv_main_img {
    margin-left: 0;
    left: 3vw;
    top: -5vw;
  }

  .fv_water_img {
    width: 107%;
    top: 18vw;
    left: -31vw;
  }
  .fv_fruit_img {
    width: 56%;
    top: 7vw;
    right: 29vw;
  }

  .fv_ice0_img {
    width: 28%;
    top: 10vw;
    left: -7vw;
  }

  .fv_ice1_img {
    width: 27%;
    top: 26vw;
    left: 2vw;
  }
  .fv_ice2_img {
    width: 23%;
    top: 44vw;
    right: 38vw;
  }
  .fv_ice3_img {
    width: 27%;
    top: 75vw;
    left: -2vw;
  }

  .section_cta_wrap {
    margin-left: 0;
    width: 230px;
    width: 38vw;
  }

  .section_cta_wrap .prd_ttl {
    font-size: 1rem;
  }

  a.cta_contact_btn,
  .share_link,
  .footer_cta_wrap .share_link {
    font-size: 14px;
  }

  a.cta_contact_btn {
    width: 200px;
  }

  .cart_icon,
  .footer_cta_wrap .cart_icon {
    width: 20px;
  }

  .share_icon,
  .footer_cta_wrap .share_icon {
    width: 30px;
  }

  .footer_cta_wrap .cta_contact_btn {
    width: 200px;
    height: 40px;
    max-width: 40%;
    font-size: 14px;
  }

  .footer_cta_wrap {
    flex-wrap: wrap;
  }

  .footer_cta_wrap .share_link {
    width: 100%;
  }

  .cta_box {
    gap: 10px;
  }

  .point_container {
    min-height: 100vw;
  }

  .point_ttl_box {
    padding: 20px 0;
    right: 20px;
  }
  .point_ttl {
    font-size: min(4vw, 30px);
    padding-bottom: 10px;
  }

  .point_digest01 {
    top: 16vw;
    left: 14vw;
  }

  .point_digest03 {
    top: 52.5vw;
    left: 9.2vw;
  }

  .point_digest04 {
    top: 56vw;
    right: 14.4vw;
  }

  .point_digest01_catch {
    left: -14.8vw;
    top: 8vw;
  }

  .point_digest02_catch {
    width: 60px;
    bottom: unset;
    right: unset;
    left: 5vw;
    top: 11vw;
  }
  .point_number,
  .point_number.point_number03 {
    height: 45px;
    top: -6vw;
    left: -4vw;
  }

  .point_whline {
    left: 50%;
    top: 84px;
    transform: translateX(-50%);
    position: relative;
  }

  .point_whline::after{
        width: 50vw;
    height: 53.333vw;

    top: -2.5vw;
    left: 46%;
  }
  .function_wrap .note04{
    text-align: center;
  }
}

/* ─────── 500px以下SPサイズ ─────── */

@media screen and (max-width: 500px) {
  .fv_area{margin: 0 0 -1px;}
  .fv_area::after {
    -webkit-clip-path: polygon(13% 85%, 100% 79.2%, 0 100%);
    clip-path: polygon(13% 85%, 100% 79.2%, 0 100%);
  }

  .fv_area_inner {
    max-width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 15px 230px;
  }

  .tescom_logo{
    top: 15vw;
  }

  .fv_logo {
    width: 54vw;
    right: 25vw;
    top: -7vw;
    left: unset;
  }

  .fv_ttl_wrap {
    width: 85%;
    width: 190px;
    height: 190px;
    margin-left: -20px;
  }

  .fv_ttltx{
    margin: -5vw auto -1vw;
    width: 100%;
  }

  .fv_ttl_box {
    /* position: relative; */
    right: unset;
    z-index: 333;
    margin: 0 auto;
    min-height: 249px;
    width: 35%;
    width: 155px;
    top: 41vw;
    right: 15px;
  }
  .fv_img_box {
    width: 100%;
    top: 45vw;
    position: relative;
    left: -5vw;
    right: 0;
    margin: 0 auto;
    /* min-height: 108vw; */
    min-height: 500px;
  }

  .fv_main_img {
    margin-left: 0;
    left: 0vw;
    top: -5vw;
    max-width: 70%;
  }

  .fv_water_img {
    max-width: 442px;
    width: 120%;
    top: 25vw;
    left: -35vw;
  }
  .fv_fruit_img {
    width: 65%;
    top: 10vw;
    right: 24vw;
    max-width: 220px;
  }

  .fv_ice0_img {
    width: 40%;
    top: 7vw;
    left: -7vw;
    max-width: 100px;
  }

  .fv_ice1_img {
    width: 40%;
    top: 26vw;
    left: 2vw;
    max-width: 120px;
  }
  .fv_ice2_img {
    width: 34%;
    top: 46vw;
    right: 27vw;
    max-width: 100px;
  }
  .fv_ice3_img {
    width: 30%;
    top: 85vw;
    left: -3vw;
    max-width: 120px;
  }

  .section_cta_wrap {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    gap: 12px 10px;
    padding-top: 10px;
  }

  .section_cta_wrap .prd_ttl {
    font-weight: 700;
    font-size: 2.8vw;
    line-height: 140%;
  }

  a.cta_contact_btn {
    /* margin: 0 auto; */
    width: 100%;
    width: 156px;
    min-width: 156px;
    height: 27px;
    font-size: 12px;
    gap: 9px;
    border-radius: 10px;
  }

  .share_link {
    font-size: 12px;
  }

  .cart_icon {
    width: 16px;
  }

  .share_icon {
    width: 26px;
  }

  .cta_box {
    flex-wrap: wrap;
    background: rgba(255, 255, 255, 0.8);
    padding: 3vw;
    width: 100%;
    gap: 10px 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .cta_box .cta_contact_btn {
    width: 100%;
    min-width: 300px;
    height: 40px;
  }

  .cta_box .share_link {
    width: 100%;
  }
  a.cta_contact_btn {
    margin: 0 auto;
    width: 100%;
    width: 175px;
    min-width: 156px;
    height: 32px;
    font-size: 12px;
    gap: 9px;
    border-radius: 10px;
  }

  .point_container {
    width: 100%;
    max-width: 100%;
    min-height: 110vw;
  }

  .point::after {
    height: 160px;
    top: -159px;
  }

  .point_ttl_box {
    top: 0;
    position: absolute;
    top: -100px;
    text-align: center;
    width: 100%;
    min-width: 148px;
    width: 40%;
    right: 17px;
    padding: 6vw 0 6vw;
  }
  .point_ttl {
    text-align: end;
    line-height: 1.2;
    margin: 0;
    font-size: min(4.5vw, 18px);
    padding-bottom: 5px;
  }
  .point_whline {
    left: 50%;
    top: 100px;
    transform: translateX(-50%);
    position: relative;
  }

  .point_whline::after {
    content: "";
    background-image: url(../images/point_line_sp.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    /* width: 230px;
    height: 221px;
    top: -36px;
    left: 44%; */
    transform: translateX(-40%);

    width: 68vw;
    height: 52vw;
    top: -40px;
    left: 50%;
  }

  .point_digest_img_wrap {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 2;
  }

  .point_digest_img {
    position: absolute;
    width: 35%;
    left: 50%;
    transform: translateX(-40%);
    top: 45px;
  }

  .point_digest01 {
    top: 107px;
    left: 70px;
    position: absolute;
    top: 20vw;
    left: 17vw;
  }

  .point_digest02 {
    top: 105px;
    right: 38px;
    top: 23vw;
    right: 3vw;
    position: absolute;
  }

  .point_digest03 {
    top: 64.5vw;
    left: 12.2vw;
    position: absolute;
  }

  .point_digest04 {
    top: 59vw;
    right: 6vw;
    position: absolute;
  }

  .point_subttl .note {
    font-size: 6px;
    bottom: 15px;
  }

  .point_digest_img_wrap {
    margin: 0 auto;
    width: 100%;
    height: auto;
  }
  .point_subttl {
    font-size: 20px;
    letter-spacing: -1px;
  }
  .point_subttl span {
    margin: 0;
    font-size: 14px;
    margin-bottom: 5px;
  }

  .point_txt {
    font-size: 8px;
    line-height: 1.4;
    letter-spacing: 0;
    font-weight: 600;
  }
  .point_number.point_number03 {
    height: 45px;
    top: -10vw;
    left: -6vw;
  }
  .point_number{
    height: 45px;
    top: -9vw;
    left: -6vw;
  }
  .point_digest02_catch {
    width: 60px;
    bottom: unset;
    right: unset;
    left: 3vw;
    top: 100%;
    z-index: -1;
  }
  .point_digest01_catch {
    left: -17vw;
    bottom: unset;
    top: 11vw;
    right: unset;
    width: 18vw;
  }
  .point_txt {
    padding: 1vw 0 1vw;
  }

  .feature01_point_img_box {
    width: 100%;
    max-width: 160px;
    padding: 4vw 0 0;
    gap: 7px;
  }
  .feature01_img {
    /* position: relative; */
    width: 333px;
    right: -104px;
    top: 100px;
    width: 88vw;
    right: -27.7vw;
    top: 47vw;
    margin: 0 auto;
  }

  .movie::before {
    height: 30vw;
    top: -30vw;
    height: 125px;
    top: -124px;
  }

  .movie::after {
    height: 125px;
    bottom: -124px;
    -webkit-clip-path: polygon(0 100%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0 100%, 100% 0%, 100% 100%, 0% 100%);
  }

  .movie_crushstorm_logo {
    width: 40vw;
    top: -27vw;
    right: -28px;
  }

  .movie{
    padding: 35px 20px
  }

  .feature_ttl {
    font-size: 25px;
    padding: 4vw 0;
    line-height: 1.2;
    white-space: nowrap;
  }

  .feature_ttl .small {
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
  }

  .feature_txt {
    font-size: 14px;
  }

  .feature_ttl .note {
    font-size: 8px;
  }

  .feature_txt_note {
    font-size: 8px;
    font-weight: 600;
  }

  .feature02 .feature_txt{
    line-height: 140%;
  }

  .feature02_point_img_box{
    position: relative;
    top: -7.5vw;
    left: 0;
    transform: translateX(-18%);
    width: 54vw;
  }

  .feature02_img {
    position: absolute;
    left: -37vw;
    right: 0;
    top: 44vw;
    width: 94%;
    max-width: 480px;
    margin: 0 0 -42vw;
    z-index: 444;
  }
  .feature02_img::after {
    left: 42vw;
    top: -20vw;
    width: 25vw;
    height: 25vw;
  }

  .feature03_img {
    position: absolute;
    width: 75%;
    right: -18vw;
    top: 41vw;
    max-width: 500px;
  }

  .feature03_img::after {
    left: 12vw;
    width: 20vw;
    height: 20vw;
    top: -8vw;
  }

  .feature01_content_deco_ttl {
    right: 35px;
    top: 10vw;
    width: 176px;
    transform: rotate(5deg);
  }

  .feature02_content_deco_ttl {
    width: 50%;
    width: 157px;
    left: 3vw;
    top: 7vw;
    transform: rotate(5deg);
  }

  .feature03_content_deco_ttl {
    width: 60%;
    right: 9vw;
    width: 180px;
    top: 4vw;
    transform: rotate(-5deg);
  }

  .feature04_content_deco_ttl {
    width: 50%;
    width: 172px;
    top: 0;
    left: 4vw;
    transform: rotate(5deg);
  }

  .function_wrap{
    gap: 10px;
    justify-content: center;
  }

  .function_box{
    width: calc(48% - 12px);
    gap: 5px 10px;
  }

  .function_box_img {
    width: 125px;
    height: 125px;
    border-radius: 50%;
  }

  .function_box_txt {
    font-size: 12px;
    white-space: nowrap;
    position: relative;
  }

  .function_box_txt .note {
    font-size: 8px;
    position: absolute;
    right: -6px;
    top: -7px;
    font-weight: 700;
  }

  .function_box_txt .en {
    font-size: 10px;
    font-weight: 700;
  }

  .function_wrap .note04{
    font-size: 8px;
    margin: 4vw 0 0;
    text-align: center;
  }

  .feature_ttl .second {
    font-size: 34px;
  }

  .feature_ttl.pl {
    font-size: 24px;
    padding-top: 25px;
    padding-bottom: 15px;
  }
  .color_ttl {
    letter-spacing: 0;
    font-size: 20px;
    padding: 0 0 2vw;
  }
  .specs_ttl {
    font-size: 18px;
  }

  .specs_dtl th,
  .specs_dtl td {
    font-size: 12px;
  }

  .specs_dtl th{
    width: 20%;
  }

  footer{
  padding: 0 0 15vw;
  }

  .footer_ttl {
    font-size: 22px;
  }

  .footer_crushstorm_logo{
    bottom: 2px;
  }

  .footer_cta_wrap .cta_contact_btn {
    width: 45%;
    width: 137px;
    height: 33px;
    font-size: 12px;
    margin: 0;
  }

  .footer_cta_wrap .share_link {
    font-size: 12px;
    width: 100%;
  }

  .footer_cta_wrap .cart_icon {
    width: 17px;
  }

  .footer_cta_wrap .share_icon {
    width: 26px;
  }
}

@media only screen and (max-width: 844px) and (orientation: landscape){
  .fv_img_box{top: 31vw;}
  .fv_ttl_box{top: 29vw;}
  .fv_area_inner{padding: 0 15px 40vw;}
  .fv_area::after{-webkit-clip-path: polygon(13% 85%, 100% 79%, 0 100%);
    clip-path: polygon(13% 85%, 100% 79%, 0 100%);
  }
}