@charset "UTF-8";
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern=1";
  -webkit-font-smoothing: antialiased;
}

* {
  margin: 0;
  padding: 0;
}

/* ---------------------------------------- */
button::-moz-focus-inner {
  border: 0;
}

/* ---------------------------------------- */
a {
  background: transparent;
}

a:focus {
  outline: none;
  border: 0;
}

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

/* ---------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
  margin: 0;
  padding: 0;
  line-height: 1;
}

b,
strong {
  font-weight: bold;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

li {
  list-style: none;
}

/* ---------------------------------------- */
img {
  border: 0;
  vertical-align: bottom;
}

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

td,
th {
  padding: 0;
}

.row-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.row-0 > div {
  padding-right: 0px;
  padding-left: 0px;
}

.row-10 {
  margin-left: -5px;
  margin-right: -5px;
}
.row-10 > div {
  padding-right: 5px;
  padding-left: 5px;
}

.row-20 {
  margin-left: -10px;
  margin-right: -10px;
}
.row-20 > div {
  padding-right: 10px;
  padding-left: 10px;
}

.row-30 {
  margin-left: -15px;
  margin-right: -15px;
}
.row-30 > div {
  padding-right: 15px;
  padding-left: 15px;
}

.row-40 {
  margin-left: -20px;
  margin-right: -20px;
}
.row-40 > div {
  padding-right: 20px;
  padding-left: 20px;
}

.row-50 {
  margin-left: -25px;
  margin-right: -25px;
}
.row-50 > div {
  padding-right: 25px;
  padding-left: 25px;
}

.row-60 {
  margin-left: -30px;
  margin-right: -30px;
}
.row-60 > div {
  padding-right: 30px;
  padding-left: 30px;
}

@media screen and (max-width: 575px) {
  .xs-row-10 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .xs-row-10 > div {
    padding-right: 5px;
    padding-left: 5px;
  }
}
/* ---------------------------------------- */
.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5,
.col-xs-2-5,
.col-sm-2-5,
.col-md-2-5,
.col-lg-2-5,
.col-xs-3-5,
.col-sm-3-5,
.col-md-3-5,
.col-lg-3-5,
.col-xs-4-5,
.col-sm-4-5,
.col-md-4-5,
.col-lg-4-5 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

/* スマホ（767px以下） */
.col-xs-1-5 {
  width: 20%;
  float: left;
}

.col-xs-2-5 {
  width: 40%;
  float: left;
}

.col-xs-3-5 {
  width: 60%;
  float: left;
}

.col-xs-4-5 {
  width: 80%;
  float: left;
}

/* タブレット（768px～991px） */
@media (min-width: 576px) {
  .col-sm-1-5 {
    width: 20%;
    float: left;
  }
  .col-sm-2-5 {
    width: 40%;
    float: left;
  }
  .col-sm-3-5 {
    width: 60%;
    float: left;
  }
  .col-sm-4-5 {
    width: 80%;
    float: left;
  }
}
/* PC（992px～1119px） */
@media (min-width: 768px) {
  .col-md-1-5 {
    width: 20%;
    float: left;
  }
  .col-md-2-5 {
    width: 40%;
    float: left;
  }
  .col-md-3-5 {
    width: 60%;
    float: left;
  }
  .col-md-4-5 {
    width: 80%;
    float: left;
  }
}
/* PC大画面（1200px以上）*/
@media (min-width: 992px) {
  .col-lg-1-5 {
    width: 20%;
    float: left;
  }
  .col-lg-2-5 {
    width: 40%;
    float: left;
  }
  .col-lg-3-5 {
    width: 60%;
    float: left;
  }
  .col-lg-4-5 {
    width: 80%;
    float: left;
  }
}
/* ---------------------------------------- */
.col-lg-8 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 992px) {
  .col-lg-1-8 {
    width: 12.5%;
    float: left;
  }
}
@media screen and (max-width: 575px) {
  html {
    font-size: 58%;
  }
}
@media screen and (min-width: 576px) {
  html {
    font-size: 58%;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 62.5%;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
}

.txt-64 {
  font-size: 6.4rem;
}

.txt-48 {
  font-size: 4.8rem;
}

.txt-46 {
  font-size: 4.6rem;
}

.txt-44 {
  font-size: 4.4rem;
}

.txt-36 {
  font-size: 3.6rem;
}

.txt-32 {
  font-size: 3.2rem;
}

.txt-30 {
  font-size: 3rem;
}

.txt-28 {
  font-size: 2.8rem;
}

.txt-27 {
  font-size: 2.7rem;
}

.txt-26 {
  font-size: 2.6rem;
}

.txt-24 {
  font-size: 2.4rem;
}

.txt-21 {
  font-size: 2.1rem;
}

.txt-20 {
  font-size: 2rem;
}

.txt-18 {
  font-size: 1.8rem;
}

.txt-17 {
  font-size: 1.7rem;
}

.txt-16 {
  font-size: 1.6rem;
}

.txt-15 {
  font-size: 1.5rem;
}

.txt-14 {
  font-size: 1.4rem;
}

.txt-13 {
  font-size: 1.3rem;
}

.txt-12 {
  font-size: 1.2rem;
}

.txt-11 {
  font-size: 1.1rem;
}

.txt-10 {
  font-size: 1rem;
}

/*
p {
  line-height: 2;
}
*/
/* ---------------------------------------- */
.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.relative {
  position: relative;
}

.strong {
  font-weight: 600 !important;
}

.overflow-hidden {
  overflow: hidden;
}

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

.justify {
  text-align: justify;
}

.kerning {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

ul.default {
  list-style-type: none;
  margin-left: 10px; /* マーカーを1文字寄せた分、ULにマージンを設定*/
}
ul.default li:before {
  content: "・"; /* ←ここにリストマーカーにしたい文字列を設定 */
  margin-left: -10px; /* 1文字分、左に寄せる */
}

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

img.full {
  width: 100%;
  height: auto;
}

table.layout tr th, table.layout tr td {
  text-align: left;
  vertical-align: top;
  font-weight: normal;
}
table.layout tr th {
  padding-right: 1em;
  white-space: nowrap;
}

/* ---------------------------------------- */
.ratio-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.ratio-wrap:before {
  content: "";
  display: block;
}

.ratio-wrap.ratio-1x1:before {
  padding-top: 100%;
}

.ratio-wrap.ratio-2x1:before {
  padding-top: 50%;
}

.ratio-wrap.ratio-3x2:before {
  padding-top: 66.6666%;
}

.ratio-wrap.ratio-4x3:before {
  padding-top: 75%;
}

.ratio-wrap.ratio-16x9:before {
  padding-top: 56.25%;
}

.ratio-wrap.ratio-746x600:before {
  padding-top: 80.42%;
}

.ratio {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.js-slideInUp {
  position: relative;
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transition: opacity 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940), -webkit-transform 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940);
  transition: opacity 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940), -webkit-transform 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940);
  transition: opacity 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940), transform 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940);
  transition: opacity 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940), transform 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940), -webkit-transform 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.js-slideInUp.active {
  opacity: 1;
  -webkit-transform: translate(0, 0px);
          transform: translate(0, 0px);
}

/* ---------------------------------------- */
.js-scaleFit {
  position: relative;
  opacity: 0;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: opacity 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940), -webkit-transform 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940);
  transition: opacity 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940), -webkit-transform 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940);
  transition: opacity 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940), transform 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940);
  transition: opacity 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940), transform 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940), -webkit-transform 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.js-scaleFit.active {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

/* ---------------------------------------- */
/* ---------------------------------------- */
body {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  padding: 0 !important;
  margin: 0 !important;
  font-size: 1.5rem;
  line-height: 1.7;
  color: #000;
}

/*
noto sans : r:400,m:500,b:700
*/
html,
body {
  width: 100%;
  height: 100%;
}

#wrap {
  position: relative;
  overflow: hidden;
  padding-top: 56.8px;
}
@media screen and (min-width: 768px) {
  #wrap {
    padding-top: 71px;
  }
}

#wrap:before {
  content: "xs";
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  color: #fff;
  background-color: #000;
  line-height: 1;
  padding: 0.2em 0.5em;
}
@media (min-width: 576px) {
  #wrap:before {
    content: "sm";
  }
}
@media (min-width: 768px) {
  #wrap:before {
    content: "md";
  }
}
@media (min-width: 992px) {
  #wrap:before {
    content: "lg";
  }
}
@media (min-width: 1200px) {
  #wrap:before {
    content: "xl";
  }
}

#contents {
  margin-bottom: 100px;
}

/* ---------------------------------------- */
.container {
  position: relative;
}

@media (min-width: 576px) {
  .container {
    width: 90%;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 970px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 1080px;
  }
}
.max-420 {
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}

.max-450 {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}

