@charset "UTF-8";
.target-fadein {
  opacity: 0;
  transform: translateY(2rem);
}
.target-fadein.target-show {
  transform: none;
  transition-property: transform, visibility, opacity;
  opacity: 1;
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

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

body {
  line-height: 1;
}

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

li,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

html {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #000;
  word-wrap: break-word;
  font-size: 15px;
  line-height: 1.6;
}

body {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  line-height: 1.6;
}

a {
  text-decoration: none;
  color: #000;
  transition: all 0.2s;
}

a:hover {
  text-decoration: none;
  opacity: 0.8;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}
strong {
  font-weight: 700;
}

input {
  padding: 0;
  border: none;
  background: 0 0;
}

* {
  box-sizing: border-box;
  backface-visibility: hidden;
}

input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select,
textarea {
  padding: 6px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  background-color: #fff;
  border: solid 1px #c9c9c9;
  vertical-align: bottom;
}

input[type=date]::-webkit-input-placeholder,
input[type=datetime-local]::-webkit-input-placeholder,
input[type=datetime]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=month]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
input[type=time]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=week]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #e2e2e2;
}

input[type=date]:-ms-input-placeholder,
input[type=datetime-local]:-ms-input-placeholder,
input[type=datetime]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=month]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
input[type=time]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=week]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #e2e2e2;
}

input[type=date]::-moz-placeholder,
input[type=datetime-local]::-moz-placeholder,
input[type=datetime]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=month]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=text]::-moz-placeholder,
input[type=time]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=week]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  color: #e2e2e2;
}

input[type=date]:focus,
input[type=datetime-local]:focus,
input[type=datetime]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
select:focus,
textarea:focus {
  background-color: #eef4fb;
}

input[type=checkbox],
input[type=radio] {
  margin: 0;
  vertical-align: -1px;
}

input[type=button],
input[type=submit] {
  -webkit-appearance: none;
  cursor: pointer;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  vertical-align: bottom;
}

textarea {
  resize: vertical;
  vertical-align: bottom;
}

