@charset "UTF-8";
/*
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

	reset

::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
*/
*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-print-color-adjust: exact;
  margin: 0;
  padding: 0;
}

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

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input,
textarea,
select {
  *font-size: 100%;
}

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

a {
  text-decoration: none;
  color: inherit;
}

img {
  -webkit-backface-visibility: hidden;
  vertical-align: bottom;
  user-select: none;
  pointer-events: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}
a[href],
label[for],
button,
input[type=button],
input[type=submit],
input[type=reset],
input[type=image],
input[type=radio],
input[type=checkbox],
select {
  cursor: pointer;
}

a[href^="tel:"] {
  cursor: default;
}

@media print {
  * {
    -webkit-print-color-adjust: exact;
  }
}
@media (prefers-reduced-motion: reduce) {
  /* .anime_on クラスが付いていない全ての要素のアニメーションを無効化 */
  *:not(.anime_on):not(.aos-init):not([class*=swiper]) {
    animation-duration: 0.01ms !important;
    animation-delay: unset !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-delay: unset !important;
    transition-duration: 0.01ms !important;
    view-transition-name: none !important;
  }
  /* .anime_on クラスが付いている要素の擬似要素のアニメーションは有効化 */
  .anime_on:not([class*=swiper]) *,
.anime_on:not([class*=swiper])::before,
.anime_on:not([class*=swiper])::after,
.anime_on:not([class*=swiper])::backdrop,
.aos-init:not([class*=swiper]) *,
.aos-init:not([class*=swiper])::before,
.aos-init:not([class*=swiper])::after,
.aos-init:not([class*=swiper])::backdrop { /* 必要に応じてbackdropも */
    /* 何も指定しない（アニメーションを有効にするため） */
    /* あるいは、必要に応じて特定のアニメーションを再定義する */
    animation-duration: inherit !important; /* 親から継承 */
    transition-duration: inherit !important; /* 親から継承 */
    /* または、個別にアニメーションプロパティを設定し直す */
  }
  /* .anime_on クラスが付いていない要素の擬似要素のアニメーションを無効化 */
  /* ここがポイント */
  *:not(.anime_on):not(.aos-init):not([class*=swiper])::before,
*:not(.anime_on):not(.aos-init):not([class*=swiper])::after,
*:not(.anime_on):not(.aos-init):not([class*=swiper])::backdrop {
    animation-duration: 0.01ms !important;
    animation-delay: unset !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-delay: unset !important;
    transition-duration: 0.01ms !important;
    view-transition-name: none !important;
  }
}
/*
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

	PLUGIN

::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
*/
/*== AOS.js ====================================================================================================*/
[data-aos][data-aos][data-aos-duration="50"],
body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"],
body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate,
body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"],
body[data-aos-duration="100"] [data-aos] {
  transition-duration: 0.1s;
}

[data-aos][data-aos][data-aos-delay="100"],
body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate,
body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: 0.1s;
}

[data-aos][data-aos][data-aos-duration="150"],
body[data-aos-duration="150"] [data-aos] {
  transition-duration: 0.15s;
}

[data-aos][data-aos][data-aos-delay="150"],
body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate,
body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: 0.15s;
}

[data-aos][data-aos][data-aos-duration="200"],
body[data-aos-duration="200"] [data-aos] {
  transition-duration: 0.2s;
}

[data-aos][data-aos][data-aos-delay="200"],
body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate,
body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: 0.2s;
}

[data-aos][data-aos][data-aos-duration="250"],
body[data-aos-duration="250"] [data-aos] {
  transition-duration: 0.25s;
}

[data-aos][data-aos][data-aos-delay="250"],
body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate,
body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: 0.25s;
}

[data-aos][data-aos][data-aos-duration="300"],
body[data-aos-duration="300"] [data-aos] {
  transition-duration: 0.3s;
}

[data-aos][data-aos][data-aos-delay="300"],
body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate,
body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: 0.3s;
}

[data-aos][data-aos][data-aos-duration="350"],
body[data-aos-duration="350"] [data-aos] {
  transition-duration: 0.35s;
}

[data-aos][data-aos][data-aos-delay="350"],
body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate,
body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: 0.35s;
}

[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
  transition-duration: 0.4s;
}

[data-aos][data-aos][data-aos-delay="400"],
body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate,
body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: 0.4s;
}

[data-aos][data-aos][data-aos-duration="450"],
body[data-aos-duration="450"] [data-aos] {
  transition-duration: 0.45s;
}

[data-aos][data-aos][data-aos-delay="450"],
body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate,
body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: 0.45s;
}

[data-aos][data-aos][data-aos-duration="500"],
body[data-aos-duration="500"] [data-aos] {
  transition-duration: 0.5s;
}

[data-aos][data-aos][data-aos-delay="500"],
body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate,
body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: 0.5s;
}

[data-aos][data-aos][data-aos-duration="550"],
body[data-aos-duration="550"] [data-aos] {
  transition-duration: 0.55s;
}

[data-aos][data-aos][data-aos-delay="550"],
body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate,
body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: 0.55s;
}

[data-aos][data-aos][data-aos-duration="600"],
body[data-aos-duration="600"] [data-aos] {
  transition-duration: 0.6s;
}

[data-aos][data-aos][data-aos-delay="600"],
body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate,
body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: 0.6s;
}

[data-aos][data-aos][data-aos-duration="650"],
body[data-aos-duration="650"] [data-aos] {
  transition-duration: 0.65s;
}

[data-aos][data-aos][data-aos-delay="650"],
body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate,
body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: 0.65s;
}

[data-aos][data-aos][data-aos-duration="700"],
body[data-aos-duration="700"] [data-aos] {
  transition-duration: 0.7s;
}

[data-aos][data-aos][data-aos-delay="700"],
body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate,
body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: 0.7s;
}

[data-aos][data-aos][data-aos-duration="750"],
body[data-aos-duration="750"] [data-aos] {
  transition-duration: 0.75s;
}

[data-aos][data-aos][data-aos-delay="750"],
body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate,
body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: 0.75s;
}

[data-aos][data-aos][data-aos-duration="800"],
body[data-aos-duration="800"] [data-aos] {
  transition-duration: 0.8s;
}

[data-aos][data-aos][data-aos-delay="800"],
body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate,
body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: 0.8s;
}

[data-aos][data-aos][data-aos-duration="850"],
body[data-aos-duration="850"] [data-aos] {
  transition-duration: 0.85s;
}

[data-aos][data-aos][data-aos-delay="850"],
body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate,
body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: 0.85s;
}

[data-aos][data-aos][data-aos-duration="900"],
body[data-aos-duration="900"] [data-aos] {
  transition-duration: 0.9s;
}

[data-aos][data-aos][data-aos-delay="900"],
body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate,
body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: 0.9s;
}

[data-aos][data-aos][data-aos-duration="950"],
body[data-aos-duration="950"] [data-aos] {
  transition-duration: 0.95s;
}

[data-aos][data-aos][data-aos-delay="950"],
body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate,
body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: 0.95s;
}

[data-aos][data-aos][data-aos-duration="1000"],
body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"],
body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate,
body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"],
body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"],
body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate,
body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"],
body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"],
body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate,
body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"],
body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"],
body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate,
body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"],
body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1200"],
body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate,
body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1250"],
body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.055s;
}

[data-aos][data-aos][data-aos-delay="1250"],
body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate,
body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.055s;
}

[data-aos][data-aos][data-aos-duration="1300"],
body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"],
body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate,
body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"],
body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"],
body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate,
body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"],
body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"],
body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate,
body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"],
body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"],
body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate,
body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"],
body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"],
body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate,
body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"],
body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"],
body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate,
body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"],
body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"],
body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate,
body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"],
body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"],
body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate,
body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"],
body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"],
body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate,
body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"],
body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"],
body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate,
body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"],
body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"],
body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate,
body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"],
body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"],
body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate,
body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"],
body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"],
body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate,
body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"],
body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"],
body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate,
body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"],
body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"],
body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate,
body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration="2050"],
body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay="2050"],
body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate,
body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration="2100"],
body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay="2100"],
body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate,
body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"],
body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"],
body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate,
body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"],
body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"],
body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate,
body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"],
body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"],
body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate,
body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"],
body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay="2300"],
body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate,
body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration="2350"],
body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay="2350"],
body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate,
body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration="2400"],
body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay="2400"],
body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate,
body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration="2450"],
body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay="2450"],
body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate,
body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration="2500"],
body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay="2500"],
body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate,
body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration="2550"],
body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay="2550"],
body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate,
body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration="2600"],
body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay="2600"],
body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate,
body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration="2650"],
body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay="2650"],
body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate,
body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration="2700"],
body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay="2700"],
body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate,
body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration="2750"],
body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay="2750"],
body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate,
body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration="2800"],
body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay="2800"],
body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate,
body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration="2850"],
body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay="2850"],
body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate,
body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration="2900"],
body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay="2900"],
body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate,
body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration="2950"],
body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay="2950"],
body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate,
body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration="3000"],
body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay="3000"],
body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate,
body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s;
}

[data-aos][data-aos][data-aos-easing=linear],
body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

[data-aos][data-aos][data-aos-easing=ease],
body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing=ease-in],
body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing=ease-out],
body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-out],
body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-back],
body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-aos][data-aos][data-aos-easing=ease-out-back],
body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.0575);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back],
body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-aos][data-aos][data-aos-easing=ease-in-sine],
body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-aos][data-aos][data-aos-easing=ease-out-sine],
body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine],
body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-aos][data-aos][data-aos-easing=ease-in-quad],
body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quad],
body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad],
body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic],
body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic],
body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],
body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-quart],
body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quart],
body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart],
body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translateZ(0);
}

[data-aos=fade-up] {
  transform: translate3d(0, 20px, 0);
}

[data-aos=fade-down] {
  transform: translate3d(0, -20px, 0);
}

[data-aos=fade-right] {
  transform: translate3d(-20px, 0, 0);
}

[data-aos=fade-left] {
  transform: translate3d(20px, 0, 0);
}

[data-aos=fade-up-right] {
  transform: translate3d(-20px, 20px, 0);
}

[data-aos=fade-up-left] {
  transform: translate3d(20px, 20px, 0);
}

[data-aos=fade-down-right] {
  transform: translate3d(-20px, -20px, 0);
}

[data-aos=fade-down-left] {
  transform: translate3d(20px, -20px, 0);
}

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translateZ(0) scale(1);
}

[data-aos=zoom-in] {
  transform: scale(0.95);
}

[data-aos=zoom-in-up] {
  transform: translate3d(0, 20px, 0) scale(0.95);
}

[data-aos=zoom-in-down] {
  transform: translate3d(0, -20px, 0) scale(0.95);
}

[data-aos=zoom-in-right] {
  transform: translate3d(-20px, 0, 0) scale(0.95);
}

[data-aos=zoom-in-left] {
  transform: translate3d(20px, 0, 0) scale(0.95);
}

[data-aos=zoom-out] {
  transform: scale(1.05);
}

[data-aos=zoom-out-up] {
  transform: translate3d(0, 20px, 0) scale(1.05);
}

[data-aos=zoom-out-down] {
  transform: translate3d(0, -20px, 0) scale(1.05);
}

[data-aos=zoom-out-right] {
  transform: translate3d(-20px, 0, 0) scale(1.05);
}

[data-aos=zoom-out-left] {
  transform: translate3d(20px, 0, 0) scale(1.05);
}

[data-aos^=slide][data-aos^=slide] {
  transition-property: transform;
}

[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translateZ(0);
}

[data-aos=slide-up] {
  transform: translate3d(0, 100%, 0);
}

[data-aos=slide-down] {
  transform: translate3d(0, -100%, 0);
}

[data-aos=slide-right] {
  transform: translate3d(-100%, 0, 0);
}