.max-700 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.max-800 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.max-860 {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

.max-900 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.max-960 {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.max-1100 {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.max-1200 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.max-1230 {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
}

.max-1300 {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

/* ---------------------------------------- */
a,
a:visited {
  color: #000;
}

a:active,
a:hover {
  color: #e85298;
}

a:hover img {
  opacity: 0.8;
}

/* ---------------------------------------- */
.sans {
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.05em;
}

.let-space-5 {
  letter-spacing: 0.05em;
}

.let-space-10 {
  letter-spacing: 0.1em;
}

.let-space-15 {
  letter-spacing: 0.15em;
}

.serif {
  font-family: "Crimson Text", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.mpr {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
}

.mpr-bold {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-weight: 800;
}

.mpr.bold {
  font-weight: 800;
}

.lh-10 {
  line-height: 1;
}

.lh-15 {
  line-height: 1.5;
}

.lh-20 {
  line-height: 2;
}

.lh-21 {
  line-height: 2.1;
}

.lh-24 {
  line-height: 2.4;
}

.italic {
  font-style: italic;
}

.relative {
  position: relative;
}

.v-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.v-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: bottom;
      -ms-flex-pack: bottom;
          justify-content: bottom;
  -webkit-box-align: bottom;
      -ms-flex-align: bottom;
          align-items: bottom;
}

.justify {
  text-align: justify;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.v-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.v-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

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

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

/* ---------------------------------------- */
.z-index-1 {
  position: relative;
  z-index: 1;
}

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

.z-index-3 {
  position: relative;
  z-index: 3;
}

/* ---------------------------------------- */
.white {
  color: #fff;
}

.black {
  color: #000;
}

.pink {
  color: #e85298;
}

.purple {
  color: #7f1284;
}

.orange {
  color: #ff7900;
}

.yellow {
  color: #fbe800;
}

.blue {
  color: #00a0e9;
}

.deep-blue {
  color: #0053a4;
}

.filtan-blue {
  color: #017dba;
}

.black {
  color: #000;
}

.bg-white {
  background-color: #fff;
}

.bg-gray {
  background-color: #ccced3;
}

.bg-pink {
  color: #fff;
  background-color: #e85298;
}

.bg-light-pink {
  color: #fff;
  background-color: #ef8fb8;
}

.bg-orange {
  color: #fff;
  background-color: #ff7900;
}

.bg-light-orange {
  color: #fff;
  background-color: #ffbd66;
}

.bg-blue {
  color: #fff;
  background-color: #00a0e9;
}

.bg-light-blue {
  color: #fff;
  background-color: #88d2f6;
}

.bg-purple {
  color: #fff;
  background-color: #7f1284;
}

.bg-light-purple {
  color: #fff;
  background-color: #c198c5;
}

.bg-yellow-stripe {
  background-image: url(../img/bg_stripe_1.png);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .bg-yellow-stripe {
    background-image: url(../img/bg_stripe_1@2x.png);
    background-size: 40px 20px;
  }
}

.bg-pink-stripe {
  background-image: url(../img/bg_stripe_2.png);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .bg-pink-stripe {
    background-image: url(../img/bg_stripe_2@2x.png);
    background-size: 40px 20px;
  }
}

.bg-blue-stripe {
  background-image: url(../img/bg_stripe_3.png);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .bg-blue-stripe {
    background-image: url(../img/bg_stripe_3@2x.png);
    background-size: 40px 20px;
  }
}

.bg-purple-stripe {
  background-image: url(../img/bg_stripe_4.png);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .bg-purple-stripe {
    background-image: url(../img/bg_stripe_4@2x.png);
    background-size: 40px 20px;
  }
}

.bg-pink-stripe-strong {
  background-image: url(../img/bg_stripe_5.png);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .bg-pink-stripe-strong {
    background-image: url(../img/bg_stripe_5@2x.png);
    background-size: 40px 20px;
  }
}

.line-orange {
  border-bottom: solid 5px #ff7900;
}

.line-blue {
  border-bottom: solid 5px #00a0e9;
}

.line-purple {
  border-bottom: solid 5px #7f1284;
}

.r-10 {
  border-radius: 10px;
}

.r-20 {
  border-radius: 20px;
}

.r-30 {
  border-radius: 30px;
}

/* ---------------------------------------- */
.h-14 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-size: 0.98rem;
}
@media (min-width: 576px) {
  .h-14 {
    font-size: 1.12rem;
  }
}
@media (min-width: 1200px) {
  .h-14 {
    font-size: 1.4rem;
  }
}

.h-16 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-size: 1.12rem;
}
@media (min-width: 576px) {
  .h-16 {
    font-size: 1.28rem;
  }
}
@media (min-width: 1200px) {
  .h-16 {
    font-size: 1.6rem;
  }
}

.h-18 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-size: 1.26rem;
}
@media (min-width: 576px) {
  .h-18 {
    font-size: 1.44rem;
  }
}
@media (min-width: 1200px) {
  .h-18 {
    font-size: 1.8rem;
  }
}

.h-20 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-size: 1.4rem;
}
@media (min-width: 576px) {
  .h-20 {
    font-size: 1.6rem;
  }
}
@media (min-width: 1200px) {
  .h-20 {
    font-size: 2rem;
  }
}

.h-21 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-size: 1.47rem;
}
@media (min-width: 576px) {
  .h-21 {
    font-size: 1.68rem;
  }
}
@media (min-width: 1200px) {
  .h-21 {
    font-size: 2.1rem;
  }
}

.h-24 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-size: 1.68rem;
}
@media (min-width: 576px) {
  .h-24 {
    font-size: 1.92rem;
  }
}
@media (min-width: 1200px) {
  .h-24 {
    font-size: 2.4rem;
  }
}

.h-26 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-size: 1.82rem;
}
@media (min-width: 576px) {
  .h-26 {
    font-size: 2.08rem;
  }
}
@media (min-width: 1200px) {
  .h-26 {
    font-size: 2.6rem;
  }
}

.h-28 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-size: 1.96rem;
}
@media (min-width: 576px) {
  .h-28 {
    font-size: 2.24rem;
  }
}
@media (min-width: 1200px) {
  .h-28 {
    font-size: 2.8rem;
  }
}

.h-30 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-size: 2.1rem;
}
@media (min-width: 576px) {
  .h-30 {
    font-size: 2.4rem;
  }
}
@media (min-width: 1200px) {
  .h-30 {
    font-size: 3rem;
  }
}

.h-32 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-size: 2.24rem;
}
@media (min-width: 576px) {
  .h-32 {
    font-size: 2.56rem;
  }
}
@media (min-width: 1200px) {
  .h-32 {
    font-size: 3.2rem;
  }
}

.h-33 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-size: 2.31rem;
}
@media (min-width: 576px) {
  .h-33 {
    font-size: 2.64rem;
  }
}
@media (min-width: 1200px) {
  .h-33 {
    font-size: 3.3rem;
  }
}

.h-34 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-size: 2.38rem;
}
@media (min-width: 576px) {
  .h-34 {
    font-size: 2.72rem;
  }
}
@media (min-width: 1200px) {
  .h-34 {
    font-size: 3.4rem;
  }
}

.h-35 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-size: 2.45rem;
}
@media (min-width: 576px) {
  .h-35 {
    font-size: 2.8rem;
  }
}
@media (min-width: 1200px) {
  .h-35 {
    font-size: 3.5rem;
  }
}

.h-36 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-size: 2.52rem;
}
@media (min-width: 576px) {
  .h-36 {
    font-size: 2.88rem;
  }
}
@media (min-width: 1200px) {
  .h-36 {
    font-size: 3.6rem;
  }
}

.h-38 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-size: 2.66rem;
}
@media (min-width: 576px) {
  .h-38 {
    font-size: 3.04rem;
  }
}
@media (min-width: 1200px) {
  .h-38 {
    font-size: 3.8rem;
  }
}

.h-40 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-size: 2.8rem;
}
@media (min-width: 576px) {
  .h-40 {
    font-size: 3.2rem;
  }
}
@media (min-width: 1200px) {
  .h-40 {
    font-size: 4rem;
  }
}

.h-44 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-size: 3.08rem;
}
@media (min-width: 576px) {
  .h-44 {
    font-size: 3.52rem;
  }
}
@media (min-width: 1200px) {
  .h-44 {
    font-size: 4.4rem;
  }
}

.h-45 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-size: 3.15rem;
}
@media (min-width: 576px) {
  .h-45 {
    font-size: 3.6rem;
  }
}
@media (min-width: 1200px) {
  .h-45 {
    font-size: 4.5rem;
  }
}

.h-46 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-size: 3.22rem;
}
@media (min-width: 576px) {
  .h-46 {
    font-size: 3.68rem;
  }
}
@media (min-width: 1200px) {
  .h-46 {
    font-size: 4.6rem;
  }
}

.h-48 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-size: 3.36rem;
}
@media (min-width: 576px) {
  .h-48 {
    font-size: 3.84rem;
  }
}
@media (min-width: 1200px) {
  .h-48 {
    font-size: 4.8rem;
  }
}

.h-50 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-size: 3.5rem;
}
@media (min-width: 576px) {
  .h-50 {
    font-size: 4rem;
  }
}
@media (min-width: 1200px) {
  .h-50 {
    font-size: 5rem;
  }
}

.h-60 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-size: 4.2rem;
}
@media (min-width: 576px) {
  .h-60 {
    font-size: 4.8rem;
  }
}
@media (min-width: 1200px) {
  .h-60 {
    font-size: 6rem;
  }
}

.h-75 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-size: 5.25rem;
}
@media (min-width: 576px) {
  .h-75 {
    font-size: 6rem;
  }
}
@media (min-width: 1200px) {
  .h-75 {
    font-size: 7.5rem;
  }
}

.h-90 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-size: 6.3rem;
}
@media (min-width: 576px) {
  .h-90 {
    font-size: 7.2rem;
  }
}
@media (min-width: 1200px) {
  .h-90 {
    font-size: 9rem;
  }
}

/* ---------------------------------------- */
.mask {
  overflow: hidden;
}

/* ---------------------------------------- */
.rd-10 {
  border-radius: 10px;
}

/* ---------------------------------------- */
.slideInUp {
  position: relative;
  opacity: 0;
}

