@charset "UTF-8";

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

html {
  scroll-behavior: smooth;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

::-moz-selection {
  color: #fff;
  background-color: #E6A4A1;
}

::selection {
  color: #fff;
  background-color: #E6A4A1;
}

/*!
* akachanhonpo akachan.jp website - akachannohi2025 styles
*/
/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

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

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

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

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

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

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

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

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

.animated.fastest {
  animation-duration: 250ms;
}

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

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

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

@keyframes balloonFlyUp {
  0% {
    transform: translateY(0) scale(1) rotate(0deg);
    opacity: 1;
  }

  20% {
    transform: translateY(-10px) scale(1.05) rotate(-1deg);
    opacity: 0.98;
  }

  40% {
    transform: translateY(-20px) scale(0.98) rotate(2deg);
    opacity: 0.96;
  }

  60% {
    transform: translateY(-40px) scale(1.04) rotate(-1deg);
    opacity: 0.9;
  }
}

.balloon-fly {
  animation: balloonFlyUp 3s linear infinite;
  will-change: transform, opacity;
}

@keyframes bounce {

  20%,
  53%,
  80%,
  0%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

@keyframes flash {

  50%,
  0%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  animation-name: flash;
}

@keyframes pulse {
  0% {
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  animation-name: pulse;
}

@keyframes rubberBand {
  0% {
    transform: scale3d(1, 1, 1);
  }

  30% {
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  animation-name: rubberBand;
}

@keyframes shake {

  0%,
  to {
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  animation-name: shake;
}

@keyframes headShake {
  0% {
    transform: translateX(0);
  }

  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    transform: translateX(0);
  }
}

.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  transform-origin: top center;
  animation: swing 3s ease-in-out infinite;
}

.swing-btm {
  transform-origin: bottom center;
  animation: swing 3s ease-in-out infinite;
}

.fuwafuwa {
  -webkit-animation-name: fuwafuwa;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  /*-webkit-animation-direction:alternate;*/
  -webkit-animation-timing-function: ease;

  -moz-animation-name: fuwafuwa;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  /*-moz-animation-direction:alternate;*/
  -moz-animation-timing-function: ease;
}

@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0);
  }

  50% {
    -webkit-transform: translate(0, -10px);
  }

  100% {
    -webkit-transform: translate(0, 0);
  }
}

@-moz-keyframes fuwafuwa {
  0% {
    -moz-transform: translate(0, 0);
  }

  50% {
    -moz-transform: translate(0, -10px);
  }

  100% {
    -moz-transform: translate(0, 0);
  }
}

@keyframes tada {
  0% {
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  animation-name: tada;
}

@keyframes wobble {
  0% {
    transform: translate3d(0, 0, 0);
  }

  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.wobble {
  animation-name: wobble;
}

@keyframes jello {

  11.1%,
  0%,
  to {
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }

  88.8% {
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

.jello {
  animation-name: jello;
  transform-origin: center;
}

@keyframes heartBeat {
  0% {
    transform: scale(1);
  }

  14% {
    transform: scale(1.3);
  }

  28% {
    transform: scale(1);
  }

  42% {
    transform: scale(1.3);
  }

  70% {
    transform: scale(1);
  }
}

.heartBeat {
  animation-name: heartBeat;
  animation-duration: 1.3s;
  animation-timing-function: ease-in-out;
}

@keyframes bounceIn {

  20%,
  40%,
  60%,
  80%,
  0%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  animation-duration: 0.75s;
  animation-name: bounceIn;
}

@keyframes bounceInDown {

  60%,
  75%,
  90%,
  0%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }

  75% {
    transform: translate3d(0, -10px, 0);
  }

  90% {
    transform: translate3d(0, 5px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {

  60%,
  75%,
  90%,
  0%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }

  75% {
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    transform: translate3d(5px, 0, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {

  60%,
  75%,
  90%,
  0%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    transform: translate3d(10px, 0, 0);
  }

  90% {
    transform: translate3d(-5px, 0, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {

  60%,
  75%,
  90%,
  0%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  75% {
    transform: translate3d(0, 10px, 0);
  }

  90% {
    transform: translate3d(0, -5px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  animation-name: bounceInUp;
}

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  animation-duration: 0.75s;
  animation-name: bounceOut;
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  animation-name: bounceOutUp;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
  animation: fadeIn 2.5s ease-in-out forwards;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes flip {
  0% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }

  40% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }

  50% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }

  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    animation-timing-function: ease-in;
  }

  to {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  backface-visibility: visible;
  animation-name: flip;
}

@keyframes flipInX {
  0% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}

.flipInX {
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@keyframes flipInY {
  0% {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}

.flipInY {
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@keyframes flipOutX {
  0% {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  animation-duration: 0.75s;
  animation-name: flipOutX;
  backface-visibility: visible !important;
}

@keyframes flipOutY {
  0% {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  animation-duration: 0.75s;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

@keyframes lightSpeedIn {
  0% {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    transform: skewX(-5deg);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

@keyframes rotateIn {
  0% {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    transform-origin: center;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateIn {
  animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownRight {
  animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpRight {
  animation-name: rotateInUpRight;
}

@keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1;
  }

  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  animation-duration: 2s;
  animation-name: hinge;
}

@keyframes jackInTheBox {
  0% {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }

  50% {
    transform: rotate(-10deg);
  }

  70% {
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.jackInTheBox {
  animation-name: jackInTheBox;
}

@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.rollIn {
  animation-name: rollIn;
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  animation-name: rollOut;
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  animation-name: zoomIn;
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  animation-name: zoomInDown;
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  animation-name: zoomInLeft;
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  animation-name: zoomInRight;
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  animation-name: zoomInUp;
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  animation-name: zoomOut;
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}

.zoomOutLeft {
  animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}

.zoomOutRight {
  animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  animation-name: zoomOutUp;
}

@keyframes slideInDown {
  0% {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInLeft {
  0% {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  0% {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideInUp {
  0% {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  animation-name: slideInUp;
}

@keyframes slideOutDown {
  0% {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  animation-name: slideOutDown;
}

@keyframes slideOutLeft {
  0% {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  0% {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  0% {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  animation-name: slideOutUp;
}

/*!
 * Bootstrap v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Copyright 2011-2024 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fefefe;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #e6160b;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #e9ecef;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial,
    "Yu Gothic", YuGothic, "Noto Sans", Verdana, Meiryo, "M+ 1p", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, "Yu Gothic",
    YuGothic, "Noto Sans", Verdana, Meiryo, "M+ 1p", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  color: #000;
  text-align: left;
  background-color: #fefefe;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[data-original-title],
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #6e5940;
  text-decoration: underline;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}

a:hover {
  color: black;
  text-decoration: underline;
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
  -webkit-user-drag: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

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

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

@media (max-width: 1200px) {
  legend {
    font-size: calc(1.275rem + 0.3vw);
  }
}

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.67;
}


.h1,
h1 {
  font-size: 2.5rem;
}

@media (max-width: 1200px) {

  .h1,
  h1 {
    font-size: calc(1.375rem + 1.5vw);
  }
}

.h2,
h2 {
  font-size: 2rem;
}

@media (max-width: 1200px) {

  .h2,
  h2 {
    font-size: calc(1.325rem + 0.9vw);
  }
}

.h3,
h3 {
  font-size: 1.75rem;
}

@media (max-width: 1200px) {

  .h3,
  h3 {
    font-size: calc(1.3rem + 0.6vw);
  }
}

.h4,
h4 {
  font-size: 1.5rem;
}

@media (max-width: 1200px) {

  .h4,
  h4 {
    font-size: calc(1.275rem + 0.3vw);
  }
}

.h5,
h5 {
  font-size: 1.25rem;
}

.h6,
h6 {
  font-size: 1rem;
}


.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.67;
}

@media (max-width: 1200px) {
  .display-1 {
    font-size: calc(1.725rem + 5.7vw);
  }
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.67;
}

@media (max-width: 1200px) {
  .display-2 {
    font-size: calc(1.675rem + 5.1vw);
  }
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.67;
}

@media (max-width: 1200px) {
  .display-3 {
    font-size: calc(1.575rem + 3.9vw);
  }
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.67;
}

@media (max-width: 1200px) {
  .display-4 {
    font-size: calc(1.475rem + 2.7vw);
  }
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.small,
small {
  font-size: 80%;
  font-weight: 400;
}

.mark,
mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer:before {
  content: "— ";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fefefe;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {

  .container,
  .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {

  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}

@media (min-width: 992px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
}

.row-cols-1>* {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2>* {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3>* {
  flex: 0 0 33.3333333333%;
  max-width: 33.33333%;
}

.row-cols-4>* {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5>* {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6>* {
  flex: 0 0 16.6666666667%;
  max-width: 16.66667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.33333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.66667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.33333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.66667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.33333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.66667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.33333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.66667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }

  .row-cols-sm-1>* {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-sm-2>* {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-sm-3>* {
    flex: 0 0 33.3333333333%;
    max-width: 33.33333%;
  }

  .row-cols-sm-4>* {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-sm-5>* {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-sm-6>* {
    flex: 0 0 16.6666666667%;
    max-width: 16.66667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.33333%;
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.66667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.33333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.66667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.33333%;
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.66667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.33333%;
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.66667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333%;
  }

  .offset-sm-2 {
    margin-left: 16.66667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333%;
  }

  .offset-sm-5 {
    margin-left: 41.66667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333%;
  }

  .offset-sm-8 {
    margin-left: 66.66667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333%;
  }

  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }

  .row-cols-md-1>* {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-md-2>* {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-md-3>* {
    flex: 0 0 33.3333333333%;
    max-width: 33.33333%;
  }

  .row-cols-md-4>* {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-md-5>* {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-md-6>* {
    flex: 0 0 16.6666666667%;
    max-width: 16.66667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.33333%;
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.66667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.33333%;
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.66667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.33333%;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.66667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.33333%;
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.66667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333%;
  }

  .offset-md-2 {
    margin-left: 16.66667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333%;
  }

  .offset-md-5 {
    margin-left: 41.66667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333%;
  }

  .offset-md-8 {
    margin-left: 66.66667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333%;
  }

  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }

  .row-cols-lg-1>* {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lg-2>* {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lg-3>* {
    flex: 0 0 33.3333333333%;
    max-width: 33.33333%;
  }

  .row-cols-lg-4>* {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lg-5>* {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lg-6>* {
    flex: 0 0 16.6666666667%;
    max-width: 16.66667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.33333%;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.66667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.33333%;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.66667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.33333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.66667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.33333%;
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.66667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333%;
  }

  .offset-lg-2 {
    margin-left: 16.66667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333%;
  }

  .offset-lg-5 {
    margin-left: 41.66667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333%;
  }

  .offset-lg-8 {
    margin-left: 66.66667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333%;
  }

  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }

  .row-cols-xl-1>* {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2>* {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3>* {
    flex: 0 0 33.3333333333%;
    max-width: 33.33333%;
  }

  .row-cols-xl-4>* {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5>* {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6>* {
    flex: 0 0 16.6666666667%;
    max-width: 16.66667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.33333%;
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.66667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.33333%;
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.66667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.33333%;
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.66667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.33333%;
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.66667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333%;
  }

  .offset-xl-2 {
    margin-left: 16.66667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333%;
  }

  .offset-xl-5 {
    margin-left: 41.66667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333%;
  }

  .offset-xl-8 {
    margin-left: 66.66667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333%;
  }

  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #262626;
}

.table td,
.table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody+tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm td,
.table-sm th {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered td,
.table-bordered th {
  border: 1px solid #dee2e6;
}

.table-bordered thead td,
.table-bordered thead th {
  border-bottom-width: 2px;
}

.table-borderless tbody+tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #262626;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary>td,
.table-primary>th {
  background-color: #f7bdba;
}

.table-primary tbody+tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
  border-color: #f28580;
}

.table-hover .table-primary:hover {
  background-color: #f4a7a3;
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
  background-color: #f4a7a3;
}

.table-secondary,
.table-secondary>td,
.table-secondary>th {
  background-color: #d5d8da;
}

.table-secondary tbody+tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
  border-color: #b2b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c7cbce;
}

.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
  background-color: #c7cbce;
}

.table-success,
.table-success>td,
.table-success>th {
  background-color: #c2e6ca;
}

.table-success tbody+tbody,
.table-success td,
.table-success th,
.table-success thead th {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b0dfba;
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
  background-color: #b0dfba;
}

.table-info,
.table-info>td,
.table-info>th {
  background-color: #bde4ea;
}

.table-info tbody+tbody,
.table-info td,
.table-info th,
.table-info thead th {
  border-color: #86ceda;
}

.table-hover .table-info:hover {
  background-color: #aadce4;
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
  background-color: #aadce4;
}

.table-warning,
.table-warning>td,
.table-warning>th {
  background-color: #feedb9;
}

.table-warning tbody+tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
  border-color: #ffde7e;
}

.table-hover .table-warning:hover {
  background-color: #fee7a0;
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
  background-color: #fee7a0;
}

.table-danger,
.table-danger>td,
.table-danger>th {
  background-color: #f4c6ca;
}

.table-danger tbody+tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
  border-color: #ec959e;
}

.table-hover .table-danger:hover {
  background-color: #f0b1b6;
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
  background-color: #f0b1b6;
}

.table-light,
.table-light>td,
.table-light>th {
  background-color: #f8f9fa;
}

.table-light tbody+tbody,
.table-light td,
.table-light th,
.table-light thead th {
  border-color: #f3f5f6;
}

.table-hover .table-light:hover {
  background-color: #e9ecef;
}

.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
  background-color: #e9ecef;
}

.table-dark,
.table-dark>td,
.table-dark>th {
  background-color: #c5c7c9;
}

.table-dark tbody+tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #95989b;
}

.table-hover .table-dark:hover {
  background-color: #b8babd;
}

.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
  background-color: #b8babd;
}

.table-active,
.table-active>td,
.table-active>th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fefefe;
  background-color: #343a40;
  border-color: #454d55;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fefefe;
  background-color: #343a40;
}

.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #454d55;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(254, 254, 254, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  color: #fefefe;
  background-color: rgba(254, 254, 254, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-sm>.table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-md>.table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-lg>.table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-xl>.table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive>.table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(2em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  color: #495057;
  background-color: #fefefe;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    background-color 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.form-control:focus {
  color: #495057;
  background-color: #fefefe;
  border-color: #f97e78;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(230, 22, 11, 0.25);
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type="date"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control,
input[type="time"].form-control {
  appearance: none;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fefefe;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 2;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 2;
  color: #262626;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[multiple],
select.form-control[size] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row>.col,
.form-row>[class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled~.form-check-label,
.form-check-input[disabled]~.form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 2;
  color: #fefefe;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.is-valid~.valid-feedback,
.is-valid~.valid-tooltip,
.was-validated :valid~.valid-feedback,
.was-validated :valid~.valid-tooltip {
  display: block;
}

.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: #28a745;
  padding-right: calc(2em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.5em + 0.1875rem) center;
  background-size: calc(1em + 0.375rem) calc(1em + 0.375rem);
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(2em + 0.75rem);
  background-position: top calc(0.5em + 0.1875rem) right calc(0.5em + 0.1875rem);
}

.custom-select.is-valid,
.was-validated .custom-select:valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px,
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fefefe no-repeat center right 1.75rem / calc(1em + 0.375rem) calc(1em + 0.375rem);
}

.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
  color: #28a745;
}

.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip,
.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip {
  display: block;
}

.custom-control-input.is-valid~.custom-control-label,
.was-validated .custom-control-input:valid~.custom-control-label {
  color: #28a745;
}

.custom-control-input.is-valid~.custom-control-label:before,
.was-validated .custom-control-input:valid~.custom-control-label:before {
  border-color: #28a745;
}

.custom-control-input.is-valid:checked~.custom-control-label:before,
.was-validated .custom-control-input:valid:checked~.custom-control-label:before {
  border-color: #34ce57;
  background-color: #34ce57;
}

.custom-control-input.is-valid:focus~.custom-control-label:before,
.was-validated .custom-control-input:valid:focus~.custom-control-label:before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before,
.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before {
  border-color: #28a745;
}

.custom-file-input.is-valid~.custom-file-label,
.was-validated .custom-file-input:valid~.custom-file-label {
  border-color: #28a745;
}

.custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 2;
  color: #fefefe;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip,
.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip {
  display: block;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #dc3545;
  padding-right: calc(2em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.5em + 0.1875rem) center;
  background-size: calc(1em + 0.375rem) calc(1em + 0.375rem);
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(2em + 0.75rem);
  background-position: top calc(0.5em + 0.1875rem) right calc(0.5em + 0.1875rem);
}

.custom-select.is-invalid,
.was-validated .custom-select:invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px,
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fefefe no-repeat center right 1.75rem / calc(1em + 0.375rem) calc(1em + 0.375rem);
}

.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
  color: #dc3545;
}

.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip,
.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip {
  display: block;
}

.custom-control-input.is-invalid~.custom-control-label,
.was-validated .custom-control-input:invalid~.custom-control-label {
  color: #dc3545;
}

.custom-control-input.is-invalid~.custom-control-label:before,
.was-validated .custom-control-input:invalid~.custom-control-label:before {
  border-color: #dc3545;
}

.custom-control-input.is-invalid:checked~.custom-control-label:before,
.was-validated .custom-control-input:invalid:checked~.custom-control-label:before {
  border-color: #e4606d;
  background-color: #e4606d;
}

.custom-control-input.is-invalid:focus~.custom-control-label:before,
.was-validated .custom-control-input:invalid:focus~.custom-control-label:before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before,
.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before {
  border-color: #dc3545;
}

.custom-file-input.is-invalid~.custom-file-label,
.was-validated .custom-file-input:invalid~.custom-file-label {
  border-color: #dc3545;
}

.custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }

  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-plaintext {
    display: inline-block;
  }

  .form-inline .custom-select,
  .form-inline .input-group {
    width: auto;
  }

  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }

  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }

  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }

  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #262626;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 2px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 2;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: #262626;
  text-decoration: none;
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(230, 22, 11, 0.25);
}

.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fefefe;
  background-color: #e6160b;
  border-color: #e6160b;
}

.btn-primary:hover {
  color: #fefefe;
  background-color: #c11309;
  border-color: #b51109;
}

.btn-primary.focus,
.btn-primary:focus {
  color: #fefefe;
  background-color: #c11309;
  border-color: #b51109;
  box-shadow: 0 0 0 0.2rem rgba(234, 57, 47, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fefefe;
  background-color: #e6160b;
  border-color: #e6160b;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
  color: #fefefe;
  background-color: #b51109;
  border-color: #a91008;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(234, 57, 47, 0.5);
}

.btn-secondary {
  color: #fefefe;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fefefe;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary.focus,
.btn-secondary:focus {
  color: #fefefe;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 144, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fefefe;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
  color: #fefefe;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 144, 0.5);
}

.btn-success {
  color: #fefefe;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fefefe;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success.focus,
.btn-success:focus {
  color: #fefefe;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  color: #fefefe;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
  color: #fefefe;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fefefe;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fefefe;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info.focus,
.btn-info:focus {
  color: #fefefe;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
  color: #fefefe;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
  color: #fefefe;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning.focus,
.btn-warning:focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fefefe;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fefefe;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger.focus,
.btn-danger:focus {
  color: #fefefe;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #fefefe;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
  color: #fefefe;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #e9ecef;
  border-color: #e9ecef;
}

.btn-light:hover {
  color: #212529;
  background-color: #d3d9df;
  border-color: #cbd3da;
}

.btn-light.focus,
.btn-light:focus {
  color: #212529;
  background-color: #d3d9df;
  border-color: #cbd3da;
  box-shadow: 0 0 0 0.2rem rgba(203, 206, 209, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #e9ecef;
  border-color: #e9ecef;
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
  color: #212529;
  background-color: #cbd3da;
  border-color: #c4ccd4;
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(203, 206, 209, 0.5);
}

.btn-dark {
  color: #fefefe;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fefefe;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark.focus,
.btn-dark:focus {
  color: #fefefe;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 87, 93, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: #fefefe;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
  color: #fefefe;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 87, 93, 0.5);
}

.btn-outline-primary {
  color: #e6160b;
  border-color: #e6160b;
}

.btn-outline-primary:hover {
  color: #fefefe;
  background-color: #e6160b;
  border-color: #e6160b;
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(230, 22, 11, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #e6160b;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
  color: #fefefe;
  background-color: #e6160b;
  border-color: #e6160b;
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(230, 22, 11, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fefefe;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
  color: #fefefe;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fefefe;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success.focus,
.btn-outline-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show>.btn-outline-success.dropdown-toggle {
  color: #fefefe;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fefefe;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info.focus,
.btn-outline-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show>.btn-outline-info.dropdown-toggle {
  color: #fefefe;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show>.btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fefefe;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show>.btn-outline-danger.dropdown-toggle {
  color: #fefefe;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #e9ecef;
  border-color: #e9ecef;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #e9ecef;
  border-color: #e9ecef;
}

.btn-outline-light.focus,
.btn-outline-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(233, 236, 239, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #e9ecef;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show>.btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #e9ecef;
  border-color: #e9ecef;
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(233, 236, 239, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fefefe;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show>.btn-outline-dark.dropdown-toggle {
  color: #fefefe;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #262626;
  text-decoration: underline;
}

.btn-link:hover {
  color: black;
  text-decoration: underline;
}

.btn-link.focus,
.btn-link:focus {
  text-decoration: underline;
}

.btn-link.disabled,
.btn-link:disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-group-lg>.btn,
.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-group-sm>.btn,
.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block+.btn-block {
  margin-top: 0.5rem;
}

input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropdown,
.dropleft,
.dropright,
.dropup {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

/* .dropdown-toggle:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
} */

.dropdown-toggle:empty:after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 8.68vw;
  margin: 0.125rem 0 0;
  font-size: 1.25vw;
  color: #262626;
  text-align: left;
  list-style: none;
  background-color: #fefefe;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty:after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty:after {
  margin-left: 0;
}

.dropright .dropdown-toggle:after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle:after {
  display: none;
}

.dropleft .dropdown-toggle:before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty:after {
  margin-left: 0;
}

.dropleft .dropdown-toggle:before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="top"] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: rgba(222, 226, 230, 0.2);
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fefefe;
  text-decoration: none;
  background-color: #e6160b;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group-vertical>.btn,
.btn-group>.btn {
  position: relative;
  flex: 1 1 auto;
}

.btn-group-vertical>.btn:hover,
.btn-group>.btn:hover {
  z-index: 1;
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group>.btn-group:not(:first-child),
.btn-group>.btn:not(:first-child) {
  margin-left: -2px;
}

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split:after,
.dropright .dropdown-toggle-split:after,
.dropup .dropdown-toggle-split:after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split:before {
  margin-right: 0;
}

.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
  width: 100%;
}

.btn-group-vertical>.btn-group:not(:first-child),
.btn-group-vertical>.btn:not(:first-child) {
  margin-top: -2px;
}

.btn-group-vertical>.btn-group:not(:last-child)>.btn,
.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.btn-group-vertical>.btn:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
  margin-bottom: 0;
}

.btn-group-toggle>.btn-group>.btn input[type="checkbox"],
.btn-group-toggle>.btn-group>.btn input[type="radio"],
.btn-group-toggle>.btn input[type="checkbox"],
.btn-group-toggle>.btn input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
}

.nav-link:focus,
.nav-link:hover {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fefefe;
  border-color: #dee2e6 #dee2e6 #fefefe;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fefefe;
  background-color: #e6160b;
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content>.tab-pane {
  display: none;
}

.tab-content>.active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-top: 3.625vw;
  padding-bottom: 2.479vw;
  text-align: center;
}

@media only screen and (max-width: 575.98px) {
  .navbar {
    padding-top: 10.667vw;
    padding-bottom: 9.067vw;
  }
}

.navbar .container,
.navbar .container-fluid,
.navbar .container-lg,
.navbar .container-md,
.navbar .container-sm,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 1.75vw 0.85vw;
  font-size: 1.25rem;
  line-height: 1;
  width: 5vw;
  height: 5vw;
}

@media (max-width: 767px) {
  .navbar-toggler {
    padding: 1.05vw 2.15vw;
    width: 11vw;
    height: 11vw;
  }
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {

  .navbar-expand-sm>.container,
  .navbar-expand-sm>.container-fluid,
  .navbar-expand-sm>.container-lg,
  .navbar-expand-sm>.container-md,
  .navbar-expand-sm>.container-sm,
  .navbar-expand-sm>.container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-sm>.container,
  .navbar-expand-sm>.container-fluid,
  .navbar-expand-sm>.container-lg,
  .navbar-expand-sm>.container-md,
  .navbar-expand-sm>.container-sm,
  .navbar-expand-sm>.container-xl {
    flex-wrap: nowrap;
  }

  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {

  .navbar-expand-md>.container,
  .navbar-expand-md>.container-fluid,
  .navbar-expand-md>.container-lg,
  .navbar-expand-md>.container-md,
  .navbar-expand-md>.container-sm,
  .navbar-expand-md>.container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-md>.container,
  .navbar-expand-md>.container-fluid,
  .navbar-expand-md>.container-lg,
  .navbar-expand-md>.container-md,
  .navbar-expand-md>.container-sm,
  .navbar-expand-md>.container-xl {
    flex-wrap: nowrap;
  }

  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {

  .navbar-expand-lg>.container,
  .navbar-expand-lg>.container-fluid,
  .navbar-expand-lg>.container-lg,
  .navbar-expand-lg>.container-md,
  .navbar-expand-lg>.container-sm,
  .navbar-expand-lg>.container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-lg>.container,
  .navbar-expand-lg>.container-fluid,
  .navbar-expand-lg>.container-lg,
  .navbar-expand-lg>.container-md,
  .navbar-expand-lg>.container-sm,
  .navbar-expand-lg>.container-xl {
    flex-wrap: nowrap;
  }

  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {

  .navbar-expand-xl>.container,
  .navbar-expand-xl>.container-fluid,
  .navbar-expand-xl>.container-lg,
  .navbar-expand-xl>.container-md,
  .navbar-expand-xl>.container-sm,
  .navbar-expand-xl>.container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-xl>.container,
  .navbar-expand-xl>.container-fluid,
  .navbar-expand-xl>.container-lg,
  .navbar-expand-xl>.container-md,
  .navbar-expand-xl>.container-sm,
  .navbar-expand-xl>.container-xl {
    flex-wrap: nowrap;
  }

  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-lg,
.navbar-expand>.container-md,
.navbar-expand>.container-sm,
.navbar-expand>.container-xl {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-lg,
.navbar-expand>.container-md,
.navbar-expand>.container-sm,
.navbar-expand>.container-xl {
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: #262626;
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: #262626;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #0d0d0d;
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: #262626;
  border-color: #333333;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='%23262626' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: #262626;
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fefefe;
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
  color: #fefefe;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(254, 254, 254, 0.8);
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: #fefefe;
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(254, 254, 254, 0.34);
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
  color: #fefefe;
}

.navbar-dark .navbar-toggler {
  color: rgba(254, 254, 254, 0.8);
  border-color: rgba(254, 254, 254, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28254, 254, 254, 0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(254, 254, 254, 0.8);
}

.navbar-dark .navbar-text a {
  color: #fefefe;
}

.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
  color: #fefefe;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fefefe;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card>hr {
  margin-right: 0;
  margin-left: 0;
}

.card>.list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.card>.list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card>.list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link+.card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header+.list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img,
.card-img-bottom,
.card-img-top {
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group>.card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }

  .card-group>.card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }

  .card-group>.card+.card {
    margin-left: 0;
    border-left: 0;
  }

  .card-group>.card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group>.card:not(:last-child) .card-header,
  .card-group>.card:not(:last-child) .card-img-top {
    border-top-right-radius: 0;
  }

  .card-group>.card:not(:last-child) .card-footer,
  .card-group>.card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0;
  }

  .card-group>.card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .card-group>.card:not(:first-child) .card-header,
  .card-group>.card:not(:first-child) .card-img-top {
    border-top-left-radius: 0;
  }

  .card-group>.card:not(:first-child) .card-footer,
  .card-group>.card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }

  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion>.card {
  overflow: hidden;
}

.accordion>.card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion>.card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion>.card>.card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item {
  display: flex;
}

.breadcrumb-item+.breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item+.breadcrumb-item:before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item+.breadcrumb-item:hover:before {
  text-decoration: underline;
}

.breadcrumb-item+.breadcrumb-item:hover:before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #262626;
  text-decoration: none;
  background-color: #fefefe;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: black;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(230, 22, 11, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fefefe;
  background-color: #e6160b;
  border-color: #e6160b;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fefefe;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}

a.badge:focus,
a.badge:hover {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fefefe;
  background-color: #e6160b;
}

a.badge-primary:focus,
a.badge-primary:hover {
  color: #fefefe;
  background-color: #b51109;
}

a.badge-primary.focus,
a.badge-primary:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(230, 22, 11, 0.5);
}

.badge-secondary {
  color: #fefefe;
  background-color: #6c757d;
}

a.badge-secondary:focus,
a.badge-secondary:hover {
  color: #fefefe;
  background-color: #545b62;
}

a.badge-secondary.focus,
a.badge-secondary:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fefefe;
  background-color: #28a745;
}

a.badge-success:focus,
a.badge-success:hover {
  color: #fefefe;
  background-color: #1e7e34;
}

a.badge-success.focus,
a.badge-success:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fefefe;
  background-color: #17a2b8;
}

a.badge-info:focus,
a.badge-info:hover {
  color: #fefefe;
  background-color: #117a8b;
}

a.badge-info.focus,
a.badge-info:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

a.badge-warning:focus,
a.badge-warning:hover {
  color: #212529;
  background-color: #d39e00;
}

a.badge-warning.focus,
a.badge-warning:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fefefe;
  background-color: #dc3545;
}

a.badge-danger:focus,
a.badge-danger:hover {
  color: #fefefe;
  background-color: #bd2130;
}

a.badge-danger.focus,
a.badge-danger:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #e9ecef;
}

a.badge-light:focus,
a.badge-light:hover {
  color: #212529;
  background-color: #cbd3da;
}

a.badge-light.focus,
a.badge-light:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(233, 236, 239, 0.5);
}

.badge-dark {
  color: #fefefe;
  background-color: #343a40;
}

a.badge-dark:focus,
a.badge-dark:hover {
  color: #fefefe;
  background-color: #1d2124;
}

a.badge-dark.focus,
a.badge-dark:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #780b06;
  background-color: #f9d0cd;
  border-color: #f7bdba;
}

.alert-primary hr {
  border-top-color: #f4a7a3;
}

.alert-primary .alert-link {
  color: #470704;
}

.alert-secondary {
  color: #383d41;
  background-color: #e1e3e4;
  border-color: #d5d8da;
}

.alert-secondary hr {
  border-top-color: #c7cbce;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d3edd9;
  border-color: #c2e6ca;
}

.alert-success hr {
  border-top-color: #b0dfba;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d0ecf0;
  border-color: #bde4ea;
}

.alert-info hr {
  border-top-color: #aadce4;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fef2cd;
  border-color: #feedb9;
}

.alert-warning hr {
  border-top-color: #fee7a0;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f7d6d9;
  border-color: #f4c6ca;
}

.alert-danger hr {
  border-top-color: #f0b1b6;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #797b7c;
  background-color: #fafafb;
  border-color: #f8f9fa;
}

.alert-light hr {
  border-top-color: #e9ecef;
}

.alert-light .alert-link {
  color: #606162;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d7d8;
  border-color: #c5c7c9;
}

.alert-dark hr {
  border-top-color: #b8babd;
}

.alert-dark .alert-link {
  color: #040505;
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:focus,
.list-group-item-action:hover {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #262626;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  text-decoration: none;
  background-color: #fefefe;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fefefe;
}

.list-group-item.active {
  z-index: 2;
  color: #fefefe;
  background-color: #e6160b;
  border-color: #e6160b;
}

.list-group-item+.list-group-item {
  border-top-width: 0;
}

.list-group-item+.list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}

.list-group-horizontal>.list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.list-group-horizontal>.list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

.list-group-horizontal>.list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal>.list-group-item+.list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }

  .list-group-horizontal-sm>.list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-sm>.list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-sm>.list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-sm>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }

  .list-group-horizontal-md>.list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-md>.list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-md>.list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-md>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-md>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }

  .list-group-horizontal-lg>.list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-lg>.list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-lg>.list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-lg>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }

  .list-group-horizontal-xl>.list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-xl>.list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-xl>.list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-xl>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

.list-group-flush {
  border-radius: 0;
}

.list-group-flush>.list-group-item {
  border-width: 0 0 1px;
}

.list-group-flush>.list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-flush svg {
  width: 1.5vw;
  height: 1.5vw;
}

@media (max-width: 767px) {
  .list-group-flush svg {
    width: 5vw;
    height: 5vw;
  }
}

.list-group-item-primary {
  color: #780b06;
  background-color: #f7bdba;
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
  color: #780b06;
  background-color: #f4a7a3;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fefefe;
  background-color: #780b06;
  border-color: #780b06;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d5d8da;
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
  color: #383d41;
  background-color: #c7cbce;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fefefe;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c2e6ca;
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
  color: #155724;
  background-color: #b0dfba;
}

.list-group-item-success.list-group-item-action.active {
  color: #fefefe;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bde4ea;
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
  color: #0c5460;
  background-color: #aadce4;
}

.list-group-item-info.list-group-item-action.active {
  color: #fefefe;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #feedb9;
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
  color: #856404;
  background-color: #fee7a0;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fefefe;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f4c6ca;
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
  color: #721c24;
  background-color: #f0b1b6;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fefefe;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #797b7c;
  background-color: #f8f9fa;
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
  color: #797b7c;
  background-color: #e9ecef;
}

.list-group-item-light.list-group-item-action.active {
  color: #fefefe;
  background-color: #797b7c;
  border-color: #797b7c;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c5c7c9;
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
  color: #1b1e21;
  background-color: #b8babd;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fefefe;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fefefe;
  opacity: 0.5;
}

@media (max-width: 1200px) {
  .close {
    font-size: calc(1.275rem + 0.3vw);
  }
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

@media only screen and (max-width: 767px) {
  .modal-dialog {
    padding-left: 13vw;
  }
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  transform: none;
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered:before {
  display: block;
  height: calc(100vh - 1rem);
  height: min-content;
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable:before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fefefe;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 2;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer>* {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.modal-dialog {
  max-width: 36.458vw;
}

@media (max-width: 767px) {
  .modal-dialog {
    max-width: 133.333vw;
  }
}

@media (min-width: 576px) {

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }

  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered:before {
    height: calc(100vh - 3.5rem);
    height: min-content;
  }

  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {

  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }

  50% {
    opacity: 1;
    transform: none;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow 0.75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #e6160b !important;
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
  background-color: #b51109 !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #e9ecef !important;
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
  background-color: #cbd3da !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fefefe !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #e6160b !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #e9ecef !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fefefe !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

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

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive:before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9:before {
  padding-top: 42.85714%;
}

.embed-responsive-16by9:before {
  padding-top: 56.25%;
}

.embed-responsive-4by3:before {
  padding-top: 75%;
}

.embed-responsive-1by1:before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}

.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 10;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.stretched-link:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: transparent;
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

@media (max-width: 767px) {
  .text-left-sp {
    text-align: left !important;
  }
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fefefe !important;
}

.text-primary {
  color: #e6160b !important;
}

a.text-primary:focus,
a.text-primary:hover {
  color: #9d0f08 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:focus,
a.text-secondary:hover {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:focus,
a.text-success:hover {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:focus,
a.text-info:hover {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:focus,
a.text-warning:hover {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:focus,
a.text-danger:hover {
  color: #a71d2a !important;
}

.text-light {
  color: #e9ecef !important;
}

a.text-light:focus,
a.text-light:hover {
  color: #bdc6cf !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:focus,
a.text-dark:hover {
  color: #121416 !important;
}

.text-body {
  color: #262626 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(254, 254, 254, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {

  *,
  :after,
  :before {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

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

  thead {
    display: table-header-group;
  }

  img,
  tr {
    page-break-inside: avoid;
  }

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

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

  @page {
    size: a3;
  }

  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fefefe !important;
  }

  .table-bordered td,
  .table-bordered th {
    border: 1px solid #dee2e6 !important;
  }

  .table-dark {
    color: inherit;
  }

  .table-dark tbody+tbody,
  .table-dark td,
  .table-dark th,
  .table-dark thead th {
    border-color: #dee2e6;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

/*!
 * akachanhonpo akachan.jp website global styles
 */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after,
.slick-track:before {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-loading .slick-list {
  background: #fff url("../lib/slick/ajax-loader.gif") center center no-repeat;
}

@font-face {
  font-family: "slick";
  src: url("../lib/slick/fonts/slick.eot");
  src: url("../lib/slick/fonts/slick.eot?#iefix") format("embedded-opentype"),
    url("../lib/slick/fonts/slick.woff") format("woff"),
    url("../lib/slick/fonts/slick.ttf") format("truetype"),
    url("../lib/slick/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

.slick-next,
.slick-prev {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1;
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.25;
}

.slick-next:before,
.slick-prev:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: none;
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.slc--arrow {
  width: 2rem;
  height: 2rem;
  font-size: 2rem;
  color: rgba(52, 58, 64, 0.8);
}

.slc--arrow:focus,
.slc--arrow:hover {
  color: rgba(52, 58, 64, 0.75);
}

.slc--arrow:before {
  content: none;
  display: none;
}

.slc--arrow-lg {
  width: 4rem;
  height: 4rem;
  font-size: 4rem;
}

.slc--arrow-prev {
  left: -2rem;
}

.slc--arrow-prev.slc--arrow-lg {
  left: -4rem;
}

.slc--arrow-next {
  right: -2rem;
}

.slc--arrow-next.slc--arrow-lg {
  right: -4rem;
}

.slc--dots {
  position: relative;
  bottom: 0;
  line-height: 1;
}

.slc--dots li {
  height: 11px;
}

.slc--dots li button {
  height: 11px;
}

.slc--dots li button:before {
  content: "";
  top: 4px;
  height: 3px;
  border-radius: 0;
  background-color: #262626;
  opacity: 0.5;
}

.slc--dots li.slick-active button:before {
  content: "";
  opacity: 1;
}

.ps-container {
  position: relative;
}

.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  height: 15px;
  bottom: 0px;
  position: absolute;
}

.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  width: 15px;
  right: 0;
  position: absolute;
}

.ps--active-x>.ps__rail-x,
.ps--active-y>.ps__rail-y {
  display: block;
  background-color: transparent;
}

.ps--focus>.ps__rail-x,
.ps--focus>.ps__rail-y,
.ps--scrolling-x>.ps__rail-x,
.ps--scrolling-y>.ps__rail-y,
.ps:hover>.ps__rail-x,
.ps:hover>.ps__rail-y {
  opacity: 0.6;
}

.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-x:focus,
.ps .ps__rail-x:hover,
.ps .ps__rail-y.ps--clicking,
.ps .ps__rail-y:focus,
.ps .ps__rail-y:hover {
  background-color: #eee;
  opacity: 0.9;
}

.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color 0.2s linear, height 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, height 0.2s ease-in-out;
  height: 6px;
  bottom: 2px;
  position: absolute;
}

.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color 0.2s linear, width 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, width 0.2s ease-in-out;
  width: 6px;
  right: 2px;
  position: absolute;
}

.ps__rail-x.ps--clicking .ps__thumb-x,
.ps__rail-x:focus>.ps__thumb-x,
.ps__rail-x:hover>.ps__thumb-x {
  background-color: #999;
  height: 11px;
}

.ps__rail-y.ps--clicking .ps__thumb-y,
.ps__rail-y:focus>.ps__thumb-y,
.ps__rail-y:hover>.ps__thumb-y {
  background-color: #999;
  width: 11px;
}

@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}

@media (-ms-high-contrast: none),
screen and (-ms-high-contrast: active) {
  .ps {
    overflow: auto !important;
  }
}

@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Medium"), local("YuGothic-Medium");
  font-weight: 100;
}

@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Medium"), local("YuGothic-Medium");
  font-weight: 200;
}

@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Medium"), local("YuGothic-Medium");
  font-weight: 300;
}

@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Medium"), local("YuGothic-Medium");
  font-weight: 400;
}

@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Medium"), local("YuGothic-Medium");
  font-weight: 500;
}

@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Bold"), local("YuGothic-Bold");
  font-weight: 600;
}

@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Bold"), local("YuGothic-Bold");
  font-weight: 700;
}

@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Bold"), local("YuGothic-Bold");
  font-weight: 800;
}

@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Bold"), local("YuGothic-Bold");
  font-weight: 900;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  letter-spacing: 0.025em;
}

body.ie {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, Meiryo,
    "M+ 1p", sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";
  letter-spacing: 0;
}

h4 {
  line-height: 2;
}

.container {
  display: block;
  max-width: 100%;
  padding: 0 15px;
}

@media only screen and (min-width: 576px) {
  .container {
    padding: 0;
    max-width: 560px;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 768px) {
  .container {
    max-width: 715px;
  }
}

@media only screen and (min-width: 992px) {
  .container {
    max-width: 945px;
  }
}

@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1314px;
  }
}

@media only screen and (min-width: 1440px) {
  .container.-lg {
    max-width: 1760px;
    padding: 0 15px;
  }
}

/*==================================================
ふわっ
===================================*/

/* その場で */
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* 下から */

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 上から */

.fadeDown {
  animation-name: fadeDownAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 左から */

.fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px) rotate(370deg);
  }

  to {
    opacity: 1;
    transform: translateX(0) rotate(370deg);
  }
}

/* 右から */

.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px) rotate(350deg);
  }

  to {
    opacity: 1;
    transform: translateX(0) rotate(350deg);
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/

.fadeInTrigger,
.fadeUpTrigger,
.fadeDownTrigger,
.fadeLeftTrigger,
.fadeRightTrigger {
  opacity: 0;
}

/*==================================================
  パタッ
  ===================================*/


/* 下へ */
.flipDown {
  animation-name: flipDownAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes flipDownAnime {
  from {
    transform: perspective(2500px) rotateX(100deg);
    opacity: 0;
  }

  to {
    transform: perspective(2500px) rotateX(0);
    opacity: 1;
  }
}


/* 左へ */
.flipLeft {
  animation-name: flipLeftAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  perspective-origin: left center;
  opacity: 0;
}

@keyframes flipLeftAnime {
  from {
    transform: perspective(600px) translate3d(0, 0, 0) rotateY(30deg);
    opacity: 0;
  }

  to {
    transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
    opacity: 1;
  }
}


/* 左上へ */
.flipLeftTop {
  animation-name: flipLeftTopAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes flipLeftTopAnime {
  from {
    transform: translate(-20px, 80px) rotate(-15deg);
    opacity: 0;
  }

  to {
    transform: translate(0, 0) rotate(0deg);
    opacity: 1;
  }
}

/* 右へ */
.flipRight {
  animation-name: flipRightAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  perspective-origin: right center;
  opacity: 0;
}

@keyframes flipRightAnime {
  from {
    transform: perspective(600px) translate3d(0, 0, 0) rotateY(-30deg);
    opacity: 0;
  }

  to {
    transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
    opacity: 1;
  }
}

/* 右上へ */
.flipRightTop {
  animation-name: flipRightTopAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes flipRightTopAnime {
  from {
    transform: translate(-20px, 80px) rotate(25deg);
    opacity: 0;
  }

  to {
    transform: translate(0, 1) rotate(0deg);
    opacity: 1;
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/

.flipDownTrigger,
.flipLeftTrigger,
.flipLeftTopTrigger,
.flipRightTrigger,
.flipRightTopTrigger {
  opacity: 0;
}

/*==================================================
  くるっ
  ===================================*/


/* X 軸（縦へ） */
.rotateX {
  animation-name: rotateXAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes rotateXAnime {
  from {
    transform: rotateX(0);
    opacity: 0;
  }

  to {
    transform: rotateX(-360deg);
    opacity: 1;
  }
}

/*　Y軸（横へ） */
.rotateY {
  animation-name: rotateYAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes rotateYAnime {
  from {
    transform: rotateY(0);
    opacity: 0;
  }

  to {
    transform: rotateY(-360deg);
    opacity: 1;
  }
}

/* Z 軸（左へ） */
.rotateLeftZ {
  animation-name: rotateLeftZAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes rotateLeftZAnime {
  from {
    transform: rotateZ(0);
    opacity: 0;
  }

  to {
    transform: rotateZ(-360deg);
    opacity: 1;
  }
}

/*　Z 軸（右へ） */
.rotateRightZ {
  animation-name: rotateRightZAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes rotateRightZAnime {
  from {
    transform: rotateZ(0);
    opacity: 0;
  }

  to {
    transform: rotateZ(360deg);
    opacity: 1;
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/

.rotateXTrigger,
.rotateYTrigger,
.rotateLeftZTrigger,
.rotateRightZTrigger {
  opacity: 0;
}

/*==================================================
  ボンッ、ヒュッ
  ===================================*/

/* 拡大 */
.zoomIn {
  animation-name: zoomInAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

@keyframes zoomInAnime {
  from {
    transform: scale(0.6);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

/* 縮小 */
.zoomOut {
  animation-name: zoomOutAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

@keyframes zoomOutAnime {
  from {
    transform: scale(1.2);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/

.zoomInTrigger,
.zoomOutTrigger {
  opacity: 0;
}

/*==================================================
  じわっ
  ===================================*/

/* ぼかしから出現 */
.blur {
  animation-name: blurAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0;
  }

  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/

.blurTrigger {
  opacity: 0;
}

/*==================================================
  にゅーん
  ===================================*/

/* 滑らかに変形して出現 */
.smooth {
  animation-name: smoothAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  transform-origin: left;
  opacity: 0;
}

@keyframes smoothAnime {
  from {
    transform: translate3d(0, 100%, 0) skewY(12deg);
    opacity: 0;
  }

  to {
    transform: translate3d(0, 0, 0) skewY(0);
    opacity: 1;
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/

.smoothTrigger {
  opacity: 0;
}

/*==================================================
  スーッ（枠線が伸びて出現）
  ===================================*/

/*枠線が伸びて出現*/

.lineTrigger {
  position: relative;
  /* 枠線が書かれる基点*/
  opacity: 0;
}

.lineTrigger.lineanime {
  animation-name: lineAnimeBase;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes lineAnimeBase {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/*上下線*/
.lineTrigger::before,
.lineTrigger::after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background: #333;
  /* 枠線の色*/
}

/*左右線*/
.line2::before,
.line2::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 0;
  background: #333;
  /* 枠線の色*/
}

/*上線*/
.lineTrigger::before {
  top: 0;
  left: 0;
}

.lineTrigger.lineanime::before {
  animation: lineAnime .5s linear 0s forwards;
  /*表示されて0秒後に上線が0.5秒かけて表示*/
}

/*右線*/
.line2::before {
  top: 0;
  right: 0;
}

.lineTrigger.lineanime .line2::before {
  animation: lineAnime2 .5s linear .5s forwards;
  /*表示されて0.5秒後に右線が0.5秒かけて表示*/
}

/*下線*/
.lineTrigger::after {
  bottom: 0;
  right: 0;
}

.lineTrigger.lineanime::after {
  animation: lineAnime .5s linear 1s forwards;
  /*表示されて1秒後に下線が0.5秒かけて表示*/
}

/*左線*/
.line2::after {
  bottom: 0;
  left: 0;
}

.lineTrigger.lineanime .line2::after {
  animation: lineAnime2 .5s linear 1.5s forwards;
  /*表示されて1.5秒後に左線が0.5秒かけて表示*/
}

@keyframes lineAnime {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@keyframes lineAnime2 {
  0% {
    height: 0%;
  }

  100% {
    height: 100%;
  }
}

/*枠線内側の要素*/

.lineTrigger.lineanime .lineinappear {
  animation: lineInnerAnime .5s linear 1.5s forwards;
  /*1.5秒後に中央のエリアが0.5秒かけて表示*/
  opacity: 0;
  /*初期値を透過0にする*/
}

@keyframes lineInnerAnime {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}


/*==================================================
  シャッ（背景色が伸びて出現）
  ===================================*/

/*背景色が伸びて出現（共通）*/
.bgextend {
  animation-name: bgextendAnimeBase;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  position: relative;
  overflow: hidden;
  /*　はみ出た色要素を隠す　*/
  opacity: 0;
}

@keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/*中の要素*/
.bgappear {
  animation-name: bgextendAnimeSecond;
  animation-duration: 1s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/*左から*/
.bgLRextend::before {
  animation-name: bgLRextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #666;
  /*伸びる背景色の設定*/
}

@keyframes bgLRextendAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }

  50% {
    transform-origin: left;
    transform: scaleX(1);
  }

  50.001% {
    transform-origin: right;
  }

  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}

/*右から*/
.bgRLextend::before {
  animation-name: bgRLextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #666;
  /*伸びる背景色の設定*/
}

@keyframes bgRLextendAnime {
  0% {
    transform-origin: right;
    transform: scaleX(0);
  }

  50% {
    transform-origin: right;
    transform: scaleX(1);
  }

  50.001% {
    transform-origin: left;
  }

  100% {
    transform-origin: left;
    transform: scaleX(0);
  }
}

/*下から*/
.bgDUextend::before {
  animation-name: bgDUextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #666;
  /*伸びる背景色の設定*/
}

@keyframes bgDUextendAnime {
  0% {
    transform-origin: bottom;
    transform: scaleY(0);
  }

  50% {
    transform-origin: bottom;
    transform: scaleY(1);
  }

  50.001% {
    transform-origin: top;
  }

  100% {
    transform-origin: top;
    transform: scaleY(0);
  }
}

/*上から*/
.bgUDextend::before {
  animation-name: bgUDextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #666;
  /*伸びる背景色の設定*/
}

@keyframes bgUDextendAnime {
  0% {
    transform-origin: top;
    transform: scaleY(0);
  }

  50% {
    transform-origin: top;
    transform: scaleY(1);
  }

  50.001% {
    transform-origin: bottom;
  }

  100% {
    transform-origin: bottom;
    transform: scaleY(0);
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.bgappearTrigger,
.bgUDextendTrigger,
.bgDUextendTrigger,
.bgRLextendTrigger,
.bgLRextendTrigger {
  opacity: 0;
}


/*========= レイアウトのためのCSS ===============*/

.wrapper {
  overflow: hidden;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.box {
  width: 220px;
  padding: 20px;
  margin: 0 20px 20px 20px;
  background: #666;
  color: #fff;
  box-sizing: border-box;
}

.bgextend,
.lineTrigger {
  width: 220px;
  padding: 20px;
  margin: 0 20px 20px 20px;
  box-sizing: border-box;
}



/*==================================================
  アニメーション設定
  ===================================*/

/* アニメーションの回数を決めるCSS*/

.count2 {
  animation-iteration-count: 2;
  /*この数字を必要回数分に変更*/
}

.countinfinite {
  animation-iteration-count: infinite;
  /*無限ループ*/
}

/* アニメーションスタートの遅延時間を決めるCSS*/

.delay-time05 {
  animation-delay: 0.5s;
}

.delay-time1 {
  animation-delay: 1s;
}

.delay-time15 {
  animation-delay: 1.5s;
}

.delay-time2 {
  animation-delay: 2s;
}

.delay-time25 {
  animation-delay: 2.5s;
}

/* アニメーション自体が変化する時間を決めるCSS*/

.change-time05 {
  animation-duration: 0.5s;
}

.change-time1 {
  animation-duration: 1s;
}

.change-time15 {
  animation-duration: 1.5s;
}

.change-time2 {
  animation-duration: 2s;
}

.change-time25 {
  animation-duration: 2.5s;
}

.navbar .navbar-brand {
  text-decoration: none;
}

.navbar .navbar-nav {
  font-size: 0.875rem;
  font-weight: bolder;
}

.navbar .navbar-nav .nav-link {
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .navbar .navbar-nav .nav-link {
    transition: none;
  }
}

.navbar .dropdown-menu {
  font-size: 0.875rem;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #0d0d0d;
  background-color: rgba(38, 38, 38, 0.1);
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: #fefefe;
  background-color: rgba(254, 254, 254, 0.1);
}

.navbar-toggler {
  border: none;
}

.navbar-toggler:active,
.navbar-toggler:focus {
  outline: 0;
}

.navbar-toggler .icon-bar {
  display: block;
  width: 0.052vw;
  height: 0.052vw;
  border-radius: 0.052vw;
  margin: 0.208vw 0 0.208vw 0;
  transition: all 0.2s ease-in-out;
}

@media screen and (max-width: 767px) {
  .navbar-toggler .icon-bar {
    width: 0.267vw;
    height: 0.267vw;
    margin: 0.533vw 0 0.533vw 0;
  }
}

.navbar-dark .navbar-toggler .icon-bar {
  background: #ffffff;
}

.navbar-toggler.collapsed .icon-bar:first-of-type {
  transform: translate3d(0, 0, 0);
}

.navbar-toggler.collapsed .icon-bar:nth-of-type(3) {
  transform: translate3d(0, 0, 0);
}

.nav-link {
  text-decoration: none;
}

.mdl--type-en {
  font-family: "Roboto", sans-serif;
}

.mdl--type-number {
  font-family: "Bebas Neue", sans-serif;
}

.mdl--type-serif {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3",
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝",
    "ＭＳ 明朝", serif;
}

.mdl--type-kerning {
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}

.mdl--line-height-0 {
  line-height: 0;
}

.mdl--line-height-sm {
  line-height: 1.67;
}

.mdl--line-height-caption {
  line-height: 1.75;
}

.mdl--line-height-base {
  line-height: 2;
}

.mdl--tracking-0 {
  letter-spacing: 0;
}

.mdl--tracking-base {
  letter-spacing: 0.025em;
}

.mdl--tracking-sm {
  letter-spacing: -0.025em;
}

.mdl--tracking-lg {
  letter-spacing: 0.15em;
}

.mdl--small {
  font-size: 1.146vw;
}

@media (max-width: 767px) {
  .mdl--small {
    font-size: 3.2vw;
  }
}

.mdl--note {
  padding-left: 1em;
  text-indent: -1em;
}

.mdl--note:before {
  content: attr(data-symbol);
}

.mdl--icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  line-height: 0;
}

.mdl--icon-inline {
  transform: translateY(-0.1em);
}

.mdl--icon-sm {
  font-size: 0.8em;
}

.mdl--icon-lg {
  font-size: 1rem;
}

.mdl--icon-tab {
  font-size: 1.25rem;
}

.glb--header {
  z-index: 1031;
  min-height: 64px;
}

@media (min-width: 992px) {
  .glb--header {
    position: relative;
    min-height: 76px;
  }
}

.glb--header--brand--home {
  line-height: 0;
  margin: 0;
}

@media (max-width: 991.98px) {
  .glb--header--brand--home {
    display: block;
    width: 100%;
    padding-top: 4rem;
    padding-bottom: 1rem;
    text-align: center;
  }
}

.glb--header--brand-logo {
  width: 48px;
  height: 48px;
  transform: translateY(0.1rem);
}

@media (min-width: 992px) {
  .glb--header--brand-logo {
    width: 60px;
    height: 60px;
    padding: 4px;
  }
}

@media (max-width: 991.98px) {
  .glb--header--brand-logo--home {
    width: 66%;
    margin: 0;
  }
}

.glb--header--brand-label {
  font-size: 0.75rem;
  font-weight: bolder;
}

@media (min-width: 992px) {
  .glb--header--brand-label {
    font-size: 0.875rem;
  }
}

.glb--menu-main--logo-ah--horizontal {
  height: 20px;
}

@media (min-width: 992px) {
  .glb--menu-main--logo-ah--horizontal {
    height: 24px;
  }
}

.glb--menu-main--logo-ah--vertical {
  width: 4.688vw;
}

@media (max-width: 767px) {
  .glb--menu-main--logo-ah--vertical {
    width: 48px;
  }
}

.glb--menu-main--item {
  background-color: transparent;
  line-height: 1.5;
}

.glb--menu-main--item:hover {
  text-decoration: none;
}

.glb--menu-main--item--label {
  font-size: 1.75rem;
}

.glb--menu-small--item {
  background-color: transparent;
  padding: 0.25rem 1rem;
  font-size: 0.875rem;
  border: 0;
}

.glb--menu-small--item:hover {
  text-decoration: none;
}

.glb--menu {
  z-index: 1032;
}

.glb--menu--shortcuts {
  z-index: 1033;
}

.glb--menu--bg {
  z-index: 1031;
}

.glb--menu--toggler {
  position: fixed;
  top: 0;
  right: 0;
  left: auto;
  width: auto;
  height: 0;
  margin-left: auto;
  align-items: flex-start;
}

.glb--menu--fixed {
  height: 0;
}

.glb--menu--btn-icon {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  border: 0;
  width: 2.875rem;
  height: 2.875rem;
}

.glb--menu--btn-icon--icon {
  display: grid;
  width: 3.26vw;
  height: 1.716vw;
  font-size: 1em;
}

@media screen and (max-width: 767px) {
  .glb--menu--btn-icon--icon {
    width: 6.4vw;
    height: 4vw;
  }

}

.glb--menu--btn-icon--label {
  font-size: 0.625rem;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0;
  font-feature-settings: "palt";
  display: block;
  padding-top: 0.25rem;
  padding-bottom: 0.125rem;
  white-space: nowrap;
}

.glb--menu--collapse.collapsing {
  transition: height 0.2s;
}

.glb--menu--bg {
  width: 3000px;
  height: 3000px;
  margin-top: -1500px;
  margin-right: -1500px;
  top: 32px;
  right: 40px;
  display: block;
  position: fixed;
  background: #fefefe;
  border-radius: 50%;
  transform-origin: center;
  visibility: hidden;
  transform: scale(0.01) translate3d(0, 0, 0);
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86),
    width 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.25s,
    height 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.25s,
    top 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.25s,
    right 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.25s,
    margin 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.25s,
    border-radius 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.2s;
}

.glb--menu--home {
  opacity: 0;
  transform: translate3d(-10px, 0px, 1px);
  transition: transform 0.5s cubic-bezier(0.91, -0.34, 0.2, 1.33),
    opacity 0.5s cubic-bezier(0.91, -0.34, 0.2, 1.33);
}

.glb--menu-main--item {
  opacity: 0;
  transform: translate3d(-10px, 0px, 1px);
  transition: transform 0.5s cubic-bezier(0.91, -0.34, 0.2, 1.33),
    opacity 0.5s cubic-bezier(0.91, -0.34, 0.2, 1.33);
}

.glb--menu-main--item:first-child {
  transition-delay: 0.01s;
}

.glb--menu-main--item:nth-child(2) {
  transition-delay: 0.02s;
}

.glb--menu-main--item:nth-child(3) {
  transition-delay: 0.03s;
}

.glb--menu-main--item:nth-child(4) {
  transition-delay: 0.04s;
}

.glb--menu-main--item:nth-child(5) {
  transition-delay: 0.05s;
}

.glb--menu-main--item:nth-child(6) {
  transition-delay: 0.06s;
}

.glb--menu-main--item:nth-child(7) {
  transition-delay: 0.07s;
}

.glb--menu-main--item:nth-child(8) {
  transition-delay: 0.08s;
}

.glb--menu-main--item:nth-child(9) {
  transition-delay: 0.09s;
}

.glb--menu-main--item:nth-child(10) {
  transition-delay: 0.1s;
}

.glb--menu-small--item {
  opacity: 0;
  transform: translate3d(-10px, 0px, 1px);
  transition: transform 0.5s cubic-bezier(0.91, -0.34, 0.2, 1.33),
    opacity 0.5s cubic-bezier(0.91, -0.34, 0.2, 1.33);
  transition-delay: 0.11s;
}

.globalNavIsOpening .glb--menu {
  z-index: 1031;
}

.globalNavIsOpening .glb--menu--shortcuts {
  z-index: 1032;
}

.globalNavIsOpening .glb--menu--bg {
  visibility: visible;
  top: 0;
  right: 0;
  transform: scale(1) translate3d(0, 0, 0);
  width: 100vw;
  height: 100vh;
  margin: 0;
  border-radius: 0;
}

.globalNavIsOpened .glb--menu {
  z-index: 1031;
  height: auto;
  bottom: 0;
  overflow-y: scroll;
  overflow-scrolling: touch;
}

.globalNavIsOpened .glb--menu--shortcuts {
  z-index: 1032;
}

.globalNavIsOpened .glb--menu--bg {
  transition: none;
  visibility: visible;
  top: 0;
  right: 0 !important;
  transform: scale(1) translate3d(0, 0, 0);
  width: 100vw;
  height: 100vh;
  margin: 0;
  border-radius: 0;
}

.globalNavIsOpened .glb--menu--home {
  transform: translate3d(0, 0, 1px);
  opacity: 1;
}

.globalNavIsOpened .glb--menu-main--item {
  transform: translate3d(0, 0, 1px);
  opacity: 1;
}

.globalNavIsOpened .glb--menu-small--item {
  transform: translate3d(0, 0, 1px);
  opacity: 1;
}

.globalNavIsClosing .glb--menu {
  z-index: 1031;
}

.globalNavIsClosing .glb--menu--shortcuts {
  z-index: 1032;
}

.globalNavIsClosing .glb--menu--bg {
  width: 3000px;
  height: 3000px;
  margin-top: -1500px;
  margin-right: -1500px;
  top: 32px;
  right: 40px;
  display: block;
  position: fixed;
  background: #fefefe;
  border-radius: 50%;
  transform-origin: center;
  visibility: hidden;
  transform: scale(0.01) translate3d(0, 0, 0);
  visibility: visible;
  width: 3000px;
  height: 3000px;
  margin-top: -1500px;
  margin-right: -1500px;
  border-radius: 100%;
  transition: transform 0.125s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.globalNavIsClosing .glb--menu--home,
.globalNavIsClosing .glb--menu-main--item,
.globalNavIsClosing .glb--menu-small--item {
  transition: transform 0.1s cubic-bezier(0.91, -0.34, 0.2, 1.33),
    opacity 0.1s cubic-bezier(0.91, -0.34, 0.2, 1.33);
}

@media (min-width: 1200px) {
  .glb--menu--btn-icon {
    transform: translate3d(0, -100px, 1px);
    transition: transform 0.5s cubic-bezier(0.91, -0.34, 0.2, 1.33);
  }

  .glb--menu--btn-icon:first-child {
    transition-delay: 0.15s;
  }

  .glb--menu--btn-icon:nth-child(2) {
    transition-delay: 0.1s;
  }

  .glb--menu--btn-icon:nth-child(3) {
    transition-delay: 0.05s;
  }

  .globalNavIsOpened .glb--menu--btn-icon,
  .naviconIsVisible .glb--menu--btn-icon {
    transform: translate3d(0, 0, 1px);
  }
}

@media (min-width: 992px) {
  .windows .glb--menu--bg {
    right: 50px;
  }

  .windows .glb--menu--toggler {
    right: 0.5rem;
  }
}

.glb--footer--sns-icon {
  width: 7.779vw;
}

@media only screen and (max-width: 767px) {
  .glb--footer--sns-icon {
    width: 7.741vw;
  }
}

.glb--footer--logo-ah {
  width: 3.842vw;
}

@media (max-width: 767px) {
  .glb--footer--logo-ah {
    width: 9.795vw;
  }
}

.glb--footer--logo-7andi {
  width: 40px;
}

@media (min-width: 992px) {
  .glb--footer--logo-7andi {
    width: 60px;
  }
}

.glb--footer--small-links {
  font-size: 1.265vw;
  margin-top: 0vw;
  display: block;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .glb--footer--small-links {
    font-size: 2.933vw;
  }
}

.glb--footer--copyright {
  font-size: 1.065vw;
  margin-bottom: 5.469vw;
}

@media only screen and (max-width: 767px) {
  .glb--footer--copyright {
    font-size: 2.933vw;
    margin-bottom: 5.573vw;
  }
}

.mdl--floating--btn-page-top {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  z-index: 1;
  transform: translate3d(0, 200px, 0);
  transition: transform 0.5s cubic-bezier(0.91, -0.34, 0.2, 1.33);
}

.totopIsVisible .mdl--floating--btn-page-top {
  transform: translate3d(0, 0, 0);
}

.globalNavIsClosing .mdl--floating--btn-page-top,
.globalNavIsOpened .mdl--floating--btn-page-top,
.globalNavIsOpening .mdl--floating--btn-page-top {
  transform: translate3d(0, 200px, -1px);
  transition: none;
}

.windows .mdl--floating--btn-page-top {
  right: 1.5rem;
}

.mdl--section-divider {
  display: block;
  width: 100%;
  border-top: 0.5rem solid rgba(0, 0, 0, 0.1);
  margin: 2rem 0;
}

.mdl--news--list-heading {
  font-size: 0.875rem;
  font-weight: bolder;
}

@media (min-width: 768px) {
  .mdl--news--list-heading {
    font-size: 1rem;
  }
}

.mdl--news--item {
  font-size: 0.875rem;
}

@media (min-width: 768px) {
  .mdl--news--item {
    font-size: 1rem;
  }
}

.mdl--news--pubdate {
  min-width: 9em;
  font-size: 0.75rem;
}

@media (min-width: 768px) {
  .mdl--news--pubdate {
    font-size: 0.875rem;
  }
}

.mdl--news--category {
  font-size: 0.75rem;
}

@media (min-width: 768px) {
  .mdl--news--category {
    font-size: 0.875rem;
  }
}

.mdl--news--icon-new {
  font-size: 0.5rem;
}

.mdl--search-input {
  border-color: #6c757d;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAvklEQVR4Ac3OAURDUQCF4fDwEMIAAwwQwgAhQoAwQAhhgAHCEAKEYYAQAgwhAEAAGIYwDBDgAQKcPkDSXVcm/XwAx9n7i3oc8OtGrAlhzS0N1T0QNtwzZ0VY1j68JDzS8rkpYc6PvbGi5bueCAOK9Ql3lBoRLih2QphQ6oxwRbEeYUGpKWHI1p4Jp3xtQMcrLVvr0/HODUMOGdMRxlR1xJIAsGFGmFFVwzETrjmnZZ+XqrGK/v/YgmYXYw277QPcLDhsisiWqgAAAABJRU5ErkJggg==");
  background-position: right 1em center;
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  .mdl--search-input {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAABR0lEQVR4Ae3VAUQDYRiH8XA4HEIYhjBAOIQQBsABAoQDhBAOYTgMEIYBwhDCEMJhCCGEIcAwhCEMwzC8PXgjL3Hn++6K7uEHO+N/5+5ur62t4SL0kaoEPTRejCm2EAtzpAhQawHGkJLe0KtzTAExPvCICQps7HHE8N4t5JsXHMEW4toMe0cH3uqbMXmJ+yPGGqIm8NYMou5RthSidjiEc12I2qLjcDIDOHcOUQWqdgVRMzg3gKghqnYKUQs4lzsO6pqnzeR2yR9Qtdi8KJ1LHM8wM0+oc6F5yZ1V/O8ColJ4aWQ+BQco0w1ErRDCSx1zlV7RxU9FsB/hC3gtwQ6iNhgi1uMhjnGJJcScQC2lZlQZK4gaw3snmJcYskaGwPw+Qi0luMPSjHhChn189ew2yn9RO6od1cCo9C+NmiLArxchR4D/UVvbJ0/xvmJ6b7wKAAAAAElFTkSuQmCC");
  }
}

@media (min-width: 992px) {
  .mdl--search-input {
    font-size: 0.875rem;
    min-width: 16em;
  }
}

.mdl--search-input:not(:focus) {
  background-color: transparent;
}

.mdl--search-input:focus:not(:placeholder-shown) {
  background-image: none;
}

.mdl--search-input-header {
  height: calc(2em + 1em + 2px);
}

.mdl--search-input-alpha:not(:focus) {
  background-color: rgba(254, 254, 254, 0.75);
  backdrop-filter: blur(15px);
}

@media (min-width: 1200px) {
  .mdl--search .collapse {
    display: block;
    transition: none;
  }

  .mdl--search .bsx--collapse--toggler {
    pointer-events: none;
  }

  .mdl--search .bsx--collapse--toggler-icon {
    display: none;
  }

  .mdl--search .mdl--search-subcategory {
    display: none;
  }

  .mdl--search .mdl--search-item {
    border: 0;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .mdl--search .mdl--search-item--collapse {
    border: 0;
  }

  .mdl--search .mdl--search-categories:first-child {
    margin-top: 0;
  }

  .mdl--search .mdl--search-tools {
    border-right: 1px solid #dee2e6;
  }
}

.mdl--search-item {
  font-size: 0.875rem;
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}

.mdl--search-item--icon {
  width: 1.5rem;
  font-size: 1.25em;
  text-align: center;
  padding-right: 1rem;
  transform: translateX(-0.25rem);
}

.mdl--search-item--collapse {
  padding: 0;
}

.mdl--search-categories {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.mdl--search-category {
  display: block;
  width: 100%;
  text-align: left;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  font-size: 0.8125rem;
  border-radius: 0;
  border: 0;
  padding: 0.125rem 0.5rem 0.125rem 1rem;
}

@media (min-width: 992px) {
  .mdl--search-category {
    margin: 0;
    padding: 0.05rem 0.5rem;
  }
}

.mdl--search-text {
  font-size: 0.8125rem;
}

@media (min-width: 992px) {
  .mdl--search-features {
    padding-left: 0.5rem;
  }
}

.mdl--search-feature {
  display: inline-block;
  width: 33%;
  width: 33vw;
  max-width: 150px;
  flex-shrink: 0;
}

@media (min-width: 992px) {
  .mdl--search-feature {
    width: 150px;
  }
}

.mdl--search-feature--pages {
  display: inline-block;
  width: 33%;
  width: 33vw;
  max-width: 150px;
  flex-shrink: 0;
}

@media (min-width: 992px) {
  .mdl--search-feature--pages {
    max-width: 21%;
  }
}

.modal-open .mdl--search {
  background-color: #fefefe;
}

.modal-open .mdl--search-dialog {
  min-height: 100vh;
}

.mdl--product-col {
  display: flex;
  width: 100%;
  height: auto;
  padding: 0.5rem;
}

@media (min-width: 768px) {
  .mdl--product-col {
    padding: 1rem;
  }
}

.mdl--product {
  border: 0;
  border-radius: 0;
  position: relative;
}

.mdl--product--img {
  width: 100%;
  position: relative;
  flex-shrink: 0;
}

.mdl--product--store {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.5rem;
  line-height: 0;
  color: #262626;
  mix-blend-mode: multiply;
}

.mdl--product--icon {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  transform: translate(50%, 50%);
}

.mdl--product--icon>svg {
  position: absolute;
  font-size: 24px;
  margin: -12px 0 0 -12px;
}

.mdl--product--body {
  padding-bottom: 1em;
}

.mdl--product--title {
  font-size: 0.75em;
  line-height: 1.67;
  font-weight: bolder;
  margin: 0.75em 0 0.25em;
}

@media (min-width: 768px) {
  .mdl--product--title {
    font-size: 0.875rem;
  }
}

.mdl--product--text {
  font-size: 0.75em;
  line-height: 1.67;
  margin: 0;
}

@media (min-width: 768px) {
  .mdl--product--text {
    font-size: 0.875rem;
  }
}

.mdl--product--caption {
  font-size: 0.75em;
  line-height: 1.67;
  margin: 0.125rem 0 0;
}

.mdl--product--price {
  margin: 0;
  line-height: 1.67;
}

.mdl--product--price-number {
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.25rem;
}

@media (min-width: 992px) {
  .mdl--product--price-number {
    font-size: 1.5rem;
  }
}

.mdl--product--price-yen {
  display: inline-block;
  font-weight: bolder;
  font-size: 67%;
  margin-left: 0.25em;
  transform: translateY(-0.05em);
}

.mdl--product--point {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0;
  text-align: left;
  word-break: break-all;
}

.mdl--product--point-number {
  padding-left: 0.1em;
  font-weight: normal;
  margin-right: 0.5em;
  text-align: left;
  word-break: break-all;
  white-space: normal;
}

.mdl--product--point-campaign {
  border-radius: 0;
  font-weight: normal;
  text-align: left;
  word-break: break-all;
  white-space: normal;
}

.mdl--product--featured-display {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  text-align: right;
  padding-top: 0.25rem;
  padding-right: 0.25rem;
  padding-left: 20%;
}

.mdl--product--featured-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-bottom: 0.5rem;
  font-size: 80%;
  font-weight: 400;
  line-height: 1.25;
}

.mdl--product--featured-badge {
  border-radius: 0;
  margin: 1px;
}

.mdl--product--pickup .mdl--product--title {
  font-size: 1.25rem;
}

@media (min-width: 768px) {
  .mdl--product--pickup .mdl--product--title {
    font-size: 1.75rem;
  }
}

.mdl--product--pickup .mdl--product--price-number {
  font-size: 1.25rem;
}

@media (min-width: 768px) {
  .mdl--product--pickup .mdl--product--price-number {
    font-size: 1.75rem;
  }
}

.mdl--product--border .stretched-link:after {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.mdl--product--border .mdl--product--body {
  padding-left: 1em;
  padding-right: 1em;
}

.mdl--product--border-0 .stretched-link:after {
  border: none;
}

.mdl--product--border-0 .mdl--product--body {
  padding-left: initial;
  padding-right: inherit;
}

.mdl--product--horizontal .mdl--product {
  display: flex;
  align-items: center;
}

.mdl--product--horizontal .mdl--product--img {
  flex: 0 0 50%;
  max-width: 50%;
  flex-shrink: 0;
}

.mdl--product--horizontal .mdl--product--body {
  padding-left: 1em !important;
  padding-right: 1em !important;
}

@media (min-width: 768px) {
  .mdl--product--horizontal .mdl--product--body {
    padding-left: 2em !important;
    padding-right: 2em !important;
  }
}

.mdl--product--horizontal-1-3 .mdl--product--img {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  flex-shrink: 0;
}

.mdl--product--horizontal-2-3 .mdl--product--img {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
  flex-shrink: 0;
}

.mdl--product--horizontal-1-4 .mdl--product--img {
  flex: 0 0 25%;
  min-width: 25%;
  flex-shrink: 0;
}

.mdl--product--horizontal-2-4 .mdl--product--img {
  flex: 0 0 50%;
  min-width: 50%;
  flex-shrink: 0;
}

.mdl--product--horizontal-3-4 .mdl--product--img {
  flex: 0 0 75%;
  min-width: 75%;
  flex-shrink: 0;
}

.mdl--product--horizontal-1-5 .mdl--product--img {
  flex: 0 0 20%;
  min-width: 20%;
  flex-shrink: 0;
}

.mdl--product--horizontal-2-5 .mdl--product--img {
  flex: 0 0 40%;
  min-width: 40%;
  flex-shrink: 0;
}

.mdl--product--horizontal-3-5 .mdl--product--img {
  flex: 0 0 60%;
  min-width: 60%;
  flex-shrink: 0;
}

.mdl--product--horizontal-4-5 .mdl--product--img {
  flex: 0 0 80%;
  min-width: 80%;
  flex-shrink: 0;
}

.mdl--product--vertical {
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 768px) {
  .mdl--product--vertical {
    margin-left: 0;
    margin-right: 0;
  }
}

.mdl--product--vertical .mdl--product {
  display: block;
}

.mdl--product--vertical .mdl--product--body,
.mdl--product--vertical .mdl--product--img {
  padding-left: initial !important;
  padding-right: initial !important;
}

@media (min-width: 768px) {

  .mdl--product--vertical .mdl--product--body,
  .mdl--product--vertical .mdl--product--img {
    padding-left: initial !important;
    padding-right: initial !important;
  }
}

.mdl--product--vertical .mdl--product--body {
  padding-right: initial !important;
}

@media (min-width: 768px) {
  .mdl--product--vertical .mdl--product--body {
    padding-right: initial !important;
  }
}

.mdl--product--vertical .stretched-link:after {
  left: initial;
  right: initial;
}

@media (min-width: 768px) {
  .mdl--product--vertical .stretched-link:after {
    left: initial;
    right: initial;
  }
}

.mdl--product--reverse .mdl--product--img {
  order: 2;
}

.mdl--product--reverse .mdl--product--body {
  order: 1;
}

.mdl--product--not-reverse .mdl--product--img {
  order: 1;
}

.mdl--product--not-reverse .mdl--product--body {
  order: 2;
}

.mdl--product--horizontal-1-3,
.mdl--product--horizontal-1-4,
.mdl--product--horizontal-1-5,
.mdl--product--horizontal-2-3,
.mdl--product--horizontal-2-4,
.mdl--product--horizontal-2-5,
.mdl--product--horizontal-3-4,
.mdl--product--horizontal-3-5,
.mdl--product--horizontal-4-5 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

@media (min-width: 768px) {

  .mdl--product--horizontal-1-3,
  .mdl--product--horizontal-1-4,
  .mdl--product--horizontal-1-5,
  .mdl--product--horizontal-2-3,
  .mdl--product--horizontal-2-4,
  .mdl--product--horizontal-2-5,
  .mdl--product--horizontal-3-4,
  .mdl--product--horizontal-3-5,
  .mdl--product--horizontal-4-5 {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}

.mdl--product--horizontal-1-3 .mdl--product,
.mdl--product--horizontal-1-4 .mdl--product,
.mdl--product--horizontal-1-5 .mdl--product,
.mdl--product--horizontal-2-3 .mdl--product,
.mdl--product--horizontal-2-4 .mdl--product,
.mdl--product--horizontal-2-5 .mdl--product,
.mdl--product--horizontal-3-4 .mdl--product,
.mdl--product--horizontal-3-5 .mdl--product,
.mdl--product--horizontal-4-5 .mdl--product {
  display: flex;
  align-items: center;
}

.mdl--product--horizontal-1-3 .mdl--product--body,
.mdl--product--horizontal-1-3 .mdl--product--img,
.mdl--product--horizontal-1-4 .mdl--product--body,
.mdl--product--horizontal-1-4 .mdl--product--img,
.mdl--product--horizontal-1-5 .mdl--product--body,
.mdl--product--horizontal-1-5 .mdl--product--img,
.mdl--product--horizontal-2-3 .mdl--product--body,
.mdl--product--horizontal-2-3 .mdl--product--img,
.mdl--product--horizontal-2-4 .mdl--product--body,
.mdl--product--horizontal-2-4 .mdl--product--img,
.mdl--product--horizontal-2-5 .mdl--product--body,
.mdl--product--horizontal-2-5 .mdl--product--img,
.mdl--product--horizontal-3-4 .mdl--product--body,
.mdl--product--horizontal-3-4 .mdl--product--img,
.mdl--product--horizontal-3-5 .mdl--product--body,
.mdl--product--horizontal-3-5 .mdl--product--img,
.mdl--product--horizontal-4-5 .mdl--product--body,
.mdl--product--horizontal-4-5 .mdl--product--img {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

@media (min-width: 768px) {

  .mdl--product--horizontal-1-3 .mdl--product--body,
  .mdl--product--horizontal-1-3 .mdl--product--img,
  .mdl--product--horizontal-1-4 .mdl--product--body,
  .mdl--product--horizontal-1-4 .mdl--product--img,
  .mdl--product--horizontal-1-5 .mdl--product--body,
  .mdl--product--horizontal-1-5 .mdl--product--img,
  .mdl--product--horizontal-2-3 .mdl--product--body,
  .mdl--product--horizontal-2-3 .mdl--product--img,
  .mdl--product--horizontal-2-4 .mdl--product--body,
  .mdl--product--horizontal-2-4 .mdl--product--img,
  .mdl--product--horizontal-2-5 .mdl--product--body,
  .mdl--product--horizontal-2-5 .mdl--product--img,
  .mdl--product--horizontal-3-4 .mdl--product--body,
  .mdl--product--horizontal-3-4 .mdl--product--img,
  .mdl--product--horizontal-3-5 .mdl--product--body,
  .mdl--product--horizontal-3-5 .mdl--product--img,
  .mdl--product--horizontal-4-5 .mdl--product--body,
  .mdl--product--horizontal-4-5 .mdl--product--img {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}

.mdl--product--horizontal-1-3 .mdl--product--body,
.mdl--product--horizontal-1-4 .mdl--product--body,
.mdl--product--horizontal-1-5 .mdl--product--body,
.mdl--product--horizontal-2-3 .mdl--product--body,
.mdl--product--horizontal-2-4 .mdl--product--body,
.mdl--product--horizontal-2-5 .mdl--product--body,
.mdl--product--horizontal-3-4 .mdl--product--body,
.mdl--product--horizontal-3-5 .mdl--product--body,
.mdl--product--horizontal-4-5 .mdl--product--body {
  padding-right: 1.5rem !important;
}

@media (min-width: 768px) {

  .mdl--product--horizontal-1-3 .mdl--product--body,
  .mdl--product--horizontal-1-4 .mdl--product--body,
  .mdl--product--horizontal-1-5 .mdl--product--body,
  .mdl--product--horizontal-2-3 .mdl--product--body,
  .mdl--product--horizontal-2-4 .mdl--product--body,
  .mdl--product--horizontal-2-5 .mdl--product--body,
  .mdl--product--horizontal-3-4 .mdl--product--body,
  .mdl--product--horizontal-3-5 .mdl--product--body,
  .mdl--product--horizontal-4-5 .mdl--product--body {
    padding-right: 3rem !important;
  }
}

.mdl--product--horizontal-1-3 .stretched-link:after,
.mdl--product--horizontal-1-4 .stretched-link:after,
.mdl--product--horizontal-1-5 .stretched-link:after,
.mdl--product--horizontal-2-3 .stretched-link:after,
.mdl--product--horizontal-2-4 .stretched-link:after,
.mdl--product--horizontal-2-5 .stretched-link:after,
.mdl--product--horizontal-3-4 .stretched-link:after,
.mdl--product--horizontal-3-5 .stretched-link:after,
.mdl--product--horizontal-4-5 .stretched-link:after {
  left: 0.5rem;
  right: 0.5rem;
}

@media (min-width: 768px) {

  .mdl--product--horizontal-1-3 .stretched-link:after,
  .mdl--product--horizontal-1-4 .stretched-link:after,
  .mdl--product--horizontal-1-5 .stretched-link:after,
  .mdl--product--horizontal-2-3 .stretched-link:after,
  .mdl--product--horizontal-2-4 .stretched-link:after,
  .mdl--product--horizontal-2-5 .stretched-link:after,
  .mdl--product--horizontal-3-4 .stretched-link:after,
  .mdl--product--horizontal-3-5 .stretched-link:after,
  .mdl--product--horizontal-4-5 .stretched-link:after {
    left: 1rem;
    right: 1rem;
  }
}

@media (min-width: 576px) {
  .mdl--product-sm--border .stretched-link:after {
    border: 1px solid rgba(0, 0, 0, 0.1);
  }

  .mdl--product-sm--border .mdl--product--body {
    padding-left: 1em;
    padding-right: 1em;
  }

  .mdl--product-sm--border-0 .stretched-link:after {
    border: none;
  }

  .mdl--product-sm--border-0 .mdl--product--body {
    padding-left: initial;
    padding-right: inherit;
  }

  .mdl--product-sm--horizontal .mdl--product {
    display: flex;
    align-items: center;
  }

  .mdl--product-sm--horizontal .mdl--product--img {
    flex: 0 0 50%;
    max-width: 50%;
    flex-shrink: 0;
  }

  .mdl--product-sm--horizontal .mdl--product--body {
    padding-left: 1em !important;
    padding-right: 1em !important;
  }
}

@media (min-width: 576px) and (min-width: 768px) {
  .mdl--product-sm--horizontal .mdl--product--body {
    padding-left: 2em !important;
    padding-right: 2em !important;
  }
}

@media (min-width: 576px) {
  .mdl--product-sm--horizontal-1-3 .mdl--product--img {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    flex-shrink: 0;
  }
}

@media (min-width: 576px) {
  .mdl--product-sm--horizontal-2-3 .mdl--product--img {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    flex-shrink: 0;
  }
}

@media (min-width: 576px) {
  .mdl--product-sm--horizontal-1-4 .mdl--product--img {
    flex: 0 0 25%;
    min-width: 25%;
    flex-shrink: 0;
  }
}

@media (min-width: 576px) {
  .mdl--product-sm--horizontal-2-4 .mdl--product--img {
    flex: 0 0 50%;
    min-width: 50%;
    flex-shrink: 0;
  }
}

@media (min-width: 576px) {
  .mdl--product-sm--horizontal-3-4 .mdl--product--img {
    flex: 0 0 75%;
    min-width: 75%;
    flex-shrink: 0;
  }
}

@media (min-width: 576px) {
  .mdl--product-sm--horizontal-1-5 .mdl--product--img {
    flex: 0 0 20%;
    min-width: 20%;
    flex-shrink: 0;
  }
}

@media (min-width: 576px) {
  .mdl--product-sm--horizontal-2-5 .mdl--product--img {
    flex: 0 0 40%;
    min-width: 40%;
    flex-shrink: 0;
  }
}

@media (min-width: 576px) {
  .mdl--product-sm--horizontal-3-5 .mdl--product--img {
    flex: 0 0 60%;
    min-width: 60%;
    flex-shrink: 0;
  }
}

@media (min-width: 576px) {
  .mdl--product-sm--horizontal-4-5 .mdl--product--img {
    flex: 0 0 80%;
    min-width: 80%;
    flex-shrink: 0;
  }
}

@media (min-width: 576px) {
  .mdl--product-sm--vertical {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 576px) and (min-width: 768px) {
  .mdl--product-sm--vertical {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 576px) {
  .mdl--product-sm--vertical .mdl--product {
    display: block;
  }
}

@media (min-width: 576px) {

  .mdl--product-sm--vertical .mdl--product--body,
  .mdl--product-sm--vertical .mdl--product--img {
    padding-left: initial !important;
    padding-right: initial !important;
  }
}

@media (min-width: 576px) and (min-width: 768px) {

  .mdl--product-sm--vertical .mdl--product--body,
  .mdl--product-sm--vertical .mdl--product--img {
    padding-left: initial !important;
    padding-right: initial !important;
  }
}

@media (min-width: 576px) {
  .mdl--product-sm--vertical .mdl--product--body {
    padding-right: initial !important;
  }
}

@media (min-width: 576px) and (min-width: 768px) {
  .mdl--product-sm--vertical .mdl--product--body {
    padding-right: initial !important;
  }
}

@media (min-width: 576px) {
  .mdl--product-sm--vertical .stretched-link:after {
    left: initial;
    right: initial;
  }
}

@media (min-width: 576px) and (min-width: 768px) {
  .mdl--product-sm--vertical .stretched-link:after {
    left: initial;
    right: initial;
  }
}

@media (min-width: 576px) {
  .mdl--product-sm--reverse .mdl--product--img {
    order: 2;
  }

  .mdl--product-sm--reverse .mdl--product--body {
    order: 1;
  }
}

@media (min-width: 576px) {
  .mdl--product-sm--not-reverse .mdl--product--img {
    order: 1;
  }

  .mdl--product-sm--not-reverse .mdl--product--body {
    order: 2;
  }
}

.mdl--product-sm--horizontal-1-3,
.mdl--product-sm--horizontal-1-4,
.mdl--product-sm--horizontal-1-5,
.mdl--product-sm--horizontal-2-3,
.mdl--product-sm--horizontal-2-4,
.mdl--product-sm--horizontal-2-5,
.mdl--product-sm--horizontal-3-4,
.mdl--product-sm--horizontal-3-5,
.mdl--product-sm--horizontal-4-5 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

@media (min-width: 768px) {

  .mdl--product-sm--horizontal-1-3,
  .mdl--product-sm--horizontal-1-4,
  .mdl--product-sm--horizontal-1-5,
  .mdl--product-sm--horizontal-2-3,
  .mdl--product-sm--horizontal-2-4,
  .mdl--product-sm--horizontal-2-5,
  .mdl--product-sm--horizontal-3-4,
  .mdl--product-sm--horizontal-3-5,
  .mdl--product-sm--horizontal-4-5 {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}

.mdl--product-sm--horizontal-1-3 .mdl--product,
.mdl--product-sm--horizontal-1-4 .mdl--product,
.mdl--product-sm--horizontal-1-5 .mdl--product,
.mdl--product-sm--horizontal-2-3 .mdl--product,
.mdl--product-sm--horizontal-2-4 .mdl--product,
.mdl--product-sm--horizontal-2-5 .mdl--product,
.mdl--product-sm--horizontal-3-4 .mdl--product,
.mdl--product-sm--horizontal-3-5 .mdl--product,
.mdl--product-sm--horizontal-4-5 .mdl--product {
  display: flex;
  align-items: center;
}

.mdl--product-sm--horizontal-1-3 .mdl--product--body,
.mdl--product-sm--horizontal-1-3 .mdl--product--img,
.mdl--product-sm--horizontal-1-4 .mdl--product--body,
.mdl--product-sm--horizontal-1-4 .mdl--product--img,
.mdl--product-sm--horizontal-1-5 .mdl--product--body,
.mdl--product-sm--horizontal-1-5 .mdl--product--img,
.mdl--product-sm--horizontal-2-3 .mdl--product--body,
.mdl--product-sm--horizontal-2-3 .mdl--product--img,
.mdl--product-sm--horizontal-2-4 .mdl--product--body,
.mdl--product-sm--horizontal-2-4 .mdl--product--img,
.mdl--product-sm--horizontal-2-5 .mdl--product--body,
.mdl--product-sm--horizontal-2-5 .mdl--product--img,
.mdl--product-sm--horizontal-3-4 .mdl--product--body,
.mdl--product-sm--horizontal-3-4 .mdl--product--img,
.mdl--product-sm--horizontal-3-5 .mdl--product--body,
.mdl--product-sm--horizontal-3-5 .mdl--product--img,
.mdl--product-sm--horizontal-4-5 .mdl--product--body,
.mdl--product-sm--horizontal-4-5 .mdl--product--img {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

@media (min-width: 768px) {

  .mdl--product-sm--horizontal-1-3 .mdl--product--body,
  .mdl--product-sm--horizontal-1-3 .mdl--product--img,
  .mdl--product-sm--horizontal-1-4 .mdl--product--body,
  .mdl--product-sm--horizontal-1-4 .mdl--product--img,
  .mdl--product-sm--horizontal-1-5 .mdl--product--body,
  .mdl--product-sm--horizontal-1-5 .mdl--product--img,
  .mdl--product-sm--horizontal-2-3 .mdl--product--body,
  .mdl--product-sm--horizontal-2-3 .mdl--product--img,
  .mdl--product-sm--horizontal-2-4 .mdl--product--body,
  .mdl--product-sm--horizontal-2-4 .mdl--product--img,
  .mdl--product-sm--horizontal-2-5 .mdl--product--body,
  .mdl--product-sm--horizontal-2-5 .mdl--product--img,
  .mdl--product-sm--horizontal-3-4 .mdl--product--body,
  .mdl--product-sm--horizontal-3-4 .mdl--product--img,
  .mdl--product-sm--horizontal-3-5 .mdl--product--body,
  .mdl--product-sm--horizontal-3-5 .mdl--product--img,
  .mdl--product-sm--horizontal-4-5 .mdl--product--body,
  .mdl--product-sm--horizontal-4-5 .mdl--product--img {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}

.mdl--product-sm--horizontal-1-3 .mdl--product--body,
.mdl--product-sm--horizontal-1-4 .mdl--product--body,
.mdl--product-sm--horizontal-1-5 .mdl--product--body,
.mdl--product-sm--horizontal-2-3 .mdl--product--body,
.mdl--product-sm--horizontal-2-4 .mdl--product--body,
.mdl--product-sm--horizontal-2-5 .mdl--product--body,
.mdl--product-sm--horizontal-3-4 .mdl--product--body,
.mdl--product-sm--horizontal-3-5 .mdl--product--body,
.mdl--product-sm--horizontal-4-5 .mdl--product--body {
  padding-right: 1.5rem !important;
}

@media (min-width: 768px) {

  .mdl--product-sm--horizontal-1-3 .mdl--product--body,
  .mdl--product-sm--horizontal-1-4 .mdl--product--body,
  .mdl--product-sm--horizontal-1-5 .mdl--product--body,
  .mdl--product-sm--horizontal-2-3 .mdl--product--body,
  .mdl--product-sm--horizontal-2-4 .mdl--product--body,
  .mdl--product-sm--horizontal-2-5 .mdl--product--body,
  .mdl--product-sm--horizontal-3-4 .mdl--product--body,
  .mdl--product-sm--horizontal-3-5 .mdl--product--body,
  .mdl--product-sm--horizontal-4-5 .mdl--product--body {
    padding-right: 3rem !important;
  }
}

.mdl--product-sm--horizontal-1-3 .stretched-link:after,
.mdl--product-sm--horizontal-1-4 .stretched-link:after,
.mdl--product-sm--horizontal-1-5 .stretched-link:after,
.mdl--product-sm--horizontal-2-3 .stretched-link:after,
.mdl--product-sm--horizontal-2-4 .stretched-link:after,
.mdl--product-sm--horizontal-2-5 .stretched-link:after,
.mdl--product-sm--horizontal-3-4 .stretched-link:after,
.mdl--product-sm--horizontal-3-5 .stretched-link:after,
.mdl--product-sm--horizontal-4-5 .stretched-link:after {
  left: 0.5rem;
  right: 0.5rem;
}

@media (min-width: 768px) {

  .mdl--product-sm--horizontal-1-3 .stretched-link:after,
  .mdl--product-sm--horizontal-1-4 .stretched-link:after,
  .mdl--product-sm--horizontal-1-5 .stretched-link:after,
  .mdl--product-sm--horizontal-2-3 .stretched-link:after,
  .mdl--product-sm--horizontal-2-4 .stretched-link:after,
  .mdl--product-sm--horizontal-2-5 .stretched-link:after,
  .mdl--product-sm--horizontal-3-4 .stretched-link:after,
  .mdl--product-sm--horizontal-3-5 .stretched-link:after,
  .mdl--product-sm--horizontal-4-5 .stretched-link:after {
    left: 1rem;
    right: 1rem;
  }
}

@media (min-width: 768px) {
  .mdl--product-md--border .stretched-link:after {
    border: 1px solid rgba(0, 0, 0, 0.1);
  }

  .mdl--product-md--border .mdl--product--body {
    padding-left: 1em;
    padding-right: 1em;
  }

  .mdl--product-md--border-0 .stretched-link:after {
    border: none;
  }

  .mdl--product-md--border-0 .mdl--product--body {
    padding-left: initial;
    padding-right: inherit;
  }

  .mdl--product-md--horizontal .mdl--product {
    display: flex;
    align-items: center;
  }

  .mdl--product-md--horizontal .mdl--product--img {
    flex: 0 0 50%;
    max-width: 50%;
    flex-shrink: 0;
  }

  .mdl--product-md--horizontal .mdl--product--body {
    padding-left: 1em !important;
    padding-right: 1em !important;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .mdl--product-md--horizontal .mdl--product--body {
    padding-left: 2em !important;
    padding-right: 2em !important;
  }
}

@media (min-width: 768px) {
  .mdl--product-md--horizontal-1-3 .mdl--product--img {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    flex-shrink: 0;
  }
}

@media (min-width: 768px) {
  .mdl--product-md--horizontal-2-3 .mdl--product--img {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    flex-shrink: 0;
  }
}

@media (min-width: 768px) {
  .mdl--product-md--horizontal-1-4 .mdl--product--img {
    flex: 0 0 25%;
    min-width: 25%;
    flex-shrink: 0;
  }
}

@media (min-width: 768px) {
  .mdl--product-md--horizontal-2-4 .mdl--product--img {
    flex: 0 0 50%;
    min-width: 50%;
    flex-shrink: 0;
  }
}

@media (min-width: 768px) {
  .mdl--product-md--horizontal-3-4 .mdl--product--img {
    flex: 0 0 75%;
    min-width: 75%;
    flex-shrink: 0;
  }
}

@media (min-width: 768px) {
  .mdl--product-md--horizontal-1-5 .mdl--product--img {
    flex: 0 0 20%;
    min-width: 20%;
    flex-shrink: 0;
  }
}

@media (min-width: 768px) {
  .mdl--product-md--horizontal-2-5 .mdl--product--img {
    flex: 0 0 40%;
    min-width: 40%;
    flex-shrink: 0;
  }
}

@media (min-width: 768px) {
  .mdl--product-md--horizontal-3-5 .mdl--product--img {
    flex: 0 0 60%;
    min-width: 60%;
    flex-shrink: 0;
  }
}

@media (min-width: 768px) {
  .mdl--product-md--horizontal-4-5 .mdl--product--img {
    flex: 0 0 80%;
    min-width: 80%;
    flex-shrink: 0;
  }
}

@media (min-width: 768px) {
  .mdl--product-md--vertical {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .mdl--product-md--vertical {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .mdl--product-md--vertical .mdl--product {
    display: block;
  }
}

@media (min-width: 768px) {

  .mdl--product-md--vertical .mdl--product--body,
  .mdl--product-md--vertical .mdl--product--img {
    padding-left: initial !important;
    padding-right: initial !important;
  }
}

@media (min-width: 768px) and (min-width: 768px) {

  .mdl--product-md--vertical .mdl--product--body,
  .mdl--product-md--vertical .mdl--product--img {
    padding-left: initial !important;
    padding-right: initial !important;
  }
}

@media (min-width: 768px) {
  .mdl--product-md--vertical .mdl--product--body {
    padding-right: initial !important;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .mdl--product-md--vertical .mdl--product--body {
    padding-right: initial !important;
  }
}

@media (min-width: 768px) {
  .mdl--product-md--vertical .stretched-link:after {
    left: initial;
    right: initial;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .mdl--product-md--vertical .stretched-link:after {
    left: initial;
    right: initial;
  }
}

@media (min-width: 768px) {
  .mdl--product-md--reverse .mdl--product--img {
    order: 2;
  }

  .mdl--product-md--reverse .mdl--product--body {
    order: 1;
  }
}

@media (min-width: 768px) {
  .mdl--product-md--not-reverse .mdl--product--img {
    order: 1;
  }

  .mdl--product-md--not-reverse .mdl--product--body {
    order: 2;
  }
}

.mdl--product-md--horizontal-1-3,
.mdl--product-md--horizontal-1-4,
.mdl--product-md--horizontal-1-5,
.mdl--product-md--horizontal-2-3,
.mdl--product-md--horizontal-2-4,
.mdl--product-md--horizontal-2-5,
.mdl--product-md--horizontal-3-4,
.mdl--product-md--horizontal-3-5,
.mdl--product-md--horizontal-4-5 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

@media (min-width: 768px) {

  .mdl--product-md--horizontal-1-3,
  .mdl--product-md--horizontal-1-4,
  .mdl--product-md--horizontal-1-5,
  .mdl--product-md--horizontal-2-3,
  .mdl--product-md--horizontal-2-4,
  .mdl--product-md--horizontal-2-5,
  .mdl--product-md--horizontal-3-4,
  .mdl--product-md--horizontal-3-5,
  .mdl--product-md--horizontal-4-5 {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}

.mdl--product-md--horizontal-1-3 .mdl--product,
.mdl--product-md--horizontal-1-4 .mdl--product,
.mdl--product-md--horizontal-1-5 .mdl--product,
.mdl--product-md--horizontal-2-3 .mdl--product,
.mdl--product-md--horizontal-2-4 .mdl--product,
.mdl--product-md--horizontal-2-5 .mdl--product,
.mdl--product-md--horizontal-3-4 .mdl--product,
.mdl--product-md--horizontal-3-5 .mdl--product,
.mdl--product-md--horizontal-4-5 .mdl--product {
  display: flex;
  align-items: center;
}

.mdl--product-md--horizontal-1-3 .mdl--product--body,
.mdl--product-md--horizontal-1-3 .mdl--product--img,
.mdl--product-md--horizontal-1-4 .mdl--product--body,
.mdl--product-md--horizontal-1-4 .mdl--product--img,
.mdl--product-md--horizontal-1-5 .mdl--product--body,
.mdl--product-md--horizontal-1-5 .mdl--product--img,
.mdl--product-md--horizontal-2-3 .mdl--product--body,
.mdl--product-md--horizontal-2-3 .mdl--product--img,
.mdl--product-md--horizontal-2-4 .mdl--product--body,
.mdl--product-md--horizontal-2-4 .mdl--product--img,
.mdl--product-md--horizontal-2-5 .mdl--product--body,
.mdl--product-md--horizontal-2-5 .mdl--product--img,
.mdl--product-md--horizontal-3-4 .mdl--product--body,
.mdl--product-md--horizontal-3-4 .mdl--product--img,
.mdl--product-md--horizontal-3-5 .mdl--product--body,
.mdl--product-md--horizontal-3-5 .mdl--product--img,
.mdl--product-md--horizontal-4-5 .mdl--product--body,
.mdl--product-md--horizontal-4-5 .mdl--product--img {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

@media (min-width: 768px) {

  .mdl--product-md--horizontal-1-3 .mdl--product--body,
  .mdl--product-md--horizontal-1-3 .mdl--product--img,
  .mdl--product-md--horizontal-1-4 .mdl--product--body,
  .mdl--product-md--horizontal-1-4 .mdl--product--img,
  .mdl--product-md--horizontal-1-5 .mdl--product--body,
  .mdl--product-md--horizontal-1-5 .mdl--product--img,
  .mdl--product-md--horizontal-2-3 .mdl--product--body,
  .mdl--product-md--horizontal-2-3 .mdl--product--img,
  .mdl--product-md--horizontal-2-4 .mdl--product--body,
  .mdl--product-md--horizontal-2-4 .mdl--product--img,
  .mdl--product-md--horizontal-2-5 .mdl--product--body,
  .mdl--product-md--horizontal-2-5 .mdl--product--img,
  .mdl--product-md--horizontal-3-4 .mdl--product--body,
  .mdl--product-md--horizontal-3-4 .mdl--product--img,
  .mdl--product-md--horizontal-3-5 .mdl--product--body,
  .mdl--product-md--horizontal-3-5 .mdl--product--img,
  .mdl--product-md--horizontal-4-5 .mdl--product--body,
  .mdl--product-md--horizontal-4-5 .mdl--product--img {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}

.mdl--product-md--horizontal-1-3 .mdl--product--body,
.mdl--product-md--horizontal-1-4 .mdl--product--body,
.mdl--product-md--horizontal-1-5 .mdl--product--body,
.mdl--product-md--horizontal-2-3 .mdl--product--body,
.mdl--product-md--horizontal-2-4 .mdl--product--body,
.mdl--product-md--horizontal-2-5 .mdl--product--body,
.mdl--product-md--horizontal-3-4 .mdl--product--body,
.mdl--product-md--horizontal-3-5 .mdl--product--body,
.mdl--product-md--horizontal-4-5 .mdl--product--body {
  padding-right: 1.5rem !important;
}

@media (min-width: 768px) {

  .mdl--product-md--horizontal-1-3 .mdl--product--body,
  .mdl--product-md--horizontal-1-4 .mdl--product--body,
  .mdl--product-md--horizontal-1-5 .mdl--product--body,
  .mdl--product-md--horizontal-2-3 .mdl--product--body,
  .mdl--product-md--horizontal-2-4 .mdl--product--body,
  .mdl--product-md--horizontal-2-5 .mdl--product--body,
  .mdl--product-md--horizontal-3-4 .mdl--product--body,
  .mdl--product-md--horizontal-3-5 .mdl--product--body,
  .mdl--product-md--horizontal-4-5 .mdl--product--body {
    padding-right: 3rem !important;
  }
}

.mdl--product-md--horizontal-1-3 .stretched-link:after,
.mdl--product-md--horizontal-1-4 .stretched-link:after,
.mdl--product-md--horizontal-1-5 .stretched-link:after,
.mdl--product-md--horizontal-2-3 .stretched-link:after,
.mdl--product-md--horizontal-2-4 .stretched-link:after,
.mdl--product-md--horizontal-2-5 .stretched-link:after,
.mdl--product-md--horizontal-3-4 .stretched-link:after,
.mdl--product-md--horizontal-3-5 .stretched-link:after,
.mdl--product-md--horizontal-4-5 .stretched-link:after {
  left: 0.5rem;
  right: 0.5rem;
}

@media (min-width: 768px) {

  .mdl--product-md--horizontal-1-3 .stretched-link:after,
  .mdl--product-md--horizontal-1-4 .stretched-link:after,
  .mdl--product-md--horizontal-1-5 .stretched-link:after,
  .mdl--product-md--horizontal-2-3 .stretched-link:after,
  .mdl--product-md--horizontal-2-4 .stretched-link:after,
  .mdl--product-md--horizontal-2-5 .stretched-link:after,
  .mdl--product-md--horizontal-3-4 .stretched-link:after,
  .mdl--product-md--horizontal-3-5 .stretched-link:after,
  .mdl--product-md--horizontal-4-5 .stretched-link:after {
    left: 1rem;
    right: 1rem;
  }
}

@media (min-width: 992px) {
  .mdl--product-lg--border .stretched-link:after {
    border: 1px solid rgba(0, 0, 0, 0.1);
  }

  .mdl--product-lg--border .mdl--product--body {
    padding-left: 1em;
    padding-right: 1em;
  }

  .mdl--product-lg--border-0 .stretched-link:after {
    border: none;
  }

  .mdl--product-lg--border-0 .mdl--product--body {
    padding-left: initial;
    padding-right: inherit;
  }

  .mdl--product-lg--horizontal .mdl--product {
    display: flex;
    align-items: center;
  }

  .mdl--product-lg--horizontal .mdl--product--img {
    flex: 0 0 50%;
    max-width: 50%;
    flex-shrink: 0;
  }

  .mdl--product-lg--horizontal .mdl--product--body {
    padding-left: 1em !important;
    padding-right: 1em !important;
  }
}

@media (min-width: 992px) and (min-width: 768px) {
  .mdl--product-lg--horizontal .mdl--product--body {
    padding-left: 2em !important;
    padding-right: 2em !important;
  }
}

@media (min-width: 992px) {
  .mdl--product-lg--horizontal-1-3 .mdl--product--img {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    flex-shrink: 0;
  }
}

@media (min-width: 992px) {
  .mdl--product-lg--horizontal-2-3 .mdl--product--img {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    flex-shrink: 0;
  }
}

@media (min-width: 992px) {
  .mdl--product-lg--horizontal-1-4 .mdl--product--img {
    flex: 0 0 25%;
    min-width: 25%;
    flex-shrink: 0;
  }
}

@media (min-width: 992px) {
  .mdl--product-lg--horizontal-2-4 .mdl--product--img {
    flex: 0 0 50%;
    min-width: 50%;
    flex-shrink: 0;
  }
}

@media (min-width: 992px) {
  .mdl--product-lg--horizontal-3-4 .mdl--product--img {
    flex: 0 0 75%;
    min-width: 75%;
    flex-shrink: 0;
  }
}

@media (min-width: 992px) {
  .mdl--product-lg--horizontal-1-5 .mdl--product--img {
    flex: 0 0 20%;
    min-width: 20%;
    flex-shrink: 0;
  }
}

@media (min-width: 992px) {
  .mdl--product-lg--horizontal-2-5 .mdl--product--img {
    flex: 0 0 40%;
    min-width: 40%;
    flex-shrink: 0;
  }
}

@media (min-width: 992px) {
  .mdl--product-lg--horizontal-3-5 .mdl--product--img {
    flex: 0 0 60%;
    min-width: 60%;
    flex-shrink: 0;
  }
}

@media (min-width: 992px) {
  .mdl--product-lg--horizontal-4-5 .mdl--product--img {
    flex: 0 0 80%;
    min-width: 80%;
    flex-shrink: 0;
  }
}

@media (min-width: 992px) {
  .mdl--product-lg--vertical {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 992px) and (min-width: 768px) {
  .mdl--product-lg--vertical {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 992px) {
  .mdl--product-lg--vertical .mdl--product {
    display: block;
  }
}

@media (min-width: 992px) {

  .mdl--product-lg--vertical .mdl--product--body,
  .mdl--product-lg--vertical .mdl--product--img {
    padding-left: initial !important;
    padding-right: initial !important;
  }
}

@media (min-width: 992px) and (min-width: 768px) {

  .mdl--product-lg--vertical .mdl--product--body,
  .mdl--product-lg--vertical .mdl--product--img {
    padding-left: initial !important;
    padding-right: initial !important;
  }
}

@media (min-width: 992px) {
  .mdl--product-lg--vertical .mdl--product--body {
    padding-right: initial !important;
  }
}

@media (min-width: 992px) and (min-width: 768px) {
  .mdl--product-lg--vertical .mdl--product--body {
    padding-right: initial !important;
  }
}

@media (min-width: 992px) {
  .mdl--product-lg--vertical .stretched-link:after {
    left: initial;
    right: initial;
  }
}

@media (min-width: 992px) and (min-width: 768px) {
  .mdl--product-lg--vertical .stretched-link:after {
    left: initial;
    right: initial;
  }
}

@media (min-width: 992px) {
  .mdl--product-lg--reverse .mdl--product--img {
    order: 2;
  }

  .mdl--product-lg--reverse .mdl--product--body {
    order: 1;
  }
}

@media (min-width: 992px) {
  .mdl--product-lg--not-reverse .mdl--product--img {
    order: 1;
  }

  .mdl--product-lg--not-reverse .mdl--product--body {
    order: 2;
  }
}

.mdl--product-lg--horizontal-1-3,
.mdl--product-lg--horizontal-1-4,
.mdl--product-lg--horizontal-1-5,
.mdl--product-lg--horizontal-2-3,
.mdl--product-lg--horizontal-2-4,
.mdl--product-lg--horizontal-2-5,
.mdl--product-lg--horizontal-3-4,
.mdl--product-lg--horizontal-3-5,
.mdl--product-lg--horizontal-4-5 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

@media (min-width: 768px) {

  .mdl--product-lg--horizontal-1-3,
  .mdl--product-lg--horizontal-1-4,
  .mdl--product-lg--horizontal-1-5,
  .mdl--product-lg--horizontal-2-3,
  .mdl--product-lg--horizontal-2-4,
  .mdl--product-lg--horizontal-2-5,
  .mdl--product-lg--horizontal-3-4,
  .mdl--product-lg--horizontal-3-5,
  .mdl--product-lg--horizontal-4-5 {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}

.mdl--product-lg--horizontal-1-3 .mdl--product,
.mdl--product-lg--horizontal-1-4 .mdl--product,
.mdl--product-lg--horizontal-1-5 .mdl--product,
.mdl--product-lg--horizontal-2-3 .mdl--product,
.mdl--product-lg--horizontal-2-4 .mdl--product,
.mdl--product-lg--horizontal-2-5 .mdl--product,
.mdl--product-lg--horizontal-3-4 .mdl--product,
.mdl--product-lg--horizontal-3-5 .mdl--product,
.mdl--product-lg--horizontal-4-5 .mdl--product {
  display: flex;
  align-items: center;
}

.mdl--product-lg--horizontal-1-3 .mdl--product--body,
.mdl--product-lg--horizontal-1-3 .mdl--product--img,
.mdl--product-lg--horizontal-1-4 .mdl--product--body,
.mdl--product-lg--horizontal-1-4 .mdl--product--img,
.mdl--product-lg--horizontal-1-5 .mdl--product--body,
.mdl--product-lg--horizontal-1-5 .mdl--product--img,
.mdl--product-lg--horizontal-2-3 .mdl--product--body,
.mdl--product-lg--horizontal-2-3 .mdl--product--img,
.mdl--product-lg--horizontal-2-4 .mdl--product--body,
.mdl--product-lg--horizontal-2-4 .mdl--product--img,
.mdl--product-lg--horizontal-2-5 .mdl--product--body,
.mdl--product-lg--horizontal-2-5 .mdl--product--img,
.mdl--product-lg--horizontal-3-4 .mdl--product--body,
.mdl--product-lg--horizontal-3-4 .mdl--product--img,
.mdl--product-lg--horizontal-3-5 .mdl--product--body,
.mdl--product-lg--horizontal-3-5 .mdl--product--img,
.mdl--product-lg--horizontal-4-5 .mdl--product--body,
.mdl--product-lg--horizontal-4-5 .mdl--product--img {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

@media (min-width: 768px) {

  .mdl--product-lg--horizontal-1-3 .mdl--product--body,
  .mdl--product-lg--horizontal-1-3 .mdl--product--img,
  .mdl--product-lg--horizontal-1-4 .mdl--product--body,
  .mdl--product-lg--horizontal-1-4 .mdl--product--img,
  .mdl--product-lg--horizontal-1-5 .mdl--product--body,
  .mdl--product-lg--horizontal-1-5 .mdl--product--img,
  .mdl--product-lg--horizontal-2-3 .mdl--product--body,
  .mdl--product-lg--horizontal-2-3 .mdl--product--img,
  .mdl--product-lg--horizontal-2-4 .mdl--product--body,
  .mdl--product-lg--horizontal-2-4 .mdl--product--img,
  .mdl--product-lg--horizontal-2-5 .mdl--product--body,
  .mdl--product-lg--horizontal-2-5 .mdl--product--img,
  .mdl--product-lg--horizontal-3-4 .mdl--product--body,
  .mdl--product-lg--horizontal-3-4 .mdl--product--img,
  .mdl--product-lg--horizontal-3-5 .mdl--product--body,
  .mdl--product-lg--horizontal-3-5 .mdl--product--img,
  .mdl--product-lg--horizontal-4-5 .mdl--product--body,
  .mdl--product-lg--horizontal-4-5 .mdl--product--img {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}

.mdl--product-lg--horizontal-1-3 .mdl--product--body,
.mdl--product-lg--horizontal-1-4 .mdl--product--body,
.mdl--product-lg--horizontal-1-5 .mdl--product--body,
.mdl--product-lg--horizontal-2-3 .mdl--product--body,
.mdl--product-lg--horizontal-2-4 .mdl--product--body,
.mdl--product-lg--horizontal-2-5 .mdl--product--body,
.mdl--product-lg--horizontal-3-4 .mdl--product--body,
.mdl--product-lg--horizontal-3-5 .mdl--product--body,
.mdl--product-lg--horizontal-4-5 .mdl--product--body {
  padding-right: 1.5rem !important;
}

@media (min-width: 768px) {

  .mdl--product-lg--horizontal-1-3 .mdl--product--body,
  .mdl--product-lg--horizontal-1-4 .mdl--product--body,
  .mdl--product-lg--horizontal-1-5 .mdl--product--body,
  .mdl--product-lg--horizontal-2-3 .mdl--product--body,
  .mdl--product-lg--horizontal-2-4 .mdl--product--body,
  .mdl--product-lg--horizontal-2-5 .mdl--product--body,
  .mdl--product-lg--horizontal-3-4 .mdl--product--body,
  .mdl--product-lg--horizontal-3-5 .mdl--product--body,
  .mdl--product-lg--horizontal-4-5 .mdl--product--body {
    padding-right: 3rem !important;
  }
}

.mdl--product-lg--horizontal-1-3 .stretched-link:after,
.mdl--product-lg--horizontal-1-4 .stretched-link:after,
.mdl--product-lg--horizontal-1-5 .stretched-link:after,
.mdl--product-lg--horizontal-2-3 .stretched-link:after,
.mdl--product-lg--horizontal-2-4 .stretched-link:after,
.mdl--product-lg--horizontal-2-5 .stretched-link:after,
.mdl--product-lg--horizontal-3-4 .stretched-link:after,
.mdl--product-lg--horizontal-3-5 .stretched-link:after,
.mdl--product-lg--horizontal-4-5 .stretched-link:after {
  left: 0.5rem;
  right: 0.5rem;
}

@media (min-width: 768px) {

  .mdl--product-lg--horizontal-1-3 .stretched-link:after,
  .mdl--product-lg--horizontal-1-4 .stretched-link:after,
  .mdl--product-lg--horizontal-1-5 .stretched-link:after,
  .mdl--product-lg--horizontal-2-3 .stretched-link:after,
  .mdl--product-lg--horizontal-2-4 .stretched-link:after,
  .mdl--product-lg--horizontal-2-5 .stretched-link:after,
  .mdl--product-lg--horizontal-3-4 .stretched-link:after,
  .mdl--product-lg--horizontal-3-5 .stretched-link:after,
  .mdl--product-lg--horizontal-4-5 .stretched-link:after {
    left: 1rem;
    right: 1rem;
  }
}

@media (min-width: 1200px) {
  .mdl--product-xl--border .stretched-link:after {
    border: 1px solid rgba(0, 0, 0, 0.1);
  }

  .mdl--product-xl--border .mdl--product--body {
    padding-left: 1em;
    padding-right: 1em;
  }

  .mdl--product-xl--border-0 .stretched-link:after {
    border: none;
  }

  .mdl--product-xl--border-0 .mdl--product--body {
    padding-left: initial;
    padding-right: inherit;
  }

  .mdl--product-xl--horizontal .mdl--product {
    display: flex;
    align-items: center;
  }

  .mdl--product-xl--horizontal .mdl--product--img {
    flex: 0 0 50%;
    max-width: 50%;
    flex-shrink: 0;
  }

  .mdl--product-xl--horizontal .mdl--product--body {
    padding-left: 1em !important;
    padding-right: 1em !important;
  }
}

@media (min-width: 1200px) and (min-width: 768px) {
  .mdl--product-xl--horizontal .mdl--product--body {
    padding-left: 2em !important;
    padding-right: 2em !important;
  }
}

@media (min-width: 1200px) {
  .mdl--product-xl--horizontal-1-3 .mdl--product--img {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    flex-shrink: 0;
  }
}

@media (min-width: 1200px) {
  .mdl--product-xl--horizontal-2-3 .mdl--product--img {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    flex-shrink: 0;
  }
}

@media (min-width: 1200px) {
  .mdl--product-xl--horizontal-1-4 .mdl--product--img {
    flex: 0 0 25%;
    min-width: 25%;
    flex-shrink: 0;
  }
}

@media (min-width: 1200px) {
  .mdl--product-xl--horizontal-2-4 .mdl--product--img {
    flex: 0 0 50%;
    min-width: 50%;
    flex-shrink: 0;
  }
}

@media (min-width: 1200px) {
  .mdl--product-xl--horizontal-3-4 .mdl--product--img {
    flex: 0 0 75%;
    min-width: 75%;
    flex-shrink: 0;
  }
}

@media (min-width: 1200px) {
  .mdl--product-xl--horizontal-1-5 .mdl--product--img {
    flex: 0 0 20%;
    min-width: 20%;
    flex-shrink: 0;
  }
}

@media (min-width: 1200px) {
  .mdl--product-xl--horizontal-2-5 .mdl--product--img {
    flex: 0 0 40%;
    min-width: 40%;
    flex-shrink: 0;
  }
}

@media (min-width: 1200px) {
  .mdl--product-xl--horizontal-3-5 .mdl--product--img {
    flex: 0 0 60%;
    min-width: 60%;
    flex-shrink: 0;
  }
}

@media (min-width: 1200px) {
  .mdl--product-xl--horizontal-4-5 .mdl--product--img {
    flex: 0 0 80%;
    min-width: 80%;
    flex-shrink: 0;
  }
}

@media (min-width: 1200px) {
  .mdl--product-xl--vertical {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 1200px) and (min-width: 768px) {
  .mdl--product-xl--vertical {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 1200px) {
  .mdl--product-xl--vertical .mdl--product {
    display: block;
  }
}

@media (min-width: 1200px) {

  .mdl--product-xl--vertical .mdl--product--body,
  .mdl--product-xl--vertical .mdl--product--img {
    padding-left: initial !important;
    padding-right: initial !important;
  }
}

@media (min-width: 1200px) and (min-width: 768px) {

  .mdl--product-xl--vertical .mdl--product--body,
  .mdl--product-xl--vertical .mdl--product--img {
    padding-left: initial !important;
    padding-right: initial !important;
  }
}

@media (min-width: 1200px) {
  .mdl--product-xl--vertical .mdl--product--body {
    padding-right: initial !important;
  }
}

@media (min-width: 1200px) and (min-width: 768px) {
  .mdl--product-xl--vertical .mdl--product--body {
    padding-right: initial !important;
  }
}

@media (min-width: 1200px) {
  .mdl--product-xl--vertical .stretched-link:after {
    left: initial;
    right: initial;
  }
}

@media (min-width: 1200px) and (min-width: 768px) {
  .mdl--product-xl--vertical .stretched-link:after {
    left: initial;
    right: initial;
  }
}

@media (min-width: 1200px) {
  .mdl--product-xl--reverse .mdl--product--img {
    order: 2;
  }

  .mdl--product-xl--reverse .mdl--product--body {
    order: 1;
  }
}

@media (min-width: 1200px) {
  .mdl--product-xl--not-reverse .mdl--product--img {
    order: 1;
  }

  .mdl--product-xl--not-reverse .mdl--product--body {
    order: 2;
  }
}

.mdl--product-xl--horizontal-1-3,
.mdl--product-xl--horizontal-1-4,
.mdl--product-xl--horizontal-1-5,
.mdl--product-xl--horizontal-2-3,
.mdl--product-xl--horizontal-2-4,
.mdl--product-xl--horizontal-2-5,
.mdl--product-xl--horizontal-3-4,
.mdl--product-xl--horizontal-3-5,
.mdl--product-xl--horizontal-4-5 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

@media (min-width: 768px) {

  .mdl--product-xl--horizontal-1-3,
  .mdl--product-xl--horizontal-1-4,
  .mdl--product-xl--horizontal-1-5,
  .mdl--product-xl--horizontal-2-3,
  .mdl--product-xl--horizontal-2-4,
  .mdl--product-xl--horizontal-2-5,
  .mdl--product-xl--horizontal-3-4,
  .mdl--product-xl--horizontal-3-5,
  .mdl--product-xl--horizontal-4-5 {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}

.mdl--product-xl--horizontal-1-3 .mdl--product,
.mdl--product-xl--horizontal-1-4 .mdl--product,
.mdl--product-xl--horizontal-1-5 .mdl--product,
.mdl--product-xl--horizontal-2-3 .mdl--product,
.mdl--product-xl--horizontal-2-4 .mdl--product,
.mdl--product-xl--horizontal-2-5 .mdl--product,
.mdl--product-xl--horizontal-3-4 .mdl--product,
.mdl--product-xl--horizontal-3-5 .mdl--product,
.mdl--product-xl--horizontal-4-5 .mdl--product {
  display: flex;
  align-items: center;
}

.mdl--product-xl--horizontal-1-3 .mdl--product--body,
.mdl--product-xl--horizontal-1-3 .mdl--product--img,
.mdl--product-xl--horizontal-1-4 .mdl--product--body,
.mdl--product-xl--horizontal-1-4 .mdl--product--img,
.mdl--product-xl--horizontal-1-5 .mdl--product--body,
.mdl--product-xl--horizontal-1-5 .mdl--product--img,
.mdl--product-xl--horizontal-2-3 .mdl--product--body,
.mdl--product-xl--horizontal-2-3 .mdl--product--img,
.mdl--product-xl--horizontal-2-4 .mdl--product--body,
.mdl--product-xl--horizontal-2-4 .mdl--product--img,
.mdl--product-xl--horizontal-2-5 .mdl--product--body,
.mdl--product-xl--horizontal-2-5 .mdl--product--img,
.mdl--product-xl--horizontal-3-4 .mdl--product--body,
.mdl--product-xl--horizontal-3-4 .mdl--product--img,
.mdl--product-xl--horizontal-3-5 .mdl--product--body,
.mdl--product-xl--horizontal-3-5 .mdl--product--img,
.mdl--product-xl--horizontal-4-5 .mdl--product--body,
.mdl--product-xl--horizontal-4-5 .mdl--product--img {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

@media (min-width: 768px) {

  .mdl--product-xl--horizontal-1-3 .mdl--product--body,
  .mdl--product-xl--horizontal-1-3 .mdl--product--img,
  .mdl--product-xl--horizontal-1-4 .mdl--product--body,
  .mdl--product-xl--horizontal-1-4 .mdl--product--img,
  .mdl--product-xl--horizontal-1-5 .mdl--product--body,
  .mdl--product-xl--horizontal-1-5 .mdl--product--img,
  .mdl--product-xl--horizontal-2-3 .mdl--product--body,
  .mdl--product-xl--horizontal-2-3 .mdl--product--img,
  .mdl--product-xl--horizontal-2-4 .mdl--product--body,
  .mdl--product-xl--horizontal-2-4 .mdl--product--img,
  .mdl--product-xl--horizontal-2-5 .mdl--product--body,
  .mdl--product-xl--horizontal-2-5 .mdl--product--img,
  .mdl--product-xl--horizontal-3-4 .mdl--product--body,
  .mdl--product-xl--horizontal-3-4 .mdl--product--img,
  .mdl--product-xl--horizontal-3-5 .mdl--product--body,
  .mdl--product-xl--horizontal-3-5 .mdl--product--img,
  .mdl--product-xl--horizontal-4-5 .mdl--product--body,
  .mdl--product-xl--horizontal-4-5 .mdl--product--img {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}

.mdl--product-xl--horizontal-1-3 .mdl--product--body,
.mdl--product-xl--horizontal-1-4 .mdl--product--body,
.mdl--product-xl--horizontal-1-5 .mdl--product--body,
.mdl--product-xl--horizontal-2-3 .mdl--product--body,
.mdl--product-xl--horizontal-2-4 .mdl--product--body,
.mdl--product-xl--horizontal-2-5 .mdl--product--body,
.mdl--product-xl--horizontal-3-4 .mdl--product--body,
.mdl--product-xl--horizontal-3-5 .mdl--product--body,
.mdl--product-xl--horizontal-4-5 .mdl--product--body {
  padding-right: 1.5rem !important;
}

@media (min-width: 768px) {

  .mdl--product-xl--horizontal-1-3 .mdl--product--body,
  .mdl--product-xl--horizontal-1-4 .mdl--product--body,
  .mdl--product-xl--horizontal-1-5 .mdl--product--body,
  .mdl--product-xl--horizontal-2-3 .mdl--product--body,
  .mdl--product-xl--horizontal-2-4 .mdl--product--body,
  .mdl--product-xl--horizontal-2-5 .mdl--product--body,
  .mdl--product-xl--horizontal-3-4 .mdl--product--body,
  .mdl--product-xl--horizontal-3-5 .mdl--product--body,
  .mdl--product-xl--horizontal-4-5 .mdl--product--body {
    padding-right: 3rem !important;
  }
}

.mdl--product-xl--horizontal-1-3 .stretched-link:after,
.mdl--product-xl--horizontal-1-4 .stretched-link:after,
.mdl--product-xl--horizontal-1-5 .stretched-link:after,
.mdl--product-xl--horizontal-2-3 .stretched-link:after,
.mdl--product-xl--horizontal-2-4 .stretched-link:after,
.mdl--product-xl--horizontal-2-5 .stretched-link:after,
.mdl--product-xl--horizontal-3-4 .stretched-link:after,
.mdl--product-xl--horizontal-3-5 .stretched-link:after,
.mdl--product-xl--horizontal-4-5 .stretched-link:after {
  left: 0.5rem;
  right: 0.5rem;
}

@media (min-width: 768px) {

  .mdl--product-xl--horizontal-1-3 .stretched-link:after,
  .mdl--product-xl--horizontal-1-4 .stretched-link:after,
  .mdl--product-xl--horizontal-1-5 .stretched-link:after,
  .mdl--product-xl--horizontal-2-3 .stretched-link:after,
  .mdl--product-xl--horizontal-2-4 .stretched-link:after,
  .mdl--product-xl--horizontal-2-5 .stretched-link:after,
  .mdl--product-xl--horizontal-3-4 .stretched-link:after,
  .mdl--product-xl--horizontal-3-5 .stretched-link:after,
  .mdl--product-xl--horizontal-4-5 .stretched-link:after {
    left: 1rem;
    right: 1rem;
  }
}

.mdl--product--title--line-cramp-2 {
  position: relative;
  display: block;
  overflow: hidden;
  max-height: 3em;
}

@supports (-webkit-line-clamp: 2) {
  .mdl--product--title--line-cramp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .mdl--product--title--line-cramp-2:after,
  .mdl--product--title--line-cramp-2:before {
    content: none;
    display: none;
    visibility: hidden;
  }
}

.mdl--product--title--line-cramp-2-force {
  height: 3em;
}

.mdl--product--title--line-cramp-3 {
  position: relative;
  display: block;
  overflow: hidden;
  max-height: 5em;
}

@supports (-webkit-line-clamp: 3) {
  .mdl--product--title--line-cramp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .mdl--product--title--line-cramp-3:after,
  .mdl--product--title--line-cramp-3:before {
    content: none;
    display: none;
    visibility: hidden;
  }
}

.mdl--product--title--line-cramp-3-force {
  height: 5em;
}

.mdl--product--category-link--label {
  width: 60%;
  font-size: 0.6rem;
}

@media (min-width: 768px) {
  .mdl--product--category-link--label {
    font-size: 0.75rem;
  }
}

@media (min-width: 992px) {
  .mdl--product--category-link--label {
    width: 50%;
  }
}

.mdl--product--category-link--thumb {
  width: 40%;
}

@media (min-width: 992px) {
  .mdl--product--category-link--thumb {
    width: 50%;
  }
}

.mdl--pagination .page-link {
  border: 0;
  position: relative;
  min-width: 2em;
  text-align: center;
  border-radius: 0 !important;
  padding: 0.5rem 0.67rem;
  margin: 0.125rem;
}

.mdl--pagination .page-item.active .page-link {
  background-color: rgba(222, 226, 230, 0.2);
  color: #6c757d;
}

.mdl--link-item {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  text-decoration: none;
}

.mdl--link-item:hover {
  text-decoration: none;
}

.mdl--link-item--icon {
  display: block;
  flex-shrink: 0;
  padding: 1.25rem;
  min-width: 3.75rem;
  min-height: 3.75rem;
  font-size: 1.25rem;
  line-height: 0;
  text-align: center;
}

.mdl--link-item--icon img {
  max-width: 2rem;
  max-height: 2rem;
}

.mdl--link-item--thumb {
  width: 29%;
  flex-shrink: 0;
  line-height: 0;
  position: relative;
}

.mdl--link-item--thumb:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  border-right: 1px solid rgba(104, 104, 104, 0.1);
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .mdl--link-item--thumb {
    width: 20%;
  }
}

.mdl--link-item--body {
  line-height: 1.67;
  padding: 1rem 0;
}

.mdl--link-item--title {
  font-size: 0.875rem;
  line-height: 1.67;
  font-weight: bolder;
  margin: 0;
}

@media (min-width: 768px) {
  .mdl--link-item--title {
    font-size: 1rem;
  }
}

.mdl--link-item--text {
  font-size: 0.75em;
  line-height: 1.67;
  margin: 0.25em 0 0;
}

@media (min-width: 768px) {
  .mdl--link-item--text {
    font-size: 0.875rem;
  }
}

.mdl--link-item--caption {
  font-size: 0.75em;
  line-height: 1.67;
  margin: 0.125rem 0 0;
}

.mdl--features-banner--alt {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background: #fefefe;
}

.mdl--features-banner--alt-inside {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  overflow: hidden;
}

.mdl--contact--tel {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 2rem;
  line-height: 1;
  font-family: "Bebas Neue", sans-serif;
}

.mdl--contact--tel-dial-icon {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 1em;
  height: auto;
  margin-right: 0.4rem;
}

.mdl--contact--tel-dial-icon img {
  width: 100%;
}

.mdl--contact--tel-dial-icon svg {
  font-size: 0.9em;
  transform: translateY(-0.025em);
}

body:not(.console):not(.mobile):not(.tablet):not(.smarttv):not(.wearable):not(.embedded) .mdl--device--not-pc {
  display: none !important;
}

body.pc .mdl--device--not-pc {
  display: none !important;
}

.tns-outer {
  padding: 0 !important;
}

.tns-outer [hidden] {
  display: none !important;
}

.tns-outer [aria-controls],
.tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
}

.tns-slider>.tns-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}

.tns-horizontal.tns-subpixel>.tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}

.tns-horizontal.tns-no-subpixel>.tns-item {
  float: left;
}

.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}

.tns-gallery>.tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -moz-transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s;
}

.tns-gallery>.tns-slide-active {
  position: relative;
  left: auto !important;
}

.tns-gallery>.tns-moving {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6;
}

.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-fadeOut,
.tns-normal {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}

.tns-vpfix>div,
.tns-vpfix>li {
  display: inline-block;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}

.tns-t-ct {
  width: 2333.3333333333%;
  width: -webkit-calc(100% * 70/3);
  width: -moz-calc(100% * 70/3);
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0;
}

.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}

.tns-t-ct>div {
  width: 1.4285714286%;
  width: -webkit-calc(100%/70);
  width: -moz-calc(100%/70);
  width: calc(100% / 70);
  height: 10px;
  float: left;
}

.tns-controls [disabled] {
  color: rgba(38, 38, 38, 0.25);
  cursor: not-allowed !important;
}

.tns-outer {
  position: relative;
}

.tns-nav {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -25px;
}

.tns-nav>[aria-controls] {
  width: 6px;
  height: 6px;
  padding: 0;
  margin: 0 4px;
  border-radius: 50%;
  border: 1px solid #e6160b;
  background-color: transparent;
}

.tns-nav>.tns-nav-active {
  background: #e6160b;
}

@keyframes animation--spin {
  0% {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes animation--in {
  0% {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}



[data-scroll="in"] .animation--in {
  animation-name: animation--in;
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

[data-scroll="in"] .animation--in-sm {
  animation-name: animation--in-sm;
  animation-duration: 2s;
  animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

[data-scroll="in"] .animation--border:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #fefefe;
  transform-origin: 100% 0;
  animation-name: animation--text;
  animation-duration: 0.75s;
  animation-timing-function: cubic-bezier(1, 0, 0, 1);
  animation-fill-mode: forwards;
}

[data-scroll="in"] .animation--icon {
  display: flex;
}

[data-scroll="in"] .animation--message-icon {
  animation-name: animation--in-sm;
  animation-duration: 2s;
  animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

[data-scroll] [class*="animation--"] {
  animation-fill-mode: backwards;
}

[data-scroll] [class*="animation--"]:nth-child(2) {
  animation-delay: 0.25s;
}

[data-scroll] [class*="animation--"]:nth-child(3) {
  animation-delay: 0.5s;
}

[data-scroll] [class*="animation--"]:nth-child(4) {
  animation-delay: 0.75s;
}

[data-scroll] [class*="animation--"]:nth-child(5) {
  animation-delay: 1s;
}

[data-scroll] [class*="animation--"]:nth-child(6) {
  animation-delay: 1.25s;
}

[data-scroll] [class*="animation--"]:nth-child(7) {
  animation-delay: 1.5s;
}

[data-scroll] [class*="animation--"]:nth-child(8) {
  animation-delay: 1.75s;
}

[data-scroll] [class*="animation--"]:nth-child(9) {
  animation-delay: 2s;
}

[data-scroll] [class*="animation--"]:nth-child(10) {
  animation-delay: 2.25s;
}

[data-scroll] [class*="animation--"]:nth-child(11) {
  animation-delay: 2.5s;
}

[data-scroll] [class*="animation--"]:nth-child(12) {
  animation-delay: 2.75s;
}

[data-scroll] [class*="animation--"]:nth-child(13) {
  animation-delay: 3s;
}

[data-scroll] [class*="animation--"]:nth-child(14) {
  animation-delay: 3.25s;
}

[data-scroll] [class*="animation--"]:nth-child(15) {
  animation-delay: 3.5s;
}

[data-scroll] .animation--in-sm {
  animation-fill-mode: backwards;
}

[data-scroll] .animation--in-sm [class*="animation--"] {
  animation-delay: 1s;
}

[data-scroll] .animation--in-sm:nth-child(2) {
  animation-delay: 0.125s;
}

[data-scroll] .animation--in-sm:nth-child(2) [class*="animation--"] {
  animation-delay: 0.625s;
}

[data-scroll] .animation--in-sm:nth-child(3) {
  animation-delay: 0.25s;
}

[data-scroll] .animation--in-sm:nth-child(3) [class*="animation--"] {
  animation-delay: 0.75s;
}

[data-scroll] .animation--in-sm:nth-child(4) {
  animation-delay: 0.375s;
}

[data-scroll] .animation--in-sm:nth-child(4) [class*="animation--"] {
  animation-delay: 0.875s;
}

[data-scroll] .animation--in-sm:nth-child(5) {
  animation-delay: 0.5s;
}

[data-scroll] .animation--in-sm:nth-child(5) [class*="animation--"] {
  animation-delay: 1s;
}

[data-scroll] .animation--in-sm:nth-child(6) {
  animation-delay: 0.625s;
}

[data-scroll] .animation--in-sm:nth-child(6) [class*="animation--"] {
  animation-delay: 1.125s;
}

[data-scroll] .animation--in-sm:nth-child(7) {
  animation-delay: 0.75s;
}

[data-scroll] .animation--in-sm:nth-child(7) [class*="animation--"] {
  animation-delay: 1.25s;
}

[data-scroll] .animation--in-sm:nth-child(8) {
  animation-delay: 0.875s;
}

[data-scroll] .animation--in-sm:nth-child(8) [class*="animation--"] {
  animation-delay: 1.375s;
}

[data-scroll] .animation--in-sm:nth-child(9) {
  animation-delay: 1s;
}

[data-scroll] .animation--in-sm:nth-child(9) [class*="animation--"] {
  animation-delay: 1.5s;
}

[data-scroll] .animation--in-sm:nth-child(10) {
  animation-delay: 1.125s;
}

[data-scroll] .animation--in-sm:nth-child(10) [class*="animation--"] {
  animation-delay: 1.625s;
}

[data-scroll] .animation--in-sm:nth-child(11) {
  animation-delay: 1.25s;
}

[data-scroll] .animation--in-sm:nth-child(11) [class*="animation--"] {
  animation-delay: 1.75s;
}

[data-scroll] .animation--in-sm:nth-child(12) {
  animation-delay: 1.375s;
}

[data-scroll] .animation--in-sm:nth-child(12) [class*="animation--"] {
  animation-delay: 1.875s;
}

[data-scroll] .animation--in-sm:nth-child(13) {
  animation-delay: 1.5s;
}

[data-scroll] .animation--in-sm:nth-child(13) [class*="animation--"] {
  animation-delay: 2s;
}

[data-scroll] .animation--in-sm:nth-child(14) {
  animation-delay: 1.625s;
}

[data-scroll] .animation--in-sm:nth-child(14) [class*="animation--"] {
  animation-delay: 2.125s;
}

[data-scroll] .animation--in-sm:nth-child(15) {
  animation-delay: 1.75s;
}

[data-scroll] .animation--in-sm:nth-child(15) [class*="animation--"] {
  animation-delay: 2.25s;
}

[data-scroll] .animation--in-sm:nth-child(16) {
  animation-delay: 1.875s;
}

[data-scroll] .animation--in-sm:nth-child(16) [class*="animation--"] {
  animation-delay: 2.375s;
}

.modalMessageIsOpen .akachannohi2025--message-modal .animation--draw-heading-message {
  animation-name: animation--draw-heading-message;
  animation-duration: 1s;
  animation-fill-mode: backwards;
}

@media (prefers-reduced-motion: reduce),
(print) {

  .akachannohi2025--badge,
  .akachannohi2025--badge--new-label,
  .akachannohi2025--prize-backgrounds--child:before,
  [class*="animation--"] {
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    animation-iteration-count: 1 !important;
  }
}

.akachannohi2025--heading-xs {
  font-size: 1.125rem;
  line-height: 1.785;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}

.akachannohi2025--heading-sm {
  font-size: 1.25rem;
  line-height: 2.5;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}

.akachannohi2025--heading-md {
  font-size: 1.5rem;
  line-height: 1.785;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}

.akachannohi2025--body {
  font-size: 0.875rem;
}

@media (min-width: 768px) {
  .akachannohi2025--body {
    font-size: 1rem;
  }
}

.f-15 {
  font-size: 12px;
}

@media only screen and (min-width: 768px) {
  .f-15 {
    font-size: 15px;
  }
}

.akachannohi2025--line-height-bordered {
  line-height: 2;
}

.akachannohi2025--line-height-bordered-md {
  line-height: 2.25;
}

.akachannohi2025--border {
  position: relative;
  display: inline-block;
  padding-bottom: 0.5em;
  line-height: 2;
}

.akachannohi2025--border:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 3px solid;
}

.akachannohi2025--mark {
  display: inline-block;
  border: 0;
  padding: 0.25em;
  border: 0;
  height: auto;
  width: auto;
  font-size: inherit;
  border-radius: 0;
  background-color: rgba(230, 22, 11, 0.08) !important;
  line-height: 1;
}

.akachannohi2025--char-dash {
  display: inline-block;
  transform-origin: left center;
  transform: scaleX(2);
  font-weight: normal;
  margin-left: 0.1em;
}

.akachannohi2025--char-leader {
  display: inline-block;
  font-weight: normal;
  font-family: sans-serif;
}

.akachannohi2025--char-hy {
  margin-right: -0.4em;
}

.akachannohi2025--char-hy-l {
  margin-left: -0.4em;
}

.akachannohi2025--char-hy-dot {
  margin-left: -0.125em;
  margin-right: -0.125em;
}

.akachannohi2025--char-yousokuon {
  margin-left: -0.05em;
  margin-right: -0.05em;
}

.akachannohi2025--list-bordered>li:before {
  border-color: rgba(230, 22, 11, 0.2);
}

.akachannohi2025--border-color {
  border-color: rgba(230, 22, 11, 0.2) !important;
}

.naviconIsVisible .akachannohi2025--share {
  /* animation-delay: 0s !important; */
}

[data-scroll="out"] {
  visibility: hidden !important;
  animation-delay: 0.2s;
  opacity: 0;
}

.animated[data-scrolle="in"].animation--in {
  animation: bounceIn 1s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated[data-scrolle="in"].animation--in {
  animation: fadeInUp 1s cubic-bezier(0.23, 1, 0.32, 1);
}

.akachannohi2025--badge--closed {
  display: inline-flex;
  font-size: 1em;
  line-height: 1;
  padding: 0.25em 0.4em;
  font-weight: bold;
  color: #fefefe;
  background-color: #e6160b;
  box-shadow: 2px 2px 0px rgba(230, 22, 11, 0.5);
  border-radius: 1px;
  transform: rotate(-7.5deg);
}

.akachannohi2025--badge--star {
  position: absolute;
  top: -2px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 2px;
  background-color: #e6160b;
  animation-name: animation--spin;
  animation-duration: 5s;
  animation-fill-mode: both;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.akachannohi2025--badge--star:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 32px;
  height: 32px;
  background-color: inherit;
  transform: rotate(30deg);
  transform-origin: center center;
  border-radius: inherit;
}

.akachannohi2025--badge--star:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 32px;
  height: 32px;
  background-color: inherit;
  transform: rotate(-30deg);
  transform-origin: center center;
  border-radius: inherit;
}

.akachannohi2025--badge--new-label {
  color: #fefefe;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 1;
  font-size: 10px;
  animation-name: animation--spin-reverse;
  animation-duration: 5s;
  animation-fill-mode: both;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.akachannohi2025--badge--new-label-ja {
  color: #fefefe;
  font-weight: bold;
  position: relative;
  z-index: 1;
  font-size: 10px;
  line-height: 1;
  font-style: normal;
  animation-name: animation--spin-reverse;
  animation-duration: 5s;
  animation-fill-mode: both;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.ie .akachannohi2025--badge--new-label,
.ie .akachannohi2025--badge--new-label-ja,
.ie .akachannohi2025--badge--star {
  animation: none;
}

.ie .akachannohi2025--badge--new-label,
.ie .akachannohi2025--badge--new-label-ja {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.5em;
}

.ie .akachannohi2025--badge--star {
  display: block;
  text-align: center;
}

.ie .akachannohi2025--badge--star svg {
  vertical-align: top;
}

.akachannohi2025--clipboard {
  display: inline-block;
  border: 0;
  padding: 0.25em;
  border: 0;
  height: auto;
  width: auto;
  font-size: inherit;
  border-radius: 0;
  background-color: rgba(230, 22, 11, 0.08) !important;
  line-height: 1;
  cursor: pointer;
}

.akachannohi2025--clipboard.copied {
  background-color: #d0ecf0 !important;
}

.akachannohi2025--clipboard--icon-copied {
  position: absolute;
  top: -0.5em;
  right: -0.5em;
  animation-name: copiedBadge;
  animation-direction: alternate;
}

@keyframes copiedBadge {

  10%,
  20%,
  30%,
  40%,
  50%,
  0% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  10% {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }

  30% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }

  40% {
    transform: scale3d(0.97, 0.97, 0.97);
  }

  50% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }

  80% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }

  95% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

@keyframes sway {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(-5deg);
  }

  50% {
    transform: rotate(0deg);
  }

  75% {
    transform: rotate(5deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.akachannohi2025--header {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 2;
  height: 1.175rem;
}

@media (max-width: 320px) {
  .akachannohi2025--header {
    left: 0;
  }
}

@media only screen and (min-device-width: 375px) and (min-device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  .akachannohi2025--header {
    top: 1rem;
    left: 1rem;
  }
}

@media only screen and (min-width: 768px) and (orientation: portrait) {
  .akachannohi2025--header {
    top: 2rem;
    left: 2rem;
  }
}

@media (min-width: 992px) {
  .akachannohi2025--header {
    top: 2rem;
    left: 2rem;
  }
}

.akachannohi2025--header-logo {
  display: block;
  width: auto;
  height: 1.175rem;
}

@media only screen and (min-device-width: 375px) and (min-device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  .akachannohi2025--header-logo {
    height: 1.175rem;
  }
}

@media only screen and (min-width: 768px) and (orientation: portrait) {
  .akachannohi2025--header-logo {
    height: 1.5rem;
  }
}

.akachannohi2025--visual {
  position: relative;
  overflow: visible;
  z-index: 0;
  width: 100%;
  height: auto;
  min-height: 768px;
  min-height: 93vh;
  display: flex;
  flex-direction: column;
}

@media (min-width: 992px) {
  .akachannohi2025--visual {
    min-height: 550px;
  }
}

.akachannohi2025--visual-background {
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 100%;
  margin-top: 2rem;
  margin-bottom: 3rem;
  background-image: url(../img/visual/visual_sp_photo.jpg);
  background-position: center top;
  background-size: 150% auto;
  background-repeat: no-repeat;
}

@media only screen and (orientation: landscape) {
  .akachannohi2025--visual-background {
    background-position: center center;
    background-size: contain;
    padding-top: 100vh;
  }
}

@media only screen and (min-device-width: 375px) and (min-device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  .akachannohi2025--visual-background {
    background-position: center top;
    background-size: contain;
    padding-top: 100vh;
  }
}

@media only screen and (min-width: 768px) and (orientation: portrait) {
  .akachannohi2025--visual-background {
    background-position: center center;
    background-size: contain;
    padding-top: 80%;
  }
}

@media (min-width: 992px) {
  .akachannohi2025--visual-background {
    margin-top: 0;
    padding-top: 0%;
    height: 86vh;
    min-height: 550px;
    background-image: url(../img/visual/visual_pc_photo.jpeg);
    background-position: center center;
    background-size: contain;
  }
}

.akachannohi2025--visual-line {
  position: absolute;
  margin-top: 1rem;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  width: 100%;
  height: 768px;
  height: 100vh;
  transform-origin: center top;
}

@media only screen and (orientation: landscape) {
  .akachannohi2025--visual-line {
    top: -3%;
    height: 146vh;
  }
}

@media only screen and (min-device-width: 375px) and (min-device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  .akachannohi2025--visual-line {
    top: -4%;
    height: 150vh;
  }
}

@media only screen and (min-width: 768px) and (orientation: portrait) {
  .akachannohi2025--visual-line {
    top: -5%;
    height: 94vh;
  }
}

@media (min-width: 992px) {
  .akachannohi2025--visual-line {
    margin-top: 0;
    height: 120vh;
    min-height: 1000px;
    top: -10%;
    transform: scaleY(0.97);
  }
}

@media (min-width: 1200px) {
  .akachannohi2025--visual-line {
    height: 160vh;
    min-height: 1000px;
    top: -20%;
    transform: scaleY(0.97);
  }
}

.akachannohi2025--visual-line-path-holder {
  transform-origin: center;
}

@media only screen and (orientation: landscape) {
  .akachannohi2025--visual-line-path-holder {
    transform: translateX(1%);
  }
}

@media only screen and (min-device-width: 375px) and (min-device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  .akachannohi2025--visual-line-path-holder {
    transform: translateX(1%);
  }
}

@media only screen and (min-width: 768px) and (orientation: portrait) {
  .akachannohi2025--visual-line-path-holder {
    transform: translateX(3%);
  }
}

@media (min-width: 992px) {
  .akachannohi2025--visual-line-path-holder {
    transform: translateX(13%);
  }
}

.akachannohi2025--visual-line-path {
  transform-origin: center;
  stroke-width: 3px;
}

@media (min-width: 992px) {
  .akachannohi2025--visual-line-path {
    stroke-width: 2px;
  }
}

.akachannohi2025--visual-logo {
  display: block;
  width: 100%;
  height: 110px;
  margin: auto;
  background-image: url(../img/visual/visual_sp_logo.png);
  background-position: center bottom;
  background-size: 163px auto;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 768px) and (orientation: portrait) {
  .akachannohi2025--visual-logo {
    background-size: 244.5px auto;
    height: 165px;
  }
}

@media (min-width: 992px) {
  .akachannohi2025--visual-logo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    width: 100%;
    height: 768px;
    height: 86vh;
    min-height: 550px;
    background-image: url(../img/visual/visual_pc_logo.png);
    background-position: center center;
    background-size: contain;
    margin-bottom: 3rem;
  }
}

.akachannohi2025--visual-loader {
  position: fixed;
  z-index: 1060;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.9);
}

@media (min-width: 992px) {
  .akachannohi2025--visual-loader {
    min-height: 550px;
  }
}

.akachannohi2025--visual-loader--image {
  position: relative;
  width: 100%;
  max-width: 160px;
  height: auto;
  position: relative;
}

@media (min-width: 768px) {
  .akachannohi2025--visual-loader--image {
    max-width: 300px;
  }
}

.akachannohi2025--visual-loader--stroke {
  fill: none;
  stroke: #e6160b;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-width: 70px;
  fill-rule: evenodd;
  stroke-dasharray: 1500;
  stroke-dashoffset: 1500;
  transition: stroke-dashoffset 0.25s easeOut;
}

.akachannohi2025--visual-skip {
  position: fixed;
  top: 1rem;
  right: 1rem;
  z-index: 1070;
}

.akachannohi2025--visual-catchcopy path {
  fill: none;
}

.akachannohi2025--visual-catchcopy--pc path {
  transform-origin: 344px 304px;
}

.akachannohi2025--visual-catchcopy--sp path {
  transform-origin: 307.5px 236.5px;
}

.akachannohi2025--visual-alt {
  display: none;
}

.loadHide {
  visibility: hidden !important;
  pointer-events: none;
}

.akachannohi2025--header,
.akachannohi2025--info,
.akachannohi2025--visual-background,
.akachannohi2025--visual-logo {
  opacity: 0;
}

.akachannohi2025--visual-line-path {
  stroke-dasharray: 3000px;
  stroke-dashoffset: 3000px;
}

.ie .akachannohi2025--visual-holder {
  height: 540px;
}

.akachannohi2025--info {
  width: 100%;
  max-width: 24rem;
  margin: 1.5rem auto;
  position: relative;
}

.akachannohi2025--info:before {
  content: "";
  display: block;
  z-index: 0;
  position: absolute;
  top: -0.5rem;
  bottom: -0.125rem;
  left: 1rem;
  right: 1rem;
  background-color: rgba(254, 254, 254, 0.67);
}

@media (min-width: 992px) {
  .akachannohi2025--info {
    position: absolute;
    right: 3rem;
    left: auto;
    bottom: 1rem;
    width: 20rem;
  }
}

.akachannohi2025--info--heading-line {
  transform-origin: left center;
}

.akachannohi2025--info--slider {
  height: 2.5rem;
}

.akachannohi2025--info--slide {
  height: 2.5rem;
  position: relative;
}

.akachannohi2025--info--slide-body {
  font-size: 0.675rem;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.akachannohi2025--main {
  padding-top: 1px;
}

.akachannohi2025--section {
  width: 100%;
  height: auto;
  padding-top: 1rem;
  margin-bottom: 5rem;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 768px) {
  .akachannohi2025--section {
    padding-top: 5rem;
  }
}

.akachannohi2025--image-cover--top {
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
}

.akachannohi2025--image-cover--bottom {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
}

.akachannohi2025--cta {
  border-radius: 50px;
  background-color: rgba(230, 22, 11, 0.08);
  max-width: 25rem;
  margin-left: auto;
  margin-right: auto;
}

.akachannohi2025--cta-bg {
  background-color: rgba(230, 22, 11, 0.08);
}

.akachannohi2025--layer-upper {
  position: relative;
  z-index: 1;
}

.akachannohi2025--section-lower {
  position: relative;
  z-index: 0;
}

.akachannohi2025--section-header {
  margin: 5rem auto 0;
}

.akachannohi2025--section-heading {
  font-size: 1.75rem;
  line-height: 2.5;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .akachannohi2025--section-heading {
    font-size: 2rem;
  }
}

.akachannohi2025--section-heading-en {
  display: block;
  margin: 2.75em 0 1.75em;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
}

@media (min-width: 768px) {
  .akachannohi2025--section-heading-en {
    font-size: 1.15rem;
  }
}

.akachannohi2025--ornament--type-holder {
  overflow: hidden;
  /* overflow: hidden;
  background-size: auto 100%;
  background-image: url(../img/aka-img.png);
  background-repeat: repeat-x;
  background-position: 88.8% 0;
  height: 90px;
  margin: 108px 0; */
}

/* @media (min-width: 768px) {
  .akachannohi2025--ornament--type-holder {
    height: 180px;
    margin: 162px 0;
  }
} */
.akachannohi2025--ornament--type {
  /* background-color: #fefefe; */
  width: 304.688vw;
  height: 8.646vw;
  background-size: auto 100%;
  background-image: url(../img/aka-img.png);
  background-repeat: repeat-x;
  background-position: -6% 0;
  will-change: transform;
  animation: ornament-type-move-pc 60s linear infinite;
}

.akachannohi2025--ornament--type.line-right {
  background-image: url(../img/line.png);
  animation: ornament-type-move-pc-right 60s linear infinite;
  height: 5.573vw;
}

.akachannohi2025--ornament--type.line-left {
  background-image: url(../img/line.png);
  animation: ornament-type-move-pc 60s linear infinite;
  height: 5.573vw;
}

@media (max-width: 767px) {
  .akachannohi2025--ornament--type {
    width: 693.333vw;
    height: 8.267vw;
    background-size: auto 100%;
    animation: ornament-type-move-sp 80s linear infinite forwards;
  }

  .akachannohi2025--ornament--type.line-right {
    animation: ornament-type-move-pc-right 80s linear infinite forwards;
    height: 5.333vw;
  }

  .akachannohi2025--ornament--type.line-left {
    animation: ornament-type-move-sp 80s linear infinite forwards;
    height: 5.333vw;
  }
}

.akachannohi2025--ornament--type-image {
  height: 10rem;
  width: auto;
}

.akachannohi2025--ornament--type-image path {
  fill: #e6160b;
}

@keyframes ornament-type-move-sp {
  to {
    transform: translateX(-1300px);
  }
}

@keyframes ornament-type-move-pc {
  to {
    transform: translateX(-1950px);
  }
}

@keyframes ornament-type-move-pc-right {
  from {
    transform: translateX(-1950px);
  }
}

@keyframes ornament-type-move-sp-right {
  from {
    transform: translateX(-1300px);
  }
}

.akachannohi2025--ornament--section {
  position: relative;
  width: 200px;
  margin: auto;
}

@media (min-width: 768px) {
  .akachannohi2025--ornament--section {
    width: 308px;
  }
}

.akachannohi2025--ornament--section--line {
  stroke-width: 5px;
}

@media (min-width: 768px) {
  .akachannohi2025--ornament--section--line {
    stroke-width: 4px;
  }
}

.akachannohi2025--ornament--section-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -0.25em;
  height: 1em;
  font-size: 20px;
  line-height: 1;
}

@media (min-width: 768px) {
  .akachannohi2025--ornament--section-icon {
    font-size: 32px;
  }
}

.akachannohi2025--messages-bg {
  background-color: #f3f3f3;
  background: linear-gradient(175deg, #f4f4f4 0%, #f2f2f2 100%);
}

.akachannohi2025--messages-icon-holder {
  position: absolute;
  z-index: 1;
  width: 2rem;
  height: 2rem;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.akachannohi2025--messages-icon-bg {
  position: relative;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e6160b;
  border-radius: 100%;
}

.akachannohi2025--messages-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fefefe;
}

.akachannohi2025--messages--corporations {
  position: relative;
  width: 100%;
  padding-top: 100%;
  break-before: page;
}

.akachannohi2025--messages--corporations-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scale(1.25);
}

@media (min-width: 768px) {
  .akachannohi2025--messages--corporations-bg {
    transform: scale(1);
  }
}

.akachannohi2025--messages--corporations-inside {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.akachannohi2025--mails {
  margin-bottom: 4rem;
  padding-bottom: 3rem;
}

.akachannohi2025--mails--header {
  border-bottom: 3px solid #e6160b;
}

.akachannohi2025--mails--main {
  padding: 2.25rem;
}

@media (min-width: 768px) {
  .akachannohi2025--mails--main {
    padding: 3rem;
  }
}

.akachannohi2025--mails--line {
  background-position: 0 -0.25em;
  background-image: repeating-linear-gradient(rgba(230, 22, 11, 0) 0,
      rgba(230, 22, 11, 0) calc(2.625rem - 1px),
      #e6160b 2.625rem);
}

@media (min-width: 768px) {
  .akachannohi2025--mails--line {
    background-image: repeating-linear-gradient(rgba(230, 22, 11, 0) 0,
        rgba(230, 22, 11, 0) calc(3rem - 1px),
        #e6160b 3rem);
  }
}

.akachannohi2025--mails--body {
  font-size: 0.875rem;
  line-height: 3;
  letter-spacing: 0.0619em;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  line-break: strict;
}

@media (min-width: 768px) {
  .akachannohi2025--mails--body {
    font-size: 1rem;
  }
}

.akachannohi2025--mails-shadow {
  box-shadow: 0 0.25rem 0 rgba(0, 0, 0, 0.075);
}

.modalMessageIsOpen .modal-backdrop {
  background-color: rgba(230, 22, 11, 0.5);
}

.modalMessageIsOpen .akachannohi2025--menu--toggler {
  z-index: 1051;
}

.akachannohi2025--instagram--bg-line {
  height: 120px;
  width: 100%;
  overflow: hidden;
  background-color: #e6160b;
  background-image: url(../img/instagram_bg_line.jpg?v=4);
  background-repeat: repeat;
  background-size: auto 100%;
}

.akachannohi2025--instagram--bg-line:before {
  content: "";
  display: block;
  height: 120px;
  width: 2880px;
  will-change: transform;
  background-color: #e6160b;
  background-image: url(../img/instagram_bg_line.jpg?v=4);
  background-repeat: repeat;
  background-size: auto 100%;
  animation: photos-move-sp 60s linear infinite;
}

@media (min-width: 768px) {
  .akachannohi2025--instagram--bg-line {
    height: 200px;
  }

  .akachannohi2025--instagram--bg-line:before {
    content: "";
    height: 200px;
    width: 4800px;
    animation: photos-move-pc 60s linear infinite;
  }
}

.akachannohi2025--instagram--bg-line-cover {
  position: relative;
}

.akachannohi2025--instagram--bg-line-cover:after,
.akachannohi2025--instagram--bg-line-cover:before {
  content: "";
  z-index: 1;
  position: absolute;
  left: 0;
  width: 100%;
  height: 26px;
  background-repeat: repeat-x;
  background-size: auto 26px;
}

@media (min-width: 992px) {

  .akachannohi2025--instagram--bg-line-cover:after,
  .akachannohi2025--instagram--bg-line-cover:before {
    height: 48px;
    background-size: auto 48px;
  }
}

.akachannohi2025--instagram--bg-line-cover:before {
  top: -1px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%20286%2025%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m143%2025c71.5%200%2071.51-24%20143-24v-1h-286v1c71.5%200%2071.5%2024%20143%2024z%22%20fill%3D%22%23fefefe%22%2F%3E%3C%2Fsvg%3E");
  background-position: calc(50% - 72px) top;
}

@media (min-width: 992px) {
  .akachannohi2025--instagram--bg-line-cover:before {
    background-position: calc(50% - 180px) top;
  }
}

.akachannohi2025--instagram--bg-line-cover:after {
  bottom: -1px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%20286%2025%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m143%200c-71.5%200-71.51%2024-143%2024v1h286v-1c-71.5%200-71.5-24-143-24z%22%20fill%3D%22%23fefefe%22%2F%3E%3C%2Fsvg%3E");
  background-position: calc(50% + 76px) bottom;
}

@media (min-width: 992px) {
  .akachannohi2025--instagram--bg-line-cover:after {
    background-position: calc(50% + 80px) bottom;
  }
}

@keyframes photos-move-sp {
  0% {
    transform: translateX(-960px);
  }

  to {
    transform: translateX(0px);
  }
}

@keyframes photos-move-pc {
  0% {
    transform: translateX(-1600px);
  }

  to {
    transform: translateX(0px);
  }
}

html {
  min-height: 100vh;
}

.ecbn-selection-page-wrapper .ecbn-selection-description,
.ecbn-selection-page-wrapper .ecbn-selection-header,
.ecbn-selection-page-wrapper .ecbn-selection-header2,
.ecbn-selection-page-wrapper .ecbn-selection-page-tabs-area,
.ecbn-selection-page-wrapper .ecbn-selection-title {
  display: none !important;
}

.ecbn-selection-page-wrapper .ecbn-selection-page-tabs-box {
  padding: 0 !important;
  border: 0 !important;
}

.ecbn-selection-image-loading-more {
  display: none !important;
}

.ecbn-selection-wrapper .ecbn-selection-description,
.ecbn-selection-wrapper .ecbn-selection-footer,
.ecbn-selection-wrapper .ecbn-selection-header,
.ecbn-selection-wrapper .ecbn-selection-header2,
.ecbn-selection-wrapper .ecbn-selection-title,
.ecbn-selection-wrapper .ecbn-selection-to-nextpage {
  display: none !important;
}

.ecbn-selection-wrapper .ecbn-selection-slider-view {
  background-color: #fafafa;
}

.ecbn-selection-wrapper li.ecbn-selection-item {
  margin-right: 3px;
}

.ecbn-selection-wrapper .ecbn-selection-footer2 {
  padding-right: 1rem;
}

@media (min-width: 992px) {
  .ecbn-selection-wrapper .ecbn-selection-footer2 {
    padding-right: 2rem;
  }
}

.modal-open .ecbn-selection-wrapper .ecbn-selection-slider-controls-direction a {
  z-index: 1;
}

.ecbn-selection-page-wrapper .ecbn-selection-content {
  padding: 0 !important;
  margin-left: -1px !important;
}

.ecbn-selection-page-wrapper .ecbn-selection-item {
  padding: 0 0 1px 1px !important;
}

.ecbn-selection-preview-overflow-hidden .ecbn-selection-preview {
  display: flex;
  align-items: flex-start !important;
  overflow-y: auto !important;
}

.ecbn-selection-preview-overflow-hidden .ecbn-selection-preview div.ecbn-selection-preview-overlay {
  position: fixed !important;
}

.ecbn-widget-loading-container[style*="visibility: hidden;"] {
  display: none;
}

.ecbn-selection-preview-baby_thanksday_2024.ecbn-selection-preview div.ecbn-selection-preview-wrapper {
  position: relative !important;
  max-width: 526px !important;
  margin: auto !important;
  padding-bottom: 1rem !important;
  border: 0 !important;
}

.ecbn-selection-preview-baby_thanksday_2024.ecbn-selection-preview .ecbn-selection-preview-content {
  padding: 0.5em 1em 1.05em !important;
}

.ecbn-selection-preview-baby_thanksday_2024.ecbn-selection-preview .ecbn-selection-left,
.ecbn-selection-preview-baby_thanksday_2024.ecbn-selection-preview .ecbn-selection-right {
  float: none !important;
  width: 100% !important;
}

.ecbn-selection-preview-baby_thanksday_2024.ecbn-selection-preview .ecbn-selection-left div.ecbn-selection-snapmain .ecbn-selection-next-image,
.ecbn-selection-preview-baby_thanksday_2024.ecbn-selection-preview .ecbn-selection-left div.ecbn-selection-snapmain .selection-prev-image {
  margin: 0 !important;
  float: none !important;
}

.ecbn-selection-preview-baby_thanksday_2024.ecbn-selection-preview .ecbn-selection-right .ecbn-selection-business-operator-comment-box,
.ecbn-selection-preview-baby_thanksday_2024.ecbn-selection-preview .ecbn-selection-right .ecbn-selection-preview-slide-wrapper,
.ecbn-selection-preview-baby_thanksday_2024.ecbn-selection-preview .ecbn-selection-right .ecbn-selection-right-footer,
.ecbn-selection-preview-baby_thanksday_2024.ecbn-selection-preview .ecbn-selection-right .ecbn-selection-right-header,
.ecbn-selection-preview-baby_thanksday_2024.ecbn-selection-preview .ecbn-selection-right .ecbn-selection-right-header2,
.ecbn-selection-preview-baby_thanksday_2024.ecbn-selection-preview .ecbn-selection-right .noProductsMsg {
  display: none !important;
}

.ecbn-selection-preview-baby_thanksday_2024.ecbn-selection-preview .ecbn-selection-left div.ecbn-selection-snapmain .ecbn-selection-next-image,
.ecbn-selection-preview-baby_thanksday_2024.ecbn-selection-preview .ecbn-selection-left div.ecbn-selection-snapmain .selection-prev-image,
.ecbn-selection-preview-baby_thanksday_2024.ecbn-selection-preview .ecbn-selection-preview-personal,
.ecbn-selection-preview-baby_thanksday_2024.ecbn-selection-preview .ecbn-selection-right {
  display: none !important;
}

.ecbn-selection-preview-baby_thanksday_2024.ecbn-selection-preview .ecbn-selection-left div.ecbn-selection-snapmain .ecbn-selection-snap-image {
  width: 100% !important;
  float: none !important;
  min-width: 100px !important;
  min-height: 60px !important;
}

.ecbn-selection-preview-baby_thanksday_2024.ecbn-selection-preview div.ecbn-selection-preview-wrapper {
  width: auto !important;
}

.ecbn-selection-preview-baby_thanksday_2024.ecbn-selection-preview .ecbn-selection-left div.ecbn-selection-snapmain .ecbn-selection-snap-image img {
  width: 100% !important;
}

.ecbn-selection-preview-baby_thanksday_2024.ecbn-selection-preview .ecbn-selection-left div.ecbn-selection-snapmain {
  padding: 2.5rem 0 0 !important;
}

html {
  scroll-behavior: auto;
}

html:not([class=""]) {
  scroll-behavior: smooth;
}

.akachannohi2025--share {
  /* z-index: 2;
  position: fixed;
  position: -webkit-sticky;
  position: sticky;
  bottom: 1rem;
  left: 0;
  right: 0;
  margin: auto;
  width: 10rem; */
  text-align: center;
}

.akachannohi2025--share-flex {
  gap: 4.688vw;
}

.akachannohi2025--share-flex a {
  transition: all 0.3s ease-in-out;
}

.akachannohi2025--share-flex a:hover {
  opacity: 0.8;
  transform: scale(1.05);
}

@media only screen and (max-width: 767px) {
  .akachannohi2025--share-flex {
    gap: 8vw;
  }
}

.akachannohi2025--header-pages {
  position: relative;
  top: 1rem;
  width: 100%;
  min-height: 3.25rem;
  text-align: center;
}

.akachannohi2025--header-pages-logo {
  display: block;
  width: auto;
  height: 3.25rem;
}

@media (min-width: 992px) {
  .akachannohi2025--header-pages-logo {
    height: 4.5rem;
  }
}

.akachannohi2025--header-pages-logo--label {
  font-size: 0.625rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
  font-feature-settings: "palt";
  display: inline-block;
  padding-top: 0.25rem;
  padding-bottom: 0.125rem;
  white-space: nowrap;
  border-bottom: 2px solid;
}

.akachannohi2025--header-ah {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 1;
}

.akachannohi2025--header-ah-logo {
  display: block;
  width: auto;
  height: 2rem;
}

@media (min-width: 992px) {
  .akachannohi2025--header-ah-logo {
    height: 3rem;
  }
}

.akachannohi2025--navs {
  position: relative;
  background-color: rgba(230, 22, 11, 0.08);
}

.akachannohi2025--navs:after,
.akachannohi2025--navs:before {
  content: "";
  display: block;
  width: 100%;
  height: 12px;
  background: linear-gradient(to bottom,
      #e6160b 0%,
      #e6160b 36%,
      #fefefe 36%,
      #fefefe 64%,
      #e6160b 64%,
      #e6160b 100%);
}

@media (min-width: 768px) {

  .akachannohi2025--navs:after,
  .akachannohi2025--navs:before {
    height: 12px;
  }
}

.akachannohi2025--menu--inside {
  max-width: 36.458vw;
  padding-top: 4.5vw;
  padding-bottom: 2.5vw;
}

@media only screen and (max-width: 767px) {
  .akachannohi2025--menu--inside {
    max-width: 133.333vw;
    padding-top: 8.4vw;
  }
}

.akachannohi2025--menu--toggler {
  position: fixed;
  z-index: 1051;
  width: auto;
  right: 3.058vw;
  /* top: 3.2vw; */
  top: 1vw;
}

@media (max-width: 767px) {
  .akachannohi2025--menu--toggler {
    right: 1.86vw;
    top: 1.453vw;
  }
}

.akachannohi2025--menu--btn-icon {
  /* width: 3.26vw;
  height: 1.716vw; */
  /* padding: 0; */
}

.akachannohi2025--menu--btn-icon--icon .icon-bar {
  height: 0.104vw;
  width: 3.26vw;
  margin-left: auto;
  background-color: #e6160b;
  transform-origin: right center;
  transition: background-color 0.001s linear,
    transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
}

@media screen and (max-width: 767px) {
  .akachannohi2025--menu--btn-icon--icon .icon-bar {
    width: 6.4vw;
    height: 0.533vw;
  }
}

.akachannohi2025--menu--btn-icon--icon .icon-bar:first-child {
  transform: translate3d(0, 0, 0);
}

.akachannohi2025--menu--btn-icon--icon .icon-bar:nth-child(2) {
  width: 2.038vw;
}

@media screen and (max-width: 767px) {
  .akachannohi2025--menu--btn-icon--icon .icon-bar:nth-child(2) {
    width: 4vw;
  }

}

.akachannohi2025--menu--btn-icon--icon .icon-bar:nth-child(3) {
  width: 1.494vw;
  transform: translate3d(0, 0, 0);
}

@media screen and (max-width: 767px) {
  .akachannohi2025--menu--btn-icon--icon .icon-bar:nth-child(3) {
    width: 2.933vw;
  }

}

.akachannohi2025--menu--toggler-clone {
  position: absolute;
  z-index: 2;
}

.akachannohi2025--menu--home-label {
  font-size: 1.354vw;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
  font-feature-settings: "palt";
  display: inline-block;
  padding-top: 0.25rem;
  padding-bottom: 0.125rem;
  white-space: nowrap;
  border-bottom: 2px solid;
}

@media only screen and (max-width: 767px) {
  .akachannohi2025--menu--home-label {
    font-size: 4.267vw;
  }
}

.modal-open .icon-bar:first-child,
.modal-open .icon-bar:nth-child(3),
.lpMenuIsOpening .icon-bar:first-child,
.lpMenuIsOpening .icon-bar:nth-child(3) {
  transform: translate3d(0, 0, 0) scale3d(0, 1, 1);
}

.modal-open .icon-bar:nth-child(2),
.lpMenuIsOpening .icon-bar:nth-child(2) {
  transform: scale3d(1.5, 1, 1);
}

.modal-open .akachannohi2025--menu--btn-icon--icon .icon-bar {
  background-color: #fefefe;
}

.modal-open .akachannohi2025--menu--toggler {
  z-index: 1051;
}

.windows.chrome.modal-open .akachannohi2025--menu--toggler {
  margin-right: 0;
}

.windows.edge.modal-open .akachannohi2025--menu--toggler,
.windows.ie.modal-open .akachannohi2025--menu--toggler {
  margin-right: 16px;
}

.akachannohi2025--prize-copyright {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  line-height: 1.34;
  padding: 1em 1em 0 0;
  margin-bottom: 0;
  transform-origin: right top;
  transform: scale(0.4);
}

@media (min-width: 992px) {
  .akachannohi2025--prize-copyright {
    transform: scale(0.5);
  }
}

.akachannohi2025--prize-backgrounds {
  overflow: hidden;
  z-index: 0;
  height: 450px;
}

@media (min-width: 768px) {
  .akachannohi2025--prize-backgrounds {
    height: 675px;
  }
}

.akachannohi2025--prize-backgrounds--child {
  position: relative;
  width: 100%;
  height: 100px;
  background-size: auto 100%;
  background-position: 0 0;
  transform: translateY(-34px);
}

@media (min-width: 768px) {
  .akachannohi2025--prize-backgrounds--child {
    height: 150px;
    transform: translateY(-51px);
  }
}

.akachannohi2025--prize-backgrounds--child:before {
  content: "";
  display: block;
  width: 3200px;
  height: 100px;
  position: absolute;
  top: 0;
  background-size: auto 100%;
  will-change: transform;
}

@media (min-width: 768px) {
  .akachannohi2025--prize-backgrounds--child:before {
    width: 4800px;
    height: 150px;
  }
}

.akachannohi2025--prize-backgrounds--child:nth-child(2):before {
  animation-delay: -3s;
}

.akachannohi2025--prize-backgrounds--child:nth-child(3):before {
  animation-delay: -6s;
}

.akachannohi2025--prize-backgrounds--child:nth-child(4):before {
  animation-delay: -9s;
}

.akachannohi2025--prize-backgrounds--child:nth-child(5):before {
  animation-delay: -12s;
}

.akachannohi2025--prize-backgrounds--child-odd,
.akachannohi2025--prize-backgrounds--child-odd:before {
  background-image: url(../img/prize_bg_line_1.jpg);
  background-position: right top;
}

.akachannohi2025--prize-backgrounds--child-odd:before {
  right: 0;
  animation: prize-photos-move-to-right 18s cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
}

.akachannohi2025--prize-backgrounds--child-even,
.akachannohi2025--prize-backgrounds--child-even:before {
  background-image: url(../img/prize_bg_line_2.jpg);
  background-position: left top;
}

.akachannohi2025--prize-backgrounds--child-even:before {
  left: 0;
  animation: prize-photos-move-to-left 18s cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
}

@keyframes prize-photos-move-to-right {
  0% {
    transform: translateX(0%);
  }

  8.33% {
    transform: translateX(4.165%);
  }

  16.66% {
    transform: translateX(8.33%);
  }

  24.99% {
    transform: translateX(12.495%);
  }

  33.32% {
    transform: translateX(16.66%);
  }

  41.65% {
    transform: translateX(20.825%);
  }

  49.98% {
    transform: translateX(24.99%);
  }

  58.31% {
    transform: translateX(29.155%);
  }

  66.64% {
    transform: translateX(33.32%);
  }

  74.97% {
    transform: translateX(37.485%);
  }

  83.3% {
    transform: translateX(41.65%);
  }

  91.63% {
    transform: translateX(45.815%);
  }

  to {
    transform: translateX(50%);
  }
}

@keyframes prize-photos-move-to-left {
  0% {
    transform: translateX(0%);
  }

  8.33% {
    transform: translateX(-4.165%);
  }

  16.66% {
    transform: translateX(-8.33%);
  }

  24.99% {
    transform: translateX(-12.495%);
  }

  33.32% {
    transform: translateX(-16.66%);
  }

  41.65% {
    transform: translateX(-20.825%);
  }

  49.98% {
    transform: translateX(-24.99%);
  }

  58.31% {
    transform: translateX(-29.155%);
  }

  66.64% {
    transform: translateX(-33.32%);
  }

  74.97% {
    transform: translateX(-37.485%);
  }

  83.3% {
    transform: translateX(-41.65%);
  }

  91.63% {
    transform: translateX(-45.815%);
  }

  to {
    transform: translateX(-50%);
  }
}

.akachannohi2025--online--bg {
  background-image: url(../img/instagram_live_bg.png);
  background-size: auto 54px;
  background-position: center top;
  background-repeat: repeat space;
}

@media (min-width: 768px) {
  .akachannohi2025--online--bg {
    background-size: auto 8%;
  }
}

.akachannohi2025--online--time-row {
  list-style-type: none;
  margin: 0;
  padding: 0;
  border: 1px solid;
  overflow: hidden;
  font-size: 0.75rem;
  line-height: 1.34;
}

.akachannohi2025--online--time-col:not(:empty) {
  padding: 0.5rem;
  border-top: 1px solid;
  border-left: 1px solid;
  margin-top: -1px;
  margin-left: -1px;
  margin-right: -1px;
}

.akachannohi2025--flow {
  position: relative;
}

.akachannohi2025--flow:before {
  content: "";
  display: block;
  position: absolute;
  top: 1.5rem;
  bottom: 1.5rem;
  left: 1.5rem;
  transform: translateX(-2px);
  width: 4px;
  background-color: rgba(230, 22, 11, 0.2);
}

.akachannohi2025--flow--item {
  border: 0;
  position: relative;
  padding-left: 0;
  padding-right: 0;
  background-color: transparent;
}

.akachannohi2025--flow--item:not(:first-child):before {
  content: "";
  display: block;
  position: absolute;
  left: 4.5rem;
  right: 0;
  top: 0;
  border-top: 1px solid rgba(230, 22, 11, 0.08);
}

.akachannohi2025--flow--time {
  width: 3rem;
  text-align: center;
  margin-right: 1.5rem;
  flex-shrink: 0;
}

/*!
 * akachanhonpo akachan.jp website - akachannohi2025 styles
 */
.akachannohi2025--visual-background,
.akachannohi2025--visual-logo {
  opacity: 1;
}

.akachannohi2025--visual-line-path {
  stroke-dasharray: 0;
  stroke-dashoffset: 0;
}

.akachannohi2025--info--slider {
  height: auto;
}

.loadHide {
  visibility: visible !important;
  opacity: 1;
  pointer-events: auto;
}

[data-scroll] {
  visibility: visible !important;
  opacity: 1;
}

.box-outer {
  display: flex;
  justify-content: center;
  align-items: center;
}

.bot-box {
  width: 840px;
  height: 630px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #000000;
}

.hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.btn:not(.btn-link) {
  text-decoration: none;
  letter-spacing: 0;
}

.btn-white {
  color: #212529;
  background-color: #fefefe;
  border-color: #fefefe;
}

.btn-white:hover {
  color: #212529;
  background-color: #ebebeb;
  border-color: #e5e5e5;
}

.btn-white.focus,
.btn-white:focus {
  color: #212529;
  background-color: #ebebeb;
  border-color: #e5e5e5;
  box-shadow: 0 0 0 0.2rem rgba(221, 221, 222, 0.5);
}

.btn-white.disabled,
.btn-white:disabled {
  color: #212529;
  background-color: #fefefe;
  border-color: #fefefe;
}

.btn-white:not(:disabled):not(.disabled).active,
.btn-white:not(:disabled):not(.disabled):active,
.show>.btn-white.dropdown-toggle {
  color: #212529;
  background-color: #e5e5e5;
  border-color: #dedede;
}

.btn-white:not(:disabled):not(.disabled).active:focus,
.btn-white:not(:disabled):not(.disabled):active:focus,
.show>.btn-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(221, 221, 222, 0.5);
}

.btn-clone {
  pointer-events: none;
}

.dropdown-item {
  text-decoration: none;
}

.breadcrumb-item {
  align-items: center;
  font-size: 0.75rem;
  flex-shrink: 0;
}

@media (min-width: 992px) {
  .breadcrumb-item {
    font-size: 0.875rem;
  }
}

.breadcrumb-item+.breadcrumb-item.active {
  opacity: 0.65;
}

.breadcrumb-item+.breadcrumb-item.active>a {
  text-decoration: none;
}

.breadcrumb-item:last-child {
  padding-right: 1rem;
}

.list-group-item-action {
  text-decoration: none;
  color: initial;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .list-group-item-action {
    transition: none;
  }
}

.page-link {
  text-decoration: none;
}

.rounded-pill-left {
  border-radius: 50rem 0 0 50rem !important;
}

.rounded-pill-right {
  border-radius: 0 50rem 50rem 0 !important;
}

.stretched-link {
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .stretched-link {
    transition: none;
  }
}

.stretched-link:after {
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .stretched-link:after {
    transition: none;
  }
}

.stretched-link:hover:after {
  background-color: rgba(222, 226, 230, 0.2);
}

.stretched-link.focus,
.stretched-link:focus {
  outline: 0;
}

.stretched-link.focus:after,
.stretched-link:focus:after {
  box-shadow: 0 0 0 0.2rem rgba(230, 22, 11, 0.25);
}

@media print {
  body {
    background-color: transparent;
  }
}

.bsx--layout--body {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.bsx--layout--footer {
  display: block;
  margin-top: auto;
}

.ie.bsx--layout--body main {
  flex-shrink: 0;
}

@media (min-width: 768px) {
  .bsx--container-narrow {
    max-width: 752px;
    max-width: 47rem;
  }
}

@keyframes animation--spin-opening-45deg {
  0% {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(45deg);
  }
}

@keyframes animation--spin-closing-45deg {
  0% {
    transform: rotate(45deg);
  }

  to {
    transform: rotate(0deg);
  }
}

@keyframes animation--spin-opening-90deg {
  0% {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(90deg);
  }
}

@keyframes animation--spin-closing-90deg {
  0% {
    transform: rotate(90deg);
  }

  to {
    transform: rotate(0deg);
  }
}

@keyframes animation--flip-vertical-opening {
  0% {
    transform: scale(1, 1);
  }

  to {
    transform: scale(1, -1);
  }
}

@keyframes animation--flip-vertical-closing {
  0% {
    transform: scale(1, -1);
  }

  to {
    transform: scale(1, 1);
  }
}

.bsx--collapse--toggler-icon,
.bsx--collapse--toggler-icon-alt,
.bsx--collapse--toggler-icon-flip {
  transform-origin: center;
}

.bsx--collapse--toggler .bsx--collapse--toggler-icon {
  animation-name: animation--spin-opening-45deg;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

.bsx--collapse--toggler.collapsed .bsx--collapse--toggler-icon {
  animation-name: animation--spin-closing-45deg;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

.bsx--collapse--toggler .bsx--collapse--toggler-icon-alt {
  animation-name: animation--spin-opening-90deg;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

.bsx--collapse--toggler.collapsed .bsx--collapse--toggler-icon-alt {
  animation-name: animation--spin-closing-90deg;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

.bsx--collapse--toggler .bsx--collapse--toggler-icon-flip {
  animation-name: animation--flip-vertical-opening;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

.bsx--collapse--toggler.collapsed .bsx--collapse--toggler-icon-flip {
  animation-name: animation--flip-vertical-closing;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

.bsx--card--divider-top {
  border-top: 1px solid rgba(104, 104, 104, 0.1);
}

.bsx--card--divider-bottom {
  border-bottom: 1px solid rgba(104, 104, 104, 0.1);
}

.bsx--list-bordered {
  list-style-type: none;
  padding-left: 0;
}

.bsx--list-bordered>li {
  position: relative;
  padding-left: 1em;
}

.bsx--list-bordered>li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.5em;
  bottom: 0.5em;
  border-left: 3px solid;
  border-color: #dee2e6;
  border-radius: 2px;
}

.bsx--list-bordered.border-primary>li:before,
.bsx--list-bordered>li.border-primary:before {
  border-color: #e6160b;
}

.bsx--list-bordered.border-secondary>li:before,
.bsx--list-bordered>li.border-secondary:before {
  border-color: #6c757d;
}

.bsx--list-bordered.border-success>li:before,
.bsx--list-bordered>li.border-success:before {
  border-color: #28a745;
}

.bsx--list-bordered.border-info>li:before,
.bsx--list-bordered>li.border-info:before {
  border-color: #17a2b8;
}

.bsx--list-bordered.border-warning>li:before,
.bsx--list-bordered>li.border-warning:before {
  border-color: #ffc107;
}

.bsx--list-bordered.border-danger>li:before,
.bsx--list-bordered>li.border-danger:before {
  border-color: #dc3545;
}

.bsx--list-bordered.border-light>li:before,
.bsx--list-bordered>li.border-light:before {
  border-color: #e9ecef;
}

.bsx--list-bordered.border-dark>li:before,
.bsx--list-bordered>li.border-dark:before {
  border-color: #343a40;
}

@media (max-width: 991.98px) {

  .bsx--table-block,
  .bsx--table-block caption,
  .bsx--table-block tbody,
  .bsx--table-block td,
  .bsx--table-block th,
  .bsx--table-block thead,
  .bsx--table-block tr {
    display: block;
  }

  .bsx--table-block td,
  .bsx--table-block th {
    text-align: left;
  }

  .bsx--table-block th {
    font-size: 0.875rem;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    border: 1px solid #dee2e6;
    border-width: 1px 0;
  }

  .bsx--table-block td {
    border: 0;
    padding-top: 0.75em;
    padding-bottom: 0.8em;
  }

  .bsx--table-block.table-bordered {
    border-top: 0;
  }

  .bsx--table-block.table-bordered td {
    border-top: 1px solid #dee2e6;
  }

  .bsx--table-block.table-bordered th+td {
    border-top: 0;
  }

  .bsx--table-block.table-sm th {
    padding-top: 0.125em;
    padding-bottom: 0.125em;
  }

  .bsx--table-block.table-sm td {
    padding-top: 0.25em;
    padding-bottom: 0.3em;
  }
}

.bsx--bordered-link {
  position: relative;
}

.bsx--bordered-link:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-radius: inherit;
}

@media (prefers-reduced-motion: reduce) {
  .bsx--bordered-link:after {
    transition: none;
  }
}

.bsx--underlined-link {
  position: relative;
}

.bsx--underlined-link:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-radius: inherit;
}

@media (prefers-reduced-motion: reduce) {
  .bsx--underlined-link:after {
    transition: none;
  }
}

.bsx--overlaid-link {
  position: relative;
}

.bsx--overlaid-link:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-radius: inherit;
  z-index: -1;
}

@media (prefers-reduced-motion: reduce) {
  .bsx--overlaid-link:after {
    transition: none;
  }
}

a.bsx--bordered-link,
button.bsx--bordered-link {
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {

  a.bsx--bordered-link,
  button.bsx--bordered-link {
    transition: none;
  }
}

a.bsx--bordered-link:hover:after,
button.bsx--bordered-link:hover:after {
  content: "";
  background-color: rgba(222, 226, 230, 0.2);
}

a.bsx--bordered-link.focus,
a.bsx--bordered-link:focus,
button.bsx--bordered-link.focus,
button.bsx--bordered-link:focus {
  outline: 0;
  z-index: 1;
}

a.bsx--bordered-link.focus:after,
a.bsx--bordered-link:focus:after,
button.bsx--bordered-link.focus:after,
button.bsx--bordered-link:focus:after {
  box-shadow: 0 0 0 0.2rem rgba(230, 22, 11, 0.25);
}

a.bsx--underlined-link,
button.bsx--underlined-link {
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {

  a.bsx--underlined-link,
  button.bsx--underlined-link {
    transition: none;
  }
}

a.bsx--underlined-link:hover:after,
button.bsx--underlined-link:hover:after {
  content: "";
  background-color: rgba(222, 226, 230, 0.2);
}

a.bsx--underlined-link.focus,
a.bsx--underlined-link:focus,
button.bsx--underlined-link.focus,
button.bsx--underlined-link:focus {
  outline: 0;
  z-index: 1;
}

a.bsx--underlined-link.focus:after,
a.bsx--underlined-link:focus:after,
button.bsx--underlined-link.focus:after,
button.bsx--underlined-link:focus:after {
  box-shadow: 0 0 0 0.2rem rgba(230, 22, 11, 0.25);
}

a.bsx--overlaid-link,
button.bsx--overlaid-link {
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {

  a.bsx--overlaid-link,
  button.bsx--overlaid-link {
    transition: none;
  }
}

a.bsx--overlaid-link:hover:after,
button.bsx--overlaid-link:hover:after {
  content: "";
  background-color: rgba(222, 226, 230, 0.2);
}

a.bsx--overlaid-link.focus,
a.bsx--overlaid-link:focus,
button.bsx--overlaid-link.focus,
button.bsx--overlaid-link:focus {
  outline: 0;
  z-index: 1;
}

a.bsx--overlaid-link.focus:after,
a.bsx--overlaid-link:focus:after,
button.bsx--overlaid-link.focus:after,
button.bsx--overlaid-link:focus:after {
  box-shadow: 0 0 0 0.2rem rgba(230, 22, 11, 0.25);
}

.bsx--stretched-link-bordered:after {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.bsx--stretched-link-underline:after {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.bsx--stretched-link-rounded:after {
  border-radius: inherit;
}

.bsx--unselectable {
  pointer-events: none !important;
  touch-callout: none !important;
  user-select: none !important;
}

.bsx--text-break-all {
  word-wrap: break-word !important;
  word-break: break-all !important;
}

.events-inner {
  margin-top: 15px;
}

@media only screen and (min-width: 768px) {
  .events-inner {
    margin-top: 70px;
  }
}

.event-title-wrap {
  margin: 0 0 25px;
}

.paragraph {
  font-size: 16px;
  line-height: 1.8;
  font-weight: 600;
  letter-spacing: 0.2em;
  margin-bottom: 0;
}

.akachannohi2025--section-heading-en {
  font-size: 20px;
  color: #e6160b;
}

.akachannohi2025--section-heading {
  font-size: 32px;
  color: #e6160b;
}

.sub-heading {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0 0.5em;
}

@media only screen and (min-width: 768px) {
  .sub-heading {
    letter-spacing: 0.2em;
  }
}

.camera {
  margin-top: 50px;
}

.camera-small {
  font-size: 16px;
  letter-spacing: 0.2em;
  font-weight: 600;
  margin-top: 10px;
}

.txt-small {
  font-size: 14px;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 576px) {
  .txt-small {
    margin-top: 55px;
  }
}

.c-black {
  color: #000;
}

.twit-btn {
  margin: 0 auto;
}

.twit-btn.-pink {
  background-color: #fff0f0;
  max-width: 175px;
  margin: 0 auto 55px;
}

@media only screen and (min-width: 576px) {
  .twit-btn.-pink {
    margin: 0 auto 45px;
    max-width: 275px;
  }
}

@media only screen and (max-width: 767px) {
  .twit-btn.-pink .twit-btn-inner {
    padding: 10px 20px;
  }
}

.twit-btn.-frame {
  max-width: 215px;
  margin-top: 20px;
  margin-bottom: 25px;
}

@media only screen and (min-width: 576px) {
  .twit-btn.-frame {
    max-width: 300px;
  }
}

.twit-btn.-frame .twit-btn-inner {
  padding: 10px 14px;
}

@media only screen and (min-width: 576px) {
  .twit-btn.-frame .twit-btn-inner {
    padding: 24px 34px;
  }
}

@media only screen and (max-width: 575px) {
  .twit-btn.-frame .arrow {
    border-width: 7.5px 0 7.5px 10px;
  }
}

.twit-btn:hover {
  text-decoration: none;
  opacity: 0.7;
}

.frame {
  margin-top: 40px;
}

.frame-btn {
  background-color: #e6160b;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  border-radius: 10px;
  letter-spacing: 0.05em;
  max-width: 358px;
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  text-decoration: none;
}

@media only screen and (min-width: 768px) {
  .frame-btn {
    font-size: 24px;
  }
}

.frame-btn:hover {
  text-decoration: none;
  color: #fff;
  opacity: 0.7;
}

.frame-lnk {
  font-size: 12px;
  font-weight: 400;
  color: #0055ff;
  letter-spacing: 0.05em;
  text-align: center;
  display: block;
  line-height: 1.4;
  text-decoration: none;
}

.frame-lnk:hover {
  color: #0055ff;
  transition: all 0.25s ease-in;
}

@media only screen and (min-width: 576px) {
  .frame-lnk {
    display: none;
  }
}

.frame-img {
  margin-top: 30px;
  text-align: center;
}

@media only screen and (max-width: 575px) {
  .frame-img img {
    width: 106px;
  }
}

.frame .event-margin-t {
  margin-top: 30px;
}

.frame-top-img {
  margin-bottom: 30px;
}

.frame-top-img img {
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .img-item {
    width: calc(100% / 4 - 2px);
  }
}

/* .slide-holder {
  margin: 0 0 55px;
}
@media only screen and (min-width: 768px) {
  .slide-holder {
    margin: 0 0 85px;
  }
} */

.akachannohi2025--line-height-bordered-md {
  font-size: 24px;
  font-weight: 600;
}

#online {
  margin-top: 45px;
}

.twitter-ttl-wrap {
  margin: 50px 0 20px;
}

.twitter-desc {
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .twitter-desc {
    margin-bottom: 50px;
  }
}

.text-semi {
  font-weight: 600;
}

.f-sm {
  font-size: 10px;
}

@media only screen and (min-width: 768px) {
  .f-sm {
    font-size: 12px;
  }
}

.event-ttl {
  margin-bottom: 30px;
}

.top-outer-btn {
  display: inline-block;
  padding: 6px;
  background-image: url(../img/top-border.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.top-btn {
  padding: 24px 52px;
  color: #e6160b;
  border-radius: 40px;
  border: 1px dashed #e6160b;
}

.top-btn:hover {
  color: #e6160b;
}

.header-logowrap {
  padding-top: 1.083vw;
  margin-left: 2.083vw;
}

@media only screen and (max-width: 767px) {
  .header-logowrap {
    padding-top: 2.587vw;
    margin-left: 3.36vw;
  }
}

.header-logo {
  position: relative;
  z-index: 99;
  transition: all 0.3s ease-in-out;
}

.header-logo:hover {
  opacity: 0.7;
}

.header-logo img {
  width: 20.664vw;
}

@media only screen and (max-width: 767px) {
  .header-logo img {
    width: 41.744vw;
  }
}

.p-bb_l {
  position: absolute;
  width: clamp(2.25rem, 0.741rem + 6.71vw, 6.25rem);
}

.p-bb_r {
  position: absolute;
  width: clamp(2.25rem, 0.741rem + 6.71vw, 6.25rem);
}

.p-bf01 {
  position: absolute;
  width: clamp(2.25rem, 0.741rem + 6.71vw, 6.25rem);
}

.p-bf02 {
  position: absolute;
  width: clamp(2.25rem, 0.741rem + 6.71vw, 6.25rem);
}

.p-bfly {
  position: absolute;
  width: clamp(2.25rem, 1.212rem + 4.61vw, 5rem);
}

.p-dp {
  position: absolute;
  width: clamp(2.25rem, 0.741rem + 6.71vw, 6.25rem);
}

.p-hat {
  position: absolute;
  width: clamp(2.25rem, 0.741rem + 6.71vw, 6.25rem);
}

.p-heart {
  position: absolute;
  width: clamp(2.25rem, 0.741rem + 6.71vw, 6.25rem);
}

.p-home {
  position: absolute;
  width: clamp(2.25rem, 0.741rem + 6.71vw, 6.25rem);
}

.p-leaf {
  position: absolute;
  width: clamp(2.25rem, 0.741rem + 6.71vw, 6.25rem);
}

.p-mittens {
  position: absolute;
  width: clamp(2.25rem, 0.269rem + 8.81vw, 7.5rem);
}

.p-pf {
  position: absolute;
  width: clamp(2.25rem, 0.741rem + 6.71vw, 6.25rem);
}

.p-socks {
  position: absolute;
  width: 6.329vw;
}

@media only screen and (max-width: 767px) {
  .p-socks {
    width: 6.368vw;
  }
}

.p-tree {
  position: absolute;
  width: clamp(2.25rem, 0.741rem + 6.71vw, 6.25rem);
}

.p-namekami {
  position: absolute;
  width: clamp(2.25rem, 0.269rem + 8.81vw, 7.5rem);
}

/*------------------------------
Top Nav Area
------------------------------*/

.nav {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  padding: 7.083vw 0;
}

@media only screen and (max-width: 767px) {
  .nav {
    padding: 5.067vw 0;
  }
}

.nav-card {
  /* width: 66.149vw; */
  max-width: 100%;
}

/* @media only screen and (max-width: 767px) {
  .nav-card {
    width: 100%;
  }
} */
.nav-col {
  /* width: 30.82vw; */
  width: 28.82vw;
}

@media only screen and (max-width: 767px) {
  .nav-col {
    width: 30.909vw;
  }
}

.nav-card-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 4.396vw;
}

@media only screen and (max-width: 767px) {
  .nav-card-inner {
    gap: 4.347vw;
  }
}

.nav-card-item {
  width: 28.82vw;
  width: 30.82vw;
  height: 5.866vw;
  display: flex;
  justify-content: center;
  margin-bottom: 0;
  line-height: 1.1;
}

@media only screen and (max-width: 767px) {
  .nav-card-item {
    width: 30.909vw;
    height: 5.813vw;
  }
}

.nav-txt {
  font-size: 1.767vw;
  font-weight: 700;
}

.nav-outer-card {
  display: inline-block;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media only screen and (min-width: 768px) {
  .nav-outer-card {
    margin: 30px 0 75px 0;
  }

  .nav-txt {
    font-size: 1.867vw;
  }
}

.nav-card-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #e6160b;
  padding-right: 3vw;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .nav-card-item a {
    padding-right: 5vw;
  }
}

.nav-card-item a:hover {
  opacity: 0.7;
}

.nav-card-cnt {
  display: flex;
  justify-content: center;
  gap: 5px;
  height: 14px;
}

@media only screen and (min-width: 576px) {
  .nav-card-cnt {
    gap: 6px;
    height: 28px;
  }
}

.nav-card-cnt i {
  margin-top: -6px;
}

@media only screen and (min-width: 576px) {
  .nav-card-cnt i {
    margin-top: 0;
  }
}

.nav-card-cnt svg {
  width: 9px;
  height: 7px;
}

@media only screen and (min-width: 576px) {
  .nav-card-cnt svg {
    width: 100%;
    height: 100%;
  }
}

.nav-card-txt {
  display: inline-block;
  font-size: 10px;
  font-weight: 600;
  border-bottom: 1px solid #e6160b;
  line-height: 1.2;
  margin-top: 5px;
}

@media only screen and (min-width: 576px) {
  .nav-card-txt {
    font-size: 18px;
    border-width: 2px;
    margin-top: 15px;
  }
}

@media only screen and (min-width: 768px) {
  .nav-card-txt {
    font-size: 20px;
  }
}

@media only screen and (min-width: 1440px) {
  .nav-card-txt {
    letter-spacing: 0.1em;
    font-size: 30px;
  }
}

.nav-card-link {
  position: relative;
}

.nav-card-link:hover {
  transition: all 0.25s ease-in;
  opacity: 0.7;
}

.red-flr {
  display: none;
}

@media only screen and (min-width: 576px) {
  .red-flr {
    display: block;
    position: absolute;
    bottom: 10px;
    right: 10px;
  }
}

.two-flr {
  position: absolute;
  top: -5px;
  left: 3px;
}

.two-flr img {
  width: 22px;
  height: 21px;
}

@media only screen and (min-width: 576px) {
  .two-flr img {
    width: 100%;
    height: 100%;
  }
}

@media only screen and (min-width: 576px) {
  .two-flr {
    top: 10px;
    left: 10px;
  }
}

.nav-card-title {
  font-size: 10px;
  padding: 0;
  margin: 0;
  font-weight: 400;
  letter-spacing: 0.1em;
}

@media only screen and (min-width: 576px) {
  .nav-card-title {
    font-size: 20px;
  }
}

.event_schedule {
  background-image: url(./../img/online/online-bg-sp.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-size: 100% 100%;
}

@media (min-width: 768px) {
  .event_schedule {
    background-image: url(./../img/online/online-bg.png);
  }
}

.online-event {
  position: relative;
}

.online-event-img {
  position: absolute;
  left: 0;
  bottom: -70px;
  display: none;
}

@media (min-width: 768px) {
  .online-event-img {
    display: block;
    width: 310px;
  }

  .online-event-img img {
    width: 310px;
  }
}

@media (min-width: 992px) {
  .online-event-img img {
    width: 460px;
  }
}

@media (max-width: 575px) {
  .animation--draw-heart svg {
    width: 150px;
  }
}

.animation--draw-heart {
  display: flex;
  justify-content: center;
}

.title-p {
  margin: 0;
  text-align: center;
}

.akachannohi2025--body {
  text-align: center;
}

.novetly-img {
  position: relative;
}

.novelty-teddy {
  position: absolute;
  top: -60px;
  right: -100px;
}

.novelty-teddy img {
  width: 305px;
}


.hero-top-wrapper {
  /* display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding-left: 6.146vw;
  padding-right: 3.958vw;
  gap: 3.802vw; */
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1.802vw;
  max-width: 81.563vw;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .hero-top-wrapper {
    max-width: unset;
    flex-direction: column;
    padding-left: 6.2vw;
    padding-right: 6.2vw;
    gap: 4.533vw;
  }
}

.hero-second-wrapper {
  margin-inline: auto;
  margin-top: 4.5vw;
}

.hero-top-area p {
  color: #000;
  font-size: 2rem;
  font-weight: bold;
}

/*------------------------------
News Area
------------------------------*/
.news-heading {
  font-family: "mister-brown", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11.458vw;
  font-weight: 500;
  line-height: 0.7;
  letter-spacing: 0.05em;
  color: #e6160b;
}

@media screen and (max-width: 767px) {
  .news-heading {
    font-size: 11.2vw;
  }
}

.news-wrapper {
  width: calc(80% + 30px);
  margin-inline: auto;
}

/* .news-heading span {
  margin-right: 10px;
} */

.news-heading::after {
  content: "";
  height: 2px;
  background-color: #e6160b;
  margin-top: 5px;
}

.news-area {
  /* padding: 10.781vw 8vw 5.625vw; */
  padding: 10.781vw 11vw 5.625vw;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 767px) {
  .news-area {
    padding: 6.781vw 8vw 5.625vw;
  }
}

.news-area-wrapper {
  position: relative;
  /* background: rgb(253 239 242 / 75%); */
  padding: 4.531vw 7.292vw 0 7.292vw;
  z-index: 0;
}

.news-area-wrapper::before {
  content: "";
  position: absolute;
  background-image: url(../img/red-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  top: 0;
  left: 0;
  /* width: 83.291vw; */
  width: 77.991vw;
  height: 100%;
  z-index: -1;
}

.news-area-wrapper::after {
  content: "";
  position: absolute;
  background-image: url(../img/bubble/red.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: -12.094vw;
  left: -20.7vw;
  width: 115.551vw;
  z-index: -1;
  height: 235.118vw;
}

@media screen and (max-width: 767px) {
  .news-area-wrapper {
    padding: 1.333vw 7.467vw;
  }

  .news-area-wrapper::before {
    width: 100%;
  }

  .news-area-wrapper::after {
    top: -22.694vw;
    left: -17.8vw;
  }
}

.bear {
  position: absolute;
  width: 11.217vw;
  top: -4.2%;
  right: 0;
}

.apple {
  position: absolute;
  width: 4.99vw;
  top: 66%;
  left: -2%;
}

.b-fly {
  position: absolute;
  width: 6.329vw;
  bottom: 4%;
  right: 6.9%;
  z-index: 1;
}

.b-fly img {
  width: 100%;
}

.p-red-b {
  position: absolute;
  width: 6.51vw;
  top: -1.4%;
  left: 24vw;
  z-index: 1;
}

.p-red-b img {
  width: 100%;
}

.p-yellow-b {
  position: absolute;
  width: 6.51vw;
  top: -4.4%;
  right: 30vw;
  z-index: 1;
}

.p-yellow-b img {
  width: 100%;
}

.p-squirrel {
  position: absolute;
  width: 12.917vw;
  top: 22%;
  left: -3.8%;
}

.p-b-bird {
  position: absolute;
  width: 12.5vw;
  top: 30%;
  right: -8.7%;
}

.p-w-bear {
  position: absolute;
  width: 18.125vw;
  bottom: -5.2%;
  left: -4.5%;
}

.p-basket {
  position: absolute;
  width: 8.125vw;
  bottom: -4.4%;
  right: -4%;
}

@media screen and (max-width: 767px) {
  .bear {
    top: -5%;
    right: 0;
  }

  .apple {
    width: 5.147vw;
  }

  .b-fly {
    width: 6.376vw;
    bottom: 2%;
    right: 6.9%;
  }

  .p-yellow-b {
    top: -1.5%;
    right: 27vw;
  }

  .p-red-b {
    top: 2.6%;
    left: 25vw;
  }

  .p-squirrel {
    top: 13%;
    left: -2.8%;
  }

  .p-b-bird {
    top: 34%;
    right: -5.7%;
  }

  .p-w-bear {
    bottom: 17.6%;
    left: -5%;
  }

  .p-basket {
    bottom: -0.8%;
    right: -2.6%;
  }

  .sec-event-goods .apple {
    top: 59%;
    right: 0;
    left: initial;
  }

  .sec-event-goods .b-fly {
    top: 51%;
    left: -3%;
    right: initial;
    bottom: initial;
  }
}

.news-list {
  list-style: none outside;
  max-height: 33.625vw;
  /* 必要に応じて調整 */
  overflow-y: auto;
  margin: 0;
  padding: 0;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .news-list {
    max-height: 34vw;
    /* スマホ用の高さ */
  }
}

.news-list .item a {
  display: flex;
  flex-wrap: wrap;
  /* flex-wrap: nowrap; */
  align-items: center;
  text-decoration: none;
  color: #e6160b;
  border-bottom: 0.052vw solid #B3B3B3;
  padding: 2.5vw 1.042vw 0 0;
  letter-spacing: 0.2em;
  gap: 1.1vw 0;
}

@media screen and (max-width: 767px) {
  .news-list .item a {
    gap: 0.6vw 0;
  }
}

.news-list {
  scrollbar-width: none;
  /* Firefox */
}

.news-list::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari, Opera */
}

.news-list .item .link-disabled {
  pointer-events: none;
}

.event_btn .link-disabled {
  pointer-events: none;
}

.news-area .fair-bnr-wrapper {
  padding: 50px;
}

@media screen and (max-width: 767px) {
  .news-area .fair-bnr-wrapper {
    padding: 20px;
  }
}

.news-list .item .cat {
  font-family: "M PLUS Rounded 1c", sans-serif;
  margin: 0 1.875vw 0 0;
  min-width: 7%;
  font-size: 1.467vw;
  font-weight: 500;
  color: #e6160b;
  position: relative;
  background-image: url(../img/news/box.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  line-height: 1;
  padding: 0.677vw 2.688vw 0.677vw 1.688vw;
  text-align: center;
  transition: all 0.3s ease-in-out;
}

.news-list .item a:hover .cat {
  opacity: 0.7;
}

.news-list .item .date {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  margin: 0;
  font-size: 1.467vw;
  transition: all 0.3s ease-in-out;
  color: #e6160b;
}

.news-list .item a:hover .date {
  opacity: 0.7;
}

.news-list .item .title {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.883vw;
  margin: 0;
  width: 100%;
  padding-left: 0.729vw;
  color: #000;
  transition: all 0.3s ease-in-out;
  font-weight: 500;
  letter-spacing: 0;
}

.news-list .item a:hover .title {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .news-list .item a {
    flex-wrap: wrap;
    padding-top: 2.347vw;
    letter-spacing: 0;
  }

  .news-list .item .cat {
    background-image: url(../img/news/box-sp.png);
    font-size: 1.867vw;
    font-weight: 400;
    min-width: 12%;
    padding: 0.637vw 1.588vw 0.637vw 0.688vw;
    margin-right: 1.5vw;
  }

  .news-list .item .date {
    font-size: 1.867vw;
    min-width: 100px;
  }

  .news-list .item .title {
    font-size: 2.133vw;
    padding-left: 0.533vw;
  }
}

.hero--img {
  /* padding: 0 0 10.417vw; */
  position: relative;
}

.hero--img-01 {
  /* padding-bottom: 11.198vw; */
  animation-delay: 0s !important;
}

.hero--img-01 img {
  width: 100%;
}

.hero-top-logo {
  width: 100%;
}

.btns-outer {
  width: 100%;
  border: 0.204vw solid #e6160b;
  box-shadow: 0 0 0 0.204vw #fff;
  border-radius: 11.139vw;
  background-color: rgb(255 255 255 / 75%);
  position: relative;
}

@keyframes heroTxtFade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.hero-logo {
  margin-top: 30px;
}

@media only screen and (min-width: 768px) {
  .hero-logo {
    position: absolute;
    top: 43%;
    transform: translateY(-50%);
    left: 30px;
    margin-top: 0;
  }
}

@media only screen and (min-width: 1440px) {
  .hero-logo {
    left: -80px;
  }
}

.hero-logo img {
  width: 162px;
}

@media only screen and (min-width: 992px) {
  .hero-logo img {
    width: 150px;
  }
}

.hero-top-wrapper-img {
  max-width: 15.021vw;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .hero-top-wrapper-img {
    max-width: 38.397vw;
  }
}

.hero-txt {
  font-family: "Yu Gothic", sans-serif;
  font-size: 1.242vw;
  font-weight: 600;
  color: #e6160b;
  text-align: justify;
  line-height: 1.8;
  letter-spacing: 0.15vw;
  display: flex;
  flex-direction: column;
}

.hero-lnk .ext-lnk {
  font-family: "Source Sans 3", sans-serif;
  ;
  letter-spacing: 0.2vw;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .hero-txt {
    margin-inline: auto;
    font-size: 3.733vw;
    letter-spacing: -0.06vw;
    text-align: center;
  }

  .hero-lnk .ext-lnk {
    letter-spacing: 0.2vw;
  }
}

.hero-lnk {
  font-size: 0.781vw;
  font-weight: 400;
  color: #e6160b;
  display: inline-block;
  text-decoration: none;
  letter-spacing: 0.2vw;
}

@media only screen and (max-width: 767px) {
  .hero-lnk {
    font-size: 2.667vw;
    max-width: 76vw;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
}

.hero-lnk a {
  color: #e6160b;
  text-decoration: none;
  letter-spacing: normal;
}

.hero-lnk a:hover {
  color: #e6160b;
  text-decoration: none;
  transition: all 0.25s ease-in;
  opacity: 0.7;
}

.hero-wrapper {
  margin-top: 2.49vw;
}

@media only screen and (max-width: 767px) {
  .hero-wrapper {
    margin-top: 13.5vw;
  }
}

.twit-btn.-hero {
  background-color: #ffe6e6;
  max-width: 240px;
  width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .twit-btn.-hero {
    max-width: 170px;
    padding: 3px;
  }
}

.twit-btn.-hero .twit-btn-inner {
  background-color: #ffffff;
  padding: 18px 24px;
}

.twit-btn.-hero .twit-btn-inner span {
  letter-spacing: 0.2em;
}

@media only screen and (max-width: 767px) {
  .twit-btn.-hero .twit-btn-inner span {
    letter-spacing: 0.1em;
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .twit-btn.-hero .twit-btn-inner {
    padding: 8px 20px;
  }
}

@media only screen and (max-width: 767px) {
  .twit-btn.-hero .twit-btn-inner .arrow {
    border-width: 7.5px 0 7.5px 10px;
  }
}

.twit-btn-wrapper.-hero {
  margin-top: 30px;
}

.twit-btn-wrapper.-hero .twit-btn-wrap {
  border: 1px dashed #e6160b;
  border-radius: 42px;
}

.twit-btn-wrapper.-hero .twit-btn-inner {
  border: 6px solid #ffe6e6;
  padding: 10px 14px;
}

@media only screen and (min-width: 768px) {
  .twit-btn-wrapper.-hero .twit-btn-inner {
    padding: 18px;
  }
}

.nav-icon {
  width: 20px;
}

.nav-icon.-shirt {
  width: 26px;
}

.nav-icon.-haihai {
  width: 26px;
}


/* Message */
.sec-message {
  position: relative;
  background-color: #fdeff2;
  padding-top: 7.521vw;
  overflow-x: clip;
}

.sec-message .arc-wrapper {
  top: 7.248vw;
}

@media only screen and (max-width: 767px) {
  .sec-message {
    padding-top: 7.5vw;
  }

  .sec-message .arc-wrapper {
    top: 6.33vw;
  }
}

.sec-message .container {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  padding: 7.28vw 17vw 0;
  background-color: #fdf8e4;
  z-index: 1;
  border-top-left-radius: 50% 36.04vw;
  border-top-right-radius: 50% 36.04vw;
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.sec-message .p-pblon {
  top: -1.5%;
  left: -11.3%;
}

.sec-message .p-yblon {
  right: -12vw;
  top: 27vw;
}

.sec-message .p-sflw {
  bottom: 6vw;
  left: -11vw;
}

.sec-message .p-bflow {
  bottom: -6vw;
  right: -9vw;
}

.sec-message .p-ybfly {
  top: 64%;
  right: -8vw;
}

.event_btn {
  max-width: 64.345vw;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .sec-message .p-ybfly {
    top: 57%;
    right: -2vw;
  }

  .event_btn {
    max-width: 64.28vw;
  }
}

@media only screen and (max-width: 767px) {
  .sec-message .event_btn {
    margin-bottom: 7vw;
  }

  .sec-message .container {
    padding: 6.48vw 10vw 0;
  }

  .sec-message .p-pblon {
    top: -2%;
    left: -3%;
  }

  .sec-message .p-yblon {
    right: -4vw;
  }

  .sec-message .p-sflw {
    bottom: 18vw;
    left: -4vw;
  }

  .sec-message .b-fly {
    bottom: 39%;
    right: -3.1%;
  }

  .sec-message .p-bflow {
    bottom: 3vw;
    right: -4vw;
  }
}

.wipes {
  position: relative;
  background-color: #fdf8e4;
  padding-top: 15.721vw;
  overflow-x: clip;
}

.wipes .arc-wrapper {
  top: 15.548vw;
}

@media only screen and (max-width: 767px) {
  .wipes {
    padding-top: 3.5vw;
  }

  .wipes .arc-wrapper {
    top: 3.03vw;
  }
}

.wipes .container {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  padding: 6.48vw 14.18vw 15.104vw;
  background-color: #EEE6D4;
  z-index: 1;
  border-top-left-radius: 50% 36.04vw;
  border-top-right-radius: 50% 36.04vw;
  font-family: "M PLUS Rounded 1c", sans-serif;
}

@media only screen and (max-width: 767px) {
  .wipes .container {
    padding: 17.38vw 17vw 15.104vw;
  }
}

.wipes .sec_hr {
  background-color: #EEE6D4;
}

.wipes-wrapper::after {
  content: "";
  position: absolute;
  background-image: url(../img/bubble/wipes-sp.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: -14.294vw;
  left: -14.2vw;
  width: 114.159vw;
  z-index: -4;
  height: 150.655vw;
}

@media only screen and (max-width: 767px) {
  .wipes-wrapper::after {
    top: -27.294vw;
    left: -17.3vw;
  }
}

.wipes-wrapper .heading_prim {
  margin-top: 12.6vw;
  margin-bottom: 0;
  max-width: 56.634vw;
  width: 100%;
  border-bottom: 0.521vw solid #E6160B;
  text-align: center;
  line-height: 1.2;
  padding-bottom: 1vw;
}

@media only screen and (max-width: 767px) {
  .wipes-wrapper .heading_prim {
    border-bottom: 0.533vw solid #E6160B;
    margin-top: 3vw;
  }
}

.wipes-wrapper {
  text-align: center;
  position: relative;
  z-index: -1;
}

.wipes-inner {
  background-color: #FDEFF2;
  max-width: 60.846vw;
  margin: 0 auto;
  position: relative;
  z-index: -2;
  margin-top: -6.1vw;
  padding-top: 0.156vw;
  padding-bottom: 4.792vw;
  margin-bottom: 12.24vw;
}

@media only screen and (max-width: 767px) {
  .wipes-inner {
    margin-top: -12.2vw;
  }
}

.wipes_ttl {
  background-image: url(../img/wipes/ttl_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 71.719vw;
  width: 100%;
  height: 18.385vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.125vw;
  color: #fff;
  font-weight: 900;
  padding-top: 5vw;
  line-height: 1.2;
  margin-top: -0.3vw;
  position: relative;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .wipes_ttl {
    font-size: 3.2vw;
    margin-top: 0;
  }
}

.wipes_img {
  max-width: 49.07vw;
  margin: 0 auto;
  padding: 3.281vw 1.643vw 0.203vw;
  background: #fff;
  position: relative;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .wipes_img {
    padding: 4.281vw 1.36vw 2.133vw;
  }
}

/* .wipes_img img {
    height: 32.813vw;
  object-fit: contain;
}
@media only screen and (max-width: 767px) {
  .wipes_img img {
    height: 56vw;
  }
} */
.wipes_desc {
  padding: 2.2vw 2.752vw 2.424vw;
  margin: 0 auto;
  margin-top: -4.6vw;
  border-radius: 3.646vw;
  min-height: 18.9svh;
  max-width: max-content;
  min-width: 47vw;
  width: 100%;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.188vw;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 0.948vw;
  position: relative;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='839.91' height='150.424' viewBox='0 0 839.91 150.424'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_1474' data-name='Rectangle 1474' width='839.91' height='150.424' transform='translate(0 0)' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_2109' data-name='Group 2109' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_214201' data-name='Path 214201' d='M766.952,150.424H72.958C32.664,150.424,0,117.369,0,76.593V73.831C0,33.055,32.664,0,72.958,0H766.952c40.294,0,72.958,33.055,72.958,73.831v2.762c0,40.776-32.664,73.831-72.958,73.831' transform='translate(0 0)' fill='%23ffc9c9'/%3E%3Cpath id='Path_214202' data-name='Path 214202' d='M769.123,146.5H749.037a2.013,2.013,0,0,1,0-4.027h20.087a2.013,2.013,0,0,1,0,4.027m-39.906,0H709.394a2.013,2.013,0,0,1,0-4.027h19.823a2.013,2.013,0,0,1,0,4.027m-39.642,0h-19.82a2.013,2.013,0,0,1,0-4.027h19.82a2.013,2.013,0,0,1,0,4.027m-39.641,0H630.112a2.013,2.013,0,0,1,0-4.027h19.821a2.013,2.013,0,0,1,0,4.027m-39.641,0H590.471a2.013,2.013,0,0,1,0-4.027h19.821a2.013,2.013,0,0,1,0,4.027m-39.641,0H550.83a2.013,2.013,0,0,1,0-4.027h19.821a2.013,2.013,0,0,1,0,4.027m-39.642,0h-19.82a2.013,2.013,0,0,1,0-4.027h19.82a2.013,2.013,0,0,1,0,4.027m-39.64,0H471.547a2.013,2.013,0,0,1,0-4.027h19.823a2.013,2.013,0,0,1,0,4.027m-39.642,0H431.906a2.013,2.013,0,0,1,0-4.027h19.821a2.013,2.013,0,0,1,0,4.027m-39.641,0H392.267a2.013,2.013,0,0,1,0-4.027h19.819a2.013,2.013,0,0,1,0,4.027m-39.642,0h-19.82a2.013,2.013,0,0,1,0-4.027h19.82a2.013,2.013,0,0,1,0,4.027m-39.64,0H312.982a2.013,2.013,0,0,1,0-4.027H332.8a2.013,2.013,0,0,1,0,4.027m-39.642,0h-19.82a2.013,2.013,0,0,1,0-4.027h19.82a2.013,2.013,0,0,1,0,4.027m-39.641,0H233.7a2.013,2.013,0,0,1,0-4.027h19.82a2.013,2.013,0,0,1,0,4.027m-39.641,0H194.058a2.013,2.013,0,0,1,0-4.027h19.821a2.013,2.013,0,0,1,0,4.027m-39.641,0h-19.82a2.013,2.013,0,0,1,0-4.027h19.82a2.013,2.013,0,0,1,0,4.027m-39.642,0h-19.82a2.013,2.013,0,0,1,0-4.027H134.6a2.013,2.013,0,0,1,0,4.027m-39.641,0H75.134a2.013,2.013,0,0,1,0-4.027h19.82a2.013,2.013,0,0,1,0,4.027M55.43,144.956a2.093,2.093,0,0,1-.434-.047,65.133,65.133,0,0,1-18.946-7.531,2.025,2.025,0,0,1-.711-2.754,1.981,1.981,0,0,1,2.722-.721,61.18,61.18,0,0,0,17.8,7.075,2.014,2.014,0,0,1,1.511,2.4,1.994,1.994,0,0,1-1.94,1.577m733.182-1.6a1.992,1.992,0,0,1-1.893-1.393A2.016,2.016,0,0,1,788,139.43a61.526,61.526,0,0,0,17.062-8.741,1.979,1.979,0,0,1,2.777.459,2.03,2.03,0,0,1-.455,2.811,65.453,65.453,0,0,1-18.159,9.3,1.956,1.956,0,0,1-.612.1M21.757,125.035a1.971,1.971,0,0,1-1.479-.666A66.92,66.92,0,0,1,9.145,107.135a2.023,2.023,0,0,1,.995-2.663,1.984,1.984,0,0,1,2.633,1.007,62.876,62.876,0,0,0,10.461,16.2,2.031,2.031,0,0,1-.146,2.844,1.971,1.971,0,0,1-1.33.517m798.533-4.707a1.97,1.97,0,0,1-1.187-.4,2.029,2.029,0,0,1-.407-2.817,62.77,62.77,0,0,0,8.914-17.12,1.982,1.982,0,0,1,2.527-1.254,2.02,2.02,0,0,1,1.239,2.557,66.786,66.786,0,0,1-9.489,18.221,1.979,1.979,0,0,1-1.6.811M5.719,89.064a2,2,0,0,1-1.974-1.785,68.044,68.044,0,0,1-.424-7.632V68.473q0-.753.015-1.5A2,2,0,0,1,5.324,65h.044a2,2,0,0,1,1.947,2.056C7.3,67.528,7.3,68,7.3,68.473V79.648a64.294,64.294,0,0,0,.4,7.176,2.007,2.007,0,0,1-1.751,2.228,1.869,1.869,0,0,1-.228.012m827.2-6.078h-.042a2,2,0,0,1-1.948-2.055c.011-.425.013-.855.013-1.283V68.473a64.747,64.747,0,0,0-.414-7.308,1.99,1.99,0,1,1,3.952-.46,68.53,68.53,0,0,1,.44,7.769V79.648c0,.458,0,.913-.013,1.366a2,2,0,0,1-1.988,1.972M8.787,49.362a1.96,1.96,0,0,1-.649-.11,2.016,2.016,0,0,1-1.232-2.558,66.852,66.852,0,0,1,9.523-18.2,1.968,1.968,0,0,1,2.784-.408,2.026,2.026,0,0,1,.4,2.816,62.873,62.873,0,0,0-8.949,17.1,1.99,1.99,0,0,1-1.881,1.357M827.225,43.7a1.988,1.988,0,0,1-1.813-1.181,62.941,62.941,0,0,0-10.5-16.175,2.029,2.029,0,0,1,.142-2.843,1.97,1.97,0,0,1,2.809.142,66.834,66.834,0,0,1,11.168,17.21,2.025,2.025,0,0,1-.987,2.666,1.967,1.967,0,0,1-.822.181M32.124,17.73a1.981,1.981,0,0,1-1.618-.842,2.028,2.028,0,0,1,.459-2.809A65.442,65.442,0,0,1,49.142,4.817a1.98,1.98,0,0,1,2.5,1.3,2.016,2.016,0,0,1-1.285,2.531,61.51,61.51,0,0,0-17.078,8.706,1.964,1.964,0,0,1-1.157.376m768.94-3.306a1.955,1.955,0,0,1-1-.274A61.218,61.218,0,0,0,782.25,7.114a2.014,2.014,0,0,1-1.515-2.4,1.982,1.982,0,0,1,2.37-1.534,65.2,65.2,0,0,1,18.963,7.49,2.027,2.027,0,0,1,.716,2.753,1.987,1.987,0,0,1-1.72,1M762.97,5.649H743.15a2.013,2.013,0,0,1,0-4.027h19.82a2.013,2.013,0,0,1,0,4.027m-39.642,0h-19.82a2.013,2.013,0,0,1,0-4.027h19.82a2.013,2.013,0,0,1,0,4.027m-39.64,0H663.867a2.013,2.013,0,0,1,0-4.027h19.821a2.013,2.013,0,0,1,0,4.027m-39.642,0h-19.82a2.013,2.013,0,0,1,0-4.027h19.82a2.013,2.013,0,0,1,0,4.027m-39.641,0h-19.82a2.013,2.013,0,0,1,0-4.027H604.4a2.013,2.013,0,0,1,0,4.027m-39.641,0H544.942a2.013,2.013,0,0,1,0-4.027h19.821a2.013,2.013,0,0,1,0,4.027m-39.641,0H505.3a2.013,2.013,0,0,1,0-4.027h19.821a2.013,2.013,0,0,1,0,4.027m-39.642,0H465.66a2.013,2.013,0,0,1,0-4.027h19.82a2.013,2.013,0,0,1,0,4.027m-39.641,0h-19.82a2.013,2.013,0,0,1,0-4.027h19.82a2.013,2.013,0,0,1,0,4.027m-39.641,0H386.377a2.013,2.013,0,0,1,0-4.027H406.2a2.013,2.013,0,0,1,0,4.027m-39.64,0H346.737a2.013,2.013,0,0,1,0-4.027h19.821a2.013,2.013,0,0,1,0,4.027m-39.642,0H307.095a2.013,2.013,0,0,1,0-4.027h19.821a2.013,2.013,0,0,1,0,4.027m-39.64,0H267.455a2.013,2.013,0,0,1,0-4.027h19.821a2.013,2.013,0,0,1,0,4.027m-39.642,0H227.811a2.013,2.013,0,0,1,0-4.027h19.823a2.013,2.013,0,0,1,0,4.027m-39.642,0H188.173a2.013,2.013,0,0,1,0-4.027h19.819a2.013,2.013,0,0,1,0,4.027m-39.641,0H148.529a2.013,2.013,0,0,1,0-4.027H168.35a2.013,2.013,0,0,1,0,4.027m-39.641,0H108.888a2.013,2.013,0,0,1,0-4.027h19.821a2.013,2.013,0,0,1,0,4.027m-39.641,0H69.379a2.059,2.059,0,0,1-2.056-2.013,1.948,1.948,0,0,1,1.925-2.013h19.82a2.013,2.013,0,0,1,0,4.027' transform='translate(1.084 0.555)' fill='%23e6160b'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

@media only screen and (max-width: 767px) {
  .wipes_desc {
    /* padding: 0.852vw 2.524vw;
    max-width: 44.499vw;
    min-height: 7.827vw; */
    padding: 1.6vw 4.352vw 1.624vw;
    max-width: max-content;
    min-width: 44.7vw;
    min-height: 9.5vw;
    line-height: normal;
  }
}

.wipes_desc-text {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.188vw;
  font-weight: 500;
  padding-inline: 0.8vw;
  text-align: justify;
}

@media only screen and (max-width: 767px) {
  .wipes_desc-text {
    font-size: 2.4vw;
    padding-inline: 0;
  }
}

.wipes .p-w-apple {
  position: absolute;
  max-width: 6.198vw;
  top: 12vw;
  left: -10vw;
}

.wipes .p-w-bear {
  bottom: 1.6%;
  left: -18%;
}

.wipes .b-bfly {
  max-width: 9.635vw;
  position: absolute;
  top: 47.6%;
  right: -15%;
}

@media only screen and (max-width: 767px) {
  .wipes .p-w-apple {
    left: -10vw;
  }

  .wipes .p-w-bear {
    bottom: 7.6%;
    left: -23.6%;
  }

  .wipes .b-bfly {
    right: -20%;
  }
}

.mess-wrap {
  max-width: 1490px;
  padding: 0 15px;
  display: flex;
  gap: 0;
  /* margin: 40px; */
}

@media only screen and (min-width: 576px) {
  .mess-wrap {
    gap: 25px;
  }
}

@media only screen and (min-width: 768px) {
  .mess-wrap {
    gap: 50px;
  }
}

@media only screen and (min-width: 992px) {
  .mess-wrap {
    gap: 75px;
  }
}

@media only screen and (min-width: 1200px) {
  .mess-wrap {
    gap: 100px;
  }
}

/* .mess-mid {
    max-width: 678px;
    max-height: 258px;
} */
.mess-msg {
  background-color: #FDEFF2;
  padding: 3.348vw 4.24vw 6.2vw;
  position: relative;
  font-weight: 600;
  max-width: 60.885vw;
  margin: 0 auto;
}

.mess-msg::before {
  content: "";
  height: 0.313vw;
  width: 75.8%;
  background-color: #E6160B;
  position: absolute;
  top: 0;
  right: 0;
}

@media only screen and (max-width: 767px) {
  .mess-msg::before {
    width: 70%;
    height: 0.7vw;
  }
}

.mess-msg::after {
  content: "";
  height: 0.313vw;
  width: 100%;
  background-color: #E6160B;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .mess-msg::after {
    height: 0.7vw;
  }
}

.mess-msg p {
  color: #E6160B;
  max-width: 100%;
  font-size: 2.396vw;
  line-height: 2.5;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.mess-small {
  font-size: 1.354vw;
  font-weight: 900;
  color: #000;
  margin-top: 2.917vw;
  margin-bottom: 2.617vw;
}

@media only screen and (max-width: 767px) {
  .mess-small {
    font-size: 1.333vw;
    margin-top: 2.5vw;
    margin-bottom: 0.5vw;
  }

  .mess-msg p {
    font-size: 2.4vw;
  }
}

.mess-mes-img-wrapper {
  position: absolute;
  top: 0;
  left: 1.3vw;
  transform: translateY(-32%);
  color: #E6160B;
  font-size: 2.76vw;
  font-weight: 900;
}

.baby-tedy {
  width: 297.25px;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .baby-tedy {
    width: 697px;
  }
}

.baby-tedy img {
  width: 100%;
}

.mess-inner-txt {
  max-width: 100%;
  /* display: flex;
  flex-direction: column;  */
}

.mess-msg-txt {
  background-image: linear-gradient(0deg, #E6160B 0.208vw, transparent 0.208vw);
  background-position: 0 -0.1vw;
  background-repeat: repeat;
  background-size: auto 6vw;
}

@media only screen and (max-width: 767px) {
  .mess-msg-txt {
    background-image: linear-gradient(0deg, #E6160B 0.367vw, transparent 0.367vw);
    background-position: 0 -0.6vw;
  }
}

.mess-msg-txt span {
  display: block;
  text-align: right;
}

.mess-bot-flr {
  position: absolute;
  bottom: 0px;
  right: 0;
}

.mess-mid {
  margin-top: 13px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 576px) {
  .mess-mid {
    margin: 0;
    margin-bottom: 32px;
    margin-top: 34px;
  }
}

.mess-mid:last-of-type {
  display: none;
}

@media only screen and (min-width: 576px) {
  .mess-mid:last-of-type {
    display: block;
  }
}

.mess-btn:hover {
  color: #E6160B;
  text-decoration: none;
}

.content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.flr-heart-red-bg {
  width: 59px;
  height: 65px;
}

.flr-heart-red-bg svg {
  width: 100%;
  height: 100%;
}

.socks-imgs {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  margin-bottom: 70px;
}

@media only screen and (min-width: 576px) {
  .socks-imgs {
    margin-bottom: 0;
    flex-direction: row;
  }
}

.socks-imgs .tedy-socks {
  width: 263px;
  height: auto;
}

@media only screen and (min-width: 576px) {
  .socks-imgs .tedy-socks {
    width: 527px;
    height: auto;
  }
}

.socks-imgs .socks-desc {
  position: absolute;
  bottom: -20px;
  left: 39%;
}

@media only screen and (max-width: 767px) {
  .socks-imgs .socks-desc {
    font-size: 12px;
    left: 10%;
    bottom: -40px;
  }
}

.pack-a {
  width: 100%;
  height: 100%;
}

.socks-desc {
  color: #000000;
  text-align: right;
  font-weight: 600;
  font-size: 16px;
}

.-ts2 {
  position: relative;
}

.sock-of {
  position: absolute;
  bottom: -30px;
  right: 10px;
}

.sock-of img {
  width: 85.94px;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .sock-of img {
    width: 100%;
    bottom: 0;
    right: 0;
  }
}

/*------------------------------
 footer
------------------------------*/
.footer {
  position: relative;
  font-family: "source-sans-pro", sans-serif;
}

#btnPageTop {
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 200px, 0);
  /* Start off-screen */
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, transform 0.5s cubic-bezier(0.91, -0.34, 0.2, 1.33);
}

#btnPageTop.show {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  /* Bring it back into view */
}

#btnPageTop img {
  transition: all 0.3s ease-in-out;
}

#btnPageTop:hover img {
  opacity: 0.8;
}

.footer-banner img {
  position: fixed;
  right: 0;
  bottom: 0;
  /* Start from bottom */
  width: 14.583vw;
  height: auto;
  z-index: 999;
  transition: bottom 0.3s ease-in-out, opacity 0.3s ease;
}

@media only screen and (max-width: 767px) {
  .footer-banner img {
    width: 22.816vw;
  }
}

.footer-line-wrap {
  align-items: flex-end;
}

.footer-line-wrap .parts_img .p-hat {
  bottom: 20px;
  left: 12px;
  transform: rotate(340deg);
}

.footer-line-wrap .parts_img .p-socks {
  bottom: 20px;
  left: 150px;
  transform: rotate(30deg);
}

.footer-line {
  width: 100%;
}

.akachannohi2025--share {
  /* margin-bottom: -40px; */
}

.footer-wrapper {
  display: flex;
  flex-direction: column;
}

.footer-content {
  order: 2;
}

@media (min-width: 768px) {
  .akachannohi2025--share {
    /* margin-right: 160px;
    order: 2; */
  }

  .footer-content {
    order: 1;
  }
}

@media (min-width: 992px) {
  .akachannohi2025--share {
    /* margin-right: 267px; */
  }
}

.footer-logo {
  text-decoration: none;
}

.footer-logo:hover {
  text-decoration: none;
  opacity: 0.7;
  transition: all 0.25s ease-in;
}

.twit-container-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.twit-container {
  max-width: 490.28px;
  max-height: 436.35px;
  padding: 10px;
  background-image: url("../img/twitter/box-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50px;
}

.twit-box-wrapper {
  padding: 15px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #e60012;
  border-radius: inherit;
  border: 2px dashed #ffc8c8;
  position: relative;
}

@media only screen and (min-width: 576px) {
  .twit-box-wrapper {
    padding: 55px 0 50px;
    border-width: 3px;
  }
}

.twit-heading {
  text-align: center;
  padding: 0 50px;
  margin-bottom: 5px;
}

@media only screen and (min-width: 576px) {
  .twit-heading {
    padding: 0;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.17;
    margin-inline: 120px;
  }
}

.twit-heading .u-line {
  display: inline-block;
  position: relative;
  margin-bottom: 5px;
  font-size: 17px;
  font-weight: 600;
}

@media only screen and (min-width: 576px) {
  .twit-heading .u-line {
    padding-bottom: 0.5rem;
    margin-bottom: 20px;
  }
}

.twit-heading .u-line span {
  font-size: 10px;
}

@media only screen and (min-width: 576px) {
  .twit-heading .u-line span {
    font-size: 12px;
  }
}

.twit-heading .u-line::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 3px solid;
}

.twit-box-cnt .twit-desc {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 0;
}

@media only screen and (min-width: 576px) {
  .twit-box-cnt .twit-desc {
    font-size: 14px;
  }
}

.twit-flr-j {
  position: absolute;
  top: -15px;
  left: 14px;
}

@media only screen and (min-width: 768px) {
  .twit-flr-j {
    top: 14px;
    left: 14px;
  }
}

@media only screen and (max-width: 575px) {
  .twit-flr-j svg {
    width: 63px;
  }
}

.twit-flr-s {
  position: absolute;
  bottom: 0;
  right: 0;
}

@media only screen and (min-width: 576px) {
  .twit-flr-s {
    bottom: 14px;
    right: 10px;
  }
}

@media only screen and (max-width: 575px) {
  .twit-flr-s svg {
    width: 50px;
  }
}

.twit-btn {
  display: block;
  padding: 6px;
  background-color: #ffffff;
  border-radius: 42px;
  z-index: 90;
  text-decoration: none;
  font-size: 17px;
  font-weight: 600;
}

.twit-btn .twit-btn-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #e6160b;
  padding: 18px 44px;
  border: 1px dashed #e6160b;
  border-radius: inherit;
  gap: 17px;
}

.twit-btn .twit-btn-inner span {
  font-size: 12px;
  font-weight: 600;
}

@media only screen and (min-width: 576px) {
  .twit-btn .twit-btn-inner span {
    font-size: 17px;
    letter-spacing: 0.05em;
  }
}

.twit-btn .twit-btn-inner span .twit-iner-btn {
  padding: 0;
}

.nav-card-item .arrow {
  position: absolute;
  top: 41%;
  right: 14.8%;
  display: inline-block;
  width: 2.173vw;
  height: 1.317vw;
  border-style: solid;
  background-image: url(../img/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.nav-card-item .arrow.-box_right {
  background-image: url(../img/box-arrow-up-right.svg);
  width: 2.813vw;
  height: 2.813vw;
  top: 25%;
}

@media only screen and (max-width: 575px) {
  .nav-card-item .arrow {
    width: 2.152vw;
    height: 1.304vw;
  }
}

.sec_hr {
  padding: 0.677vw 0;
}

/*------------------------------
Top Nav Area
------------------------------*/
.fair-bnr-img {
  padding: 2.5vw 0;
  text-align: center;
}

.fair-bnr-img img {
  max-width: 44.372vw;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .fair-bnr-img {
    padding: 1vw 0;
  }

  .fair-bnr-img img {
    max-width: 49.589vw;
  }
}


/*------------------------------
fair Area
------------------------------*/

.fair-bnr-area {
  /* padding: 7.481vw 8vw 5.625vw; */
  padding: 7.481vw 11vw 5.625vw;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .fair-bnr-area {
    padding: 7.481vw 8vw 5.625vw;
    margin-bottom: -5.625vw;
  }
}

.fair-bnr-wrapper {
  position: relative;
  /* background-image: url(../img/2024bg-pink.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; */
  text-align: center;
}

.fair-bnr-wrapper::before {
  content: "";
  position: absolute;
  background-image: url(../img/red-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  top: 0;
  left: 0;
  /* width: 83.291vw; */
  width: 77.991vw;
  height: 100%;
  z-index: 0;
  border-radius: 8.385vw;
}

@media only screen and (max-width: 767px) {
  .fair-bnr-wrapper::before {
    width: 83.291vw;
    border-radius: 8.785vw;
  }
}

.fair-bnr-wrapper::after {
  content: "";
  position: absolute;
  background-image: url(../img/bubble/red.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  top: -11.994vw;
  left: -20.6vw;
  width: 115.151vw;
  z-index: 0;
  height: 116.8%;
}

@media only screen and (max-width: 767px) {
  .fair-bnr-wrapper::after {
    top: -31.594vw;
    left: -19.4vw;
    width: 116.151vw;
    z-index: 0;
    height: 123.8%;
  }
}

.fair-bnr-inner {
  padding: 7.813vw 10vw;
  position: relative;
  z-index: 1;
}

.fair-bnr-inner .event_desc {
  font-size: 1.788vw;
  margin-bottom: 0;
  padding-top: 5.125vw;
  letter-spacing: 0;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .fair-bnr-inner .event_desc {
    font-size: 2.667vw;
    padding-top: 4vw;
  }

  .fair-bnr-inner .heading_prim {
    margin-top: 1.533vw;
  }
}

.fair-bnr-inner .event_heading {
  padding-bottom: 0;
}

.fair-bnr-inner .event_btn {
  padding-bottom: 0;
  margin-bottom: 0;
}

/*------------------------------
special movie area
------------------------------*/
.sp_movie-inner {
  padding-bottom: 90px;
}

.sp_movie-wrapper {
  background-image: url(../img/2024bg-pink.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  text-align: center;
}

.sp_movie {
  padding: 4rem 0 2rem 0;
}

.sp_movie img {
  max-width: 600px;
  width: 100%;
  padding: 0 1em;
}

.event_desc {
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #000;
  font-size: 2.56vw;
  font-weight: bold;
  margin-bottom: 3vw;
  letter-spacing: 0;
}

@media only screen and (max-width: 767px) {
  .event_desc {
    font-size: 2.933vw;
  }
}

.close_note {
  font-size: clamp(0.875rem, 0.7146rem + 0.7128vw, 1.3rem);
  background-color: #fff;
  width: 50%;
  margin-inline: auto;
  color: #e6160b;
  font-weight: bold;
  border-radius: 30px;
}

.sp_movie-inner .letter_wrapper {
  position: relative;
  display: inline-block;
  transform: rotate(350deg);
  transform-origin: center;
}

.letter_wrapper p {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #6e5940;
  text-align: left;
  width: 70%;
  padding: 0.3em;
  font-weight: bold;
  margin-bottom: 0;
  letter-spacing: 0.2em;
  font-size: 21px;
}

.letter_wrapper img {
  width: 100%;
  height: auto;
  display: block;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

.sp_movie-inner .letter_wrapper p {
  transform: translate(-50%, -50%) rotate(360deg);
}


/*------------------------------
Name Ranking area - Event
------------------------------*/
.event-ranking-inner {
  padding-bottom: 90px;
}

.event-ranking-wrapper {
  background-image: url(../img/2024bg-pink.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  text-align: center;
}

.event_heading {
  position: relative;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.665vw;
  font-weight: bold;
  color: #e6160b;
  display: inline-block;
  margin-top: 2vw;
  margin-top: 2vw;
}

@media only screen and (max-width: 767px) {
  .event_heading {
    font-size: 4.267vw;
    margin-top: 3vw;
    margin-bottom: 3vw;
  }
}

.goods-content {
  display: none;
  overflow: hidden;
  transition: all 0.3s ease;
}

.goods-item.active .goods-content {
  display: block;
}

.goods-content .event_img img {
  height: 21.458vw;
  object-fit: contain;
}

@media only screen and (max-width: 767px) {
  .goods-item .goods-content {
    padding: 0 1.6vw;
    margin-top: 1vw;
  }

  .goods-content .event_img img {
    height: 33.576vw;
  }
}

.goods-item .event_heading {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.goods-item .event_heading:hover {
  color: hsl(3deg 91% 47% / 70%);
}

.event_img {
  padding: 0 0 5.885vw 0;
  position: relative;
  z-index: 2;
}

.event_img img {
  max-width: 34.271vw;
  width: 100%;
}

.event_img2 img {
  max-width: 30.557vw;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .event_img {
    padding: 0 0 5.84vw 0;
  }

  .event_img img {
    max-width: 56.8vw;
  }

  .event_img2 img {
    max-width: 41.816vw;
  }
}

/* .event_btn {
  padding-bottom: 3rem;
  margin-bottom: 0;
} */

.event_btn .btns-outer {
  position: relative;
}

.sp-only {
  display: none;
}

@media only screen and (max-width: 767px) {
  .sp-only {
    display: block;
  }
}

.pc-only {
  display: none;
}

@media only screen and (min-width: 768px) {
  .pc-only {
    display: block;
  }
}

.event_btn a {
  width: 100%;
  position: relative;
  border-radius: 3.204vw;
  padding: 0.633vw 1.05vw;
  text-decoration: none;
  color: #fff;
  border: 0.204vw solid #fff;
  box-shadow: 0 0 0 0.204vw #e6160b;
  background: #e6160b;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .event_btn a {
    height: 6.133vw;
  }
}

.event_btn .btn_txt {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.883vw;
  font-weight: 900;
}

.event_btn a:hover {
  /* opacity: 0.7; */
  color: #e6160b;
  cursor: pointer;
  background: #fff;
  border: 0.204vw solid #e6160b;
  box-shadow: 0 0 0 0.204vw #fff;
}

.event_btn a:hover .arrow {
  background-image: url(../img/arrow-right-red.svg);
  right: 3.5%;
}

.btn_txt {
  font-size: clamp(0.8rem, 0.6491rem + 0.6709vw, 1.2rem);
}

.event_btn .arrow {
  position: absolute;
  top: 27%;
  right: 4.5%;
  display: inline-block;
  width: 1.781vw;
  height: 2.552vw;
  border-style: solid;
  background-image: url(../img/arrow-right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: all 0.3s ease-in-out;
}

.event-ranking-inner .letter_wrapper {
  position: relative;
  display: inline-block;
  transform: rotate(370deg);
  transform-origin: center;
  margin-top: 2rem;
}

.event-ranking-inner .letter_wrapper p {
  transform: translate(-50%, -50%) rotate(360deg);
}

/*------------------------------
Senryu Area - Event
------------------------------*/
.event-senryu-wrapper {
  background-image: url(../img/2024bg-pink.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  text-align: center;
}

.event-senryu-inner {
  padding-bottom: 90px;
}

.event-senryu-inner .event_heading {
  margin-top: 2rem;
}

.event-senryu-inner .event_img img {
  max-width: 800px;
  margin-inline: auto;
}

.event-senryu-inner .letter_wrapper {
  position: relative;
  display: inline-block;
  transform: rotate(350deg);
  transform-origin: center;
  margin-top: 2rem;
}

.event-senryu-inner .letter_wrapper p {
  transform: translate(-50%, -50%) rotate(360deg);
  line-height: 1.5;
}

/*------------------------------
Shop Area - Event
------------------------------*/
.event-shop-inner {
  padding-bottom: 90px;
  margin-bottom: 2rem;
}

.event-shop-wrapper {
  background-image: url(../img/2024bg-blue.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  text-align: center;
}

.event-shop-inner .letter_wrapper {
  position: relative;
  display: inline-block;
  transform: rotate(370deg);
  transform-origin: center;
  margin-top: 2rem;
}

.event-shop-inner .letter_wrapper p {
  transform: translate(-50%, -50%) rotate(360deg);
  line-height: 2;
}

.event-lnk {
  font-size: 14px;
  font-weight: 400;
  color: #e6160b;
  text-decoration: none;
  letter-spacing: normal;
}

.event-haihairace-wrapper {
  background-image: url(../img/2024bg-pink.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  text-align: center;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}

.pres-txt {
  color: #6e5940;
  font-size: clamp(0.875rem, 0.7146rem + 0.7128vw, 1rem);
  font-weight: bold;
  padding: 0.5em 1.5em;
}

.present-wrapper img {
  width: 180px;
  padding: 1em;
}

.present-wrapper .novelty-txt {
  width: 80%;
  margin-inline: auto;
}

.event-left .event_img {
  padding: 0;
}

.event-left .event_img img {
  width: 80%;
  /* max-width: 500px; */

}

.event-left .event_desc {
  margin-bottom: 10px;
}

.event-right {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.p-note {
  font-size: 12px;
  color: #6e5940;
}

.event-left .p-note {
  margin-bottom: 1.5rem;
}

.event_heading.-border {
  padding-bottom: 0;
  margin-bottom: 4.5vw;
}

.event_heading.-border::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 3px solid;
}

.event_heading.-arrow {
  padding-bottom: 0;
  margin-bottom: 4.5vw;
}

.event_heading.-arrow::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -70%;
  width: 2.135vw;
  height: 2.135vw;
  background: currentColor;
  clip-path: polygon(0 100%, 100% 100%, 50% 0);
  transform: translateX(-50%);
  transition: clip-path 0.3s ease;
}

.goods-item.active .event_heading.-arrow::before {
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

@media only screen and (max-width: 767px) {
  .event_heading.-arrow::before {
    width: 2.933vw;
    height: 2.933vw;
    bottom: -34%;
  }
}

.haihai-vsm {
  max-width: 77.333vw;
  width: 100%;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .haihai-vsm {
    max-width: 26.042vw;
    margin-top: 2.083vw;
  }
}

.goroku-vsm {
  width: 290px;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .goroku-vsm {
    width: 425px;
  }
}

@media only screen and (min-width: 966px) {
  .goroku-vsm {
    width: 500px;
    margin-top: 40px;
  }
}

.event-other-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
}

.event-shop-bg {
  background-image: url(../img/2024bg-pink.svg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
  text-align: center;
  height: 800px;
  width: 649px;
}

.event-other-wrapper .event_img img {
  max-width: 420px;
}

.event-sumou .event_desc {
  margin-bottom: 0.5rem;
}

/*------------------------------
Message Area - Event
------------------------------*/

.message-inner {
  padding-bottom: 2vw;
}

.message-inner .event_heading {
  padding-top: 1rem;
}

.message-wrapper {
  /* background-image: url(../img/2024bg-yeloow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; */
  position: relative;
  text-align: center;
}

.message-wrapper::after {
  content: "";
  position: absolute;
  background-image: url(../img/bubble/red.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: -7.294vw;
  left: -24.4vw;
  width: 115.551vw;
  z-index: 1;
  height: 235.118vw;
  pointer-events: none;
}

.message-wrapper .heading_prim {
  margin-top: 5vw;
  margin-bottom: 3.1vw;
}

.message-wrapper .event_desc {
  padding-top: 1vw;
  padding-bottom: 2vw;
  font-weight: 900;
}

@media only screen and (max-width: 767px) {
  .message-wrapper .heading_prim {
    margin-top: 3vw;
    margin-bottom: 2vw;
  }

  .message-wrapper::after {
    top: -10.294vw;
    left: -18.4vw;
  }
}

.message-inner .letter_wrapper {
  position: relative;
  display: inline-block;
  transform: rotate(350deg);
  transform-origin: center;
  margin-top: 2rem;
}

.message-inner .letter_wrapper p {
  transform: translate(-50%, -50%) rotate(360deg);
  line-height: 1.5;
}

.mess-icon {
  padding-top: 4rem;
}

/*------------------------------
Pictture Book Area - Event
------------------------------*/
.sec-event-picturebook {
  position: relative;
  background-color: #EEE6D4;
  padding-top: 6.354vw;
  overflow-x: clip;
}

.sec-event-picturebook .p-sbun {
  top: 14vw;
  left: 16vw;
}

.sec-event-picturebook .p-bflow {
  top: 49vw;
  right: 7vw;
}

.sec-event-picturebook .p-pbfly {
  top: 58vw;
  left: 12vw;
}

.sec-event-picturebook .p-sapl {
  bottom: 4vw;
  right: 5vw;
}

@media only screen and (max-width: 767px) {
  .sec-event-picturebook {
    padding-top: 10.354vw;
  }

  .sec-event-picturebook .p-sapl {
    bottom: 13vw;
    right: 6vw;
  }
}

.sec-event-picturebook .akachannohi2025--ornament--type-holder {
  background-color: #FDEFF2;
}

.sec-event-picturebook .container {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  padding: 6.48vw 1.04vw 7vw;
  background-color: #FDEFF2;
  z-index: 1;
  border-top-left-radius: 50% 36.04vw;
  border-top-right-radius: 50% 36.04vw;
  font-family: "M PLUS Rounded 1c", sans-serif;
}

@media only screen and (max-width: 767px) {
  .sec-event-picturebook .container {
    padding: 11.48vw 1.04vw 7vw;
  }
}

.event-picturebook-inner {
  padding-bottom: 5.344vw;
  margin-top: -0.8vw;
}

.event-picturebook-inner .heading_prim {
  margin-top: 3.9vw;
  margin-bottom: 3.5vw;
  line-height: 1.2;
}

.event-picturebook-inner .event_desc {
  font-size: 2.196vw;
  line-height: 1.6;
  margin-bottom: 4vw;
}

@media only screen and (max-width: 767px) {
  .event-picturebook-inner {
    padding-bottom: 6.667vw;
    margin-top: -1.2vw;
  }

  .event-picturebook-inner .heading_prim {
    margin-top: 4vw;
    margin-bottom: 3vw;
  }

  .event-picturebook-inner .event_desc {
    font-size: 2.4vw;
    padding: 0 15vw;
    font-weight: 500;
    margin-bottom: 3vw;
  }
}

.event-picturebook-wrapper {
  /* background-image: url(../img/2024bg-pink.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; */
  position: relative;
  text-align: center;
}

.event-picturebook-wrapper::after {
  content: "";
  position: absolute;
  background-image: url(../img/bubble/green.png);
  background-repeat: no-repeat;
  background-size: cover;
  top: 5.706vw;
  left: -9.4vw;
  width: 111.798vw;
  z-index: -1;
  height: 125.118vw;
  pointer-events: none;
}

@media only screen and (max-width: 767px) {
  .event-picturebook-wrapper::after {
    top: -32.294vw;
    left: -9.4vw;
    width: 111.715vw;
    height: 120.16vw;
  }
}

.picturebook_circle {
  position: relative;
  height: 49.072vw;
  margin-bottom: 4.3vw;
}

.picturebook_circle::before {
  content: "";
  position: absolute;
  background-image: url(../img/event/picturebook/red-circle.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  left: 23.2%;
  width: 51.169vw;
  height: 106%;
}

.event-picturebook-inner .picturebook-title {
  color: #FFF4DB;
  font-size: 4.167vw;
  font-weight: 900;
  padding-top: 3.2vw;
  margin-bottom: 1.1vw;
  line-height: 1.4;
}

.event-picturebook-inner .picturebook-desc {
  color: #FFF4DB;
  font-size: 2.396vw;
  font-weight: 900;
  line-height: 1.6;
}

.event-picturebook-inner .ilustrator-youtube {
  position: absolute;
  max-width: 50.833vw;
  height: 28.6vw;
  top: 18.565vw;
  left: 35.7%;
}

.event-picturebook-inner .ilustrator-youtube img {
  max-width: 50.853vw;
  width: 100%;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.event-picturebook-inner .ilustrator-youtube img:hover {
  filter: brightness(0.9);
}

.event-picturebook-inner .picturebook-note {
  font-size: 1.146vw;
  color: #000;
  font-weight: 900;
}

.event-picturebook-inner .ilustrator-youtube iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
}

@media only screen and (max-width: 767px) {
  .picturebook_circle {
    height: 49.117vw;
    margin-bottom: 4vw;
  }

  .picturebook_circle::before {
    left: 22.9vw;
    width: 50.312vw;
    height: 104%;
  }

  .event-picturebook-inner .picturebook-title {
    font-size: 4vw;
    padding-top: 3.5vw;
    margin-bottom: 0;
  }

  .event-picturebook-inner .picturebook-desc {
    font-size: 2.4vw;
  }

  .event-picturebook-inner .ilustrator-youtube {
    top: 18vw;
    left: 35vw;
    width: 50.667vw;
    height: 28.6vw;
  }

  .event-picturebook-inner .ilustrator-youtube img {
    max-width: 50.667vw;
    width: 100%;
  }

  .event-picturebook-inner .picturebook-note {
    font-size: 1.333vw;
  }
}

/*------------------------------
Goroku Area - Event
------------------------------*/
.sec-event-goroku {
  position: relative;
  background-color: #FDEFF2;
  padding-top: 6.7vw;
  overflow: hidden;
}

.sec-event-goroku .arc-wrapper {
  top: 6.7vw;
}

.sec-event-goroku .container {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  padding: 1vw 1.04vw 0;
  background-color: #EEE6D4;
  z-index: 1;
  border-top-left-radius: 50% 36.04vw;
  border-top-right-radius: 50% 36.04vw;
  font-family: "M PLUS Rounded 1c", sans-serif;
  margin-top: 6.7vw;
}

.sec-event-goroku .container .heading_prim {
  margin-top: 5.4vw;
  margin-bottom: 3.8vw;
  line-height: 1.4;
  /* font-size: 3.646vw; */
}

.sec-event-goroku .p-sbun {
  top: 17vw;
  right: 7vw;
}

.sec-event-goroku .b-bfly {
  position: absolute;
  width: 6.329vw;
  top: 81vw;
  left: 3vw;
}

.sec-event-goroku .p-squirrel {
  top: initial;
  bottom: 7vw;
  left: 2vw;
}

@media only screen and (max-width: 767px) {
  .sec-event-goroku .arc-wrapper {
    top: 5.867vw;
  }

  .sec-event-goroku .container {
    padding: 0.281vw 8vw 0;
    margin-top: 9.2vw;
  }

  .sec-event-goroku .container .heading_prim {
    margin-top: 4.533vw;
    margin-bottom: 2.5vw;
    /* font-size: 4.533vw; */
  }

  .sec-event-goroku .p-sbun {
    top: 15vw;
    right: 1vw;
  }

  .sec-event-goroku .b-bfly {
    top: 90vw;
    left: -3vw;
  }

  .sec-event-goroku .p-squirrel {
    left: -6vw;
  }
}

.sec-event-goroku .event_btn {
  max-width: 64.345vw;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .sec-event-goroku .event_btn {
    max-width: 64.28vw;
  }
}

.event-goroku-inner {
  padding-bottom: 22.813vw;
}

@media only screen and (max-width: 767px) {
  .event-goroku-inner {
    padding-bottom: 21.76vw;
  }
}

.event-goroku-wrapper {
  /* background-image: url(../img/2024bg-pink.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; */
  position: relative;
  text-align: center;
}

.event-goroku-wrapper::after {
  content: "";
  position: absolute;
  background-image: url(../img/bubble/red.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: -32.294vw;
  left: -3.4vw;
  width: 115.551vw;
  z-index: -1;
  height: 235.118vw;
  pointer-events: none;
}

@media only screen and (max-width: 767px) {
  .event-goroku-wrapper::after {
    background-image: url(../img/bubble/goroku-sp.png);
    top: -14vw;
    left: -11.4vw;
  }
}

.event-goroku-inner .letter_wrapper {
  position: relative;
  display: inline-block;
  transform: rotate(370deg);
  transform-origin: center;
  margin-top: 2rem;
}

.event-goroku-inner .letter_wrapper p {
  transform: translate(-50%, -50%) rotate(360deg);
  line-height: 1.5;
}

.event-goroku-inner .event_heading {
  padding-top: 4rem;
}

.event-goroku-inner .event_img img {
  max-width: 41.667vw;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .event-goroku-inner .event_img {
    padding-top: 5vw;
  }

  .event-goroku-inner .event_img img {
    max-width: 70.216vw;
  }
}

.coming_soon img {
  width: 100%;
  max-width: 400px;
}

.event_goroku_answer {}

.event_goroku_answer img {
  max-width: 40vw;
  width: 100%;
  margin-top: -4.3vw;
  margin-bottom: 2.8vw;
}

@media only screen and (max-width: 767px) {
  .event_goroku_answer img {
    max-width: 72.251vw;
    margin-top: -3.5vw;
    margin-bottom: 0.8vw;
  }
}

.event_goroku_answer a:hover {
  opacity: 0.7;
}

.sec-event-goroku .sec_hr {
  background-color: #EEE6D4;
  padding-bottom: 4.6vw;
}

@media only screen and (max-width: 767px) {
  .sec-event-goroku .sec_hr {
    padding-bottom: 6.4vw;
  }
}

.insta-lnk {
  text-decoration: underline;
  color: #000;
  /* font-size: clamp(0.875rem, 0.7146rem + 0.7128vw, 1rem); */
  font-weight: bold;
  margin-bottom: 3rem;
  transition: all 0.3s ease-in-out;
}

.insta-lnk:hover {
  opacity: 0.8;
}

.sec-event-service {
  position: relative;
  background-color: #EEE6D4;
  overflow: hidden;
}

.sec-event-service .arc-wrapper {
  top: -0.1vw;
}

.sec-event-service .container {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  padding: 8vw 1.04vw 0;
  background-color: #FFF4DB;
  z-index: 1;
  border-top-left-radius: 50% 36.04vw;
  border-top-right-radius: 50% 36.04vw;
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.event-service-wrapper {
  position: relative;
}

.event-service-wrapper::after {
  content: "";
  position: absolute;
  background-image: url(../img/bubble/red.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: -12.294vw;
  left: -5.4vw;
  width: 115.551vw;
  z-index: 1;
  height: 235.118vw;
  pointer-events: none;
}

@media only screen and (max-width: 767px) {
  .event-service-wrapper::after {
    background-image: url(../img/bubble/service-sp.png);
    top: -11.294vw;
    left: -11.4vw;
    width: 111.551vw;
    z-index: -1;
    height: 165.118vw;
  }
}

.sec-event-service .container .heading_prim {
  margin-top: 5.4vw;
  margin-bottom: 3.8vw;
}

.sec-event-service .p-sapl {
  top: 6.5vw;
  left: 13vw;
}

.sec-event-service .p-flap {
  top: 19.5vw;
  right: 11vw;
}

.sec-event-service .p-ted {
  top: 58%;
  left: 7vw;
}

.sec-event-service .p-pfwer {
  top: 54%;
  right: 3vw;
}

@media only screen and (max-width: 767px) {
  .sec-event-service .arc-wrapper {
    top: 5.867vw;
  }

  .sec-event-service .container {
    padding: 12.281vw 8vw 0;
  }

  .sec-event-service .container .heading_prim {
    margin-top: 4.533vw;
    margin-bottom: 2.5vw;
  }

  .sec-event-service .p-sapl {
    top: 8.5vw;
    left: 3vw;
  }

  .sec-event-service .p-flap {
    top: 22.5vw;
    right: 5vw;
  }

  .sec-event-service .p-ted {
    top: 56%;
    left: 0vw;
  }

  .sec-event-service .p-pfwer {
    right: -2vw;
  }
}

.sec-event-service .event_img {
  padding-top: 5.469vw;
}

.sec-event-service .event_img img {
  max-width: 50.487vw;
  width: 100%;
}

.sec-event-service .event_btn {
  max-width: 64.345vw;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.sec-event-service .event_desc {
  font-size: 2.196vw;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 8.2vw;
}

@media only screen and (max-width: 767px) {
  .sec-event-service .event_img img {
    max-width: 50.035vw;
  }

  .sec-event-service .event_img {
    padding-top: 5.467vw;
  }

  .sec-event-service .event_btn {
    max-width: 64.28vw;
  }

  .sec-event-service .event_desc {
    font-size: 2.4vw;
    margin-bottom: 3.5vw;
  }
}

.sec-event-service .akachannohi2025--ornament--type-holder {
  background-color: #FFF4DB;
}

.event-service-inner {
  padding-bottom: 12.813vw;
}

@media only screen and (max-width: 767px) {
  .event-service-inner {
    padding-bottom: 13.76vw;
  }
}

.event-service-wrapper {
  position: relative;
  text-align: center;
}

/*------------------------------
Vakzin Area - Event
------------------------------*/
.sec-event-vakzin {
  position: relative;
  background-color: #FFF4DB;
  padding-top: 6.7vw;
  overflow-x: clip;
}

.sec-event-vakzin .arc-wrapper {
  top: 6.7vw;
}

.sec-event-vakzin .container {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  padding: 10vw 1.04vw 0;
  background-color: #FDEFF2;
  z-index: 1;
  border-top-left-radius: 50% 36.04vw;
  border-top-right-radius: 50% 36.04vw;
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.sec-event-vakzin .p-baple {
  top: -2.5vw;
  left: 5vw;
}

.sec-event-vakzin .p-sapl {
  top: 62.5vw;
  right: 2vw;
}

.sec-event-vakzin .p-r-sapl {
  position: absolute;
  width: 5.21vw;
  top: 72.5vw;
  left: 5vw;
}

.sec-event-vakzin .p-basket {
  bottom: 9.3vw;
  right: 5vw;
}

@media only screen and (max-width: 767px) {
  .sec-event-vakzin .arc-wrapper {
    top: 5.867vw;
  }

  .sec-event-vakzin .container {
    padding: 8.281vw 8vw 0;
  }

  .sec-event-vakzin .p-baple {
    top: -7.5vw;
    left: -1vw;
  }

  .sec-event-vakzin .p-r-sapl {
    top: 78.5vw;
    left: -2vw;
  }

  .sec-event-vakzin .p-sapl {
    top: 66.5vw;
    right: -2vw;
  }

  .sec-event-vakzin .p-basket {
    bottom: 4.3vw;
    right: -2vw;
  }
}

.event-vakzin-inner {
  padding-bottom: 11.51vw;
}

@media only screen and (max-width: 767px) {
  .event-vakzin-inner {
    padding-bottom: 6.933vw;
  }
}

.sec-event-vakzin .sec_hr {
  background-color: #FDEFF2;
}

.heading_prim .fs-big {
  font-size: 6.198vw;
}

.sec-event-vakzin .event_img img {
  max-width: 61.822vw;
}

.sec-event-vakzin .event_desc {
  font-size: 1.992vw;
  margin-bottom: 2vw;
  line-height: normal;
}

.sec-event-vakzin .event_store {
  font-size: 1.992vw;
  color: #000;
  font-weight: 500;
  margin-bottom: 2vw;
  line-height: normal;
}

.sec-event-vakzin .event_store.-big {
  font-size: 2.46vw;
}

.sec-event-vakzin .event_store span {
  font-size: 3.971vw;
  margin-right: 1vw;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .heading_prim .fs-big {
    font-size: 6.133vw;
  }

  .sec-event-vakzin .event_img img {
    max-width: 61.216vw;
  }

  .sec-event-vakzin .event_store {
    font-size: 2.4vw;
    margin-bottom: 2.5vw;
  }

  .sec-event-vakzin .event_store.-big {
    font-size: 2.933vw;
  }

  .sec-event-vakzin .event_store span {
    font-size: 4.533vw;
  }
}

.event-vakzin-wrapper {
  /* background-image: url(../img/2024bg-blue.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; */
  position: relative;
  text-align: center;
}

.event-vakzin-wrapper::after {
  content: "";
  position: absolute;
  background-image: url(../img/bubble/vakzin-sp.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: -16.594vw;
  left: -12.4vw;
  width: 115.551vw;
  z-index: 1;
  height: 186.5vw;
  pointer-events: none;
}

@media only screen and (max-width: 767px) {
  .event-vakzin-wrapper::after {
    top: -28.894vw;
    left: -17.4vw;
  }
}

.event-vakzin-wrapper .heading_prim {
  margin-top: 4.5vw;
  margin-bottom: 6vw;
}

.event-vakzin-wrapper .event_btn {
  max-width: 64.345vw;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  .event-vakzin-wrapper .event_btn {
    max-width: 64.28vw;
    padding: 0;
  }

  .event-vakzin-wrapper .heading_prim {
    margin-bottom: 8vw;
  }
}

.event-vakzin-inner .letter_wrapper {
  position: relative;
  display: inline-block;
  transform: rotate(350deg);
  transform-origin: center;
  margin-top: 2rem;
}

.event-vakzin-inner .letter_wrapper p {
  transform: translate(-50%, -50%) rotate(360deg);
  line-height: 1.5;
}

.event_heading span {
  font-size: calc(1rem + 0.6vw);
}

.event_heading img {
  vertical-align: middle;
  width: 100%;
  max-width: 50px;
  height: auto;
}

.event_desc span {
  font-size: clamp(1.6rem, 1.5077rem + 0.4103vw, 2rem);
}

/*------------------------------
Goods Area - Event
------------------------------*/
.sec-event-goods {
  /* padding: 7.781vw 8vw 18.833vw; */
  padding: 7.781vw 11vw 18.833vw;
  margin-bottom: -6vw;
  overflow: hidden;
}

.sec-event-goods .heading_prim {
  margin-top: 3vw;
  font-size: 3.875vw;
}

.sec-event-goods .event_heading {
  font-size: 2.865vw;
  font-weight: 900;
}

@media only screen and (max-width: 767px) {
  .sec-event-goods .heading_prim {
    font-size: 4.533vw;
  }
  .sec-event-goods .event_heading {
    font-size: 4.267vw;
  }
  .sec-event-goods {
    padding: 12.281vw 8vw 11.833vw;
  }

  .sec-event-goods .heading {
    max-width: 31.795vw;
  }
}

.event-goods-inner {
  padding: 4.167vw 0 7vw;
  position: relative;
  z-index: 1;
}

.event-goods-wrapper {
  /* background-image: url(../img/2024bg.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; */
  position: relative;
  text-align: center;
  background-color: #FDEFF2;
  border-radius: 8.385vw;
}

@media only screen and (max-width: 767px) {
  .event-goods-wrapper {
    border-radius: 8.785vw;
  }
}

.event-goods-wrapper::after {
  content: "";
  position: absolute;
  background-image: url(../img/bubble/red.png);
  background-repeat: no-repeat;
  background-size: cover;
  top: -2.494vw;
  left: -18.2vw;
  width: 115.551vw;
  z-index: 0;
  height: 123%;
}

@media only screen and (max-width: 767px) {
  .event-goods-wrapper::after {
    background-size: 70%;
    top: -30.894vw;
    left: -20.2vw;
    width: 171.551vw;
    z-index: 0;
    height: 123%;
  }
}

.heading {
  max-width: 31.725vw;
  margin: 0 auto;
}

.heading img {
  width: 100%;
}

.heading_prim {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 4.175vw;
  font-weight: 900;
  color: #e6160b;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .heading_prim {
    font-size: 4.533vw;
    margin-top: 4.533vw;
  }
}

.event_goods_heading img {
  vertical-align: middle;
  width: 100%;
  max-width: 50px;
  height: auto;
}

.goods-container {
  display: flex;
  justify-content: center;
  gap: 2vw;
  margin-top: 2vw;
}

.goods-item {
  position: relative;
  width: 100%;
  /* padding: 0 0.5vw; */
}

.event_img .goods_novelty {
  width: 100%;
}

.goods-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  right: -4.5%;
  /* ドットの位置調整 */
  width: 0.681vw;
  /* ドットの直径 */
  height: 100%;
  background-image: radial-gradient(circle, #FBB03B 50%, transparent 50%);
  background-size: 0.621vw 1.96vw;
  /* ドットの大きさ */
  background-repeat: repeat-y;
}

@media only screen and (max-width: 767px) {
  .goods-item:not(:last-child)::after {
    right: -4vw;
    /* ドットの位置調整 */
    width: 1.5vw;
    /* ドットの直径 */
    background-size: 1.5vw 3vw;
    /* ドットの大きさ */
  }
}

.novelty-txt-area {
  color: #000;
  /* padding: 1.5em; */
  /* background-color: #fff */
}

.novelty-txt {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.406vw;
  font-weight: 900;
}

.novelty-point {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.367vw;
  font-weight: 900;
  margin-bottom: 1.5vw;
}

.novelty-notice {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.479vw;
  font-weight: 900;
  margin-top: 1vw;
}

@media only screen and (max-width: 767px) {
  .novelty-txt-area .novelty-txt {
    font-size: 2.667vw;
  }

  .novelty-txt-area .text-primary {
    font-size: 3.2vw;
    margin-top: 2vw;
    margin-bottom: 2vw;
  }

  .novelty-txt {
    font-size: 3.467vw;
    width: 56.533vw;
    margin: 0 auto;
  }

  .novelty-txt ul {
    margin-bottom: 0;
  }

  .novelty-txt ul li {
    list-style: square;
    margin-left: 4vw;
  }

  .novelty-txt ul li::marker {
    content: "・";
  }

  .novelty-point {
    font-size: 2.933vw;
  }

  .novelty-notice {
    font-size: 4.267vw;
    margin-top: 2vw;
    margin-bottom: 2vw;
  }
}

.novelty-txt span.-big {
  font-size: 1.5rem;
  font-weight: bold;
  color: #e6160b;
  line-height: 1.2;
}

.novelty-note {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 0.898vw;
  font-weight: 400;
  line-height: 1.3;
}

@media only screen and (max-width: 767px) {
  .novelty-note {
    font-size: 1.333vw;
  }
}

/*------------------------------
llustrator Area - Event
------------------------------*/
.sec-ilustrator {
  position: relative;
  background-color: #FDEFF2;
  padding-top: 6.7vw;
}

.sec-ilustrator .ilustrator-wrapper {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  padding: 8vw 1.04vw 0;
  background-color: #FDF8E4;
  border-top-left-radius: 50% 36.04vw;
  border-top-right-radius: 50% 36.04vw;
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.sec-ilustrator .p-baple {
  width: 8.19vw;
  top: 8.3vw;
  left: 5.9vw;
}

.sec-ilustrator .p-pblon {
  width: 4.61vw;
  top: 8.4vw;
  left: 20.8vw;
}

.sec-ilustrator .p-rblon {
  width: 4.96vw;
  top: 3.8vw;
  left: 40.6vw;
}

.sec-ilustrator .p-yblon {
  width: 4.77vw;
  top: 8.2vw;
  right: 21.9vw;
}

.sec-ilustrator .p-flap {
  width: 9.66vw;
  top: 18.3vw;
  right: 4.3vw;
}

@media only screen and (max-width: 767px) {
  .sec-ilustrator {
    padding-top: 4.8vw;
  }

  .sec-ilustrator .arc-wrapper {
    top: 5.867vw;
  }

  .sec-ilustrator .ilustrator-wrapper {
    padding: 0;
  }

  .sec-ilustrator .p-baple {
    top: 7vw;
    left: 5.5vw;
  }

  .sec-ilustrator .p-pblon {
    top: 7vw;
    left: 19.9vw;
  }

  .sec-ilustrator .p-rblon {
    top: 2.5vw;
    left: 38.9vw;
  }

  .sec-ilustrator .p-yblon {
    top: 6.4vw;
    right: 20.8vw;
  }

  .sec-ilustrator .p-flap {
    top: 16.3vw;
    right: 3.7vw;
  }
}

.ilustrator-inner {
  padding-top: 11vw;
  padding-left: 5.406vw;
  padding-right: 5.406vw;
}
.ilustrator-inner .event_btn {
  padding-bottom: 4.271vw;
}
@media only screen and (max-width: 767px) {
  .ilustrator-inner {
    padding-top: 16.167vw;
    padding-left: 6.667vw;
    padding-right: 6.667vw;
  }
  .ilustrator-inner .event_btn {
    padding-bottom: 2.271vw;
  }
}

.ilustrator-wrapper {
  /* background-image: url(../img/2024bg-pink.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; */
  position: relative;
  text-align: center;
}

.akachannohi2025-youtube {
  text-align: center;
  width: 100%;
  aspect-ratio: 16 / 9;
}

.akachannohi2025-youtube-item {
  width: 100%;
  height: 100%;
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) {
  .akachannohi2025-youtube-item {
    width: 80%;
    height: 80%;
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

.ilustrator-img {
  max-width: 86.302vw;
  width: 100%;
  margin: 0 auto;
  padding-top: 1vw;
  padding-bottom: 4.271vw;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .ilustrator-img {
    max-width: 82.667vw;
    padding-top: 0;
    padding-bottom: 6.213vw;
  }
}

.ilustrator-img img {
  /* width: 100%; */
}

.ilustrator-youtube {
  margin-bottom: 60px;
}

.ilustrator-youtube img {
  max-width: 800px;
  width: 100%;
  /* padding: 0 1em; */
}

.ilustrator-inner .event_img img {
  max-width: 80%;
}

.insta-btn {
  width: 5.472vw;
  margin-left: auto;
}

.ilustrator-inner .heading_prim {
  margin-bottom: 4vw;
  text-align: left;
  line-height: 1.2;
  font-size: 3.646vw;
}
.ilustrator-inner .heading_prim .fs-big {
  font-size: 4.427vw;
}

.insta-link {
  position: relative;
}
.insta-link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -20%;
  background-image: url(../img/social/instagram.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
  width: 2.708vw;
  height: 2.708vw;
  transition: all 0.3s ease-in-out;
}
.event_btn a:hover .insta-link::before {
  background-image: url(../img/social/insta.svg);
}
@media only screen and (max-width: 767px) {
  .insta-btn {
    width: 5.32vw;
  }
  
  .ilustrator-inner .heading_prim {
    margin-bottom: 7vw;
    letter-spacing: 0;
    font-size: 3.733vw;
  }
  .ilustrator-inner .heading_prim .fs-big {
    font-size: 4.533vw;
  }
  .insta-link::before {
    right: initial;
    left: -35%;
  }
}

.insta-btn a {
  color: #f2334a;
  text-decoration: none;
}

.insta-btn a img {
  transition: all 0.3s ease-in-out;
}

.insta-btn a:hover img {
  opacity: 0.8;
  scale: 1.04;
}

.insta-btn img {
  width: 5.472vw;
}

@media only screen and (max-width: 767px) {
  .insta-btn img {
    width: 5.32vw;
  }
}

/*------------------------------
Profile
------------------------------*/
.profile-wrapper {
  padding: 2.135vw 3.177vw;
  background-color: #fff;
  color: #000;
  margin-bottom: 4.99vw;
  border-radius: 1.403vw;
}

@media only screen and (max-width: 767px) {
  .profile-wrapper {
    padding: 3vw 4.267vw;
    margin-bottom: 2vw;
    border-radius: 2.667vw;
  }
}

.profile-wrapper .profile-inner {
  /* display: flex;
flex-direction: row; */
  /* justify-content: center; */
  /* gap: 2rem; */
}

.profile-text {
  /* width: 40%; */
  text-align: left;
  margin-bottom: 2.396vw;
}

.profile-text h4 {
  font-size: 2.396vw;
  font-weight: 400;
  color: #000;
}

.profile-text h5 {
  font-size: 1.667vw;
  font-weight: 400;
  margin-bottom: 1vw;
}

.profile-text p {
  font-size: 1.354vw;
  margin-bottom: 1.302vw;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .profile-text {
    width: 100%;
  }

  .profile-text h4 {
    font-size: 2.4vw;
    margin-bottom: 1vw;
  }

  .profile-text h5 {
    font-size: 1.867vw;
    margin-bottom: 1.5vw;
  }

  .profile-text p {
    font-size: 1.333vw;
    margin-bottom: 1.6vw;
    letter-spacing: 0;
  }
}

.profile-img {
  width: 60%;
}

.profile-img img {
  border-radius: 10px;
}

/*------------------------------
Partner Area - Event
------------------------------*/
.sec-partner {
  background: #fff;
  margin-top: 2.083vw;
}

.partner-wrapper {
  max-width: 64.063vw;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .sec-partner {
    margin-top: 5.333vw;
  }

  .partner-wrapper {
    max-width: 64.267vw;
  }
}

.partner-inner {
  padding: 8.542vw 0 6.875vw 0;
  text-align: center;
}

.partner-inner .event_heading {
  font-size: 4.592vw;
}

.partner-inner .event_btn {
  padding: 0;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .partner-inner {
    padding: 8.533vw 0 8.333vw 0;
  }

  .partner-inner .event_heading {
    font-size: 4.8vw;
  }
}

/*------------------------------
z_movie Area - Event
------------------------------*/
.z_movie-inner {
  padding: 0 3% 60px 3%;
  width: min(100% - 2rem, 980px);
  margin-inline: auto;
}

.z_movie-wrapper {
  background-image: url(../img/2024bg-pink.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  text-align: center;
}

.z_movie-youtube img {
  max-width: 800px;
  width: 100%;
  padding: 0 1em;
}


/*------------------------------
Songs
------------------------------*/
.content {
  width: max-content;
  position: fixed;
  right: 14.427vw;
  /* top: 3.49vw; */
  top: 1.89vw;
  z-index: 99;
}

@media only screen and (max-width: 767px) {
  .content {
    position: absolute;
    right: 12.187vw;
    top: 3.8%;
  }
}

.content_wrapper {
  float: right;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .content_wrapper {
    align-items: end;
  }
}

.audio-button {
  width: 3.906vw;
  height: 3.906vw;
  border: none;
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  cursor: pointer;
  transition: transform 0.2s;
}

@media only screen and (max-width: 767px) {
  .audio-button {
    width: 6.16vw;
    height: 6.16vw;
  }
}

#playButton {
  background-image: url('../audio/play-circle-fill.svg');
}

#stopButton {
  background-image: url('../audio/stop-circle-fill.svg');
}

.audio-button:hover {
  transform: scale(1.1);
}

.hidden {
  display: none;
}

.content_wrapper p {
  margin: 0;
  padding: 0.521vw 0.921vw 0.521vw 0.521vw;
  color: #fff;
  font-size: 1.25vw;
  font-weight: bold;
  color: #E6160B;
  background-color: #fff;
  border-radius: 0.521vw;
  text-align: center;
}

.content_wrapper .s-border {
  border: 0.156vw solid #E6160B;
  padding: 0.521vw;
}

@media only screen and (max-width: 767px) {
  .content_wrapper p {
    font-size: 1.867vw;
    padding: 0.8vw 1.6vw 0.8vw 0.8vw;
    color: #E6160B;
    background-color: #fff;
    border-radius: 2.667vw;
    text-align: center;
  }

  .content_wrapper .s-border {
    border: 0.5vw solid #E6160B;
    padding: 0.767vw;
  }
}

.highlight span {
  display: inline-block;
  animation: bounce 1.2s ease infinite;
  animation-fill-mode: both;
}

@keyframes bounce {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

.event-picturebook-inner .parts_img .p-leaf {
  top: 3%;
  left: 5%;
}

.event-picturebook-inner .parts_img .p-bfly {
  top: 3%;
  right: 5%;
}


/*media Queries スマートフォンとタブレットサイズ（959px以下）で適応したいCSS - スマホ・タブレット
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 959px) {

  .event-other-wrapper {
    flex-direction: column;
    gap: 2rem;
  }

  .event-shop-bg {
    width: 100%;
  }

  .event-haihairace-wrapper {
    grid-template-columns: 1fr;
  }

  .present-wrapper {
    flex-direction: column;
  }

  .profile-text {
    width: 100%;
  }

  .profile-text h3 {
    text-align: center;
  }

  .profile-img {
    width: 100%;
  }

  .pres-txt {
    padding: 0.5em;
  }

  .event-ranking-inner .parts_img .p-mittens {
    bottom: 1%;
    right: 1%;
  }

  /*-- ここまで --*/
}

/* 特定のサイズ */
.fair-bnr-inner .parts_img .p-bear {
  position: absolute;
  top: 33%;
  left: 7.6%;
  width: 12.917vw;
}

.fair-bnr-inner .parts_img .p-flower {
  position: absolute;
  bottom: 4.7%;
  right: -6.4%;
  width: 12.24vw;
}

@media only screen and (max-width: 767px) {
  .fair-bnr-inner .parts_img .p-bear {
    top: 26.8%;
  }

  .fair-bnr-inner .parts_img .p-flower {
    bottom: -5.3%;
    right: -7.5%;
  }
}

.btns-outer {
  /* min-width: 250px; */
}

/*fair-bnr parts  */
.fair-bnr-inner .parts_img .p-hat {
  top: 5%;
  left: 5%;
}

.fair-bnr-inner .parts_img .p-heart {
  top: 40%;
  left: 5%;
}


.fair-bnr-inner .parts_img .p-bf01 {
  bottom: 5%;
  left: 5%;
}


.fair-bnr-inner .parts_img .p-bfly {
  top: 48%;
  right: 9%;
}


.fair-bnr-inner .parts_img .p-socks {
  top: 5%;
  right: 5%;
}


.fair-bnr-inner .parts_img .p-tree {
  bottom: 10%;
  right: 10%;
}

/*sp_movie parts  */
.sp_movie-inner .parts_img .p-hat {
  top: 3%;
  right: 3%;
}

.sp_movie-inner .parts_img .p-heart {
  top: 2%;
  left: 2%;
}


.sp_movie-inner .parts_img .p-namekami {
  display: none;
}


.sp_movie-inner .parts_img .p-bf02 {
  bottom: 45%;
  right: 5%;
}


.sp_movie-inner .parts_img .p-bf01 {
  bottom: 45%;
  left: 10%;
}


.sp_movie-inner .parts_img .p-socks {
  bottom: 5%;
  right: 5%;
}

/*event-ranking parts  */
.event-ranking-inner .parts_img .p-bf01 {
  top: 15%;
  left: 3%;
}

.event-ranking-inner .parts_img .p-pf {
  top: 55%;
  left: 10%;
}


.event-ranking-inner .parts_img .p-heart {
  display: none;
}


.event-ranking-inner .parts_img .p-leaf {
  top: 3%;
  right: 3%;
}


.event-ranking-inner .parts_img .p-mittens {
  bottom: 1%;
  right: 1%;
}


.event-ranking-inner .parts_img .p-namekami {
  bottom: 7%;
  right: 3%;
}

/*event-senryu parts  */
.event-senryu-inner .parts_img .p-namekami {
  top: 19%;
  left: min(15 / 1024 * 100vw, 40px);
}

.event-senryu-inner .parts_img .p-home {
  top: 54%;
  left: min(60 / 1024 * 100vw, 400px);
}


.event-senryu-inner .parts_img .p-tree {
  display: none;
}


.event-senryu-inner .parts_img .p-socks {
  top: 3%;
  right: 8%;
}


.event-senryu-inner .parts_img .p-heart {
  top: 55%;
  right: 10%;
}


.event-senryu-inner .parts_img .p-bfly {
  bottom: 4%;
  right: 8%;
}

/*event-senryu parts  */
.event-shop-inner .parts_img .p-socks {
  top: 10%;
  left: 13%;
}

.event-shop-inner .parts_img .p-heart {
  top: 60%;
  left: 8%;
}

.event-shop-inner .parts_img .p-hat {
  bottom: 5%;
  left: 5%;
}

.event-shop-inner .parts_img .p-dp {
  top: 8%;
  right: 8%;
}

.event-shop-inner .parts_img .p-bfly {
  top: 40%;
  right: 13%;
}

.event-shop-inner .parts_img .p-pf {
  bottom: 5%;
  right: 2%;
}

.event-haihairace-wrapper {
  grid-template-columns: 1fr;
}

.present-wrapper {
  justify-content: center;
}


/*message parts  */
.message-inner .parts_img .p-bfly {
  top: 5%;
  left: 6%;
}

.message-inner .parts_img .p-heart {
  top: 18%;
  left: 20%;
}

.message-inner .parts_img .p-mittens {
  top: 35%;
  left: 5%;
}

.message-inner .parts_img .p-hat {
  bottom: 28%;
  left: 13%;
}

.message-inner .parts_img .p-namekami {
  bottom: 12%;
  left: 2%;
}

.message-inner .parts_img .p-bf01 {
  top: 5%;
  right: 2%;
}

.message-inner .parts_img .p-dp {
  top: 22%;
  right: 20%;
}

.message-inner .parts_img .p-tree {
  top: 38%;
  right: 3%;
}

.message-inner .parts_img .b-fly {
  bottom: 32%;
  right: -16%;
}

.message-inner .parts_img .p-bf02 {
  bottom: 5%;
  right: 8%;
}

/*goroku parts  */
.event-goroku-inner .parts_img .p-home {
  top: 3%;
  left: 3%;
}

.event-goroku-inner .parts_img .p-dp {
  top: 25%;
  left: 3%;
}

.event-goroku-inner .parts_img .p-bfly {
  top: 40%;
  left: 10%;
}

.event-goroku-inner .parts_img .p-bf01 {
  top: 60%;
  left: 10%;
}

.event-goroku-inner .parts_img .p-namekami {
  bottom: 3%;
  left: 8%;
}

.event-goroku-inner .parts_img .p-tree {
  bottom: 7%;
  left: 6%;
}

.event-goroku-inner .parts_img .p-pf {
  top: 3%;
  right: 3%;
}

.event-goroku-inner .parts_img .p-heart {
  top: 35%;
  right: 4%;
}

.event-goroku-inner .parts_img .p-socks {
  bottom: 49%;
  right: 3%;
}

@media only screen and (max-width: 767px) {
  .event-goroku-inner .parts_img .p-socks {
    bottom: 47%;
    right: -4%;
  }
}

.event-goroku-inner .parts_img .p-mittens {
  bottom: 25%;
  right: 12%;
}

.event-goroku-inner .parts_img .p-leaf {
  bottom: 4%;
  right: 3%;
}

/*vakzin parts  */
.event-vakzin-inner .parts_img .p-bfly {
  bottom: 40%;
  right: 10%;
}

.event-vakzin-inner .parts_img .p-home {
  bottom: 8%;
  left: 7%;
}

.event-vakzin-inner .parts_img .p-namekami {
  bottom: 35%;
  right: 13%;
}

.event-vakzin-inner .parts_img .p-bf02 {
  bottom: 4%;
  right: 7%;
}

/*goods parts  */
.event-goods-inner .parts_img .p-bb_l {
  top: 5%;
  right: 5%;
}

.event-goods-inner .parts_img .p-bb_r {
  top: 5%;
  left: 5%;
}

/*haihairace parts  */
.event-haihairace-wrapper .parts_img .p-socks {
  top: 2%;
  left: 2%;
}

.event-haihairace-wrapper .parts_img .p-hat {
  bottom: 2%;
  right: 2%;
}

/*media Queries タブレットサイズ（521px～1023px）のみで適応したいCSS -タブレットのみ
---------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 521px) and (max-width: 1023px) {

  .letter_wrapper {
    margin: 0 2rem;
  }

  .letter_wrapper p {
    font-size: 16px;
    padding: 0.6em;
  }

  .event_btn .btns-outer {
    max-width: 400px;
  }

  .event-shop-bg {
    background-size: cover;
    height: 700px;
  }

  .event-left .event_img img {
    width: 100%;
  }

  .fair-bnr-inner .parts_img .p-hat {
    top: 18%;
    left: 9%;
  }

  .fair-bnr-inner .parts_img .p-socks {
    top: 16%;
    right: 9%;
  }

  /*sp_movie parts  */
  .sp_movie-inner .parts_img .p-heart {
    top: 50%;
    left: 5%;
  }


  .sp_movie-inner .parts_img .p-namekami {
    bottom: 3%;
    right: 5%;
  }

  .sp_movie-inner .parts_img .p-bf01 {
    bottom: 1%;
    left: 3%;
  }


  .sp_movie-inner .parts_img .p-socks {
    bottom: 53%;
    right: 5%;
  }

  /*ranking parts  */
  .event-ranking-inner .parts_img .p-leaf {
    bottom: 2%;
    left: 5%;
  }


  .event-ranking-inner .parts_img .p-heart {
    bottom: 38%;
    right: 12%;
  }

  .event-ranking-inner .parts_img .p-pf {
    bottom: 2%;
    right: 2%;
  }

  /*senryu parts  */
  .event-senryu-inner .parts_img .p-namekami {
    bottom: 3%;
    right: 5%;
  }


  .event-senryu-inner .parts_img .p-tree {
    bottom: 35%;
    left: 10%;
  }

  /*shop parts  */
  .event-shop-inner .parts_img .p-bfly {
    bottom: 55%;
    left: 10%;
  }


  .event-shop-inner .parts_img .p-pf {
    bottom: 50%;
    right: 12%;
  }

  .event-haihairace-wrapper .parts_img .p-socks {
    top: 2%;
    left: 2%;
  }

  .event-haihairace-wrapper .parts_img .p-hat {
    top: 2%;
    right: 2%;
  }

  /*message parts  */
  .message-inner .parts_img .p-heart {
    bottom: 25%;
    left: 5%;
  }


  .message-inner .parts_img .p-bf02 {
    bottom: 2%;
    right: 6%;
  }

  /*goroku parts  */
  .event-goroku-inner .parts_img .p-bfly {
    bottom: 2%;
    left: 2%;
  }

  .event-goroku-inner .parts_img .p-tree {
    bottom: 24%;
    right: 3%;
  }

  /*vakzin parts  */
  .event-vakzin-inner .parts_img .p-home {
    bottom: 1%;
    right: 2%;
  }

  .event-vakzin-inner .parts_img .p-namekami {
    bottom: 40%;
    left: 3%;
  }

  /*goods parts  */
  .event-goods-inner .parts_img .p-bb_l {
    top: 5%;
    right: 5%;
  }

  .event-goods-inner .parts_img .p-bb_r {
    top: 5%;
    left: 5%;
  }

  .footer-line-wrap .parts_img .p-socks {
    left: 100px;
  }
}

.main_bg {
  background-color: #FDF8E4;
}

/*media Queries タブレット（521px）以上で適応したいCSS -タブレット・PC
---------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 521px) {
  .main_bg {
    /* background-image: url(../img/main_bg.webp);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-color: #fff; */
  }

  .ilustrator-inner .event_heading {
    padding-top: 5rem;
    padding-bottom: 1rem;
  }

  /*-- ここまで --*/
}

/*media Queries PCサイズ（1280px）以上で適応したいCSS - PCのみ
---------------------------------------------------------------------------------------------------*/
/* @media print, screen and (min-width: 1280px) { */

/*fair-bnr parts  */
.fair-bnr-inner .parts_img .p-hat {
  top: 5%;
  left: 5%;
}

.fair-bnr-inner .parts_img .p-heart {
  top: 40%;
  left: 11%;
}


.fair-bnr-inner .parts_img .p-bf01 {
  bottom: 5%;
  left: 5%;
}


.fair-bnr-inner .parts_img .p-bfly {
  top: 33%;
  right: 13%;
}


.fair-bnr-inner .parts_img .p-socks {
  top: 5%;
  right: 5%;
}


.fair-bnr-inner .parts_img .p-tree {
  bottom: 10%;
  right: 10%;
}

/*sp_movie parts  */
.sp_movie-inner .parts_img .p-hat {
  top: 10%;
  right: 5%;
}

.sp_movie-inner .parts_img .p-heart {
  top: 5%;
  left: 5%;
}


.sp_movie-inner .parts_img .p-namekami {
  top: 50%;
  left: 10%;
}


.sp_movie-inner .parts_img .p-bf02 {
  top: 55%;
  right: 15%;
}


.sp_movie-inner .parts_img .p-bf01 {
  bottom: 10%;
  left: 10%;
}


.sp_movie-inner .parts_img .p-socks {
  bottom: 5%;
  right: 5%;
}

/*event-ranking parts  */
.event-ranking-inner .parts_img .p-bf01 {
  top: 15%;
  left: 5%;
}

.event-ranking-inner .parts_img .p-pf {
  top: 55%;
  left: 14%;
}


.event-ranking-inner .parts_img .p-heart {
  bottom: 7%;
  left: 4%;
}


.event-ranking-inner .parts_img .p-leaf {
  top: 3%;
  right: 3%;
}


.event-ranking-inner .parts_img .p-mittens {
  bottom: 5%;
  right: 4%;
}


.event-ranking-inner .parts_img .p-namekami {
  bottom: 15%;
  right: 10%;
}

/*event-senryu parts  */
.event-senryu-inner .parts_img .p-namekami {
  top: 19%;
  left: min(15 / 1024 * 100vw, 40px);
}

.event-senryu-inner .parts_img .p-home {
  top: 54%;
  left: min(60 / 1024 * 100vw, 400px);
}


.event-senryu-inner .parts_img .p-tree {
  bottom: 12%;
  left: min(30 / 1024 * 100vw, 200px);
}


.event-senryu-inner .parts_img .p-socks {
  top: 3%;
  right: 8%;
}


.event-senryu-inner .parts_img .p-heart {
  top: 55%;
  right: 10%;
}


.event-senryu-inner .parts_img .p-bfly {
  bottom: 4%;
  right: 8%;
}

/*event-senryu parts  */
.event-shop-inner .parts_img .p-socks {
  top: 10%;
  left: 13%;
}

.event-shop-inner .parts_img .p-heart {
  top: 45%;
  left: 8%;
}

.event-shop-inner .parts_img .p-hat {
  bottom: 5%;
  left: 5%;
}

.event-shop-inner .parts_img .p-dp {
  top: 8%;
  right: 8%;
}

.event-shop-inner .parts_img .p-bfly {
  top: 40%;
  right: 13%;
}

.event-shop-inner .parts_img .p-pf {
  bottom: 5%;
  right: 2%;
}

/*message parts  */
.message-inner .parts_img .p-bfly {
  top: 5%;
  left: 6%;
}

.message-inner .parts_img .p-heart {
  top: 18%;
  left: 20%;
}

.message-inner .parts_img .p-mittens {
  top: 35%;
  left: 5%;
}

.message-inner .parts_img .p-hat {
  bottom: 37%;
  left: 13%;
}

.message-inner .parts_img .p-namekami {
  bottom: 12%;
  left: 4%;
}

.message-inner .parts_img .p-bf01 {
  top: 5%;
  right: 2%;
}

.message-inner .parts_img .p-dp {
  top: 22%;
  right: 20%;
}

.message-inner .parts_img .p-tree {
  top: 38%;
  right: 8%;
}

.message-inner .parts_img .p-socks {
  bottom: 35%;
  right: 8%;
}

.message-inner .parts_img .p-bf02 {
  bottom: 5%;
  right: 8%;
}

/*goroku parts  */
.event-goroku-inner .parts_img .p-home {
  top: 8%;
  left: 5%;
}

.event-goroku-inner .parts_img .p-dp {
  top: 25%;
  left: 5%;
}

.event-goroku-inner .parts_img .p-bfly {
  top: 40%;
  left: 10%;
}

.event-goroku-inner .parts_img .p-bf01 {
  top: 60%;
  left: 10%;
}

.event-goroku-inner .parts_img .p-namekami {
  bottom: 20%;
  left: 8%;
}

.event-goroku-inner .parts_img .p-tree {
  bottom: 7%;
  left: 6%;
}

.event-goroku-inner .parts_img .p-pf {
  top: 10%;
  right: 5%;
}

.event-goroku-inner .parts_img .p-heart {
  top: 35%;
  right: 5%;
}

.event-goroku-inner .parts_img .p-mittens {
  bottom: 25%;
  right: 12%;
}

.event-goroku-inner .parts_img .p-leaf {
  bottom: 4%;
  right: 3%;
}

/*vakzin parts  */
.event-vakzin-inner .parts_img .p-bfly {
  bottom: 40%;
  left: 15%;
}

.event-vakzin-inner .parts_img .p-home {
  bottom: 8%;
  left: 7%;
}

.event-vakzin-inner .parts_img .p-namekami {
  bottom: 35%;
  right: 13%;
}

.event-vakzin-inner .parts_img .p-bf02 {
  bottom: 4%;
  right: 7%;
}

/*goods parts  */
.event-goods-inner .parts_img .p-bb_l {
  top: 5%;
  right: 5%;
}

.event-goods-inner .parts_img .p-bb_r {
  top: 5%;
  left: 5%;
}

.event-haihairace-wrapper .parts_img .p-socks {
  top: 2%;
  left: 2%;
}

.event-haihairace-wrapper .parts_img .p-hat {
  top: 4%;
  left: 40%;
}

/*-- ここまで --*/
/* } */

/*media Queries スマホサイズ（520px）以下で適応したいCSS - スマホのみ
---------------------------------------------------------------------------------------------------*/
@media print,
screen and (max-width: 767px) {


  .btns-outer {
    padding: 0;
  }

  .nav-icon {
    width: 10px;
  }

  .nav-icon.-shirt {
    width: 16px;
  }

  .nav-icon.-haihai {
    width: 16px;
  }

  .letter_wrapper {
    padding: 0 1.5rem;
  }

  .letter_wrapper p {
    letter-spacing: 0;
    padding: 0 1em;
    line-height: 1.5;
    font-size: 13px;
  }

  .event_heading {
    letter-spacing: 0;
  }

  /* .event_btn {
    padding: 0 1rem;
  } */

  .event-shop-bg {
    background-size: cover;
    height: 600px;
    padding-bottom: 0.1rem;
  }

  .event_heading img {
    width: 30px;
  }

  .footer-line-wrap .parts_img .p-hat {
    width: 60px;
  }

  .footer-line-wrap .parts_img .p-socks {
    width: 60px;
    left: 80px;
  }

  .sp_movie img {
    padding: 0 1em;
  }

  .present-wrapper img {
    padding: 0;
  }

  .goods-container {
    flex-direction: column;
  }

  .goods-item:not(:last-child)::after {
    content: none;
  }

  .event_goods_heading {
    padding-bottom: 0px;
  }

  .event_goods_heading img {
    width: 30px;
  }

  .insta-lnk {
    letter-spacing: 0;
  }

  .footer-line-wrap .parts_img .p-hat {
    bottom: 10px;
  }

  .footer-line-wrap .parts_img .p-socks {
    bottom: 10px;
  }

  .event-senryu-inner .parts_img .p-tree {
    bottom: 19%;
    left: 10%;
  }



  .fair-bnr-inner .parts_img .p-hat {
    top: 22%;
    left: 5%;
  }

  .fair-bnr-inner .parts_img .p-socks {
    top: 22%;
    right: 5%;
  }

  /*sp_movie parts  */
  .sp_movie-inner .parts_img .p-heart {
    top: 50%;
    left: 5%;
  }


  .sp_movie-inner .parts_img .p-namekami {
    bottom: 7%;
    right: 5%;
  }

  .sp_movie-inner .parts_img .p-bf01 {
    bottom: 2%;
    left: 5%;
  }


  .sp_movie-inner .parts_img .p-socks {
    bottom: 48%;
    right: 5%;
  }

  /*ranking parts  */
  .event-ranking-inner .parts_img .p-leaf {
    bottom: 5%;
    left: 5%;
  }


  .event-ranking-inner .parts_img .p-heart {
    bottom: 38%;
    right: 12%;
  }

  .event-ranking-inner .parts_img .p-pf {
    bottom: 2%;
    right: 5%;
  }

  /*senryu parts  */
  .event-senryu-inner .parts_img .p-namekami {
    bottom: 3%;
    right: 5%;
  }


  .event-senryu-inner .parts_img .p-tree {
    bottom: 30%;
    left: 10%;
  }

  .event-senryu-inner .event_desc {
    margin-bottom: 0;
  }

  /*shop parts  */
  .event-shop-inner .parts_img .p-bfly {
    bottom: 50%;
    left: 5%;
  }


  .event-shop-inner .parts_img .p-pf {
    bottom: 42%;
    right: 6%;
  }

  /*message parts  */
  .message-inner .parts_img .p-heart {
    bottom: 20%;
    left: 5%;
  }


  .message-inner .parts_img .p-bf02 {
    bottom: 2%;
    right: 6%;
  }

  /*goroku parts  */
  .event-goroku-inner .parts_img .p-bfly {
    bottom: 2%;
    left: 2%;
  }

  .event-goroku-inner .parts_img .p-tree {
    bottom: 24%;
    right: 3%;
  }

  /*vakzin parts  */
  .event-vakzin-inner .parts_img .p-home {
    bottom: 1%;
    right: 2%;
  }

  .event-vakzin-inner .parts_img .p-namekami {
    bottom: 35%;
    left: 3%;
  }

  /*goods parts  */
  .event-goods-inner .parts_img .p-bb_l {
    top: 3%;
    right: 5%;
  }

  .event-goods-inner .parts_img .p-bb_r {
    top: 3%;
    left: 5%;
  }

  /*haihairace parts  */
  .event-haihairace-wrapper .parts_img .p-socks {
    top: 5%;
    left: 15%;
    transform: rotate(30deg);
  }

  .event-haihairace-wrapper .parts_img .p-hat {
    top: 5%;
    right: 15%;
    transform: rotate(30deg);
  }

  .close_note {
    width: 90%;
  }

  /*-- ここまで --*/
}

.episode {
  position: relative;
  /* overflow: hidden; */
  padding-top: 10.42vw;
}

.episode .akachannohi2025--ornament--type-holder {
  background-color: #fdeff2;
}

.episode-wrapper {
  position: relative;
  z-index: 0;
}

.episode-wrapper::after {
  content: "";
  position: absolute;
  background-image: url(../img/bubble/episode.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: -34.494vw;
  left: -17vw;
  width: 133%;
  z-index: -2;
  height: 355.151vw;
  pointer-events: none;
}

@media print,
screen and (max-width: 767px) {
  .episode {
    padding-top: 46.33vw;
  }

  .episode .arc-wrapper {
    top: 6.33vw;
  }

  .episode-wrapper::after {
    background-image: url(../img/bubble/episode-sp.png);
    width: 117.28vw;
    height: 383.528vw;
    top: -20.294vw;
    left: -15.2vw;
  }
}

.arc-wrapper {
  position: absolute;
  top: 4.948vw;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 0;
  text-align: center;
}

@media print,
screen and (max-width: 767px) {
  .arc-wrapper {
    top: 25.33vw;
  }
}

.arc-image {
  width: 100%;
  max-width: 100vw;
  display: block;
  margin: 0 auto;
}

@media print,
screen and (max-width: 767px) {
  .arc-image {
    width: 100%;
    max-width: 100vw;
    display: block;
    margin: 0 auto;
  }
}

.episode .container {
  position: relative;
  max-width: 100vw;
  margin: 0 auto;
  padding: 10.67vw 4.323vw 6.43vw;
  background-color: #fdeff2;
  z-index: 2;
  border-top-left-radius: 50% 36.04vw;
  border-top-right-radius: 50% 36.04vw;
}

@media print,
screen and (max-width: 767px) {
  .episode .container {
    /* max-width: 100vw; */
    max-width: 100%;
    padding: 14.67vw 5.33vw 8.8vw;
    border-radius: 5.33vw;
  }
}

.string {
  background-color: #fff9ed;
  padding-bottom: 6.25vw;
  overflow: hidden;
}

@media print,
screen and (max-width: 767px) {
  .string {
    padding-bottom: 6.93vw;
  }
}

.string.-pnk {
  background-color: #fdeff2;
}

.string img {
  max-width: 100vw;
  width: 100%;
  animation: sway 4s ease-in-out infinite;
}

@media print,
screen and (max-width: 767px) {
  .string img {
    max-width: 100vw;
  }
}

@keyframes sway {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(10px);
  }

  100% {
    transform: translateX(0);
  }
}

.episode .ttl {
  text-align: center;
  margin: 5.47vw auto 7.81vw;
}

@media print,
screen and (max-width: 767px) {
  .episode .ttl {
    margin: 28vw auto 40vw;
  }
}

.episode .episode_ttl {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 4.18vw;
  font-weight: 900;
  color: #E6160B;
  text-align: center;
  line-height: 1.5;
  padding: 0 0 7.25vw;
}

@media print,
screen and (max-width: 767px) {
  .episode .episode_ttl {
    font-size: 4.53vw;
    padding: 3.47vw 0 6.67vw;
  }
}

/* .episode .ttl img {
    max-width: 59.58vw;
    width: 100%;
}
@media print, screen and (max-width: 767px) {
  .episode .ttl img {
      max-width: 305.07vw;
      width: 100%;
  }
} */

.episode .headline {
  text-align: center;
  margin-top: -4.17vw;
  margin-bottom: 2vw;
}

@media print,
screen and (max-width: 767px) {
  .episode .headline {
    text-align: center;
    margin-top: -51%;
  }
}

.episode .headline img {
  max-width: 26.09vw;
  width: 100%;
}

@media print,
screen and (max-width: 767px) {
  .episode .headline img {
    max-width: 25.87vw;
    width: 100%;
  }
}

.episode .cmt {
  /* max-width: 1540px; */
  background-color: #FDF8E4;
  border-radius: 1.3vw;
  margin: 0 auto 9.85vw;
  padding: 6.04vw 5.52vw;
  display: table;
  position: relative;
  z-index: -1;
  border-radius: 8.385vw;
}

@media print,
screen and (max-width: 767px) {
  .episode .cmt {
    /* max-width: 1540px; */
    background-color: #FDF8E4;
    border-radius: 6.67vw;
    margin: 0 auto 11.2vw;
    padding: 6.13vw 5.87vw;
    display: table;
    border-radius: 8.785vw;
  }
}

.episode .cmt_box {
  /* border-radius: 25px;
  background-color: #ffffff; */
  text-align: center;
  padding: 2.4vw 2.08vw;
  display: table;
}

@media print,
screen and (max-width: 767px) {
  .episode .cmt_box {
    /* border-radius: 6.67vw;
    background-color: #ffffff; */
    text-align: center;
    padding: 1.87vw 2.13vw;
    display: table;
  }
}

.episode .cmt_box img {
  max-width: 53.65vw;
  width: 100%;
}

@media print,
screen and (max-width: 767px) {
  .episode .cmt_box img {
    max-width: 53.6vw;
    width: 100%;
  }
}

/* .episode .cmt_box .cmt_dtl {
  font-size: 2.81vw;
  background-color: #ed9393;
  margin: 7.29vw 0 0;
}
@media print, screen and (max-width: 767px) {
  .episode .cmt_box .cmt_dtl {
    font-size: 14.4vw;
    background-color: #ed9393;
    margin: 37.33vw 0 0;
  }
} */

.p-yblon {
  position: absolute;
  width: 6.77vw;
}

@media print,
screen and (max-width: 767px) {
  .p-yblon {
    width: 6.67vw;
  }
}

.episode .parts_img .p-yblon {
  top: -4.6%;
  left: 7%;
}

@media print,
screen and (max-width: 767px) {
  .episode .parts_img .p-yblon {
    top: -4%;
    left: 2%;
  }
}

.episode .parts_img .p-ted {
  top: 21.7%;
  right: 10%;
}

.p-ted {
  position: absolute;
  width: 9.06vw;
}

@media print,
screen and (max-width: 767px) {
  .episode .parts_img .p-ted {
    top: 21.4%;
    right: 4%;
  }

  .p-ted {
    width: 9.07vw;
  }
}

.episode .parts_img .p-aple {
  top: 50%;
  right: 2%;
}

.p-aple {
  position: absolute;
  width: 4.48vw;
}

@media print,
screen and (max-width: 767px) {
  .episode .parts_img .p-aple {
    top: 51%;
    right: -1%;
  }

  .p-aple {
    width: 4.27vw;
  }
}

.episode .parts_img .p-baple {
  top: 58.3%;
  left: 2%;
}

.p-baple {
  position: absolute;
  width: 10.99vw;
}

@media print,
screen and (max-width: 767px) {
  .episode .parts_img .p-baple {
    width: 10.667vw;
    top: 58.1%;
  }

  .p-baple {
    width: 14.13vw;
  }
}

.episode .parts_img .p-bflow {
  bottom: 2.9%;
  right: 3%;
}

.p-bflow {
  position: absolute;
  width: 5.68vw;
}

@media print,
screen and (max-width: 767px) {
  .episode .parts_img .p-bflow {
    bottom: 2%;
    right: 1.4%;
  }

  .p-bflow {
    width: 5.6vw;
  }
}

.episode .button,
.eve .button {
  max-width: 63.54vw;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

@media print,
screen and (max-width: 767px) {

  .episode .button,
  .eve .button {
    max-width: 64.53vw;
  }
}

.sen {
  position: relative;
  background-color: #fdeff2;
  overflow: hidden;
  padding-top: 17.82vw;
}

.sen-wrapper {
  position: relative;
}

.sen-wrapper::after {
  /* content: "";
  position: absolute;
  background-image: url(../img/bubble/sen-bubble.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 100%;
  top: -33.294vw;
  left: -6vw;
  width: 110.551vw;
  z-index: -1;
  height: 150.218vw; */
}

@media print,
screen and (max-width: 767px) {
  .sen {
    padding-top: 53vw;
  }

  .sen-wrapper::after {
    top: -7.294vw;
    left: -4vw;
  }
}

.sen .arc-wrapper {
  top: 9.148vw;
}

@media print,
screen and (max-width: 767px) {
  .sen .arc-wrapper {
    top: 5vw;
  }
}

.sen .container {
  position: relative;
  max-width: 100vw;
  margin: 0 auto;
  padding: 6.48vw 1.04vw 8.23vw;
  background-color: #fdf8e4;
  /* z-index: 1; */
  border-top-left-radius: 50% 36.04vw;
  border-top-right-radius: 50% 36.04vw;
}

@media print,
screen and (max-width: 767px) {
  .sen .container {
    max-width: 100%;
    padding: 0;
  }
}

.sen .sen_camapaigan {
  background-color: rgba(238, 230, 212, 0.6);
  max-width: 63.18vw;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

@media print,
screen and (max-width: 767px) {
  .sen .sen_camapaigan {
    max-width: 63.2vw;
  }
}

.sen .sen_camapaigan .sen_camapaigan_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3.561vw 7.992vw;
}

@media print,
screen and (max-width: 767px) {
  .sen .sen_camapaigan .sen_camapaigan_box {
    padding: 4.2vw 6.573vw;
  }
}

.sen .sen_camapaigan .sen_camapaigan_box img {
  max-width: 47.19vw;
  width: 100%;
}

@media print,
screen and (max-width: 767px) {
  .sen .sen_camapaigan .sen_camapaigan_box img {
    max-width: 50.13vw;
  }
}

.sen .sen_ttl {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 4.18vw;
  font-weight: 900;
  color: #E6160B;
  text-align: center;
  line-height: 1.4;
  padding: 3vw 0 7.25vw;
}

@media print,
screen and (max-width: 767px) {
  .sen .sen_ttl {
    font-size: 4.53vw;
    padding: 1.97vw 0 4.87vw;
  }
}

.sen .sen_dtl {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.2vw;
  font-weight: 500;
  padding: 4.22vw 0 8.23vw;
  text-align: center;
  line-height: 1.34;
}

@media print,
screen and (max-width: 767px) {
  .sen .sen_dtl {
    font-size: 2.4vw;
    padding: 5.53vw 0 15.87vw;
  }
}

.sen .headline {
  text-align: center;
  margin-top: -4.17vw;
  position: relative;
  z-index: 2;
}

@media print,
screen and (max-width: 767px) {
  .sen .headline {
    margin-top: -39%;
  }
}

.sen .headline .img {
  max-width: 19.38vw;
  width: 100%;
}

@media print,
screen and (max-width: 767px) {
  .sen .headline img {
    max-width: 31.867vw;
  }
}

.p-sbun {
  position: absolute;
  width: 10.68vw;
}

.sen .parts_img .p-sbun {
  top: -5%;
  left: 7%;
}

@media print,
screen and (max-width: 767px) {
  .p-sbun {
    width: 10.67vw;
  }

  .sen .parts_img .p-sbun {
    top: -3.9%;
    left: 7%;
  }
}

.p-sdrag {
  position: absolute;
  width: 8.02vw;
}

.sen .parts_img .p-sdrag {
  top: -11%;
  right: -5%;
}

@media print,
screen and (max-width: 767px) {
  .p-sdrag {
    width: 8.53vw;
  }

  .sen .parts_img .p-sdrag {
    right: -4.7%;
  }
}

.p-sflw {
  position: absolute;
  width: 7.29vw;
}

.sen .parts_img .p-sflw {
  bottom: -5%;
  left: 3%;
}

@media print,
screen and (max-width: 767px) {
  .p-sflw {
    width: 7.2vw;
  }

  .sen .parts_img .p-sflw {
    bottom: 1%;
    left: 6%;
  }
}

.p-sapl {
  position: absolute;
  width: 5.21vw;
}

.sen .parts_img .p-sapl {
  bottom: 22%;
  right: 5%;
}

@media print,
screen and (max-width: 767px) {
  .p-sapl {
    width: 5.07vw;
  }

  .sen .parts_img .p-sapl {
    bottom: 30%;
  }
}

.band {
  background-color: #FDF8E4;
  padding-bottom: 6.25vw;
  overflow: hidden;
}

@media print,
screen and (max-width: 767px) {
  .band {
    padding-bottom: 2.67vw;
  }
}

.band.-pnk {
  background-color: #fdeff2;
}

.band img {
  max-width: 100vw;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .band img {
    max-width: 100vw;
  }
}


.eve {
  position: relative;
  background-color: #fdf8e4;
  overflow: hidden;
  padding-top: 10.42vw;
}

.eve .band {
  padding-bottom: 10.65vw;
  margin-top: -4.9vw;
}

@media only screen and (max-width: 767px) {
  .eve .band {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: unset;
  }
}

.eve .arc-wrapper {
  top: 19.948vw;
}

@media only screen and (max-width: 767px) {
  .eve .arc-wrapper {
    top: 15.948vw;
  }
}

.eve-wrapper {
  position: relative;
  z-index: -1;
}

.eve-wrapper::after {
  content: "";
  position: absolute;
  background-image: url(../img/bubble/event.png);
  background-repeat: repeat-y;
  background-size: contain;
  background-position: 100%;
  top: -29.8vw;
  left: -11.2vw;
  width: 115.87vw;
  z-index: 0;
  height: 235.095vw;
  pointer-events: none;
}

.eve .button {
  padding-bottom: 3vw;
}

.eve .bubble_bg {
  position: relative;
  z-index: -1;
}

.eve .bubble_bg::after {
  content: "";
  position: absolute;
  background-image: url(../img/bubble/bb_bg.png);
  background-repeat: repeat-y;
  background-size: contain;
  background-position: 100%;
  top: 5.2vw;
  left: -7vw;
  width: 115.474vw;
  z-index: 0;
  height: 549.719vw;
  pointer-events: none;
}

.container_sml .-blw-wrapper {
  position: relative;
  z-index: 1;
}

@media print,
screen and (max-width: 767px) {
  .eve {
    padding-top: 53.33vw;
  }

  .eve-wrapper::after {
    background-image: url(../img/bubble/event-sp.png);
    top: -19.394vw;
    left: -17vw;
    width: 116.989vw;
    height: 401.995vw;
  }

  .eve .bubble_bg::after {
    background-image: url(../img/bubble/bb_bg-sp.png);
    top: 44vw;
    left: -19vw;
    width: 116.181vw;
    height: 489.403vw;
  }
}

.eve .akachannohi2025--ornament--type-holder {
  background-color: #fdeff2;
}

.eve .container {
  position: relative;
  max-width: 100vw;
  margin: 0 auto;
  padding: 8.18vw 1.04vw 8.23vw;
  background-color: #fdeff2;
  z-index: 1;
  border-top-left-radius: 50% 36.04vw;
  border-top-right-radius: 50% 36.04vw;
  font-family: "M PLUS Rounded 1c", sans-serif;
}

@media print,
screen and (max-width: 767px) {
  .eve .container {
    padding: 19.67vw 8vw 11.73vw;
    border-radius: 5.33vw;
    border-top-left-radius: 50% 65.33vw;
    border-top-right-radius: 50% 65.33vw;
    /* border-top-left-radius: 50% 133.33vw;
    border-top-right-radius: 50% 133.33vw; */
  }
}

.eve .headline {
  display: flex;
  justify-content: center;
  margin-top: -4.17vw;
}

@media print,
screen and (max-width: 767px) {
  .eve .headline {
    margin-top: -60%;
  }
}

.eve .headline img {
  max-width: 30.94vw;
  width: 100%;
}

@media print,
screen and (max-width: 767px) {
  .eve .headline img {
    max-width: 31.997vw;
  }
}

.eve .eve_wrap {
  text-align: center;
}

.eve .eve_ttl {
  color: #E6160B;
  font-size: 4.17vw;
  font-weight: 900;
  line-height: 1.2;
  margin-top: 2.81vw;
  margin-bottom: 3.43vw;
  position: relative;
  text-align: center;
}

@media print,
screen and (max-width: 767px) {
  .eve .eve_ttl {
    font-size: 4.53vw;
    margin-top: 3.13vw;
    margin-bottom: 5.6vw;
  }
}

.eve .eve_ttl.-hrt::before {
  content: '';
  position: absolute;
  background-image: url(../img/eve/hrt.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 52.45vw;
  height: 6.72vw;
  top: 14%;
  right: 19%;
}

@media print,
screen and (max-width: 767px) {
  .eve .eve_ttl.-hrt::before {
    width: 61.33vw;
    height: 7.73vw;
    top: 14%;
    right: 14%;
  }
}

.eve .banr {
  display: flex;
  justify-content: center;
  padding: 4.571vw 0;
}

.eve .banr img {
  max-width: 45.36vw;
  width: 100%;
}

@media print,
screen and (max-width: 767px) {
  .eve .banr {
    padding: 6.4vw 0 5.07vw;
  }

  .eve .banr img {
    max-width: 52vw;
  }
}

.eve .eve_dtl {
  font-size: 2.2vw;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 2.56vw;
}

@media print,
screen and (max-width: 767px) {
  .eve .eve_dtl {
    font-size: 2.4vw;
    margin-bottom: 2vw;
    line-height: 1.6;
  }
}

.eve span.eve_sm,
.eve .eve_sm {
  font-size: 0.95vw;
  padding-top: 1.61vw;
  display: block;
}

@media print,
screen and (max-width: 767px) {
  .eve span.eve_sm {
    font-size: 1.33vw;
    padding-top: 1.6vw;
  }

  .eve .eve_sm {
    font-size: 1.33vw;
    padding-top: 2vw;
    padding-bottom: 2.4vw;
  }
}

.eve .container_comb,
.eve .container_sml {
  max-width: 83.75vw;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  /* z-index: -1; */
}

@media print,
screen and (max-width: 767px) {

  .eve .container_comb,
  .eve .container_sml {
    max-width: 83.73vw;
  }
}

.eve .container_sml {
  margin-top: 10.99vw;
  border-radius: 1.56vw;
}

@media print,
screen and (max-width: 767px) {
  .eve .container_sml {
    margin-top: 8.8vw;
    border-radius: 8vw;
  }
}

.eve .container_comb.-ylw {
  /* background-color: #fdf8e4;
  border-top-left-radius: 1.56vw;
  border-top-right-radius: 1.56vw; */
  margin-top: 4.17vw;
  position: relative;
  background-color: #FFF4DB;
}

.container_comb-wrapper {
  position: relative;
  padding-bottom: 2.17vw;
  border-top-left-radius: 1.56vw;
  border-top-right-radius: 1.56vw;
  z-index: 1;
}

.container_comb-wrapper::after {
  /* content: "";
  position: absolute;
  background-image: url(../img/bubble/green.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 100% -218%;
  top: 0;
  left: -16vw;
  width: 115.87vw;
  z-index: -1;
  height: 280vw; */
}

@media print,
screen and (max-width: 767px) {
  .eve .container_comb.-ylw {
    /* border-top-left-radius: 8vw;
    border-top-right-radius: 8vw; */
    margin-top: 8.8vw;
  }

  .container_comb-wrapper {
    padding-bottom: 12.27vw;
    border-top-left-radius: 8vw;
    border-top-right-radius: 8vw;
  }

  .container_comb-wrapper::before {
    border-top-left-radius: 8vw;
    border-top-right-radius: 8vw;
  }
}

.eve .container_comb.-blw {
  position: relative;
  background-color: #E9F6FD;
  border-bottom-left-radius: 8.385vw;
  border-bottom-right-radius: 8.385vw;
}

.eve .container_comb.-blw .blw-wrapper {
  position: relative;
  z-index: 1;
  border-bottom-left-radius: 8.385vw;
  border-bottom-right-radius: 8.385vw;
}

.eve .container_comb.-blw .blw-wrapper::after {
  /* content: "";
  position: absolute;
  background-image: url(../img/bubble/green.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 100% -434%;
  top: 0;
  left: -16vw;
  width: 115.87vw;
  z-index: -1;
  height: 280vw; */
}

@media print,
screen and (max-width: 767px) {
  .eve .container_comb.-blw .blw-wrapper {
    border-bottom-left-radius: 8.785vw;
    border-bottom-right-radius: 8.785vw;
  }

  .eve .container_comb.-blw {
    border-radius: 7.73vw;
    margin-top: -5.87vw;
  }
}

.eve .container_sml.-blw {
  background-color: #E9F6FD;
  position: relative;
  border-radius: 9.271vw;
}

.eve .container_sml.-grn {
  background-color: #EEE6D4;
  position: relative;
  border-radius: 8.75vw;
}

.eve .container_sml.-grn .eve_ttl {
  margin-bottom: 4.43vw;
}

@media print,
screen and (max-width: 767px) {
  .eve .container_sml.-grn .eve_ttl {
    margin-bottom: 2.43vw;
  }
}

.eve .container_sml.-grn .eve_dtl {
  margin-bottom: 3.56vw;
}

.eve .container_sml.-grn .eve_sm {
  padding-bottom: 1vw;
}

@media print,
screen and (max-width: 767px) {
  .eve .container_sml.-grn .eve_sm {
    padding-top: 1vw;
  }
}

.eve .container_sml.-ylw .eve_sm {
  padding-bottom: 2vw;
}

.eve .container_sml.-ylw {
  background-color: #fdf8e4;
  position: relative;
  border-radius: 7.76vw;
}

/* .eve .container_comb.-blw .headline {
  padding: 4.27vw 0 4.53vw;
}
@media print, screen and (max-width: 767px) {
  .eve .container_comb.-blw .headline {
    padding: 21.87vw 0 23.2vw;
  }
} */
/* .eve .container_sml.-blw .headline {
  padding: 6.67vw 0;
}
@media print, screen and (max-width: 767px) {
  .eve .container_sml.-blw .headline {
    padding: 34.13vw 0;
  }
}
.eve .container_comb.-blw .headline img ,
.eve .container_sml.-blw .headline img {
  max-width: 871px;
  width: 100%;
} */
.eve .eve_wrp {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 3.425vw;
  gap: 1.56vw;
}

@media print,
screen and (max-width: 767px) {
  .eve .eve_wrp {
    flex-direction: column;
    gap: 4.8vw;
    padding-bottom: 3.33vw;
  }
}

.eve_right,
.eve_left {
  max-width: 34.95vw;
  width: 100%;
  text-align: center;
  line-height: 1.5;
  letter-spacing: -0.05vw;
}

.eve_wrp .eve_left .eve_imag {
  padding-bottom: 1vw;
}

@media print,
screen and (max-width: 767px) {

  .eve_right,
  .eve_left {
    max-width: 100%;
    text-align: center;
    line-height: 1.5;
    letter-spacing: -0.27vw;
  }

  .eve_wrp .eve_left .eve_imag {
    padding-bottom: 4.8vw;
  }
}

.eve .eve_txt {
  font-size: 1.83vw;
  font-weight: 500;
  text-align: center;
  padding-bottom: 2.13vw;
}

@media print,
screen and (max-width: 767px) {
  .eve .eve_txt {
    font-size: 2.4vw;
    padding-bottom: 2.93vw;
  }
}

.eve .eve_desc {
  font-size: 1.21vw;
  font-weight: 500;
  /* padding-top: 2.08vw; */
}

@media print,
screen and (max-width: 767px) {
  .eve .eve_desc {
    font-size: 2.4vw;
    /* padding-top: 5.87vw; */
  }
}

.eve .eve_wrp.-blue {
  gap: 2.34vw;
}

@media print,
screen and (max-width: 767px) {
  .eve .eve_wrp.-blue {
    gap: 0;
  }
}

.eve .eve_wrp.-blue .eve_right {
  max-width: 36.88vw;
}

@media print,
screen and (max-width: 767px) {
  .eve .eve_wrp.-blue .eve_right {
    max-width: 100vw;
  }
}

.eve .eve_wrp.-blue .eve_left {
  max-width: 33.65vw;
}

@media print,
screen and (max-width: 767px) {
  .eve .eve_wrp.-blue .eve_left {
    max-width: 100vw;
  }
}

.eve .eve_imag {
  position: relative;
  z-index: 1;
}

.eve .eve_imag img {
  max-width: 29.27vw;
  width: 100%;
}

@media print,
screen and (max-width: 767px) {
  .eve .eve_imag img {
    max-width: 49.33vw;
  }
}

.eve .eve_wrp.-blue .eve_imag img {
  width: 100%;
  max-width: 33.65vw;
}

@media print,
screen and (max-width: 767px) {
  .eve .eve_wrp.-blue .eve_imag img {
    max-width: 52.53vw;
  }
}

.eve .container_sml.-grn .eve_imag img {
  max-width: 41.51vw;
  width: 100%;
}

@media print,
screen and (max-width: 767px) {
  .eve .container_sml.-grn .eve_imag img {
    max-width: 41.6vw;
  }
}

.eve .container_sml.-grn .eve_imag-grn {
  padding-bottom: 4.01vw;
  position: relative;
  z-index: 1;
}

@media print,
screen and (max-width: 767px) {
  .eve .container_sml.-grn .eve_imag-grn {
    padding-bottom: 5.07vw;
  }
}

.eve .container_sml.-grn .eve_imag-grn img {
  max-width: 48.23vw;
  width: 100%;
}

@media print,
screen and (max-width: 767px) {
  .eve .container_sml.-grn .eve_imag-grn img {
    max-width: 48.27vw;
  }
}

.eve .container_sml.-ylw .eve_imag img {
  max-width: 47.66vw;
  width: 100%;
}

@media print,
screen and (max-width: 767px) {
  .eve .container_sml.-ylw .eve_imag img {
    max-width: 47.73vw;
  }
}

.eve .container_sml.-blw .eve_imag img {
  max-width: 64.22vw;
  width: 100%;
}

@media print,
screen and (max-width: 767px) {
  .eve .container_sml.-blw .eve_imag img {
    max-width: 64.27vw;
  }
}

.eve .eve_ttsm {
  font-size: 2.04vw;
  font-weight: 500;
  line-height: 1;
  padding-top: 1.09vw;
}

@media print,
screen and (max-width: 767px) {
  .eve .eve_ttsm {
    font-size: 2.13vw;
    padding-top: 2.13vw;
  }
}

.eve .eve_ttlg {
  font-size: 3.45vw;
  font-weight: 900;
  line-height: 1;
  padding: 8.12vw 0 6.77vw;
}

@media print,
screen and (max-width: 767px) {
  .eve .eve_ttlg {
    font-size: 3.73vw;
    padding: 5.87vw 0 5.33vw;
  }
}

.eve .container_sml.-blw .eve_dtl {
  padding-bottom: 2.91vw;
}

@media print,
screen and (max-width: 767px) {
  .eve .container_sml.-blw .eve_dtl {
    padding-bottom: 5.07vw;
    margin-bottom: 0;
  }
}

.eve .eve_imag {
  padding-bottom: 4.427vw;
}

.eve .bbands {
  padding-top: 1vw;
  padding-bottom: 1vw;
}

@media print,
screen and (max-width: 767px) {
  .eve .eve_imag {
    padding-bottom: 5.07vw;
  }
}

.eve .eve_growth {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 6.07vw;
  gap: 2.18vw;
}

@media print,
screen and (max-width: 767px) {
  .eve .eve_growth {
    padding-bottom: 5.07vw;
    gap: 2.13vw;
  }
}

.eve .eve_growth img {
  max-width: 20.52vw;
  width: 100%;
}

@media print,
screen and (max-width: 767px) {
  .eve .eve_growth img {
    max-width: 20.53vw;
  }
}

.eve_overview {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.swiper {
  width: 100%;
}

.swiper-wrapper {
  transition-timing-function: linear !important;
}

.swiper-wrapper {
  display: flex !important;
}

.swiper-slide {
  /* width: 493px !important; */
  flex-shrink: 0;
}

.swiper-slide img {
  width: 25.677vw;
  height: auto;
  display: block;
}

.eve .eve_overview {
  max-width: 83.59vw;
  width: 100%;
  padding-bottom: 10.781vw;
}

@media print,
screen and (max-width: 767px) {
  .eve .eve_overview {
    max-width: 84vw;
    padding-bottom: 5.4vw;
  }

  .swiper-slide img {
    width: 25.867vw;
  }
}

.eve .container_sml.-blw .eve_red {
  color: #FF0000;
  font-size: 1.52vw;
  font-weight: 500;
  line-height: 1.8;
  padding: 3.44vw 0;
}

@media print,
screen and (max-width: 767px) {
  .eve .container_sml.-blw .eve_red {
    font-size: 1.87vw;
    padding: 0 0 3.47vw;
  }
}

.eve .eve_wrp.-blue .eve_desc {
  line-height: 2;
}

@media print,
screen and (max-width: 767px) {
  .eve .eve_wrp.-blue .eve_desc {
    /* padding-top: 0; */
  }
}

.eve a.redirect {
  text-decoration: underline;
  text-underline-offset: 0.42vw;
  color: #FF0000;
  transition: all 0.3s ease-in-out;
}

.eve a.redirect:hover {
  opacity: 0.8;
}

@media print,
screen and (max-width: 767px) {
  .eve a.redirect {
    text-underline-offset: 1.07vw;
    text-decoration-thickness: 0.56vw;
  }
}

.eve .container_comb .butn,
.eve .container_sml .butn {
  padding: 4.43vw 0 1.98vw;
}

@media print,
screen and (max-width: 767px) {

  .eve .container_comb .butn,
  .eve .container_sml .butn {
    padding: 17px 0 3.47vw;
  }
}

.eve .container_comb.-blw .bbands {
  padding-top: 2.03vw;
}

@media print,
screen and (max-width: 767px) {
  .eve .container_comb.-blw .bbands {
    padding-top: 2.93vw;
  }
}

.p-pblon {
  position: absolute;
  width: 6.61vw;
}

.eve .parts_img .p-pblon {
  top: -1.9%;
  left: 18%;
}

@media print,
screen and (max-width: 767px) {
  .p-pblon {
    width: 7.73vw;
  }

  .eve .parts_img .p-pblon {
    top: -0.3%;
    left: 6.5%;
  }
}

.eve .parts_img .p-sapl {
  max-width: 3.449vw;
  top: 7.8%;
  right: 4.5%;
}

@media print,
screen and (max-width: 767px) {
  .eve .parts_img .p-sapl {
    top: 7.6%;
    right: -1.8%;
  }
}

.eve .parts_img .p-yblon {
  max-width: 6.35vw;
  top: 1.9%;
  right: 11%;
}

.parts_img .p-cac {
  position: absolute;
  max-width: 10.384vw;
}

@media print,
screen and (max-width: 767px) {
  .eve .parts_img .p-yblon {
    top: 1.7%;
    right: 7%;
  }

  .eve .parts_img .p-cac {
    max-width: 8.245vw;
  }
}

.eve .parts_img .p-sbun {
  max-width: 9.48vw;
  top: 5.5%;
  left: 4%;
}

.eve .parts_img .p-cac {
  bottom: 7%;
  right: -7%;
}

@media print,
screen and (max-width: 767px) {
  .eve .parts_img .p-sbun {
    top: 4.9%;
    left: -3%;
  }

  .eve .parts_img .p-cac {
    bottom: 12%;
    right: -5%;
  }
}

.p-rblon {
  position: absolute;
  width: 6.46vw;
}

@media print,
screen and (max-width: 767px) {
  .eve .container_comb.-ylw .eve_ttl {
    margin-bottom: 3vw;
  }

  .eve .container_comb.-ylw .eve_dtl {
    padding-bottom: 3vw;
  }
}

.eve .container_comb.-ylw .parts_img .p-rblon {
  top: 16%;
  left: -4%;
}

@media print,
screen and (max-width: 767px) {
  .p-rblon {
    width: 7.73vw;
  }

  .eve .container_comb.-ylw .parts_img .p-rblon {
    top: 19%;
    left: -3%;
  }
}

.eve .container_comb.-ylw .parts_img .p-sdrag {
  max-width: 6.98vw;
}

.eve .container_comb.-ylw .parts_img .p-sdrag {
  top: 16.7%;
  right: -1.7%;
}

@media print,
screen and (max-width: 767px) {
  .eve .container_comb.-ylw .parts_img .p-sdrag {
    top: 30%;
    right: 4%;
  }
}

.eve .container_comb.-ylw .parts_img .p-yblon {
  max-width: 6.35vw;
}

.eve .container_comb.-ylw .parts_img .p-yblon {
  top: 46.1%;
  right: -8.4%;
}

@media print,
screen and (max-width: 767px) {
  .eve .container_comb.-ylw .parts_img .p-yblon {
    top: 48%;
    right: -2%;
  }
}

.eve .container_comb.-ylw .parts_img .p-baple {
  max-width: 9.43vw;
  top: 83.8%;
  left: -3.5%;
}

@media print,
screen and (max-width: 767px) {
  .eve .container_comb.-ylw .parts_img .p-baple {
    top: initial;
    bottom: 28%;
    left: -6%;
  }
}

.eve .container_comb.-blw .parts_img .p-pblon {
  top: 18.4%;
  left: -4.3%;
}

@media print,
screen and (max-width: 767px) {
  .eve .container_comb.-blw .parts_img .p-pblon {
    top: 14%;
    left: -2%;
  }
}

.eve .container_comb.-blw .parts_img .p-ted {
  max-width: 9.58vw;
}

.eve .container_comb.-blw .parts_img .p-ted {
  top: -7.6%;
  right: -8.6%;
}

@media print,
screen and (max-width: 767px) {
  .eve .container_comb.-blw .parts_img .p-ted {
    top: -8%;
    right: -5%;
  }
}

.eve .container_comb.-blw .parts_img .p-sapl {
  top: 75.4%;
  left: -4.3%;
}

@media print,
screen and (max-width: 767px) {
  .eve .container_comb.-blw .parts_img .p-sapl {
    top: -5%;
    left: 7%;
  }
}

.eve .container_sml.-grn.one .parts_img .p-yblon {
  top: 17.1%;
  right: 0.1%;
}

@media print,
screen and (max-width: 767px) {
  .eve .container_sml.-grn.one .parts_img .p-yblon {
    top: 17%;
    right: -3%;
  }
}

.p-pbfly {
  position: absolute;
  width: 5.99vw;
}

.eve .container_sml.-grn.one .parts_img .p-pbfly {
  top: 49.8%;
  left: 2%;
}

@media print,
screen and (max-width: 767px) {
  .p-pbfly {
    width: 8vw;
  }

  .eve .container_sml.-grn.one .parts_img .p-pbfly {
    top: 44%;
    left: 1%;
  }
}

.p-ybfly {
  position: absolute;
  width: 5.89vw;
}

.eve .container_sml.-grn.one .parts_img .p-ybfly {
  top: 70.4%;
  right: -3%;
}

@media print,
screen and (max-width: 767px) {
  .p-ybfly {
    width: 5.87vw;
  }

  .eve .container_sml.-grn.one .parts_img .p-ybfly {
    top: 64%;
    right: 4%;
  }
}

.eve .container_sml.-ylw .parts_img .p-rblon {
  top: 19.6%;
  left: -2%;
}

@media print,
screen and (max-width: 767px) {
  .eve .container_sml.-ylw .parts_img .p-rblon {
    top: 18%;
    left: -5%;
  }
}

.p-flap {
  position: absolute;
  max-width: 12.86vw;
}

.eve .container_sml.-ylw .parts_img .p-flap {
  top: 34.2%;
  right: -4%;
}

@media print,
screen and (max-width: 767px) {
  .p-flap {
    max-width: 10.67vw;
  }

  .eve .container_sml.-ylw .parts_img .p-flap {
    top: 37%;
    right: -1%;
  }
}

.p-apple {
  position: absolute;
  max-width: 4.691vw;
}

.eve .container_sml.-ylw .parts_img .p-apple {
  top: 79%;
  left: 0;
}

.eve .container_sml.-ylw .parts_img .p-sflw {
  bottom: -10vw;
  right: -7vw;
}

@media print,
screen and (max-width: 767px) {
  .eve .container_sml.-ylw .parts_img .p-apple {
    top: 77%;
  }
}

.eve .container_sml.-grn.two .parts_img .p-yblon {
  top: 21.6%;
  right: -2%;
}

@media print,
screen and (max-width: 767px) {
  .eve .container_sml.-grn.two .parts_img .p-yblon {
    top: 17%;
    right: -4%;
  }
}

.p-pfwer {
  position: absolute;
  max-width: 12.86vw;
}

.eve .container_sml.-grn.two .parts_img .p-pfwer {
  top: 49.2%;
  left: -5.2%;
}

@media print,
screen and (max-width: 767px) {
  .p-pfwer {
    max-width: 12.27vw;
  }

  .eve .container_sml.-grn.two .parts_img .p-pfwer {
    top: 50%;
    left: -1%;
  }
}

.eve .container_sml.-grn.two .parts_img .p-sdrag {
  top: 68%;
  right: -4.9%;
}

@media print,
screen and (max-width: 767px) {
  .eve .container_sml.-grn.two .parts_img .p-sdrag {
    top: 64%;
    right: -5%;
  }
}

.eve .container_sml.-grn.two .parts_img .p-apple {
  top: 101%;
  left: -4.9%;
}

@media print,
screen and (max-width: 767px) {
  .eve .container_sml.-grn.two .parts_img .p-apple {
    top: 101%;
    left: -5%;
  }
}

.eve .container_sml.-blw .parts_img .p-pblon {
  top: 5.5%;
  left: -1.9%;
}

@media print,
screen and (max-width: 767px) {
  .eve .container_sml.-blw .parts_img .p-pblon {
    top: 5.2%;
    left: -4%;
  }
}

.eve .container_sml.-blw .parts_img .p-yblon {
  top: 20%;
  right: -2.9%;
}

@media print,
screen and (max-width: 767px) {
  .eve .container_sml.-blw .parts_img .p-yblon {
    top: 15%;
    right: -3%;
  }
}

.eve .container_sml.-blw .parts_img .p-pbfly {
  top: 34%;
  left: 3.1%;
}

@media print,
screen and (max-width: 767px) {
  .eve .container_sml.-blw .parts_img .p-pbfly {
    top: 33%;
    left: 3%;
  }
}

.p-bucket {
  position: absolute;
  max-width: 8.39vw;
}

.eve .container_sml.-blw .parts_img .p-bucket {
  top: 39.8%;
  right: -5.8%;
}

@media print,
screen and (max-width: 767px) {
  .p-bucket {
    max-width: 8.27vw;
  }

  .eve .container_sml.-blw .parts_img .p-bucket {
    top: 32%;
    right: -5%;
  }
}

.eve .container_sml.-blw .parts_img .p-rblon {
  top: 50.7%;
  left: -1.9%;
}

@media print,
screen and (max-width: 767px) {
  .eve .container_sml.-blw .parts_img .p-rblon {
    top: 46%;
    left: -4%;
  }
}

.eve .container_sml.-blw .parts_img .p-ted {
  top: 59%;
  right: -4.9%;
}

@media print,
screen and (max-width: 767px) {
  .eve .container_sml.-blw .parts_img .p-ted {
    top: 57%;
    right: -6%;
  }
}

.p-squ {
  position: absolute;
  max-width: 11.2vw;
}

.eve .container_sml.-blw .parts_img .p-squ {
  top: 89.5%;
  left: -5.9%;
}

@media print,
screen and (max-width: 767px) {
  .p-squ {
    max-width: 11.2vw;
  }

  .eve .container_sml.-blw .parts_img .p-squ {
    top: 88%;
    left: -6%;
  }
}

.pb-33 {
  padding-bottom: 9.526vw;
}

@media print,
screen and (max-width: 767px) {
  .pb-33 {
    padding-bottom: 8.8vw;
  }
}

/* Modal Overlay */
.picture_book-modal {
  display: none;
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  filter: drop-shadow(2px 4px 6px black);
  z-index: 1111;
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* Show modal overlay */
.picture_book-modal.show {
  display: block;
  opacity: 1;
}

/* Modal Content */
.picture_book-modal .modal-content {
  background-color: #fff;
  padding: 0;
  border: none;
  max-width: 63vw;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.5);
  opacity: 0;
  animation: zoomInFromThumb 0.4s ease forwards;
}

@media only screen and (max-width: 767px) {
  .picture_book-modal .modal-content {
    max-width: 100%;
  }
}

/* Zoom-in animation */
@keyframes zoomInFromThumb {
  to {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}


/* Zoom-out animation */
@keyframes zoomOutToThumb {
  from {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }

  to {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 0;
  }
}


/* Close Button */
.picture_book-modal .modal-content .close {
  color: #e6160b;
  position: absolute;
  top: -4.167vw;
  right: -0.417vw;
  font-size: 3.75vw;
  font-weight: bold;
  cursor: pointer;
  text-shadow: none;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .picture_book-modal .modal-content .close {
    font-size: 16vw;
    top: -17.167vw;
    right: 1.583vw;
  }
}

.picture_book-modal .modal-content .close:hover {
  color: #b31911;
}

/* Responsive Iframe */
.picture_book-modal .responsive-iframe {
  width: 100%;
  height: 35.9vw;
  border: 0.521vw solid #e6160b;
}

@media only screen and (max-width: 767px) {
  .picture_book-modal .responsive-iframe {
    height: 57.8vw;
    border: 2.133vw solid #e6160b;
  }
}

.search-container {
  display: flex;
  flex-direction: column;
  gap: 3vw;
  align-items: center;
  position: relative;
  margin-bottom: 20px;
  max-width: 36.458vw;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .search-container {
    max-width: 50.458vw;
  }
}

/* Search input with icon */
#searchBar {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  border: 1px solid #E6160B;
  padding: 0.521vw 3.333vw 0.521vw 0.521vw;
  font-size: 1.354vw;
  box-sizing: border-box;
  width: 36.458vw;
  height: 4.688vw;
}

.search-bar {
  position: relative;
  display: flex;
}

.search-bar::before {
  content: '';
  position: absolute;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" fill="gray"><path d="M10.742 9.344h-.682l-.241-.233a5.4 5.4 0 0 0 1.309-3.541A5.57 5.57 0 0 0 5.553 0 5.57 5.57 0 0 0 0 5.57a5.57 5.57 0 0 0 5.553 5.57c1.34 0 2.574-.467 3.541-1.309l.233.241v.682l4.27 4.26 1.27-1.27-4.125-4.13zm-5.189 0A4.119 4.119 0 0 1 1.43 5.57 4.119 4.119 0 0 1 5.553 1.43a4.119 4.119 0 0 1 4.123 4.14 4.119 4.119 0 0 1-4.123 4.13z"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  width: 1.563vw;
  height: 1.563vw;
  right: 1.563vw;
  top: 50%;
  transform: translateY(-50%);
}

/* Custom dropdown button */
.dropdown {
  position: relative;
  width: 36.458vw;
  height: 4.688vw;
}

@media only screen and (max-width: 767px) {
  .dropdown {
    width: 50.458vw;
    height: 7.688vw;
  }

  .search-bar::before {
    width: 2.563vw;
    height: 2.563vw;
    right: 2.563vw;
  }
}
/* By default, the dropdown list is hidden */
.dropdown-menu {
  display: none;
}

/* When the 'active' class is added, the dropdown becomes visible */
.dropdown-menu.active {
  display: block;
}
#companyList , .company-list-item {
  position: relative;
  z-index: -1;
}
#companyList {
  margin-top: 2vw;
}
@media only screen and (max-width: 767px) {
  #companyList {
    margin-top: 4vw;
  }

}
.company-list-item .wipes_ttl,.company-list-item .wipes-inner {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.company-list-item .wipes_ttl.show,.company-list-item .wipes-inner.show {
  opacity: 1;
  transform: translateY(0);
}

.dropdown-toggle {
  width: 100%;
  height: 100%;
  padding: 0.938vw;
  font-size: 1.354vw;
  box-sizing: border-box;
  border: 1px solid #E6160B;
  background: white;
  cursor: pointer;
  text-align: left;
  /* Arrow icon */
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" fill="gray"><path d="M1 4l6 6 6-6z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 1.563vw center;
  background-size: 1.563vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .dropdown-toggle {
    font-size: 2.5vw;
    background-position: right 1.863vw center;
    background-size: 2.563vw;
  }
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: 4.688vw;
  left: 0;
  width: 100%;
  border: 1px solid #E6160B;
  background: white;
  max-height: 46.875vw;
  overflow-y: auto;
  z-index: 100;
}

@media only screen and (max-width: 767px) {
  .dropdown-menu {
    top: 6.988vw;
    font-size: 2.5vw;
  }

}

.dropdown-menu li {
  padding: 0.781vw;
  cursor: pointer;
  border-bottom: 0.07vw solid #E6160B;
}

.dropdown-menu li:hover {
  background-color: #f0f0f0;
}

/* Suggestions below search */
.suggestions {
  position: absolute;
  top: 4.688vw;
  left: 0;
  width: 100%;
  background: white;
  border: 1px solid #E6160B;
  max-height: 46.875vw;
  overflow-y: auto;
  z-index: 101;
  text-align: left;
  font-size: 1.25vw;
}
.suggestions ul {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .suggestions {
    top: 7.688vw;
    font-size: 2.5vw;
  }
}

.suggestions div {
  padding: 0.521vw;
  cursor: pointer;
  border-bottom: 0.07vw solid #E6160B;
}

.suggestions div:hover {
  background-color: #FDEFF2;
}

.suggestions div.highlight {
  background-color: #e0e0e0;
}

@media only screen and (max-width: 767px) {

  .dropdown,
  #searchBar {
    width: 50.458vw;
    height: 7.688vw;
    font-size: 2.5vw;
  }

  .suggestions {
    width: 100%;
  }
}

.company_item {
  margin-top: 3vw;
}

.company_item .wipes {
  padding: 0;
}

.company_item .wipes .container {
  background-color: unset;
}

.company_item .wipes .container .wipes-wrapper::after {
  content: none;
}

.company_item .wipes .container .wipes-wrapper .heading_prim {
  margin-top: 0;
  margin-bottom: 3vw;
}

.company_item .wipes_desc-text {
  padding-inline: 2vw;
}

.company_item .wipes_img {
  padding: 6.281vw 1.36vw 4.133vw;
}

.company_item .wipes_img img {
  object-fit: contain;
  height: 32vw;
}

/* for message page */
.sec-message-bg .container {
  background-color: unset;
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  padding: 7.28vw 17vw 0;
  z-index: 1;
  border-top-left-radius: 50% 36.04vw;
  border-top-right-radius: 50% 36.04vw;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.message-wrapper::after {
  content: unset;
}
.sec-message-bg .mess-msg {
  margin-bottom: 8vw;
}
.sec-message-bg {
  background-color: #FDF8E4;
  margin-top: 3vw;
}
@media only screen and (max-width: 767px) {
  .sec-message-bg .mess-msg {
    /* margin-bottom: 4vw; */
  }
}