@charset "UTF-8";
/* Hina Mincho */
@font-face {
  font-family: "Hina Mincho";
  src: url("../fonts/Hina_Mincho/HinaMincho-Regular.ttf") format("truetype"); /* 相対パスを適切に調整 */
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/Noto_Sans_JP/NotoSansJP-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/Noto_Sans_JP/NotoSansJP-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/Noto_Sans_JP/NotoSansJP-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/Noto_Sans_JP/NotoSansJP-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
/* Box sizing rules */
/* Box sizingの定義 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
/* デフォルトのpaddingを削除 */
ul[class],
ol[class] {
  padding: 0;
}

/* Remove default margin */
/* デフォルトのmarginを削除 */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

ol,
ul {
  list-style: none;
}

/* Set core body defaults */
/* bodyのデフォルトを定義 */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
/* class属性を持つul、ol要素のリストスタイルを削除 */
ul[class],
ol[class] {
  list-style: none;
}

/* A elements that don't have a class get default styles */
/* classを持たない要素はデフォルトのスタイルを取得 */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
/* img要素の扱いを簡単にする */
img {
  max-width: 100%;
}

/* Natural flow and rhythm in articles by default */
/* article要素内の要素に自然な流れとリズムを定義 */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
/* inputやbuttonなどのフォントは継承を定義 */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
/* 見たくない人用に、すべてのアニメーションとトランジションを削除 */
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
body {
  color: #000000;
  position: relative;
  background: #fff;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  position: relative;
  font-size: 16px;
  line-height: 1.6;
  padding-top: 120px;
}
body.login {
  padding-top: 0;
}
body.toppage {
  padding-top: 0;
}

div::-moz-selection,
p::-moz-selection,
h1::-moz-selection,
h2::-moz-selection,
h3::-moz-selection,
h4::-moz-selection,
h5::-moz-selection,
span::-moz-selection,
dt::-moz-selection,
dd::-moz-selection,
img::-moz-selection,
strong::-moz-selection,
li::-moz-selection,
a::-moz-selection {
  background: rgba(255, 246, 87, .9);
  color: #000;
}

div::selection,
p::selection,
h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection,
span::selection,
dt::selection,
dd::selection,
img::selection,
strong::selection,
li::selection,
a::selection {
  background: rgba(255, 246, 87, .9);
  color: #000;
}

div::-moz-selection,
p::-moz-selection,
h1::-moz-selection,
h2::-moz-selection,
h3::-moz-selection,
h4::-moz-selection,
h5::-moz-selection,
dt::-moz-selection,
dd::-moz-selection,
img::-moz-selection,
span::-moz-selection,
strong::-moz-selection,
li::-moz-selection,
a::-moz-selection {
  background: rgba(255, 246, 87, .9);
  color: #000;
}

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
button,
input,
select,
textarea {
  color: #000000;
  outline: none;
}

button {
  cursor: pointer;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: none;
}

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

a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 990px) {
  a:hover {
    text-decoration: none;
  }
}

p {
  margin: 0 0 1em;
}

label,
select,
input[type=submit] {
  cursor: pointer;
}

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

a:active img.over,
.desktop a:hover img.over {
  cursor: pointer;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
@media only screen and (max-width: 990px) {
  a:active img.over,
  .desktop a:hover img.over {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

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

img[src$=".svg"] {
  width: 100%;
}

address {
  font-style: normal;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: textfield;
  margin: 0;
}

/*
 Container
----------------------------------------------------------- */
.largeContainer {
  overflow: hidden;
}

.pageContainer {
  padding: 0 5% 120px;
}
.pageContainer_inner {
  max-width: 1100px;
  margin: 0 auto;
}

/*
 Header
----------------------------------------------------------- */
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background: #fff;
}
.header_inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 0.5%;
}
.header_logo {
  width: 220px;
}
.scrollOn .header {
  background: #fff;
}

.headerMain {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-pack: end;
      justify-content: end;
}
.headerMain_btnwrap {
  display: -ms-flexbox;
  display: flex;
}

.headerMainNavi {
  display: -ms-flexbox;
  display: flex;
  margin-right: 3%;
}
.headerMainNavi_item a {
  color: #000;
  position: relative;
  font-size: 15px;
  padding: 0 15px;
}
.headerMainNavi_item a:before {
  content: "";
  width: 1px;
  height: 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  background: #000;
}
.scrollOn .headerMainNavi_item a:before {
  background: #000;
}
.headerMainNavi_item:last-child a:after {
  content: "";
  width: 1px;
  height: 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  background: #000;
}

.headerMainCartBtn {
  min-width: 150px;
  margin-right: 1.5%;
}
.headerMainCartBtn button,
.headerMainCartBtn a {
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  font-size: 14px;
  width: 100%;
  border-radius: 10px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #000;
  color: #000;
  transition: background 0.3s;
}
.scrollOn .headerMainCartBtn button,
.scrollOn .headerMainCartBtn a {
  background: #fff;
  border: 1px solid #000;
  color: #000;
}
.scrollOn .headerMainCartBtn button svg,
.scrollOn .headerMainCartBtn a svg {
  fill: #000;
}
.headerMainCartBtn button:active, .desktop .headerMainCartBtn button:hover,
.headerMainCartBtn a:active,
.desktop .headerMainCartBtn a:hover {
  text-decoration: none;
  background: #C40026;
  border: 1px solid #C40026;
  color: #fff;
}
.headerMainCartBtn button:active svg, .desktop .headerMainCartBtn button:hover svg,
.headerMainCartBtn a:active svg,
.desktop .headerMainCartBtn a:hover svg {
  fill: #fff;
}
.headerMainCartBtn svg {
  width: 26px;
  fill: #000;
  margin-right: 5px;
}

.headerMainLogOutBtn {
  min-width: 150px;
}
.headerMainLogOutBtn button {
  display: -ms-flexbox;
  display: flex;
  background: none;
  height: 50px;
  font-size: 14px;
  width: 100%;
  color: #000;
  border: 1px solid #000;
  border-radius: 10px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  transition: background 0.3s;
  -webkit-appearance: none;
}
.headerMainLogOutBtn button:active, .desktop .headerMainLogOutBtn button:hover {
  background: #C40026;
  border: 1px solid #C40026;
  color: #fff;
}
.scrollOn .headerMainLogOutBtn button {
  background: #fff;
  border: 1px solid #000;
  color: #000;
}
.scrollOn .headerMainLogOutBtn button svg {
  fill: #000;
}

.footer {
  padding: 30px 20px 30px;
  margin-top: 80px;
}
.footer_inner {
  max-width: 1100px;
  margin: 0 auto;
}

.footerMain {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: end;
  margin-bottom: 20px;
}
.footerMain_logo {
  width: 240px;
}
.footerMain_data {
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
}
.footerMain .headerMainCartBtn {
  margin-right: 10px;
}
.footerMain .headerMainCartBtn button,
.footerMain .headerMainCartBtn a {
  border: 1px solid #C40026;
  background: #C40026;
  color: #fff;
  -webkit-appearance: none;
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}
@media only screen and (max-width: 990px) {
  .footerMain .headerMainCartBtn button,
  .footerMain .headerMainCartBtn a {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.footerMain .headerMainCartBtn button:active, .desktop .footerMain .headerMainCartBtn button:hover,
.footerMain .headerMainCartBtn a:active,
.desktop .footerMain .headerMainCartBtn a:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media only screen and (max-width: 990px) {
  .footerMain .headerMainCartBtn button:active, .desktop .footerMain .headerMainCartBtn button:hover,
  .footerMain .headerMainCartBtn a:active,
  .desktop .footerMain .headerMainCartBtn a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.footerMain .headerMainCartBtn svg {
  width: 26px;
  fill: #fff !important;
  margin-right: 5px;
}
.footerMain .headerMainLogOutBtn button {
  border: 1px solid #C40026;
  background: #C40026;
  color: #fff;
  -webkit-appearance: none;
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}
@media only screen and (max-width: 990px) {
  .footerMain .headerMainLogOutBtn button {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.footerMain .headerMainLogOutBtn button:active, .desktop .footerMain .headerMainLogOutBtn button:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media only screen and (max-width: 990px) {
  .footerMain .headerMainLogOutBtn button:active, .desktop .footerMain .headerMainLogOutBtn button:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

.footerNavi {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: end;
  margin-bottom: 60px;
}
.footerNavi_item a {
  color: #000;
  position: relative;
  font-size: 15px;
  padding: 0 20px;
  display: inline-block;
}
.footerNavi_item a:before {
  content: "";
  width: 1px;
  height: 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  background: #000;
}
.footerNavi_item:last-child a:after {
  content: "";
  width: 1px;
  height: 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  background: #000;
}

.footerCopy {
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.06em;
}

.menuBtn {
  display: none;
}

/*
 Container
----------------------------------------------------------- */
@media only screen and (max-width: 990px) {
  html {
    font-size: 62.5%;
  }
  body {
    font-size: 16px;
    width: 100%;
    min-width: 320px !important;
    min-height: 0;
    min-height: initial;
    -webkit-text-size-adjust: 100%;
    padding-top: 60px;
  }
  .pageContainer {
    padding: 0 0 60px;
  }
  .pageContainer_inner {
    padding: 0 20px;
  }
  /*
   Header
  ----------------------------------------------------------- */
  .popUpOn .header {
    z-index: 1;
  }
  .header_logo {
    width: auto;
    height: 60px;
    overflow: hidden;
  }
  .header_logo img {
    width: auto;
    height: 90px;
    margin: -15px 0 0 -10px;
  }
  .scrollOn .header {
    background: #fff;
  }
  .headerMain {
    margin-left: auto;
    -ms-flex-align: center;
        align-items: center;
    display: block;
    background: rgba(196, 0, 38, .95);
    height: calc(100vh - 60px);
    position: fixed;
    width: 100%;
    padding: 30px;
    transition: all 0.3s;
    top: -100%;
    opacity: 0;
  }
  .menuOpen .headerMain {
    top: 60px;
    opacity: 1;
  }
  .headerMain_btnwrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .headerMainNavi {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0 30px;
  }
  .headerMainNavi_item {
    width: 100%;
    border-bottom: 1px solid #fff;
  }
  .headerMainNavi_item a {
    font-size: 15px;
    padding: 20px 0;
    position: relative;
    display: block;
    color: #fff;
  }
  .headerMainNavi_item a:after {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    border: solid #fff;
    border-width: 1px 1px 0 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .scrollOn .toppage .headerMainNavi_item a {
    color: #fff;
  }
  .headerMainNavi_item a:before {
    display: none;
  }
  .headerMainNavi_item:last-child a:after {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    border: solid #fff;
    border-width: 1px 1px 0 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    background: none !important;
  }
  .headerMainCartBtn {
    min-width: 150px;
    margin-right: 20px;
  }
  .scrollOn .headerMainCartBtn button,
  .scrollOn .headerMainCartBtn a {
    background: none;
    border: 1px solid #fff;
    color: #fff;
  }
  .scrollOn .headerMainCartBtn button svg,
  .scrollOn .headerMainCartBtn a svg {
    fill: #fff;
  }
  .headerMainLogOutBtn {
    min-width: 150px;
  }
  .headerMainLogOutBtn button {
    background: none;
    color: #fff;
    border: 1px solid #fff;
  }
  .scrollOn .headerMainLogOutBtn button {
    background: none;
    color: #fff;
    border: 1px solid #fff;
  }
  .footer {
    padding: 40px 20px 20px;
    margin-top: 40px;
  }
  .footerMain {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: end;
    margin-bottom: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footerMain_logo {
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
  }
  .footerMain_logo img {
    width: 180px;
  }
  .footerMain_data {
    margin-left: 0;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .footerMain .headerMainCartBtn {
    margin-right: 10px;
  }
  .footerMain .headerMainCartBtn button,
  .footerMain .headerMainCartBtn a {
    border: 1px solid #C40026;
    background: #C40026;
    color: #fff;
    -webkit-appearance: none;
  }
  .footerMain .headerMainCartBtn svg {
    width: 26px;
    fill: #fff !important;
    margin-right: 5px;
  }
  .footerMain .headerMainLogOutBtn button {
    border: 1px solid #C40026;
    background: #C40026;
    color: #fff;
    -webkit-appearance: none;
    transition: opacity 0.2s ease-in-out;
    cursor: pointer;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@media only screen and (max-width: 990px) and (max-width: 990px) {
  .footerMain .headerMainLogOutBtn button {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@media only screen and (max-width: 990px) {
  .footerMain .headerMainLogOutBtn button:active, .desktop .footerMain .headerMainLogOutBtn button:hover {
    text-decoration: none;
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
}
@media only screen and (max-width: 990px) and (max-width: 990px) {
  .footerMain .headerMainLogOutBtn button:active, .desktop .footerMain .headerMainLogOutBtn button:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@media only screen and (max-width: 990px) {
  .footerNavi {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: start;
        justify-content: start;
    margin-bottom: 40px;
  }
  .footerNavi_item {
    margin-bottom: 5px;
  }
  .footerNavi_item a {
    position: relative;
    font-size: 15px;
    padding: 0 20px;
    display: inline-block;
  }
  .footerNavi_item a:before {
    content: "";
    width: 1px;
    height: 15px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
  }
  .footerNavi_item:last-child a:after {
    content: "";
    width: 1px;
    height: 15px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
  }
  .footerCopy {
    text-align: center;
    font-size: 13px;
    letter-spacing: 0.06em;
  }
  .menuBtn {
    position: fixed;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    z-index: 800000;
    cursor: pointer;
    display: block;
    overflow: hidden;
  }
  .popUpOn .menuBtn {
    z-index: 2;
  }
  .menuBtn,
  .menuBtn span {
    display: block;
    transition: all 0.3s;
    transition-timing-function: cubic-bezier(0, 1.01, 0.47, 1);
    cursor: pointer;
  }
  .menuBtn span {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 30px;
    height: 1px;
    border-radius: 100px;
    background-color: #000;
  }
  .scrollOn .toppage .menuBtn span {
    background-color: #000;
  }
  .menuBtn span:nth-of-type(1) {
    top: 20px;
  }
  .menuOpen .menuBtn span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
            transform: translateY(10px) rotate(-45deg);
  }
  .menuBtn span:nth-of-type(2) {
    top: 30px;
  }
  .menuOpen .menuBtn span:nth-of-type(2) {
    opacity: 0;
  }
  .menuBtn span:nth-of-type(3) {
    bottom: 20px;
  }
  .menuOpen .menuBtn span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
            transform: translateY(-10px) rotate(45deg);
  }
}
/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - https://opensource.org/licenses/MIT
 *
 * Copyright (c) 2021 Animate.css
 */

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

.animate__animated.animate__infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animate__animated.animate__repeat-1 {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.animate__animated.animate__repeat-2 {
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
}

.animate__animated.animate__repeat-3 {
  -webkit-animation-iteration-count: 3;
  animation-iteration-count: 3;
  -webkit-animation-iteration-count: 3;
  animation-iteration-count: 3;
}

.animate__animated.animate__delay-05s {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-delay: 1s/2;
  animation-delay: 1s/2;
}

.animate__animated.animate__delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animate__animated.animate__delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animate__animated.animate__delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animate__animated.animate__delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animate__animated.animate__delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animate__animated.animate__faster {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.animate__animated.animate__fast {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
}

.animate__animated.animate__slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animate__animated.animate__slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media print, (prefers-reduced-motion: reduce) {
  .animate__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;
  }
  .animate__animated[class*=Out] {
    opacity: 0;
  }
}
/* Attention seekers  */
@-webkit-keyframes bounce {
  from, 20%, 53%, 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);
    -webkit-transform: translate3d(0, 0, 0);
    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);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  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);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
@keyframes bounce {
  from, 20%, 53%, 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);
    -webkit-transform: translate3d(0, 0, 0);
    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);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  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);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
.animate__bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  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;
  }
}
.animate__flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

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

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

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

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

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.animate__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% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.animate__swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

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

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

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

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

/* Back entrances */
@-webkit-keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInDown {
  -webkit-animation-name: backInDown;
  animation-name: backInDown;
}

@-webkit-keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInLeft {
  -webkit-animation-name: backInLeft;
  animation-name: backInLeft;
}

@-webkit-keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInRight {
  -webkit-animation-name: backInRight;
  animation-name: backInRight;
}

@-webkit-keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInUp {
  -webkit-animation-name: backInUp;
  animation-name: backInUp;
}

/* Back exits */
@-webkit-keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutDown {
  -webkit-animation-name: backOutDown;
  animation-name: backOutDown;
}

@-webkit-keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutLeft {
  -webkit-animation-name: backOutLeft;
  animation-name: backOutLeft;
}

@-webkit-keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutRight {
  -webkit-animation-name: backOutRight;
  animation-name: backOutRight;
}

@-webkit-keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutUp {
  -webkit-animation-name: backOutUp;
  animation-name: backOutUp;
}

/* Bouncing entrances  */
@-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;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 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;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -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;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    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;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__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;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    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;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__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;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    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;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__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;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    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;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

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

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

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

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

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

/* Fading entrances  */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animate__fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

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

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

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

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

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

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

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 60%, 0);
    transform: translate3d(0, 60%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
    transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
}
.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

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

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

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

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

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

/* Fading exits */
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.animate__fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

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

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

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

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

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

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

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

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

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

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

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

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

/* Flippers */
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    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% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    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% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    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% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    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 {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    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 {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    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% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    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% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    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% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    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 {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    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;
  }
}
.animate__animated.animate__flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

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

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

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.animate__flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -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 {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.animate__flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__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;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.animate__rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

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

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 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;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    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;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 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;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    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);
  }
}
.animate__zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 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;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    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;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 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;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    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);
  }
}
.animate__zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 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;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    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;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 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;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    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);
  }
}
.animate__zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 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;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    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;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 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;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    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);
  }
}
.animate__zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

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

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    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;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 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 zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    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;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 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);
  }
}
.animate__zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

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

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

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    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;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 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 zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    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;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 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);
  }
}
.animate__zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

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

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

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

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

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

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

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

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

.js-move-box,
.js-move-box02 {
  visibility: hidden;
  opacity: 0;
}

.spPic {
  display: none;
}

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

.commonTitle {
  text-align: center;
  font-family: "Hina Mincho", serif;
  font-size: 58px;
  letter-spacing: 0.04em;
  font-weight: normal;
}
.commonTitle:first-letter {
  color: #C40026;
}
.commonTitle-left {
  text-align: left;
}

.commonSubTitle {
  text-align: center;
  letter-spacing: 0.08em;
  margin-bottom: 30px;
}
.commonSubTitle-left {
  text-align: left;
}
.commonSubTitle strong {
  color: #C40026;
}

.subPageTitle {
  margin-bottom: 100px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  padding: 0 20px;
}
.subPageTitle-mb0 {
  margin-bottom: 0;
}
.subPageTitle-static:after {
  display: none;
}
.subPageTitle:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
  position: absolute;
  top: 0;
  left: 0;
}
.subPageTitle_inner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 250px;
}

.subPageTitleMain_logo {
  width: 262px;
}
.subPageTitleMain_logo svg {
  fill: #fff;
}
.subPageTitleMain_title {
  color: #fff;
  font-size: 30px;
  letter-spacing: 0.12em;
  font-weight: bold;
}
.subPageTitleMain_jp {
  color: #fff;
  font-family: "Hina Mincho", serif;
  font-size: 37px;
  letter-spacing: 0.08em;
  line-height: 1;
  margin-bottom: 10px;
}
.subPageTitleMain_en {
  color: #fff;
  font-family: "Hina Mincho", serif;
  font-size: 24px;
  letter-spacing: 0.08em;
  line-height: 1;
  position: relative;
  padding-left: 25px;
}
.subPageTitleMain_en:before {
  content: "";
  width: 14px;
  height: 3px;
  background: #fff;
  position: absolute;
  top: 12px;
  left: 0;
}

.subPageTitleCart {
  background: #FDF5F7;
  margin-bottom: 100px;
  padding: 0 20px;
}
.subPageTitleCart_inner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 250px;
}

.subPageTitleCartMain_logo {
  width: 262px;
}
.subPageTitleCartMain_logo svg {
  fill: #fff;
}
.subPageTitleCartMain_title {
  font-size: 30px;
  letter-spacing: 0.12em;
  font-weight: 500;
  color: #C40026;
  margin-bottom: 40px;
}
.subPageTitleCartMain_title-mb0 {
  margin-bottom: 0;
}
.subPageTitleCartMain_text {
  font-size: 17px;
  letter-spacing: 0.12em;
}