/* ---------------------------------------- */
header {
  z-index: 2000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 55px;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  font-weight: 700;
}
@media (min-width: 768px) {
  header {
    height: 71px;
  }
}
header .header-wrap {
  position: relative;
  z-index: 1002;
  width: 100%;
  background-color: #fff;
}
@media (max-width: 767px) {
  header .header-wrap {
    height: 56px;
    -webkit-transform: translate(0, -1px);
            transform: translate(0, -1px);
  }
}
@media (min-width: 768px) {
  header .header-wrap {
    height: 71px;
  }
}
header a {
  text-decoration: none !important;
}
header .container {
  max-width: 1200px;
}
header .identity {
  position: relative;
  z-index: 2001;
  width: 232px;
  height: 67px;
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  header .identity {
    margin-top: 1px;
    width: 186px;
    height: 55px;
  }
}
header .identity .filtan-top .hand {
  z-index: 9999;
}
header .identity .logo {
  position: absolute;
  top: 26.86%;
  right: 0;
  width: 51%;
}
@media screen and (max-width: 575px) {
  header .identity .logo {
    top: 20%;
    width: 60%;
    right: -15px;
  }
  header .identity .logo img {
    width: 100%;
    height: auto;
  }
}
header #menu {
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 3px;
  width: 40px;
  height: 40px;
  background-image: url(../img/btn_menu.svg);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media (min-width: 768px) {
  header #menu {
    background-size: 28.75px 26.45px;
  }
}
header #menu.close {
  background-image: url(../img/btn_close.svg);
}
header #gnav .pc {
  display: none;
}
@media screen and (min-width: 1200px) {
  header #gnav .pc {
    display: block;
  }
  header #gnav .pc ul {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 71px;
    z-index: 1000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1199px) {
  header #gnav .pc ul {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  header #gnav .pc ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 30px;
    height: 71px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header #gnav .pc ul li a {
    display: block;
  }
  header #gnav .pc ul li a:hover {
    opacity: 1;
    color: #e85298;
    text-decoration: none;
  }
  header #gnav .pc ul li {
    position: relative;
  }
  header #gnav .pc ul li.active .tri {
    position: absolute;
    top: 84;
    left: 0;
    width: 47px;
    height: 26px;
    background-image: url(../img/prdctnav_tri.svg);
  }
  header #gnav .pc ul li.active a {
    color: #e85298;
  }
  header #gnav .pc ul li.header-insta a {
    display: block;
    text-indent: -999em;
    width: 20px;
    height: 20px;
    background-image: url(/filtan/assets/img/ic_insta.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
  }
  header #gnav .pc ul li.header-insta a:hover {
    background-position: -20px 0;
  }
  header #gnav .pc ul li.header-search-store {
    position: relative;
  }
  header #gnav .pc ul li.header-search-store a {
    font-size: 1.3rem;
    cursor: pointer;
    color: #e85298;
    background-color: #fff;
    border: solid 1px #e85298;
    width: 190px;
    height: 36px;
    line-height: 36px;
    outline: none;
    border-radius: 19px;
    text-align: center;
    font-weight: 600;
  }
  header #gnav .pc ul li.header-search-store a div {
    position: relative;
    display: inline-block;
    height: 34px;
    line-height: 34px;
    padding-left: 30px;
  }
  header #gnav .pc ul li.header-search-store a div:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 19px;
    height: 19px;
    background-image: url(/filtan/assets/img/common/ic_search_store.svg);
    background-repeat: no-repeat;
    background-size: 38px 19px;
    background-position: 0 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  header #gnav .pc ul li.header-search-store a:hover {
    color: #fff;
    background-color: #e85298;
    border: solid 1px #fff;
  }
  header #gnav .pc ul li.header-search-store a:hover div:before {
    background-position: -19px 0;
  }
  header #gnav .pc ul li.header-buy {
    position: relative;
    margin-left: 15px !important;
  }
  header #gnav .pc ul li.header-buy button {
    font-size: 1.3rem;
    cursor: pointer;
    color: #fff;
    background-color: #e85298;
    border: solid 1px #fff;
    width: 190px;
    height: 38px;
    line-height: 36px;
    outline: none;
    border-radius: 19px;
    text-align: center;
    font-weight: 600;
  }
  header #gnav .pc ul li.header-buy button div {
    position: relative;
    display: inline-block;
    height: 38px;
    line-height: 38px;
    padding-left: 30px;
  }
  header #gnav .pc ul li.header-buy button div:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 19px;
    height: 20px;
    background-image: url(/filtan/assets/img/common/ic_cart.svg);
    background-repeat: no-repeat;
    background-size: 38px 20px;
    background-position: 0 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  header #gnav .pc ul li.header-buy button:hover {
    color: #e85298;
    background-color: #fff;
    border: solid 1px #e85298;
  }
  header #gnav .pc ul li.header-buy button:hover div:before {
    background-position: -19px 0;
  }
  header #gnav .pc ul li.header-buy .hitarea {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 500%;
    height: 100%;
  }
  header #gnav .pc .nav-bg {
    display: none;
    position: fixed;
    top: 71px;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6);
  }
  header #gnav .pc .prdctnav {
    display: none;
    position: fixed;
    z-index: 999;
    top: 71px;
    left: calc(50% - 480px);
    width: 960px;
    /* height: 540px; */
    height: 470px;
  }
  header #gnav .pc .prdctnav .prdctnav-container {
    padding-top: 30px;
  }
  header #gnav .pc .prdctnav .bg-white {
    width: 960px;
    /* height: 480px; */
    height: 440px;
    border-radius: 30px;
    -webkit-box-shadow: 0 7px 7px rgba(0, 0, 0, 0.2);
            box-shadow: 0 7px 7px rgba(0, 0, 0, 0.2);
  }
  header #gnav .pc .prdctnav .prdctnav-content {
    padding-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header #gnav .pc .prdctnav .prdctnav-content-1 {
    width: 50%;
    height: 380px;
    border-right: solid 1px #d8d8d8;
  }
  header #gnav .pc .prdctnav .prdctnav-content-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header #gnav .pc .prdctnav .prdctnav-content-body {
    text-align: center;
    height: 300px;
  }
  header #gnav .pc .prdctnav .prdctnav-content-body a {
    display: block;
    height: 300px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  header #gnav .pc .prdctnav .prdctnav-content-body a:hover img {
    opacity: 1;
  }
  header #gnav .pc .prdctnav .prdctnav-content-image {
    padding: 28px 0 6px 0;
  }
  header #gnav .pc .prdctnav .prdctnav-content-btn {
    text-align: center;
    display: inline-block;
    width: 160px;
    height: 46px;
    line-height: 44px;
    border-radius: 23px;
    -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
    font-size: 1.5rem;
    color: #fff;
  }
  header #gnav .pc .prdctnav .prdctnav-content-btn span {
    background-position: center right -9px;
    background-repeat: no-repeat;
    padding-right: 20px;
    background-size: 18px 7.4px;
  }
  header #gnav .pc .prdctnav .prdctnav-content-1-1 {
    width: 50%;
    height: 300px;
  }
  header #gnav .pc .prdctnav .prdctnav-content-1-1 .prdctnav-content-btn {
    background-color: #e85298;
  }
  header #gnav .pc .prdctnav .prdctnav-content-1-1 .prdctnav-content-btn span {
    background-image: url(/filtan/assets/img/common/ic_heart_pink.svg);
  }
  header #gnav .pc .prdctnav .prdctnav-content-1-1 a:hover {
    background-color: rgba(232, 82, 152, 0.1);
  }
  header #gnav .pc .prdctnav .prdctnav-content-1-1 a:hover .prdctnav-content-btn {
    color: #e85298;
    background-color: #fff;
    border: solid 1px #e85298;
  }
  header #gnav .pc .prdctnav .prdctnav-content-1-1 a:hover .prdctnav-content-btn span {
    background-position: center right;
  }
  header #gnav .pc .prdctnav .prdctnav-content-1-2 {
    width: 50%;
    height: 300px;
  }
  header #gnav .pc .prdctnav .prdctnav-content-1-2 .prdctnav-content-btn {
    background-color: #ff7900;
  }
  header #gnav .pc .prdctnav .prdctnav-content-1-2 .prdctnav-content-btn span {
    background-image: url(/filtan/assets/img/common/ic_heart_orange.svg);
  }
  header #gnav .pc .prdctnav .prdctnav-content-1-2 a:hover {
    background-color: rgba(238, 120, 0, 0.1);
  }
  header #gnav .pc .prdctnav .prdctnav-content-1-2 a:hover .prdctnav-content-btn {
    color: #ff7900;
    background-color: #fff;
    border: solid 1px #ff7900;
  }
  header #gnav .pc .prdctnav .prdctnav-content-1-2 a:hover .prdctnav-content-btn span {
    background-position: center right;
  }
  header #gnav .pc .prdctnav .prdctnav-content-2 {
    width: 25%;
    height: 380px;
    border-right: solid 1px #d8d8d8;
  }
  header #gnav .pc .prdctnav .prdctnav-content-2 .prdctnav-content-btn {
    background-color: #00a0e9;
  }
  header #gnav .pc .prdctnav .prdctnav-content-2 .prdctnav-content-btn span {
    background-image: url(/filtan/assets/img/common/ic_heart_blue.svg);
  }
  header #gnav .pc .prdctnav .prdctnav-content-2 a:hover {
    background-color: rgba(0, 175, 236, 0.1);
  }
  header #gnav .pc .prdctnav .prdctnav-content-2 a:hover .prdctnav-content-btn {
    color: #00a0e9;
    background-color: #fff;
    border: solid 1px #00a0e9;
  }
  header #gnav .pc .prdctnav .prdctnav-content-2 a:hover .prdctnav-content-btn span {
    background-position: center right;
  }
  header #gnav .pc .prdctnav .prdctnav-content-3 {
    width: 25%;
    height: 380px;
  }
  header #gnav .pc .prdctnav .prdctnav-content-3 .prdctnav-content-btn {
    background-color: #7f1284;
  }
  header #gnav .pc .prdctnav .prdctnav-content-3 .prdctnav-content-btn span {
    background-image: url(/filtan/assets/img/common/ic_heart_purple.svg);
  }
  header #gnav .pc .prdctnav .prdctnav-content-3 a:hover {
    background-color: rgba(127, 16, 132, 0.1);
  }
  header #gnav .pc .prdctnav .prdctnav-content-3 a:hover .prdctnav-content-btn {
    color: #7f1284;
    background-color: #fff;
    border: solid 1px #7f1284;
  }
  header #gnav .pc .prdctnav .prdctnav-content-3 a:hover .prdctnav-content-btn span {
    background-position: center right;
  }
  header #gnav .pc .prdctnav .prdctnav-content-head {
    height: 80px;
    text-align: center;
    line-height: 1.4;
    font-size: 1.4rem;
  }
  header #gnav .pc .prdctnav .prdctnav-content-head span {
    font-size: 1.8rem;
  }
  header #gnav .pc .prdctnav .prdctnav-content-footer {
    text-align: center;
    font-size: 1.6rem;
    padding-top: 20px;
  }
  header #gnav .pc .prdctnav .prdctnav-content-footer a {
    color: #e85298;
    letter-spacing: 0.2em;
    background-image: url(/filtan/assets/img/ic_arrow_1.svg);
    background-position: center right;
    background-repeat: no-repeat;
    padding-right: 30px;
  }
  header #gnav .pc .prdctnav .prdctnav-content-footer a:hover {
    text-decoration: none;
  }
  header #gnav .pc .buynav {
    display: none;
    position: fixed;
    z-index: 999;
    top: 71px;
    right: calc((100% - 1200px) * 0.5);
    width: 730px;
    height: 216px;
  }
  header #gnav .pc .buynav.footer {
    top: auto;
    bottom: 240px;
  }
  header #gnav .pc .buynav .buynav-container {
    padding-top: 30px;
  }
  header #gnav .pc .buynav .bg-white {
    position: relative;
    width: 730px;
    height: 156px;
    border-radius: 20px;
    -webkit-box-shadow: 0 7px 7px rgba(0, 0, 0, 0.2);
            box-shadow: 0 7px 7px rgba(0, 0, 0, 0.2);
  }
  header #gnav .pc .buynav .buynav-btn {
    width: 200px;
    height: 71px;
    position: absolute;
    top: 42px;
  }
  header #gnav .pc .buynav .buynav-btn a {
    overflow: hidden;
    display: block;
    width: 200px;
    height: 71px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  }
  header #gnav .pc .buynav .buynav-btn:first-child {
    left: 45px;
  }
  header #gnav .pc .buynav .buynav-btn:nth-child(2) {
    left: 265px;
  }
  header #gnav .pc .buynav .buynav-btn:nth-child(3) {
    left: 485px;
  }
  header #gnav .pc .buynav .buynav-btn:nth-child(4) {
    left: 705px;
  }
}
header .sp {
  display: none;
  position: fixed;
  overflow: scroll;
  z-index: 1800;
  top: 55px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-top: solid 1px #ffcfe3;
}
header .sp .sp-product-h {
  text-align: center;
  padding: 30px;
}
header .sp .sp-nav-cat {
  text-align: center;
  margin-bottom: 15px;
}
header .sp .sp-nav-products {
  text-align: center;
  max-width: 360px;
  margin: 0 auto;
}
@media (min-width: 576px) {
  header .sp .sp-nav-products {
    max-width: 420px;
  }
}
header .sp .sp-nav-products ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
header .sp .sp-nav-products ul li {
  text-align: center;
  width: 50%;
}
header .sp .sp-nav-products ul li a {
  display: inline-block;
  overflow: hidden;
  border-radius: 10px;
}
header .sp .sp-nav-products ul li a img {
  border-radius: 10px;
}
header .sp .sp-nav-products ul li a.sp-nav-products-1 {
  -webkit-box-shadow: 0 0 8px rgba(230, 82, 150, 0.3);
          box-shadow: 0 0 8px rgba(230, 82, 150, 0.3);
}
header .sp .sp-nav-products ul li a.sp-nav-products-2 {
  -webkit-box-shadow: 0 0 8px rgba(255, 143, 0, 0.3);
          box-shadow: 0 0 8px rgba(255, 143, 0, 0.3);
}
header .sp .sp-nav-products ul li a.sp-nav-products-3 {
  -webkit-box-shadow: 0 0 8px rgba(0, 173, 234, 0.3);
          box-shadow: 0 0 8px rgba(0, 173, 234, 0.3);
}
header .sp .sp-nav-products ul li a.sp-nav-products-4 {
  -webkit-box-shadow: 0 0 8px rgba(127, 16, 130, 0.3);
          box-shadow: 0 0 8px rgba(127, 16, 130, 0.3);
}
header .sp .sp-nav-products ul li:nth-child(1),
header .sp .sp-nav-products ul li:nth-child(2) {
  margin-bottom: 20px;
}
header .sp .sp-nav-products-top {
  margin-top: 5px;
  margin-bottom: 20px;
}
header .sp .sp-nav-products-top a {
  text-align: center;
  display: block;
  padding: 7px;
}
header .sp .sp-nav ul {
  border-top: solid 1px #d8d8d8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
header .sp .sp-nav ul li {
  width: 50%;
  border-right: solid 1px #d8d8d8;
  border-bottom: solid 1px #d8d8d8;
}
header .sp .sp-nav ul li a {
  display: block;
  color: #e85298;
  padding: 15px;
}
header .sp .sp-nav ul li:nth-child(2),
header .sp .sp-nav ul li:nth-child(4) {
  border-right: none;
}
header .sp .sp-nav-buy {
  color: #fff;
  background-color: #e85298;
  padding: 15px;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
header .sp .sp-nav-buy ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .sp .sp-nav-buy ul li {
  width: 47%;
  margin-bottom: 10px;
}
header .sp .sp-nav-buy ul li a {
  display: block;
  background-color: #fff;
  -webkit-box-shadow: 5px 5px 0 rgb(238, 40, 102);
          box-shadow: 5px 5px 0 rgb(238, 40, 102);
}
header .sp .sp-nav-buy ul li a,
header .sp .sp-nav-buy ul li img {
  border-radius: 7px;
}
header .sp .sp-nav-buy-h {
  background-image: url(/filtan/assets/img/common/sp_navi_12.svg);
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 30px;
  margin-bottom: 12px;
}
header .sp .sp-nav-search-store {
  margin-bottom: 10px;
}
header .sp .sp-nav-search-store a {
  position: relative;
  display: block;
  cursor: pointer;
  color: #e85298;
  background-color: #fff;
  border: solid 1px #e85298;
  width: calc(100% - 40px);
  margin: 0 20px;
  height: 60px;
  line-height: 60px;
  outline: none;
  border-radius: 30px;
  text-align: center;
  font-weight: 600;
}
header .sp .sp-nav-search-store a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 30px;
  width: 19px;
  height: 19px;
  background-image: url(/filtan/assets/img/common/ic_search_store.svg);
  background-repeat: no-repeat;
  background-size: 38px 19px;
  background-position: 0 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
header .sp .sp-nav-search-store a:hover {
  color: #fff;
  background-color: #e85298;
  border: solid 1px #fff;
}
header .sp .sp-nav-search-store a:hover:before {
  background-position: -19px 0;
}
header .sp .sp-nav-insta {
  margin-bottom: 70px;
}
header .sp .sp-nav-insta a {
  position: relative;
  display: inline-block;
  padding: 20px;
  color: #e85298;
  padding-left: 40px;
  background-image: url(/filtan/assets/img/common/sp_navi_10.svg);
  background-repeat: no-repeat;
  background-position: center left 15px;
}
header .sp .sp-nav-insta a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  width: 10px;
  height: 10px;
  background-image: url(/filtan/assets/img/common/sp_navi_11.svg);
  background-repeat: no-repeat;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (min-width: 1200px) {
  header .sp {
    display: none;
  }
}

/* ---------------------------------------- */
.filtan-top {
  position: relative;
  width: 110px;
  height: 67px;
}
@media screen and (max-width: 767px) {
  .filtan-top {
    width: 88px;
    height: 53.6px;
  }
}
.filtan-top .body {
  position: relative;
  width: 110px;
  height: 67px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .filtan-top .body {
    width: 88px;
    height: 53.6px;
  }
}
.filtan-top .body img {
  width: 100%;
  height: auto;
}
.filtan-top .hand {
  position: absolute;
  left: 0;
  top: 80%;
  width: 109%;
  z-index: 2;
}
.filtan-top .hand img {
  position: relative;
}

/* ---------------------------------------- */
footer .container {
  max-width: 1200px;
}
footer .share-container {
  text-align: center;
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  footer .share-container {
    margin-bottom: 0px;
  }
}
footer .filtan-top {
  position: relative;
  z-index: 1001;
}
@media screen and (max-width: 1199px) {
  footer .share {
    width: 200px;
    margin: 0 auto;
  }
  footer .filtan-top {
    margin: 0 auto;
    left: -10px;
  }
}
footer .share-btns a {
  margin: 0 10px;
}
footer .bg-pink {
  position: relative;
  z-index: 1000;
}
@media screen and (max-width: 1199px) {
  footer .identity {
    width: 100px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1200px) {
  footer .identity {
    position: absolute;
    top: 0;
    left: 20px;
    width: 122px;
  }
}
footer ul {
  color: #fff;
  text-align: right;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer ul li a {
  color: #fff;
  text-decoration: none;
}
footer ul li a:hover,
footer ul li a:visited {
  color: #fff;
  text-decoration: none;
}
footer ul li a:hover {
  opacity: 0.8;
}
footer ul li.footer-insta a {
  display: block;
  overflow: hidden;
  text-indent: 100%;
  width: 20px;
  height: 20px;
  background-image: url(/filtan/assets/img/ic_insta.svg);
  background-repeat: no-repeat;
  background-position: -40px 0;
  margin: 0 auto;
}
footer ul li.footer-search-store a {
  font-size: 1.3rem;
  display: inline-block;
  color: #fff;
  background-color: #e85298;
  border: solid 1px #fff;
  width: 190px;
  height: 38px;
  line-height: 38px;
  outline: none;
  border-radius: 19px;
  text-align: center;
  font-weight: 600;
}
footer ul li.footer-search-store a div {
  position: relative;
  display: inline-block;
  height: 38px;
  line-height: 38px;
  padding-left: 30px;
}
footer ul li.footer-search-store a div:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 19px;
  height: 20px;
  background-image: url(/filtan/assets/img/common/ic_search_store.svg);
  background-repeat: no-repeat;
  background-size: 38px 20px;
  background-position: -19px 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
footer ul li.footer-search-store a:hover {
  color: #e85298;
  background-color: #fff;
  border: solid 1px #e85298;
  opacity: 1;
}
footer ul li.footer-search-store a:hover div:before {
  background-position: 0 0;
}
footer ul li.footer-buy {
  position: relative;
}
@media (max-width: 1199px) {
  footer ul li.footer-buy {
    display: none;
  }
}
footer ul li.footer-buy button {
  position: relative;
  font-size: 1.3rem;
  cursor: pointer;
  color: #e85298;
  background-color: #fff;
  border: solid 1px #fff;
  width: 190px;
  height: 38px;
  line-height: 38px;
  outline: none;
  border-radius: 19px;
  text-align: center;
  font-weight: 600;
}
footer ul li.footer-buy button div {
  position: relative;
  display: inline-block;
  height: 38px;
  line-height: 38px;
  padding-left: 30px;
}
footer ul li.footer-buy button div:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 19px;
  height: 20px;
  background-image: url(/filtan/assets/img/common/ic_cart.svg);
  background-repeat: no-repeat;
  background-size: 38px 20px;
  background-position: -19px 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
footer ul li.footer-buy button:hover {
  color: #fff;
  background-color: #e85298;
  border: solid 1px #fff;
}
footer ul li.footer-buy button:hover div:before {
  background-position: 0 0;
}
footer ul li.footer-buy .hitarea1 {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 500%;
  height: 100%;
}
footer ul li.footer-buy .hitarea2 {
  content: "";
  position: absolute;
  top: 38px;
  left: 0;
  width: 500%;
  height: 300%;
}
@media (max-width: 575px) {
  footer ul li {
    width: 33%;
  }
  footer ul li.footer-search-store {
    width: 100%;
  }
  footer ul li.footer-buy {
    width: 100%;
  }
}
@media (max-width: 991px) {
  footer ul li {
    width: 33%;
  }
}
@media (max-width: 1199px) {
  footer ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 40px;
  }
  footer ul li {
    width: 33%;
    text-align: center;
    margin-bottom: 20px;
  }
  footer ul li.footer-search-store {
    width: 100%;
  }
  footer ul li.footer-buy {
    width: 100%;
  }
}
@media (min-width: 768px) {
  footer ul {
    margin-top: 60px;
  }
}
@media (min-width: 1200px) {
  footer ul {
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
  }
  footer ul li {
    width: auto;
    margin-left: 30px;
  }
  footer ul li.footer-buy {
    margin-left: 15px;
  }
}
footer .copyright {
  color: #fff;
  font-size: 1rem;
}

/* ---------------------------------------- */
.pagetop,
.btn-lineup {
  position: fixed;
  z-index: 1001;
  bottom: 30px;
  right: 30px;
}
.pagetop button,
.btn-lineup button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  display: block;
  width: 72px;
  height: 102px;
  text-indent: -9999em;
  overflow: hidden;
  background-color: transparent;
  background-image: url(../img/common/pagetop.svg);
  background-repeat: no-repeat;
  margin-left: auto;
  border: none;
  outline: none;
}
.pagetop button:hover,
.btn-lineup button:hover {
  background-position: right center;
}

.btn-lineup button {
  background-image: url(../img/common/btn_lineup.svg);
}

/* ---------------------------------------- */
a.btn {
  position: relative;
  width: 264px;
  margin: 0 auto;
  display: block;
  height: 54px;
  border-radius: 27px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
a.btn:hover {
  top: 1px;
}
a.btn.txt-more, a.btn.txt-more-pink, a.btn.txt-detail, a.btn.txt-onetouch {
  background-position: center center;
  background-repeat: no-repeat;
  text-indent: -9999em;
}
a.btn.txt-more {
  background-image: url(../img/txt_more.svg);
}
a.btn.txt-detail {
  background-image: url(../img/txt_detail.svg);
}
a.btn.txt-onetouch {
  background-image: url(../img/txt_onetouch.svg);
}
a.btn.pink {
  background-color: #e85298;
  -webkit-box-shadow: 0px 4px 0px rgb(167, 61, 115);
          box-shadow: 0px 4px 0px rgb(167, 61, 115);
}
a.btn.pink:hover {
  -webkit-box-shadow: 0px 3px 0px rgb(167, 61, 115);
          box-shadow: 0px 3px 0px rgb(167, 61, 115);
}
a.btn.yellow {
  -webkit-box-shadow: 0px 4px 0px #ecb726;
          box-shadow: 0px 4px 0px #ecb726;
  background-color: #fbe800;
}
a.btn.yellow.txt-more {
  background-image: url(../img/txt_more_pink.svg);
}
a.btn.yellow.txt-detail {
  background-image: url(../img/txt_detail_pink.svg);
}
a.btn.yellow:hover {
  -webkit-box-shadow: 0px 3px 0px #ecb726;
          box-shadow: 0px 3px 0px #ecb726;
}
a.btn.blue {
  background-color: #00a0e9;
  -webkit-box-shadow: 0px 4px 0px rgb(0, 143, 206);
          box-shadow: 0px 4px 0px rgb(0, 143, 206);
}
a.btn.blue:hover {
  -webkit-box-shadow: 0px 3px 0px rgb(0, 143, 206);
          box-shadow: 0px 3px 0px rgb(0, 143, 206);
}
a.btn.orange {
  background-color: #ff7900;
  -webkit-box-shadow: 0px 4px 0px rgb(202, 103, 10);
          box-shadow: 0px 4px 0px rgb(202, 103, 10);
}
a.btn.orange:hover {
  -webkit-box-shadow: 0px 3px 0px rgb(202, 103, 10);
          box-shadow: 0px 3px 0px rgb(202, 103, 10);
}
a.btn.purple {
  background-color: #7f1284;
  -webkit-box-shadow: 0px 4px 0px rgb(94, 0, 98);
          box-shadow: 0px 4px 0px rgb(94, 0, 98);
}
a.btn.purple:hover {
  -webkit-box-shadow: 0px 3px 0px rgb(94, 0, 98);
          box-shadow: 0px 3px 0px rgb(94, 0, 98);
}
a.btn.green {
  background-color: #aacc05;
  -webkit-box-shadow: 0px 4px 0px #95b400;
          box-shadow: 0px 4px 0px #95b400;
}
a.btn.green:hover {
  -webkit-box-shadow: 0px 3px 0px #95b400;
          box-shadow: 0px 3px 0px #95b400;
}
@media screen and (max-width: 575px) {
  a.btn.w200 {
    max-width: 180px;
  }
}
@media screen and (min-width: 576px) {
  a.btn.w200 {
    max-width: 200px;
  }
}

/* ---------------------------------------- */
.btn-1 {
  text-align: center;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  font-size: 1.3rem;
  border-radius: 30px;
  width: 100%;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.13);
          box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.13);
}
@media (min-width: 576px) {
  .btn-1 {
    height: 60px;
    line-height: 60px;
    font-size: 1.5rem;
  }
}
.btn-1 span {
  position: relative;
  display: inline-block;
  padding-right: 25px;
}
.btn-1 span:before {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  background-image: url(/filtan/assets/img/common/ic_heart_pink.svg);
  background-repeat: no-repeat;
  background-size: 27px 11.25px;
  width: 13.5px;
  height: 11.1px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.btn-1:hover span:before {
  background-position: 100% 0;
}
.btn-1.btn-1-pink {
  color: #fff;
  background-color: #e85298;
  border: solid 1px #e85298;
}
.btn-1.btn-1-pink span:before {
  background-image: url(/filtan/assets/img/common/ic_heart_pink.svg);
}
.btn-1.btn-1-pink:hover {
  color: #e85298 !important;
  background-color: #fff;
}
.btn-1.btn-1-orange {
  color: #fff;
  background-color: #ff7900;
  border: solid 1px #ff7900;
}
.btn-1.btn-1-orange span:before {
  background-image: url(/filtan/assets/img/common/ic_heart_orange.svg);
}
.btn-1.btn-1-orange:hover {
  color: #ff7900 !important;
  background-color: #fff;
}
.btn-1.btn-1-blue {
  color: #fff;
  background-color: #00a0e9;
  border: solid 1px #00a0e9;
}
.btn-1.btn-1-blue span:before {
  background-image: url(/filtan/assets/img/common/ic_heart_blue.svg);
}
.btn-1.btn-1-blue:hover {
  color: #00a0e9 !important;
  background-color: #fff;
}
.btn-1.btn-1-purple {
  color: #fff;
  background-color: #7f1284;
  border: solid 1px #7f1284;
}
.btn-1.btn-1-purple span:before {
  background-image: url(/filtan/assets/img/common/ic_heart_purple.svg);
}
.btn-1.btn-1-purple:hover {
  color: #7f1284 !important;
  background-color: #fff;
}

.btn-more {
  cursor: pointer;
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-align: center;
  display: inline-block;
  height: 60px;
  line-height: 58px;
  border-radius: 30px;
  width: 100%;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  width: 250px;
  border: solid 1px #e85298;
  background-color: #e85298;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btn-more.patto {
  border: solid 1px #ff7900;
  background-color: #ff7900;
}
.btn-more.patto:hover {
  color: #ff7900;
}
.btn-more.patto:hover:before {
  background-image: url(/filtan/assets/img/common/ic_viewmore_orange.svg);
}
.btn-more.hokori {
  border: solid 1px #00a0e9;
  background-color: #00a0e9;
}
.btn-more.hokori:hover {
  color: #00a0e9;
}
.btn-more.hokori:hover:before {
  background-image: url(/filtan/assets/img/common/ic_viewmore_blue.svg);
}
.btn-more.alr {
  border: solid 1px #7f1284;
  background-color: #7f1284;
}
.btn-more.alr:hover {
  color: #7f1284;
}
.btn-more.alr:hover:before {
  background-image: url(/filtan/assets/img/common/ic_viewmore_purple.svg);
}
.btn-more:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  width: 11px;
  height: 11px;
  background-image: url(/filtan/assets/img/common/ic_viewmore.svg);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.btn-more:hover {
  color: #e85298;
  background-color: #fff;
}
.btn-more:hover:before {
  background-image: url(/filtan/assets/img/common/ic_viewmore_pink.svg);
}

.btn-2 {
  position: relative;
  text-align: center;
  display: inline-block;
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  width: 250px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  background-color: #fff;
  border: solid 1px #fff;
  color: #e85298 !important;
  text-decoration: none;
  font-size: 1.6rem;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btn-2:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 13.5px;
  height: 11.1px;
  background-image: url(/filtan/assets/img/common/ic_heart_pink.svg);
  background-position: 100% 0;
  background-size: 27px 11.1px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.btn-2:hover {
  color: #fff !important;
  background-color: #e85298;
  border: solid 1px #fff;
}
.btn-2:hover:before {
  background-position: 0 0;
}

.btn-3 {
  position: relative;
  text-align: center;
  display: inline-block;
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  width: 250px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  background-color: #fbe800;
  border: solid 1px #fbe800;
  color: #df007f !important;
  text-decoration: none;
  font-size: 1.6rem;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btn-3:hover {
  color: #e85298 !important;
  background-color: #fff;
  border: solid 1px #fbe800;
}

/* ---------------------------------------- */
.catbox-deep-blue {
  border: solid 2px #0053a4;
}

.catbox-blue {
  border: solid 2px #00a0e9;
}

.catbox-purple {
  border: solid 2px #7f1284;
}

/* ---------------------------------------- */
.swiper-button-prev {
  background-image: url(../img/btn_prev_fff.svg);
  background-position: center center;
  background-size: 12.6px 22.5px;
  width: 50px;
  height: 50px;
}

.swiper-button-next {
  background-image: url(../img/btn_next_fff.svg);
  background-position: center center;
  background-size: 12.6px 22.5px;
  width: 50px;
  height: 50px;
}

.swiper-pagination {
  position: relative;
  width: 100%;
  text-align: center;
  height: 40px;
}

.swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  margin: 6px 10px;
  border: solid 1px #fff;
  opacity: 0.6;
  background: transparent;
}

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

/* ---------------------------------------- */
#bnrs {
  background-color: #ececec;
}
@media screen and (max-width: 575px) {
  #bnrs img {
    max-width: 300px;
  }
}

/* ---------------------------------------- */
@media screen and (max-width: 575px) {
  #pr img {
    max-width: 300px;
  }
}
#pr a:hover {
  opacity: 0.8;
}
#pr ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 40px;
}
#pr ul li {
  text-align: center;
  width: 47%;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  #pr ul li {
    width: 22%;
    margin-bottom: 0px;
  }
}
#pr ul li a,
#pr ul li img {
  border-radius: 8px;
}
#pr ul li a {
  text-align: center;
  display: block;
  background-color: #fff;
  border: solid 2px #e0e0e0;
}
/* @media (max-width: 575px) {
  #pr ul li img {
    width: 150px;
    height: auto;
  }
} */