[data-aos=slide-left] {
  transform: translate3d(100%, 0, 0);
}

[data-aos^=flip][data-aos^=flip] {
  backface-visibility: hidden;
  transition-property: transform;
}

[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg);
}

[data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg);
}

[data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg);
}

[data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg);
}

[data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

/*== mailformpro ====================================================================================================*/
div#mfp_hidden {
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0px;
  margin: 0px;
}

div#mfp_hidden input {
  margin: 10px;
}

div.mfp_thanks {
  padding: 30px;
}

div.mfp_thanks p {
  line-height: 1.7em;
}

div.mfp_thanks ul.mfp_caution {
  margin: 0px;
  padding: 0px;
}

div.mfp_thanks ul.mfp_caution li {
  display: block;
  color: #C00;
  margin: 0px;
  padding: 5px 0px;
}

div#mfp_thanks {
  text-align: center;
  font-size: 18px;
  padding: 20px 0px;
}

div#mfp_thanks strong {
  color: #C00;
  font-size: 24px;
}

/*
form#mailformpro {
	padding: 10px 0px;
}
form#mailformpro dl dt {
	float: left;
	width: 160px;
	clear: both;
	font-size: 12px;
	padding: 10px 0px;
	text-align: right;
	border-top: solid 1px #CCC;
	margin: 0px;
}
form#mailformpro dl dd {
	border-top: solid 1px #CCC;
	margin: 0px;
	padding: 10px 5px 20px 170px;
	font-size: 12px;
	line-height: 1.5em;
	text-align: left;
}
form#mailformpro dl dd ul,form#mailformpro dl dd ol {
	margin: 0px;
	padding: 0px;
}
form#mailformpro dl dd ul li,form#mailformpro dl dd ol li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
*/
.must {
  display: block;
  background-color: #C00;
  border: solid 2px #C00;
  text-shadow: 0px 1px 2px #933;
  padding: 2px 5px;
  font-size: 10px;
  color: #FFF;
  float: left;
  margin: 0px 5px;
  border-radius: 4px;
  box-shadow: 0px 0px 5px #CCC;
  background-image: url(_images/mfp_header.png);
  background-size: 100% 100%;
}

.optionally {
  display: block;
  background-color: #06C;
  border: solid 2px #06C;
  text-shadow: 0px 1px 2px #933;
  padding: 2px 5px;
  font-size: 10px;
  color: #FFF;
  float: left;
  margin: 0px 5px;
  border-radius: 4px;
  box-shadow: 0px 0px 5px #CCC;
  background-image: url(_images/mfp_header.png);
  background-size: 100% 100%;
}

/*
form#mailformpro label {
	border-radius: 3px;
	margin: 3px;
	display: inline-block;
	white-space: nowrap;
}
*/
form#mailformpro label.mfp_checked {
  /*
  padding: 3px;
  border: solid 1px #CCC;
  background-color: #E8EEF9;
  box-shadow: 0px 1px 3px #CCC inset;
  */
}

form#mailformpro label.mfp_not_checked {
  /*
  padding: 3px;
  border: solid 1px #EEE;
  */
}

/*
table#mfp_confirm_table {
	border-spacing: 0px;
	border-collapse: collapse;
	width: 100%;
}
table#mfp_confirm_table tr.mfp_colored {
	background-color: #F6F7F9;
}
table#mfp_confirm_table tr.mfp_achroma {
	background-color: #FFF;
}
table#mfp_confirm_table tr th,table#mfp_confirm_table tr td {
	text-align: left;
	font-size: 12px;
	border-top: solid 1px #CCC;
	padding: 5px 10px;
}
table#mfp_confirm_table tr th {
	white-space: nowrap;
	width: 200px;
}
table#mfp_confirm_table tr td {
	line-height: 1.5em;
	word-break: break-all;
}
*/
div#mfp_phase_confirm {
  clear: both;
}

/*
div#mfp_phase_confirm h4 {
	font-size: 36px;
	padding: 10px 0px 0px 0px;
	text-align: center;
}
*/
div#mfp_overlay {
  position: absolute;
  display: none;
  z-index: 10001;
}

div#mfp_overlay_inner {
  background-color: #FFF;
  padding: 15px;
  margin: 0px auto;
  border-radius: 5px;
  box-shadow: 0px 0px 10px #000;
  width: 640px;
  max-width: 90%;
}

div#mfp_overlay_background {
  background-color: #000;
  position: absolute;
  display: none;
  z-index: 10000;
}

div#mfp_loading_screen {
  z-index: 20000;
  opacity: 0.8;
  display: none;
  background-color: #000;
  position: absolute;
}

/*
div#mfp_loading {
	z-index: 20001;
	position: absolute;
	display: none;
	width: 40px;
	height: 40px;
	background-image: url(_images/mfp_loading.gif);
}
*/
.mfp_colored {
  background-color: #F6F7F9;
}

.mfp_achroma {
  background-color: #FFF;
}

/*
div.mfp_err {
	clear: both;
	display: none;
	text-align: left;
	margin: 5px 0px 0px 0px;
	padding: 3px 0px 5px 17px;
	color: #F00;
	font-size: 12px;
	line-height: normal;
	background-position: 0px 1px;
}
	*/
/*
.mfp_parent_error {
	border: solid 2px #F00;
}
	*/
.problem {
  background-color: #FCC;
}

div#mfp_error {
  background-color: #FEE;
  border: solid 1px #F00;
  padding: 10px;
  display: none;
}

div#mfp_error p {
  padding: 0px;
  margin: 0px;
  font-size: 14px;
  text-align: center;
}

div#mfp_error p strong {
  font-size: 18px;
  color: #F00;
}

div#mfp_warning {
  background-color: #FEE;
  border: solid 1px #F00;
  padding: 10px;
  display: none;
  border-radius: 5px;
}

div#mfp_warning p {
  padding: 0px;
  margin: 0px;
  font-size: 14px;
  text-align: center;
}

div#mfp_warning p strong {
  font-size: 18px;
  color: #F00;
}

div#mfp_price {
  color: #C00;
  font-size: 36px;
  padding: 10px;
  font-weight: bolder;
}

div#mfp_price span {
  color: #666;
  font-size: 12px;
  font-weight: normal;
}

button.mfp_next, button.mfp_prev {
  font-size: 18px;
  margin: 10px;
  padding: 5px 10px;
}

button.mfp_next {
  float: right;
}

button.mfp_prev {
  float: left;
}

ul#mfp_phase_stat {
  padding: 10px;
  text-align: center;
}

ul#mfp_phase_stat li {
  display: inline-block;
  padding: 8px 15px;
  border-radius: 5px;
  margin: 0px 5px;
  list-style: none;
  font-size: 14px;
}

ul#mfp_phase_stat li.mfp_phase_arrow {
  box-shadow: none;
  color: #999;
  padding: 8px 0px;
}

ul#mfp_phase_stat li.mfp_active_phase {
  box-shadow: 0px 1px 6px #000;
  background-image: url(_images/mfp_header.png);
  background-size: 100% 100%;
  background-color: #0068B7;
  border: solid 2px #0068B7;
  font-weight: bolder;
  color: #FFF;
  text-shadow: 0px 1px 3px #000;
}

ul#mfp_phase_stat li.mfp_inactive_phase {
  background-image: url(_images/mfp_header.png);
  background-size: 100% 100%;
  background-color: #EEE;
  border: solid 2px #EEE;
  color: #999;
  box-shadow: 0px 1px 6px #CCC;
}

div#mfp_shopping_cart {
  border: solid 1px #CCC;
  margin: 0px;
  padding: 0px;
}

div#mfp_shopping_cart p {
  margin: 0px;
  text-align: center;
  padding: 20px 10px;
  font-size: 12px;
  background-color: #FEE;
}

table.mfp_shoppingcart {
  border-spacing: 0px;
  border-collapse: collapse;
  width: 100%;
}

table.mfp_shoppingcart thead tr td {
  background-color: #EEE;
  border-bottom: solid 1px #CCC;
  text-align: center;
  font-size: 12px;
  padding: 5px;
}

table.mfp_shoppingcart tbody tr th, table.mfp_shoppingcart tbody tr td {
  font-size: 12px;
  padding: 5px;
  border-bottom: solid 1px #CCC;
}

table.mfp_shoppingcart tbody tr td select {
  display: block;
  margin: 0px auto;
  text-align: center;
}

table.mfp_shoppingcart tbody tr td select option {
  text-align: center;
}

table.mfp_shoppingcart tbody tr th span {
  display: block;
  font-weight: normal;
  font-size: 10px;
  color: #666;
  padding: 3px 0px;
}

table.mfp_shoppingcart tfoot tr td {
  padding: 5px;
  font-size: 16px;
  font-weight: bolder;
  color: #900;
}

td.msc_price {
  font-size: 12px;
  text-align: right;
}

div.mfp_buttons {
  clear: both;
  padding: 10px 0px;
  text-align: center;
}

.imagebutton {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  background: none;
}

.mfp_element_all {
  /*
  max-width: 90%;
  */
}

.mfp_element_text,
.mfp_element_number,
.mfp_element_select-one,
.mfp_element_email,
.mfp_element_tel,
.mfp_element_textarea,
.mfp_element_date,
.mfp_element_password {
  /*
  border: solid 1px #CCC;
  border-radius: 3px;
  box-shadow: 0px 0px 5px #CCC inset;
  padding: 3px 8px;
  margin: 2px;
  vertical-align: middle;
  */
}

.mfp_element_checkbox,
.mfp_element_radio {
  /*
  vertical-align: middle;
  margin: 0px 2px;
  */
}

.mfp_element_file {
  /*
  font-size: 12px;
  display: inline-block;
  padding: 10px 10px;
  vertical-align: middle;
  border: solid 1px #CCC;
  border-radius: 3px;
  box-shadow: 0px 0px 5px #CCC inset;
  background: #EEE;
  */
}

.mfp_element_submit, .mfp_element_reset, .mfp_element_button, button.mfp_next, button.mfp_prev {
  /*
  border-radius: 5px;
  padding: 5px 10px;
  border: solid 1px #CCC;
  background: gradient(linear, center top, center bottom, from(#EEE), to(#CCC));
  background: -webkit-gradient(linear, center top, center bottom, from(#EEE), to(#CCC));
  background: -moz-linear-gradient(top, #EEE, #CCC);
  background: -ms-linear-gradient(top, #EEE 0%, #CCC 100%);
  text-shadow: 0px 2px 0px #FFF;
  font-size: 18px;
  cursor: pointer;
  outline: none;
  */
}

.mfp_element_reset {
  /*
  color: #333;
  */
}

.mfp_element_submit:hover, .mfp_element_reset:hover, .mfp_element_button:hover, button.mfp_next:hover, button.mfp_prev:hover {
  /*
  background: gradient(linear, center top, center bottom, from(#FFF), to(#CCC));
  background: -webkit-gradient(linear, center top, center bottom, from(#FFF), to(#CCC));
  background: -moz-linear-gradient(top, #FFF, #CCC);
  background: -ms-linear-gradient(top, #FFF 0%, #CCC 100%);
  box-shadow: 0px 2px 15px #CCC;
  */
}

button.mfp_next, button.mfp_prev {
  font-size: 14px;
}

input#mfp_reserve_item, input#mfp_reserve_date {
  display: none;
}

div#mfp_reserve_wrapper {
  position: relative;
  overflow: hidden;
  border: solid 1px #CCC;
}

div#mfp_reserve_inner {
  position: relative;
  padding: 0px 0px 0px 100px;
  overflow: auto;
}

div#mfp_reserve_wrapper table {
  border-spacing: 0px;
  border-collapse: collapse;
}

div#mfp_reserve_wrapper table.mfp_reserve_table_label {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100px;
  background-color: #FEE;
  z-index: 100;
}

div#mfp_reserve_wrapper table.mfp_reserve_table_value {
  padding: 0px 0px 0px 0px;
}

div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_active,
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_warning {
  cursor: pointer;
}