.pagerNavi {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.pagerNavi_before {
  background: #858686;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  margin-right: 10px;
  position: relative;
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}
@media only screen and (max-width: 990px) {
  .pagerNavi_before {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.pagerNavi_before:active, .desktop .pagerNavi_before:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media only screen and (max-width: 990px) {
  .pagerNavi_before:active, .desktop .pagerNavi_before:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.pagerNavi_before:after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 13px;
  margin: auto;
  border: solid #fff;
  border-width: 0 0 1px 1px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.pagerNavi_next {
  background: #858686;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  margin-left: 10px;
  position: relative;
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}
@media only screen and (max-width: 990px) {
  .pagerNavi_next {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.pagerNavi_next:active, .desktop .pagerNavi_next:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media only screen and (max-width: 990px) {
  .pagerNavi_next:active, .desktop .pagerNavi_next:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.pagerNavi_next:after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 13px;
  margin: auto;
  border: solid #fff;
  border-width: 1px 1px 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.pagerNavi_num {
  color: #858686;
  font-size: 20px;
  font-weight: 700;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 5px;
  font-weight: bold;
  width: 32px;
}
.pagerNavi_num.active {
  background: #c40026;
  color: #fff;
  border-radius: 100px;
}
.pagerNavi_separate {
  color: #858686;
  font-size: 20px;
  display: inline-block;
  margin: 0 5px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  font-weight: bold;
  width: 32px;
}

.commonTextBox {
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.06em;
  margin-bottom: 80px;
}
.commonTextBox-red {
  color: #C40026;
}
.commonTextBox-center {
  text-align: center;
  padding: 60px 0 0;
  line-height: 2.4;
}

.privacyMain_list {
  margin-bottom: 60px;
}
.privacyMain_list dt {
  border-bottom: 1px solid #C40026;
  font-size: 23px;
  letter-spacing: 0.02em;
  margin-bottom: 25px;
  padding-bottom: 15px;
}
.privacyMain_list dd {
  font-size: 16px;
  line-height: 2.4;
  letter-spacing: 0.06em;
}
.privacyMain_text {
  font-size: 16px;
  line-height: 2.4;
  letter-spacing: 0.06em;
  margin-bottom: 40px;
}
.privacyMain_text-right {
  text-align: right;
}

.kiyakuMain table {
  border: 1px solid #C40026;
  border-collapse: collapse;
  width: 100%;
}
.kiyakuMain table th {
  width: 20%;
  text-align: left;
  font-weight: normal;
  background: #FEFBFC;
}
.kiyakuMain table th,
.kiyakuMain table td {
  border: 1px solid #C40026;
  padding: 20px;
}

@media only screen and (max-width: 990px) {
  .spBr {
    display: block;
  }
  .pcPic {
    display: none;
  }
  .spPic {
    display: inline-block;
  }
  .commonTitle {
    font-size: 30px;
  }
  .commonSubTitle {
    margin-bottom: 20px;
    font-size: 13px;
  }
  .subPageTitle {
    margin-bottom: 30px;
  }
  .subPageTitle_inner {
    height: 220px;
    -ms-flex-align: start;
        align-items: start;
    padding-top: 55px;
    width: 100%;
  }
  .subPageTitleMain {
    width: 100%;
  }
  .subPageTitleMain_logo {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .subPageTitleMain_logo img {
    width: 80%;
  }
  .subPageTitleMain_title {
    font-size: 13px;
    text-align: center;
  }
  .subPageTitleMain_jp {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .subPageTitleMain_en {
    font-size: 18px;
    letter-spacing: 0.08em;
    line-height: 1;
    position: relative;
    padding-left: 25px;
  }
  .subPageTitleMain_en:before {
    width: 12px;
    height: 2px;
    top: 10px;
  }
  .subPageTitleCart {
    margin-bottom: 30px;
    padding: 0 20px;
  }
  .subPageTitleCart_inner {
    height: 220px;
    -ms-flex-align: start;
        align-items: start;
    padding-top: 55px;
    width: 100%;
  }
  .subPageTitleCartMain {
    width: 100%;
  }
  .subPageTitleCartMain_logo {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .subPageTitleCartMain_logo img {
    width: 80%;
  }
  .subPageTitleCartMain_title {
    font-size: 12px;
    text-align: center;
    margin-bottom: 15px;
  }
  .subPageTitleCartMain_title-mb0 {
    margin-bottom: 0;
  }
  .subPageTitleCartMain_text {
    font-size: 12px;
    letter-spacing: 0.08em;
    text-align: center;
  }
  .pagerNavi_before {
    width: 34px;
    height: 34px;
    margin-right: 5px;
  }
  .pagerNavi_before:after {
    width: 8px;
    height: 8px;
    right: 11px;
  }
  .pagerNavi_next {
    width: 34px;
    height: 34px;
    margin-left: 5px;
  }
  .pagerNavi_next:after {
    width: 8px;
    height: 8px;
    left: 11px;
  }
  .pagerNavi_num {
    font-size: 18px;
    margin: 0 10px;
  }
  .pagerNavi_separate {
    font-size: 18px;
    margin: 0 10px;
  }
  .commonTextBox {
    font-size: 16px;
    margin-bottom: 40px;
  }
  .commonTextBox-center {
    padding: 30px 0 0;
  }
  .privacyMain_list {
    margin-bottom: 40px;
  }
  .privacyMain_list dt {
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .privacyMain_list dd {
    font-size: 14px;
    line-height: 2.2;
  }
  .privacyMain_text {
    font-size: 14px;
    line-height: 2.2;
    margin-bottom: 30px;
  }
  .kiyakuMain table {
    display: block;
    border: none;
  }
  .kiyakuMain table tbody,
  .kiyakuMain table tr,
  .kiyakuMain table th,
  .kiyakuMain table td {
    display: block;
  }
  .kiyakuMain table th {
    width: 100%;
    text-align: left;
    font-weight: normal;
    background: #FEFBFC;
  }
  .kiyakuMain table th,
  .kiyakuMain table td {
    border: 1px solid #C40026;
    padding: 15px 20px;
    margin-top: -1px;
  }
  .kiyakuMain table th br {
    display: none;
  }
}
.topMainV {
  background: #C40026;
  position: relative;
  overflow: hidden;
}
.topMainV_scroll {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background: #C40026;
  width: 500px;
  height: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin: auto;
  border-radius: 20px 20px 0 0;
  color: #fff;
  letter-spacing: 0.06em;
  padding-bottom: 10px;
  z-index: 90;
}
.topMainV_scroll:after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  bottom: 20px;
  right: 0;
  left: 0;
  margin: auto;
  border: solid #fff;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.topMainVMain {
  position: relative;
}
.topMainVMain_item {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 850px;
}
.topMainVMain_inner {
  max-width: 1100px;
  margin: 0 auto;
}
.topMainVMain_inner-wrap {
  height: 850px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
}
.topMainVMain_logo {
  margin-bottom: 160px;
}
.topMainVMain_logo img {
  width: auto;
  height: 110px;
}
.topMainVMain_logo02 {
  margin-bottom: 100px;
}
.topMainVMain_logo02 img {
  width: auto;
  height: 66px;
}
.topMainVMain_text {
  font-size: 25px;
  color: #fff;
  letter-spacing: 0.2em;
  font-weight: 400;
}
.topMainVMain_text02 {
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.06em;
  font-weight: 400;
  padding-top: 20px;
}
.topMainVMain_btn {
  padding-top: 30px;
}
.topMainVMain_btn a {
  position: relative;
  background: #fff;
  border-radius: 100px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, .5);
  width: 200px;
  height: 60px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: "Hina Mincho", serif;
  font-size: 17px;
  letter-spacing: 0.08em;
  -ms-flex-align: center;
      align-items: center;
  padding-left: 30px;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.topMainVMain_btn a:after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  border: solid #000;
  border-width: 1px 1px 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.topMainVMain_btn a:active, .desktop .topMainVMain_btn a:hover {
  text-decoration: none;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.topMainVMain .swiper-button-disabled {
  display: none !important;
}
.topMainVMain_prev {
  position: absolute;
  top: 50%;
  left: 1.5%;
  z-index: 10;
  width: 60px;
  height: 60px;
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}
@media only screen and (max-width: 990px) {
  .topMainVMain_prev {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.topMainVMain_prev:active, .desktop .topMainVMain_prev:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media only screen and (max-width: 990px) {
  .topMainVMain_prev:active, .desktop .topMainVMain_prev:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.topMainVMain_next {
  position: absolute;
  top: 50%;
  right: 1.5%;
  z-index: 10;
  width: 60px;
  height: 60px;
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}
@media only screen and (max-width: 990px) {
  .topMainVMain_next {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.topMainVMain_next:active, .desktop .topMainVMain_next:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media only screen and (max-width: 990px) {
  .topMainVMain_next:active, .desktop .topMainVMain_next:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.topMainVMain .swiper-pagination {
  position: absolute;
  z-index: 200;
  bottom: 30px !important;
}
.topMainVMain .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 1 !important;
}
.topMainVMain .swiper-pagination .swiper-pagination-bullet-active {
  background: #C40026 !important;
}
.topMainVMain_onePic img {
  width: 100%;
}

.topConceptSec {
  position: relative;
  padding: 150px 0;
}
.topConceptSec_inner {
  max-width: 750px;
  margin: 0 auto;
  position: relative;
  z-index: 19;
}
.topConceptSec_pic01 {
  position: absolute;
  top: -120px;
  right: -5%;
  width: 34%;
  max-width: 580px;
  z-index: 4;
}
.topConceptSec_pic02Sp {
  display: none;
}
.topConceptSec_pic02 {
  position: absolute;
  top: 45%;
  left: -5%;
  z-index: 4;
  width: 34%;
  max-width: 620px;
}

.topConceptPointBox {
  border: 3px solid #C40026;
  border-radius: 10px;
  text-align: center;
  padding: 1.5em 0;
  font-size: 16px;
  letter-spacing: 0.08em;
  background: #fff;
  max-width: 500px;
  margin: 0 auto 100px;
}
.topConceptPointBox_name {
  margin-bottom: 10px;
  font-weight: 600;
}
.topConceptPointBox_data {
  font-weight: 300;
}
.topConceptPointBox_data strong {
  color: #C40026;
}

.topConceptSecMain {
  margin-bottom: 60px;
}
.topConceptSecMain_logo {
  text-align: center;
  margin-bottom: 60px;
}
.topConceptSecMain_logo img {
  width: 370px;
}
.topConceptSecMain_text {
  font-size: 16px;
  line-height: 2.4;
}

.topNewsSec {
  text-align: center;
}
.topNewsSec_more a {
  position: relative;
  background: #fff;
  border-radius: 100px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, .5);
  width: 200px;
  height: 60px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: "Hina Mincho", serif;
  font-size: 17px;
  letter-spacing: 0.08em;
  -ms-flex-align: center;
      align-items: center;
  padding-left: 30px;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.topNewsSec_more a:after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  border: solid #000;
  border-width: 1px 1px 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.topNewsSec_more a:active, .desktop .topNewsSec_more a:hover {
  text-decoration: none;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.topNewsSecMain {
  margin-bottom: 60px;
}
.topNewsSecMain_list {
  border-bottom: 1px solid #C40026;
  display: -ms-flexbox;
  display: flex;
  gap: 2%;
  padding: 25px 0;
}
.topNewsSecMain_list:first-child {
  border-top: 1px solid #C40026;
}
.topNewsSecMain_list dt {
  color: #C40026;
  font-weight: 500;
  width: 200px;
  text-align: left;
}
.topNewsSecMain_list dd {
  -ms-flex: 1;
      flex: 1;
  font-weight: 400;
  text-align: left;
}
.topNewsSecMain_cat {
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #fff;
  background: #958340;
  font-size: 16px;
  border-radius: 100px;
  margin-left: 10px;
  min-width: 94px;
  height: 28px;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.topNewsSecMain_cat-01 {
  background: #958340;
}
.topNewsSecMain_cat-02 {
  background: #70ab40;
}
.topNewsSecMain_cat-03 {
  background: #70ab40;
}
.topNewsSecMain_cat-04 {
  background: #4789aa;
}
.topNewsSecMain_news {
  background: #c40026;
  color: #fff;
  font-size: 15px;
  border-radius: 100px;
  min-width: 58px;
  height: 26px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin-left: 4px;
}

.keyWordSec {
  padding: 40px 0;
  position: relative;
}
.keyWordSec-mb {
  margin-bottom: 100px;
}
.keyWordSec_icon {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 24px;
}
.keyWordSec .commonTitle {
  font-size: 25px;
}
.keyWordSec .commonSubTitle {
  font-size: 16px;
}

.keyWordSecMain {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.keyWordSecMain_input {
  margin-right: 10px;
}
.keyWordSecMain_input input {
  border: 1px solid #C40026;
  border-radius: 5px;
  padding: 10px;
  height: 50px;
  width: 290px;
  -webkit-appearance: none;
}
.keyWordSecMain_btn button,
.keyWordSecMain_btn a {
  background: #C40026;
  border: none;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: #fff;
  height: 50px;
  border-radius: 5px;
  padding: 0 15px;
  letter-spacing: 0.1em;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-appearance: none;
}
.keyWordSecMain_btn button:active, .desktop .keyWordSecMain_btn button:hover,
.keyWordSecMain_btn a:active,
.desktop .keyWordSecMain_btn a:hover {
  text-decoration: none;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.keyWordSecMain_btn button img,
.keyWordSecMain_btn a img {
  width: 10px;
  margin-right: 5px;
}

.topSceneSec {
  border: solid #000;
  border-width: 1px 0 0;
  padding: 100px 0;
  position: relative;
}
.topSceneSec_icon {
  position: absolute;
  top: 0;
  width: 24px;
}
.topSceneSec_inner {
  max-width: 1100px;
  margin: 0 auto;
}

.sceneMain {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.sceneMain::after {
  content: "";
  display: block;
  width: 32%;
}
.sceneMain_item {
  width: 32%;
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}
.sceneMain_item:after {
  display: none;
}
.sceneMain_item:active, .desktop .sceneMain_item:hover {
  border-radius: 10px;
}
.sceneMain_item:active:after, .desktop .sceneMain_item:hover:after {
  background: rgba(196, 0, 38, .9);
}
.sceneMain_item:active .sceneMain_pic-inner, .desktop .sceneMain_item:hover .sceneMain_pic-inner {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.sceneMain_pic-inner {
  padding-top: 75%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transition: all 0.2s ease-in-out;
}
.sceneMain_title {
  position: absolute;
  top: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  height: 100%;
  z-index: 5;
  color: #fff;
  font-size: 25px;
  letter-spacing: 0.12em;
}
.sceneMain_no {
  position: absolute;
  top: 15px;
  left: 15px;
  color: #fff;
  font-family: "Hina Mincho", serif;
  font-size: 25px;
  letter-spacing: 0.1em;
  line-height: 1;
  z-index: 10;
}
.sceneMain_no:after {
  content: "";
  width: 1px;
  height: 50px;
  position: absolute;
  bottom: -30px;
  right: -5px;
  background: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.sceneSubBtn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.sceneSubBtn::before {
  content: "";
  display: block;
  width: 23%;
  -ms-flex-order: 1;
      order: 1;
}
.sceneSubBtn::after {
  content: "";
  display: block;
  width: 23%;
}
.sceneSubBtn_item {
  width: 23%;
  margin-bottom: 20px;
  background: #efefef;
  padding: 30px;
  transition: background 0.4s;
  font-size: 18px;
  letter-spacing: 0.12em;
  position: relative;
}
.sceneSubBtn_item:after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  border: solid #000;
  border-width: 1px 1px 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.sceneSubBtn_item:active, .desktop .sceneSubBtn_item:hover {
  color: #fff;
  text-decoration: none;
  background: #C40026;
}
.sceneSubBtn_item:active:after, .desktop .sceneSubBtn_item:hover:after {
  border: solid #fff;
  border-width: 1px 1px 0 0;
}

.topCategory {
  border: solid #000;
  border-width: 1px 0 0;
  padding: 100px 0;
  position: relative;
}
.topCategory_icon {
  position: absolute;
  top: 0;
  width: 24px;
}
.topCategory_inner {
  max-width: 1100px;
  margin: 0 auto;
}

.topCategoryMain {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  display: -ms-flexbox;
  display: flex;
}
.topCategoryMain-three::before {
  display: none;
}
.topCategoryMain-three::after {
  width: 32%;
}
.topCategoryMain-three .topCategoryMain_item {
  width: 32%;
}
.topCategoryMain::before {
  content: "";
  display: block;
  width: 24%;
  -ms-flex-order: 1;
      order: 1;
}
.topCategoryMain::after {
  content: "";
  display: block;
  width: 24%;
}
.topCategoryMain_item {
  width: 24%;
  position: relative;
  margin-bottom: 15px;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}
.js-more-item-box .topCategoryMain_item {
  display: none;
}
.topCategoryMain_item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: background 0.4s;
}
.topCategoryMain_item:active, .desktop .topCategoryMain_item:hover {
  border-radius: 10px;
}
.topCategoryMain_item:active .topCategoryMain_title, .desktop .topCategoryMain_item:hover .topCategoryMain_title {
  opacity: 1;
}
.topCategoryMain_item:active:after, .desktop .topCategoryMain_item:hover:after {
  background: rgba(0, 0, 0, .4);
}
.topCategoryMain_item:active img, .desktop .topCategoryMain_item:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.topCategoryMain_item img {
  transition: all 0.2s ease-in-out;
}
.topCategoryMain_title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: #fff;
  z-index: 5;
  font-size: 18px;
  letter-spacing: 0.12em;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  text-align: center;
}

.topAboutSec {
  border: solid #000;
  border-width: 1px 0 0;
  padding: 100px 0;
  position: relative;
}
.topAboutSec_icon {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 24px;
}
.topAboutSec_inner {
  max-width: 1100px;
  margin: 0 auto;
}
.topAboutSec_spPic, .topAboutSec_spPic02 {
  display: none;
}

.topFaqSec {
  background: #f3f3f3;
  padding: 100px 0;
  position: relative;
}
.topFaqSec_inner {
  max-width: 1100px;
  margin: 0 auto;
}

.faqSecMain_item {
  margin-bottom: 40px;
}
.faqSecMain_wrapItem {
  margin-bottom: 30px;
}
.faqSecMain_q {
  margin-left: 50px;
  letter-spacing: 0.13em;
  border-bottom: 1px dashed #000;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
  font-weight: 600;
}
.faqSecMain_q:before {
  content: "Q";
  font-family: "Hina Mincho", serif;
  font-size: 44px;
  position: absolute;
  line-height: 1;
  top: -20px;
  left: -50px;
  font-weight: 400;
}
.faqSecMain_a {
  margin-left: 50px;
  letter-spacing: 0.13em;
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
  font-weight: 400;
}
.faqSecMain_a:before {
  content: "A";
  font-family: "Hina Mincho", serif;
  font-size: 44px;
  position: absolute;
  line-height: 1;
  top: -15px;
  left: -50px;
  color: #C40026;
  font-weight: 400;
}
.faqSecMain_cattitle {
  position: relative;
  background: #C40026;
  color: #fff;
  padding: 10px 15px;
  font-size: 18px;
  margin-bottom: 40px;
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}
@media only screen and (max-width: 990px) {
  .faqSecMain_cattitle {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.faqSecMain_cattitle:active, .desktop .faqSecMain_cattitle:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media only screen and (max-width: 990px) {
  .faqSecMain_cattitle:active, .desktop .faqSecMain_cattitle:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.faqSecMain_cattitle:after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 16px;
  right: 15px;
  margin: auto;
  border: solid #fff;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.faqSecMain_cattitle.active:after {
  top: 22px;
  border: solid #fff;
  border-width: 1px 0 0 1px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.faqSecMain_catmain {
  display: none;
}

.topTopicsSec {
  padding: 100px 0 40px;
  position: relative;
}
.topTopicsSec-bgcolor {
  background: #f3f3f3;
  margin-bottom: -80px;
}
.topTopicsSec_inner {
  max-width: 1100px;
  margin: 0 auto;
}
.topTopicsSec_title {
  margin-bottom: 50px;
}
.topTopicsSec_title img {
  width: 490px;
}

.topTopicsSecItem {
  height: 250px;
  margin-bottom: 50px;
  padding: 30px;
  position: relative;
}
.topTopicsSecItem_title {
  font-size: 38px;
  letter-spacing: 0.08em;
  color: #fff;
  font-family: "Hina Mincho", serif;
  line-height: 1;
  margin-bottom: 10px;
}
.topTopicsSecItem_subtitle {
  font-size: 24px;
  letter-spacing: 0.08em;
  color: #fff;
  font-family: "Hina Mincho", serif;
  position: relative;
  padding-left: 30px;
  line-height: 1;
  margin-left: 20px;
  margin-bottom: 60px;
}
.topTopicsSecItem_subtitle:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #fff;
  width: 20px;
  height: 4px;
}
.topTopicsSecItem_text {
  color: #fff;
}
.topTopicsSecItem_more {
  position: absolute;
  background: #fff;
  border-radius: 100px;
  right: 30px;
  bottom: 30px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, .5);
  width: 200px;
  height: 60px;
  display: -ms-flexbox;
  display: flex;
  font-family: "Hina Mincho", serif;
  font-size: 17px;
  letter-spacing: 0.08em;
  -ms-flex-align: center;
      align-items: center;
  padding-left: 30px;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.topTopicsSecItem_more:after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  border: solid #000;
  border-width: 1px 1px 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.topTopicsSecItem_more:active, .desktop .topTopicsSecItem_more:hover {
  text-decoration: none;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.topPcPic {
  text-align: center;
}
.topPcPic img {
  width: 100%;
}

.priceSubBtn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.priceSubBtn::after {
  content: "";
  display: block;
  width: 32%;
}
.priceSubBtn_item {
  width: 32%;
  margin-bottom: 20px;
  background: #efefef;
  padding: 30px;
  transition: background 0.4s;
  font-size: 18px;
  letter-spacing: 0.12em;
  position: relative;
  text-align: center;
}
.priceSubBtn_item:after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  border: solid #000;
  border-width: 1px 1px 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.priceSubBtn_item:active, .desktop .priceSubBtn_item:hover {
  color: #fff;
  text-decoration: none;
  background: #C40026;
}
.priceSubBtn_item:active:after, .desktop .priceSubBtn_item:hover:after {
  border: solid #fff;
  border-width: 1px 1px 0 0;
}

.topStorySec {
  padding: 0 0 100px;
  position: relative;
}
.topStorySec_inner {
  max-width: 1100px;
  margin: 0 auto;
}

.catalogMoreBtn {
  text-align: center;
  padding-top: 60px;
}
.catalogMoreBtn button {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #C40026;
  width: 250px;
  height: 60px;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  border: none;
  padding: 0;
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}
@media only screen and (max-width: 990px) {
  .catalogMoreBtn button {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.catalogMoreBtn button:active, .desktop .catalogMoreBtn button:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media only screen and (max-width: 990px) {
  .catalogMoreBtn button:active, .desktop .catalogMoreBtn button:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.catalogMoreBtn button img {
  width: 37px;
}

.topServiceSec {
  border: solid #000;
  border-width: 1px 0 0;
  padding: 100px 0;
  position: relative;
}
.topServiceSec_icon {
  position: absolute;
  top: 0;
  width: 24px;
}
.topServiceSec_inner {
  max-width: 1100px;
  margin: 0 auto;
}

.topServicePoint {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 5%;
  margin-bottom: 60px;
}
.topServicePoint_item {
  width: 30%;
  box-shadow: 0 0 15px rgba(0, 0, 0, .1);
  padding: 40px 0;
  border-radius: 10px;
}
.topServicePoint_list dt {
  text-align: center;
  font-family: "Hina Mincho", serif;
  font-size: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  line-height: 1;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 15px;
  letter-spacing: 0.05em;
}
.topServicePoint_list dt:after {
  content: "";
  width: 35px;
  height: 3px;
  background: #d6d7d7;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.topServicePoint_list dt strong {
  font-size: 40px;
  margin-left: 10px;
  margin-top: -5px;
  color: #C40026;
}
.topServicePoint_list dd {
  text-align: center;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.topServicePoint_caption {
  text-align: center;
  font-weight: 700;
  color: #C40026;
  font-size: 14px;
  padding-top: 15px;
}

.topServiceSubBox_title {
  text-align: center;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin-bottom: 40px;
}

.topServiceFlow {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 30px;
}
.topServiceFlow_item {
  width: calc(25% - 20px);
  background: #f5f5f5;
  border-radius: 10px;
  padding: 25px 1.5em;
}
.topServiceFlow_icon {
  text-align: center;
  margin-bottom: 10px;
}
.topServiceFlow_icon img {
  width: 61px;
}
.topServiceFlow_arrow {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.topServiceFlow_arrow-sp {
  display: none;
}
.topServiceFlow_arrow img {
  width: 12px;
}
.topServiceFlow_list dt {
  color: #C40026;
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
  min-height: 55px;
}
.topServiceFlow_list dd {
  font-size: 16px;
  font-weight: 400;
}

.topServiceAbout {
  padding-top: 30px;
}
.topServiceAbout dt {
  color: #C40026;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 15px;
  letter-spacing: 0.05em;
  text-align: center;
}
.topServiceAbout dt:after {
  content: "";
  width: 35px;
  height: 3px;
  background: #d6d7d7;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.topServiceAbout dd {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}

.topStorySecPicOne {
  margin-bottom: 50px;
}
.topStorySecPicOne a {
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}
@media only screen and (max-width: 990px) {
  .topStorySecPicOne a {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.topStorySecPicOne a:active, .desktop .topStorySecPicOne a:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media only screen and (max-width: 990px) {
  .topStorySecPicOne a:active, .desktop .topStorySecPicOne a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.topStorySecPicOne a img {
  width: 100%;
}

@media only screen and (max-width: 990px) {
  .topMainV_scroll {
    width: 150px;
    height: 50px;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 5px;
    font-size: 14px;
  }
  .topMainV_scroll:after {
    width: 10px;
    height: 10px;
    bottom: 10px;
  }
  .topMainVMain_item {
    height: 100dvh;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .topMainVMain_item-01 {
    background-image: url("../img/top/pic_mainv_01_sp.jpg") !important;
  }
  .topMainVMain_item-02 {
    background-image: url("../img/top/pic_mainv_02_sp.jpg") !important;
  }
  .topMainVMain_item-03 {
    background-image: url("../img/top/pic_mainv_03_sp.jpg") !important;
  }
  .topMainVMain_item-04 {
    background-image: url("../img/top/pic_mainv_04_sp.jpg") !important;
  }
  .topMainVMain_inner-wrap {
    height: 100dvh;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .topMainVMain_logo {
    margin-bottom: 25px;
    text-align: center;
  }
  .topMainVMain_logo img {
    width: auto;
    height: 72px;
  }
  .topMainVMain_logo02 {
    margin-bottom: 25px;
    text-align: center;
  }
  .topMainVMain_logo02 img {
    width: auto;
    height: 47px;
  }
  .topMainVMain_text {
    font-size: 18px;
    text-align: center;
  }
  .topMainVMain_text02 {
    font-size: 14px;
    text-align: center;
    line-height: 1.8;
  }
  .topMainVMain_prev {
    top: 48%;
    left: 1.5%;
    width: 40px;
    height: 40px;
  }
  .topMainVMain_next {
    top: 48%;
    right: 1.5%;
    width: 40px;
    height: 40px;
  }
  .topMainVMain .swiper-pagination {
    bottom: 20px !important;
  }
  .topMainVMain_btn {
    padding-top: 30px;
    text-align: center;
  }
  .topConceptSec {
    position: relative;
    padding: 160px 20px 80px;
  }
  .topConceptSec_inner {
    max-width: 750px;
    margin: 0 auto;
    position: relative;
    z-index: 19;
  }
  .topConceptSec_pic01 {
    top: 0;
    right: -10%;
    width: 80%;
    max-width: 302px;
    z-index: 4;
  }
  .topConceptSec_pic02 {
    bottom: 15px;
    left: -10%;
    z-index: 4;
    width: 87%;
    max-width: 328px;
    display: none;
  }
  .topConceptSec_pic02Sp {
    display: block;
    text-align: center;
    margin-left: -50px;
    margin-bottom: 40px;
  }
  .topConceptPointBox {
    border: 3px solid #C40026;
    padding: 1em 20px;
    font-size: 16px;
    letter-spacing: 0.08em;
    background: #fff;
    margin-bottom: 60px;
  }
  .topConceptPointBox_name {
    margin-bottom: 5px;
  }
  .topConceptPointBox_data {
    font-weight: 300;
  }
  .topConceptPointBox_data strong {
    color: #C40026;
  }
  .topNewsSecMain {
    margin-bottom: 40px;
  }
  .topNewsSecMain_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: start;
        align-items: start;
  }
  .topNewsSecMain_list dt {
    width: 80px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .topNewsSecMain_list dt,
  .topNewsSecMain_list dd {
    font-size: 14px;
  }
  .topNewsSecMain_day {
    margin-bottom: 5px;
  }
  .topNewsSecMain_cat {
    margin-left: 0;
    min-width: 74px;
    font-size: 14px;
  }
  .topNewsSecMain_news {
    font-size: 14px;
  }
  .topConceptSecMain_logo {
    margin-bottom: 40px;
  }
  .topConceptSecMain_logo img {
    width: auto;
    height: 80px;
  }
  .topConceptSecMain_text {
    font-size: 15px;
    line-height: 1.8;
  }
  .keyWordSec {
    padding: 20px 0;
    position: relative;
  }
  .keyWordSec-mb {
    margin-bottom: 50px;
  }
  .keyWordSec_icon {
    width: 15px;
  }
  .keyWordSec_inner {
    padding: 0 20px;
  }
  .keyWordSec .commonTitle {
    font-size: 18px;
  }
  .keyWordSec .commonSubTitle {
    font-size: 14px;
  }
  .keyWordSecMain {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .keyWordSecMain_input {
    text-align: center;
    margin: 0 0 10px;
  }
  .keyWordSecMain_input input {
    padding: 10px;
    height: 50px;
    width: calc(100vw - 40px);
  }
  .keyWordSecMain_btn button {
    height: 45px;
    padding: 0 30px;
  }
  .topSceneSec {
    padding: 40px 0;
  }
  .topSceneSec_icon {
    width: 15px;
    right: 0;
    left: 0;
    margin: auto;
  }
  .topSceneSec .commonTitle {
    text-align: center;
  }
  .topSceneSec .commonSubTitle {
    text-align: center;
  }
  .sceneMain {
    margin-bottom: 15px;
  }
  .sceneMain::after {
    display: none;
  }
  .sceneMain_item {
    width: 49%;
    margin-bottom: 10px;
  }
  .sceneMain_item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .4);
    width: 100%;
    height: 100%;
    transition: background 0.4s;
  }
  .sceneMain_title {
    font-size: 16px;
  }
  .sceneMain_no {
    top: 15px;
    left: 15px;
    font-size: 13px;
  }
  .sceneMain_no:after {
    content: "";
    width: 1px;
    height: 28px;
    bottom: -18px;
    right: -4px;
  }
  .sceneSubBtn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .sceneSubBtn::before {
    display: none;
  }
  .sceneSubBtn::after {
    display: none;
  }
  .sceneSubBtn_item {
    width: 49%;
    margin-bottom: 10px;
    padding: 20px;
    font-size: 15px;
  }
  .topCategory {
    padding: 40px 0;
  }
  .topCategory_icon {
    width: 15px;
    right: 0;
    left: 0;
    margin: auto;
  }
  .topCategory .commonTitle {
    text-align: center;
  }
  .topCategory .commonSubTitle {
    text-align: center;
  }
  .topCategoryMain {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    display: -ms-flexbox;
    display: flex;
  }
  .topCategoryMain::before {
    display: none;
  }
  .topCategoryMain::after {
    display: none;
  }
  .topCategoryMain_item {
    width: 49%;
    margin-bottom: 10px;
  }
  .topCategoryMain_title {
    font-size: 16px;
  }
  .topAboutSec {
    position: relative;
    padding: 40px 0 0;
  }
  .topAboutSec_icon {
    width: 15px;
    right: 0;
    left: 0;
    margin: auto;
  }
  .topAboutSec_inner {
    max-width: 1100px;
    margin: 0 auto;
  }
  .topAboutSec_spPic {
    display: block;
    margin-bottom: 40px;
  }
  .topAboutSec_spPic02 {
    display: block;
  }
  .topAboutSec_text {
    padding: 0 20px;
    margin-bottom: 40px;
  }
  .topPcPic {
    display: none;
  }
  .topStorySec {
    padding: 0 0 40px;
  }
  .topFaqSec {
    padding: 40px 20px;
  }
  .faqSecMain {
    padding-top: 25px;
  }
  .faqSecMain_item {
    margin-bottom: 25px;
  }
  .faqSecMain_wrapItem {
    margin-bottom: 20px;
  }
  .faqSecMain_cattitle {
    margin-bottom: 20px;
    font-size: 15px;
  }
  .faqSecMain_cattitle:after {
    width: 8px;
    height: 8px;
    top: 17px;
    right: 10px;
  }
  .faqSecMain_q {
    margin-left: 40px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 13px;
    padding-right: 10px;
  }
  .faqSecMain_q:after {
    width: 8px;
    height: 8px;
    top: 10px;
    right: 0;
  }
  .faqSecMain_q:before {
    font-size: 28px;
    top: -7px;
    left: -30px;
  }
  .faqSecMain_a {
    margin-left: 40px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 13px;
  }
  .faqSecMain_a:before {
    font-size: 28px;
    top: -7px;
    left: -32px;
  }
  .topTopicsSec {
    padding: 40px 0 30px;
    position: relative;
  }
  .topTopicsSec-bgcolor {
    margin-bottom: -40px;
  }
  .topTopicsSec_title {
    margin-bottom: 40px;
    padding-left: 40px;
  }
  .topTopicsSec_title img {
    width: 280px;
  }
  .topTopicsSecItem {
    height: auto;
    margin-bottom: 40px;
    padding: 30px 15px 40px;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .topTopicsSecItem-01 {
    background-image: url("../img/top/bg_topics_01_sp.png") !important;
  }
  .topTopicsSecItem-02 {
    background-image: url("../img/top/bg_topics_02_sp.png") !important;
  }
  .topTopicsSecItem-03 {
    background-image: url("../img/top/bg_story_01.jpg") !important;
  }
  .topTopicsSecItem_title {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .topTopicsSecItem_subtitle {
    font-size: 16px;
    padding-left: 23px;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .topTopicsSecItem_subtitle:before {
    width: 15px;
    height: 3px;
  }
  .topTopicsSecItem_text {
    font-size: 13px;
    margin-bottom: 20px;
  }
  .topTopicsSecItem_text br {
    display: none;
  }
  .topTopicsSecItem_more {
    width: 200px;
    height: 55px;
    font-size: 17px;
    margin: 0 auto;
    position: relative;
    right: auto;
    right: initial;
    bottom: auto;
    bottom: initial;
  }
  .topTopicsSecItem_more:after {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    border: solid #000;
    border-width: 1px 1px 0 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .topTopicsSecItem_more:active, .desktop .topTopicsSecItem_more:hover {
    text-decoration: none;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .priceSubBtn::after {
    display: none;
  }
  .priceSubBtn_item {
    width: 49%;
    margin-bottom: 10px;
    padding: 20px 20px 20px 20px;
    font-size: 12px;
    text-align: left;
    letter-spacing: 0.05em;
  }
  .priceSubBtn_item:after {
    width: 6px;
    height: 6px;
    right: 10px;
  }
  .topServiceSec {
    position: relative;
    padding: 40px 0;
  }
  .topServiceSec_icon {
    width: 15px;
    right: 0;
    left: 0;
    margin: auto;
  }
  .topServiceSec_inner {
    max-width: 1100px;
    margin: 0 auto;
  }
  .topServiceSec .commonTitle {
    text-align: center;
  }
  .topServiceSec .commonSubTitle {
    text-align: center;
  }
  .topServicePoint {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: initial;
    margin-bottom: 40px;
    padding: 0 20px;
  }
  .topServicePoint_item {
    width: 100%;
    margin-bottom: 30px;
    padding: 30px 0;
  }
  .topServicePoint_list {
    margin-bottom: 25px;
  }
  .topServicePoint_list dt {
    font-size: 16px;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    letter-spacing: 0.05em;
  }
  .topServicePoint_list dt:after {
    content: "";
    width: 35px;
    height: 3px;
    background: #d6d7d7;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
  }
  .topServicePoint_list dt strong {
    font-size: 40px;
    margin-left: 10px;
    margin-top: -5px;
    color: #C40026;
  }
  .topServicePoint_list dd {
    font-size: 16px;
  }
  .topServicePoint_caption {
    font-size: 14px;
    padding-top: 15px;
  }
  .topServiceSubBox {
    padding: 0 20px;
  }
  .topServiceSubBox_title {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .topServiceFlow {
    margin-bottom: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .topServiceFlow_item {
    width: 100%;
    padding: 25px 1.5em;
  }
  .topServiceFlow_icon {
    margin-bottom: 10px;
  }
  .topServiceFlow_icon img {
    width: 56px;
  }
  .topServiceFlow_arrow {
    width: 100%;
    text-align: center;
    -ms-flex-pack: center;
        justify-content: center;
    padding: 10px 0;
  }
  .topServiceFlow_arrow-sp {
    display: -ms-flexbox;
    display: flex;
  }
  .topServiceFlow_arrow img {
    width: 12px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .topServiceFlow_list dt {
    margin-bottom: 10px;
    min-height: 0;
    min-height: initial;
  }
  .topServiceFlow_list dd {
    font-size: 14px;
    font-weight: 400;
  }
  .topServiceAbout {
    padding-top: 30px;
  }
  .topServiceAbout dt {
    color: #C40026;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 15px;
    letter-spacing: 0.05em;
    text-align: center;
  }
  .topServiceAbout dt:after {
    content: "";
    width: 35px;
    height: 3px;
    background: #d6d7d7;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
  }
  .topServiceAbout dd {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
  }
  .topStorySecPicOne {
    margin-bottom: 40px;
  }
}
body.login {
  background: #C40026;
}

.loginWrap {
  background-image: url("../img/login/bg_login.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100vw;
  height: 100vh;
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 990px) and (max-height: 600px) {
  .loginWrap {
    height: 100%;
  }
}
.loginWrap_inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 2%;
  width: 100%;
}

.loginWrapMain {
  display: -ms-flexbox;
  display: flex;
  gap: 3%;
}
.loginWrapMain_logo {
  margin-bottom: 60px;
}
.loginWrapMain_logo img {
  width: auto;
  height: 110px;
}
.loginWrapMain_text {
  font-size: 25px;
  color: #fff;
  letter-spacing: 0.2em;
}
.loginWrapMain_right {
  margin-left: auto;
}

.loginBox {
  background: #fff;
  border-radius: 15px;
  padding: 60px 50px 50px;
  width: 370px;
}
.loginBox_logo {
  text-align: center;
  padding-top: 40px;
}
.loginBox_logo img {
  width: 180px;
}
.loginBox_title {
  color: #808080;
  font-size: 15px;
  margin-bottom: 5px;
}
.loginBox_input {
  margin-bottom: 10px;
}
.loginBox_input input {
  border: 1px solid #C40026;
  border-radius: 10px;
  padding: 10px;
  height: 50px;
  width: 100%;
  -webkit-appearance: none;
}
.loginBox_passshow {
  display: block;
  margin-top: -5px;
  margin-bottom: 25px;
}
.loginBox .error {
  color: #C40026;
  font-size: 14px;
  margin-bottom: 10px;
}
.loginBox_btn button {
  background: #fff;
  color: #C40026;
  border: 1px solid #C40026;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 50px;
  border-radius: 10px;
  padding: 0 0 0 20px;
  width: 150px;
  text-align: left;
  letter-spacing: 0.1em;
  transition: all 0.3s;
  font-size: 14px;
  -webkit-appearance: none;
}
.loginBox_btn button:active, .desktop .loginBox_btn button:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  background: #C40026;
  color: #fff;
}
.loginBox_btn button img {
  width: 10px;
  margin-right: 5px;
}

@media only screen and (max-width: 990px) {
  .loginWrap {
    height: 100vh;
    padding-top: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
  .loginWrap_inner {
    padding: 0;
  }
  .loginWrapMain {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 20px;
  }
  .loginWrapMain_logo {
    width: 100%;
    margin-bottom: 25px;
    text-align: center;
  }
  .loginWrapMain_logo img {
    width: auto;
    height: 72px;
  }
  .loginWrapMain_text {
    font-size: 14px;
    text-align: center;
  }
  .loginWrapMain_left {
    width: 100%;
    margin-bottom: 30px;
  }
  .loginWrapMain_right {
    width: 100%;
    margin-left: 0;
  }
  .loginBox {
    padding: 40px 30px 50px;
    width: 100%;
  }
  .loginBox_logo {
    text-align: center;
  }
  .loginBox_logo img {
    width: 180px;
  }
  .loginBox_title {
    color: #808080;
    font-size: 15px;
    margin-bottom: 5px;
  }
  .loginBox_input {
    margin-bottom: 10px;
  }
  .loginBox_input input {
    border: 1px solid #C40026;
    border-radius: 10px;
    padding: 10px;
    height: 50px;
    width: 100%;
  }
  .loginBox_passshow {
    display: block;
    margin-top: -5px;
    margin-bottom: 25px;
  }
  .loginBox .error {
    color: #C40026;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .loginBox_btn button {
    background: #fff;
    color: #C40026;
    border: 1px solid #C40026;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    height: 50px;
    border-radius: 10px;
    padding: 0 0 0 20px;
    width: 150px;
    text-align: left;
    letter-spacing: 0.1em;
    transition: all 0.3s;
    font-size: 14px;
  }
  .loginBox_btn button:active, .desktop .loginBox_btn button:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    background: #C40026;
    color: #fff;
  }
  .loginBox_btn button img {
    width: 10px;
    margin-right: 5px;
  }
}
.listContainer {
  padding: 0 5% 120px;
}
.listContainer_inner {
  max-width: 1100px;
  margin: 0 auto;
}

.listSubNavi {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 80px;
}
.listSubNavi_item {
  border: 1px solid #C40026;
  color: #C40026;
  background: #fff;
  width: 32%;
  height: 65px;
  text-align: center;
  font-weight: 700;
  transition: all 0.4s;
}
.listSubNavi_item.current {
  background: #C40026;
  color: #fff;
}
.listSubNavi_item:active, .desktop .listSubNavi_item:hover {
  background: #C40026;
  color: #fff;
}

.listMain {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 60px;
}
.listMain::before {
  content: "";
  display: block;
  width: 23%;
  -ms-flex-order: 1;
      order: 1;
}
.listMain::after {
  content: "";
  display: block;
  width: 23%;
}
.listMain_item {
  width: 252.5px;
  margin-bottom: 60px;
  display: block;
  transition: all 0.2s ease-in-out;
}
.listMain_item:active, .desktop .listMain_item:hover {
  text-decoration: none;
}
.listMain_item:active .listMain_pic, .desktop .listMain_item:hover .listMain_pic {
  border-radius: 10px;
}
.listMain_item:active .listMain_pic-inner, .desktop .listMain_item:hover .listMain_pic-inner {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.listMain_item:active .listMain_category,
.listMain_item:active .listMain_name,
.listMain_item:active .listMain_point,
.listMain_item:active .listMain_icon, .desktop .listMain_item:hover .listMain_category,
.desktop .listMain_item:hover .listMain_name,
.desktop .listMain_item:hover .listMain_point,
.desktop .listMain_item:hover .listMain_icon {
  opacity: 0.6;
}
.listMain_pic {
  margin-bottom: 10px;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}
.listMain_pic-inner {
  padding-top: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transition: all 0.2s ease-in-out;
}
.listMain_category {
  color: #C40026;
  font-size: 15px;
  letter-spacing: 0.08em;
  transition: all 0.2s ease-in-out;
}
.listMain_name {
  font-weight: bold;
  word-wrap: break-word;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.06em;
  margin-bottom: 5px;
  transition: all 0.2s ease-in-out;
  min-height: 62px;
}
.listMain_point {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  transition: all 0.2s ease-in-out;
}
.listMain_icon {
  transition: all 0.2s ease-in-out;
}
.listMain_icon img {
  width: auto;
  height: 26px;
  display: inline-block;
  margin: 0 3px 3px 0;
}

@media only screen and (max-width: 990px) {
  .listContainer {
    padding: 0 0 80px;
  }
  .listContainer_inner {
    padding: 0 20px;
  }
  .listSubNavi {
    margin-bottom: 30px;
  }
  .listSubNavi_item {
    width: 33%;
    height: 45px;
    font-size: 10px;
    margin-bottom: 5px;
  }
  .listMain {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-bottom: 60px;
  }
  .listMain::before {
    display: none;
  }
  .listMain::after {
    display: none;
  }
  .listMain_item {
    width: 48%;
    margin-bottom: 30px;
  }
  .listMain_pic {
    margin-bottom: 10px;
  }
  .listMain_category {
    font-size: 12px;
  }
  .listMain_name {
    font-size: 15px;
    min-height: 50px;
  }
  .listMain_point {
    font-size: 15px;
    margin-bottom: 3px;
  }
  .listMain_icon img {
    height: 20px;
    margin: 0 2px 2px 0;
  }
}
.itemDetail {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3%;
}
.itemDetail_left {
  width: 530px;
}
.itemDetail_right {
  -ms-flex: 1;
      flex: 1;
}

.itemDetailSlider {
  position: relative;
  margin-bottom: 40px;
  padding: 0 30px;
}
.itemDetailSlider_item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.itemDetailSlider_item:after {
  content: "";
  display: block;
  padding-top: 100%;
}
.itemDetailSlider_next {
  background: #C40026;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  z-index: 10;
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}
@media only screen and (max-width: 990px) {
  .itemDetailSlider_next {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.itemDetailSlider_next:active, .desktop .itemDetailSlider_next:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media only screen and (max-width: 990px) {
  .itemDetailSlider_next:active, .desktop .itemDetailSlider_next:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.itemDetailSlider_next.swiper-button-disabled {
  display: none;
}
.itemDetailSlider_next:after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 13px;
  margin: auto;
  border: solid #fff;
  border-width: 1px 1px 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.itemDetailSlider_prev {
  background: #C40026;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  position: relative;
  position: absolute;
  top: 0;
  left: 10px;
  bottom: 0;
  margin: auto;
  z-index: 10;
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}
@media only screen and (max-width: 990px) {
  .itemDetailSlider_prev {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.itemDetailSlider_prev:active, .desktop .itemDetailSlider_prev:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media only screen and (max-width: 990px) {
  .itemDetailSlider_prev:active, .desktop .itemDetailSlider_prev:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.itemDetailSlider_prev.swiper-button-disabled {
  display: none;
}
.itemDetailSlider_prev:after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 13px;
  margin: auto;
  border: solid #fff;
  border-width: 0 0 1px 1px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.itemDetailThumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 60px;
}
.itemDetailThumb::before {
  content: "";
  display: block;
  width: 18%;
  -ms-flex-order: 1;
      order: 1;
}
.itemDetailThumb::after {
  content: "";
  display: block;
  width: 18%;
}
.itemDetailThumb_item {
  width: 18%;
  border: none;
  padding: 0;
  margin-bottom: 10px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}
@media only screen and (max-width: 990px) {
  .itemDetailThumb_item {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.itemDetailThumb_item:active, .desktop .itemDetailThumb_item:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media only screen and (max-width: 990px) {
  .itemDetailThumb_item:active, .desktop .itemDetailThumb_item:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.itemDetailThumb_item.active:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 3px solid #C40026;
}
.itemDetailThumb_item:after {
  content: "";
  display: block;
  padding-top: 100%;
}

.itemDetailPic {
  text-align: center;
  margin-bottom: 40px;
}

.itemDetailBrand dt {
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 18px;
  letter-spacing: 0.04em;
}
.itemDetailBrand dd {
  font-size: 15px;
  letter-spacing: 0.04em;
  line-height: 1.8;
}

.itemDetailData_sp {
  display: none;
}
.itemDetailData_category {
  color: #C40026;
  letter-spacing: 0.08em;
  font-size: 15px;
  margin-bottom: 5px;
}
.itemDetailData_brandname {
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.08em;
  margin-bottom: 15px;
}
.itemDetailData_name {
  font-size: 18px;
  letter-spacing: 0.06em;
  line-height: 1.6;
  font-weight: 700;
  margin-bottom: 40px;
}

.itemDetailDataIcon {
  margin-bottom: 30px;
}
.itemDetailDataIcon img {
  width: auto;
  height: 26px;
  margin: 0 3px 3px 0;
}

.itemDetailDataList {
  border: 1px solid #ddd;
  margin-bottom: 15px;
}
.itemDetailDataList_list {
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #ddd;
}
.itemDetailDataList_list:first-child {
  border-top: none;
}
.itemDetailDataList_list dt,
.itemDetailDataList_list dd {
  padding: 15px 10px 15px 15px;
  font-size: 15px;
  letter-spacing: 0.08em;
}
.itemDetailDataList_list dt {
  width: 145px;
  color: #C40026;
  font-weight: 700;
}
.itemDetailDataList_list dd {
  -ms-flex: 1;
      flex: 1;
  border-left: 1px solid #ddd;
}

.itemDetailControl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 40px;
}
.itemDetailControl_num {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.itemDetailControl_num-label {
  font-weight: 700;
}
.itemDetailControl_count select {
  border: 2px solid #ddd;
  padding: 10px 15px;
}
.itemDetailControl_favarit {
  margin-left: 30px;
}
.itemDetailControl_favarit button {
  border: 2px solid #ddd;
  width: 185px;
  height: 53px;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border-radius: 100px;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  line-height: 1;
  transition: all 0.4s;
  font-weight: 700;
  color: #929292;
}
.itemDetailControl_favarit button svg {
  width: 12px;
  fill: #929292;
  margin-right: 5px;
  margin-top: 3px;
}
.itemDetailControl_favarit button:active, .desktop .itemDetailControl_favarit button:hover {
  background: #C40026;
  color: #fff;
  border: 2px solid #C40026;
}
.itemDetailControl_favarit button:active svg, .desktop .itemDetailControl_favarit button:hover svg {
  fill: #fff;
}

.itemDetailCartBtn {
  margin-bottom: 40px;
}
.itemDetailCartBtn button,
.itemDetailCartBtn a {
  background: #7A630F;
  width: 100%;
  border: none;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.08em;
  font-weight: 700;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  height: 65px;
  transition: all 0.2s ease-in-out;
}
.itemDetailCartBtn button:active, .desktop .itemDetailCartBtn button:hover,
.itemDetailCartBtn a:active,
.desktop .itemDetailCartBtn a:hover {
  background: #4D3D00;
  text-decoration: none;
  border-radius: 15px;
}

.itemDetailInfo {
  background: #F6F6F6;
  border-radius: 10px;
  padding: 2em;
}
.itemDetailInfo_title {
  font-size: 18px;
  letter-spacing: 0.06em;
  color: #C40026;
  font-weight: 700;
  margin-bottom: 20px;
}
.itemDetailInfo_list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 10px;
}
.itemDetailInfo_list dt {
  width: 110px;
}
.itemDetailInfo_list dd {
  -ms-flex: 1;
      flex: 1;
}

.infoTxt {
  margin-top: 15px;
  color: #C40026;
  font-weight: bold;
}

@media only screen and (max-width: 990px) {
  .itemDetail {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: initial;
  }
  .itemDetail_left {
    width: 100%;
    margin-bottom: 40px;
  }
  .itemDetail_right {
    -ms-flex: initial;
        flex: initial;
    width: 100%;
  }
  .itemDetailSlider {
    margin-bottom: 30px;
    padding: 0;
  }
  .itemDetailSlider_next {
    right: -15px;
    width: 30px;
    height: 30px;
  }
  .itemDetailSlider_next:after {
    width: 8px;
    height: 8px;
    left: 10px;
  }
  .itemDetailSlider_prev {
    left: -15px;
    width: 30px;
    height: 30px;
  }
  .itemDetailSlider_prev:after {
    width: 8px;
    height: 8px;
    right: 10px;
  }
  .itemDetailThumb {
    margin-bottom: 30px;
  }
  .itemDetailThumb_item {
    width: 18%;
  }
  .itemDetailPic {
    text-align: center;
    margin-bottom: 40px;
  }
  .itemDetailBrand dt {
    text-align: center;
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 18px;
    letter-spacing: 0.04em;
  }
  .itemDetailBrand dd {
    font-size: 15px;
    letter-spacing: 0.04em;
    line-height: 1.8;
  }
  .itemDetailData_pc {
    display: none;
  }
  .itemDetailData_sp {
    display: block;
  }
  .itemDetailData_category {
    font-size: 13px;
    margin-bottom: 5px;
  }
  .itemDetailData_brandname {
    font-size: 13px;
    margin-bottom: 15px;
  }
  .itemDetailData_name {
    font-size: 16px;
    margin-bottom: 40px;
    font-weight: 500;
  }
  .itemDetailDataIcon {
    margin-bottom: 30px;
  }
  .itemDetailDataIcon img {
    width: auto;
    height: 26px;
    margin: 0 3px 3px 0;
  }
  .itemDetailDataList {
    border: 1px solid #ddd;
    margin-bottom: 15px;
  }
  .itemDetailDataList_list {
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #ddd;
  }
  .itemDetailDataList_list:first-child {
    border-top: none;
  }
  .itemDetailDataList_list dt,
  .itemDetailDataList_list dd {
    padding: 15px 10px 15px 15px;
    font-size: 15px;
    letter-spacing: 0.08em;
  }
  .itemDetailDataList_list dt {
    width: 145px;
    color: #C40026;
    font-weight: 700;
  }
  .itemDetailDataList_list dd {
    -ms-flex: 1;
        flex: 1;
    border-left: 1px solid #ddd;
  }
  .itemDetailControl {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 40px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .itemDetailControl_num {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
  .itemDetailControl_num-label {
    font-weight: 700;
  }
  .itemDetailControl_count select {
    border: 2px solid #ddd;
    padding: 10px 15px;
  }
  .itemDetailControl_favarit {
    margin-left: 0;
    padding-top: 30px;
    width: 100%;
    text-align: center;
  }
  .itemDetailControl_favarit button {
    width: 185px;
    height: 53px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 13px;
  }
  .itemDetailControl_favarit button svg {
    width: 12px;
    fill: #929292;
    margin-right: 5px;
    margin-top: 3px;
  }
  .itemDetailControl_favarit button:active, .desktop .itemDetailControl_favarit button:hover {
    background: #C40026;
    color: #fff;
    border: 2px solid #C40026;
  }
  .itemDetailControl_favarit button:active svg, .desktop .itemDetailControl_favarit button:hover svg {
    fill: #fff;
  }
  .itemDetailCartBtn {
    margin-bottom: 40px;
    text-align: center;
  }
  .itemDetailCartBtn button {
    width: 80%;
    border: none;
    color: #fff;
    font-size: 15px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 45px;
  }
  .itemDetailInfo {
    background: #F6F6F6;
    border-radius: 10px;
    padding: 30px;
    margin: 0 -20px 30px;
  }
  .itemDetailInfo_title {
    font-size: 18px;
    letter-spacing: 0.06em;
    color: #C40026;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .itemDetailInfo_list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 10px;
  }
  .itemDetailInfo_list dt {
    width: 110px;
  }
  .itemDetailInfo_list dd {
    -ms-flex: 1;
        flex: 1;
  }
}
.pointInfo {
  text-align: center;
  margin-bottom: 60px;
}
.pointInfo span {
  display: inline-block;
  border: 3px solid #C40026;
  border-radius: 10px;
  font-weight: 700;
  color: #C40026;
  padding: 15px 20px;
}

.cartFlowPoint {
  max-width: 980px;
  margin: 0 auto 110px;
}
.cartFlowPoint_inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  position: relative;
}
.cartFlowPoint_inner:before {
  content: "";
  width: calc(100% - 20px);
  height: 2px;
  background: #cecece;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
.cartFlowPoint_inner:after {
  content: "";
  height: 2px;
  background: #f3ccd4;
  position: absolute;
  top: 20px;
  left: 20px;
  margin: auto;
  z-index: -1;
  display: none;
}
.cartFlowPoint.step02 .cartFlowPoint_inner:after {
  content: "";
  width: 25%;
  display: block;
}
.cartFlowPoint.step03 .cartFlowPoint_inner:after {
  content: "";
  width: 50%;
  display: block;
}
.cartFlowPoint.step04 .cartFlowPoint_inner:after {
  content: "";
  width: 70%;
  display: block;
}
.cartFlowPoint.step05 .cartFlowPoint_inner:after {
  content: "";
  width: calc(100% - 20px);
  display: block;
}
.cartFlowPoint_item {
  text-align: center;
  position: relative;
}
.cartFlowPoint_item.active .cartFlowPoint_item-no {
  background: #C40026;
  -webkit-animation-name: sizeScale;
          animation-name: sizeScale;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}
.cartFlowPoint_item-no {
  background: #cecece;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 40px;
  height: 40px;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  color: #fff;
  border-radius: 100px;
  font-weight: 700;
}
.cartFlowPoint_item-title {
  padding-top: 5px;
  display: block;
  letter-spacing: 0.1em;
  position: absolute;
  left: -55px;
  margin: auto;
  width: 150px;
}

@-webkit-keyframes sizeScale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sizeScale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.cartText {
  margin: 0 auto 30px;
  letter-spacing: 0.12em;
  font-size: 17px;
}

.cartMainArea {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3%;
  margin-bottom: 0px;
}
.cartMainArea_left {
  -ms-flex: 1;
      flex: 1;
}
.cartMainArea_right {
  width: 340px;
  position: relative;
}
.cartMainArea_hl {
  background: #C40026;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding: 10px;
  margin-bottom: 40px;
}
.cartMainArea_hl02 {
  background: #f2c7cf;
  color: #C40026;
  font-size: 18px;
  font-weight: 700;
  padding: 10px;
  margin-bottom: 40px;
}

.cartItemOrderBox {
  box-shadow: 10px 10px 10px rgba(0, 0, 0, .3);
  padding: 30px;
  margin-bottom: 80px;
}
.cartItemOrderBox:last-of-type {
  margin-bottom: 0;
}

.cartItemList {
  margin-bottom: 40px;
}
.cartItemList-carttop .cartItemList_item {
  box-shadow: 0 0 20px rgba(0, 0, 0, .2);
  padding: 30px;
}
.cartItemList_item {
  display: -ms-flexbox;
  display: flex;
  gap: 5%;
  margin-top: 50px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cartItemList_item:first-child {
  margin-top: 0;
}
.cartItemList_subdata {
  width: 100%;
}
.cartItemList_left {
  width: 200px;
}
.cartItemList_pic {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.cartItemList_pic:after {
  content: "";
  display: block;
  padding-top: 100%;
}
.cartItemList_data {
  -ms-flex: 1;
      flex: 1;
  position: relative;
}
.cartItemList_name {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.8;
  margin-bottom: 10px;
  padding-right: 50px;
}
.cartItemList_icon {
  margin-bottom: 5px;
}
.cartItemList_icon img {
  width: auto;
  height: 26px;
  margin: 0 3px 3px 0;
}
.cartItemList_subdata .cartItemList_delivery {
  border-top: none;
  padding-top: 0;
}
.cartItemList_subdata-item {
  border-top: 2px solid #ddd;
  margin-top: 20px;
}
.cartItemList_delivery {
  border-top: 2px solid #ddd;
  margin-top: 15px;
  padding-top: 15px;
  display: -ms-flexbox;
  display: flex;
  gap: 3%;
  -ms-flex-align: end;
      align-items: end;
}
.cartItemList_delivery-info {
  font-size: 15px;
  letter-spacing: 0.06em;
  line-height: 1.8;
}
.cartItemList_delivery-info strong {
  color: #C40026;
}
.cartItemList_delivery-info span {
  color: #C40026;
}
.cartItemList_delivery-btn {
  width: 220px;
  margin-left: auto;
  padding-top: 10px;
}
.cartItemList_delivery-btn button,
.cartItemList_delivery-btn a {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background: #fff;
  border: 1px solid #C40026;
  color: #C40026;
  height: 65px;
  border-radius: 100px;
  transition: all 0.3s;
  -webkit-appearance: none;
}
.cartItemList_delivery-btn button:active, .desktop .cartItemList_delivery-btn button:hover,
.cartItemList_delivery-btn a:active,
.desktop .cartItemList_delivery-btn a:hover {
  text-decoration: none;
  background: #C40026;
  color: #fff;
}
.cartItemList_check {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: end;
  padding-top: 5px;
  line-height: 1;
}
.cartItemList_check-01 {
  font-weight: 700;
  font-size: 15px;
  margin-right: 20px;
  margin-top: auto;
}
.cartItemList_check-02 {
  font-size: 25px;
  letter-spacing: 0.04em;
}
.cartItemList_check-02 strong {
  font-weight: 700;
}
.cartItemList_check-02 i {
  font-style: normal;
  font-size: 15px;
  color: #a1a1a1;
  font-weight: 700;
}
.cartItemList_mypagecode {
  font-size: 18px;
  letter-spacing: 0.12em;
  font-weight: bold;
}

.cartItemListControl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding-top: 15px;
  width: 100%;
}
.cartItemListControl-right {
  -ms-flex-pack: end;
      justify-content: end;
}
.cartItemListControl-mb {
  margin-bottom: 5px;
  padding-top: 0;
}
.cartItemListControl-bordertop {
  border-top: 1px solid #ddd;
  padding-top: 10px;
}
.cartItemListControl_num {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-weight: 700;
  margin-right: 20px;
}
.cartItemListControl_num-select select {
  border: 2px solid #ddd;
  padding: 10px 15px;
}
.cartItemListControl_price {
  font-size: 25px;
  letter-spacing: 0.04em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: end;
  line-height: 1;
  margin-bottom: 15px;
}
.cartItemListControl_price strong {
  font-weight: 700;
}
.cartItemListControl_price span {
  color: #a1a1a1;
  font-size: 15px;
  font-weight: 700;
  display: inline-block;
  margin-left: 5px;
}
.cartItemListControl_price-count {
  font-size: 15px;
  font-weight: 700;
  min-width: 75px;
}
.cartItemListControl_del {
  margin-left: auto;
}
.cartItemListControl_del button {
  border: none;
  background: none;
  font-weight: 700;
  letter-spacing: 0.04em;
  font-size: 15px;
  text-decoration: underline;
  color: #a1a1a1;
}
.cartItemListControl_del button:active, .desktop .cartItemListControl_del button:hover {
  text-decoration: none;
}
.cartItemListControl_del02 {
  position: absolute;
  top: 0;
  right: 0;
}
.cartItemListControl_del02 button {
  border: none;
  background: none;
  font-weight: 700;
  letter-spacing: 0.04em;
  font-size: 15px;
  text-decoration: underline;
  color: #a1a1a1;
}
.cartItemListControl_del02 button:active, .desktop .cartItemListControl_del02 button:hover {
  text-decoration: none;
}

.cartDeliveryList {
  margin-bottom: 60px;
}
.cartDeliveryList_item {
  display: -ms-flexbox;
  display: flex;
  gap: 3%;
  border-bottom: 1px solid #C40026;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.cartDeliveryList_item-topcenter {
  -ms-flex-align: center;
      align-items: center;
}
.cartDeliveryList_item:first-child {
  margin-top: 0;
}
.cartDeliveryList_title {
  width: 155px;
  color: #C40026;
}
.cartDeliveryList_data {
  -ms-flex: 1;
      flex: 1;
}
.cartDeliveryList_data strong {
  font-weight: 400;
  color: #C40026;
}
.cartDeliveryList_btn {
  width: 260px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 5px;
}
.cartDeliveryList_btn button {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background: #fff;
  border: 1px solid #C40026;
  color: #C40026;
  height: 65px;
  border-radius: 100px;
  font-size: 15px;
  line-height: 1.3;
  transition: all 0.3s;
  -webkit-appearance: none;
}
.cartDeliveryList_btn button:active, .desktop .cartDeliveryList_btn button:hover {
  text-decoration: none;
  background: #C40026;
  color: #fff;
}

.otherDeliverySet {
  margin-bottom: 40px;
}
.otherDeliverySet_btn {
  text-align: center;
  margin-bottom: 15px;
}
.otherDeliverySet_btn a,
.otherDeliverySet_btn button {
  max-width: 500px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background: #fff;
  border: 1px solid #C40026;
  color: #C40026;
  height: 65px;
  border-radius: 100px;
  transition: all 0.3s;
  -webkit-appearance: none;
}
.otherDeliverySet_btn a:active, .desktop .otherDeliverySet_btn a:hover,
.otherDeliverySet_btn button:active,
.desktop .otherDeliverySet_btn button:hover {
  text-decoration: none;
  background: #C40026;
  color: #fff;
}
.otherDeliverySet_text {
  text-align: center;
  font-size: 15px;
  letter-spacing: 0.08em;
}
.otherDeliverySet_text02 {
  font-size: 15px;
  letter-spacing: 0.08em;
  padding-top: 15px;
}
.otherDeliverySet_text02.red {
  color: #ff0000;
}

.cartPriceBox {
  box-shadow: 8px 8px 10px rgba(0, 0, 0, .3);
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border: 5px solid #bdb187;
  border-radius: 20px;
}
.cartPriceBox_inner {
  padding: 30px 25px;
}
.cartPriceBox_wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  line-height: 1;
  margin-bottom: 35px;
}
.cartPriceBox_wrap02 {
  border-bottom: 3px solid #bdb187;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.cartPriceBox_wrap02-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  line-height: 1;
  margin-bottom: 20px;
}
.cartPriceBox_wrap02-item:last-of-type {
  margin-bottom: 0;
}
.cartPriceBox_label {
  font-weight: 700;
}
.cartPriceBox_price {
  margin-left: auto;
  font-size: 25px;
  letter-spacing: 0.04em;
}
.cartPriceBox_price strong {
  font-weight: 700;
}
.cartPriceBox_price span {
  color: #a1a1a1;
  font-size: 15px;
  font-weight: 700;
  display: inline-block;
  margin-left: 5px;
}
.cartPriceBox_label02 {
  font-weight: 700;
  font-size: 15px;
}
.cartPriceBox_price02 {
  margin-left: auto;
  font-size: 20px;
  letter-spacing: 0.04em;
}
.cartPriceBox_price02 strong {
  font-weight: 700;
}
.cartPriceBox_price02 span {
  color: #a1a1a1;
  font-size: 15px;
  font-weight: 700;
  display: inline-block;
  margin-left: 5px;
}
.cartPriceBox_btn {
  margin-bottom: 15px;
}
.cartPriceBox_btn button,
.cartPriceBox_btn a {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background: #7A630F;
  color: #fff;
  height: 65px;
  border: none;
  font-weight: 700;
  letter-spacing: 0.08em;
  border-radius: 100px;
  transition: all 0.2s ease-in-out;
}
.cartPriceBox_btn button:active, .desktop .cartPriceBox_btn button:hover,
.cartPriceBox_btn a:active,
.desktop .cartPriceBox_btn a:hover {
  background: #4D3D00;
  text-decoration: none;
}
.cartPriceBox_backbtn button,
.cartPriceBox_backbtn a {
  font-weight: 700;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background: #cfcfcf;
  color: #000;
  height: 65px;
  border: none;
  letter-spacing: 0.08em;
  border-radius: 100px;
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}
@media only screen and (max-width: 990px) {
  .cartPriceBox_backbtn button,
  .cartPriceBox_backbtn a {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.cartPriceBox_backbtn button:active, .desktop .cartPriceBox_backbtn button:hover,
.cartPriceBox_backbtn a:active,
.desktop .cartPriceBox_backbtn a:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media only screen and (max-width: 990px) {
  .cartPriceBox_backbtn button:active, .desktop .cartPriceBox_backbtn button:hover,
  .cartPriceBox_backbtn a:active,
  .desktop .cartPriceBox_backbtn a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.cartPriceBox_backbtn button:active, .desktop .cartPriceBox_backbtn button:hover,
.cartPriceBox_backbtn a:active,
.desktop .cartPriceBox_backbtn a:hover {
  text-decoration: none;
}

.cartOldBox {
  background: #ffeed2;
  margin: 0 -25px 30px;
  padding: 20px 25px;
}
.cartOldBox_title {
  text-align: center;
  color: #C40026;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 3px;
}
.cartOldBox_title img {
  width: 22px;
  margin-right: 5px;
  position: relative;
  top: -2px;
}
.cartOldBox_text {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #C40026;
  margin-bottom: 15px;
}
.cartOldBox_subtext {
  text-align: center;
  margin-bottom: 10px;
}
.cartOldBox_subtext02 {
  text-align: center;
}
.cartOldBox_subtext02 input {
  width: 2.5em;
  padding: 5px;
  margin-right: 5px;
}

.cartAllPriceBox {
  border: 1px solid #C40026;
  background: #fdf7f8;
  margin-bottom: 60px;
}
.cartAllPriceBox_top {
  border-bottom: 1px solid #C40026;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 50px 0;
}
.cartAllPriceBox_price {
  letter-spacing: 0.08em;
  color: #C40026;
  line-height: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.cartAllPriceBox_price span {
  font-size: 20px;
  margin-right: 5px;
}
.cartAllPriceBox_price strong {
  font-size: 35px;
  font-weight: bold;
}
.cartAllPriceBox_btn button {
  display: -ms-flexbox;
  display: flex;
  width: 166px;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background: #cfcfcf;
  color: #fff;
  height: 65px;
  border: none;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.08em;
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}
@media only screen and (max-width: 990px) {
  .cartAllPriceBox_btn button {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.cartAllPriceBox_btn button:active, .desktop .cartAllPriceBox_btn button:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media only screen and (max-width: 990px) {
  .cartAllPriceBox_btn button:active, .desktop .cartAllPriceBox_btn button:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.cartAllPriceBox_btn button img {
  width: 25px;
  margin-right: 10px;
}
.cartAllPriceBox_btm {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
}
.cartAllPriceBox_btm:after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #C40026;
  margin: auto;
}
.cartAllPriceBox_btm-left {
  width: 50%;
}
.cartAllPriceBox_btm-right {
  width: 50%;
}
.cartAllPriceBox_list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 20px;
  letter-spacing: 0.06em;
}
.cartAllPriceBox_list dt {
  color: #C40026;
  margin-right: 20px;
}
.cartAllPriceBox_list dd {
  font-size: 25px;
}

.cartBtnBtm {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 2%;
}
.cartBtnBtm_back a {
  display: -ms-flexbox;
  display: flex;
  width: 280px;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background: #cfcfcf;
  color: #000;
  height: 65px;
  border: none;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.08em;
  border-radius: 100px;
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}
@media only screen and (max-width: 990px) {
  .cartBtnBtm_back a {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.cartBtnBtm_back a:active, .desktop .cartBtnBtm_back a:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media only screen and (max-width: 990px) {
  .cartBtnBtm_back a:active, .desktop .cartBtnBtm_back a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.cartBtnBtm_next a,
.cartBtnBtm_next button {
  display: -ms-flexbox;
  display: flex;
  width: 280px;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background: #7a630f;
  color: #fff;
  height: 65px;
  border: none;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.08em;
  border-radius: 100px;
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}
@media only screen and (max-width: 990px) {
  .cartBtnBtm_next a,
  .cartBtnBtm_next button {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.cartBtnBtm_next a:active, .desktop .cartBtnBtm_next a:hover,
.cartBtnBtm_next button:active,
.desktop .cartBtnBtm_next button:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media only screen and (max-width: 990px) {
  .cartBtnBtm_next a:active, .desktop .cartBtnBtm_next a:hover,
  .cartBtnBtm_next button:active,
  .desktop .cartBtnBtm_next button:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

.popUpBox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .3);
  z-index: 500;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0 5%;
  opacity: 0;
  z-index: -1;
  top: -100%;
}
.popUpOn .popUpBox {
  opacity: 1;
  top: 0;
  z-index: 500;
}
.popUpBox_close {
  width: 40px;
  position: absolute;
  top: -15px;
  right: -15px;
  z-index: 100;
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}
@media only screen and (max-width: 990px) {
  .popUpBox_close {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.popUpBox_close:active, .desktop .popUpBox_close:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media only screen and (max-width: 990px) {
  .popUpBox_close:active, .desktop .popUpBox_close:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.popUpBox_wrap {
  position: relative;
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
}
.popUpBox_wrap-sizewide {
  max-width: 750px;
}
.popUpBox_inner {
  background: #fff;
  padding: 8%;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.popUpBoxMain {
  display: none;
}
.popUpBoxMain_title {
  text-align: center;
  font-size: 25px;
  letter-spacing: 0.08em;
  color: #C40026;
  margin-bottom: 50px;
}
.popUpBoxMain_title02 {
  font-size: 18px;
  letter-spacing: 0.08em;
  background: #C40026;
  color: #fff;
  padding: 10px;
  margin-bottom: 30px;
}

.popUpBoxMainForm {
  margin-bottom: 40px;
}
.popUpBoxMainForm .js-noshi-on {
  display: none;
}
.popUpBoxMainForm_item {
  margin-top: 20px;
}
.popUpBoxMainForm_item:nth-child(0) {
  margin-top: 0;
}
.popUpBoxMainForm_title {
  color: #C40026;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  line-height: 1;
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 1.6;
}
.popUpBoxMainForm_title span {
  background: #C40026;
  color: #fff;
  border-radius: 10px;
  font-size: 13px;
  width: 43px;
  height: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-left: 10px;
}
.popUpBoxMainForm_title i {
  font-style: normal;
  font-size: 14px;
}
.popUpBoxMainForm_title.black {
  color: #000;
}
.popUpBoxMainForm_form input {
  border: 1px solid #ddd;
  font-size: 16px;
  padding: 10px;
}
.popUpBoxMainForm_form-size01 input {
  width: 100%;
}
.popUpBoxMainForm_form-size02 input {
  width: 170px;
}
.popUpBoxMainForm_select select {
  border: 1px solid #ddd;
  padding: 0 10px;
  width: 170px;
  border-radius: 3px;
  height: 47px;
  background: #fff;
}
.popUpBoxMainForm_select select.error {
  background: #f3ccd4;
  border: 1px solid #c40026;
}
.popUpBoxMainForm_select02 select {
  border: 1px solid #ddd;
  height: 47px;
  padding: 0 10px;
  width: 200px;
}
.popUpBoxMainForm_select02 select.error {
  background: #f3ccd4;
  border: 1px solid #c40026;
}
.popUpBoxMainForm_text {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.8;
  margin-bottom: 30px;
}
.popUpBoxMainForm_text-left {
  text-align: left;
}
.popUpBoxMainForm_text a {
  color: #C40026;
  text-decoration: underline;
}
.popUpBoxMainForm_text a:active, .desktop .popUpBoxMainForm_text a:hover {
  text-decoration: none;
}
.popUpBoxMainForm_btn {
  text-align: center;
}
.popUpBoxMainForm_btn button {
  font-weight: 700;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 280px;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background: #C40026;
  color: #fff;
  height: 65px;
  border: none;
  letter-spacing: 0.08em;
  font-size: 18px;
  transition: all 0.2s ease-in-out;
  border-radius: 100px;
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}
@media only screen and (max-width: 990px) {
  .popUpBoxMainForm_btn button {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.popUpBoxMainForm_btn button:active, .desktop .popUpBoxMainForm_btn button:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media only screen and (max-width: 990px) {
  .popUpBoxMainForm_btn button:active, .desktop .popUpBoxMainForm_btn button:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.popUpBoxMainForm_btn button:active, .desktop .popUpBoxMainForm_btn button:hover {
  text-decoration: none;
}
.popUpBoxMainForm_subtext {
  font-size: 16px;
  letter-spacing: 0.08em;
  padding-top: 5px;
}
.popUpBoxMainForm input.error {
  background: #f3ccd4;
  border: 1px solid #c40026;
}

.popUpBoxMainFormColumn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 5px;
}
.popUpBoxMainFormColumn_left {
  font-size: 16px;
  letter-spacing: 0.08em;
  color: #999a9a;
  width: 70px;
}
.popUpBoxMainFormColumn .popUpBoxMainForm_form {
  -ms-flex: 1;
      flex: 1;
}

.popUpBoxMainFormRadio {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 5%;
}
.popUpBoxMainFormRadio.error {
  background: #f3ccd4;
  border: 1px solid #c40026;
  padding: 15px 0;
}
.popUpBoxMainFormRadio-left {
  -ms-flex-pack: left;
      justify-content: left;
}
.popUpBoxMainFormRadio label {
  position: relative;
  cursor: pointer;
  padding-left: 30px;
}
.popUpBoxMainFormRadio label::before,
.popUpBoxMainFormRadio label::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}
.popUpBoxMainFormRadio label::before {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  left: 5px;
}
.popUpBoxMainFormRadio label::after {
  background-color: #C40026;
  border-radius: 50%;
  opacity: 0;
  width: 12px;
  height: 12px;
  left: 9px;
}
.popUpBoxMainFormRadio input:checked + label::after {
  opacity: 1;
}

.visually-hidden {
  position: absolute;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
}

.popUpBoxMainBtn_item {
  margin-top: 10px;
}
.popUpBoxMainBtn_item button,
.popUpBoxMainBtn_item a {
  font-weight: 700;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  color: #fff;
  height: 65px;
  border: none;
  letter-spacing: 0.08em;
  font-size: 18px;
  border-radius: 100px;
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}
@media only screen and (max-width: 990px) {
  .popUpBoxMainBtn_item button,
  .popUpBoxMainBtn_item a {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.popUpBoxMainBtn_item button:active, .desktop .popUpBoxMainBtn_item button:hover,
.popUpBoxMainBtn_item a:active,
.desktop .popUpBoxMainBtn_item a:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media only screen and (max-width: 990px) {
  .popUpBoxMainBtn_item button:active, .desktop .popUpBoxMainBtn_item button:hover,
  .popUpBoxMainBtn_item a:active,
  .desktop .popUpBoxMainBtn_item a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.popUpBoxMainBtn_item-01 button,
.popUpBoxMainBtn_item-01 a {
  background: #C40026;
}
.popUpBoxMainBtn_item-02 button,
.popUpBoxMainBtn_item-02 a {
  background: #f6d9de;
}

.popUpBoxMainItemInfo {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  gap: 5%;
}
.popUpBoxMainItemInfo_pic {
  width: 200px;
}
.popUpBoxMainItemInfo_pic-inner {
  padding-top: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.popUpBoxMainItemInfo_data {
  -ms-flex: 1;
      flex: 1;
}
.popUpBoxMainItemInfo_name {
  font-size: 16px;
  letter-spacing: 0.06em;
}

.popUpBoxMainFormRadioBox {
  border: 1px solid #ddd;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 25px 20px 10px;
}
.popUpBoxMainFormRadioBox.error {
  background: #f3ccd4;
  border: 1px solid #c40026;
}
.popUpBoxMainFormRadioBox-noshi {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.popUpBoxMainFormRadioBox-noshi .popUpBoxMainFormRadioBox_item {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #ddd;
  padding-top: 15px;
}
.popUpBoxMainFormRadioBox-noshi .popUpBoxMainFormRadioBox_item:first-child {
  border-top: none;
  padding-top: 0;
}
.popUpBoxMainFormRadioBox_item {
  margin: 0 15px 15px 0;
}
.popUpBoxMainFormRadioBox_item label {
  position: relative;
  cursor: pointer;
  padding-left: 30px;
}
.popUpBoxMainFormRadioBox_item label::before,
.popUpBoxMainFormRadioBox_item label::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}
.popUpBoxMainFormRadioBox_item label::before {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  left: 5px;
}
.popUpBoxMainFormRadioBox_item label::after {
  background-color: #C40026;
  border-radius: 50%;
  opacity: 0;
  width: 12px;
  height: 12px;
  left: 9px;
}
.popUpBoxMainFormRadioBox_item input:checked + label::after {
  opacity: 1;
}
.popUpBoxMainFormRadioBox_text {
  margin-top: -10px;
}
.popUpBoxMainFormRadioBox_text input {
  border: 1px solid #ddd;
  font-size: 16px;
  padding: 10px;
  width: 100%;
}

.popUpBoxMainFormRadioBoxNoshi {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 3%;
  width: 100%;
}
.popUpBoxMainFormRadioBoxNoshi_info {
  -ms-flex: 1;
      flex: 1;
}
.popUpBoxMainFormRadioBoxNoshi_right {
  width: 50%;
}
.popUpBoxMainFormRadioBoxNoshi_pic {
  text-align: center;
}
.popUpBoxMainFormRadioBoxNoshi_pic img {
  width: 152px;
}
.popUpBoxMainFormRadioBoxNoshi_name {
  text-align: center;
  letter-spacing: 0.08em;
}

.popUpBoxMainNaire {
  border: solid #ddd;
  border-width: 0 1px 1px;
  margin-top: -1px;
}
.popUpBoxMainNaire_item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  border-top: 1px solid #ddd;
}
.popUpBoxMainNaire_title {
  width: 150px;
  padding-left: 20px;
  padding-right: 20px;
  letter-spacing: 0.08em;
  font-weight: 500;
}
.popUpBoxMainNaire input {
  border: 1px solid #ddd;
  font-size: 16px;
  padding: 10px;
  width: 100%;
}
.popUpBoxMainNaire_data {
  padding: 10px;
  border-left: 1px solid #ddd;
  -ms-flex: 1;
      flex: 1;
}
.popUpBoxMainNaire_data02 {
  -ms-flex: 1;
      flex: 1;
}

.popUpBoxMainNaireColumn {
  display: -ms-flexbox;
  display: flex;
}
.popUpBoxMainNaireColumn_item {
  width: 50%;
  padding: 10px;
  border-left: 1px solid #ddd;
}

.cartFinMain_hl {
  background: #C40026;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  padding: 10px;
  margin-bottom: 50px;
  text-align: center;
}
.cartFinMain_code {
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.12em;
  margin-bottom: 50px;
}
.cartFinMain_code strong {
  color: #C40026;
}
.cartFinMain_text {
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.12em;
  line-height: 2;
  font-weight: 500;
  margin-bottom: 100px;
}
.cartFinMain_text a {
  color: #C40026;
  text-decoration: underline;
}
.cartFinMain_text a:active, .desktop .cartFinMain_text a:hover {
  text-decoration: none;
}

.cartFinBackBtn {
  border: solid #000;
  border-width: 1px 0 0;
  padding: 100px 0;
  position: relative;
}
.cartFinBackBtn_icon {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 24px;
}
.cartFinBackBtn_btn {
  text-align: center;
}
.cartFinBackBtn_btn a {
  font-weight: 700;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 280px;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background: #cfcfcf;
  color: #000;
  height: 65px;
  border: none;
  letter-spacing: 0.08em;
  font-size: 18px;
  transition: border-radius 0.2s ease-in-out;
}
.cartFinBackBtn_btn a:active, .desktop .cartFinBackBtn_btn a:hover {
  text-decoration: none;
  border-radius: 15px;
}

.itemWrapContainer-mypage .cartItemList {
  padding: 30px;
  box-shadow: 0 0 20px rgba(0, 0, 0, .2);
  margin-bottom: 50px;
}
.itemWrapContainer-mypage .cartItemList_item {
  border-bottom: 1px solid #ddd;
  margin-top: 30px;
  padding-bottom: 30px;
}
.itemWrapContainer_textbox input {
  border: 2px solid #000;
  padding: 10px 15px;
  height: 47px;
  width: 270px;
}
.itemWrapContainer_select {
  margin-bottom: 50px;
}
.itemWrapContainer_select-mb0 {
  margin-bottom: 0;
}
.itemWrapContainer_select select {
  border: 2px solid #000;
  height: 47px;
  padding: 0 10px;
  background: #fff;
  width: 270px;
}
.itemWrapContainer_head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 40px;
  gap: 3%;
}
.itemWrapContainer_button {
  margin-left: auto;
}
.itemWrapContainer_button button,
.itemWrapContainer_button a {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background: #fff;
  border: 1px solid #C40026;
  color: #C40026;
  background: #fff;
  height: 60px;
  border-radius: 100px;
  min-width: 150px;
  transition: all 0.3s;
  -webkit-appearance: none;
}
.itemWrapContainer_button button:active, .desktop .itemWrapContainer_button button:hover,
.itemWrapContainer_button a:active,
.desktop .itemWrapContainer_button a:hover {
  text-decoration: none;
  background: #C40026;
  color: #fff;
}

.popUpBoxHistoryBox_item {
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #C40026;
  gap: 3%;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 1.8;
}
.popUpBoxHistoryBox_title {
  color: #C40026;
  width: 145px;
  letter-spacing: 0.08em;
}
.popUpBoxHistoryBox_text {
  letter-spacing: 0.08em;
}

.cartDeliveryBox {
  display: -ms-flexbox;
  display: flex;
  gap: 3%;
  border-top: 1px solid #a1a1a1;
  padding-top: 30px;
  margin-bottom: 40px;
}
.cartDeliveryBox_data {
  -ms-flex: 1;
      flex: 1;
}
.cartDeliveryBox_btn {
  width: 230px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.cartDeliveryBox_btn button {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background: #fff;
  border: 1px solid #C40026;
  color: #C40026;
  height: 65px;
  border-radius: 100px;
  transition: all 0.3s;
  -webkit-appearance: none;
}
.cartDeliveryBox_btn button:active, .desktop .cartDeliveryBox_btn button:hover {
  text-decoration: none;
  background: #C40026;
  color: #fff;
}
.cartDeliveryBox_list {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4px;
}
.cartDeliveryBox_list dt {
  width: 120px;
}
.cartDeliveryBox_list dd {
  -ms-flex: 1;
      flex: 1;
}
.cartDeliveryBox_list dd strong {
  font-weight: normal;
  color: #C40026;
}

.noshiInfoBox {
  display: -ms-flexbox;
  display: flex;
  gap: 2%;
  margin-bottom: 30px;
}
.noshiInfoBox_pic {
  width: 200px;
}
.noshiInfoBox_text {
  -ms-flex: 1;
      flex: 1;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1.8;
}
.noshiInfoBox_text p:last-child {
  margin-bottom: 0;
}

.cartInfoTxt {
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 30px;
}

.commonBtn {
  text-align: center;
  margin-bottom: 60px;
}
.commonBtn a {
  max-width: 300px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background: #C40026;
  border: 1px solid #C40026;
  color: #fff;
  height: 65px;
  border-radius: 100px;
  transition: all 0.3s;
  -webkit-appearance: none;
}
.commonBtn a:active, .desktop .commonBtn a:hover {
  text-decoration: none;
  background: #fff;
  color: #C40026;
}

.cartError {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 60px;
  color: #C40026;
  font-weight: 500;
}
.cartError img {
  width: 24px;
  margin-right: 10px;
}

.js-noshi-type,
.js-housoushi-type,
.js-ribon-type {
  display: none;
}

@media only screen and (max-width: 990px) {
  .pointInfo {
    margin-bottom: 40px;
  }
  .pointInfo span {
    padding: 15px;
  }
  .cartFlowPoint {
    margin: 0 auto 60px;
  }
  .cartFlowPoint_inner:before {
    top: 15px;
  }
  .cartFlowPoint_inner:after {
    top: 15px;
  }
  .cartFlowPoint_item {
    text-align: center;
    position: relative;
  }
  .cartFlowPoint_item-no {
    width: 30px;
    height: 30px;
    font-size: 11px;
  }
  .cartFlowPoint_item-title {
    letter-spacing: 0.02em;
    font-size: 12px;
    line-height: 1.4;
    width: 70px;
    left: -20px;
  }
  .cartText {
    margin: 0 auto 20px;
    font-size: 13px;
  }
  .cartMainArea {
    gap: initial;
    margin-bottom: 10px;
  }
  .cartMainArea_left {
    -ms-flex: initial;
        flex: initial;
    width: 100%;
    margin-bottom: 60px;
  }
  .cartMainArea_right {
    width: 100%;
  }
  .cartMainArea_hl {
    font-size: 18px;
    padding: 10px;
    margin-bottom: 30px;
  }
  .cartItemOrderBox {
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .3);
    padding: 20px;
    margin-bottom: 50px;
  }
  .cartItemOrderBox:last-of-type {
    margin-bottom: 0;
  }
  .cartItemList {
    margin-bottom: 30px;
  }
  .cartItemList_item {
    gap: initial;
    width: 100%;
    margin-top: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cartItemList_left {
    width: 100%;
    margin-bottom: 15px;
  }
  .cartItemList_data {
    -ms-flex: initial;
        flex: initial;
    width: 100%;
  }
  .cartItemList_name {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 10px;
    font-weight: 500;
    padding-right: 0;
  }
  .cartItemList_icon {
    margin-bottom: 3px;
  }
  .cartItemList_icon img {
    height: 20px;
    margin: 0 2px 2px 0;
  }
  .cartItemList_delivery {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: initial;
    -ms-flex-align: end;
        align-items: end;
  }
  .cartItemList_delivery-info {
    font-size: 14px;
    -ms-flex: initial;
        flex: initial;
    margin-bottom: 10px;
  }
  .cartItemList_delivery-btn {
    width: 80%;
    margin: 0 auto;
  }
  .cartItemList_delivery-btn button {
    font-weight: 700;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 35px;
    font-size: 15px;
  }
  .cartItemList_mypagecode {
    font-size: 14px;
    letter-spacing: 0.1em;
  }
  .cartItemListControl {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding-top: 5px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cartItemListControl_num {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    font-weight: 700;
  }
  .cartItemListControl_num-select select {
    border: 2px solid #ddd;
    padding: 10px 15px;
  }
  .cartItemListControl_price {
    margin-left: 0;
    font-size: 25px;
    letter-spacing: 0.04em;
    margin-bottom: 10px;
  }
  .cartItemListControl_price strong {
    font-weight: 700;
  }
  .cartItemListControl_price span {
    color: #a1a1a1;
    font-size: 15px;
    font-weight: 700;
    display: inline-block;
    margin-left: 5px;
  }
  .cartItemListControl_del {
    margin-left: auto;
  }
  .cartItemListControl_del button {
    border: none;
    background: none;
    font-weight: 700;
    letter-spacing: 0.04em;
    font-size: 15px;
    text-decoration: underline;
    color: #a1a1a1;
  }
  .cartItemListControl_del button:active, .desktop .cartItemListControl_del button:hover {
    text-decoration: none;
  }
  .cartItemListControl_del02 {
    margin-left: 0;
    margin-left: initial;
    position: static;
    width: 100%;
    text-align: right;
    margin-bottom: 10px;
  }
  .cartItemListControl_del02 button {
    border: none;
    background: none;
    font-weight: 700;
    letter-spacing: 0.04em;
    font-size: 15px;
    text-decoration: underline;
    color: #a1a1a1;
  }
  .cartItemListControl_del02 button:active, .desktop .cartItemListControl_del02 button:hover {
    text-decoration: none;
  }
  .cartDeliveryList {
    margin-bottom: 0px;
  }
  .cartDeliveryList_item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3%;
    border-bottom: 1px solid #C40026;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .cartDeliveryList_item:first-child {
    margin-top: 0;
  }
  .cartDeliveryList_item:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }
  .cartDeliveryList_title {
    width: 120px;
    color: #C40026;
  }
  .cartDeliveryList_data {
    -ms-flex: 1;
        flex: 1;
  }
  .cartDeliveryList_btn {
    margin-top: 20px;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
  .cartDeliveryList_btn button,
  .cartDeliveryList_btn a {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    height: 65px;
    transition: opacity 0.2s ease-in-out;
    cursor: pointer;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@media only screen and (max-width: 990px) and (max-width: 990px) {
  .cartDeliveryList_btn button,
  .cartDeliveryList_btn a {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@media only screen and (max-width: 990px) {
  .cartDeliveryList_btn button:active, .desktop .cartDeliveryList_btn button:hover,
  .cartDeliveryList_btn a:active,
  .desktop .cartDeliveryList_btn a:hover {
    text-decoration: none;
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
}
@media only screen and (max-width: 990px) and (max-width: 990px) {
  .cartDeliveryList_btn button:active, .desktop .cartDeliveryList_btn button:hover,
  .cartDeliveryList_btn a:active,
  .desktop .cartDeliveryList_btn a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@media only screen and (max-width: 990px) {
  .otherDeliverySet {
    padding-top: 20px;
    margin-bottom: 60px;
  }
  .otherDeliverySet_btn {
    text-align: center;
    margin-bottom: 15px;
  }
  .otherDeliverySet_btn a,
  .otherDeliverySet_btn button {
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 18px;
    letter-spacing: 0.08em;
    width: 100%;
    height: 65px;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
  }
  .otherDeliverySet_text {
    text-align: center;
    font-size: 15px;
    letter-spacing: 0.08em;
  }
  .cartPriceBox {
    box-shadow: 8px 8px 10px rgba(0, 0, 0, .3);
    position: static;
  }
  .cartPriceBox_inner {
    padding: 30px;
  }
  .cartPriceBox_wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    line-height: 1;
    margin-bottom: 40px;
  }
  .cartPriceBox_label {
    font-weight: 700;
  }
  .cartPriceBox_price {
    margin-left: auto;
    font-size: 25px;
    letter-spacing: 0.04em;
  }
  .cartPriceBox_price strong {
    font-weight: 700;
  }
  .cartPriceBox_price span {
    color: #a1a1a1;
    font-size: 15px;
    font-weight: 700;
    display: inline-block;
    margin-left: 5px;
  }
  .cartPriceBox_btn {
    margin-bottom: 15px;
  }
  .cartPriceBox_btn button {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    background: #C40026;
    color: #fff;
    height: 65px;
    border: none;
    transition: opacity 0.2s ease-in-out;
    cursor: pointer;
    opacity: 1;
    filter: alpha(opacity=100);
    font-weight: 700;
    letter-spacing: 0.08em;
  }
}
@media only screen and (max-width: 990px) and (max-width: 990px) {
  .cartPriceBox_btn button {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@media only screen and (max-width: 990px) {
  .cartPriceBox_btn button:active, .desktop .cartPriceBox_btn button:hover {
    text-decoration: none;
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
}
@media only screen and (max-width: 990px) and (max-width: 990px) {
  .cartPriceBox_btn button:active, .desktop .cartPriceBox_btn button:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@media only screen and (max-width: 990px) {
  .cartPriceBox_backbtn button {
    font-weight: 700;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    background: #cfcfcf;
    color: #000;
    height: 65px;
    border: none;
    transition: opacity 0.2s ease-in-out;
    cursor: pointer;
    opacity: 1;
    filter: alpha(opacity=100);
    letter-spacing: 0.08em;
  }
}
@media only screen and (max-width: 990px) and (max-width: 990px) {
  .cartPriceBox_backbtn button {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@media only screen and (max-width: 990px) {
  .cartPriceBox_backbtn button:active, .desktop .cartPriceBox_backbtn button:hover {
    text-decoration: none;
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
}
@media only screen and (max-width: 990px) and (max-width: 990px) {
  .cartPriceBox_backbtn button:active, .desktop .cartPriceBox_backbtn button:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@media only screen and (max-width: 990px) {
  .cartAllPriceBox {
    margin-bottom: 60px;
  }
  .cartAllPriceBox_top {
    border-bottom: 1px solid #C40026;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    padding: 30px 0;
  }
  .cartAllPriceBox_price {
    letter-spacing: 0.08em;
    color: #C40026;
    padding: 0;
    line-height: 1;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 15px;
  }
  .cartAllPriceBox_price span {
    font-size: 15px;
    margin-right: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .cartAllPriceBox_price strong {
    width: 100%;
    font-size: 25px;
    text-align: center;
  }
  .cartAllPriceBox_btn {
    width: 100%;
    text-align: center;
  }
  .cartAllPriceBox_btn button {
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 120px;
    height: 45px;
    font-size: 14px;
  }
  .cartAllPriceBox_btn button img {
    width: 20px;
    margin-right: 10px;
  }
  .cartAllPriceBox_btm {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cartAllPriceBox_btm:after {
    display: none;
  }
  .cartAllPriceBox_btm-left {
    width: 100%;
  }
  .cartAllPriceBox_btm-right {
    border-top: 1px solid #C40026;
    width: 100%;
  }
  .cartAllPriceBox_list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding: 15px;
    letter-spacing: 0.06em;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cartAllPriceBox_list dt {
    width: 100%;
    text-align: center;
    font-size: 14px;
    margin: 0 0 10px;
  }
  .cartAllPriceBox_list dd {
    width: 100%;
    text-align: center;
    font-size: 17px;
  }
  .cartBtnBtm {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2%;
  }
  .cartBtnBtm_back {
    width: 100%;
    text-align: center;
    -ms-flex-order: 2;
        order: 2;
  }
  .cartBtnBtm_back a {
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 80%;
    height: 45px;
    border: none;
    font-size: 15px;
  }
  .cartBtnBtm_next {
    -ms-flex-order: 1;
        order: 1;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
  .cartBtnBtm_next a {
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 80%;
    height: 45px;
    border: none;
    font-size: 15px;
  }
  .popUpBoxMain_title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .popUpBoxMain_title02 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .popUpBox {
    padding: 0 20px;
  }
  .popUpBox_inner {
    padding: 30px 20px;
    max-height: calc(100vh - 100px);
  }
  .popUpBoxMainItemInfo {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: initial;
  }
  .popUpBoxMainItemInfo_pic {
    width: 100%;
    margin-bottom: 15px;
  }
  .popUpBoxMainItemInfo_data {
    -ms-flex: initial;
        flex: initial;
    width: 100%;
  }
  .popUpBoxMainItemInfo_name {
    font-size: 16px;
    letter-spacing: 0.06em;
  }
  .popUpBoxMainForm .picker {
    margin-top: 10px !important;
  }
  .popUpBoxMainForm .picker,
  .popUpBoxMainForm .picker__holder {
    position: static;
  }
  .popUpBoxMainForm .picker--opened .picker__holder {
    margin: 0;
  }
  .popUpBoxMainFormRadioBox {
    border: 1px solid #ddd;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 15px 10px 5px;
  }
  .popUpBoxMainFormRadioBox-spfull .popUpBoxMainFormRadioBox_item {
    width: 100%;
  }
  .popUpBoxMainFormRadioBox-spfull .popUpBoxMainFormRadioBox_item-half {
    width: auto;
  }
  .popUpBoxMainFormRadioBox-spfull .popUpBoxMainFormRadioBox_text {
    -ms-flex: 1;
        flex: 1;
  }
  .popUpBoxMainFormRadioBox_item {
    margin: 0 10px 15px 0;
  }
  .popUpBoxMainFormRadioBox_item label {
    position: relative;
    cursor: pointer;
    padding-left: 30px;
  }
  .popUpBoxMainFormRadioBox_item label::before,
  .popUpBoxMainFormRadioBox_item label::after {
    content: "";
    display: block;
    border-radius: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 50%;
  }
  .popUpBoxMainFormRadioBox_item label::before {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    left: 5px;
  }
  .popUpBoxMainFormRadioBox_item label::after {
    background-color: #C40026;
    border-radius: 50%;
    opacity: 0;
    width: 12px;
    height: 12px;
    left: 9px;
  }
  .popUpBoxMainFormRadioBox_item input:checked + label::after {
    opacity: 1;
  }
  .popUpBoxMainNaire {
    border: solid #ddd;
    border-width: 0 1px 1px;
    margin-top: -1px;
  }
  .popUpBoxMainNaire_item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    border-top: 1px solid #ddd;
    padding-top: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .popUpBoxMainNaire_title {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
  }
  .popUpBoxMainNaire input {
    border: 1px solid #ddd;
    font-size: 16px;
    padding: 10px;
    width: 100%;
  }
  .popUpBoxMainNaire_data {
    padding: 10px;
    border-left: none;
    -ms-flex: initial;
        flex: initial;
    width: 100%;
  }
  .popUpBoxMainNaire_data02 {
    -ms-flex: initial;
        flex: initial;
    width: 100%;
    padding: 10px;
  }
  .popUpBoxMainNaireColumn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .popUpBoxMainNaireColumn_item {
    width: 48%;
    padding: 0;
    border-left: none;
  }
  .cartFinMain_hl {
    font-size: 15px;
    margin-bottom: 30px;
  }
  .cartFinMain_code {
    font-size: 16px;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
  }
  .cartFinMain_text {
    font-size: 15px;
    letter-spacing: 0.1em;
    margin-bottom: 40px;
  }
  .cartFinMain_text p {
    margin-bottom: 2em;
  }
  .cartFinBackBtn {
    padding: 60px 0 0;
    position: relative;
  }
  .cartFinBackBtn_icon {
    width: 15px;
  }
  .popUpBoxHistoryBox_item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3%;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 1.8;
  }
  .popUpBoxHistoryBox_title {
    color: #C40026;
    width: 145px;
    letter-spacing: 0.08em;
  }
  .popUpBoxHistoryBox_text {
    letter-spacing: 0.08em;
  }
  .itemWrapContainer-mypage .cartItemList {
    padding: 20px 20px 25px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    margin-bottom: 40px;
  }
  .itemWrapContainer-mypage .cartItemList_item {
    margin-top: 20px;
    padding-bottom: 20px;
  }
  .itemWrapContainer_head {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .itemWrapContainer_textbox {
    width: 100%;
  }
  .itemWrapContainer_textbox input {
    border: 2px solid #000;
    padding: 10px 15px;
    width: 100%;
    height: 50px;
  }
  .itemWrapContainer_select {
    margin-bottom: 10px;
    width: 100%;
  }
  .itemWrapContainer_select select {
    border-radius: 4px;
    width: 100%;
  }
  .itemWrapContainer_button {
    margin-left: 0;
    width: 100%;
    text-align: center;
    padding-top: 20px;
  }
  .itemWrapContainer_button button,
  .itemWrapContainer_button a {
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 200px;
    height: 50px;
  }
  .popUpBoxHistoryBox_item {
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #C40026;
    gap: 3%;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 1.8;
  }
  .popUpBoxHistoryBox_title {
    color: #C40026;
    width: 145px;
    letter-spacing: 0.08em;
  }
  .popUpBoxHistoryBox_text {
    letter-spacing: 0.08em;
  }
  .cartDeliveryBox {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: initial;
    border-top: 1px solid #a1a1a1;
    padding-top: 30px;
    margin-bottom: 40px;
  }
  .cartDeliveryBox_data {
    -ms-flex: initial;
        flex: initial;
    width: 100%;
    margin-bottom: 20px;
  }
  .cartDeliveryBox_btn {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
  .cartDeliveryBox_list {
    margin-bottom: 4px;
  }
  .noshiInfoBox {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: initial;
    margin-bottom: 30px;
  }
  .noshiInfoBox_pic {
    width: 100%;
    margin-bottom: 10px;
  }
  .noshiInfoBox_text {
    -ms-flex: 1;
        flex: 1;
    font-size: 14px;
    letter-spacing: 0.04em;
    line-height: 1.8;
  }
  .noshiInfoBox_text p:last-child {
    margin-bottom: 0;
  }
  .cartInfoTxt {
    font-size: 15px;
    margin-bottom: 30px;
  }
  .commonBtn {
    text-align: center;
    margin-bottom: 50px;
  }
  .commonBtn a {
    width: 100%;
    height: 45px;
  }
  .cartOldBox {
    background: #ffeed2;
    margin: 0 -30px 30px;
    padding: 20px 25px;
  }
  .cartOldBox_title {
    text-align: center;
    color: #C40026;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 3px;
  }
  .cartOldBox_title img {
    width: 22px;
    margin-right: 5px;
    position: relative;
    top: -2px;
  }
  .cartOldBox_text {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #C40026;
    margin-bottom: 15px;
  }
  .cartOldBox_subtext {
    text-align: center;
    margin-bottom: 10px;
  }
  .cartOldBox_subtext02 {
    text-align: center;
  }
  .cartOldBox_subtext02 input {
    width: 2.5em;
    padding: 5px;
    margin-right: 5px;
  }
}
.staticTxt {
  text-align: center;
  font-size: 17px;
  letter-spacing: 0.12em;
  line-height: 2;
}

.fortuneSec {
  padding: 100px 0;
}
.fortuneSec_inner {
  max-width: 1100px;
  margin: 0 auto;
}
.fortuneSec-color {
  background: #FCF2F4;
}

.fortuneSecMainLabel {
  margin-bottom: 30px;
}
.fortuneSecMainLabel-right {
  text-align: right;
}
.fortuneSecMainLabel span {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.08em;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  border: 1px solid #C40026;
  color: #C40026;
  width: 160px;
  height: 40px;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.fortuneSecMain {
  display: -ms-flexbox;
  display: flex;
  gap: 3%;
}
.fortuneSecMain.reverse .fortuneSecMain_left {
  -ms-flex-order: 2;
      order: 2;
}
.fortuneSecMain.reverse .fortuneSecMain_right {
  -ms-flex-order: 1;
      order: 1;
}
.fortuneSecMain_left {
  width: 550px;
}
.fortuneSecMain_right {
  -ms-flex: 1;
      flex: 1;
}
.fortuneSecMain_title {
  font-size: 45px;
  letter-spacing: 0.08em;
  line-height: 1.6;
  font-family: "Hina Mincho", serif;
  color: #C40026;
  margin-bottom: 20px;
}
.fortuneSecMain_text {
  letter-spacing: 0.12em;
  line-height: 1.8;
}

.techniquesSec {
  padding: 100px 0;
}
.techniquesSec_inner {
  max-width: 1100px;
  margin: 0 auto;
}

.techniquesSecMainLabel {
  text-align: center;
  margin-bottom: 60px;
}
.techniquesSecMainLabel span {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.08em;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  border: 1px solid #3E597A;
  color: #3E597A;
  min-width: 160px;
  padding: 0 10px;
  height: 40px;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.techniquesSecMain {
  margin-bottom: 100px;
}
.techniquesSecMain_title {
  font-size: 45px;
  letter-spacing: 0.08em;
  line-height: 1.6;
  font-family: "Hina Mincho", serif;
  color: #3E597A;
  margin-bottom: 30px;
  text-align: center;
}
.techniquesSecMain_text {
  letter-spacing: 0.12em;
  line-height: 1.8;
  margin-bottom: 25px;
}
.techniquesSecMain_pic {
  margin-bottom: 20px;
}
.techniquesSecMain_point {
  display: -ms-flexbox;
  display: flex;
  line-height: 1.6;
}
.techniquesSecMain_point dt {
  background: #3E597A;
  color: #fff;
  width: 220px;
  font-family: "Hina Mincho", serif;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  font-size: 22px;
}
.techniquesSecMain_point dd {
  -ms-flex: 1;
      flex: 1;
  padding: 20px;
  background: #EBEEF1;
  color: #3E597A;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 990px) {
  .staticTxt {
    font-size: 15px;
    padding: 0 20px;
    text-align: left;
  }
  .fortuneSec {
    padding: 40px 20px;
  }
  .fortuneSecMainLabel {
    margin-bottom: 30px;
  }
  .fortuneSecMainLabel-right {
    text-align: right;
  }
  .fortuneSecMainLabel span {
    font-size: 14px;
  }
  .fortuneSecMain {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: initial;
  }
  .fortuneSecMain.reverse .fortuneSecMain_left {
    -ms-flex-order: 1;
        order: 1;
  }
  .fortuneSecMain.reverse .fortuneSecMain_right {
    -ms-flex-order: 2;
        order: 2;
  }
  .fortuneSecMain_left {
    width: 100%;
    margin-bottom: 10px;
  }
  .fortuneSecMain_right {
    -ms-flex: initial;
        flex: initial;
    width: 100%;
  }
  .fortuneSecMain_title {
    font-size: 25px;
    margin-bottom: 10px;
  }
  .fortuneSecMain_text {
    letter-spacing: 0.12em;
    line-height: 1.8;
  }
  .techniquesSec {
    padding: 40px 0;
  }
  .techniquesSec_inner {
    max-width: 1100px;
    margin: 0 auto;
  }
  .techniquesSecMainLabel {
    margin-bottom: 40px;
  }
  .techniquesSecMainLabel span {
    font-size: 13px;
    min-width: 140px;
  }
  .techniquesSecMain {
    margin-bottom: 50px;
  }
  .techniquesSecMain_title {
    font-size: 22px;
    letter-spacing: 0.06em;
    margin-bottom: 25px;
  }
  .techniquesSecMain_text {
    letter-spacing: 0.12em;
    line-height: 2;
    margin-bottom: 25px;
    font-size: 15px;
    padding: 0 25px;
  }
  .techniquesSecMain_pic {
    margin-bottom: 20px;
  }
  .techniquesSecMain_point {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 25px;
  }
  .techniquesSecMain_point dt {
    width: 100%;
    font-size: 22px;
    height: 50px;
  }
  .techniquesSecMain_point dd {
    font-size: 14px;
  }
}
.myPageContainer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3%;
  margin-bottom: 80px;
}
.myPageContainer_left {
  -ms-flex: 1;
      flex: 1;
}
.myPageContainer_right {
  width: 340px;
}

.mypageUserName {
  font-size: 18px;
  letter-spacing: 0.12em;
  font-weight: 500;
  margin-bottom: 40px;
}

.mypageMonthPice {
  background: #FDF7F8;
  border: 1px solid #C40026;
  padding: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  line-height: 1;
  margin-bottom: 60px;
}
.mypageMonthPice_title {
  font-weight: bold;
  font-size: 15px;
  color: #C40026;
  margin-right: 20px;
}
.mypageMonthPice_price {
  font-size: 25px;
}

.myPageBtn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 60px;
}
.myPageBtn_item {
  width: 48%;
  position: relative;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
}
.myPageBtn_item:active, .desktop .myPageBtn_item:hover {
  border-radius: 10px;
}
.myPageBtn_item:active .myPageBtn_pic-inner, .desktop .myPageBtn_item:hover .myPageBtn_pic-inner {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.myPageBtn_pic-inner {
  height: 150px;
  transition: all 0.2s ease-in-out;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.myPageBtn_pic-inner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
}
.myPageBtn_text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  font-size: 18px;
  font-weight: bold;
  z-index: 4;
}
.myPageBtn_text:after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  border: solid #fff;
  border-width: 2px 2px 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 5;
}

.myPageStatas {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-top: 25px;
}
.myPageStatas_item span {
  border-radius: 100px;
  color: #000;
  border: 1px solid #000;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 140px;
  height: 45px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-weight: bold;
  letter-spacing: 0.04em;
  font-size: 15px;
}
.myPageStatas_btn button {
  font-weight: 700;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 200px;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background: #CFCFCF;
  color: #000;
  height: 65px;
  border: none;
  letter-spacing: 0.08em;
  font-size: 15px;
  color: #fff;
  transition: border-radius 0.2s ease-in-out;
}
.myPageStatas_btn button:active, .desktop .myPageStatas_btn button:hover {
  text-decoration: none;
  border-radius: 15px;
}

.myPageSideBox {
  box-shadow: 0 0 15px rgba(0, 0, 0, .2);
}
.myPageSideBox_inner {
  padding: 25px;
}
.myPageSideBox_title {
  background: #000;
  color: #fff;
  border-radius: 100px;
  font-weight: bold;
  font-size: 17px;
  padding: 15px;
  line-height: 1;
  margin-bottom: 15px;
  letter-spacing: 0.08em;
}
.myPageSideBox_list {
  margin-top: 15px;
}
.myPageSideBox_list dt {
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
}
.myPageSideBox_list dd ul {
  padding-left: 1em;
}
.myPageSideBox_list dd ul li {
  margin-top: 10px;
}
.myPageSideBox_list dd ul li:first-child {
  margin-top: 0;
}
.myPageSideBox_list dd ul li a {
  position: relative;
  padding-left: 20px;
  font-size: 15px;
  text-decoration: underline;
}
.myPageSideBox_list dd ul li a:active, .desktop .myPageSideBox_list dd ul li a:hover {
  text-decoration: none;
}
.myPageSideBox_list dd ul li a:before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border: solid #000;
  border-width: 1px 1px 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.myPageStatasInfo {
  margin-bottom: 40px;
}
.myPageStatasInfo_text {
  font-size: 14px;
  letter-spacing: 0.12em;
  font-weight: 500;
  margin-bottom: 15px;
}
.myPageStatasInfo_main {
  background: #EAEAEA;
  padding: 1.5em;
  border-radius: 10px;
}
.myPageStatasInfo_list {
  display: -ms-flexbox;
  display: flex;
  gap: 2%;
  margin-top: 10px;
}
.myPageStatasInfo_list:first-child {
  margin-top: 0;
}
.myPageStatasInfo_list dt span {
  border-radius: 100px;
  color: #000;
  border: 1px solid #000;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 90px;
  height: 28px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-weight: bold;
  letter-spacing: 0.04em;
  font-size: 12px;
  background: #fff;
}
.myPageStatasInfo_list dd {
  -ms-flex: 1;
      flex: 1;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 990px) {
  .myPageContainer {
    margin-bottom: 20px;
  }
  .myPageContainer_left {
    -ms-flex: initial;
        flex: initial;
    width: 100%;
    margin-bottom: 30px;
  }
  .myPageContainer_right {
    width: 100%;
  }
  .mypageUserName {
    font-size: 14px;
    letter-spacing: 0.12em;
    font-weight: 500;
    margin-bottom: 20px;
  }
  .mypageMonthPice {
    padding: 15px 10px;
    margin-bottom: 30px;
  }
  .mypageMonthPice_title {
    font-size: 12px;
    margin-right: 15px;
  }
  .mypageMonthPice_price {
    font-size: 17px;
    font-weight: 500;
  }
  .myPageBtn {
    margin-bottom: 30px;
  }
  .myPageBtn_item {
    width: 100%;
    margin-bottom: 15px;
  }
  .myPageBtn_pic-inner {
    height: 130px;
  }
  .myPageBtn_text {
    font-size: 16px;
  }
  .myPageStatas {
    padding-top: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .myPageStatas_item {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .myPageStatas_item span {
    border-radius: 100px;
    color: #000;
    border: 1px solid #000;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 140px;
    height: 45px;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    font-weight: bold;
    letter-spacing: 0.04em;
    font-size: 15px;
  }
  .myPageStatas_btn {
    text-align: center;
    width: 100%;
  }
  .myPageStatas_btn button {
    font-weight: 700;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 200px;
    height: 55px;
    font-size: 15px;
  }
  .myPageSideBox {
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
  }
  .myPageSideBox_inner {
    padding: 25px;
  }
  .myPageSideBox_title {
    background: #000;
    color: #fff;
    border-radius: 100px;
    font-weight: bold;
    font-size: 17px;
    padding: 15px;
    line-height: 1;
    margin-bottom: 15px;
    letter-spacing: 0.08em;
  }
  .myPageSideBox_list {
    margin-top: 15px;
  }
  .myPageSideBox_list dt {
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 0.08em;
    margin-bottom: 10px;
  }
  .myPageSideBox_list dd ul {
    padding-left: 1em;
  }
  .myPageSideBox_list dd ul li {
    margin-top: 10px;
  }
  .myPageSideBox_list dd ul li:first-child {
    margin-top: 0;
  }
  .myPageSideBox_list dd ul li a {
    position: relative;
    padding-left: 20px;
    font-size: 15px;
  }
  .myPageSideBox_list dd ul li a:before {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    border: solid #000;
    border-width: 1px 1px 0 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .myPageStatasInfo {
    margin-bottom: 30px;
  }
  .myPageStatasInfo_text {
    font-size: 12px;
    margin-bottom: 15px;
  }
  .myPageStatasInfo_main {
    padding: 1.5em;
  }
}
.inquirySubTitle {
  background: #C40026;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding: 15px;
  margin-bottom: 40px;
  letter-spacing: 0.08em;
}

.inquiryTxt {
  padding: 0 15px;
  letter-spacing: 0.08em;
  margin-bottom: 40px;
  line-height: 2.2;
  font-weight: 500;
}
.inquiryTxt-center {
  text-align: center;
}
.inquiryTxt strong,
.inquiryTxt a {
  color: #C40026;
  font-size: 32px;
}

.inquiryFlowPoint {
  max-width: 600px;
  margin: 0 auto 100px;
  padding-top: 40px;
}
.inquiryFlowPoint_inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  position: relative;
}
.inquiryFlowPoint_inner:before {
  content: "";
  width: calc(100% - 20px);
  height: 2px;
  background: #CECECE;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
.inquiryFlowPoint_inner:after {
  content: "";
  height: 2px;
  background: #F3CCD4;
  position: absolute;
  top: 20px;
  left: 20px;
  margin: auto;
  z-index: -1;
  display: none;
}
.inquiryFlowPoint.step02 .inquiryFlowPoint_inner:after {
  content: "";
  width: 45%;
  display: block;
}
.inquiryFlowPoint.step03 .inquiryFlowPoint_inner:after {
  content: "";
  width: calc(100% - 20px);
  display: block;
}
.inquiryFlowPoint_item {
  text-align: center;
  position: relative;
}
.inquiryFlowPoint_item.active .inquiryFlowPoint_item-no {
  background: #C40026;
  -webkit-animation-name: sizeScale;
          animation-name: sizeScale;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}
.inquiryFlowPoint_item-no {
  background: #CECECE;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 40px;
  height: 40px;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  color: #fff;
  border-radius: 100px;
  font-weight: 700;
}
.inquiryFlowPoint_item-title {
  padding-top: 5px;
  display: block;
  letter-spacing: 0.1em;
  position: absolute;
  left: -55px;
  margin: auto;
  width: 150px;
}

.inquiryFormMain {
  max-width: 800px;
  margin: 0 auto 60px;
}
.inquiryFormMain_item {
  margin-top: 20px;
}
.inquiryFormMain_item:first-child {
  margin-top: 0;
}
.inquiryFormMain_item.error input {
  background: #F3CCD4;
}
.inquiryFormMain_errortxt {
  color: #C40026;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 3px;
}
.inquiryFormMain_title {
  color: #C40026;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  line-height: 1;
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 1.6;
  font-weight: 500;
}
.inquiryFormMain_title span {
  background: #C40026;
  color: #fff;
  border-radius: 10px;
  font-size: 13px;
  width: 43px;
  height: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-left: 10px;
}
.inquiryFormMain_form input {
  border: 1px solid #ddd;
  font-size: 16px;
  padding: 10px;
}
.inquiryFormMain_form-size01 input {
  width: 100%;
}
.inquiryFormMain_form-size02 input {
  width: 170px;
}
.inquiryFormMain_select select {
  border: 1px solid #ddd;
  padding: 0 10px;
  width: 170px;
  border-radius: 3px;
  height: 47px;
  background: #fff;
}
.inquiryFormMain_select02 select {
  border: 1px solid #ddd;
  padding: 0 10px;
  width: 170px;
  border-radius: 3px;
  height: 47px;
  background: #fff;
}
.inquiryFormMain_textarea textarea {
  min-height: 300px;
  width: 100%;
  border: 1px solid #ddd;
  font-size: 16px;
  padding: 10px;
}
.inquiryFormMain-check .inquiryFormMain_select,
.inquiryFormMain-check .inquiryFormMain_select02,
.inquiryFormMain-check .inquiryFormMain_textarea,
.inquiryFormMain-check .inquiryFormMain_form {
  font-size: 16px;
  font-weight: 500;
}

.inquiryFormColumn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 5px;
}
.inquiryFormColumn_left {
  font-size: 16px;
  letter-spacing: 0.08em;
  color: #999A9A;
  width: 70px;
}
.inquiryFormColumn .inquiryFormMain_form {
  -ms-flex: 1;
      flex: 1;
}

.inquiryFormBtmTxt {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 2;
  margin-bottom: 60px;
}
.inquiryFormBtmTxt a {
  color: #C40026;
  text-decoration: underline;
  background-image: url("../img/icon/icon_blank.svg");
  background-size: 16px 16px;
  background-repeat: no-repeat;
  padding-right: 20px;
  background-position: right;
  margin-right: 5px;
}
.inquiryFormBtmTxt a:active, .desktop .inquiryFormBtmTxt a:hover {
  text-decoration: none;
}

.inquiryFormBtn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 5%;
}
.inquiryFormBtn_back {
  font-weight: 700;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 280px;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background: #CFCFCF;
  color: #000;
  height: 65px;
  border: none;
  letter-spacing: 0.08em;
  font-size: 18px;
  transition: all 0.4s;
}
.inquiryFormBtn_back:active, .desktop .inquiryFormBtn_back:hover {
  border-radius: 10px;
  text-decoration: none;
}
.inquiryFormBtn_next {
  font-weight: 700;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 280px;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background: #C40026;
  color: #fff;
  height: 65px;
  border: none;
  letter-spacing: 0.08em;
  font-size: 18px;
  transition: all 0.4s;
}
.inquiryFormBtn_next:active, .desktop .inquiryFormBtn_next:hover {
  border-radius: 10px;
  text-decoration: none;
}

.formErrorTxt {
  text-align: center;
  font-weight: bold;
  color: #C40026;
  padding-top: 40px;
}

@media only screen and (max-width: 990px) {
  .inquirySubTitle {
    font-size: 15px;
    padding: 15px;
    margin-bottom: 20px;
  }
  .inquiryTxt {
    padding: 0;
    letter-spacing: 0.08em;
    margin-bottom: 40px;
    line-height: 1.6;
    font-size: 14px;
  }
  .inquiryTxt strong,
  .inquiryTxt a {
    font-size: 26px;
    display: block;
    line-height: 1;
    padding-top: 5px;
  }
  .inquiryFlowPoint {
    margin: 0 auto 60px;
    padding: 10px 20px 0;
  }
  .inquiryFlowPoint_inner:before {
    top: 15px;
  }
  .inquiryFlowPoint_inner:after {
    top: 15px;
  }
  .inquiryFlowPoint.step02 .inquiryFlowPoint_inner:after {
    content: "";
    width: 45%;
    display: block;
  }
  .inquiryFlowPoint.step03 .inquiryFlowPoint_inner:after {
    content: "";
    width: calc(100% - 20px);
    display: block;
  }
  .inquiryFlowPoint_item {
    text-align: center;
    position: relative;
  }
  .inquiryFlowPoint_item-no {
    width: 30px;
    height: 30px;
    font-size: 11px;
  }
  .inquiryFlowPoint_item-title {
    letter-spacing: 0.02em;
    font-size: 12px;
    line-height: 1.4;
    width: 90px;
    left: -30px;
  }
  .inquiryFormMain {
    max-width: 800px;
    margin: 0 auto 60px;
  }
  .inquiryFormMain_item {
    margin-top: 20px;
  }
  .inquiryFormMain_item:first-child {
    margin-top: 0;
  }
  .inquiryFormMain_item.error input {
    background: #F3CCD4;
  }
  .inquiryFormMain_errortxt {
    color: #C40026;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 3px;
  }
  .inquiryFormMain_title {
    color: #C40026;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    line-height: 1;
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.6;
    font-weight: 500;
  }
  .inquiryFormMain_title span {
    background: #C40026;
    color: #fff;
    border-radius: 10px;
    font-size: 13px;
    width: 43px;
    height: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    margin-left: 10px;
  }
  .inquiryFormMain_form input {
    border: 1px solid #ddd;
    font-size: 16px;
    padding: 10px;
  }
  .inquiryFormMain_form-size01 input {
    width: 100%;
  }
  .inquiryFormMain_form-size02 input {
    width: 170px;
  }
  .inquiryFormMain_select select {
    border: 2px solid #ddd;
    padding: 10px;
    width: 100%;
  }
  .inquiryFormMain_select02 select {
    border: 2px solid #ddd;
    padding: 10px;
    width: 170px;
  }
  .inquiryFormMain_textarea textarea {
    min-height: 300px;
    width: 100%;
    border: 1px solid #ddd;
    font-size: 16px;
    padding: 10px;
  }
  .inquiryFormColumn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 5px;
  }
  .inquiryFormColumn_left {
    font-size: 16px;
    letter-spacing: 0.08em;
    color: #999A9A;
    width: 70px;
  }
  .inquiryFormColumn .inquiryFormMain_form {
    -ms-flex: 1;
        flex: 1;
  }
  .inquiryFormBtmTxt {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.06em;
    line-height: 1.8;
    margin-bottom: 40px;
  }
  .inquiryFormBtn {
    text-align: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .inquiryFormBtn_back {
    width: 80%;
    height: 45px;
    font-size: 15px;
    -ms-flex-order: 2;
        order: 2;
  }
  .inquiryFormBtn_next {
    width: 80%;
    height: 45px;
    font-size: 15px;
    -ms-flex-order: 1;
        order: 1;
    margin-bottom: 20px;
  }
}
.newsDetail_day {
  color: #C40026;
  font-weight: 500;
  text-align: left;
  margin-bottom: 20px;
}
.newsDetail_title {
  margin-bottom: 30px;
  font-size: 23px;
  font-weight: 400;
}
.newsDetail_cat {
  margin-bottom: 40px;
}
.newsDetail_cat span {
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #fff;
  background: #958340;
  font-size: 16px;
  border-radius: 100px;
  min-width: 94px;
  height: 28px;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.newsDetail_cat-01 span {
  background: #958340;
}
.newsDetail_cat-02 span {
  background: #70AB40;
}
.newsDetail_cat-03 span {
  background: #70AB40;
}
.newsDetail_cat-04 span {
  background: #4789AA;
}
.newsDetail_main {
  border-top: 2px solid #C40026;
  padding-top: 50px;
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 2.6;
  margin-bottom: 60px;
}
.newsDetail_backbtn {
  text-align: center;
}
.newsDetail_backbtn a {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background: #CFCFCF;
  width: 280px;
  height: 70px;
  border-radius: 20px;
  font-size: 18px;
  font-weight: bold;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-appearance: none;
}
.newsDetail_backbtn a:active, .desktop .newsDetail_backbtn a:hover {
  text-decoration: none;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@media only screen and (max-width: 990px) {
  .newsDetail_day {
    color: #C40026;
    font-weight: 500;
    text-align: left;
    margin-bottom: 10px;
  }
  .newsDetail_title {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
  }
  .newsDetail_cat {
    margin-bottom: 20px;
  }
  .newsDetail_cat span {
    font-size: 14px;
  }
  .newsDetail_main {
    border-top: 1px solid #C40026;
    padding-top: 30px;
    font-size: 15px;
    line-height: 2.2;
    margin-bottom: 40px;
  }
  .newsDetail_backbtn {
    text-align: center;
  }
  .newsDetail_backbtn a {
    width: 260px;
    height: 60px;
    font-size: 16px;
  }
}
.giftcatalogHead {
  background: #fcf2f4;
  -webkit-clip-path: polygon(100% 0, 100% 92%, 50% 100%, 0 92%, 0 0);
          clip-path: polygon(100% 0, 100% 92%, 50% 100%, 0 92%, 0 0);
  padding: 80px 0 120px;
  margin-bottom: 120px;
}
.giftcatalogHead-oseibo {
  background: #e3d9c8;
}
.giftcatalogHead-oseibo .giftcatalogHeadList_item {
  border-left: 1px solid #9a9a9a;
}
.giftcatalogHead-oseibo .giftcatalogHeadList_list a:active, .desktop .giftcatalogHead-oseibo .giftcatalogHeadList_list a:hover {
  color: #a6553b;
  text-decoration: underline;
}
.giftcatalogHead_inner {
  max-width: 1100px;
  margin: 0 auto;
}
.giftcatalogHead_text {
  text-align: center;
  margin-bottom: 60px;
  font-size: 17px;
  line-height: 2;
}

.giftcatalogHeadList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-top: 30px;
}
.giftcatalogHeadList_item {
  width: 33%;
  border-left: 1px solid #ddd;
  padding-left: 3%;
}
.giftcatalogHeadList_list li {
  margin-bottom: 15px;
}
.giftcatalogHeadList_list a:before {
  content: "・";
}
.giftcatalogHeadList_list a:active, .desktop .giftcatalogHeadList_list a:hover {
  color: #C40026;
  text-decoration: underline;
}

.giftCatalogSec {
  border-top: 1px solid #000;
}
.giftCatalogSec-noborder {
  border: none;
}
.giftCatalogSec_inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 0;
}
.giftCatalogSec-color01 .giftCatalogSecHead_label {
  background: #02396d;
}
.giftCatalogSec-color01 .giftCatalogSecHead_info dt {
  color: #02396d;
}
.giftCatalogSec-color01 .giftCatalogData_list dt {
  color: #02396d;
  background: #f3f5f8;
}
.giftCatalogSec-color01 .giftCatalogData_label li {
  background: #f3f5f8;
}
.giftCatalogSec-color01 .giftCatalogMoreBtn a {
  background: #02396d;
  border: 1px solid #02396d;
}
.giftCatalogSec-color01 .giftCatalogMoreBtn a:active, .desktop .giftCatalogSec-color01 .giftCatalogMoreBtn a:hover {
  color: #02396d;
}
.giftCatalogSec-color02 .giftCatalogSecHead_label {
  background: #c09c4d;
}
.giftCatalogSec-color02 .giftCatalogSecHead_info dt {
  color: #c09c4d;
}
.giftCatalogSec-color02 .giftCatalogData_list dt {
  color: #c09c4d;
  background: #f6f0e4;
}
.giftCatalogSec-color02 .giftCatalogData_label li {
  background: #f6f0e4;
}
.giftCatalogSec-color02 .giftCatalogMoreBtn a {
  background: #c09c4d;
  border: 1px solid #c09c4d;
}
.giftCatalogSec-color02 .giftCatalogMoreBtn a:active, .desktop .giftCatalogSec-color02 .giftCatalogMoreBtn a:hover {
  color: #c09c4d;
}

.giftCatalogSecHead {
  display: -ms-flexbox;
  display: flex;
  gap: 3%;
  position: relative;
}
.giftCatalogSecHead_left {
  -ms-flex: 1;
      flex: 1;
}
.giftCatalogSecHead_right {
  width: 348px;
}
.giftCatalogSecHead_label {
  position: absolute;
  width: 120px;
  height: 120px;
  background: #c40226;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  top: -30px;
  left: 0;
  text-align: center;
  font-size: 16px;
  border-radius: 100px;
}
.giftCatalogSecHead_pic {
  margin-bottom: 20px;
  text-align: center;
}
.giftCatalogSecHead_pic img {
  width: 80%;
}
.giftCatalogSecHead_picsp {
  display: none;
}
.giftCatalogSecHead_info {
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin-bottom: 30px;
}
.giftCatalogSecHead_info dt {
  font-size: 20px;
  color: #C40026;
  margin-bottom: 20px;
}
.giftCatalogSecHead_info dd {
  font-size: 16px;
}

.giftCatalogThumb {
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 40px;
}

.giftCatalogData {
  display: -ms-flexbox;
  display: flex;
  gap: 3%;
  margin-bottom: 60px;
}
.giftCatalogData_left {
  -ms-flex: 1;
      flex: 1;
}
.giftCatalogData_right {
  width: 350px;
}
.giftCatalogData_list {
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-bottom: -1px;
  letter-spacing: 0.1em;
}
.giftCatalogData_list dt {
  width: 160px;
  padding: 10px;
  font-weight: 600;
  font-size: 15px;
  background: #fcf2f4;
  color: #C40026;
}
.giftCatalogData_list dd {
  -ms-flex: 1;
      flex: 1;
  border-left: 1px solid #000;
  padding: 10px 10px 10px 20px;
  font-size: 15px;
}
.giftCatalogData_label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.giftCatalogData_label::after {
  content: "";
  display: block;
  width: 32%;
}
.giftCatalogData_label li {
  background: #f6d9de;
  border-radius: 15px;
  padding: 8px 8px;
  font-size: 13px;
  letter-spacing: 0.05em;
  width: 32%;
  margin-bottom: 10px;
  text-align: center;
}
.giftCatalogData_label-width {
  width: 40% !important;
}
.giftCatalogData_label-nobox {
  background: none !important;
}

.giftCatalogMoreBtn {
  text-align: center;
}
.giftCatalogMoreBtn a {
  background: #C40026;
  color: #fff;
  font-weight: 600;
  text-align: center;
  color: #fff;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 347px;
  height: 65px;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  border: 1px solid #C40026;
  transition: all 0.3s;
}
.giftCatalogMoreBtn a:active, .desktop .giftCatalogMoreBtn a:hover {
  background: #fff;
  color: #C40026;
  text-decoration: none;
}

.oseiboSec {
  position: relative;
  margin-bottom: 120px;
}
.oseiboSec_inner {
  max-width: 1100px;
  margin: 0 auto;
}
.oseiboSec:after {
  content: "";
  width: 100%;
  height: 40%;
  background: #e3d9c8;
  position: absolute;
  bottom: 30px;
  left: 0;
  z-index: -1;
}

.oseiboSecHead {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
}
.oseiboSecHead_data {
  -ms-flex: 1;
      flex: 1;
  margin-right: 30px;
}
.oseiboSecHead_right {
  width: 520px;
}
.oseiboSecHead_title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  line-height: 1;
  font-size: 25px;
  font-family: "Hina Mincho", serif;
}
.oseiboSecHead_title strong {
  color: #a6553b;
  font-size: 60px;
  margin-left: 30px;
}
.oseiboSecHead_maintitle {
  color: #a6553b;
  font-size: 55px;
  font-family: "Hina Mincho", serif;
  letter-spacing: 0.08em;
  margin-bottom: 30px;
  margin-top: -10px;
}
.oseiboSecHead_list dt {
  color: #C40026;
  font-size: 20px;
  margin-bottom: 25px;
}
.oseiboSecHead_list dd {
  line-height: 1.8;
}

.oseiboSecColumn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 60px;
}
.oseiboSecColumn_item {
  width: 48%;
}
.oseiboSecColumn_pic {
  margin-bottom: 25px;
}
.oseiboSecColumn_list dt {
  color: #C40026;
  font-size: 20px;
  margin-bottom: 25px;
}
.oseiboSecColumn_list dd {
  line-height: 1.8;
}

.commonOseiboBtn {
  text-align: center;
}
.commonOseiboBtn a {
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #C40026;
  width: 350px;
  height: 60px;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  color: #fff;
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}
@media only screen and (max-width: 990px) {
  .commonOseiboBtn a {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.commonOseiboBtn a:active, .desktop .commonOseiboBtn a:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media only screen and (max-width: 990px) {
  .commonOseiboBtn a:active, .desktop .commonOseiboBtn a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

.oseiboSec02_text {
  text-align: center;
  font-size: 25px;
  letter-spacing: 0.08em;
  font-family: "Hina Mincho", serif;
}

.oseiboSec02Main {
  padding-top: 60px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  display: -ms-flexbox;
  display: flex;
}
.oseiboSec02Main::before {
  content: "";
  display: block;
  width: 25%;
  -ms-flex-order: 1;
      order: 1;
}
.oseiboSec02Main::after {
  content: "";
  display: block;
  width: 25%;
}
.oseiboSec02Main_item {
  width: 25%;
  position: relative;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}
.oseiboSec02Main_item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: background 0.4s;
  background: rgba(0, 0, 0, .3);
}
.oseiboSec02Main_item:active .topCategoryMain_title, .desktop .oseiboSec02Main_item:hover .topCategoryMain_title {
  opacity: 1;
}
.oseiboSec02Main_item:active:after, .desktop .oseiboSec02Main_item:hover:after {
  background: rgba(166, 85, 59, .4);
}
.oseiboSec02Main_item:active img, .desktop .oseiboSec02Main_item:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.oseiboSec02Main_item img {
  transition: all 0.2s ease-in-out;
}
.oseiboSec02Main_title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: #fff;
  z-index: 5;
  font-size: 18px;
  letter-spacing: 0.12em;
  text-align: center;
}

@media only screen and (max-width: 990px) {
  .giftcatalogHead {
    background: #fcf2f4;
    -webkit-clip-path: polygon(100% 0, 100% 98%, 50% 100%, 0 98%, 0 0);
            clip-path: polygon(100% 0, 100% 98%, 50% 100%, 0 98%, 0 0);
    padding: 50px 0 60px;
    margin-bottom: 60px;
    margin-top: -30px;
  }
  .giftcatalogHead-oseibo {
    background: #e3d9c8;
  }
  .giftcatalogHead-oseibo .giftcatalogHeadList_item {
    border-left: none;
  }
  .giftcatalogHead_inner {
    padding: 0 20px;
  }
  .giftcatalogHead_text {
    text-align: center;
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 2;
  }
  .giftcatalogHead_text br {
    display: none;
  }
  .giftcatalogHead .commonTitle {
    font-size: 35px;
  }
  .giftcatalogHead .commonSubTitle {
    font-weight: bold;
    font-size: 15px;
  }
  .giftcatalogHeadList {
    padding-top: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .giftcatalogHeadList_item {
    border-left: none;
    padding-left: 0;
  }
  .giftCatalogSec {
    border-top: 1px solid #000;
  }
  .giftCatalogSec-noborder {
    border: none;
  }
  .giftCatalogSec_inner {
    padding: 60px 0;
    position: relative;
  }
  .giftCatalogSecHead {
    gap: initial;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: static;
  }
  .giftCatalogSecHead_left {
    -ms-flex: initial;
        flex: initial;
    -ms-flex-order: 2;
        order: 2;
    padding: 0 20px;
  }
  .giftCatalogSecHead_right {
    width: 100%;
    -ms-flex-order: 1;
        order: 1;
    margin-bottom: 15px;
  }
  .giftCatalogSecHead_label {
    width: 80px;
    height: 80px;
    top: 15px;
    left: 15px;
    font-size: 10px;
    border-radius: 100px;
  }
  .giftCatalogSecHead_pic {
    display: none;
  }
  .giftCatalogSecHead_picsp {
    display: block;
  }
  .giftCatalogSecHead_info {
    letter-spacing: 0.1em;
    line-height: 1.8;
    margin-bottom: 30px;
  }
  .giftCatalogSecHead_info dt {
    font-size: 17px;
    margin-bottom: 20px;
  }
  .giftCatalogSecHead_info dd {
    font-size: 15px;
  }
  .giftCatalogThumb {
    display: -ms-flexbox;
    display: flex;
    gap: 3px;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-bottom: 30px;
  }
  .giftCatalogData {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 20px;
    gap: initial;
    margin-bottom: 35px;
  }
  .giftCatalogData_left {
    -ms-flex: initial;
        flex: initial;
    width: 100%;
    margin-bottom: 20px;
  }
  .giftCatalogData_right {
    width: 350px;
  }
  .giftCatalogData_list dt {
    width: 115px;
    padding: 10px;
    font-weight: 600;
    font-size: 12px;
  }
  .giftCatalogData_list dd {
    padding: 10px 10px 10px 15px;
    font-size: 13px;
  }
  .giftCatalogData_label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .giftCatalogData_label::after {
    content: "";
    display: block;
    width: 32%;
  }
  .giftCatalogData_label li {
    background: #f6d9de;
    border-radius: 15px;
    padding: 8px 10px;
    font-size: 12px;
    letter-spacing: 0.1em;
    width: 32%;
    margin-bottom: 10px;
    text-align: center;
  }
  .giftCatalogMoreBtn a {
    width: 210px;
    height: 55px;
  }
  .oseiboSec {
    position: relative;
    margin-bottom: 60px;
  }
  .oseiboSec_inner {
    padding: 0 20px;
  }
  .oseiboSec:after {
    height: 25%;
  }
  .oseiboSecHead {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 10px;
  }
  .oseiboSecHead_data {
    -ms-flex: 1;
        flex: 1;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .oseiboSecHead_right {
    width: 100%;
  }
  .oseiboSecHead_title {
    font-size: 18px;
  }
  .oseiboSecHead_title strong {
    font-size: 40px;
    margin-left: 10px;
  }
  .oseiboSecHead_maintitle {
    font-size: 35px;
    margin-bottom: 20px;
    margin-top: -10px;
  }
  .oseiboSecHead_list dt {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .oseiboSecHead_list dd {
    line-height: 1.8;
  }
  .oseiboSecColumn {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 10px;
  }
  .oseiboSecColumn_item {
    width: 100%;
    margin-bottom: 30px;
  }
  .oseiboSecColumn_pic {
    margin-bottom: 20px;
  }
  .oseiboSecColumn_list dt {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .oseiboSecColumn_list dd {
    line-height: 1.8;
  }
  .commonOseiboBtn {
    text-align: center;
  }
  .commonOseiboBtn a {
    display: -ms-inline-flexbox;
    display: inline-flex;
    background: #C40026;
    width: 350px;
    height: 60px;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    color: #fff;
    transition: opacity 0.2s ease-in-out;
    cursor: pointer;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@media only screen and (max-width: 990px) and (max-width: 990px) {
  .commonOseiboBtn a {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@media only screen and (max-width: 990px) {
  .commonOseiboBtn a:active, .desktop .commonOseiboBtn a:hover {
    text-decoration: none;
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
}
@media only screen and (max-width: 990px) and (max-width: 990px) {
  .commonOseiboBtn a:active, .desktop .commonOseiboBtn a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@media only screen and (max-width: 990px) {
  .oseiboSec02_text {
    font-size: 20px;
    margin-bottom: -5px;
  }
  .oseiboSec02Main {
    padding-top: 30px;
  }
  .oseiboSec02Main::before {
    display: none;
  }
  .oseiboSec02Main::after {
    display: none;
  }
  .oseiboSec02Main_item {
    width: 50%;
    position: relative;
    overflow: hidden;
    transition: all 0.2s ease-in-out;
  }
  .oseiboSec02Main_item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: background 0.4s;
    background: rgba(0, 0, 0, .3);
  }
}
.picker,
.picker__holder {
  width: 100%;
  position: absolute;
}

.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000;
  z-index: 10000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: 0;
}

.picker__input {
  cursor: default;
}

.picker__input.picker__input--active {
  border-color: #0089ec;
}

.picker__holder {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background: #fff;
  border: 1px solid #aaa;
  border-top-width: 0;
  border-bottom-width: 0;
  border-radius: 0 0 5px 5px;
  box-sizing: border-box;
  min-width: 176px;
  max-width: 466px;
  max-height: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: translateY(-1em) perspective(600px) rotateX(10deg);
          transform: translateY(-1em) perspective(600px) rotateX(10deg);
  transition: opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s, -webkit-transform 0.15s ease-out;
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s;
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s, -webkit-transform 0.15s ease-out;
}

/*!
 * Classic picker styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */
.picker__frame {
  padding: 1px;
}

.picker__wrap {
  margin: -1px;
}

.picker--opened .picker__holder {
  max-height: 25em;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  border-top-width: 1px;
  border-bottom-width: 1px;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
          transform: translateY(0) perspective(600px) rotateX(0);
  transition: opacity 0.15s ease-out, max-height 0s, border-width 0s, -webkit-transform 0.15s ease-out;
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s, -webkit-transform 0.15s ease-out;
  box-shadow: 0 6px 18px 1px rgba(0, 0, 0, .12);
}

.picker__footer,
.picker__header,
.picker__table {
  text-align: center;
}

.picker__box {
  padding: 0 1em;
}

.picker__header {
  position: relative;
  margin-top: 0.75em;
}

.picker__month,
.picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: 0.25em;
  margin-right: 0.25em;
}

.picker__year {
  color: #999;
  font-size: 0.8em;
  font-style: italic;
}

.picker__select--month,
.picker__select--year {
  border: 1px solid #b7b7b7;
  height: 2em;
  padding: 0.5em;
  margin-left: 0.25em;
  margin-right: 0.25em;
}

.picker__select--month {
  width: 35%;
}

.picker__select--year {
  width: 22.5%;
}

.picker__select--month:focus,
.picker__select--year:focus {
  border-color: #0089ec;
}

.picker__nav--next,
.picker__nav--prev {
  position: absolute;
  padding: 0.5em 1.25em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  top: -0.25em;
}

.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em;
}

.picker__nav--next {
  right: -1em;
  padding-left: 1.25em;
}

@media (min-width: 24.5em) {
  .picker__select--month,
  .picker__select--year {
    margin-top: -0.5em;
  }
  .picker__nav--next,
  .picker__nav--prev {
    top: -0.33em;
  }
  .picker__nav--prev {
    padding-right: 1.5em;
  }
  .picker__nav--next {
    padding-left: 1.5em;
  }
}
.picker__nav--next:before,
.picker__nav--prev:before {
  content: " ";
  border-top: 0.5em solid transparent;
  border-bottom: 0.5em solid transparent;
  border-right: 0.75em solid #000;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
}

.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #000;
}

.picker__nav--next:hover,
.picker__nav--prev:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
}

.picker__nav--disabled,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover,
.picker__nav--disabled:hover {
  cursor: default;
  background: 0 0;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5;
}

.picker__table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: 0.75em;
  margin-bottom: 0.5em;
}

@media (min-height: 33.875em) {
  .picker__table {
    margin-bottom: 0.75em;
  }
}
.picker__table td {
  margin: 0;
  padding: 0;
}

.picker__weekday {
  width: 14.285714286%;
  font-size: 0.75em;
  padding-bottom: 0.25em;
  color: #999;
  font-weight: 500;
}

@media (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: 0.5em;
  }
}
.picker__day {
  padding: 0.3125em 0;
  font-weight: 200;
  border: 1px solid transparent;
}

.picker__day--today {
  position: relative;
}

.picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 0.5em solid #0059bc;
  border-left: 0.5em solid transparent;
}

.picker__day--disabled:before {
  border-top-color: #aaa;
}

.picker__day--outfocus {
  color: #ddd;
}

.picker--focused .picker__day--highlighted,
.picker__day--highlighted:hover,
.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
}

.picker__day--highlighted {
  border-color: #0089ec;
}

.picker--focused .picker__day--selected,
.picker__day--selected,
.picker__day--selected:hover {
  background: #0089ec;
  color: #fff;
}

.picker--focused .picker__day--disabled,
.picker__day--disabled,
.picker__day--disabled:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default;
}

.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbb;
}

.picker__button--clear,
.picker__button--close,
.picker__button--today {
  border: 1px solid #fff;
  background: #fff;
  font-size: 11px;
  padding: 0.66em 0;
  font-weight: 700;
  width: 33%;
  display: inline-block;
  vertical-align: bottom;
}

.picker__button--clear:hover,
.picker__button--close:hover,
.picker__button--today:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb;
}

.picker__button--clear:focus,
.picker__button--close:focus,
.picker__button--today:focus {
  background: #b1dcfb;
  border-color: #0089ec;
  outline: 0;
}

.picker__button--clear:before,
.picker__button--close:before,
.picker__button--today:before {
  position: relative;
  display: inline-block;
  height: 0;
}

.picker__button--clear:before,
.picker__button--today:before {
  content: " ";
  margin-right: 0.45em;
}

.picker__button--today:before {
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #0059bc;
  border-left: 0.66em solid transparent;
}

.picker__button--clear:before {
  top: -0.25em;
  width: 0.66em;
  border-top: 3px solid #e20;
}

.picker__button--close:before {
  content: "×";
  top: -0.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: 0.35em;
  color: #777;
}

.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default;
}

.picker__button--today[disabled]:before {
  border-top-color: #aaa;
}

@media only screen and (max-width: 990px) {
  .picker--opened .picker__holder {
    margin-left: -11px;
  }
}