/* ---------------------------------------- */
.insta {
  position: absolute;
  top: 15px;
  right: 0;
}
@media screen and (max-width: 575px) {
  .insta {
    width: 106.2px;
    height: 86.4px;
  }
}
@media screen and (min-width: 576px) {
  .insta {
    width: 123.9px;
    height: 100.8px;
  }
}
@media screen and (min-width: 768px) {
  .insta {
    width: 141.6px;
    height: 115.2px;
  }
}
@media screen and (min-width: 992px) {
  .insta {
    width: 177px;
    height: 144px;
  }
}

@media screen and (max-width: 575px) {
  #insta h2 img {
    max-width: 170px;
  }
}
#insta .everyday {
  position: absolute;
}
@media screen and (max-width: 575px) {
  #insta .everyday {
    top: -40px;
    right: 0%;
    width: 93.6px;
    height: 65.6px;
  }
}
@media screen and (min-width: 576px) {
  #insta .everyday {
    top: 0;
    left: 68%;
    width: 146px;
    height: 102px;
  }
}
@media screen and (min-width: 768px) {
  #insta .everyday {
    left: 63%;
  }
}
#insta .loading {
  background-image: url(../img/spinner-1s-200px.svg);
  background-size: 100px 100px;
  background-position: center center;
  background-repeat: no-repeat;
  height: 120px;
}
@media screen and (max-width: 575px) {
  #insta .thumb.row {
    margin-left: -5px;
    margin-right: -5px;
  }
  #insta .thumb.row > div {
    padding-right: 5px;
    padding-left: 5px;
  }
}
#insta .thumb.row .img {
  border-radius: 5px;
  border: solid 3px #fff;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 575px) {
  #insta .thumb.row div:nth-child(n+7) {
    display: none;
  }
}
#insta .bg-il {
  background-image: url(/img/insta/img_3.svg);
  background-repeat: no-repeat;
}
@media screen and (max-width: 991px) {
  #insta .bg-il {
    background-size: 223px 73px;
    background-position: center bottom;
    padding-bottom: 110px;
  }
}
@media screen and (min-width: 992px) {
  #insta .bg-il {
    background-size: 333px 112px;
    background-position: right center;
    height: 112px;
    text-align: center;
  }
  #insta .bg-il a {
    display: inline-block;
    margin-top: 30px;
  }
}