div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_active:hover,
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_warning:hover {
  background-color: #E8EEF9;
}

div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_current {
  background-color: #0068B7;
  color: #FFF;
}

td.mfp_reserve_disabled {
  background-color: #CCC;
}

td.mfp_reserve_warning {
  background-color: #FFC;
}

div#mfp_reserve_wrapper table tr td, div#mfp_reserve_wrapper table tr th {
  border: solid 1px #CCC;
  padding: 0px 5px;
  font-size: 12px;
  text-align: center;
  font-family: Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-weight: normal;
  height: 20px;
  text-align: left;
}

td.mfp_reserve_week_0 {
  color: #F00;
  background-color: #FEE;
}

td.mfp_reserve_week_6 {
  color: #00F;
  background-color: #EEF;
}

div.mfp_ok {
  border-radius: 5px;
  background-color: #090;
  border: solid 1px #090;
  display: inline-block;
  line-height: 1.5em;
  padding: 0px 5px;
  margin: 0px 2px;
  color: #FFF;
  font-size: 10px;
  background-image: url(_images/mfp_header.png);
  background-size: 100% 100%;
  display: none;
}

div.prefcodeWrapper {
  position: relative;
}

div.prefcodeResult {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 5px;
  border: solid 1px #CCC;
  background-color: #FFF;
  box-shadow: 0px 0px 5px #CCC;
  display: none;
}

div.prefcodeResult div {
  cursor: pointer;
}

div.prefcodeResult div:hover {
  background-color: #C9EBFB;
}

div.prefcodeResult div.prefcodeNext {
  background-color: #EEE;
  text-align: center;
}

div.prefLoading {
  padding: 60px 100px;
  background: url(_images/mfp_zip_loading.gif) no-repeat center center;
}

div.mfpSuggestWrapper {
  position: relative;
}

div.mfpSuggestResult {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 5px;
  border: solid 1px #CCC;
  background-color: #FFF;
  box-shadow: 0px 0px 5px #CCC;
  display: none;
}

div.mfpSuggestResult div {
  cursor: pointer;
}

div.mfpSuggestResult div:hover {
  background-color: #C9EBFB;
}

div.mfpSuggestResult div.mfpSuggestNext {
  background-color: #EEE;
  text-align: center;
}

div.prefLoading {
  padding: 60px 100px;
  background: url(_images/mfp_zip_loading.gif) no-repeat center center;
}

.hidefield {
  height: 0px;
  overflow: hidden;
}

.showfield {
  height: auto;
  overflow: visible;
}

div.mfp_attached_thumbnails {
  display: none;
  padding: 5px;
  margin: 5px auto;
  border: solid 1px #CCC;
  border-radius: 3px;
  box-shadow: 0px 0px 5px #CCC inset;
  background: #EEE;
}

div.mfp_attached_thumbnails ul {
  margin: 0px;
  padding: 0px;
}

form#mailformpro dl dd div.mfp_attached_thumbnails ul li {
  display: inline-block;
  vertical-align: top;
  padding: 0px;
  border: solid 4px #FFF;
  margin: 5px;
  box-shadow: 0px 2px 5px #999;
}

form#mailformpro dl dd div.mfp_attached_thumbnails ul li a {
  display: block;
  max-height: 100px;
  overflow: hidden;
}

div.mfp_attached_thumbnails ul li a img {
  display: block;
  max-width: 80px;
}

button.mfp_attached_reset {
  font-size: 14px;
}

div.mfp_draganddrop {
  margin: 5px auto;
  width: 100%;
  height: 200px;
  border: solid 2px #CCC;
  border-radius: 3px;
  background: url(_images/draganddrop.png) no-repeat center center #EEE;
  background-size: auto 80%;
}

div.mfp_dragover {
  border: solid 2px #0068B7;
  background-color: #FFF;
}

div.mfp_attached_filelist {
  margin: 5px auto;
  padding: 5px;
  width: 100%;
  border: solid 1px #CCC;
  border-radius: 3px;
}

form#mailformpro dl dd div.mfp_attached_filelist ul,
div.mfp_attached_filelist ul {
  padding: 5px;
}

form#mailformpro dl dd div.mfp_attached_filelist ul li,
div.mfp_attached_filelist ul li {
  padding: 5px 5px 5px 2em;
  background: url(_images/file.png) no-repeat 5px center;
  background-size: 1.3em 1.3em;
  display: inline-block;
  margin-right: 1em;
}

form#mailformpro dl dd div.mfp_attached_filelist ul li:last-child,
div.mfp_attached_filelist ul li:last-child {
  border: none;
}

div.mfp_guide {
  position: relative;
  width: 1px;
  height: 1px;
}

div.mfp_guide div {
  position: absolute;
  bottom: 0px;
  left: 0px;
  margin-top: -2em;
  white-space: nowrap;
  border-radius: 5px;
  padding: 5px 10px;
  line-height: 1em;
  font-size: 12px;
  color: #FFF;
  font-weight: bolder;
  background: #F00;
  display: none;
}

div#mfp_numticket_wrapper,
div#mfp_numticket_wrapper * {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

div#mfp_numticket_wrapper {
  clear: both;
  padding: 15px;
}

div#mfp_numticket_wrapper section#numticket_message_wrapper {
  border: solid 3px #F00;
  border-radius: 5px;
  background: #FEE;
  padding: 15px;
  font-size: 16px;
  line-height: 1.7em;
  margin: 5px auto;
}

div#mfp_numticket_wrapper section#numticket_waitTime {
  border: solid 3px #CCC;
  border-radius: 5px;
  background: #FFF;
  padding: 15px;
  font-size: 16px;
  margin: 10px auto;
}

div#mfp_numticket_wrapper section#numticket_waitTime strong {
  font-size: 32px;
  display: block;
  text-align: center;
}

div#mfp_numticket_wrapper section#numticket_waitTime p.numticket_center {
  text-align: center;
}

div.mfp_traffic_status {
  max-width: 460px;
  margin: 10px auto;
  border: solid 1px #CCC;
  border-radius: 3px;
  padding: 15px;
}

div.mfp_traffic_status h3 {
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  color: #999;
}

div.mfp_traffic_status table {
  text-align: center;
  width: 100%;
}

div#wrapper div.mfp_traffic_status table tr th,
div#wrapper div.mfp_traffic_status table tr td,
div.mfp_traffic_status table td,
div.mfp_traffic_status table th {
  border: none;
  padding: 0;
}

div#wrapper div.mfp_traffic_status table tr td,
div.mfp_traffic_status table td {
  padding: 0 2px;
}

div#wrapper div.mfp_traffic_status table tr th,
div.mfp_traffic_status table th {
  border-top: solid 1px #CCC;
  font-size: 10px;
  font-weight: normal;
  padding-top: 5px;
  color: #999;
}

div.mfp_traffic_status table td {
  height: 100px;
}

div.mfp_traffic_status table td span {
  display: block;
  background: #7BAAF7;
  border-radius: 3px 3px 0 0;
  border-top: solid 1px #66A1F7;
  border-right: solid 1px #66A1F7;
  border-left: solid 1px #66A1F7;
  min-width: 10px;
  max-width: 30px;
  margin: 0 auto;
  padding-bottom: 10px;
}

div.mfp_traffic_status table td span.mfp_traffic_status_current {
  background: #5D7AF2;
  border-top: solid 1px #546CD1;
  border-right: solid 1px #546CD1;
  border-left: solid 1px #546CD1;
}

.mfp_ok {
  background-color: rgba(0, 255, 0, 0.2);
}

.mfp_ng {
  background-color: rgba(255, 0, 0, 0.2);
}

div#mfp_OperationCheck div#mfp_OperationCheck_inner {
  display: none;
}

div#mfp_OperationCheck strong {
  background: #090;
  display: block;
  color: #222;
  text-align: center;
  border-radius: 3px;
}

div#mfp_OperationCheck * {
  padding: 0px;
  margin: 0px;
  font-size: 12px;
}

div#mfp_OperationCheck p {
  padding: 0px 5px;
  margin: 0px;
  font-size: 12px;
}

div#mfp_OperationCheck p a {
  color: #0C0;
  text-decoration: none;
}

div#mfp_OperationCheck p a:hover,
div#mfp_OperationCheck p button:hover {
  text-decoration: underline;
}

div#mfp_OperationCheck p button {
  border: none;
  background: none;
  color: #0C0;
  cursor: pointer;
}

div#mfp_OperationCheck ul li,
div#mfp_OperationCheck ul li label,
div#mfp_OperationCheck ul li label input {
  line-height: 12px;
  font-size: 12px;
  list-style: none;
  vertical-align: middle;
}

div#mfp_OperationCheck ul li {
  padding: 5px 10px;
}

div#mfp_OperationCheck ul li label {
  text-decoration: underline;
}

button#mfp_recorder_record,
button#mfp_recorder_clear,
button#mfp_recorder_restore {
  border-radius: 5px;
  padding: 5px 10px 5px 2em;
  border: solid 1px #CCC;
  background: gradient(linear, center top, center bottom, from(#EEE), to(#CCC));
  background: -webkit-gradient(linear, center top, center bottom, from(#EEE), to(#CCC));
  background: -moz-linear-gradient(top, #EEE, #CCC);
  background: -ms-linear-gradient(top, #EEE 0%, #CCC 100%);
  text-shadow: 0px 2px 0px #FFF;
  font-size: 16px;
  cursor: pointer;
  outline: none;
  display: inline-block;
  margin: 5px auto;
}

button#mfp_recorder_record {
  background: url(_images/mfp_record_disabled.png) no-repeat 5px center #EEE;
  background-size: 24px 24px;
}

button#mfp_recorder_clear {
  background: url(_images/mfp_record_remove.png) no-repeat 5px center #EEE;
  background-size: 24px 24px;
}

button#mfp_recorder_restore {
  background: url(_images/mfp_record_restore.png) no-repeat 5px center #EEE;
  background-size: 24px 24px;
}

button.enabled#mfp_recorder_record,
button.enabled#mfp_recorder_clear,
button.enabled#mfp_recorder_restore {
  background: url(_images/mfp_record_enabled.png) no-repeat 5px center #EEE;
  background-size: 24px 24px;
}

div#mfp_recorder_wrap {
  border: solid 1px #CCC;
  padding: 10px;
  text-align: center;
  margin: 5px auto;
}

td.request_image {
  width: 100px;
}

td.request_image img {
  max-width: 100px;
}

button.mfp_submit_enable {
  background: none;
  background: #000090;
}

button.mfp_submit_disable {
  background: none;
  background: #FD8282;
}

span.mfp_tips {
  background-image: url(_images/mfp_header.png);
  background-size: 100% 100%;
  background-color: #FCC;
  display: block;
  border-radius: 5px;
  padding: 10px;
  margin: 2px;
  box-shadow: 0px 2px 10px #999;
}

span.mfp_tips strong {
  color: #800040;
}

span.mfp_tips span {
  display: block;
  padding: 10px;
  color: #008080;
}

span.mfp_tips em {
  font-style: normal;
  color: #090;
  font-weight: bold;
}

div.mfp_estimate_wrapper {
  border: solid 1px #CCC;
  padding: 10px;
  margin: 5px;
  border-radius: 5px;
}

div.mfp_estimate_wrapper div.mfp_estimate_wrap {
  position: relative;
  padding: 10px;
  border: solid 1px #CCC;
  border-radius: 5px;
  margin: 10px 0;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
}

div.mfp_estimate_wrapper div.mfp_estimate_wrap div.mfp_estimate_label {
  position: absolute;
  top: -0.7em;
  left: 1em;
  display: inline-block;
  background: #FFF;
  font-size: 12px;
  padding: 0 0.5em;
  color: #666;
}

div.mfp_estimate_wrapper div.mfp_estimate_wrap select {
  font-size: 18px;
  margin: 5px 0;
  padding: 5px 10px;
  line-height: 1em;
  min-height: 2.5em;
}

div.mfp_estimate_wrapper div.mfp_estimate_wrap img {
  width: 100%;
  max-width: 240px;
  display: block;
  margin: 0 auto;
}