em {
  font-style: italic;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

blockquote {
  background-color: #eeefff;
  padding: 1em 1em 1em 3em;
  position: relative;
  border-left: 3px solid #666;
}

blockquote:before {
  content: "“";
  font-size: 600%;
  line-height: 1em;
  color: #999;
  position: absolute;
  left: 0;
  top: 0;
}

::-moz-selection {
  background: #d4dcd6;
}

::selection {
  background: #d4dcd6;
}

::-moz-selection {
  background: #d4dcd6;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

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

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

.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes bounce {
  20%, 53%, 80%, from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  20%, 53%, 80%, from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  transform-origin: center bottom;
}

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

@-webkit-keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

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

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

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

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

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

@-webkit-keyframes wobble {
  from {
    transform: none;
  }
  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: none;
  }
}
@keyframes wobble {
  from {
    transform: none;
  }
  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: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  11.1%, from, to {
    transform: none;
  }
  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);
  }
}
@keyframes jello {
  11.1%, from, to {
    transform: none;
  }
  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 {
  -webkit-animation-name: jello;
  animation-name: jello;
  transform-origin: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Swiper 4.5.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 13, 2019
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/* header */
.header {
  transition: height 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, visibility 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition-property: visibility, height, opacity;
  box-sizing: border-box;
  display: flex;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 15;
  width: 100%;
  background: #fbfcfc;
  opacity: 0;
}
.header__bg {
  height: 100px;
}
.header__inner {
  width: 100%;
  max-width: 1440px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__inner .left-box {
  display: flex;
  align-items: center;
}
.header:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  height: 1px;
  background: #e8edf0;
}
.header.is-visible {
  transition: height 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, visibility 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  visibility: visible;
  opacity: 1;
}
.header__logo {
  display: block;
  overflow: hidden;
  text-indent: -5260px;
  box-sizing: border-box;
  margin-left: 15px;
  margin-right: 50px;
  width: 84px;
  height: 70px;
  background: url(/kirei/assets/img/_common/logo.png) no-repeat left center;
  background-size: contain;
}
.header__logo.logo02 {
  margin-left: 20px;
  margin-right: 40px;
  width: 173px;
  height: 40px;
  background: url(/kirei/assets/img/_common/logo.svg) no-repeat left center;
  background-size: contain;
}
.header__menu {
  display: none;
}
.header .h-nav {
  transition: height 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
  display: flex;
  align-self: flex-end;
  height: 100px;
}
.header .h-nav__list {
  display: flex;
  min-width: 500px;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
.header .h-nav__list li {
  margin-right: 1rem;
}
.header .h-nav__list li.item-pref .label::after {
  background: url(/kirei/assets/img/_common/icon-plus.png) no-repeat right;
  background-size: contain;
  display: block;
  width: 16px;
  height: 16px;
}
.header .h-nav__list li.is-currentpage .label::after {
  content: "";
  background: url(/kirei/assets/img/_common/icon-down.png) no-repeat right;
  background-size: contain;
  display: block;
  margin-left: 10px;
  width: 13px;
  height: 7px;
}
.header .h-nav__list li.--close.is-open.has-dropdown .megadropdown {
  height: auto;
  max-width: 500px;
  width: 500px;
  margin: -20px auto auto auto;
  border-radius: 20px;
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.16);
  right: auto;
  right: initial;
  left: auto;
  left: initial;
}
.header .h-nav__list li.--close.is-open.has-dropdown .megadropdown .megadropdown__container {
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
}
.header .h-nav__list li.--close.is-open.has-dropdown .megadropdown .megadropdown__main {
  font-size: 20px;
  padding: 40px;
  margin-top: 0;
}
.header .h-nav__list .label {
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
  padding: 0;
  color: #131314;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.5;
  text-decoration: none;
  color: #005120;
  font-weight: bold;
  white-space: nowrap;
}
.header .h-nav__list .label::after {
  content: "";
  background: url(/kirei/assets/img/_common/icon-right.png) no-repeat right;
  background-size: contain;
  display: block;
  margin-left: 10px;
  width: 13px;
  height: 13px;
}
.header .h-nav__list .label.is-current:after {
  transform: scale(1, 1);
  left: 2.8rem;
  width: 1rem;
}
html.notouch .header .h-nav__list a.label:not(.is-current):hover:after {
  transform: scale(1, 1);
}
.header .h-nav .has-dropdown {
  position: relative;
}
.header .h-nav .has-dropdown.has-megadropdown {
  position: static;
}
.header .h-nav .has-dropdown.is-open .label:after,
.header .h-nav .has-dropdown.is-open .menu:after {
  transform: scale(1, 1);
}
.header .h-nav .has-dropdown.is-open .label .tri,
.header .h-nav .has-dropdown.is-open .menu .tri {
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 30px solid #fff;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
}
.header .h-nav .has-dropdown.is-open .label:after {
  left: calc(50% - 3.5rem);
}
.header .h-nav .has-dropdown.is-open .dropdown {
  max-height: 20rem;
}
.header .h-nav .has-dropdown.is-open .megadropdown {
  height: auto;
  max-width: 944px;
  margin: -20px auto auto auto;
  border-radius: 20px;
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.16);
}
.header .h-nav .megadropdown {
  transition: height 0.5s cubic-bezier(0.61, 1, 0.88, 1) 0.2s;
  overflow: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  height: 0;
  background-color: #fff;
}
.header .h-nav .megadropdown__container {
  max-width: 140rem;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
  display: flex;
  height: 35.5rem;
}
.header .h-nav .megadropdown__main {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 40px;
}
.header .h-nav .megadropdown__main .megadropdown__col dd {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.header .h-nav .megadropdown__sub {
  box-sizing: border-box;
  width: 24rem;
  padding-left: 5.5rem;
  background: #ebefea;
}
.header .h-nav .megadropdown__col {
  width: 112px;
  margin-right: 10px;
}
.header .h-nav .megadropdown__col:last-child {
  margin-right: 0;
}
.header .h-nav .megadropdown__col dt {
  width: 100%;
  background-color: #edf0f7;
  border-radius: 12px;
  color: #005120;
  text-align: center;
  margin-bottom: 12px;
}
.header .h-nav .megadropdown__col dd .item__link {
  display: block;
  color: #005120;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  padding: 8px;
}
.header .h-nav .megadropdown__col dd .item__ttl {
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .h-nav .megadropdown__col dd .item .item__link:hover .item__ttl {
  color: #e60012;
}
.header .h-nav .megadropdown__col dd .item .item__link:hover .item__ttl::after {
  content: "";
  background: url(/kirei/assets/img/_common/icon-right.png) no-repeat right;
  background-size: contain;
  display: inline-block;
  margin-left: 10px;
  width: 13px;
  height: 13px;
}
.header .h-nav .megadropdown__links {
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.5;
}
.header .h-nav .megadropdown__links li + li {
  margin-top: 1rem;
}
.header .h-nav .megadropdown__links li a {
  display: block;
  position: relative;
  color: #131314;
  text-decoration: none;
  padding-right: 2rem;
}
.l-content {
  max-width: 720px;
  margin: 0 auto;
}
.l-content__innerTop {
  padding: 120px 0;
}
.l-content__inner {
  padding: 100px 0;
}
.l-footer__wapr {
  background-color: #eceef5;
  background-size: 100% 100%;
  position: relative;
}
.l-footer__inner {
  background-color: #10511f;
  width: 100%;
  position: absolute;
  padding: 58px 0 0 0;
  margin-top: -50px;
}
.l-footer__top {
  background: url(/kirei/assets/img/_common/footer_bg_top.png) repeat-x top center;
  position: absolute;
  top: -29px;
  width: 100%;
  height: 50px;
}

.l-footer__linkTxt {
  font-family: serif;
  font-size: 30px;
  color: #fff;
  text-align: center;
}
.l-footer__linkBnr {
  max-width: 980px;
  margin: 40px auto 0;
  justify-content: space-between;
  display: flex;
}
.l-footer__footer {
  background: #fff;
  padding: 45px 0 46px 0;
  margin-top: 80px;
  position: relative;
}
.l-footer__logo {
  text-align: center;
}
.l-footer__copyright {
  font-family: serif;
  font-weight: 700;
  color: #222;
  font-size: 13px;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 28px;
}
.l-footer__pageTop {
  position: absolute;
  z-index: 5;
  bottom: 130px;
  right: 40px;
}
.c-heading2 {
  margin-bottom: 80px;
}
.c-heading2.--center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.c-heading2.--left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.c-heading2 .title {
  font-size: 50px;
  letter-spacing: 0.1em;
}
.c-heading2.--fc-gr {
  color: #01A040;
}
.c-heading2.--fc-wh {
  color: rgba(255,255,255,1);
}

.c-heading-img.--center {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  touch-action: pan-x;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

.swiper-container {
  padding: 0 0 40px 0;
}
.swiper-button-next {
  background-image: url(/kirei/assets/img/arrow_right_black.svg);
  background-size: contain;
  width: 38px;
  right: 0;
  top: 70px;
  transition: 0.3s;
}

.swiper-button-next:hover {
  background-image: url(/kirei/assets/img/arrow_right.svg);
}
.swiper-button-prev {
  background-image: url(/kirei/assets/img/arrow_left_black.svg);
  background-size: contain;
  width: 38px;
  left: 0;
  top: 70px;
  transition: 0.3s;
}

.swiper-button-prev:hover {
  background-image: url(/kirei/assets/img/arrow_left.svg);
}
.c-efforts .c-heading-img {
  margin-bottom: 0;
}
.c-efforts .c-heading2 {
  margin-bottom: 0;
}
.c-efforts .wrap {
  display: flex;
  align-items: flex-start;
}
.c-efforts .textbox {
  width: 700px;
  font-size: 18px;
  letter-spacing: 0.12em;
  line-height: calc(43.2 / 18);
}
.c-efforts .image {
  width: 362px;
  position: relative;
  top: 30px;
}
.c-efforts .list {
  max-width: 660px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: -100px;
}
.c-efforts .list .item {
  text-indent: -0.75em;
  padding-left: 1.5em;
  font-size: 18px;
  letter-spacing: 0.12em;
  line-height: calc(28.8 / 18);
  color: #5c6560;
}
.c-efforts .list .item::before {
  content: "●";
  display: inline-block;
  margin-right: 0.5em;
  color: #005120;
}
.c-efforts .sponsors__comingsoon {
  margin-top: 90px;
  margin-left: -55px;
  position: relative;
  z-index: 1;
}
.c-efforts .sponsors__open {
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: 300px;
  margin-top: 90px;
  height: 200px;
  width: 650px;
}
.c-efforts .sponsors__open .ttl {
  position: absolute;
}
.c-efforts .sponsors__open .btn {
  position: absolute;
  top: 110px;
  right: 70px;
  z-index: 2;
}
.c-efforts .sponsors__open .btn:hover {
  opacity: 0.5;
}

.m-kv {
  padding: 0 0 50px 0;
  background: url(/kirei/assets/img/common/kv.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
.m-kv.--shiga {
  background: url(/kirei/assets/img/common/kv-shiga.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}

.m-kv::after {
  content: "";
  display: inline-block;
  background: url(/kirei/assets/img/common/kv_bottom.png) center bottom repeat-x;
  background-size: contain;
  width: 100%;
  height: 20px;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: -3px;
}
.m-kv--shiga {
  padding: 0 !important;
}
.m-kv--shiga {
  position: relative;
  background: none;
}

.m-kv--shiga.m-kv::after {
  content: "";
  bottom: -1px;
}
.m-kv__ttl {
  width: 339px;
  margin: -15px auto 0;
}
.m-kv__ttl--shiga {
  width: 428px;
  margin: 73px auto 0;
}
.m-kv__logo {
  padding: 25px 0 0 20px;
}
.m-kv__item {
  width: 104px;
  position: absolute;
  bottom: 30px;
  left: 162px;
}
.p-top .p-top__kv {
  padding: 1rem 1rem 0 1rem;
  border-radius: 20px;
  overflow: hidden;
}
.p-top__kvVideo {
  width: 100%;
  margin-top: 0;
  position: relative;
  border-radius: 10px;
}
.p-top__kvTtl {
  max-width: 650px;
  width: 100%;
  margin: auto;
  position: absolute;
  top: 250px;
  left: 50%;
  transform: translate(-50%);
}
.p-top__kv02 {
  width: 100vw;
  position: relative;
  height: 47.8571428571vw;
  border-radius: 0 0 0 17.1428571429vw;
  display: flex;
  justify-content: flex-end;
}
.p-top__kv02 .p-top__kv-txt {
  opacity: 0;
  position: absolute;
  z-index: 2;
  left: 8.7857142857vw;
  top: 2.8571428571vw;
  width: 10vw;
}
.p-top__kv02 .p-top__kv-mv {
  width: calc(100% - 8vw);
  margin: 0;
  border-radius: 6.4285714286vw 0 0 6.4285714286vw;
  z-index: 2;
  height: calc(100% - 7vw);
  display: flex;
  overflow: hidden;
  position: relative;
}
.p-top__kv02 .p-top__kv-mv::before {
  position: absolute;
  z-index: 10;
  height: 28.0714285714vw;
  width: 24.1428571429vw;
  display: block;
  top: 50%;
  left: 50%;
  content: "";
  transform: translate(-54%, -50%) scale(1.05);
  background: url(/kirei/assets/img/_top/kv-logo.png) no-repeat center center;
  background-size: contain;
  opacity: 0;
  transition: 0.5s ease-in-out;
}
.p-top__kv02 .p-top__kv-mv.active::before {
  opacity: 1;
  transform: translate(-54%, -50%) scale(1.05);
}
.p-top__kv02 .p-top__kv-mv__unit {
  position: relative;
  overflow: hidden;
  flex: 1;
  display: flex;
  opacity: 0;
}
.p-top__kv02 .p-top__kv-mv__list {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  flex: 1;
}
.p-top__kv02 .p-top__kv-mv__list img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.p-top__kv02 .p-top__kv-mv.youtube .youtube-inner {
  border-radius: 1.4285714286vw;
  overflow: hidden;
  pointer-events: none;
  position: relative;
}
.p-top__kv02 .p-top__kv-mv.youtube .youtube-inner iframe {
  border-radius: 1.4285714286vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-top__kv02 .p-top__kv-mv.youtube .youtube-inner .thumb {
  display: none;
}
.p-top__kv02 .p-top__kv-mv .p-top__kvVideo02 {
  width: 100%;
  margin-top: 0;
  position: relative;
  border-radius: 1.4285714286vw;
}
.p-top__kv02 .p-top__kv-text {
  position: absolute;
  z-index: 3;
  top: 16.4285714286vw;
  left: 15.9285714286vw;
  display: flex;
  gap: 1.0666666667vw;
  width: 12.9285714286vw;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.p-top__kv02 .p-top__kv-text__list {
  overflow: hidden;
  display: flex;
  align-items: flex-start;
}
.p-top__kv02 .p-top__kv-text__list span {
  display: inline-block;
  height: 0%;
  overflow: hidden;
  opacity: 0;
  transition: 1.5s ease-out;
}
.p-top__kv02 .p-top__kv-text__list span.active {
  height: 100%;
  opacity: 1;
}
.p-top__kv02 .p-top__kv-text__list span img {
  width: 3.9285714286vw;
}
.p-top__kv02 .bg01 {
  opacity: 0;
  position: absolute;
  z-index: 2;
  left: 0vw;
  bottom: -6.4285714286vw;
  width: 14.8571428571vw;
}
.p-top__kv02 .bg02 {
  opacity: 0;
  position: absolute;
  z-index: 2;
  right: 0vw;
  bottom: -8.0714285714vw;
  width: 9.2857142857vw;
}
.p-top__kv02 .bg03 {
  opacity: 0;
  position: absolute;
  z-index: 2;
  left: 19.0714285714vw;
  bottom: 1.5714285714vw;
  width: 4.6428571429vw;
}
.p-top__kv02 .p-top__kv-txt, .p-top__kv02 .bg01, .p-top__kv02 .bg02, .p-top__kv02 .bg03 {
  opacity: 0;
  transform: translateY(2rem);
}
.p-top__kv02 .p-top__kv-txt.target-show, .p-top__kv02 .bg01.target-show, .p-top__kv02 .bg02.target-show, .p-top__kv02 .bg03.target-show {
  transform: none;
  transition-property: transform, visibility, opacity;
  opacity: 1;
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.m-lead--mt50 {
  margin-top: 50px;
}
.m-lead--mb50 {
  margin-bottom: 50px;
}
.m-lead__txt {
  font-size: 22px;
}
.m-list--mt50 {
  margin-top: 50px;
}
.m-list__item {
  font-size: 15px;
  line-height: 2.5;
}
.m-list__item--indent {
  text-indent: -1em;
  padding-left: 1em;
}

.l-map__map {
  background: url(/kirei/assets/img/map_bg.png) repeat-x center top;
  padding: 50px 0 400px 0;
  position: relative;
  top: -10px;
}
.l-map__mapTop {
  background: url(/kirei/assets/img/map_bg_top.png) repeat-x center bottom;
  background-size: auto;
  width: 100%;
  height: 35px;
  position: absolute;
  top: 0;
}
.l-map__mapBg {
  background: url(/kirei/assets/img/map_area_bg.png) no-repeat center center;
  background-size: contain;
  height: 690px;
  width: 731px;
  margin: 80px auto 30px;
  position: relative;
  z-index: 10;
  border: solid 1px #bfb9af;
}
.l-map__listItem {
  position: absolute;
  z-index: 5;
}
.l-map__listItem--hokkaido {
  left: 330px;
  top: 100px;
  height: 75px;
}
.l-map__listItem--tohoku {
  right: 80px;
  top: 245px;
  height: 97px;
}
.l-map__listItem--kanto {
  right: 105px;
  top: 370px;
}
.l-map__listItem--kinki {
  right: 240px;
  bottom: 90px;
  height: 117px;
}
.l-map__listItem--shikoku {
  left: 235px;
  bottom: 65px;
  height: 100px;
  height: 100px;
}
.l-map__listItem--chubu {
  top: 205px;
  left: 280px;
  height: 137px;
}
.l-map__listItem--chugoku {
  top: 325px;
  left: 140px;
  height: 100px;
}
.l-map__listItem--kyushu_okinawa {
  left: 37px;
  bottom: 85px;
  height: 117px;
}
.l-map__mapArea {
  text-align: center;
}
.l-map__mapTxt {
  font-size: 16px;
  font-weight: 700;
  padding: 30px 0 0 30px;
}
.l-map__local {
  background: url(/kirei/assets/img/map_area_bg.png) no-repeat center center;
  background-size: contain;
  height: 690px;
  width: 731px;
  margin: 80px auto 30px;
  position: relative;
  top: 0;
  border: solid 1px #bfb9af;
}
.l-map__localArea svg {
  width: 726px;
  height: auto;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  text-align: center;
  z-index: 5;
}
.l-map__localBtn {
  position: absolute;
  top: 32px;
  left: 32px;
  z-index: 15;
}
.l-modal {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}

.l-modal__wrap {
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 20px;
  overflow: auto;
  white-space: nowrap;
}

.l-modal__inner {
  width: 90%;
  max-width: 1500px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 50px 0;
}

.l-modal__wrap--supprtingCompany .l-modal__inner {
  width: 900px;
  padding: 0;
}
.l-modal__bg {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(51, 51, 51, 0.6);
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.l-modal__box {
  background: url(/kirei/assets/img/modal_bg.jpg) repeat center center;
  padding: 80px 50px;
  text-align: left;
}

.l-modal__box.l-modal__box--supprtingCompany {
  background: white;
  padding: 60px 40px 30px;
}

.l-modal__box.l-modal__box--supprtingCompany img {
  margin-bottom: 5px;
}
.l-modal__list--supprtingCompanyWrap {
  gap: 20px 30px;
  text-align: initial;
  display: flex;
  justify-content: flex-start;
  text-align: center;
  flex-wrap: wrap;
  position: relative;
}

.l-modal__list--supprtingCompany {
  display: flex;
  flex-direction: column;
  width: 182px;
  border: 1px solid #eee;
  padding: 15px;
}

.l-modal__list--supprtingCompany.text-l {
  text-align: left;
}

.l-modal__list--supprtingCompany.fsms span {
  font-size: 12px !important;
}

.l-modal__list--supprtingCompany.noph {
  justify-content: center;
  min-height: 150px;
}

.l-modal__list--supprtingCompany.noph span {
  font-size: 16px;
  font-weight: bold;
}
.l-modal__list--supprtingCompany span {
  white-space: break-spaces;
  font-size: 14px;
}

.l-modal__box--supprtingCompany .l-modal__close {
  padding-top: 0;
  margin: 0 auto;
}

.l-modal__box--supprtingCompany .l-modal__close--circle {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  width: 45px;
  height: 40px;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.l-modal__box--supprtingCompany .l-modal__desc {
  text-align: center;
  margin: 20px 0;
}
.l-modal__list {
  max-width: 1160px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.l-modal__prefList {
  display: flex;
  padding-top: 30px;
  width: 450px;
}
.l-modal__prefTtl {
  border-right: solid 1px #888;
  padding: 10px 30px 10px 0;
}
.l-modal__prefArea {
  display: flex;
  padding-top: 13px;
}
.l-modal__prefAreaItem {
  writing-mode: vertical-rl;
  font-size: 16px;
  letter-spacing: 10px;
  color: #333;
  font-weight: 700;
  padding: 0 0 0 20px;
}
.l-modal__close {
  color: #333;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  padding-top: 30px;
  cursor: pointer;
}
.width {
  width: 550px;
}
.width02 {
  width: 400px;
}
.width03 {
  width: 300px;
}
body.modal {
  overflow: hidden;
}

.l-news {
  margin-top: 100px;
  background-color: #009111;
}

.l-news__inner {
  padding: 70px 0 60px;
  background: linear-gradient(45deg, #068b0c 25%, transparent 25%, transparent 75%, #068b0c 75%), linear-gradient(45deg, #068b0c 25%, transparent 25%, transparent 75%, #068b0c 75%);
  background-size: 64px 64px;
  background-position: 0 0, 32px 32px;
}
.l-news__ttl {
  font-size: 40px;
  text-align: center;
  color: white;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 35px;
}
.l-news__list {
  width: 1030px;
  margin: 0 auto 0;
  display: flex;
  gap: 30px;
  flex-flow: wrap;
}
.l-news__item {
  max-width: 500px;
  position: relative;
  background-color: white;
  border-radius: 10px;
  display: flex;
  padding: 24px 20px;
  width: 100%;
}

.l-news__item:nth-child(n+3) {
  display: none;
}

.l-news__item.allOpen {
  display: flex;
}

.l-news__item img {
  width: 220px;
}
/* .l-news__item a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 24px 20px;
}
@media screen and (max-width: 750px) {
	.l-news__item a {
		display: block;
		padding: 4.66667vw 1.06667vw;
	}
} */
.l-news__item--icon::after {
  content: "";
  display: inline-block;
  background: url(/kirei/assets/img/news_icon.svg) no-repeat right top;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 20px;
  top: 45%;
}
.l-news__item--arrow::after {
  content: "";
  display: inline-block;
  background: url(/kirei/assets/img/news_arrow.svg) no-repeat right top;
  width: 15px;
  height: 10px;
  position: absolute;
  right: 20px;
  top: 45%;
}
.l-news__day {
  padding-right: 20px;
}
.l-news__txt {
  flex: 1;
  padding: 0px 0 0px 20px;
}

.l-news__txt.close strong span {
  color: red;
}

.l-news__txt strong {
  margin-bottom: 10px;
  display: inline-block;
}
.l-news__txt__inner {
  flex: 1;
  gap: 5px;
  display: flex;
  flex-direction: column;
}

.l-news__txt__inner span {
  font-size: 13px;
  line-height: 1.25;
}
.l-pref {
  margin-top: 134px;
}
.l-pref__localItem {
  text-align: center;
}
.l-pref__link {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}
.l-pref__linkItem {
  max-width: 429px;
}
.l-pref__linkTxt {
  font-size: 16px;
  font-weight: 700;
}
.l-pref__arrow {
  width: 500px;
  margin: 0 auto 0;
  position: relative;
}
.c-pref__close {
  width: 100%;
  text-align: center;
}
.c-pref__close__inner {
  width: 80%;
  margin: auto;
  background: #fff;
  border-radius: 14px;
  padding: 60px;
  font-size: 30px;
}
.c-pref__tabs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 35px;
}
.c-pref__tabs .tab {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #005120;
  color: #fff;
  border: 4px solid #005120;
  min-width: 118px;
  margin: 7.5px 15px 7.5px 0;
  padding: 13px 33px;
  border-radius: 30px;
  box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.15);
  font-size: 18px;
  cursor: pointer;
}
.c-pref__tabs .tab.is-current {
  background-color: #fff;
  color: #005120;
}
.c-pref__tab-contents {
  min-height: 440px;
}
.c-pref__tab-contents .content {
  display: none;
}
.c-pref__tab-contents .content.is-visible {
  display: block;
}
.c-pref__tab-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.c-pref__tab-item {
  position: relative;
}
.c-pref__tab-item .inner {
  overflow: hidden;
  position: relative;
  width: 198px;
  height: 198px;
  border-radius: 20px;
  margin: 10px;
  box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.15);
}
.c-pref__tab-item .inner a {
  display: block;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.c-pref__tab-item .inner img {
  transform: scale(1.1);
  transition: 0.8s;
}
.c-pref__tab-item .inner:hover img {
  transform: scale(1);
  transition: 0.8s;
}

.m-sample:hover {
  background: #ccc;
}

.m-sample__block {
  border: 1px solid #000;
  padding: 10px;
}

.m-sample--modifier .m-sample__block {
  color: red;
}

.m-titleA {
  font-size: 60px;
  text-align: center;
  font-weight: 400;
  letter-spacing: 10px;
}
.m-titleA span {
  font-size: 18px;
  font-weight: 700;
  display: block;
  letter-spacing: 1px;
}
.m-titleA .hokkaido {
  color: #2aaa39;
}

.m-titleA .tohoku {
  color: #efc900;
}

.m-titleA .kanto {
  color: #00cae4;
}

.m-titleA .chubu {
  color: #2ca6e1;
}

.m-titleA .chugoku {
  color: #97c932;
}

.m-titleA .shikoku {
  color: #e85710;
}

.m-titleA .kinki {
  color: #ff9fd4;
}

.m-titleA .kyushu {
  color: #d5e20e;
}

.m-titleB {
  display: table;
  width: 100%;
}

.m-titleB--hokkaido {
  background: url(/kirei/assets/img/hokkaido/ttl_bg.png) repeat center center;
}

.m-titleB--kanto {
  background: url(/kirei/assets/img/common/kanto_ttl_bg.png) repeat center center;
}

.m-titleB--tohoku {
  background: url(/kirei/assets/img/common/tohoku_ttl_bg.png) repeat center center;
}

.m-titleB--chubu {
  background: url(/kirei/assets/img/common/chubu_ttl_bg.png) repeat center center;
}

.m-titleB--chugoku {
  background: url(/kirei/assets/img/common/chugoku_ttl_bg.png) repeat center center;
}

.m-titleB--kyushu {
  background: url(/kirei/assets/img/common/kyushu_ttl_bg.png) repeat center center;
}

.m-titleB--shikoku {
  background: url(/kirei/assets/img/common/shikoku_ttl_bg.png) repeat center center;
}

.m-titleB--kinki {
  background: url(/kirei/assets/img/common/kinki_ttl_bg.png) repeat center center;
}

.m-titleB__txt {
  font-size: 30px;
  color: #fff;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.extd-title_region,
.m-titleB--chubu,
.m-titleB--chugoku,
.m-titleB--hokkaido,
.m-titleB--kanto,
.m-titleB--kinki,
.m-titleB--kyushu,
.m-titleB--shikoku,
.m-titleB--tohoku,
.m-titleC--shiga {
  background-size: auto;
  height: 277px;
}
.m-titleC {
  width: 100%;
  display: table;
  position: relative;
}

.m-titleC--shiga {
  background: url(/kirei/assets/img/common/shiga_ttl_bg.png) no-repeat center center;
  background-size: cover;
}

.m-titleC__txt {
  font-size: 30px;
  color: #fff;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.m-titleC__txt::after {
  content: "";
  display: inline-block;
  background: url(/kirei/assets/img/common/kv_bottom.png) center bottom repeat-x;
  background-size: contain;
  width: 100%;
  height: 20px;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: -3px;
}
.c-topics {
  background-color: #01A040;
  position: relative;
}
.c-topics::before {
  content: "";
  background: url(/kirei/assets/img/_top/topics_bg01.png);
  background-size: cover;
  display: block;
  width: 100vw;
  height: 45vw;
  position: absolute;
  top: -44vw;
}
.c-topics::after {
  content: "";
  background: url(/kirei/assets/img/_top/topics_bg02.png);
  background-size: cover;
  display: block;
  width: 100vw;
  height: 3.8vw;
  position: absolute;
  bottom: -3.7vw;
  z-index: -1;
}
.c-topics__wrap {
  width: 100%;
  max-width: 1100px;
  padding: 0 0.1rem;
  margin: auto;
  padding-top: 100px;
}
.c-topics .wrapper {
  position: relative;
  top: -200px;
}
.c-topics .campaign {
  max-width: 900px;
  height: 521px;
  position: relative;
  margin-left: 90px;
}
.c-topics .campaign .c-heading-img {
  margin-bottom: 30px;
}
.c-topics .campaign .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.c-topics .campaign .bg.--bg01 {
  border: 2px solid #94c755;
  border-radius: 20px;
  z-index: 2;
}
.c-topics .campaign .bg.--bg02 {
  z-index: 1;
}
.c-topics .campaign .bg .bg-obj01 {
  position: absolute;
  left: 100px;
  top: -65px;
}
.c-topics .campaign .bg .bg-obj02 {
  position: absolute;
  bottom: -70px;
  left: -230px;
}
.c-topics .campaign .bg .bg-obj03 {
  position: absolute;
  right: -235px;
  bottom: 100px;
}
.c-topics .campaign .bg .bg-obj07 {
  position: absolute;
  width: 12.5333333333vw;
  right: -23px;
  top: -100px;
}
.c-topics .campaign .bg .bg-objleaf {
  position: absolute;
  top: -200px;
  left: -250px;
}
.c-topics .campaign .inner {
  width: 100%;
  height: 100%;
  padding: 50px 0;
  border: 2px solid #94c755;
  border-radius: 20px;
  background-color: #fff;
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 1;
}
.c-topics .campaign .textbox {
  background-color: #edf8f2;
  position: relative;
  display: flex;
  justify-content: center;
  text-align: center;
  margin: auto;
  width: 100%;
  font-size: 18px;
  max-width: 760px;
  padding: 15px 100px;
  margin-bottom: 40px;
  color: #58605b;
}
.c-topics .campaign .textbox .image {
  position: absolute;
  right: 0;
  top: -121px;
}
.c-topics .campaign .textbox .flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-topics .campaign .textbox .nowrap {
  white-space: nowrap;
}
.c-topics .campaign .textbox .font-image {
  margin: 0 0.5em;
  width: 118px;
}
.c-topics .campaign .textbox .font-image img {
  width: 100%;
}
.c-topics .campaign .textbox .underline {
  display: inline-block;
  align-items: center;
  border-bottom: 2px solid #94c755;
}
.c-topics .campaign .textbox .fs-m {
  font-size: 20px;
  line-height: calc(43.2 /20);
}
.c-topics .campaign .textbox .fs-l {
  font-size: 26px;
  line-height: calc(45.2 / 26);
}
.c-topics .campaign .apply {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  margin: auto;
  max-width: 630px;
}
.c-topics .campaign .apply .item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.c-topics .campaign .apply .item:last-child {
  margin-bottom: 0px;
}
.c-topics .campaign .apply .item .label {
  background-color: #00a040;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 34px;
  border-radius: 17px;
  margin-right: 20px;
  font-size: 20px;
  line-height: calc(43.2 / 20);
}
.c-topics .campaign .apply .item .cont {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: calc(41.6 / 20);
  color: #58605b;
}
.c-topics .campaign .apply .item .cont.w-nowrap {
  white-space: nowrap;
}
.c-topics .topics {
  position: relative;
  margin-top: 170px;
}
.c-topics .topics .c-heading-img {
  margin-bottom: 30px;
}
.c-topics .topics .bg {
  width: 100%;
  height: 100%;
}
.c-topics .topics .bg .bg-obj01 {
  position: absolute;
  right: -170px;
  top: -100px;
}
.c-topics .topics .bg .bg-obj02 {
  position: absolute;
  width: 235px;
  right: -20px;
  bottom: -235px;
}
.c-topics .topics .list-news {
  border-top: 1px solid #80cc9e;
  padding-top: 30px;
  width: 100%;
  max-width: 800px;
}
.c-topics .topics .item-news {
  display: flex;
  color: #fff;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #80cc9e;
}
.c-topics .topics .item-news .date {
  font-size: 18px;
  letter-spacing: 1px;
  margin-right: 40px;
}
.c-topics .topics .item-news .title {
  font-size: 18px;
  letter-spacing: 1px;
}

.m-txt {
  font-size: 15px;
  line-height: 2.5;
  margin-top: 50px;
}

.m-txt.txt-c {
  text-align: center;
}
.m-txt--m0 {
  margin: 0;
}

.p-top__joinBox {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 10px;
}
.p-top__joinBox span {
  font-size: 16px;
  color: #959595;
}
.p-top__contentTxt {
  width: 276px;
  margin: 118px auto 50px;
  transform: translate(-15px, 0px);
}

.p-top__content__inner {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-top__content__copy {
  text-align: center;
  font-size: 20px;
  line-height: 2.5;
  margin-bottom: 60px;
}
.p-top__content__desc {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.p-top__content__desc ul {
  width: 726px;
}
.p-top__content__desc ul li {
  margin-bottom: 25px;
  padding-left: 17px;
  text-indent: -1.2em;
  font-size: 16px;
  line-height: 1.4;
}
.p-top__content__desc ul li:last-child {
  margin-bottom: 0;
}

.p-top__content__desc img {
  width: 179px;
}
.p-top__agreeBox {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
}

.p-top__agreeBox.addButton {
  display: flex;
}
.p-top__agreeBox span {
  font-size: 14px;
  color: #959595;
}
.p-top__agreeBtnItem {
  width: 100%;
  text-align: center;
  display: block;
  margin: 0 auto 10px;
}

.p-top__agreeBtnItem a {
  color: white;
  display: inline-block;
  width: 300px;
  border-radius: 80px;
  font-size: 21px;
  padding: 16px 0;
  background-color: #009111;
}

a.disabled {
  background: #c7cacb !important;
  color: #959595 !important;
  pointer-events: none !important;
}
.p-top__moreBtnItem a {
  background: #fff;
  width: 300px;
  border-radius: 80px;
  text-align: center;
  display: inline-block;
  font-size: 21px;
  padding: 16px 0;
}
.p-top__newsBtnItem a {
  background: #009111;
  width: 100%;
  border-radius: 80px;
  text-align: center;
  display: inline-block;
  font-size: 21px;
  padding: 6px 0;
  font-size: 14px;
}
.p-top__newsBtnItem a {
  color: #fff;
}

.p-top__slide {
  position: relative;
  overflow: hidden;
  height: 100vh;
  max-height: 440px;
  margin-top: 164px;
  margin-bottom: 0;
}
.p-top__slideBg {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: calc(2720px + 100vw);
  height: 440px;
  content: "";
  transition: opacity 0.6s 0s ease-in;
  transform: translate(0, -50%);
  background: transparent url(/kirei/assets/img/slide.jpg) repeat-x center;
  background-size: contain;
}
.is-ie .p-top__slideBg {
  opacity: 1;
}

@-webkit-keyframes slideBg {
  0% {
    left: 0;
  }
  100% {
    left: -1874px;
  }
}
@keyframes slideBg {
  0% {
    left: 0;
  }
  100% {
    left: -1874px;
  }
}
@-webkit-keyframes slideBg_sp {
  0% {
    left: 0;
  }
  100% {
    left: -198.93333vw;
  }
}
@keyframes slideBg_sp {
  0% {
    left: 0;
  }
  100% {
    left: -198.93333vw;
  }
}
.p-top__bgTop {
  background: url(/kirei/assets/img/bg_top.png) repeat-x center top;
  background-size: auto;
  width: 100%;
  height: 20px;
  position: absolute;
  top: 0;
  z-index: 10;
}
.p-top__mapTop {
  background: url(/kirei/assets/img/map_bg_top.png) repeat-x center bottom;
  background-size: auto;
  width: 100%;
  height: 35px;
  position: absolute;
  bottom: 0;
}
.p-top__map {
  background: url(/kirei/assets/img/map_bg.png) repeat-x center top;
  padding: 10px 0 130px 0;
  position: relative;
  top: -10px;
}
.p-top__mapBtnItem {
  background: #333;
  max-width: 260px;
  width: 100%;
  border-radius: 80px;
  text-align: center;
}
.p-top__mapBtnItem a {
  padding: 22px 0 20px 0;
  display: block;
  opacity: 1;
}
.p-top__mapBtnItem a:hover {
  background: #009111;
  border-radius: 80px;
  cursor: pointer;
  opacity: 1;
}
.p-top__flex {
  max-width: 560px;
  margin: 40px auto 0;
  justify-content: space-between;
  display: flex;
}
.p-top__more {
  font-family: serif;
  font-weight: 700;
  font-size: 16px;
  border: solid 1px #333;
  max-width: 260px;
  width: 100%;
  border-radius: 80px;
  position: relative;
}
.p-top__more a {
  text-align: center;
  display: block;
  padding: 20px 0;
  line-height: 1.5;
}
.p-top .toggle_btn {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  display: block;
  width: 24px;
  height: 24px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 50%;
}
.p-top .toggle_btn.selected::before {
  display: block;
  content: "";
  background-color: #333;
  position: absolute;
  width: 18px;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-top .toggle_btn.selected::after {
  display: block;
  content: "";
  background-color: #333;
  position: absolute;
  width: 18px;
  height: 2px;
  top: 46%;
  left: 15%;
  transform: rotate(90deg);
}
.p-top .toggle_btn::after {
  display: block;
  content: "";
  background-color: #333;
  position: absolute;
  width: 18px;
  height: 2px;
  top: 46%;
  left: 15%;
  transform: rotate(180deg);
}
.map_box {
  position: relative;
  z-index: 10;
  max-width: 635px;
  margin: 50px auto 0;
}
.p-top__slide.is-active .p-top__slideBg {
  -webkit-animation-name: slideBg;
  animation-name: slideBg;
  -webkit-animation-duration: 50s;
  animation-duration: 50s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.page__home {
  background: url(/kirei/assets/img/_common/bg01.png) repeat-x center top;
  background-repeat: repeat;
}
.page__home .l-main {
  overflow: hidden;
}
.page__home .c-efforts {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 75px 0.1rem 180px 0.1rem;
  background-color: #FCFBF9;
  margin-bottom: -70px;
}
.page__home .c-efforts-inner {
  max-width: 1100px;
}
.page__home .c-efforts .c-heading-img {
  text-align: center;
  background-color: #FCFBF9;
  margin-bottom: 80px;
}
.page__home .c-pref__wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 0.1rem 148px 0.1rem;
  position: relative;
}
.page__home .c-pref__wrap::after {
  display: block;
  content: "";
  height: calc(100% - 250px);
  width: calc(100vw - 230px);
  position: absolute;
  top: 0;
  left: 0;
  background-color: #e2e6db;
  z-index: 1;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 90px;
}
.page__home .c-pref-inner {
  max-width: 1100px;
  position: relative;
  z-index: 2;
}
.page__home .c-pref .c-heading-img {
  text-align: center;
  margin-bottom: 80px;
}

.page__sponsors .content {
  padding-bottom: 28vw;
  background-image: url("/kirei/assets/img/_sandokigyo/sponsors-bg.jpg");
  position: relative;
}
.page__sponsors .content .headImg {
  height: 24.86vw;
  background: url(/kirei/assets/img/_sandokigyo/sponsors-kv.jpg) no-repeat center center;
  background-size: cover;
}
.page__sponsors .content .owl {
  width: 14.51vw;
  height: 9.86vw;
  position: absolute;
  top: 20.83vw;
  left: 3.47vw;
  z-index: 2;
}
.page__sponsors .content .leaf {
  width: 8.75vw;
  height: 22.64vw;
  position: absolute;
  top: 20.14vw;
  right: 0;
  z-index: 2;
}
.page__sponsors .content .anchor-links {
  width: 55.56vw;
  margin: 4.51vw auto 6.94vw auto;
  padding: 1em 0;
  display: flex;
  justify-content: space-between;
}
.page__sponsors .content .anchor-links__wrap {
  background-image: url(/kirei/assets/img/_sandokigyo/sponsors-bg.jpg);
  position: sticky;
  z-index: 1;
  top: 100px;
}
.page__sponsors .content .anchor-links a {
  font-size: 1.67vw;
  font-family: "Noto Sans JP", sans-serif;
  padding: 0 1.88vw;
  text-decoration: none;
  color: #00a040;
  font-weight: bold;
}
.page__sponsors .content .anchor-links a {
  position: relative;
}
.page__sponsors .content .anchor-links a::after {
  content: "｜";
  position: absolute;
  top: 50%;
  right: -1.04vw;
  transform: translateY(-50%);
  color: #59605B;
}
.page__sponsors .content .anchor-links a:first-child::before {
  content: "｜";
  position: absolute;
  top: 50%;
  left: -1.04vw;
  transform: translateY(-50%);
  color: #59605B;
}
.page__sponsors .content .sponsors {
  margin: 2.01vw auto;
  padding-top: 198.125px;
  margin-top: -198.125px;
  max-width: 76.49vw;
}
.page__sponsors .content .sponsors h2 {
  font-size: 3.19vw;
  color: #00a040;
  font-family: "Noto Sans JP", sans-serif;
}
.page__sponsors .content .sponsor-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 76.49vw;
  margin: 0 auto 4vw auto;
}
.page__sponsors .content .sponsor {
  width: 13.89vw;
  height: 11.11vw;
  margin-bottom: 1.74vw;
  margin-right: 1.74vw;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  /* 5の倍数の場合のマージンライト0 */
  /* SPの時の2の倍数の場合のマージンライト0 */
}
.page__sponsors .content .square-background {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.page__sponsors .content .square-background .text {
  font-size: 1.25vw;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  padding: 0.6vw;
}
.page__sponsors .content .square-background .text.fs-typeb {
  font-size: 1.15vw;
}
.page__sponsors .content .imageText {
  flex-direction: column;
}
.page__sponsors .content .imageText .text {
  font-size: 0.97vw;
  padding: 0;
  margin-top: 0.3vw;
}
.page__sponsors .content .imageText img {
  width: 12.5vw;
  -o-object-fit: contain;
     object-fit: contain;
}
.page__sponsors .content .imageOnly img {
  width: 12vw;
}
.page__sponsors .content .underText {
  margin: 10.07vw auto 0 auto;
  color: #00a040;
  font-family: "Noto Sans JP", sans-serif;
}
.page__sponsors .content .underText p {
  font-size: 2.08vw;
  text-align: center;
}

.p-pref {
  color: #333;
  font-weight: 700;
}

.p-pref__box + .p-pref__box {
  margin: 80px 0 0;
}
.p-pref__box .txt-r {
  text-align: right;
}

.p-pref__cp {
  font-size: 40px;
  text-align: center;
  margin-top: 120px;
  line-height: 2;
}
.p-pref__cp span {
  display: block;
  font-size: 30px;
}
.p-pref__cptxt {
  font-size: 15px;
  margin-top: 40px;
  text-align: center;
  line-height: 2.8;
}
.p-pref__donate {
  text-align: center;
  font-size: 18px;
  line-height: 2.5;
  border-top: solid 1px #707070;
  border-bottom: solid 1px #707070;
  margin-top: 80px;
  padding: 30px 0;
}
.p-pref__donate span {
  font-size: 26px;
}
.p-pref__img {
  width: 368px;
  margin: 0 auto;
}
.p-pref__flex {
  margin-top: 52px;
}
.p-pref__list {
  display: flex;
  justify-content: center;
  width: 100%;
}
.p-pref__item {
  padding-right: 20px;
}

.p-pref__item.chiba img {
  width: 300px;
}
.p-pref__item:last-child {
  padding-right: 0;
}
.p-pref__subCont {
  margin-top: 136px;
}
.p-pref__subTtl {
  font-size: 26px;
  color: #0a951a;
  margin-bottom: 64px;
}
.p-pref__subTtl2 {
  font-size: 20px;
  color: #0a951a;
  margin-bottom: 10px;
}
.p-pref__txt {
  font-size: 12px;
  margin-top: 10px;
}
.p-pref__txt--r {
  text-align: right;
}

.p-pref__txt--center {
  text-align: center;
}

.p-pref__keepItem {
  margin-top: 50px;
}

.p-pref__keepItem:first-child {
  margin-top: 0;
}
.p-pref__keepTtl {
  font-size: 22px;
}
.p-pref__keepTxt {
  font-size: 15px;
  margin-top: 20px;
}
.p-pref__action {
  border: solid 1px #0a951a;
  margin-top: 90px;
  padding: 75px 25px 90px;
}
.p-pref__actionTxt {
  color: #0a951a;
  font-size: 22px;
  text-align: center;
}
.p-pref__actionLogo {
  vertical-align: text-top;
  display: inline-grid;
}
.p-pref__actionLogo img {
  transform: translateY(0px);
}

.p-pref__actionLogo--itoen {
  vertical-align: bottom;
  padding-bottom: 10px;
  padding-right: 4px;
  display: inline-block;
  line-height: 1;
}

.p-pref__actionItem {
  margin-top: 50px;
}

.p-pref__clearfix dt {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 98px;
}

.p-pref__clearfix dd {
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
  font-size: 15px;
  line-height: 2.5;
}

.p-pref__reportItem {
  display: flex;
  margin-top: 40px;
}

.p-pref__reportIcon {
  height: 100%;
}

.p-pref__reportTxt {
  font-size: 15px;
  padding-left: 25px;
  line-height: 2.5;
  width: 100%;
}
.p-pref__reportTxt p {
  margin-top: 0.5em;
  line-height: 1.8;
}

.p-pref__reportTxtParagraph.alc {
  display: flex;
  align-items: center;
}
.p-pref__reportTxtParagraph.alc .p-pref__actionLogo--itoen {
  padding-bottom: 0;
}

.p-pref__reportTxtParagraph + .p-pref__reportTxtParagraph {
  margin: 1em 0 0;
}

.p-pref__reportTxtParagraphLogo {
  margin: 0 12px 0 0;
  vertical-align: baseline;
  width: 48px;
}

.p-pref__reportTxtParagraphLogo--okinawaItoen {
  width: 72px;
}

.p-pref__reportImg {
  margin-top: 1em;
  display: block;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
}
.p-pref__reportImg img {
  margin: 0 auto;
}
.p-pref__reportImg p {
  margin-top: 0.5em;
  text-align: left;
  text-indent: -4rem;
  padding-left: 4rem;
  line-height: 1.8;
}
.p-pref__reportImg p.int-none {
  text-indent: 0;
  padding-left: 0;
}
.p-pref__reportImg span {
  display: block;
  font-size: 12px;
  line-height: 1.5;
  margin-top: 15px;
}

.p-pref__reportImg + .p-pref__reportTxtParagraph {
  margin-top: 3em;
}

.p-pref__ulItem {
  padding: 0 0 0 1em;
  position: relative;
}
.p-pref__ulItem::before {
  content: "●";
  font-size: 10px;
  left: 0;
  position: absolute;
  top: 0.5em;
}

.p-pref__ulItem + .p-pref__ulItem,
.p-pref__ulNum + .p-pref__ulNum {
  margin: 30px 0 0;
}

.p-pref__poster {
  margin-top: 30px;
  text-align: center;
}
.p-pref__poster-desc {
  font-size: 14px;
  font-weight: normal;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}
.p-pref__poster img {
  width: 295px;
}

.p-pref__phWrap {
  text-align: center;
}

.p-pref__ph--kumanokodou,
.p-pref__ph--kuroshima,
.p-pref__ph--kitagatako {
  width: 228px;
  border-radius: 5px;
}

.p-shiga {
  color: #333;
  font-weight: 700;
}

.p-shiga .p-top__joinBtnItem {
  width: 100%;
  text-align: center;
  display: block;
  margin: 0 auto 10px;
}

.p-shiga .p-top__joinBtnItem a {
  background: #333;
  width: 260px;
  border-radius: 80px;
  text-align: center;
  display: inline-block;
  font-size: 21px;
  padding: 16px 0;
  background: #009111;
}

.p-shiga .p-top__joinBtnItem a:hover {
  opacity: 0.7;
}
.p-shiga__join {
  text-align: left;
  font-size: 12px;
}

.p-shiga .p-top__slide {
  margin-top: 0;
}

.p-shiga__contents {
  margin: 50px auto 0;
}

.p-shiga__contents .applicationClosed__text {
  color: red;
  text-align: center;
  font-size: 18px;
  border: 3px solid #009111;
  padding: 10px 10px;
  margin-bottom: 10px;
}

.p-shiga__contents .applicationClosed__desc {
  color: red;
  margin-bottom: 10px;
  display: inline-block;
  text-indent: -1em;
  padding-left: 1em;
}
.p-shiga__contents .p-top__joinBtnItem a {
  color: #fff;
}

.p-shiga__contents h3 {
  text-align: center;
  font-size: 18px;
  margin-bottom: 16.7px;
}
.p-shiga__eventBox {
  border-top: 1px solid #e0cfb1;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 14.5px 0;
}
.p-shiga__eventBox:last-child {
  border-bottom: 1px solid #e0cfb1;
}

.p-shiga__eventBoxWrap--plan .p-shiga__eventBox__item {
  width: 95px;
}

.p-shiga__eventBoxWrap--recruit .p-shiga__eventBox__item {
  width: 90px;
}

.p-shiga__eventBoxWrap--flow .p-shiga__eventBox {
  border-top: 1px dotted #e0cfb1;
}

.p-shiga__eventBoxWrap--flow .p-shiga__eventBox:first-child {
  border-top: 1px solid #e0cfb1;
}

.p-shiga__eventBoxWrap--flow .p-shiga__eventBox__item {
  width: 170px;
}

.p-shiga__eventBoxWrap--contanct .p-shiga__eventBox__item {
  width: 120px;
}

.p-shiga__eventBox__detail {
  flex: 1;
}
.p-shiga__eventUnit__list {
  padding-left: 14px;
  text-indent: -1em;
}
.p-shiga__organizer {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.p-shiga__organizer > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-shiga__cp {
  font-size: 40px;
  text-align: center;
  line-height: 2;
}
.p-shiga__cp span {
  display: block;
  font-size: 30px;
}
.p-shiga__cptxt {
  font-size: 15px;
  margin-top: 40px;
  text-align: center;
  line-height: 2.8;
}
.p-shiga__experienceEvent {
  margin-top: 90px;
  padding: 60px 55px 50px;
  border: solid 1px #000;
}
.p-shiga__eventHeading {
  font-size: 22px;
  text-align: center;
}
.p-shiga__eventLead {
  margin-top: 15px;
  font-size: 15px;
  text-align: center;
}
.p-shiga__eventImage {
  margin: 0 auto;
  width: auto;
  width: initial;
}
.p-shiga__eventImageInner {
  width: 100%;
  height: auto;
  border-radius: 10px;
  display: flex;
  justify-content: space-around;
  margin-top: 35px;
}
.p-shiga__eventImageInner img {
  display: block;
  width: 292px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}
.p-shiga__eventImageCaption {
  margin-top: 10px;
  font-size: 15px;
  text-align: center;
}
.p-shiga__eventOverview {
  margin-top: 50px;
}
.p-shiga__eventCaution,
.p-shiga__eventContact {
  margin-top: 40px;
}
.p-shiga__entryNotesList,
.p-shiga__eventCautionList {
  margin-top: 12px;
}

.p-shiga__eventNotes {
  margin-top: 8px;
}
.p-shiga__entryNotesListItem,
.p-shiga__eventNotesItem {
  font-size: 12px;
  text-indent: -0.8em;
  padding-left: 0.8em;
}

.p-shiga__entryNotesListItem:not(:first-child),
.p-shiga__eventNotesItem:not(:first-child) {
  margin-top: 4px;
}
.p-shiga__eventMerits {
  margin-top: 25px;
  text-indent: -0.8em;
  padding-left: 0.8em;
}
.p-shiga__eventMeritsItem {
  font-size: 15px;
  line-height: 2;
}

.p-shiga__eventMeritsItem:not(:first-child) {
  margin-top: 15px;
}
.p-shiga__meritItemLogo {
  margin-right: 8px;
  margin-left: 8px;
}

.p-shiga__meritItemLogo-contents {
  margin-right: 8px;
  margin-left: 0;
}
.p-shiga__meritItemLogo img {
  width: auto;
  height: 22px;
}
.p-shiga__eventDetail {
  margin-top: 35px;
}

.p-shiga__eventDetailTxt {
  font-size: 15px;
  line-height: 1.7;
}

.p-shiga__eventDetailTxt:not(:first-child) {
  margin-top: 10px;
}

.p-shiga__eventDetailTxt span {
  font-size: 15px;
}
.p-shiga__eventDetailTxt span.attention {
  color: red;
}
.p-shiga__eventCautionListItem {
  font-size: 15px;
  line-height: 1.7;
  text-indent: -0.8em;
  padding-left: 0.8em;
}
.p-shiga__eventCautionListItem:not(:first-child) {
  margin-top: 5px;
}
.p-shiga__contactInfo {
  margin-top: 20px;
}
.p-shiga__contactInfo h4 {
  font-size: 15px;
}
.p-shiga__contactInfoDetail {
  margin-top: 15px;
}
.p-shiga__contactInfoDetail p {
  font-size: 15px;
}
.p-shiga__contactInfoDetail p:not(:first-child) {
  margin-top: 2px;
}
.p-shiga__contactNotes {
  margin-top: 20px;
}
.p-shiga__contactNotesItem {
  font-size: 12px;
  text-indent: -0.8em;
  padding-left: 0.8em;
}
.p-shiga__contactNotesItem:not(:first-child) {
  margin-top: 4px;
}

.p-shiga__eventEntry {
  margin-top: 40px;
}
.p-shiga__entryButton a {
  display: block;
  max-width: 320px;
  width: 100%;
  margin: 0 auto;
  padding: 22px 0 20px;
  border-radius: 80px;
  text-align: center;
  font-size: 17px;
  letter-spacing: 0.15em;
  color: #fff;
  background-color: #333;
}

.p-shiga__entryButton a:hover {
  background-color: #009111;
  cursor: pointer;
}
.p-shiga__donate {
  text-align: center;
  font-size: 18px;
  line-height: 2.5;
  border-top: solid 1px #707070;
  border-bottom: solid 1px #707070;
  margin-top: 80px;
  padding: 30px 0;
}
.p-shiga__donate span {
  font-size: 26px;
}
.p-shiga__imgCont--mt50 {
  margin-top: 80px;
}
.p-shiga__imgCont--mt80 {
  margin-top: 80px;
}
.p-shiga__img {
  text-align: center;
}
.p-shiga__note {
  margin-top: 80px;
}
.p-shiga__noteTxt {
  font-size: 12px;
  line-height: 2;
}
.p-shiga__noteTxt--indent {
  padding-left: 1em;
}

.p-shiga__list {
  display: flex;
  justify-content: center;
  width: 100%;
}
.p-shiga__item {
  padding-right: 20px;
}
.p-shiga__item:last-child {
  padding-right: 0;
}
.p-shiga__txt {
  font-size: 12px;
  margin-top: 10px;
  text-align: center;
}
.p-shiga__keepItem {
  margin-top: 50px;
}

.p-shiga__keepItem:first-child {
  margin-top: 0;
}
.p-shiga__keepTtl {
  font-size: 22px;
}
.p-shiga__keepTxt {
  font-size: 15px;
  margin-top: 20px;
}
.p-shiga__action {
  margin-top: 90px;
}
.p-shiga__actionTxt {
  font-size: 22px;
}
.p-shiga__actionLogo {
  vertical-align: text-top;
  display: inline-grid;
}

.p-shiga__actionLogo img {
  transform: translateY(0px);
}
.p-shiga__actionItem {
  margin-top: 50px;
}
.p-shiga__clearfix dt {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 98px;
}
.p-shiga__clearfix dd {
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
  font-size: 15px;
  line-height: 2.5;
}
.p-shiga__reportList {
  margin-bottom: 52px;
}
.p-shiga__reportItem {
  display: flex;
  margin-top: 40px;
  align-items: center;
}
.p-shiga__reportSec {
  margin-top: 80px;
}
.p-shiga__reportSec:first-of-type {
  margin-top: 100px;
}
.p-shiga__lead {
  margin-bottom: 26px;
}
.p-shiga__reportTxt {
  font-size: 22px;
  padding-left: 45px;
  line-height: 1.8;
  text-indent: -1em;
}

.p-shiga__reportTxt span {
  font-size: 15px;
  display: block;
}
.p-shiga__reportImg span {
  display: block;
  font-size: 12px;
  line-height: 1.5;
  margin-top: 15px;
}
.ttl_grn_01 {
  line-height: 1.4;
  font-family: serif;
  font-size: 17.5px;
  font-size: 4.66667vw;
  text-align: center;
  font-weight: 700;
  padding: 14vw 0 6.4vw;
}

.content_box_inner {
  width: 90.66667vw;
  margin: 0 auto;
}

.prefectures_list li {
  border-bottom: 1px solid #e5e5e5;
  float: left;
  width: 30.13333vw;
  border-right: 1px solid #e5e5e5;
  box-sizing: border-box;
  background-color: #007f32;
}

.prefectures_list li a {
  display: block;
  position: relative;
  padding: 2.66667vw 2vw;
  color: #fff;
  text-decoration: none;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
}

.prefectures_list li a::after {
  content: "";
  background: url(/kirei/assets/img/arrow.svg) no-repeat right;
  background-size: contain;
  position: absolute;
  width: 4.66667vw;
  height: 2vw;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
}

.u-fontExtended {
  display: inline-block;
  transform: scaleY(0.95);
}

.u-alignLeft {
  text-align: left;
}

.u-alignRight {
  text-align: right;
}

.u-alignCenter {
  text-align: center;
}

.u-weightBold {
  font-weight: bold;
}

.u-weightNormal {
  font-weight: normal;
}

.u-hasUnderline {
  text-decoration: underline;
}

.u-hasIndent {
  margin-left: 1em;
}

.u-mt00 {
  margin-top: 0;
}

.u-pci {
  display: inline-block;
}
.u-spi {
  display: none;
}
.u-pc {
  display: block;
}
.u-sp {
  display: none;
}
.u-w1 {
  width: 1%;
}

.u-w2 {
  width: 2%;
}

.u-w3 {
  width: 3%;
}

.u-w4 {
  width: 4%;
}

.u-w5 {
  width: 5%;
}

.u-w6 {
  width: 6%;
}

.u-w7 {
  width: 7%;
}

.u-w8 {
  width: 8%;
}

.u-w9 {
  width: 9%;
}

.u-w10 {
  width: 10%;
}

.u-w11 {
  width: 11%;
}

.u-w12 {
  width: 12%;
}

.u-w13 {
  width: 13%;
}

.u-w14 {
  width: 14%;
}

.u-w15 {
  width: 15%;
}

.u-w16 {
  width: 16%;
}

.u-w17 {
  width: 17%;
}

.u-w18 {
  width: 18%;
}

.u-w19 {
  width: 19%;
}

.u-w20 {
  width: 20%;
}

.u-w21 {
  width: 21%;
}

.u-w22 {
  width: 22%;
}

.u-w23 {
  width: 23%;
}

.u-w24 {
  width: 24%;
}

.u-w25 {
  width: 25%;
}

.u-w26 {
  width: 26%;
}

.u-w27 {
  width: 27%;
}

.u-w28 {
  width: 28%;
}

.u-w29 {
  width: 29%;
}

.u-w30 {
  width: 30%;
}

.u-w31 {
  width: 31%;
}

.u-w32 {
  width: 32%;
}

.u-w33 {
  width: 33%;
}

.u-w34 {
  width: 34%;
}

.u-w35 {
  width: 35%;
}

.u-w36 {
  width: 36%;
}

.u-w37 {
  width: 37%;
}

.u-w38 {
  width: 38%;
}

.u-w39 {
  width: 39%;
}

.u-w40 {
  width: 40%;
}

.u-w41 {
  width: 41%;
}

.u-w42 {
  width: 42%;
}

.u-w43 {
  width: 43%;
}

.u-w44 {
  width: 44%;
}

.u-w45 {
  width: 45%;
}

.u-w46 {
  width: 46%;
}

.u-w47 {
  width: 47%;
}

.u-w48 {
  width: 48%;
}

.u-w49 {
  width: 49%;
}

.u-w50 {
  width: 50%;
}

.u-w51 {
  width: 51%;
}

.u-w52 {
  width: 52%;
}

.u-w53 {
  width: 53%;
}

.u-w54 {
  width: 54%;
}

.u-w55 {
  width: 55%;
}

.u-w56 {
  width: 56%;
}

.u-w57 {
  width: 57%;
}

.u-w58 {
  width: 58%;
}

.u-w59 {
  width: 59%;
}

.u-w60 {
  width: 60%;
}

.u-w61 {
  width: 61%;
}

.u-w62 {
  width: 62%;
}

.u-w63 {
  width: 63%;
}

.u-w64 {
  width: 64%;
}

.u-w65 {
  width: 65%;
}

.u-w66 {
  width: 66%;
}

.u-w67 {
  width: 67%;
}

.u-w68 {
  width: 68%;
}

.u-w69 {
  width: 69%;
}

.u-w70 {
  width: 70%;
}

.u-w71 {
  width: 71%;
}

.u-w72 {
  width: 72%;
}

.u-w73 {
  width: 73%;
}

.u-w74 {
  width: 74%;
}

.u-w75 {
  width: 75%;
}

.u-w76 {
  width: 76%;
}

.u-w77 {
  width: 77%;
}

.u-w78 {
  width: 78%;
}

.u-w79 {
  width: 79%;
}

.u-w80 {
  width: 80%;
}

.u-w81 {
  width: 81%;
}

.u-w82 {
  width: 82%;
}

.u-w83 {
  width: 83%;
}

.u-w84 {
  width: 84%;
}

.u-w85 {
  width: 85%;
}

.u-w86 {
  width: 86%;
}

.u-w87 {
  width: 87%;
}

.u-w88 {
  width: 88%;
}

.u-w89 {
  width: 89%;
}

.u-w90 {
  width: 90%;
}

.u-w91 {
  width: 91%;
}

.u-w92 {
  width: 92%;
}

.u-w93 {
  width: 93%;
}

.u-w94 {
  width: 94%;
}

.u-w95 {
  width: 95%;
}

.u-w96 {
  width: 96%;
}

.u-w97 {
  width: 97%;
}

.u-w98 {
  width: 98%;
}

.u-w99 {
  width: 99%;
}

.u-w100 {
  width: 100%;
}

@media screen and (max-width: 750px) {
  img {
    width: 100%;
  }
  .l-content {
    width: 89.33333vw;
  }
  .l-content__innerTop {
    padding: 10.66667vw 0;
  }
  .l-content__inner {
    padding: 9.33333vw 0;
  }
  .bottom {
    padding: 9.33333vw 0 23.33333vw 0;
  }
  .l-footer__wapr {
    background-color: transparent;
  }
  .l-footer__inner {
    background: url(/kirei/assets/img/_common/footer_bg_top-sp.png) no-repeat;
    position: static;
    padding: 12vw 0 0 0;
    margin-top: -10vw;
  }
  .l-footer__top {
    background: none;
    position: absolute;
    width: 100%;
    height: 1px;
  }
  .l-footer__link {
    position: relative;
  }
  .l-footer__linkTxt {
    font-size: 20px;
    font-size: 5.33333vw;
  }
  .l-footer__linkBnr {
    width: 65.66667vw;
    margin: 6vw auto 0;
    display: block;
  }
  .l-footer__linkBnrItem:nth-of-type(2n) {
    margin: 5.33333vw auto;
  }
  .l-footer__footer {
    padding: 7.73333vw 0 7.73333vw 0;
    margin-top: 13.6vw;
  }
  .l-footer__logo {
    width: 20vw;
    margin: 0 auto;
  }
  .l-footer__copyright {
    font-size: 9px;
    font-size: 2.4vw;
    margin-top: 3.46667vw;
  }
  .l-footer__pageTop {
    width: 15.33333vw;
    bottom: 21vw;
    right: 3vw;
  }
  .swiper-container {
    padding: 0 0 10.66667vw 0;
  }
  .swiper-button-next {
    width: 8vw;
    top: 10vw;
  }
  .swiper-button-prev {
    width: 8vw;
    top: 10vw;
  }
  .m-kv {
    height: 53.33333vw;
    background: url(/kirei/assets/img/common/kv--sp.jpg) no-repeat center center;
  }
  .m-kv.--shiga {
    height: 53.33333vw;
    background: url(/kirei/assets/img/common/kv-shiga--sp.jpg) no-repeat center center;
  }
  .m-kv::after {
    background: url(/kirei/assets/img/common/kv_bottom--sp.png) center bottom;
  }
  .m-kv--shiga {
    margin-top: 65px;
  }

  .m-kv--shiga.m-kv::after {
    content: "";
    bottom: -30px;
  }

  .m-kv--shiga .p-top__kvVideo {
    padding-top: 0px;
  }
  .m-kv__ttl {
    width: 44.66667vw;
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%);
  }
  .m-kv__ttl--shiga {
    width: 57.06667vw;
    position: absolute;
    top: 25%;
    left: 47%;
    transform: translate(-50%);
    margin: 0;
  }
  .m-kv__logo {
    display: none;
  }
  .m-kv__item {
    width: 13.86667vw;
    left: 5.33333vw;
    bottom: 7.2vw;
  }
  .p-top .p-top__kv {
    padding: 2vw 2vw 0 2vw;
  }
  .p-top__kvVideo {
    width: 100vw;
    padding-top: 56px;
  }
  .p-top__kvTtl {
    width: 38.13333vw;
    left: 45vw;
    top: 20%;
  }
  .m-lead--mt50 {
    margin-top: 10vw;
  }
  .m-lead--mb50 {
    margin-bottom: 10vw;
  }
  .m-lead__txt {
    font-size: 16px;
    font-size: 4.26667vw;
  }
  .m-list--mt50 {
    margin-top: 10vw;
  }
  .m-list__item {
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: 2.3;
  }
  .l-map__map {
    background: #fff url(/kirei/assets/img/modal_bg.jpg) repeat center top;
    background-size: auto;
    width: auto;
    padding: 10.66667vw 0 30.66667vw 0;
  }
  .l-map__mapTop {
    background: url(/kirei/assets/img/map_bg_top_sp.png) repeat-x center top;
    background-size: auto;
    position: absolute;
    width: 100vw;
    height: 2.66667vw;
    top: -2vw;
  }
  .l-map__mapInner {
    padding: 10.66667vw 0 11.33333vw 0;
  }
  .l-map__mapBg {
    background: url(/kirei/assets/img/map_area_bg--sp.png) no-repeat center center;
    width: 89.33333vw;
    height: 155.73333vw;
    background-size: contain;
    margin: 0 auto;
  }
  .l-map__listItem img {
    width: 100%;
    height: 100%;
  }
  .l-map__listItem--hokkaido {
    width: 23.6vw;
    height: 20vw;
    top: 5vw;
    left: 63vw;
  }
  .l-map__listItem--tohoku {
    width: 21.33333vw;
    height: 32.4vw;
    top: 77vw;
    right: 2vw;
  }
  .l-map__listItem--kanto {
    width: 20vw;
    height: 37.86667vw;
    top: 110vw;
    right: 12vw;
  }
  .l-map__listItem--kinki {
    width: 21.33333vw;
    height: 32.4vw;
    bottom: 25vw;
    right: 35vw;
  }
  .l-map__listItem--shikoku {
    width: 21.33333vw;
    height: 27.6vw;
    top: 10vw;
    left: 5vw;
  }
  .l-map__listItem--chubu {
    width: 21.33333vw;
    height: 43.6vw;
    top: 24vw;
    left: 34vw;
  }
  .l-map__listItem--chugoku {
    width: 21.33333vw;
    height: 32.66667vw;
    top: 36vw;
    left: 5vw;
  }
  .l-map__listItem--kyushu_okinawa {
    width: 21.33333vw;
    height: 37.86667vw;
    bottom: 7vw;
    left: 8vw;
  }
  .l-map__mapArea {
    padding-top: 9.33333vw;
  }

  .l-map__mapArea svg {
    width: 84vw;
    height: auto;
    margin: 19vw auto 0;
    padding-right: 3vw;
  }
  .l-map__mapTxt {
    font-size: 15px;
    font-size: 4vw;
    text-align: center;
    padding: 13.33333vw 0 0 0;
  }

  .l-map__mapTxt span {
    font-size: 11.5px;
    font-size: 3.06667vw;
  }
  .l-map__local {
    background: url(/kirei/assets/img/map_area_bg--sp.png) no-repeat center center;
    width: 88.93333vw;
    height: 157.33333vw;
    background-size: contain;
  }
  .l-map__localArea svg {
    width: 88vw;
    height: auto;
  }
  .l-map__localBtn {
    width: 22.13333vw;
    top: 5vw;
    left: 4vw;
    z-index: 15;
  }
  .l-modal__wrap--supprtingCompany .l-modal__inner {
    width: auto;
    width: initial;
    padding: 50px 0;
  }

  .l-modal__inner {
    width: 95%;
  }
  .l-modal__box.l-modal__box--supprtingCompany {
    gap: 2.6666666667px 3vw;
    padding: 7vw 5.3333333333vw 4vw;
    justify-content: space-between;
    position: relative;
  }
  .l-modal__list--supprtingCompany.fsms span {
    font-size: 1.8vw !important;
  }

  .l-modal__list--supprtingCompany.noph {
    min-height: 30vw;
  }

  .l-modal__list--supprtingCompany.noph span {
    font-size: 3vw;
  }

  .l-modal__list--supprtingCompanyWrap {
    gap: 2.6666666667vw 4vw;
    justify-content: space-evenly;
  }

  .l-modal__list--supprtingCompany {
    width: 36.6666666667vw;
    margin-bottom: 2vw;
    padding: 2vw;
  }
  .l-modal__box--supprtingCompany .l-modal__close--circle {
    position: absolute;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    width: 8vw;
    font-size: 4vw;
    height: 8vw;
    right: -3vw;
    top: -3vw;
    background: #333;
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  }
  .l-modal__list--supprtingCompany span {
    font-size: 2.7vw;
  }

  .l-modal__box {
    padding: 6.66667vw 6.66667vw;
  }

  .l-modal__box--supprtingCompany .l-modal__desc {
    margin: 2.6666666667vw 0;
  }

  .l-modal__box--supprtingCompany .l-modal__close {
    font-size: 4vw;
  }
  .l-modal__listTxt {
    width: 73.33333vw;
    display: flex;
    justify-content: space-between;
  }

  .l-modal__listTxt img {
    width: 28.66667vw;
  }
  .l-modal__list {
    width: auto;
    max-width: none;
    display: block;
  }
  .l-modal__prefList {
    width: 75vw;
    flex-wrap: wrap;
    padding: 7.6vw 0 0 0;
  }
  .l-modal__prefTtl {
    padding: 2.4vw 4vw 4vw 0;
    width: 16vw;
  }
  .l-modal__prefArea {
    width: 58.66667vw;
    padding-top: 2.66667vw;
    flex-wrap: wrap;
  }
  .l-modal__prefAreaItem {
    font-size: 14px;
    font-size: 3.73333vw;
    padding: 1.33333vw 0 1.33333vw 2.66667vw;
  }
  .l-modal__close {
    font-size: 14px;
    font-size: 3.73333vw;
    padding-top: 1vw;
  }
  .width {
    width: 86vw;
  }
  .width02 {
    width: 86vw;
  }
  .width03 {
    width: 86vw;
  }
  .l-news {
    padding: 0px;
    margin-top: 13.33333vw;
  }

  .l-news__inner {
    padding: 9.3333333333vw 0;
  }
  .l-news__ttl {
    font-size: 25px;
    font-size: 6.66667vw;
  }
  .l-news__list {
    width: 89.33333vw;
    margin: 6.66667vw auto 4vw;
    flex-direction: column;
    gap: 4vw;
  }
  .l-news__item {
    width: 100%;
    flex-direction: column;
    max-width: none;
    max-width: initial;
    padding: 4.2vw 3.6666666667vw;
  }

  .l-news__item img {
    width: 100%;
  }
  .l-news__item--icon::after {
    top: 50%;
  }
  .l-news__item--arrow::after {
    top: 50%;
  }
  .l-news__day {
    font-size: 14px;
    font-size: 3.73333vw;
  }
  .l-news__txt strong {
    margin-bottom: 2vw;
    font-size: 3.7333333333vw;
  }
  .l-news__txt__inner {
    gap: 2vw;
  }

  .l-news__txt__inner span {
    font-size: 3.3333333333vw;
    line-height: 1.4;
  }

  .l-news__txt {
    width: 100%;
    padding: 0;
    font-size: 14px;
    font-size: 3.73333vw;
    margin-top: 3vw;
  }
  .l-pref {
    margin-top: 17.33333vw;
  }
  .l-pref__localItem img {
    width: 59.33333vw;
    margin: 0 auto;
  }
  .l-pref__localItem--hokkaido_tohoku img {
    width: 56vw;
  }
  .l-pref__localImg {
    width: 59.2vw;
    margin: 0 auto;
  }
  .l-pref__link {
    width: 86vw;
    justify-content: space-between;
    margin: 8vw auto 0;
  }
  .l-pref__linkItem {
    width: 42.13333vw;
  }
  .l-pref__linkTxt {
    font-size: 10px;
    font-size: 2.66667vw;
  }
  .l-pref__arrow {
    width: 77.33333vw;
    padding-top: 0;
  }
  .m-titleA {
    font-size: 35px;
    font-size: 9.33333vw;
  }
  .m-titleA span {
    font-size: 9px;
    font-size: 2.4vw;
  }
  .m-titleB__txt {
    font-size: 20px;
    font-size: 5.33333vw;
  }
  .extd-title_region,
.m-titleB--chubu,
.m-titleB--chugoku,
.m-titleB--hokkaido,
.m-titleB--kanto,
.m-titleB--kinki,
.m-titleB--kyushu,
.m-titleB--shikoku,
.m-titleB--tohoku,
.m-titleC--shiga {
    background-size: cover;
    height: 37.86667vw;
  }
  .m-titleC__txt {
    font-size: 20px;
    font-size: 5.33333vw;
  }
  .m-titleC__txt::after {
    background: url(/kirei/assets/img/common/kv_bottom--sp.png) center bottom;
  }
  .m-txt {
    font-size: 14px;
    font-size: 3.73333vw;
    margin-top: 5.33333vw;
    line-height: 2.3;
  }
  .p-top__joinBox {
    margin-top: 5.3333333333vw;
    margin-bottom: 1.3333333333vw;
  }
  .p-top__joinBox span {
    font-size: 3vw;
  }
  .p-top__content__inner {
    padding: 4vw;
    width: auto;
    width: initial;
  }
  .p-top__content__copy {
    font-size: 3.7333333333vw;
    margin-bottom: 8vw;
  }
  .p-top__content__desc {
    flex-direction: column;
    margin-top: 6vw;
  }
  .p-top__content__desc {
    flex-direction: column;
  }

  .p-top__content__desc ul {
    display: flex;
    flex-direction: column;
    width: auto;
    width: initial;
    margin-bottom: 6vw;
  }
  .p-top__content__desc ul li {
    font-size: 3.2vw;
    padding-left: 2.2666666667vw;
    margin-bottom: 4.6666666667vw;
  }
  .p-top__contentTxt {
    width: 60vw;
    margin: 10vw auto 0;
  }
  .p-top__agreeBox {
    margin-top: 0px;
  }
  .p-top__agreeBox span {
    font-size: 2.9333333333vw;
  }
  .p-top__agreeBtnItem a {
    padding: 4vw 0 4.66667vw;
    font-size: 3.7333333333vw;
    line-height: 1;
    width: 56vw;
  }
  .p-top__moreBtnItem a {
    padding: 4vw 0 4.66667vw;
    font-size: 3.7333333333vw;
    line-height: 1;
    width: 66.6666666667vw;
  }
  .p-top__newsBtnItem a {
    padding: 3vw 0 3.66667vw;
    font-size: 3.7333333333vw;
    line-height: 1;
  }
  .p-top__slide {
    height: 46.66667vw;
    max-height: none;
    margin-top: 13.73333vw;
  }
  .p-top__slideBg {
    width: calc(2000 / 750 * 100vw + 100vw);
    height: 46.66667vw;
    background: transparent url(/kirei/assets/img/slide_sp.jpg) repeat-x center;
    background-size: contain;
  }
  .p-top__bgTop {
    background: url(/kirei/assets/img/bg_top_sp.png) repeat-x center top;
    background-size: auto;
    width: 100vw;
    z-index: 5;
    top: 0;
  }
  .p-top__mapTop {
    background: url(/kirei/assets/img/map_bg_top_sp.png) repeat-x center top;
    background-size: contain;
    position: absolute;
    width: 100vw;
    height: 2.66667vw;
    bottom: 1vw;
  }
  .p-top__map {
    background: #fff url(/kirei/assets/img/modal_bg.jpg) repeat center top;
    background-size: auto;
    width: 100vw;
    padding-bottom: 30.66667vw;
  }
  .p-top__mapBtnItem {
    margin-top: 4vw;
  }
  .p-top__mapBtnItem a {
    background: #009111;
    border-radius: 80px;
    cursor: pointer;
    opacity: 1;
    padding: 4vw 0 4.66667vw;
  }
  .p-top__mapBtnItem a img {
    width: 26.66667vw;
  }
  .p-top__flex {
    width: 66.66667vw;
    margin: 0 auto 0;
    display: block;
  }
  .p-top__more {
    width: 66.66667vw;
    margin: 0 auto 0;
    font-size: 15px;
    font-size: 4vw;
  }
  .p-top__more img {
    width: 12.4vw;
  }
  .p-top__more a {
    padding: 5vw 0 4vw 0;
    height: 100%;
  }
  .p-top .toggle_btn {
    width: 6.66667vw;
    height: 6.66667vw;
  }
  .p-top .toggle_btn.selected::before {
    width: 4.66667vw;
    height: 0.4vw;
  }
  .p-top .toggle_btn.selected::after {
    width: 4.66667vw;
    height: 0.4vw;
  }
  .p-top .toggle_btn::after {
    width: 4.66667vw;
    height: 0.4vw;
  }
  .map_box {
    width: 86.66667vw;
    margin: 9.33333vw auto 0;
    left: 50%;
    transform: translate(-50%);
  }

  .map_box img {
    width: 82.13333vw !important;
    height: 75.46667vw !important;
  }
  .p-top__slide.is-active .p-top__slideBg {
    -webkit-animation-name: slideBg_sp;
    animation-name: slideBg_sp;
  }
  .page__sponsors .content .headImg {
    height: 48vw;
  }
  .page__sponsors .content .owl {
    width: 27.87vw;
    height: 18.93vw;
    top: 40vw;
    left: 2vw;
  }
  .page__sponsors .content .leaf {
    width: 15.73vw;
    height: 43.47vw;
    top: 73vw;
  }
  .page__sponsors .content .anchor-links {
    width: 76.13vw;
    flex-wrap: wrap;
    margin: 14.67vw auto 9vw auto;
  }
  .page__sponsors .content .anchor-links a {
    font-size: 4.8vw;
    padding: 0 4.8vw;
  }
  .page__sponsors .content .anchor-links a::after {
    right: -3.04vw;
  }
  .page__sponsors .content .anchor-links a:first-child::before {
    left: -3.04vw;
  }
  .page__sponsors .content .anchor-links a.first-row::before {
    content: "｜";
    position: absolute;
    top: 50%;
    left: -3.04vw;
    transform: translateY(-50%);
    color: #59605B;
  }
  .page__sponsors .content .sponsors {
    margin: 8vw auto;
    padding-top: 36.6917333333vw;
    margin-top: -36.6917333333vw;
    max-width: 84vw;
  }
  .page__sponsors .content .sponsors h2 {
    font-size: 8vw;
  }
  .page__sponsors .content .sponsor-container {
    max-width: 84vw;
  }
  .page__sponsors .content .sponsor {
    width: 40vw;
    height: 32vw;
    margin-bottom: 4vw;
    margin-right: 4vw;
  }
  .page__sponsors .content .sponsor:nth-child(2n) {
    margin-right: 0;
  }
  .page__sponsors .content .square-background .text {
    font-size: 3.47vw;
  }
  .page__sponsors .content .square-background .text.fs-typeb {
    font-size: 3.27vw;
  }
  .page__sponsors .content .imageText .text {
    font-size: 2.67vw;
  }
  .page__sponsors .content .imageText img {
    width: 34vw;
  }
  .page__sponsors .content .imageOnly img {
    width: 36vw;
  }
  .page__sponsors .content .underText p {
    font-size: 4.8vw;
  }
  .p-pref__box + .p-pref__box {
    margin: 20vw 0 0;
  }
  .p-pref__cp {
    font-size: 25px;
    font-size: 6.66667vw;
    white-space: nowrap;
    margin: 10.66667vw auto 0;
  }
  .p-pref__cp span {
    font-size: 18.5px;
    font-size: 4.93333vw;
  }
  .p-pref__cptxt {
    font-size: 14px;
    font-size: 3.73333vw;
    margin-top: 11.33333vw;
    line-height: 2.5;
  }
  .p-pref__donate {
    margin-top: 11.06667vw;
    padding: 5.33333vw 0;
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 2;
  }
  .p-pref__donate span {
    font-size: 18px;
    font-size: 4.8vw;
  }
  .p-pref__img {
    width: 67.46667vw;
  }
  .p-pref__flex {
    margin-top: 16.53333vw;
  }
  .p-pref__list {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .p-pref__item.chiba img {
    width: auto;
  }

  .p-pref__item {
    width: 42vw;
    padding-right: 0;
  }
  .p-pref__item:nth-child(3) {
    margin-top: 5.33333vw;
  }
  .p-pref__item:nth-child(4) {
    margin-top: 5.33333vw;
  }
  .p-pref__item--w100 {
    width: 100%;
  }
  .p-pref__subCont {
    margin-top: 18.13333vw;
  }
  .p-pref__subTtl {
    font-size: 18px;
    font-size: 4.8vw;
    margin-bottom: 8.53333vw;
  }
  .p-pref__subTtl2 {
    font-size: 13px;
    font-size: 3.46667vw;
    margin-bottom: 2.66667vw;
  }
  .p-pref__txt {
    font-size: 10px;
    font-size: 2.66667vw;
    margin-top: 1.33333vw;
  }
  .p-pref__keepItem {
    margin-top: 10vw;
  }
  .p-pref__keepTtl {
    font-size: 16px;
    font-size: 4.26667vw;
  }
  .p-pref__keepTxt {
    font-size: 14px;
    font-size: 3.73333vw;
    margin-top: 4.66667vw;
  }
  .p-pref__action {
    margin-top: 15.33333vw;
    padding: 10vw 3.33333vw 12vw;
  }
  .p-pref__actionTxt {
    font-size: 16px;
    font-size: 4.26667vw;
  }
  .p-pref__actionLogo {
    width: 16.26667vw;
    display: inline-block;
    vertical-align: text-bottom;
  }
  .p-pref__actionLogo img {
    transform: translateY(0.1vw);
  }
  .p-pref__actionLogo--itoen {
    padding-bottom: 0.5vw;
  }
  .p-pref__actionItem {
    margin-top: 8.66667vw;
  }
  .p-pref__actionItem:first-child {
    margin-top: 16.66667vw;
  }
  .p-pref__clearfix dt {
    display: block;
    width: 25.06667vw;
    margin: 0 auto;
  }
  .p-pref__clearfix dd {
    padding-left: 0;
    font-size: 14px;
    font-size: 3.73333vw;
    padding-top: 5.33333vw;
  }
  .p-pref__reportItem {
    display: block;
    margin-top: 8.66667vw;
  }
  .p-pref__reportIcon {
    width: 25.06667vw;
    margin: 0 auto;
    display: inherit;
  }
  .p-pref__reportTxt {
    font-size: 14px;
    font-size: 3.73333vw;
    padding-top: 5.33333vw;
    padding-left: 0;
    line-height: 2;
  }
  .p-pref__reportTxtParagraphLogo {
    width: 9vw !important;
  }
  .p-pref__reportTxtParagraphLogo--okinawaItoen {
    width: 14.66667vw !important;
  }
  .p-pref__reportImg {
    text-align: center;
    margin-top: 8.66667vw;
  }
  .p-pref__reportImg img {
    width: 42vw;
  }
  .p-pref__reportImg span {
    font-size: 10px;
    font-size: 2.66667vw;
  }
  .p-pref__reportImg span img {
    width: 13.33333vw;
  }
  .p-pref__poster-desc {
    font-size: 3vw;
  }
  .p-pref__poster {
    margin-top: 8vw;
  }
  .p-pref__poster img {
    width: 55%;
  }
  .p-pref__ph--kuroshima {
    width: 100%;
  }

  .p-pref__ph--kitagatako {
    width: 100%;
  }
  .only-pc {
    display: none;
  }
  .p-shiga .p-top__joinBtnItem a {
    max-width: 66.6666666667vw;
    font-size: 3.7333333333vw;
  }
  .p-shiga__contents .applicationClosed__text {
    padding: 1.3333333333vw;
    margin-bottom: 1.3333333333vw;
    font-size: 2.7vw;
  }

  .p-shiga__contents .applicationClosed__desc {
    font-size: 2.4vw;
    margin-bottom: 1.3333333333vw;
  }

  .p-shiga__join {
    font-size: 2.4vw;
  }

  .p-shiga .p-top__joinBtnItem a {
    font-size: 3.7333333333vw;
    padding: 4.6666666667vw 0;
  }
  .p-shiga__contents {
    margin: 13.3333333333vw auto 0;
  }

  .p-shiga__contents h3 {
    font-size: 4.8vw;
    margin-bottom: 3.4666666667vw;
  }
  .p-shiga__eventBox {
    flex-direction: column;
    padding: 2.9333333333vw 0;
  }
  .p-shiga__eventBox__detail {
    width: 100%;
    flex: initial;
  }

  .p-shiga__eventBox__desc {
    font-size: 2.9333333333vw;
  }

  .p-shiga__eventBoxWrap .p-shiga__eventBox__item {
    width: 100%;
    font-size: 3.7333333333vw;
    margin-bottom: 0.2666666667vw;
  }

  .p-shiga__eventBox__detail {
    font-size: 3.7333333333vw;
  }
  .p-shiga__eventUnit__list {
    font-size: 3.7333333333vw;
  }
  .p-shiga__organizer > div {
    margin-bottom: 2.5vw;
  }

  .p-shiga__organizer > div:last-child {
    margin-bottom: 0;
  }

  .p-shiga__organizer > div > span {
    font-size: 3.7333333333vw;
    margin-bottom: 2.5vw;
  }

  .p-shiga__organizer--itou {
    width: 28vw;
  }

  .p-shiga__organizer--taneya {
    width: 54.4vw;
  }
  .p-shiga__cp {
    white-space: nowrap;
    font-size: 25px;
    font-size: 6.66667vw;
    margin-top: 0;
  }
  .p-shiga__cp span {
    font-size: 18.5px;
    font-size: 4.93333vw;
  }
  .p-shiga__cptxt {
    font-size: 14px;
    font-size: 3.73333vw;
    margin-top: 11.33333vw;
    line-height: 2.5;
  }
  .p-shiga__experienceEvent {
    margin-top: 11.33333vw;
    padding: 10vw 3.33333vw 12vw;
  }
  .p-shiga__eventHeading {
    font-size: 16px;
    font-size: 4.26667vw;
  }
  .p-shiga__eventLead {
    font-size: 28px;
    font-size: 3.7333333333vw;
    margin-top: 4vw;
  }
  .p-shiga__eventImage {
    width: 100%;
    margin-top: 6.66667vw;
    margin-left: 0;
  }
  .p-shiga__eventImageInner {
    flex-direction: column;
    align-items: center;
    gap: 3vw;
    margin-top: 4.6666666667vw;
  }
  .p-shiga__eventImageInner {
    width: 100%;
    height: auto;
  }

  .p-shiga__eventImageInner img {
    width: 100%;
    display: inline;
  }
  .p-shiga__eventImageCaption {
    font-size: 10px;
    font-size: 2.9333333333vw;
  }
  .p-shiga__eventOverview {
    margin-top: 8vw;
  }
  .p-shiga__eventCaution,
.p-shiga__eventContact {
    margin-top: 8vw;
  }
  .p-shiga__eventNotes {
    margin-top: 2.13333vw;
  }
  .p-shiga__entryNotesListItem,
.p-shiga__eventNotesItem {
    font-size: 11px;
    font-size: 2.93333vw;
  }

  .p-shiga__entryNotesListItem:not(:first-child),
.p-shiga__eventNotesItem:not(:first-child) {
    margin-top: 0.8vw;
  }
  .p-shiga__eventMerits {
    margin-top: 6.66667vw;
  }
  .p-shiga__eventMeritsItem {
    font-size: 12px;
    font-size: 3.2vw;
  }

  .p-shiga__eventMeritsItem:not(:first-child) {
    margin-top: 4vw;
  }
  .p-shiga__meritItemLogo {
    margin-right: 1.06667vw;
    margin-left: 1.06667vw;
  }

  .p-shiga__meritItemLogo-contents {
    margin-right: 8px;
    margin-left: 0;
  }
  .p-shiga__meritItemLogo img {
    height: 4.8vw;
  }
  .p-shiga__eventDetailTxt span {
    font-size: 12px;
    font-size: 3.2vw;
  }
  .p-shiga__eventDetailTxt {
    font-size: 12px;
    font-size: 3.2vw;
  }

  .p-shiga__eventDetailTxt:not(:first-child) {
    margin-top: 2.66667vw;
  }
  .p-shiga__eventCautionListItem {
    font-size: 12px;
    font-size: 3.2vw;
  }
  .p-shiga__eventCautionListItem:not(:first-child) {
    margin-top: 1.33333vw;
  }
  .p-shiga__contactInfo {
    margin-top: 5.33333vw;
  }
  .p-shiga__contactInfo h4 {
    font-size: 12px;
    font-size: 3.2vw;
  }
  .p-shiga__contactInfoDetail {
    margin-top: 3.33333vw;
  }
  .p-shiga__contactInfoDetail p {
    font-size: 12px;
    font-size: 3.2vw;
  }
  .p-shiga__contactInfoDetail p:not(:first-child) {
    margin-top: 0.53333vw;
  }
  .p-shiga__contactNotes {
    margin-top: 3.33333vw;
  }
  .p-shiga__contactNotesItem {
    font-size: 10px;
    font-size: 2.66667vw;
  }
  .p-shiga__eventEntry {
    margin-top: 8vw;
    text-align: left;
  }
  .p-shiga__entryButton a {
    font-size: 14px;
    font-size: 3.73333vw;
    padding: 4.66667vw 0;
  }
  .p-shiga__donate {
    margin-top: 11.06667vw;
    padding: 5.33333vw 0;
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 2;
  }
  .p-shiga__donate span {
    font-size: 18px;
    font-size: 4.8vw;
  }
  .p-shiga__imgCont--mt50 {
    margin-top: 5.73333vw;
  }
  .p-shiga__imgCont--mt80 {
    margin-top: 10.6666666667vw;
  }
  .p-shiga__img {
    width: 42vw;
    margin: 0 auto;
  }
  .p-shiga__note {
    margin-top: 11.06667vw;
  }
  .p-shiga__noteTxt {
    font-size: 10px;
    font-size: 2.66667vw;
  }
  .p-shiga__list {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .p-shiga__item {
    width: 42vw;
    padding-right: 0;
  }
  .p-shiga__item:nth-child(3) {
    margin-top: 5.33333vw;
  }
  .p-shiga__item:nth-child(4) {
    margin-top: 5.33333vw;
  }
  .p-shiga__txt {
    font-size: 10px;
    font-size: 2.66667vw;
    margin-top: 1.33333vw;
  }
  .p-shiga__keepItem {
    margin-top: 10vw;
  }
  .p-shiga__keepTtl {
    font-size: 16px;
    font-size: 4.26667vw;
  }
  .p-shiga__keepTxt {
    font-size: 14px;
    font-size: 3.73333vw;
    margin-top: 4.66667vw;
  }
  .p-shiga__action {
    margin-top: 13.73333vw;
  }
  .p-shiga__actionTxt {
    font-size: 16px;
    font-size: 4.26667vw;
  }
  .p-shiga__actionLogo {
    width: 16.26667vw;
    display: inline-grid;
  }

  .p-shiga__actionLogo img {
    transform: translateY(0.1vw);
  }
  .p-shiga__actionItem {
    margin-top: 8.66667vw;
  }
  .p-shiga__actionItem:first-child {
    margin-top: 8.13333vw;
  }
  .p-shiga__clearfix dt {
    display: block;
    width: 25.06667vw;
    margin: 0 auto;
  }
  .p-shiga__clearfix dd {
    padding-left: 0;
    font-size: 14px;
    font-size: 3.73333vw;
    padding-top: 5.33333vw;
  }
  .p-shiga__reportList {
    margin-bottom: 13.33333vw;
  }
  .p-shiga__reportItem {
    display: block;
    margin-top: 8.66667vw;
  }
  .p-shiga__reportSec {
    margin-top: 10.6666666667vw;
  }
  .p-shiga__reportSec:first-of-type {
    margin-top: 13.33333vw;
  }
  .p-shiga__lead {
    margin-bottom: 5.73333vw;
  }
  .p-shiga__reportIcon {
    width: 25.06667vw;
    margin: 0 auto;
    display: inherit;
  }
  .p-shiga__reportTxt span {
    font-size: 9px;
    font-size: 2.4vw;
  }
  .p-shiga__reportTxt {
    font-size: 16px;
    font-size: 4.26667vw;
    padding-top: 5.33333vw;
    padding-left: 5vw;
    line-height: 2;
  }
  .p-shiga__reportImg {
    text-align: center;
    margin-top: 8.66667vw;
  }

  .p-shiga__reportImg img {
    width: 42vw;
    margin: 0 auto;
  }
  .p-shiga__reportImg span {
    font-size: 10px;
    font-size: 2.66667vw;
  }
  .u-pci {
    display: none;
  }
  .u-spi {
    display: inline-block;
  }
  .u-pc {
    display: none;
  }
  .u-sp {
    display: block;
  }
}

@media only screen and (min-width: 751px) and (max-width: 1280px) {
  html.notouch .header__logo {
    left: 5rem;
  }
}

@media only screen and (min-width: 751px) and (max-width: 840px) {
  .header__logo {
    margin-left: 5px;
    margin-right: 5px;
  }

  .header__logo.logo02 {
    margin-left: 0px;
  }
}

@media only screen and (max-width: 750px) {
  body.menu-opened {
    overflow: hidden;
  }

  .header {
    display: block;
    background: #fbfcfc;
    transition: width 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition-property: opacity;
    overflow: hidden;
  }
  .header__bg {
    height: 17.3333333333vw;
  }
  .header__inner {
    background-color: #fff;
    height: 17.3333333333vw;
    width: 100vw;
  }
  .header:after {
    display: none;
  }
  .header.is-visible {
    transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    visibility: visible;
    opacity: 1;
  }
  .header__logo {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 6.5rem;
    background-color: #fbfcfc;
    background-position: 2rem center;
    background-size: auto 2.7rem;
    display: none;
  }
  .header__logo.logo02 {
    display: block;
    width: 28vw;
    top: 5.3333333333vw;
    left: 4vw;
  }
  .header__inner {
    overflow: hidden;
  }
  .header__menu {
    display: block;
    overflow: hidden;
    text-indent: -5260px;
    box-sizing: border-box;
    position: absolute;
    box-shadow: 0px 0.8vw 0px 0px rgba(0, 0, 0, 0.15);
    top: 2.6666666667vw;
    right: 2.6666666667vw;
    z-index: 20;
    width: 12.5333333333vw;
    height: 12.5333333333vw;
    margin: 0;
    padding: 0;
    border: none;
    border-left: #fff solid 0.1333333333vw;
    background-color: #005120;
    border-radius: 50%;
  }
  .header__menu .line-1,
.header__menu .line-2,
.header__menu .line-3 {
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition-property: transform, opacity;
    display: block;
    position: absolute;
    top: 50%;
    left: calc(50% - 0.85rem);
    width: 1.75rem;
    height: 2px;
    background: #fff;
  }
  .header__menu .line-1 {
    transform: translateY(-0.6rem);
  }
  .header__menu .line-3 {
    transform: translateY(0.6rem);
  }
  .header__links {
    display: none;
  }
  .header .h-nav {
    transition: none;
    display: none;
    overflow: hidden;
    padding-right: 0;
  }
  .header .h-nav__list {
    display: none;
    padding: 0;
    padding-top: 45.3333333333vw;
    min-width: 0;
  }
  .header .h-nav__list .label {
    height: 13.3333333333vw;
    padding: 0 8vw;
  }
  .header .h-nav__list .label span {
    font-size: 4.5333333333vw;
    color: #005120;
  }
  .header .h-nav__list .label::after {
    content: "";
    background: url(/kirei/assets/img/_common/icon-right.png) no-repeat right;
    background-size: contain;
    display: block;
    margin-left: 2.6666666667vw;
    width: 2vw;
    height: 3.3333333333vw;
  }
  .header .h-nav__list li {
    display: none;
  }
  .header .h-nav__list li.--close .megadropdown .megadropdown__main {
    height: 13.3333333333vw;
    padding: 0 15vw;
    margin-top: 0;
  }
  .header .h-nav__list li.is-currentpage .label::after {
    content: "";
    background: url(/kirei/assets/img/_common/icon-down.png) no-repeat right;
    background-size: contain;
    display: block;
    margin-left: 2.6666666667vw;
    width: 3.3333333333vw;
    height: 2vw;
  }
  .header .h-nav__list li.item-pref .label {
    pointer-events: none;
  }
  .header .h-nav__list li.item-pref .label .tri {
    display: none;
  }
  .header .h-nav__list li.item-pref .label::after {
    display: none;
  }
  .header .h-nav__links {
    transition: none;
    display: block;
    padding-bottom: 4rem;
    border-top: #e8edf0 solid 1px;
  }
  .header .h-nav__links .menu {
    display: none;
  }
  .header .h-nav .h-nav__links .dropdown {
    display: flex;
    height: auto;
    background: none;
  }
  .header .h-nav .h-nav__links .dropdown:before, .header .h-nav .h-nav__links .dropdown:after {
    display: none;
  }
  .header .h-nav .h-nav__links .dropdown li a {
    color: #879297;
    padding: 3rem 2rem;
  }
  .header .h-nav .has-dropdown .label:after {
    display: none;
  }
  .header .h-nav .has-dropdown .menu:after {
    display: none;
  }
  .header .h-nav .has-dropdown .megadropdown {
    position: static;
  }
  .header .h-nav .has-dropdown.is-open .label:after {
    transform: rotate(225deg);
    top: 0.4rem;
    left: auto;
    width: 1rem;
  }
  .header .h-nav .has-dropdown.is-open .dropdown {
    height: auto;
    max-height: none;
  }
  .header .h-nav .has-dropdown.is-open .megadropdown {
    height: auto;
    max-width: none;
    margin: auto;
    border-radius: 0;
    box-shadow: none;
  }
  .header .h-nav .dropdown {
    transition: none;
    position: static;
    width: auto;
    height: 0;
    max-height: none;
    background: #f1f5f0;
    font-size: 1.3rem;
  }
  .header .h-nav .dropdown:before, .header .h-nav .dropdown:after {
    content: "";
    display: block;
    height: 2rem;
  }
  .header .h-nav .dropdown li + li a {
    border-top: none;
  }
  .header .h-nav .dropdown li a {
    display: block;
    height: auto;
    padding: 1.5rem 5rem;
  }
  .header.is-scrolled {
    height: 6.5rem;
  }
  .header.is-scrolled .header__logo {
    top: 0;
  }
  .header.is-scrolled .h-nav {
    height: 100%;
  }
  .header.is-scrolled .h-nav__links {
    margin: 0;
  }
  .header.menu-open {
    height: 100vh;
    width: 90.6666666667vw;
    right: 0;
    margin-left: auto;
    margin-right: 0;
    z-index: 15;
    overflow: scroll;
  }
  .header.menu-open .header__inner {
    height: auto;
    width: auto;
  }
  .header.menu-open .header__menu .line-1 {
    transform: rotate(225deg);
  }
  .header.menu-open .header__menu .line-2 {
    opacity: 0;
  }
  .header.menu-open .header__menu .line-3 {
    transform: rotate(135deg);
  }
  .header.menu-open .header__logo {
    display: block;
    width: 32.6666666667vw;
    height: 27.4666666667vw;
    top: 8vw;
    left: 4.6666666667vw;
    background-size: contain;
    background-position: left;
  }
  .header.menu-open .header__logo img {
    width: 100%;
  }
  .header.menu-open .header__logo.logo02 {
    display: none;
  }
  .header.menu-open .h-nav {
    overflow: auto;
    height: 100%;
    display: block;
  }
  .header.menu-open .h-nav__list {
    display: block;
  }
  .header.menu-open .h-nav__list li {
    display: block;
  }
  .header.menu-open .h-nav .megadropdown {
    height: auto;
    overflow-y: scroll;
    background-color: transparent;
    height: 5000px;
    overflow-y: scroll;
  }
  .header.menu-open .h-nav .megadropdown__container {
    height: auto;
  }
  .header.menu-open .h-nav .megadropdown__main {
    display: block;
  }
  .header.menu-open .h-nav .megadropdown__col {
    margin-left: 9.3333333333vw;
    width: 76vw;
    margin-bottom: 3.3333333333vw;
  }
  .header.menu-open .h-nav .megadropdown__col:last-child {
    margin-bottom: 0;
  }
  .header.menu-open .h-nav .megadropdown__col.is-select dt {
    border-radius: 5.3333333333vw 5.3333333333vw 0 0;
  }
  .header.menu-open .h-nav .megadropdown__col.is-select dt::after {
    content: "";
    background: url(/kirei/assets/img/_common/icon-minus.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 4vw;
    height: 4vw;
    position: absolute;
    margin-right: 3.3333333333vw;
    right: 0;
  }
  .header.menu-open .h-nav .megadropdown__col.is-select dd {
    display: flex;
  }
  .header.menu-open .h-nav .megadropdown__col dt {
    width: 37.3333333333vw;
    background-color: #edf0f7;
    border-radius: 5.3333333333vw;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 3;
    margin-bottom: 0;
    box-sizing: content-box;
    padding: 0 4vw;
    position: relative;
  }
  .header.menu-open .h-nav .megadropdown__col dt span {
    font-size: 4.2666666667vw;
    font-weight: bold;
  }
  .header.menu-open .h-nav .megadropdown__col dt::after {
    content: "";
    background: url(/kirei/assets/img/_common/icon-plus.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 4vw;
    height: 4vw;
    position: absolute;
    margin-right: 3.3333333333vw;
    right: 0;
  }
  .header.menu-open .h-nav .megadropdown__col dd {
    display: none;
    background-color: #edf0f7;
    border-radius: 0 5.3333333333vw 5.3333333333vw 5.3333333333vw;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .header.menu-open .h-nav .megadropdown__col dd .item__ttl {
    width: 33.3333333333vw;
  }
  .header.menu-open .h-nav .megadropdown__col dd .item__ttl span {
    font-size: 4.2666666667vw;
  }
  .header.menu-open .h-nav .megadropdown__col dd .item__ttl::after {
    content: "";
    background: url(/kirei/assets/img/_common/icon-right.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 2vw;
    height: 3.3333333333vw;
    margin-left: 2vw;
  }
}

@media (max-width: 750px) {
  .c-heading2 {
    margin-bottom: 8vw;
  }
  .c-heading2 .sub {
    width: 17.3333333333vw;
  }
  .c-heading2 .title {
    font-size: 6.6666666667vw;
  }
  .c-efforts .c-heading-img {
    margin-bottom: 8vw;
    width: 63.8666666667vw;
  }
  .c-efforts .c-heading2 {
    margin-bottom: 8vw;
  }
  .c-efforts .c-heading2 .sub {
    width: 30.4vw;
  }
  .c-efforts .wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .c-efforts .textbox {
    width: 100%;
    font-size: 3.7333333333vw;
    letter-spacing: 0.16em;
    line-height: calc(56 / 28);
  }
  .c-efforts .image {
    top: auto;
    top: initial;
    margin: 8vw 0;
    width: 100%;
  }
  .c-efforts .list {
    margin-top: 0;
    margin-top: initial;
  }
  .c-efforts .list .item {
    font-size: 3.7333333333vw;
    letter-spacing: 0.1em;
    line-height: calc(48.8 / 28);
  }
  .c-efforts .sponsors__comingsoon {
    margin-top: 12vw;
    margin-left: -7.3333333333vw;
  }
  .c-efforts .sponsors__open {
    margin-top: 12vw;
    margin-left: -7.3333333333vw;
    margin-right: auto;
    height: 48.6666666667vw;
    width: 87.3333333333vw;
  }
  .c-efforts .sponsors__open .btn {
    width: 73.3333333333vw;
    top: 29.3333333333vw;
    right: 0;
    margin-bottom: 16vw;
  }
  .p-top__kv02 {
    height: auto;
    height: initial;
    border-radius: 0 0 5.7142857143vw 5.7142857143vw;
    padding-bottom: 10.6666666667vw;
  }
  .p-top__kv02 .p-top__kv-txt {
    left: 15.3333333333vw;
    top: 4vw;
    width: 69.8666666667vw;
  }
  .p-top__kv02 .p-top__kv-mv::before {
    width: 60.4vw;
    height: 53.0666666667vw;
    transform: translate(-57%, -20%) scale(1.05);
  }
  .p-top__kv02 .p-top__kv-mv.active::before {
    transform: translate(-57%, -21%) scale(1);
  }
  .p-top__kv02 .p-top__kv-mv {
    height: 133.3333333333vw;
    width: 89.3333333333vw;
    margin: 0;
    border-radius: 4vw;
    top: 0;
    left: auto;
    left: initial;
    right: 0;
    z-index: 3;
    flex-direction: column;
    border-radius: 7.1428571429vw 0 0 7.1428571429vw;
  }
  .p-top__kv02 .p-top__kv-mv.youtube .youtube-inner {
    width: 89.3333333333vw !important;
    height: 50.2666666667vw !important;
  }
  .p-top__kv02 .p-top__kv-mv.youtube .youtube-inner {
    border-radius: 4vw;
  }
  .p-top__kv02 .p-top__kv-mv.youtube .youtube-inner iframe {
    width: 90vw !important;
    height: 50.6666666667vw !important;
  }
  .p-top__kv02 .p-top__kv-mv.youtube .youtube-inner iframe {
    border-radius: 4vw;
  }
  .p-top__kv02 .p-top__kv-mv.youtube .youtube-inner .thumb {
    border-radius: 2.6666666667vw;
    display: block;
    position: absolute;
  }
  .p-top__kv02 .p-top__kv-mv.youtube .youtube-inner .thumb.playing {
    display: none;
  }
  .p-top__kv02 .p-top__kv-mv .p-top__kvVideo02 {
    border-radius: 4vw;
  }
  .p-top__kv02 .p-top__kv-text {
    width: 89.3333333333vw;
    margin: 0;
    border-radius: 4vw;
    top: 19.2857142857vw;
    left: 5.3333333333vw;
    z-index: 4;
    display: flex;
    flex-direction: column;
  }
  .p-top__kv02 .p-top__kv-text__list span {
    width: 0%;
  }
  .p-top__kv02 .p-top__kv-text__list span.active {
    width: 100%;
  }
  .p-top__kv02 .p-top__kv-text__list span img {
    width: 34.7857142857vw;
  }
  .p-top__kv02 .p-top__kv-text__list img {
    max-width: none;
  }
  .p-top__kv02 .p-top__kv-text__list:nth-child(1) img {
    width: 64.9333333333vw;
  }
  .p-top__kv02 .p-top__kv-text__list:nth-child(2) img {
    width: 74.8vw;
  }
  .p-top__kv02 .p-top__kv-text__list:nth-child(3) img {
    width: 51.3333333333vw;
  }
  .p-top__kv02 .bg01 {
    top: 19.3333333333vw;
    left: -6.6666666667vw;
    width: 27.7333333333vw;
    z-index: 1;
  }
  .p-top__kv02 .bg02 {
    z-index: 1;
    right: -4.8vw;
    top: 5.3333333333vw;
    width: 17.3333333333vw;
  }
  .p-top__kv02 .bg03 {
    left: auto;
    left: initial;
    right: 0vw;
    bottom: -6.6666666667vw;
    width: 8.6666666667vw;
    z-index: 3;
  }
  .c-pref__close__inner {
    width: 100%;
    border-radius: 1.8666666667vw;
    padding: 8vw;
    font-size: 5.3333333333vw;
  }
  .c-pref__tabs {
    margin-bottom: 6.6666666667vw;
  }
  .c-pref__tabs .tab {
    border: 0.2666666667vw solid #005120;
    min-width: 21.3333333333vw;
    margin: 1vw 2vw 1vw 0;
    padding: 1.6vw 3.3333333333vw;
    border-radius: 5.3333333333vw;
    box-shadow: 0px 0.5333333333vw 0px 0px rgba(0, 0, 0, 0.15);
    font-size: 3.4666666667vw;
    cursor: pointer;
  }
  .c-pref__tabs .tab.is-current {
    border: 0.2666666667vw solid #005120;
  }
  .c-pref__tab-contents {
    min-height: 0px;
  }
  .c-pref__tab-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 auto;
    gap: 1.7vw;
  }
  .c-pref__tab-item .inner {
    width: 26.6666666667vw;
    height: 26.6666666667vw;
    border-radius: 2.6666666667vw;
    margin: 0;
    box-shadow: 0px 0.5333333333vw 0px 0px rgba(0, 0, 0, 0.15);
  }
  .c-topics::before {
    background: url(/kirei/assets/img/_top/topics_bg01-sp.png);
    background-size: cover;
  }
  .c-topics::after {
    background: url(/kirei/assets/img/_top/topics_bg02-sp.png);
    background-size: cover;
    bottom: -3.6vw;
  }
  .c-topics__wrap {
    width: auto;
    margin: auto;
    justify-content: space-between;
    margin: auto;
    padding: 4.6666666667vw;
    padding-top: 42.6666666667vw;
  }
  .c-topics .wrapper {
    top: -38.6666666667vw;
  }
  .c-topics .c-heading2 {
    width: 100%;
  }
  .c-topics .campaign {
    max-width: auto;
    height: 133.3333333333vw;
    position: relative;
    margin-left: 0px;
  }
  .c-topics .campaign .c-heading-img {
    margin-bottom: 6.6666666667vw;
    width: 44.8vw;
  }
  .c-topics .campaign .bg.--bg01 {
    border: 0.2666666667vw solid #94c755;
    border-radius: 2.6666666667vw;
    z-index: 2;
  }
  .c-topics .campaign .bg .bg-obj01 {
    width: 12.8vw;
    left: 5.3333333333vw;
    top: 3.0666666667vw;
  }
  .c-topics .campaign .bg .bg-obj02 {
    width: 30.6666666667vw;
    bottom: -11.7333333333vw;
    left: -4.4vw;
  }
  .c-topics .campaign .bg .bg-obj03 {
    width: 18.9333333333vw;
    bottom: 13.3333333333vw;
    right: -9.8666666667vw;
  }
  .c-topics .campaign .bg .bg-obj07 {
    right: -3.0666666667vw;
    top: -13.3333333333vw;
  }
  .c-topics .campaign .bg .bg-objleaf {
    width: 14.6666666667vw;
    top: -26.6666666667vw;
    left: -5.4666666667vw;
  }
  .c-topics .campaign .inner {
    padding: 6.6666666667vw 0;
    border: 0.5333333333vw solid #94c755;
    border-radius: 4vw;
    top: 1.0666666667vw;
    left: 1.0666666667vw;
  }
  .c-topics .campaign .textbox {
    width: 73.3333333333vw;
    font-size: 3.4666666667vw;
    max-width: 100%;
    padding: 6.6666666667vw 0;
    margin-bottom: 6.6666666667vw;
  }
  .c-topics .campaign .textbox .text {
    font-size: 3.4666666667vw !important;
  }
  .c-topics .campaign .textbox .image {
    width: 9.7333333333vw;
    top: -17.3333333333vw;
  }
  .c-topics .campaign .textbox .font-image {
    display: flex;
    align-items: center;
    width: 17.3333333333vw;
    margin: 0 0.2em;
  }
  .c-topics .campaign .textbox .underline {
    font-size: 3.2vw !important;
  }
  .c-topics .campaign .textbox .underline {
    border-bottom: 0.4vw solid #94c755;
  }
  .c-topics .campaign .textbox .fs-m {
    font-size: 3.4666666667vw !important;
  }
  .c-topics .campaign .textbox .fs-l {
    font-size: 4.2666666667vw !important;
  }
  .c-topics .campaign .textbox .fs-l {
    line-height: calc(49.2 / 32);
  }
  .c-topics .campaign .apply {
    width: 73.3333333333vw;
  }
  .c-topics .campaign .apply .item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 6.6666666667vw;
  }
  .c-topics .campaign .apply .item .label {
    width: 24vw;
    height: 6.1333333333vw;
    border-radius: 3.0666666667vw;
    margin-right: 0;
    margin-bottom: 2.6666666667vw;
    font-size: 3.7333333333vw;
    line-height: calc(64.8 / 28);
  }
  .c-topics .campaign .apply .item .cont {
    font-size: 3.7333333333vw;
    line-height: calc(41.6 / 28);
    letter-spacing: 0.1em;
  }
  .c-topics .topics {
    margin-top: 26.6666666667vw;
  }
  .c-topics .topics .c-heading-img {
    margin-bottom: 8vw;
    width: 34.9333333333vw;
  }
  .c-topics .topics .bg .bg-obj01 {
    width: 36.2666666667vw;
    right: 44.1333333333vw;
    top: -16.8vw;
    right: -7.0666666667vw;
  }
  .c-topics .topics .bg .bg-obj02 {
    width: 31.3333333333vw;
    right: -2.6666666667vw;
    bottom: -66.6666666667vw;
    z-index: 2;
  }
  .c-topics .topics .list-news {
    border-top: 0.1333333333vw solid #80cc9e;
    padding-top: 5.3333333333vw;
    width: 100%;
    max-width: 100%;
  }
  .c-topics .topics .item-news {
    flex-direction: column;
  }
  .c-topics .topics .item-news {
    padding-bottom: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
    border-bottom: 0.1333333333vw solid #80cc9e;
  }
  .c-topics .topics .item-news .date {
    font-size: 3.2vw;
    letter-spacing: 0.1333333333vw;
    margin-right: 0;
  }
  .c-topics .topics .item-news .title {
    font-size: 3.2vw;
    letter-spacing: 0.1333333333vw;
  }
  .page__home .c-efforts {
    width: auto;
    justify-content: space-between;
    margin-bottom: -40vw;
    padding: 20vw 8vw 50vw 8vw;
  }
  .page__home .c-efforts-inner {
    width: 100%;
    max-width: none;
    max-width: initial;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .page__home .c-efforts .c-heading-img {
    margin-bottom: 8vw;
    width: 56.6666666667vw;
  }
  .page__home .c-pref__wrap {
    width: auto;
    justify-content: space-between;
    padding: 13.3333333333vw 6.8vw 6.8vw;
    margin-bottom: 21.3333333333vw;
  }
  .page__home .c-pref__wrap::after {
    height: calc(100% - 20vw);
    width: 75vw;
  }
  .page__home .c-pref-inner {
    width: 100%;
    max-width: none;
    max-width: initial;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .page__home .c-pref .c-heading-img {
    margin-bottom: 8vw;
    width: 56.6666666667vw;
  }
  .page__sponsors .content .anchor-links__wrap {
    top: 17.3333333333vw;
  }
}

@media (min-width: 751px) {
  .p-top__kv02 .p-top__kv-mv.youtube .youtube-inner {
    width: 71.4285714286vw !important;
    height: 40.1428571429vw !important;
  }
  .p-top__kv02 .p-top__kv-mv.youtube .youtube-inner iframe {
    width: 71.7857142857vw !important;
    height: 40.3571428571vw !important;
  }
  .c-topics .campaign .textbox .nowrap-pc {
    white-space: nowrap;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .l-pref__linkItem {
    max-width: 400px;
  }
  .p-top__bgTop {
    top: -1px;
  }
}

@media screen and (max-width: 900px) {
  .c-topics .campaign {
    margin-left: 0;
    margin-top: -14.1333333333vw;
  }
}

@media screen and (min-width: 751px) {
  .page__sponsors .content .sponsor:nth-child(5n) {
    margin-right: 0;
  }
  .only-sp {
    display: none;
  }
}

@media all and (-ms-high-contrast: none) {
  .p-shiga__experienceEvent {
    padding-right: 35px;
    padding-left: 35px;
  }
}