#profile #insta .loading {
  background-image: url(../img/spinner-1s-200px-fff.svg);
}

/* ---------------------------------------- */
@media screen and (min-width: 576px) {
  #recommend {
    max-width: 988px;
    margin: 0 auto;
  }
}

/* ---------------------------------------- */
#voice {
  margin-bottom: 3em;
}
#voice .h2-s {
  font-size: clamp(1.5rem, 2vw, 2.5rem);
}
#voice h2 {
  font-size: clamp(3rem, 4vw, 4rem);
}
#voice .voice-head {
  display: inline-block;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  margin-bottom: 2em;
  position: relative;
  color: #e85298;
}
#voice .voice-head:before {
  content: "";
  position: absolute;
  top: 0;
  background-image: url(/filtan/assets/img/home/voice_il.svg);
  background-repeat: no-repeat;
  left: -70px;
  width: 55.3px;
  height: 75.6px;
}
@media (min-width: 768px) {
  #voice .voice-head:before {
    left: -100px;
    width: 79px;
    height: 108px;
  }
}
#voice .voice {
  cursor: pointer;
  height: 100%;
  border-radius: 10px;
  font-size: 1.4rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0 16px rgba(0, 45, 99, 0.24);
          box-shadow: 0 0 16px rgba(0, 45, 99, 0.24);
}
#voice.patto .voice {
  border: none;
  -webkit-box-shadow: 0 0 16px rgb(254, 237, 220);
          box-shadow: 0 0 16px rgb(254, 237, 220);
}
#voice .voice-img {
  overflow: hidden;
  aspect-ratio: 1/1;
  background-size: cover;
  background-position: center center;
  border-radius: 7px 7px 0 0;
}
#voice .voice-text {
  position: relative;
  padding: 20px;
  max-height: 140px;
  overflow: hidden;
  border-radius: 0 0 7px 7px;
}
#voice .voice-text:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: linear-gradient(rgba(255, 255, 255, 0), rgb(255, 255, 255));
}