div.mfp_estimate_wrapper div.mfp_estimate_wrap strong {
  display: block;
  text-align: right;
  color: #900;
  font-size: 24px;
}

div.mfp_estimate_wrapper div.mfp_estimate_wrap strong em {
  display: inline-block;
  font-size: 30px;
}

div.mfp_estimate_wrapper button.mfp_estimate_button {
  margin: 10px 0 0 0;
  padding: 5px 10px;
  border-radius: 5px;
  border: solid 1px #CCC;
  background: gradient(linear, center top, center bottom, from(#EEE), to(#CCC));
  background: gradient(linear, center top, center bottom, from(#EEE), to(#CCC));
  background: -moz-linear-gradient(top, #EEE, #CCC);
  background: -ms-linear-gradient(top, #EEE 0%, #CCC 100%);
  text-shadow: 0px 2px 0px #FFF;
}

div.mfp_estimate_list table.mfp_estimate_list_table {
  width: 100%;
  margin: 10px 0;
}

div.mfp_estimate_list table.mfp_estimate_list_table thead tr th {
  text-align: center;
}

div#wrapper div.mfp_estimate_list table.mfp_estimate_list_table tr th,
div#wrapper div.mfp_estimate_list table.mfp_estimate_list_table tr td,
div.mfp_estimate_list table.mfp_estimate_list_table tr th,
div.mfp_estimate_list table.mfp_estimate_list_table tr td {
  border: none;
  border-bottom: solid 1px #333;
}

div#wrapper div.mfp_estimate_list table.mfp_estimate_list_table tfoot tr th,
div#wrapper div.mfp_estimate_list table.mfp_estimate_list_table tfoot tr td,
div.mfp_estimate_list table.mfp_estimate_list_table tfoot tr th,
div.mfp_estimate_list table.mfp_estimate_list_table tfoot tr td {
  border: none;
  text-align: right;
}

div#wrapper div.mfp_estimate_list table.mfp_estimate_list_table tbody tr th,
div#wrapper div.mfp_estimate_list table.mfp_estimate_list_table tbody tr td,
div.mfp_estimate_list table.mfp_estimate_list_table tbody tr th,
div.mfp_estimate_list table.mfp_estimate_list_table tbody tr td {
  padding: 0;
  margin: 0;
}

div#wrapper div.mfp_estimate_list table.mfp_estimate_list_table tbody tr th,
div.mfp_estimate_list table.mfp_estimate_list_table tbody tr th {
  padding: 0 10px;
}

div#wrapper div.mfp_estimate_list table.mfp_estimate_list_table tbody tr th span,
div.mfp_estimate_list table.mfp_estimate_list_table tbody tr th span {
  font-size: 10px;
  display: block;
  color: #666;
}

div#wrapper div.mfp_estimate_list table.mfp_estimate_list_table tbody tr td:nth-of-type(1),
div.mfp_estimate_list table.mfp_estimate_list_table tbody tr td:nth-of-type(1) {
  width: 80px;
}

div#wrapper div.mfp_estimate_list table.mfp_estimate_list_table tbody tr td:nth-of-type(2),
div.mfp_estimate_list table.mfp_estimate_list_table tbody tr td:nth-of-type(2) {
  text-align: right;
  padding: 0 10px;
  width: 120px;
}

div#wrapper div.mfp_estimate_list table.mfp_estimate_list_table tbody tr td:nth-of-type(3),
div.mfp_estimate_list table.mfp_estimate_list_table tbody tr td:nth-of-type(3) {
  width: 60px;
}

div.mfp_estimate_list table.mfp_estimate_list_table tbody td img {
  max-width: 80px;
}

div.mfp_estimate_list table.mfp_estimate_list_table tbody td button {
  border: none;
  background: none;
  font-size: 24px;
  cursor: pointer;
}

div.mfp_ticket_wrapper {
  border: solid 1px #CCC;
  margin: 5px;
  overflow: auto;
}

div.mfp_ticket_map {
  position: relative;
  background-position: left top;
  background-repeat: no-repeat;
}

div.mfp_ticket_map div {
  position: absolute;
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0;
}

div.mfp_ticket_map div label {
  position: relative;
}

div.mfp_ticket_map div label span {
  position: absolute;
  top: 0px;
  left: 20px;
  display: inline-block;
  font-size: 10px;
  white-space: nowrap;
  display: none;
  background-color: #FFF;
  border: solid 1px #CCC;
  padding: 3px 3px;
  line-height: 1em;
}

div.mfp_ticket_map div label:hover span {
  display: block;
  z-index: 10;
}

div.mfp_ticket_map div label input {
  margin: 0;
  padding: 0;
  border-radius: 0;
  background-color: #CCC;
}

@media screen and (max-width: 800px) {
  /*
  form#mailformpro dl dt {
  	float: none;
  	width: auto;
  	font-size: 12px;
  	padding: 5px;
  	text-align: left;
  }
  form#mailformpro dl dd {
  	clear: both;
  	border-top: none;
  	padding: 5px 15px;
  	font-size: 12px;
  	line-height: 1.5em;
  }
  div.mfp_buttons button {
  	font-size: 14px;
  }
  div#mfp_phase_confirm h4 {
  	font-size: 18px;
  }
  */
  ul#mfp_phase_stat {
    padding: 0px;
    text-align: left;
  }
  ul#mfp_phase_stat li {
    text-align: center;
    padding: 5px 0px;
    border-radius: 3px;
    margin: 5px;
    list-style: none;
    font-size: 14px;
    width: 28%;
  }
  ul#mfp_phase_stat li.mfp_phase_arrow {
    bos-shadow: none;
    display: none;
  }
  /*
  table#mfp_confirm_table tr th {
  	white-space: nowrap;
  	width: 100px;
  }
  */
  div#mfp_thanks {
    text-align: center;
    font-size: 18px;
    padding: 20px 0px;
  }
  div#mfp_thanks strong {
    color: #C00;
    font-size: 24px;
    display: block;
  }
}
/*== swiper.js ====================================================================================================*/
/**
 * Swiper 11.1.14
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 12, 2024
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

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

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

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

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

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

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

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

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

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

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

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

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

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

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

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

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

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

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

.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%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

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

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

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg, .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

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

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.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-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  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: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

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

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

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

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

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

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

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

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

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

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

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

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

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

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

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

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

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

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-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%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

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

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

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

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

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

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

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

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

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

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

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

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

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

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

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

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

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

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

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

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

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

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

/*
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

	COMMON

::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
*/
/*== root ====================================================================================================*/
:root {
  --vw: 1vw;
  --vp: 19.20;
  --c_black: #000;
  --c_white: #fff;
  --c_gray1: #383337;
  --c_gray2: #EAEAEA;
  --c_gray3: #404040;
  --c_gray4: #707070;
  --c_gray5: ;
  --c_gray6: ;
  --c_gray7: ;
  --c_gray8: ;
  --c_gray9: ;
  --c_blue1: #0C6084;
  --c_blue2: #0091DE;
  --c_blue3: ;
  --c_blue4: ;
  --c_blue5: ;
  --c_red1: #E20555;
  --c_red2: #FF0000;
  --c_green1: #10C3B9;
  --c_pink1: #CF65A6;
  --c_pink2: #E20555;
  --c_purple1: #5570DB;
  --ls50: .05em;
  --lh_h: 1.6;
  --lh15: 1.5;
  --lh175: 1.75;
  --shadow: 0px 0px 6px rgba(117, 152, 186, 0.2);
  --shadow2: 0px 0px 10px rgba(0, 0, 0, 0.43);
  --pdX: 40px;
  --pdY: 100px;
  --liner: all 0.25s linear;
  --ease: all 0.25s ease;
  --easein: all 0.25s ease-in;
  --easeout: all 0.25s ease-out;
}
@media screen and (max-width: 767px) {
  :root {
    --vp: 7.67;
  }
}
@media screen and (max-width: 767px) {
  :root {
    --pdX: min(calc(50 / var(--vp) * var(--vw)), 50px);
  }
}
@media screen and (max-width: 767px) {
  :root {
    --pdY: min(calc(100 / var(--vp) * var(--vw)), 100px);
  }
}

/*== common_default ====================================================================================================*/
/*-------------------------
  ROLL OVER
-------------------------*/
.ro {
  transition: all 0.25s linear !important;
}
body:not(.view_sp) .ro:hover {
  opacity: 0.6;
  transition: all 0.25s linear !important;
}
.ro:hover img {
  opacity: 1;
}
.ro a:hover, .ro a:hover img {
  transition: none;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .ro:hover, .ro a:hover, .ro a:hover img {
    opacity: 1;
  }
}

/*-------------------------
  pcCont/spCont
-------------------------*/
@media screen and (min-width: 768px) {
  .sp, .spCont {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pc, .pcCont {
    display: none;
  }
}
/*-------------------------
  COMMONS
-------------------------*/
.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.f_left {
  float: left;
}

.f_right {
  float: right;
}

.clear {
  clear: both;
}

button {
  cursor: pointer;
  outline: none;
}

.fBox, .flex {
  display: flex;
}

svg {
  fill: currentColor;
}

.preload * {
  transition: none !important;
}

.ofi {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.ac_btn {
  cursor: pointer;
}

.ac_box {
  display: none;
}

.slider {
  opacity: 0;
  transition: opacity 0.3s linear;
}

.slider.slick-initialized {
  opacity: 1;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: inherit;
}

.bold, strong {
  /*font-weight: inherit;*/
}

@media screen and (min-width: 768px) {
  .ptac {
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .pc_flex, .pflex {
    display: flex;
  }
}

code {
  display: inline-block;
  vertical-align: middle;
  padding: 0.25em 0.25em;
  color: #444;
  background-color: #e7edf3;
  border-radius: 3px;
  border: solid 1px #d6dde4;
  text-indent: 0;
  font-family: inherit;
  font-size: 80%;
  line-height: 1.2;
}
code.red {
  display: block;
  background-color: #f00;
  border: none;
  border-radius: 0;
  color: #fff;
  font-weight: bold;
  padding: 8px;
  text-align: center;
  font-size: 100%;
}

/*== common ====================================================================================================*/
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■setting
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
html {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic Medium", "游ゴシック Medium", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-size: 100%;
}

body {
  position: relative;
  background: var(--c_white);
  color: var(--c_black);
  font-size: 1rem;
  line-height: var(--lh_h);
  margin: 0 auto;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  word-break: normal;
  word-wrap: break-word;
  line-break: strict;
  overflow-wrap: break-word;
  -webkit-touch-callout: none;
  text-size-adjust: 100%;
}
body a[href=""],
body a.disabled {
  cursor: not-allowed;
  pointer-events: none;
  text-decoration: none;
}
body *[hidden] {
  display: none !important;
}

body:not(.view_sp) a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
  pointer-events: none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■ メインコンテンツ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-flow: column;
  min-height: 100vh;
}
#container::before, #container::after {
  content: "";
  position: fixed;
  z-index: 1;
  top: 0;
  width: 180px;
  height: 1080px;
}
@media screen and (max-width: 1320px) {
  #container::before, #container::after {
    display: none;
  }
}
#container::before {
  left: 0;
  background-image: url(../img/dec-titletext1.png);
}
#container::after {
  right: 0;
  background-image: url(../img/dec-titletext2.png);
}

.contents {
  overflow: hidden;
  position: relative;
  flex: 1;
  width: 100%;
}
.contents:not(#page_toppage) {
  padding: 80px var(--pdX) 0;
}
.contents > .btn {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .contents > .btn {
    margin-top: clamp(50px, calc(100 / var(--vp) * var(--vw)), 100px);
  }
}