.voice-user {
  font-weight: 700;
  background-image: url(/filtan/assets/img/home/ic_user.svg);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 30px;
  margin-bottom: 1em;
}

#voice-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#voice-modal .voice-modal-bg {
  cursor: pointer;
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
}
#voice-modal .voice-modal-container {
  width: 260px;
  height: 500px;
  position: absolute;
  z-index: 1001;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
@media (min-width: 576px) {
  #voice-modal .voice-modal-container {
    width: 400px;
    height: 700px;
  }
}
@media (min-width: 768px) {
  #voice-modal .voice-modal-container {
    width: 640px;
    height: 384px;
  }
}
@media (min-width: 992px) {
  #voice-modal .voice-modal-container {
    width: 900px;
    height: 540px;
  }
}
@media (min-width: 1200px) {
  #voice-modal .voice-modal-container {
    width: 1000px;
    height: 600px;
  }
}
#voice-modal .voice-article {
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  #voice-modal .voice-article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#voice-modal .voice-article-img {
  cursor: pointer;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 767px) {
  #voice-modal .voice-article-img {
    aspect-ratio: 1/1;
  }
}
@media (min-width: 768px) {
  #voice-modal .voice-article-img {
    height: 100%;
    width: 55%;
  }
}
#voice-modal .voice-article-text {
  overflow: auto;
  height: 200px;
}
@media (min-width: 576px) {
  #voice-modal .voice-article-text {
    height: 300px;
  }
}
@media (min-width: 768px) {
  #voice-modal .voice-article-text {
    width: 45%;
    height: 100%;
  }
}
#voice-modal .voice-article-text-padding {
  padding: 20px;
}
@media (min-width: 576px) {
  #voice-modal .voice-article-text-padding {
    padding: 30px;
  }
}
#voice-modal .swiper {
  width: 100%;
  height: 100%;
}
#voice-modal .swiper-button-prev,
#voice-modal .swiper-button-next {
  width: 50px;
  height: 50px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 40px 40px;
}
#voice-modal .swiper-button-prev:after,
#voice-modal .swiper-button-next:after {
  display: none;
}
#voice-modal .swiper-button-prev {
  left: -55px;
  background-image: url(../img/home/voice_btn_prev.svg);
}
@media (min-width: 1200px) {
  #voice-modal .swiper-button-prev {
    left: -90px;
  }
}
#voice-modal .swiper-button-next {
  right: -55px;
  background-image: url(../img/home/voice_btn_next.svg);
}
@media (min-width: 1200px) {
  #voice-modal .swiper-button-next {
    right: -90px;
  }
}
#voice-modal .btn-voice-close {
  cursor: pointer;
  position: absolute;
  z-index: 1001;
  right: 0px;
  top: 70px;
  width: 40px;
  height: 40px;
  background-size: 20px 20px;
  background-image: url(../img/home/voice_btn_close.svg);
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
@media (min-width: 768px) {
  #voice-modal .btn-voice-close {
    right: 10px;
    top: 90px;
    width: 50px;
    height: 50px;
    background-size: 24px 24px;
  }
}
#voice-modal .btn-voice-close:hover {
  opacity: 0.8;
}

/* ---------------------------------------- */
#series {
  position: relative;
  padding: 40px 0;
}
@media (min-width: 576px) {
  #series {
    padding: 80px 0;
  }
}
#series a {
  text-decoration: none;
}
#series a:hover {
  color: #000;
}
#series .series-head {
  position: relative;
  display: inline-block;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-weight: 800;
  color: #e85298;
  margin-bottom: 1em;
}
@media (min-width: 576px) {
  #series .series-head {
    margin-bottom: 3em;
  }
}
#series .series-head .h2-s {
  font-size: clamp(1.5rem, 2vw, 2.5rem);
}
#series .series-head h2 {
  font-size: clamp(3rem, 4vw, 5rem);
}
@media (min-width: 576px) {
  #series .series-head:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 78.4px;
    height: 94.5px;
    background-image: url(/filtan/assets/img/home/series_il_1.svg);
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transform: translate(-120%, -50%);
            transform: translate(-120%, -50%);
  }
}
@media (min-width: 576px) and (min-width: 768px) {
  #series .series-head:before {
    width: 112px;
    height: 135px;
  }
}
#series .series-catch-1 {
  text-align: center;
  font-weight: 700;
  font-size: clamp(1.3rem, 1.3vw, 1.5rem);
}
#series .series-catch-2 {
  text-align: center;
  font-weight: 700;
  font-size: clamp(1.6rem, 1.6vw, 2.3rem);
  margin-bottom: 2em;
}
#series .series-box {
  position: relative;
  border-radius: 15px;
  background-color: #fff;
  padding: 15px 0;
  cursor: pointer;
}
@media (min-width: 576px) {
  #series .series-box {
    padding: 30px 0;
  }
}
#series .series-box .swiper {
  text-align: center;
}
#series .series-box .series-box-padding {
  padding: 0 15px;
}
@media (min-width: 576px) {
  #series .series-box .series-box-padding {
    padding: 0 30px;
  }
}
#series .series-box p {
  font-weight: 500;
}
#series .series-box:hover:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 77px;
  height: 45px;
  background-image: url(/filtan/assets/img/home/series_filtan.svg);
  background-repeat: no-repeat;
  -webkit-transform: translate(-50%, -35px);
          transform: translate(-50%, -35px);
}
#series .series-box button {
  cursor: pointer;
}
#series .series-box-1 {
  -webkit-box-shadow: 0 0 20px rgba(232, 82, 152, 0.3);
          box-shadow: 0 0 20px rgba(232, 82, 152, 0.3);
}
#series .series-box-2 {
  -webkit-box-shadow: 0 0 20px rgba(255, 245, 0, 0.3);
          box-shadow: 0 0 20px rgba(255, 245, 0, 0.3);
}
#series .series-box-3 {
  -webkit-box-shadow: 0 0 20px rgba(0, 175, 236, 0.3);
          box-shadow: 0 0 20px rgba(0, 175, 236, 0.3);
}
#series .series-box-4 {
  -webkit-box-shadow: 0 0 20px rgba(127, 18, 132, 0.3);
          box-shadow: 0 0 20px rgba(127, 18, 132, 0.3);
}
#series .swiper-pagination {
  bottom: 0;
}
#series .swiper-pagination-bullet {
  background-position: center center;
  background-repeat: no-repeat;
}
#series .swiper-1 .swiper-pagination-bullet {
  background-image: url(/filtan/assets/img/home/series_ic_1_0.svg);
}
#series .swiper-1 .swiper-pagination-bullet-active {
  background-image: url(/filtan/assets/img/home/series_ic_1_1.svg);
}
#series .swiper-2 .swiper-pagination-bullet {
  background-image: url(/filtan/assets/img/home/series_ic_2_0.svg);
}
#series .swiper-2 .swiper-pagination-bullet-active {
  background-image: url(/filtan/assets/img/home/series_ic_2_1.svg);
}
#series .swiper-3 .swiper-pagination-bullet {
  background-image: url(/filtan/assets/img/home/series_ic_3_0.svg);
}
#series .swiper-3 .swiper-pagination-bullet-active {
  background-image: url(/filtan/assets/img/home/series_ic_3_1.svg);
}
#series .swiper-4 .swiper-pagination-bullet {
  background-image: url(/filtan/assets/img/home/series_ic_4_0.svg);
}
#series .swiper-4 .swiper-pagination-bullet-active {
  background-image: url(/filtan/assets/img/home/series_ic_4_1.svg);
}