.innerWrap {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 0;
  z-index: 2;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .innerWrap {
    max-width: none;
  }
}
@media screen and (max-width: 960px) {
  .innerWrap {
    max-width: 760px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■ 共通 - ヘッダー
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#header .logo {
  position: fixed;
  top: 10px;
  left: 50px;
  z-index: 100;
  transform-origin: left top;
  transition: var(--ease) !important;
}
@media screen and (max-width: 767px) {
  #header .logo {
    left: 20px;
  }
}
#header .logo a {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #header .logo._mini {
    transform: scale(0.6);
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■ 共通 - フッター
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#footer {
  position: relative;
  z-index: 2;
  background: var(--c_gray1);
  color: var(--c_white);
  padding: 20px var(--pdX) 116px;
  margin-top: 200px;
}
@media screen and (max-width: 767px) {
  #footer {
    padding-top: min(20 / var(--vp) * var(--vw), 20px);
    padding-bottomo: min(116 / var(--vp) * var(--vw), 116px);
    margin-top: min(200 / var(--vp) * var(--vw), 200px);
  }
}
#footer .copyright {
  font-size: 0.6875rem;
  font-style: italic;
  text-align: center;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■ Wordpress
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
a.post-edit-link {
  background-color: #F00 !important;
  background-image: none !important;
  border-radius: 5px 5px 5px 5px !important;
  color: #FFFFFF !important;
  font-size: 100%;
  padding: 0.5em 0.75em;
  text-decoration: none;
  display: inline-block;
  line-height: 1.1;
}

a.post-edit-link:hover {
  background-color: #06C !important;
}

/*== parts ====================================================================================================*/
/*-------------------------
  dami
-------------------------*/
.dami {
  display: none !important;
  position: absolute;
  z-index: -1;
  bottom: 0;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  opacity: 0.2;
}
.dami img {
  width: 100%;
  height: auto;
}

/*-------------------------
  Fonts
-------------------------*/
.en, ._en {
  font-family: "Montserrat", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic Medium", "游ゴシック Medium", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
}

/*-------------------------
  btn
-------------------------*/
.btn {
  margin-left: auto;
  margin-right: auto;
}

.btn01 {
  max-width: 270px;
}
@media screen and (max-width: 767px) {
  .btn01 {
    max-width: clamp(200px, 270 / var(--vp) * var(--vw), 270px);
  }
}
.btn01 button {
  background: none;
  border: none;
  box-shadow: none;
  color: inherit;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic Medium", "游ゴシック Medium", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-size: 100%;
}
.btn01 .btn_inner {
  overflow: hidden;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 60px;
  border-radius: 100px;
  color: var(--c_gray3);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: var(--ls25);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .btn01 .btn_inner {
    min-height: clamp(48px, 60 / var(--vp) * var(--vw), 60px);
    font-size: clamp(14px, 20 / var(--vp) * var(--vw), 20px);
  }
}
.btn01 a, .btn01 button {
  position: relative;
  z-index: 0;
  text-decoration: none;
}
.btn01 a::before, .btn01 button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #C7E6E5;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease 0.3s !important;
}
.btn01 a:hover::before, .btn01 button:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
.btn01 a:disabled, .btn01 button:disabled {
  pointer-events: none;
  background-color: var(--c_gray2);
  border-color: #b0b0b0;
  color: #b0b0b0;
}
.btn01 .btn_inner {
  background-color: var(--c_white);
  border: 1px solid var(--c_gray4);
}

.btn02 {
  max-width: 270px;
}
@media screen and (max-width: 767px) {
  .btn02 {
    max-width: clamp(200px, 270 / var(--vp) * var(--vw), 270px);
  }
}
.btn02 button {
  background: none;
  border: none;
  box-shadow: none;
  color: inherit;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic Medium", "游ゴシック Medium", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-size: 100%;
}
.btn02 .btn_inner {
  overflow: hidden;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 60px;
  border-radius: 100px;
  color: var(--c_gray3);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: var(--ls25);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .btn02 .btn_inner {
    min-height: clamp(48px, 60 / var(--vp) * var(--vw), 60px);
    font-size: clamp(14px, 20 / var(--vp) * var(--vw), 20px);
  }
}
.btn02 a, .btn02 button {
  position: relative;
  z-index: 0;
  text-decoration: none;
}
.btn02 a::before, .btn02 button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: var(--c_gray2);
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease 0.3s !important;
}
.btn02 a:hover::before, .btn02 button:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
.btn02 a:disabled, .btn02 button:disabled {
  pointer-events: none;
  background-color: var(--c_gray2);
  border-color: #b0b0b0;
  color: #b0b0b0;
}
.btn02 .btn_inner {
  background-color: var(--c_white);
  border: 1px solid var(--c_gray4);
}

/*-------------------------
  pagetitle
-------------------------*/
.sec_title {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  font-size: 3.125rem;
  font-weight: 900;
  text-align: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .sec_title {
    font-size: clamp(25px, 50 / var(--vp) * var(--vw), 50px);
    margin-bottom: min(50 / var(--vp) * var(--vw), 50px);
  }
}
.sec_title .logo {
  display: flex;
  justify-content: center;
  width: 100%;
  border-bottom: 2px solid #000;
  padding-bottom: 14px;
  margin-bottom: 2px;
}
@media screen and (max-width: 767px) {
  .sec_title .logo {
    padding-bottom: min(14 / var(--vp) * var(--vw), 14px);
  }
}
@media screen and (max-width: 767px) {
  .sec_title .logo img {
    width: clamp(111px, 222 / var(--vp) * var(--vw), 222px);
    height: auto;
  }
}
.sec_title._white {
  color: var(--c_white);
}
.sec_title._white .logo {
  border-bottom-color: var(--c_white);
}
.sec_title._white .logo img {
  filter: invert(100%) sepia(83%) saturate(0%) hue-rotate(296deg) brightness(104%) contrast(101%);
}
@media only screen and (min-width: 961px) {
  .sec_title br.sp960 {
    display: none !important;
  }
}

/*== form ====================================================================================================*/
/*--------------------------------------------------
  form reset
--------------------------------------------------*/
.form input,
.form select,
.form textarea,
.form button {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic Medium", "游ゴシック Medium", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
}
.form input[type=text],
.form input[type=tel],
.form input[type=email],
.form input[type=password],
.form input[type=number],
.form input[type=url],
.form input[type=date] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline-color: var(--c_blue2);
  width: 100%;
  background: #fff;
  border: 1px solid var(--c_gray4);
  border-radius: 5px;
  height: 40px;
  color: #000;
  font-family: inherit !important;
  font-weight: inherit !important;
  padding: 10px;
}
.form input[type=text]:not(.problem),
.form input[type=tel]:not(.problem),
.form input[type=email]:not(.problem),
.form input[type=password]:not(.problem),
.form input[type=number]:not(.problem),
.form input[type=url]:not(.problem),
.form input[type=date]:not(.problem) {
  background: #fff;
}
.form input[type=text].problem,
.form input[type=tel].problem,
.form input[type=email].problem,
.form input[type=password].problem,
.form input[type=number].problem,
.form input[type=url].problem,
.form input[type=date].problem {
  background-color: rgba(255, 0, 0, 0.1) !important;
  border-color: var(--c_red2) !important;
  border-width: 1px;
}
.form input[type=text]:disabled,
.form input[type=tel]:disabled,
.form input[type=email]:disabled,
.form input[type=password]:disabled,
.form input[type=number]:disabled,
.form input[type=url]:disabled,
.form input[type=date]:disabled {
  background: #EBEBEB;
}
.form input[type=date]::-webkit-date-and-time-value,
.form input[type=month]::-webkit-date-and-time-value {
  text-align: left;
}
.form select {
  outline-color: var(--c_blue2);
  width: 100%;
  background: #fff;
  border: 1px solid var(--c_gray4);
  border-radius: 5px;
  height: 40px;
  color: #000;
  font-family: inherit !important;
  font-weight: inherit !important;
  padding: 10px;
  background: transparent;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}
.form select:not(.problem) {
  background: #fff;
}
.form select.problem {
  background-color: rgba(255, 0, 0, 0.1) !important;
  border-color: var(--c_red2) !important;
  border-width: 1px;
}
.form select:disabled {
  background: #EBEBEB;
}
.form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline-color: var(--c_blue2);
  width: 100%;
  background: #fff;
  border: 1px solid var(--c_gray4);
  border-radius: 5px;
  height: 40px;
  color: #000;
  font-family: inherit !important;
  font-weight: inherit !important;
  padding: 10px;
  display: block;
  resize: none;
  resize: both;
  height: 300px;
}
.form textarea:not(.problem) {
  background: #fff;
}
.form textarea.problem {
  background-color: rgba(255, 0, 0, 0.1) !important;
  border-color: var(--c_red2) !important;
  border-width: 1px;
}
.form textarea:disabled {
  background: #EBEBEB;
}
@media screen and (min-width: 768px) {
  .form textarea {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .form textarea {
    height: 150px;
  }
}
.form button,
.form input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  text-shadow: none;
  box-shadow: none;
}
.form button:not(.btn_inner):hover,
.form input[type=submit]:hover {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form input[type=file] {
  cursor: pointer;
}
.form label {
  cursor: pointer;
}
.form label span:not([class]) {
  position: relative;
  display: inline-block;
  padding: 0 0 0 29px;
}
.form label span:not([class]):before, .form label span:not([class]):after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
}
.form label span:not([class]):before {
  left: 0;
  width: 20px;
  height: 20px;
  background: transparent;
  border: 1px solid var(--c_gray4);
  background: #fff;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  margin: 3px 0 0;
}
.form label span:not([class]):after {
  opacity: 0;
  top: 0;
  margin: 8px auto 0;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.form input[type=radio],
.form input[type=checkbox] {
  display: none;
}
.form input[type=radio]:checked + span:not([class]):after,
.form input[type=radio]:checked + input + span:not([class]):after,
.form input[type=checkbox]:checked + span:not([class]):after,
.form input[type=checkbox]:checked + input + span:not([class]):after {
  opacity: 1;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.form label input[type=radio] + span:not([class]):before,
.form label input[type=radio] + input + span:not([class]):before,
.form label input[type=radio] + span:not([class]):after,
.form label input[type=radio] + input + span:not([class]):after {
  border-radius: 50%;
}
.form label input[type=radio] + span:not([class]):after,
.form label input[type=radio] + input + span:not([class]):after {
  left: 5px;
  width: 10px;
  height: 10px;
  background: var(--c_blue2);
}
.form label input[type=checkbox] + span:not([class]):after,
.form label input[type=checkbox] + input + span:not([class]):after {
  top: 0;
  bottom: 2px;
  left: 7px;
  width: 6px;
  height: 10px;
  background: none;
  border-bottom: 2px solid var(--c_blue2);
  border-right: 2px solid var(--c_blue2);
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
}

/*--------------------------------------------------
  プレースホルダー
--------------------------------------------------*/
:placeholder-shown {
  font-family: inherit;
  color: #BCBCBC !important;
}

::-webkit-input-placeholder {
  font-family: inherit;
  color: #BCBCBC !important;
}

:-moz-placeholder {
  opacity: 1;
  font-family: inherit;
  color: #BCBCBC !important;
}

::-moz-placeholder {
  opacity: 1;
  font-family: inherit;
  color: #BCBCBC !important;
}

:-ms-input-placeholder {
  font-family: inherit;
  color: #BCBCBC !important;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■↓↓↓お問い合わせフォーム　各サイトごとに自由編集↓↓↓
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*--------------------------------------------------
  メールフォームプロ
--------------------------------------------------*/
/* エラー */
div.mfp_err {
  clear: both;
  display: none;
  text-align: left;
  margin: 10px 0 0 0;
  color: var(--c_red1);
  font-weight: bold;
  line-height: normal;
  background-position: 0px 1px;
}
div.mfp_err:empty {
  display: none;
}

.mfp_parent_error {
  border: solid 2px #F00;
}

.problem {
  background-color: #FCC;
}

div#mfp_error {
  background-color: #FEE;
  border: solid 1px #F00;
  padding: 10px;
  display: none;
}

/* ボタン */
@media screen and (min-width: 768px) {
  div.mfp_buttons {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  div.mfp_buttons > *:not(:first-child) {
    margin-right: 60px;
  }
}
@media screen and (max-width: 767px) {
  div.mfp_buttons > *:not(:first-child) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  div.mfp_buttons #mfp_button_cancel {
    max-width: 250px;
  }
}
/* テーブル */
#mfp_confirm_table tr {
  background: none;
}
@media screen and (max-width: 767px) {
  #mfp_confirm_table tr:last-child td {
    padding-bottom: 0;
  }
}
#mfp_confirm_table th, #mfp_confirm_table td {
  text-align: left;
  vertical-align: top;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #mfp_confirm_table th, #mfp_confirm_table td {
    display: block;
    width: 100%;
  }
}

/*--------------------------------------------------
	入力画面
--------------------------------------------------*/
#sec_contact_form .list_input ul + ul {
  margin-top: 15px;
}
#sec_contact_form .list_input li {
  margin: 0 20px 10px 0;
}
#sec_contact_form #mfp_phase_confirm h4 {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin: 0 0 30px;
}
@media screen and (max-width: 767px) {
  #sec_contact_form #mfp_phase_confirm h4 {
    margin: 0 0 50px;
  }
}

/*--------------------------------------------------
	確認画面
--------------------------------------------------*/
div#mfp_error {
  width: 100%;
}

div#mfp_warning {
  width: 100%;
  margin: 0 auto;
  background: #f7ebeb;
  border: 1px solid var(--red01) !important;
  border-radius: 0;
  padding: 20px 30px;
  margin-bottom: 40px;
}

div#mfp_overlay_inner {
  max-width: 1100px;
  width: 100%;
  border-radius: 0;
  padding: 20px 40px 36px;
}
@media screen and (max-width: 767px) {
  div#mfp_overlay_inner {
    padding: 20px 20px 40px;
  }
}

/*
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

	PAGE

::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
*/
/*== case ====================================================================================================*/
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■ 404
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.sec_404 .btn {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .sec_404 .btn {
    margin-top: min(100 / var(--vp) * var(--vw), 100px);
  }
}

/*== index ====================================================================================================*/
/*-------------------------
  メインビジュアル
-------------------------*/
@media screen and (min-width: 1261px) {
  #top-mainvisual .img {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    min-width: 1920px;
  }
}
#top-mainvisual .img img {
  width: 100%;
  height: auto;
}

/*-------------------------
  電気ですか！貼ればわかるさ!!エレキヘルGOLD!!
-------------------------*/
#intro {
  text-align: center;
}
@media screen and (max-width: 960px) {
  #intro .img img {
    max-width: 760px;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 828px) {
  #intro .img img {
    max-width: min(91.7874396135 * var(--vw), 760px);
  }
}
@media screen and (max-width: 768px) {
  #intro .img img {
    max-width: 661px;
  }
}
@media screen and (max-width: 767px) {
  #intro .img img {
    max-width: min(667 / var(--vp) * var(--vw), 667px);
  }
}
#intro .bg1 {
  background: url(../img/toppage-intro1_bg.webp) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 960px) {
  #intro .bg1 {
    padding-top: min(20 * var(--vw), 192px);
    padding-bottom: min(18.3333333333 * var(--vw), 176px);
  }
}
@media screen and (max-width: 828px) {
  #intro .bg1 {
    padding-top: min(12.5603864734 * var(--vw), 104px);
    padding-bottom: min(12.5603864734 * var(--vw), 104px);
  }
}
@media screen and (max-width: 768px) {
  #intro .bg1 {
    padding-top: min(10.9375 * var(--vw), 84px);
    padding-bottom: min(10.8072916667 * var(--vw), 83px);
  }
}
@media screen and (max-width: 767px) {
  #intro .bg1 {
    padding-top: min(250 / var(--vp) * var(--vw), 250px);
    padding-bottom: min(250 / var(--vp) * var(--vw), 250px);
  }
}
#intro .bg2 {
  background: url(../img/toppage-intro2_bg.webp) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 960px) {
  #intro .bg2 {
    padding-top: min(19.1666666667 * var(--vw), 184px);
    padding-bottom: min(19.1666666667 * var(--vw), 184px);
  }
}
@media screen and (max-width: 828px) {
  #intro .bg2 {
    padding-top: min(12.5603864734 * var(--vw), 104px);
    padding-bottom: min(12.5603864734 * var(--vw), 104px);
  }
}
@media screen and (max-width: 768px) {
  #intro .bg2 {
    padding-top: min(10.8723958333 * var(--vw), 83.5px);
    padding-bottom: min(10.8723958333 * var(--vw), 83.5px);
  }
}
@media screen and (max-width: 767px) {
  #intro .bg2 {
    padding-top: min(250 / var(--vp) * var(--vw), 250px);
    padding-bottom: min(250 / var(--vp) * var(--vw), 250px);
  }
}

/*-------------------------
  導入事例
-------------------------*/
#page_toppage #case {
  position: relative;
  z-index: 5;
  padding: 0 var(--pdX);
  margin-top: 80px;
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  #page_toppage #case {
    margin-top: min(80 / var(--vp) * var(--vw), 80px);
    margin-bottom: min(150 / var(--vp) * var(--vw), 150px);
  }
}
#page_toppage #case .btn {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  #page_toppage #case .btn {
    margin-top: min(100 / var(--vp) * var(--vw), 100px);
  }
}
#page_toppage #case .swiper {
  position: relative;
  z-index: 999;
  background: var(--c_white);
  padding: 32px var(--pdX);
  margin: 0 calc(var(--pdX) * -1);
}
@media screen and (max-width: 767px) {
  #page_toppage #case .swiper {
    padding: 0 calc(var(--pdX) / 2);
  }
}
#page_toppage #case .swiper-slide {
  max-width: 440px;
  margin: 0 19px;
}
@media screen and (max-width: 767px) {
  #page_toppage #case .swiper-slide {
    padding: 0 calc(var(--pdX) / 2);
    margin: 0;
  }
}
#page_toppage #case .swiper-slide .post {
  flex-direction: column;
}
#page_toppage #case .swiper-slide .post .thumnb {
  width: 100%;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  #page_toppage #case .swiper-slide .post .thumnb {
    margin-bottom: 0;
  }
}
#page_toppage #case .swiper-slide .post .thumnb img {
  aspect-ratio: 55/31;
}
#page_toppage #case .swiper-control {
  /*
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 0;
  right: 0;
  max-width: 900px;
  width: 100%;
  transform: translateY(-50%);
  margin: 0 auto;
  @include mq($max: 960px) {
  	max-width: 760px;
  }
  */
}
#page_toppage #case .swiper-scrollbar {
  margin: 100px auto 0;
}
@media screen and (max-width: 767px) {
  #page_toppage #case .swiper-scrollbar {
    margin-top: calc(100 / var(--vp) * var(--vw));
  }
}

:root {
  --swiper-theme-color:#000;
}

.swiper-arrow {
  display: flex;
  justify-content: center;
  column-gap: 16px;
}

.swiper-button-prev, .swiper-button-next {
  top: 50%;
  /*
  //position: static;
  aspect-ratio: 1 / 1;
  width: auto;
  border: 1px solid #000;
  border-radius: 100%;
  margin: 0;
  &::after {
  	font-size: 16px;
  }
  */
}
.swiper-button-prev {
  left: var(--pdX);
}
.swiper-button-next {
  right: var(--pdX);
}
.swiper-scrollbar {
  max-width: 900px;
  width: 100%;
  height: 30px; /* スクロールバーの高さ */
  background: #E6E6E6; /* スクロールバーの背景色 */
  border-radius: 100px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .swiper-scrollbar {
    height: 16px;
  }
}
.swiper-scrollbar .swiper-scrollbar-drag {
  background: #606060; /* スクロールドラッグの色 */
  border: 6px solid #E6E6E6;
  border-radius: 100px;
  cursor: grab;
}
@media screen and (max-width: 767px) {
  .swiper-scrollbar .swiper-scrollbar-drag {
    border-width: 3px;
  }
}
.swiper-scrollbar .swiper-scrollbar-drag:active {
  cursor: grabbing;
}

/*-------------------------
  モニターキャンペーン
-------------------------*/
#campaign-monitor {
  background: linear-gradient(#FFFF00 0%, #9D7509 100%);
  padding: var(--pdY) var(--pdX);
}
#campaign-monitor .img {
  display: block;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #campaign-monitor .img {
    margin-bottom: calc(40 / var(--vp) * var(--vw));
  }
}
#campaign-monitor .img img {
  max-width: 100%;
  width: auto;
  height: auto;
}
#campaign-monitor .images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (max-width: 960px) {
  #campaign-monitor .images {
    display: flex;
    flex-direction: column;
    row-gap: clamp(10px, calc(20 / var(--vp) * var(--vw)), 20px);
    max-width: max(440 / var(--vp) * var(--vw), 440px);
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 767px) {
  #campaign-monitor .images {
    gap: calc(20 / var(--vp) * var(--vw));
    width: calc(440 / var(--vp) * var(--vw));
  }
}
#campaign-monitor .images img {
  display: block;
  width: 100%;
  height: auto;
}
#campaign-monitor .notes {
  background: var(--c_white);
  border-radius: 15px;
  font-size: 1.5rem;
  text-align: center;
  font-feature-settings: "palt";
  padding: 0.25em 24px;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  #campaign-monitor .notes {
    font-size: min(calc(32 / var(--vp) * var(--vw)), 32px);
    margin-top: calc(32 / var(--vp) * var(--vw));
  }
}
#campaign-monitor .telbox {
  margin-top: 48px;
  border: none;
  color: #000;
}
@media screen and (max-width: 767px) {
  #campaign-monitor .telbox {
    margin-top: calc(48 / var(--vp) * var(--vw));
  }
}

/*-------------------------
  『放電』を無くす事が節電になる
-------------------------*/
#about {
  background: linear-gradient(#670001 0%, #cc0005 100%);
  color: var(--c_white);
  padding: var(--pdY) var(--pdX);
}
#about .text1 {
  max-width: 800px;
  width: 100%;
  font-size: 1.5rem;
  line-height: 1.4;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #about .text1 {
    font-size: min(calc(36 / var(--vp) * var(--vw)), 36px);
  }
}
#about .img {
  margin: 80px auto;
}
@media screen and (max-width: 767px) {
  #about .img {
    margin: min(80 / var(--vp) * var(--vw), 80px) calc(var(--pdX) * -1);
  }
}
#about .img img {
  max-width: 100%;
  height: auto;
}
#about .text2 {
  max-width: 800px;
  width: 100%;
  font-size: 0.9375rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #about .text2 {
    font-size: min(calc(30 / var(--vp) * var(--vw)), 30px);
  }
}

/*-------------------------
  『放電ロス』を整えるのがエレキヘル
-------------------------*/
#point {
  background: linear-gradient(#094fca 0%, #15a594 100%);
  color: var(--c_white);
  padding: var(--pdY) var(--pdX);
}
#point .text1 {
  max-width: 800px;
  width: 100%;
  font-size: 1.5rem;
  line-height: 1.4;
  text-align: center;
  margin: 0 auto 80px;
}
@media screen and (max-width: 767px) {
  #point .text1 {
    font-size: min(calc(36 / var(--vp) * var(--vw)), 36px);
    margin-bottom: min(80 / var(--vp) * var(--vw), 80px);
  }
}
#point .images {
  display: flex;
  column-gap: 20px;
}
@media screen and (max-width: 960px) {
  #point .images {
    flex-direction: column;
    row-gap: min(80 / var(--vp) * var(--vw), 80px);
    max-width: max(440 / var(--vp) * var(--vw), 440px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  #point .images {
    row-gap: min(80 / var(--vp) * var(--vw), 80px);
  }
}
#point .images img {
  width: 100%;
  height: auto;
}
#point .list_point {
  max-width: 700px;
  margin: 80px auto 0;
}
@media screen and (max-width: 767px) {
  #point .list_point {
    margin-top: min(80 / var(--vp) * var(--vw), 80px);
  }
}