#series.home:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15%;
  background-color: #dfeef4;
}
@media (min-width: 576px) {
  #series.home:before {
    height: 35%;
  }
}
#series.home:after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 15%;
  left: 0;
  width: 100%;
  height: 15px;
  background-image: url(/filtan/assets/img/common/bg_wave_room_top.svg);
  background-repeat: repeat-x;
}
@media (min-width: 576px) {
  #series.home:after {
    bottom: 35%;
  }
}

/* ---------------------------------------- */
ul.insta-photos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
ul.insta-photos li {
  width: 30%;
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  ul.insta-photos li {
    margin-bottom: 30px;
  }
}
ul.insta-photos li .img {
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 991px) {
  ul.insta-photos li:last-child {
    display: none;
  }
}
@media (min-width: 992px) {
  ul.insta-photos li {
    width: 17%;
    margin-bottom: 30px;
  }
}

/* ---------------------------------------- */
ul.lineup-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
ul.lineup-icons li {
  margin: 0 7px;
}
ul.lineup-icons li div {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 22px;
  height: 22px;
  border-radius: 11px;
  padding: 0 13px;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}

.lineup-icon-thick {
  color: #fff100;
  background-color: #1d2088;
}

.lineup-icon-patto {
  color: #fff;
  background-color: #ff7900;
}

.lineup-icon-hokori {
  color: #fff;
  background-color: #00a0e9;
}

.lineup-icon-alr {
  color: #fff;
  background-color: #7f1284;
}

.lineup-icon-otoku {
  color: #e60113;
  background-color: #fff100;
}

.lineup-icon-biz {
  color: #1d2088;
  background-color: #fff100;
}