.list_point {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 20px;
}
@media screen and (max-width: 767px) {
  .list_point {
    row-gap: min(20 / var(--vp) * var(--vw), 20px);
  }
}
.list_point > div {
  overflow: hidden;
  display: grid;
  grid-template-columns: 120px 1fr;
  background: var(--c_white);
  border-radius: 15px;
}
@media screen and (max-width: 767px) {
  .list_point > div {
    grid-template-columns: clamp(60px, 120 / var(--vp) * var(--vw), 120px) 1fr;
    border-radius: min(15 / var(--vp) * var(--vw), 15px);
  }
}
.list_point > div > * {
  min-height: 50px;
  text-align: center;
  padding: 5px 10px;
}
@media screen and (max-width: 767px) {
  .list_point > div > * {
    min-height: min(50 / var(--vp) * var(--vw), 50px);
    padding: min(5 / var(--vp) * var(--vw), 5px) min(10 / var(--vp) * var(--vw), 10px);
  }
}
.list_point dt {
  background: #006084;
  color: var(--c_white);
  font-size: 1.3125rem;
}
@media screen and (max-width: 767px) {
  .list_point dt {
    font-size: min(calc(21 / var(--vp) * var(--vw)), 21px);
  }
}
.list_point dd {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .list_point dd {
    font-size: min(calc(24 / var(--vp) * var(--vw)), 24px);
  }
}

/*-------------------------
  エレキヘルによる『節電効果』
-------------------------*/
#result {
  background: linear-gradient(#472485 0%, #fc3b61 100%);
  color: var(--c_white);
  padding: var(--pdY) var(--pdX);
}
#result .img {
  display: block;
}
#result .img:not(.img2) {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #result .img:not(.img2) {
    margin-bottom: clamp(30px, calc(60 / var(--vp) * var(--vw)), 60px);
  }
}
#result .img img {
  max-width: 100%;
  height: auto;
}
#result .img2 {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  #result .img2 {
    margin-top: clamp(50px, calc(100 / var(--vp) * var(--vw)), 100px);
  }
}
#result .hd {
  font-size: 1.875rem;
  text-align: center;
  margin: 0 -2em 40px;
}
@media screen and (max-width: 960px) {
  #result .hd {
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 767px) {
  #result .hd {
    font-size: min(calc(40 / var(--vp) * var(--vw)), 40px);
    margin-bottom: clamp(30px, calc(60 / var(--vp) * var(--vw)), 60px);
  }
}
#result .images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
  #result .images {
    display: flex;
    flex-direction: column;
    row-gap: clamp(10px, calc(20 / var(--vp) * var(--vw)), 20px);
    max-width: max(440 / var(--vp) * var(--vw), 440px);
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 767px) {
  #result .images {
    width: calc(440 / var(--vp) * var(--vw));
  }
}
#result .images img {
  width: 100%;
  height: auto;
}
#result .text {
  max-width: 1000px;
  width: 100%;
  font-size: 1.125rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #result .text {
    font-size: min(calc(30 / var(--vp) * var(--vw)), 30px);
  }
}

/*-------------------------
  簡単!!エレキヘルの取り付け方法
-------------------------*/
#manual {
  background: linear-gradient(#0d0d0d 0%, #404040 100%);
  color: var(--c_white);
  padding: var(--pdY) var(--pdX);
}
#manual .img {
  margin: 0 auto 100px;
}
@media screen and (max-width: 767px) {
  #manual .img {
    margin: 0 calc(var(--pdX) * -1) min(100 / var(--vp) * var(--vw), 100px);
  }
}
#manual .img img {
  max-width: 100%;
  height: auto;
}
#manual .text {
  max-width: 800px;
  width: 100%;
  font-size: 0.9375rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #manual .text {
    font-size: min(calc(30 / var(--vp) * var(--vw)), 30px);
  }
}
#manual .attention {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 16px 40px;
  font-size: 1.125rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #manual .attention {
    font-size: min(calc(30 / var(--vp) * var(--vw)), 30px);
    line-height: 1.8;
  }
}
@media screen and (max-width: 560px) {
  #manual .attention {
    align-items: center;
    flex-direction: column;
  }
}
#manual .attention dt {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column-reverse;
  text-align: center;
  row-gap: 8px;
  font-size: 1rem;
  line-height: 1.4;
}
@media screen and (max-width: 560px) {
  #manual .attention dt {
    flex-direction: row-reverse;
    align-items: center;
    column-gap: 16px;
    font-size: min(calc(40 / var(--vp) * var(--vw)), 40px);
  }
}
@media screen and (max-width: 560px) {
  #manual .attention .icon img {
    width: 30px;
    height: auto;
  }
}
#manual .attention dd {
  width: 100%;
}
/*-------------------------
  FAQ
-------------------------*/
#page_toppage #faq {
  padding: 0 var(--pdX);
  margin-top: 280px;
}
@media screen and (max-width: 767px) {
  #page_toppage #faq {
    margin-top: clamp(100px, calc(200 / var(--vp) * var(--vw)), 200px);
  }
}

.list_faq {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 50px;
  color: var(--c_gray3);
  line-height: var(--lh15);
}
@media screen and (max-width: 767px) {
  .list_faq {
    row-gap: clamp(30px, 50 / var(--vp) * var(--vw), 50px);
    font-size: min(calc(30 / var(--vp) * var(--vw)), 30px);
    line-height: 2;
  }
}
.list_faq > div {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 10px;
}
.list_faq .faq_q {
  display: grid;
  grid-template-columns: 80px 1fr;
  column-gap: 10px;
  background: var(--c_green1);
  color: var(--c_white);
  min-height: 38px;
  font-size: 1.125rem;
  padding: 5px 10px 5px 0;
}
@media screen and (max-width: 767px) {
  .list_faq .faq_q {
    grid-template-columns: clamp(60px, 80 / var(--vp) * var(--vw), 80px) 1fr;
    font-size: min(calc(36 / var(--vp) * var(--vw)), 36px);
    line-height: var(--lh15);
  }
}
.list_faq .q {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--c_blue1);
  text-align: center;
  margin: -5px 0;
}
/*-------------------------
  スペックと保証について
-------------------------*/
#page_toppage #spec {
  padding: 0 var(--pdX);
  margin-top: 280px;
}
@media screen and (max-width: 767px) {
  #page_toppage #spec {
    margin-top: clamp(100px, calc(200 / var(--vp) * var(--vw)), 200px);
  }
}
#page_toppage #spec .inner {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}
#page_toppage #spec .years {
  overflow: hidden;
  max-width: 270px;
  border-radius: 15px;
  border: 2px solid var(--c_gray4);
  color: var(--c_gray3);
  font-weight: 900;
  line-height: 1;
  text-align: center;
  margin: 50px auto;
}
@media screen and (max-width: 767px) {
  #page_toppage #spec .years {
    max-width: clamp(220px, calc(440 / var(--vp) * var(--vw)), 440px);
    margin: clamp(25px, calc(50 / var(--vp) * var(--vw)), 50px) auto;
  }
}
#page_toppage #spec .years dt {
  background: var(--c_gray4);
  color: var(--c_white);
  font-size: 1.5625rem;
  padding: 2px 5px 5px;
}
@media screen and (max-width: 767px) {
  #page_toppage #spec .years dt {
    font-size: min(calc(40 / var(--vp) * var(--vw)), 40px);
    padding: 0.35em 0.5em;
  }
}
#page_toppage #spec .years dd {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  min-height: 86px;
  font-size: 6rem;
}
@media screen and (max-width: 767px) {
  #page_toppage #spec .years dd {
    min-height: clamp(43px, calc(86 / var(--vp) * var(--vw)), 86px);
    font-size: min(calc(100 / var(--vp) * var(--vw)), 100px);
    padding: 0.15em 0.5em;
  }
}
#page_toppage #spec .years small {
  display: inline-block;
  font-size: 2.8125rem;
  padding-bottom: 5px;
}
@media screen and (max-width: 767px) {
  #page_toppage #spec .years small {
    font-size: min(calc(60 / var(--vp) * var(--vw)), 60px);
  }
}
#page_toppage #spec .text.flex {
  font-size: 1.125rem;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #page_toppage #spec .text.flex {
    font-size: min(calc(30 / var(--vp) * var(--vw)), 30px);
  }
}
#page_toppage #spec hr {
  display: block;
  border: none;
  height: 1px;
  background: var(--c_gray4);
  margin: 50px 0;
}
@media screen and (max-width: 767px) {
  #page_toppage #spec hr {
    margin: clamp(25px, calc(50 / var(--vp) * var(--vw)), 50px) 0;
  }
}
#page_toppage #spec figure {
  display: block;
  text-align: center;
}
#page_toppage #spec figure img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  #page_toppage #spec figure img {
    max-width: clamp(220px, calc(440 / var(--vp) * var(--vw)), 440px);
  }
}
#page_toppage #spec .text_box {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  #page_toppage #spec .text_box {
    margin-top: clamp(25px, calc(50 / var(--vp) * var(--vw)), 50px);
  }
}
#page_toppage #spec .telbox {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  #page_toppage #spec .telbox {
    margin-top: clamp(50px, calc(100 / var(--vp) * var(--vw)), 100px);
  }
}

.spec_detail {
  color: var(--c_gray3);
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(3, auto);
  column-gap: 20px;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .spec_detail {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    max-width: clamp(220px, calc(440 / var(--vp) * var(--vw)), 440px);
    font-size: min(calc(36 / var(--vp) * var(--vw)), 36px);
    margin: 0 auto;
  }
}
.spec_detail > div {
  display: grid;
  grid-template-columns: 5em 1fr;
  column-gap: 10px;
}
.spec_detail dt {
  display: flex;
}
.spec_detail dt::after {
  content: "：";
  margin-left: auto;
}
.text_box {
  color: var(--c_gray3);
  display: flex;
  flex-direction: column;
  row-gap: 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .text_box {
    row-gap: clamp(25px, calc(50 / var(--vp) * var(--vw)), 50px);
  }
}
.text_box dt {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .text_box dt {
    font-size: min(calc(36 / var(--vp) * var(--vw)), 36px);
  }
}
@media screen and (max-width: 767px) {
  .text_box dd {
    font-size: min(calc(30 / var(--vp) * var(--vw)), 30px);
  }
}

.telbox {
  max-width: 700px;
  width: 100%;
  background: var(--c_white);
  border: 3px solid var(--c_gray4);
  border-radius: 15px;
  color: var(--c_gray3);
  text-align: center;
  padding: 17px 17px 15px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .telbox {
    border-width: 1.5px;
    font-size: min(calc(32 / var(--vp) * var(--vw)), 32px);
  }
}
.telbox dt {
  font-size: 1.5rem;
  border-bottom: 1px solid var(--c_gray4);
  padding-bottom: 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .telbox dt {
    font-size: min(calc(40 / var(--vp) * var(--vw)), 40px);
  }
}
.telbox .tel {
  display: block;
  color: var(--c_red2);
  font-size: 3.125rem;
  line-height: 1;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .telbox .tel {
    font-size: min(calc(64 / var(--vp) * var(--vw)), 64px);
    margin-bottom: clamp(15px, calc(30 / var(--vp) * var(--vw)), 30px);
  }
}
/*== case ====================================================================================================*/
/*-------------------------
  一覧
-------------------------*/
.article_posts {
  display: flex;
  flex-direction: column;
  row-gap: 50px;
}
@media screen and (max-width: 767px) {
  .article_posts {
    max-width: 440px;
    margin: 0 auto;
  }
}
/*-------------------------
  カセット
-------------------------*/
.post {
  position: relative;
  display: flex;
  align-items: flex-start;
  column-gap: 20px;
}
@media screen and (max-width: 767px) {
  .post {
    flex-direction: column;
    row-gap: 16px;
  }
}
.post a.post-edit-link {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1rem;
}
.post .thumnb {
  aspect-ratio: 440/248;
  flex: 1 0 auto;
  max-width: 440px;
  width: calc(50% - 10px);
}
@media screen and (max-width: 767px) {
  .post .thumnb {
    width: 100%;
  }
}
.post .thumnb img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.post .body {
  width: 100%;
}
.post .meta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 38px;
  row-gap: 8px;
  background: #0C6084;
  color: var(--c_white);
  text-align: center;
  padding: 8px 24px;
  margin-bottom: 16px;
}
.post .name {
  font-size: 1.125rem;
}
@media screen and (max-width: 440px) {
  .post .name {
    font-size: min(4.0909090909 * var(--vw), 18px);
  }
}
.post .sub {
  font-size: 0.9375rem;
  font-weight: 500;
}
@media screen and (max-width: 440px) {
  .post .sub {
    font-size: min(3.4090909091 * var(--vw), 15px);
  }
}
.post .detail {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
  color: #404040;
}
@media screen and (max-width: 440px) {
  .post .detail {
    font-size: min(3.6363636364 * var(--vw), 16px);
  }
}
.post .detail > div {
  display: grid;
  grid-template-columns: 180px 1fr;
}
@media screen and (max-width: 440px) {
  .post .detail > div {
    grid-template-columns: min(35.4545454545 * var(--vw), 180px) 1fr;
  }
}
.post .detail > div > * {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 38px;
  padding: 4px;
}
.post .detail dt {
  color: var(--c_white);
  text-align: center;
}
.post .detail dd {
  text-align: center;
}
.post .detail ._c1 dt {
  background-color: #19C3B9;
}
.post .detail ._c2 dt {
  background-color: #FF0000;
}
.post .before_after {
  position: relative;
  flex-direction: row;
  column-gap: 32px;
  margin-bottom: 16px;
}
.post .before_after::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 50%;
  height: 16px;
  aspect-ratio: cos(30deg);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #19C3B9;
  transform: translateX(-50%);
}
.post .before_after > div {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.post .before_after dd {
  flex-direction: column;
}
.post .before_after .amount {
  font-size: 1.125rem;
}
@media screen and (max-width: 440px) {
  .post .before_after .amount {
    font-size: min(4.0909090909 * var(--vw), 18px);
  }
}
.post .before_after .record_date {
  font-size: 0.875rem;
  font-weight: 500;
}
@media screen and (max-width: 440px) {
  .post .before_after .record_date {
    font-size: min(3.1818181818 * var(--vw), 14px);
  }
}

/*-------------------------
  ページ要素
-------------------------*/
#page_case #case {
  margin-bottom: 200px;
}
@media screen and (max-width: 767px) {
  #page_case #case {
    margin-bottom: clamp(100px, calc(200 / var(--vp) * var(--vw)), 200px);
  }
}
#page_case .btn {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  #page_case .btn {
    margin-top: clamp(50px, calc(100 / var(--vp) * var(--vw)), 100px);
  }
}

/*== contact ====================================================================================================*/
/*-------------------------
  共通
-------------------------*/
.grecaptcha-badge {
  z-index: 10;
  transition: right 0.3s !important;
}

/*-------------------------
  入力画面
-------------------------*/
#sec_contact_form {
  font-size: 0.875rem;
  font-weight: 500;
}
#sec_contact_form #mailformpro {
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
}
#sec_contact_form .form .sizeS {
  max-width: 180px;
}
#sec_contact_form .form textarea {
  height: 250px;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #sec_contact_form .form textarea {
    height: clamp(125px, calc(250 / var(--vp) * var(--vw)), 250px);
  }
}
#sec_contact_form .form .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 10px;
}
#sec_contact_form .form .zipcode {
  align-items: center;
  column-gap: 20px;
}
#sec_contact_form .form .zipcode .btn02 {
  flex: 1 0 auto;
  max-width: 120px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  #sec_contact_form .form .zipcode .btn02 {
    max-width: 80px;
  }
}
#sec_contact_form .form .zipcode .btn02 .btn_inner {
  min-height: 32px;
  height: auto;
  font-size: 1.125rem;
  line-height: 1;
  padding: 0;
}
@media screen and (max-width: 767px) {
  #sec_contact_form .form .zipcode .btn02 .btn_inner {
    font-size: 0.75rem;
  }
}
#sec_contact_form .form .list_checkbox input:checked ~ span {
  background-color: #DEDEDE;
}
#sec_contact_form .form .list_checkbox span {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  background: var(--c_white);
  border: 1px solid var(--c_gray4);
  border-radius: 5px;
  font-weight: 500;
  letter-spacing: 2em;
  text-indent: 2em;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  #sec_contact_form .form .list_checkbox span {
    letter-spacing: 1em;
    text-indent: 1em;
  }
}
#sec_contact_form .form .list_checkbox span::before, #sec_contact_form .form .list_checkbox span::after {
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  margin-top: 0;
}
#sec_contact_form .form .list_checkbox span::before {
  width: 13px;
  height: 13px;
}
#sec_contact_form .form .list_checkbox span::after {
  width: 9px;
  height: 9px;
  margin-left: 2px;
}
#sec_contact_form .form .mfp_err {
  color: var(--c_red2);
  margin-top: 3px;
}
#sec_contact_form .form .form_wrap {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 20px;
}
#sec_contact_form .form .form_item._mt {
  margin-top: clamp(25px, calc(50 / var(--vp) * var(--vw)), 50px);
}
#sec_contact_form .form .item_title {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
#sec_contact_form .form .form_privacy {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  #sec_contact_form .form .form_privacy {
    margin-top: clamp(50px, calc(100 / var(--vp) * var(--vw)), 100px);
  }
}
#sec_contact_form .form .form_privacy .scrollbox {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 250px;
  border: 1px solid var(--c_gray4);
  border-radius: 5px;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  #sec_contact_form .form .form_privacy .scrollbox {
    max-height: 250px;
    font-size: 0.75rem;
  }
}
#sec_contact_form .form .form_privacy .scrollbox .hd {
  text-align: center;
  font-weight: 700;
  font-size: 1.125rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #sec_contact_form .form .form_privacy .scrollbox .hd {
    font-size: 1rem;
  }
}
#sec_contact_form .form .form_privacy .scrollbox .hd span {
  display: inline-block;
  border-bottom: 2px solid currentColor;
  padding-bottom: 2px;
}
#sec_contact_form .form .form_privacy .scrollbox dl {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 20px;
}
#sec_contact_form .form .form_privacy .scrollbox dt {
  font-weight: 700;
  margin-bottom: 10px;
}
#sec_contact_form .form .form_privacy .check {
  text-align: center;
}
#sec_contact_form .form .form_privacy .check label {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  margin-top: 30px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #sec_contact_form .form .form_privacy .check label {
    margin-top: 36px;
  }
}
#sec_contact_form .form .form_privacy .check label > span:first-of-type {
  padding-left: 25px;
}
@media screen and (max-width: 767px) {
  #sec_contact_form .form .form_privacy .check label > span:first-of-type {
    padding-left: 22px;
  }
}
#sec_contact_form .form .form_privacy .check label > span:first-of-type::before, #sec_contact_form .form .form_privacy .check label > span:first-of-type::after {
  top: 4px;
  left: 0px;
}
@media screen and (max-width: 767px) {
  #sec_contact_form .form .form_privacy .check label > span:first-of-type::before, #sec_contact_form .form .form_privacy .check label > span:first-of-type::after {
    top: 5px;
  }
}
#sec_contact_form .form .form_privacy .check label > span:first-of-type::before {
  width: 13px;
  height: 13px;
  border-color: var(--c_gray4);
  border-radius: 3px;
  margin: 0;
}
#sec_contact_form .form .form_privacy .check label > span:first-of-type::after {
  bottom: auto;
  width: 5px;
  height: 7px;
  border-color: var(--c_white);
  margin: 2px 0 0 4px;
}
#sec_contact_form .form .form_privacy .check label input[type=checkbox]:checked ~ span::before {
  background-color: var(--c_gray4);
}
#sec_contact_form .form .form_privacy .mfp_err {
  text-align: center;
}
#sec_contact_form .form .btn {
  max-width: 270px;
  width: 100%;
  margin: 50px auto 0;
}
#sec_contact_form .form .btn02 {
  margin-top: var(--pdY);
}
#sec_contact_form .form .btn_wrap {
  display: flex;
  justify-content: center;
  gap: 29px;
  margin: 40px auto;
}
@media screen and (max-width: 767px) {
  #sec_contact_form .form .btn_wrap {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  #sec_contact_form .form .btn_wrap + p {
    max-width: 241px;
    width: 100%;
    font-size: 0.875rem;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  #sec_contact_form .form .btn_wrap li {
    min-width: 241px;
  }
}
@media screen and (max-width: 767px) {
  #sec_contact_form .form .btn_wrap li {
    max-width: 241px;
    width: 100%;
    margin: 0 auto;
  }
}
#sec_contact_form .form .btn_wrap a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  width: 100%;
  background: var(--c_white);
  border: 1px solid var(--c_black);
  border-radius: 100px;
  font-size: 1.25rem;
  font-weight: 500;
  padding: 6px 10px;
}
@media screen and (max-width: 767px) {
  #sec_contact_form .form .btn_wrap a {
    padding: 7px 10px;
  }
}
#sec_contact_form .form .btn_wrap .tel .num {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #sec_contact_form .form .btn_wrap p.sp.ptac {
    margin-top: 15px;
  }
}

/*-------------------------
  確認画面
-------------------------*/
#mfp_phase_confirm {
  display: none;
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
}
#mfp_phase_confirm .hd {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: var(--pdY);
}
@media screen and (max-width: 767px) {
  #mfp_phase_confirm .hd {
    font-size: 1.125rem;
    margin-bottom: clamp(25px, calc(50 / var(--vp) * var(--vw)), 50px);
  }
}
#mfp_phase_confirm #mfp_confirm_table {
  width: 100%;
}
#mfp_phase_confirm #mfp_confirm_table tbody {
  display: flex;
  flex-direction: column;
  row-gap: 50px;
}
@media screen and (max-width: 767px) {
  #mfp_phase_confirm #mfp_confirm_table tbody {
    row-gap: 20px;
  }
}
@media screen and (min-width: 768px) {
  #mfp_phase_confirm #mfp_confirm_table tr {
    display: flex;
  }
}
#mfp_phase_confirm #mfp_confirm_table tr > * {
  width: 100%;
  padding: 0;
}
#mfp_phase_confirm #mfp_confirm_table th {
  flex: 1 0 auto;
  position: relative;
  width: 10em;
  font-weight: 700;
  padding-right: 2em;
}
@media screen and (max-width: 767px) {
  #mfp_phase_confirm #mfp_confirm_table th {
    width: auto;
    padding-right: 5px;
  }
}
#mfp_phase_confirm #mfp_confirm_table th::after {
  content: "：";
}
@media screen and (min-width: 768px) {
  #mfp_phase_confirm #mfp_confirm_table th::after {
    position: absolute;
    right: 1em;
  }
}
#mfp_phase_confirm #mfp_confirm_table td {
  width: 100%;
}
#mfp_phase_confirm .mfp_buttons {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: var(--pdY);
}
@media screen and (max-width: 767px) {
  #mfp_phase_confirm .mfp_buttons {
    gap: 10px;
  }
}
#mfp_phase_confirm .mfp_buttons > * {
  width: 100%;
  margin: 0;
}

/*-------------------------
  完了画面
-------------------------*/
#sec_contact_thanks {
  font-size: 0.875rem;
  font-weight: 500;
}
#sec_contact_thanks .innerWrap {
  padding-top: 50px;
}
#sec_contact_thanks div#mfp_thanks {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  padding: 0;
  margin-bottom: clamp(25px, calc(50 / var(--vp) * var(--vw)), 50px);
}
@media screen and (max-width: 767px) {
  #sec_contact_thanks div#mfp_thanks {
    font-size: 1.125rem;
  }
}
#sec_contact_thanks div#mfp_thanks + div#mfp_thanks {
  display: none;
}
#sec_contact_thanks div#mfp_thanks strong {
  color: var(--c_red2);
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  #sec_contact_thanks div#mfp_thanks strong {
    font-size: 1.25rem;
  }
}
#sec_contact_thanks .btn02 {
  margin-top: var(--pdY);
}