/* ---------------------------------------- */
/* ---------------------------------------- */
.mb0 {
  margin-bottom: 0px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb110 {
  margin-bottom: 110px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

.mb130 {
  margin-bottom: 130px !important;
}

.mb140 {
  margin-bottom: 140px !important;
}

.mb150 {
  margin-bottom: 150px !important;
}

.mb160 {
  margin-bottom: 160px !important;
}

.mb170 {
  margin-bottom: 170px !important;
}

.mb180 {
  margin-bottom: 180px !important;
}

.mb190 {
  margin-bottom: 190px !important;
}

.mb200 {
  margin-bottom: 200px !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mt110 {
  margin-top: 110px !important;
}

.mt120 {
  margin-top: 120px !important;
}

.mt130 {
  margin-top: 130px !important;
}

.mt140 {
  margin-top: 140px !important;
}

.mt150 {
  margin-top: 150px !important;
}

.mt160 {
  margin-top: 160px !important;
}

.mt170 {
  margin-top: 170px !important;
}

.mt180 {
  margin-top: 180px !important;
}

.mt190 {
  margin-top: 190px !important;
}

.mt200 {
  margin-top: 200px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.pd0 {
  padding-top: 0;
}

.pd10 {
  padding: 10px !important;
}

.pd20 {
  padding: 20px !important;
}

.pd30 {
  padding: 30px !important;
}

.pd40 {
  padding: 40px !important;
}

.pd50 {
  padding: 50px !important;
}

.pd60 {
  padding: 60px !important;
}

.pd70 {
  padding: 70px !important;
}

.pd80 {
  padding: 80px !important;
}

.pd90 {
  padding: 90px !important;
}

.pd100 {
  padding: 100px !important;
}

.pt0 {
  padding-top: 0;
}

.pt10 {
  padding-top: 10px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pb0 {
  padding-bottom: 0;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pr0 {
  padding-right: 0;
}

.pr10 {
  padding-right: 10px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.pr100 {
  padding-right: 100px !important;
}

.pl0 {
  padding-left: 0;
}

.pl10 {
  padding-left: 10px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.pl100 {
  padding-left: 100px !important;
}

@media screen and (max-width: 767px) {
  .mb10 {
    margin-bottom: 5px !important;
  }
  .mb20 {
    margin-bottom: 10px !important;
  }
  .mb30 {
    margin-bottom: 15px !important;
  }
  .mb40 {
    margin-bottom: 20px !important;
  }
  .mb50 {
    margin-bottom: 25px !important;
  }
  .mb60 {
    margin-bottom: 30px !important;
  }
  .mb70 {
    margin-bottom: 35px !important;
  }
  .mb80 {
    margin-bottom: 40px !important;
  }
  .mb90 {
    margin-bottom: 45px !important;
  }
  .mb100 {
    margin-bottom: 50px !important;
  }
  .mb110 {
    margin-bottom: 55px !important;
  }
  .mb120 {
    margin-bottom: 60px !important;
  }
  .mb130 {
    margin-bottom: 65px !important;
  }
  .mb140 {
    margin-bottom: 70px !important;
  }
  .mb150 {
    margin-bottom: 75px !important;
  }
  .mb160 {
    margin-bottom: 80px !important;
  }
  .mb170 {
    margin-bottom: 85px !important;
  }
  .mb180 {
    margin-bottom: 90px !important;
  }
  .mb190 {
    margin-bottom: 95px !important;
  }
  .mb200 {
    margin-bottom: 100px !important;
  }
  .mt10 {
    margin-top: 5px !important;
  }
  .mt20 {
    margin-top: 10px !important;
  }
  .mt30 {
    margin-top: 15px !important;
  }
  .mt40 {
    margin-top: 20px !important;
  }
  .mt50 {
    margin-top: 25px !important;
  }
  .mt60 {
    margin-top: 30px !important;
  }
  .mt70 {
    margin-top: 35px !important;
  }
  .mt80 {
    margin-top: 40px !important;
  }
  .mt90 {
    margin-top: 45px !important;
  }
  .mt100 {
    margin-top: 50px !important;
  }
  .mt110 {
    margin-top: 55px !important;
  }
  .mt120 {
    margin-top: 60px !important;
  }
  .mt130 {
    margin-top: 65px !important;
  }
  .mt140 {
    margin-top: 70px !important;
  }
  .mt150 {
    margin-top: 75px !important;
  }
  .mt160 {
    margin-top: 80px !important;
  }
  .mt170 {
    margin-top: 85px !important;
  }
  .mt180 {
    margin-top: 90px !important;
  }
  .mt190 {
    margin-top: 95px !important;
  }
  .mt200 {
    margin-top: 100px !important;
  }
  .mr20 {
    margin-right: 10px !important;
  }
  .mr30 {
    margin-right: 15px !important;
  }
  .mr40 {
    margin-right: 20px !important;
  }
  .mr50 {
    margin-right: 25px !important;
  }
  .mr60 {
    margin-right: 30px !important;
  }
  .mr70 {
    margin-right: 35px !important;
  }
  .mr80 {
    margin-right: 40px !important;
  }
  .mr90 {
    margin-right: 45px !important;
  }
  .mr100 {
    margin-right: 50px !important;
  }
  .ml20 {
    margin-left: 10px !important;
  }
  .ml30 {
    margin-left: 15px !important;
  }
  .ml40 {
    margin-left: 20px !important;
  }
  .ml50 {
    margin-left: 25px !important;
  }
  .ml60 {
    margin-left: 30px !important;
  }
  .ml70 {
    margin-left: 35px !important;
  }
  .ml80 {
    margin-left: 40px !important;
  }
  .ml90 {
    margin-left: 45px !important;
  }
  .ml100 {
    margin-left: 50px !important;
  }
  .pd0 {
    padding-top: 0;
  }
  .pd10 {
    padding: 5px !important;
  }
  .pd20 {
    padding: 10px !important;
  }
  .pd30 {
    padding: 15px !important;
  }
  .pd40 {
    padding: 20px !important;
  }
  .pd50 {
    padding: 25px !important;
  }
  .pd60 {
    padding: 30px !important;
  }
  .pd70 {
    padding: 35px !important;
  }
  .pd80 {
    padding: 40px !important;
  }
  .pd90 {
    padding: 45px !important;
  }
  .pd100 {
    padding: 50px !important;
  }
  .pt0 {
    padding-top: 0;
  }
  .pt10 {
    padding-top: 10px !important;
  }
  .pt20 {
    padding-top: 10px !important;
  }
  .pt30 {
    padding-top: 15px !important;
  }
  .pt40 {
    padding-top: 20px !important;
  }
  .pt50 {
    padding-top: 25px !important;
  }
  .pt60 {
    padding-top: 30px !important;
  }
  .pt70 {
    padding-top: 35px !important;
  }
  .pt80 {
    padding-top: 40px !important;
  }
  .pt90 {
    padding-top: 45px !important;
  }
  .pt100 {
    padding-top: 50px !important;
  }
  .pb0 {
    padding-bottom: 0;
  }
  .pb10 {
    padding-bottom: 10px !important;
  }
  .pb20 {
    padding-bottom: 10px !important;
  }
  .pb30 {
    padding-bottom: 15px !important;
  }
  .pb40 {
    padding-bottom: 20px !important;
  }
  .pb50 {
    padding-bottom: 25px !important;
  }
  .pb60 {
    padding-bottom: 30px !important;
  }
  .pb70 {
    padding-bottom: 35px !important;
  }
  .pb80 {
    padding-bottom: 40px !important;
  }
  .pb90 {
    padding-bottom: 45px !important;
  }
  .pb100 {
    padding-bottom: 50px !important;
  }
  .pr0 {
    padding-right: 0;
  }
  .pr10 {
    padding-right: 10px !important;
  }
  .pr20 {
    padding-right: 10px !important;
  }
  .pr30 {
    padding-right: 15px !important;
  }
  .pr40 {
    padding-right: 20px !important;
  }
  .pr50 {
    padding-right: 25px !important;
  }
  .pr60 {
    padding-right: 30px !important;
  }
  .pr70 {
    padding-right: 35px !important;
  }
  .pr80 {
    padding-right: 40px !important;
  }
  .pr90 {
    padding-right: 45px !important;
  }
  .pr100 {
    padding-right: 50px !important;
  }
  .pl0 {
    padding-left: 0;
  }
  .pl10 {
    padding-left: 10px !important;
  }
  .pl20 {
    padding-left: 10px !important;
  }
  .pl30 {
    padding-left: 15px !important;
  }
  .pl40 {
    padding-left: 20px !important;
  }
  .pl50 {
    padding-left: 25px !important;
  }
  .pl60 {
    padding-left: 30px !important;
  }
  .pl70 {
    padding-left: 35px !important;
  }
  .pl80 {
    padding-left: 40px !important;
  }
  .pl90 {
    padding-left: 45px !important;
  }
  .pl100 {
    padding-left: 50px !important;
  }
}
@media screen and (max-width: 575px) {
  .xs-mb0 {
    margin-bottom: 0px !important;
  }
  .xs-mb10 {
    margin-bottom: 10px !important;
  }
  .xs-mb20 {
    margin-bottom: 20px !important;
  }
  .xs-mb30 {
    margin-bottom: 30px !important;
  }
  .xs-mb40 {
    margin-bottom: 40px !important;
  }
  .xs-mb50 {
    margin-bottom: 50px !important;
  }
  .xs-mb60 {
    margin-bottom: 60px !important;
  }
  .xs-mb70 {
    margin-bottom: 70px !important;
  }
  .xs-mb80 {
    margin-bottom: 80px !important;
  }
  .xs-mb90 {
    margin-bottom: 90px !important;
  }
  .xs-mb100 {
    margin-bottom: 100px !important;
  }
  .xs-mb110 {
    margin-bottom: 110px !important;
  }
  .xs-mb120 {
    margin-bottom: 120px !important;
  }
  .xs-mt0 {
    margin-top: 0px !important;
  }
  .xs-mt5 {
    margin-top: 5px !important;
  }
  .xs-mt10 {
    margin-top: 10px !important;
  }
  .xs-mt20 {
    margin-top: 20px !important;
  }
  .xs-mt30 {
    margin-top: 30px !important;
  }
  .xs-mt40 {
    margin-top: 40px !important;
  }
  .xs-mt50 {
    margin-top: 50px !important;
  }
  .xs-mt60 {
    margin-top: 60px !important;
  }
  .xs-mt70 {
    margin-top: 70px !important;
  }
  .xs-mt80 {
    margin-top: 80px !important;
  }
  .xs-mt90 {
    margin-top: 90px !important;
  }
  .xs-mt100 {
    margin-top: 100px !important;
  }
  .xs-center {
    text-align: center;
  }
  .xs-left {
    text-align: left;
  }
  .xs-right {
    text-align: right;
  }
  .xs-scale10 {
    -webkit-transform: scale(0.1, 0.1);
            transform: scale(0.1, 0.1);
  }
  .xs-scale20 {
    -webkit-transform: scale(0.2, 0.2);
            transform: scale(0.2, 0.2);
  }
  .xs-scale30 {
    -webkit-transform: scale(0.3, 0.3);
            transform: scale(0.3, 0.3);
  }
  .xs-scale40 {
    -webkit-transform: scale(0.4, 0.4);
            transform: scale(0.4, 0.4);
  }
  .xs-scale50 {
    -webkit-transform: scale(0.5, 0.5);
            transform: scale(0.5, 0.5);
  }
  .xs-scale60 {
    -webkit-transform: scale(0.6, 0.6);
            transform: scale(0.6, 0.6);
  }
  .xs-scale70 {
    -webkit-transform: scale(0.7, 0.7);
            transform: scale(0.7, 0.7);
  }
  .xs-scale80 {
    -webkit-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
  }
  .xs-scale90 {
    -webkit-transform: scale(0.9, 0.9);
            transform: scale(0.9, 0.9);
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .sm-mb0 {
    margin-bottom: 0px !important;
  }
  .sm-mb10 {
    margin-bottom: 10px !important;
  }
  .sm-mb20 {
    margin-bottom: 20px !important;
  }
  .sm-mb30 {
    margin-bottom: 30px !important;
  }
  .sm-mb40 {
    margin-bottom: 40px !important;
  }
  .sm-mb50 {
    margin-bottom: 50px !important;
  }
  .sm-mb60 {
    margin-bottom: 60px !important;
  }
  .sm-mb70 {
    margin-bottom: 70px !important;
  }
  .sm-mb80 {
    margin-bottom: 80px !important;
  }
  .sm-mb90 {
    margin-bottom: 90px !important;
  }
  .sm-mb100 {
    margin-bottom: 100px !important;
  }
  .sm-mt0 {
    margin-top: 0px !important;
  }
  .sm-mt10 {
    margin-top: 10px !important;
  }
  .sm-mt20 {
    margin-top: 20px !important;
  }
  .sm-mt30 {
    margin-top: 30px !important;
  }
  .sm-mt40 {
    margin-top: 40px !important;
  }
  .sm-mt50 {
    margin-top: 50px !important;
  }
  .sm-mt60 {
    margin-top: 60px !important;
  }
  .sm-mt70 {
    margin-top: 70px !important;
  }
  .sm-mt80 {
    margin-top: 80px !important;
  }
  .sm-mt90 {
    margin-top: 90px !important;
  }
  .sm-mt100 {
    margin-top: 100px !important;
  }
  .sm-center {
    text-align: center;
  }
  .sm-left {
    text-align: left;
  }
  .sm-right {
    text-align: right;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  .md-mb0 {
    margin-bottom: 0px !important;
  }
  .md-mb10 {
    margin-bottom: 10px !important;
  }
  .md-mb20 {
    margin-bottom: 20px !important;
  }
  .md-mb30 {
    margin-bottom: 30px !important;
  }
  .md-mb40 {
    margin-bottom: 40px !important;
  }
  .md-mb50 {
    margin-bottom: 50px !important;
  }
  .md-mb60 {
    margin-bottom: 60px !important;
  }
  .md-mb70 {
    margin-bottom: 70px !important;
  }
  .md-mb80 {
    margin-bottom: 80px !important;
  }
  .md-mb90 {
    margin-bottom: 90px !important;
  }
  .md-mb100 {
    margin-bottom: 100px !important;
  }
  .md-mt0 {
    margin-top: 0px !important;
  }
  .md-mt10 {
    margin-top: 10px !important;
  }
  .md-mt20 {
    margin-top: 20px !important;
  }
  .md-mt30 {
    margin-top: 30px !important;
  }
  .md-mt40 {
    margin-top: 40px !important;
  }
  .md-mt50 {
    margin-top: 50px !important;
  }
  .md-mt60 {
    margin-top: 60px !important;
  }
  .md-mt70 {
    margin-top: 70px !important;
  }
  .md-mt80 {
    margin-top: 80px !important;
  }
  .md-mt90 {
    margin-top: 90px !important;
  }
  .md-mt100 {
    margin-top: 100px !important;
  }
  .md-center {
    text-align: center;
  }
  .md-left {
    text-align: left;
  }
  .md-right {
    text-align: right;
  }
}
@media screen and (min-width: 992px) {
  .lg-mb0 {
    margin-bottom: 0px !important;
  }
  .lg-mb10 {
    margin-bottom: 10px !important;
  }
  .lg-mb20 {
    margin-bottom: 20px !important;
  }
  .lg-mb30 {
    margin-bottom: 30px !important;
  }
  .lg-mb40 {
    margin-bottom: 40px !important;
  }
  .lg-mb50 {
    margin-bottom: 50px !important;
  }
  .lg-mb60 {
    margin-bottom: 60px !important;
  }
  .lg-mb70 {
    margin-bottom: 70px !important;
  }
  .lg-mb80 {
    margin-bottom: 80px !important;
  }
  .lg-mb90 {
    margin-bottom: 90px !important;
  }
  .lg-mb100 {
    margin-bottom: 100px !important;
  }
  .lg-mt0 {
    margin-top: 0px !important;
  }
  .lg-mt10 {
    margin-top: 10px !important;
  }
  .lg-mt20 {
    margin-top: 20px !important;
  }
  .lg-mt30 {
    margin-top: 30px !important;
  }
  .lg-mt40 {
    margin-top: 40px !important;
  }
  .lg-mt50 {
    margin-top: 50px !important;
  }
  .lg-mt60 {
    margin-top: 60px !important;
  }
  .lg-mt70 {
    margin-top: 70px !important;
  }
  .lg-mt80 {
    margin-top: 80px !important;
  }
  .lg-mt90 {
    margin-top: 90px !important;
  }
  .lg-mt100 {
    margin-top: 100px !important;
  }
  .lg-center {
    text-align: center;
  }
  .lg-left {
    text-align: left;
  }
  .lg-right {
    text-align: right;
  }
}
.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

/* ---------------------------------------- */
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}