@charset "UTF-8";
:root {
  --vw: 1vw;
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd10: calc((1 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd10: calc((1 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd10: calc((1 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd20: calc((2 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd20: calc((2 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd20: calc((2 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd30: calc((3 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd30: calc((3 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd30: calc((3 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd40: calc((4 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd40: calc((4 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd40: calc((4 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd50: calc((5 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd50: calc((5 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd50: calc((5 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd60: calc((6 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd60: calc((6 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd60: calc((6 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd70: calc((7 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd70: calc((7 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd70: calc((7 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd80: calc((8 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd80: calc((8 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd80: calc((8 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd90: calc((9 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd90: calc((9 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd90: calc((9 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd100: calc((10 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd100: calc((10 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd100: calc((10 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd110: calc((11 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd110: calc((11 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd110: calc((11 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd120: calc((12 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd120: calc((12 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd120: calc((12 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd130: calc((13 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd130: calc((13 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd130: calc((13 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd140: calc((14 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd140: calc((14 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd140: calc((14 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd150: calc((15 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd150: calc((15 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd150: calc((15 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd160: calc((16 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd160: calc((16 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd160: calc((16 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd170: calc((17 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd170: calc((17 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd170: calc((17 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd180: calc((18 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd180: calc((18 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd180: calc((18 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd190: calc((19 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd190: calc((19 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd190: calc((19 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd200: calc((20 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd200: calc((20 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd200: calc((20 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd210: calc((21 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd210: calc((21 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd210: calc((21 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd220: calc((22 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd220: calc((22 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd220: calc((22 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd230: calc((23 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd230: calc((23 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd230: calc((23 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd240: calc((24 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd240: calc((24 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd240: calc((24 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd250: calc((25 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd250: calc((25 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd250: calc((25 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd260: calc((26 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd260: calc((26 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd260: calc((26 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd270: calc((27 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd270: calc((27 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd270: calc((27 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd280: calc((28 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd280: calc((28 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd280: calc((28 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd290: calc((29 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd290: calc((29 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd290: calc((29 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd300: calc((30 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd300: calc((30 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd300: calc((30 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd310: calc((31 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd310: calc((31 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd310: calc((31 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd320: calc((32 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd320: calc((32 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd320: calc((32 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd330: calc((33 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd330: calc((33 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd330: calc((33 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd340: calc((34 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd340: calc((34 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd340: calc((34 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd350: calc((35 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd350: calc((35 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd350: calc((35 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd360: calc((36 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd360: calc((36 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd360: calc((36 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd370: calc((37 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd370: calc((37 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd370: calc((37 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd380: calc((38 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd380: calc((38 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd380: calc((38 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd390: calc((39 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd390: calc((39 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd390: calc((39 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd400: calc((40 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd400: calc((40 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd400: calc((40 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd410: calc((41 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd410: calc((41 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd410: calc((41 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd420: calc((42 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd420: calc((42 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd420: calc((42 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd430: calc((43 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd430: calc((43 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd430: calc((43 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd440: calc((44 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd440: calc((44 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd440: calc((44 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd450: calc((45 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd450: calc((45 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd450: calc((45 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd460: calc((46 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd460: calc((46 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd460: calc((46 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd470: calc((47 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd470: calc((47 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd470: calc((47 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd480: calc((48 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd480: calc((48 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd480: calc((48 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd490: calc((49 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd490: calc((49 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd490: calc((49 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd500: calc((50 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd500: calc((50 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd500: calc((50 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd510: calc((51 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd510: calc((51 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd510: calc((51 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd520: calc((52 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd520: calc((52 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd520: calc((52 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd530: calc((53 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd530: calc((53 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd530: calc((53 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd540: calc((54 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd540: calc((54 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd540: calc((54 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd550: calc((55 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd550: calc((55 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd550: calc((55 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd560: calc((56 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd560: calc((56 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd560: calc((56 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd570: calc((57 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd570: calc((57 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd570: calc((57 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd580: calc((58 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd580: calc((58 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd580: calc((58 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd590: calc((59 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd590: calc((59 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd590: calc((59 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd600: calc((60 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd600: calc((60 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd600: calc((60 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd610: calc((61 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd610: calc((61 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd610: calc((61 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd620: calc((62 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd620: calc((62 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd620: calc((62 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd630: calc((63 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd630: calc((63 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd630: calc((63 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd640: calc((64 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd640: calc((64 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd640: calc((64 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd650: calc((65 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd650: calc((65 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd650: calc((65 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd660: calc((66 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd660: calc((66 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd660: calc((66 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd670: calc((67 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd670: calc((67 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd670: calc((67 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd680: calc((68 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd680: calc((68 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd680: calc((68 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd690: calc((69 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd690: calc((69 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd690: calc((69 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd700: calc((70 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd700: calc((70 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd700: calc((70 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd710: calc((71 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd710: calc((71 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd710: calc((71 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd720: calc((72 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd720: calc((72 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd720: calc((72 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd730: calc((73 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd730: calc((73 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd730: calc((73 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd740: calc((74 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd740: calc((74 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd740: calc((74 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd750: calc((75 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd750: calc((75 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd750: calc((75 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd760: calc((76 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd760: calc((76 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd760: calc((76 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd770: calc((77 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd770: calc((77 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd770: calc((77 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd780: calc((78 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd780: calc((78 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd780: calc((78 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd790: calc((79 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd790: calc((79 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd790: calc((79 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd800: calc((80 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd800: calc((80 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd800: calc((80 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd810: calc((81 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd810: calc((81 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd810: calc((81 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd820: calc((82 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd820: calc((82 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd820: calc((82 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd830: calc((83 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd830: calc((83 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd830: calc((83 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd840: calc((84 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd840: calc((84 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd840: calc((84 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd850: calc((85 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd850: calc((85 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd850: calc((85 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd860: calc((86 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd860: calc((86 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd860: calc((86 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd870: calc((87 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd870: calc((87 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd870: calc((87 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd880: calc((88 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd880: calc((88 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd880: calc((88 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd890: calc((89 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd890: calc((89 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd890: calc((89 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd900: calc((90 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd900: calc((90 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd900: calc((90 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd910: calc((91 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd910: calc((91 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd910: calc((91 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd920: calc((92 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd920: calc((92 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd920: calc((92 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd930: calc((93 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd930: calc((93 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd930: calc((93 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd940: calc((94 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd940: calc((94 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd940: calc((94 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd950: calc((95 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd950: calc((95 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd950: calc((95 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd960: calc((96 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd960: calc((96 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd960: calc((96 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd970: calc((97 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd970: calc((97 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd970: calc((97 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd980: calc((98 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd980: calc((98 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd980: calc((98 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd990: calc((99 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd990: calc((99 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd990: calc((99 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd1000: calc((100 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd1000: calc((100 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd1000: calc((100 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd1010: calc((101 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd1010: calc((101 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd1010: calc((101 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd1020: calc((102 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd1020: calc((102 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd1020: calc((102 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd1030: calc((103 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd1030: calc((103 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd1030: calc((103 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd1040: calc((104 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd1040: calc((104 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd1040: calc((104 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd1050: calc((105 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd1050: calc((105 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd1050: calc((105 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd1060: calc((106 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd1060: calc((106 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd1060: calc((106 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd1070: calc((107 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd1070: calc((107 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd1070: calc((107 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd1080: calc((108 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd1080: calc((108 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd1080: calc((108 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd1090: calc((109 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd1090: calc((109 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd1090: calc((109 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd1100: calc((110 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd1100: calc((110 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd1100: calc((110 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd1110: calc((111 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd1110: calc((111 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd1110: calc((111 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd1120: calc((112 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd1120: calc((112 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd1120: calc((112 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd1130: calc((113 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd1130: calc((113 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd1130: calc((113 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd1140: calc((114 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd1140: calc((114 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd1140: calc((114 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd1150: calc((115 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd1150: calc((115 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd1150: calc((115 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd1160: calc((116 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd1160: calc((116 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd1160: calc((116 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd1170: calc((117 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd1170: calc((117 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd1170: calc((117 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd1180: calc((118 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd1180: calc((118 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd1180: calc((118 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd1190: calc((119 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd1190: calc((119 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd1190: calc((119 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd1200: calc((120 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd1200: calc((120 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd1200: calc((120 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd1210: calc((121 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd1210: calc((121 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd1210: calc((121 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd1220: calc((122 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd1220: calc((122 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd1220: calc((122 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd1230: calc((123 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd1230: calc((123 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd1230: calc((123 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd1240: calc((124 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd1240: calc((124 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd1240: calc((124 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd1250: calc((125 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd1250: calc((125 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd1250: calc((125 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd1260: calc((126 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd1260: calc((126 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd1260: calc((126 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd1270: calc((127 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd1270: calc((127 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd1270: calc((127 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd1280: calc((128 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd1280: calc((128 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd1280: calc((128 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd1290: calc((129 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd1290: calc((129 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd1290: calc((129 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd1300: calc((130 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd1300: calc((130 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd1300: calc((130 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd1310: calc((131 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd1310: calc((131 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd1310: calc((131 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd1320: calc((132 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd1320: calc((132 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd1320: calc((132 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd1330: calc((133 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd1330: calc((133 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd1330: calc((133 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd1340: calc((134 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd1340: calc((134 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd1340: calc((134 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd1350: calc((135 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd1350: calc((135 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd1350: calc((135 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd1360: calc((136 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd1360: calc((136 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd1360: calc((136 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd1370: calc((137 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd1370: calc((137 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd1370: calc((137 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd1380: calc((138 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd1380: calc((138 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd1380: calc((138 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd1390: calc((139 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd1390: calc((139 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd1390: calc((139 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd1400: calc((140 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd1400: calc((140 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd1400: calc((140 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd1410: calc((141 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd1410: calc((141 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd1410: calc((141 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd1420: calc((142 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd1420: calc((142 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd1420: calc((142 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd1430: calc((143 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd1430: calc((143 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd1430: calc((143 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd1440: calc((144 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd1440: calc((144 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd1440: calc((144 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd1450: calc((145 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd1450: calc((145 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd1450: calc((145 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd1460: calc((146 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd1460: calc((146 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd1460: calc((146 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd1470: calc((147 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd1470: calc((147 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd1470: calc((147 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd1480: calc((148 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd1480: calc((148 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd1480: calc((148 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd1490: calc((149 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd1490: calc((149 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd1490: calc((149 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd1500: calc((150 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd1500: calc((150 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd1500: calc((150 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd1510: calc((151 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd1510: calc((151 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd1510: calc((151 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd1520: calc((152 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd1520: calc((152 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd1520: calc((152 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd1530: calc((153 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd1530: calc((153 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd1530: calc((153 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd1540: calc((154 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd1540: calc((154 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd1540: calc((154 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd1550: calc((155 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd1550: calc((155 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd1550: calc((155 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd1560: calc((156 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd1560: calc((156 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd1560: calc((156 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd1570: calc((157 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd1570: calc((157 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd1570: calc((157 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd1580: calc((158 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd1580: calc((158 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd1580: calc((158 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd1590: calc((159 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd1590: calc((159 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd1590: calc((159 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd1600: calc((160 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd1600: calc((160 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd1600: calc((160 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd1610: calc((161 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd1610: calc((161 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd1610: calc((161 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd1620: calc((162 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd1620: calc((162 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd1620: calc((162 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd1630: calc((163 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd1630: calc((163 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd1630: calc((163 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd1640: calc((164 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd1640: calc((164 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd1640: calc((164 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd1650: calc((165 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd1650: calc((165 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd1650: calc((165 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd1660: calc((166 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd1660: calc((166 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd1660: calc((166 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd1670: calc((167 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd1670: calc((167 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd1670: calc((167 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd1680: calc((168 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd1680: calc((168 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd1680: calc((168 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd1690: calc((169 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd1690: calc((169 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd1690: calc((169 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd1700: calc((170 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd1700: calc((170 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd1700: calc((170 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd1710: calc((171 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd1710: calc((171 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd1710: calc((171 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd1720: calc((172 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd1720: calc((172 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd1720: calc((172 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd1730: calc((173 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd1730: calc((173 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd1730: calc((173 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd1740: calc((174 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd1740: calc((174 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd1740: calc((174 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd1750: calc((175 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd1750: calc((175 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd1750: calc((175 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd1760: calc((176 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd1760: calc((176 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd1760: calc((176 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd1770: calc((177 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd1770: calc((177 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd1770: calc((177 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd1780: calc((178 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd1780: calc((178 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd1780: calc((178 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd1790: calc((179 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd1790: calc((179 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd1790: calc((179 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd1800: calc((180 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd1800: calc((180 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd1800: calc((180 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd1810: calc((181 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd1810: calc((181 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd1810: calc((181 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd1820: calc((182 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd1820: calc((182 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd1820: calc((182 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd1830: calc((183 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd1830: calc((183 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd1830: calc((183 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd1840: calc((184 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd1840: calc((184 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd1840: calc((184 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd1850: calc((185 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd1850: calc((185 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd1850: calc((185 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd1860: calc((186 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd1860: calc((186 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd1860: calc((186 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd1870: calc((187 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd1870: calc((187 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd1870: calc((187 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd1880: calc((188 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd1880: calc((188 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd1880: calc((188 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd1890: calc((189 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd1890: calc((189 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd1890: calc((189 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd1900: calc((190 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd1900: calc((190 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd1900: calc((190 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd1910: calc((191 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd1910: calc((191 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd1910: calc((191 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd1920: calc((192 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd1920: calc((192 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd1920: calc((192 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd1930: calc((193 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd1930: calc((193 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd1930: calc((193 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd1940: calc((194 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd1940: calc((194 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd1940: calc((194 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd1950: calc((195 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd1950: calc((195 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd1950: calc((195 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd1960: calc((196 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd1960: calc((196 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd1960: calc((196 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd1970: calc((197 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd1970: calc((197 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd1970: calc((197 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd1980: calc((198 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd1980: calc((198 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd1980: calc((198 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd1990: calc((199 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd1990: calc((199 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd1990: calc((199 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd2000: calc((200 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd2000: calc((200 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd2000: calc((200 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd2010: calc((201 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd2010: calc((201 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd2010: calc((201 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd2020: calc((202 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd2020: calc((202 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd2020: calc((202 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd2030: calc((203 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd2030: calc((203 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd2030: calc((203 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd2040: calc((204 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd2040: calc((204 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd2040: calc((204 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd2050: calc((205 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd2050: calc((205 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd2050: calc((205 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd2060: calc((206 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd2060: calc((206 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd2060: calc((206 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd2070: calc((207 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd2070: calc((207 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd2070: calc((207 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd2080: calc((208 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd2080: calc((208 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd2080: calc((208 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd2090: calc((209 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd2090: calc((209 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd2090: calc((209 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd2100: calc((210 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd2100: calc((210 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd2100: calc((210 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd2110: calc((211 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd2110: calc((211 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd2110: calc((211 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd2120: calc((212 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd2120: calc((212 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd2120: calc((212 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd2130: calc((213 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd2130: calc((213 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd2130: calc((213 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd2140: calc((214 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd2140: calc((214 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd2140: calc((214 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd2150: calc((215 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd2150: calc((215 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd2150: calc((215 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd2160: calc((216 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd2160: calc((216 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd2160: calc((216 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd2170: calc((217 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd2170: calc((217 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd2170: calc((217 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd2180: calc((218 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd2180: calc((218 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd2180: calc((218 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd2190: calc((219 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd2190: calc((219 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd2190: calc((219 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd2200: calc((220 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd2200: calc((220 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd2200: calc((220 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd2210: calc((221 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd2210: calc((221 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd2210: calc((221 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd2220: calc((222 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd2220: calc((222 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd2220: calc((222 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd2230: calc((223 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd2230: calc((223 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd2230: calc((223 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd2240: calc((224 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd2240: calc((224 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd2240: calc((224 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd2250: calc((225 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd2250: calc((225 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd2250: calc((225 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd2260: calc((226 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd2260: calc((226 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd2260: calc((226 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd2270: calc((227 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd2270: calc((227 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd2270: calc((227 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd2280: calc((228 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd2280: calc((228 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd2280: calc((228 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd2290: calc((229 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd2290: calc((229 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd2290: calc((229 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd2300: calc((230 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd2300: calc((230 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd2300: calc((230 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd2310: calc((231 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd2310: calc((231 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd2310: calc((231 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd2320: calc((232 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd2320: calc((232 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd2320: calc((232 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd2330: calc((233 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd2330: calc((233 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd2330: calc((233 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd2340: calc((234 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd2340: calc((234 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd2340: calc((234 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd2350: calc((235 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd2350: calc((235 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd2350: calc((235 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd2360: calc((236 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd2360: calc((236 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd2360: calc((236 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd2370: calc((237 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd2370: calc((237 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd2370: calc((237 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd2380: calc((238 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd2380: calc((238 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd2380: calc((238 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd2390: calc((239 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd2390: calc((239 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd2390: calc((239 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd2400: calc((240 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd2400: calc((240 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd2400: calc((240 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd2410: calc((241 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd2410: calc((241 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd2410: calc((241 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd2420: calc((242 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd2420: calc((242 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd2420: calc((242 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd2430: calc((243 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd2430: calc((243 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd2430: calc((243 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd2440: calc((244 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd2440: calc((244 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd2440: calc((244 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd2450: calc((245 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd2450: calc((245 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd2450: calc((245 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd2460: calc((246 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd2460: calc((246 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd2460: calc((246 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd2470: calc((247 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd2470: calc((247 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd2470: calc((247 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd2480: calc((248 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd2480: calc((248 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd2480: calc((248 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd2490: calc((249 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd2490: calc((249 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd2490: calc((249 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd2500: calc((250 * 10) / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) {
  :root {
    --pd2500: calc((250 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd2500: calc((250 * 10) / 767 * 100vw);
  }
}

html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  font-size: 62.5%;
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 54.69%;
  }
}

body {
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
  color: #332c25;
  background: #f9f7f4;
  letter-spacing: 0.04rem;
  line-height: 1.75;
  font-weight: 500;
}
@media only screen and (min-width: 1240px) {
  body {
    letter-spacing: 0.08em;
  }
}

a {
  color: #332c25;
}
a.long {
  word-wrap: break-word;
}

a:hover {
  -webkit-transition: color .3s;
  transition: color .3s;
  cursor: pointer;
}
a:hover img {
  opacity: .7;
}

*:focus {
  outline: none;
}

.clearfix {
  overflow: hidden;
}
.clearfix:after {
  clear: both;
  content: "";
  display: block;
}
.clearfix:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .clearfix img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

img,
svg {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
  -webkit-transition: all .3s;
  transition: all .3s;
}

a[href^="tel:"] {
  color: #b5933c;
  text-decoration: none;
}

@media only screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
    color: #332c25;
  }
}
input,
textarea,
select,
button {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0.35em 0.75em;
  width: auto;
}

input[type="submit"],
button {
  background: #b5933c;
  border-color: #b5933c;
  color: #fff;
}
input[type="submit"]:hover,
button:hover {
  opacity: .8;
}

.alignleft,
.alignright,
.aligncenter {
  margin-bottom: 24px;
}

.aligncenter {
  display: block;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

@media only screen and (min-width: 768px) {
  .alignleft,
  .alignright {
    max-width: 34%;
  }

  .alignleft {
    float: left;
    margin-right: 30px;
  }

  .alignright {
    float: right;
    margin-left: 30px;
  }

  .alignleft,
  .alignright {
    max-width: 34%;
  }
  .alignleft .w-per10,
  .alignright .w-per10 {
    max-width: 10%;
  }
  .alignleft .w-per12,
  .alignright .w-per12 {
    max-width: 12%;
  }
  .alignleft .w-per14,
  .alignright .w-per14 {
    max-width: 14%;
  }
  .alignleft .w-per16,
  .alignright .w-per16 {
    max-width: 16%;
  }
  .alignleft .w-per18,
  .alignright .w-per18 {
    max-width: 18%;
  }
  .alignleft .w-per20,
  .alignright .w-per20 {
    max-width: 20%;
  }
  .alignleft .w-per22,
  .alignright .w-per22 {
    max-width: 22%;
  }
  .alignleft .w-per24,
  .alignright .w-per24 {
    max-width: 24%;
  }
  .alignleft .w-per26,
  .alignright .w-per26 {
    max-width: 26%;
  }
  .alignleft .w-per28,
  .alignright .w-per28 {
    max-width: 28%;
  }
  .alignleft .w-per30,
  .alignright .w-per30 {
    max-width: 30%;
  }
  .alignleft .w-per32,
  .alignright .w-per32 {
    max-width: 32%;
  }
}
@media only screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }

  .spbasic {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }

  br.sp,
  span.sp {
    display: inline !important;
  }

  span.br {
    display: inline-block !important;
  }

  span.spdb {
    display: inline-block;
  }
}
@media only screen and (min-width: 421px) {
  .spmin {
    display: none !important;
  }
}
@media only screen and (max-width: 420px) {
  .spbasic {
    display: none !important;
  }
}
.container,
.gutters {
  max-width: calc(100vw - 40px);
  max-width: calc((var(--vw) * 100) - 40px);
  margin-left: auto;
  margin-right: auto;
  width: 1200px;
}

.home .mce-content-body {
  max-width: 100%;
  width: 100%;
}

.wrap {
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .wrap {
    border-top: 1px solid #d9d6d1;
  }
}

@media only screen and (min-width: 768px) {
  body.archive .contents, body.single .contents {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    padding-bottom: 90px;
    width: calc(100vw - 40px);
    width: calc((var(--vw) * 100) - 40px);
  }
}
@media only screen and (max-width: 767px) {
  body.archive .contents, body.single .contents {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) {
  body.contents-column-two .contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body.contents-column-two .contents #main {
    width: 72%;
  }
  body.contents-column-two .contents #aside {
    width: 23.5%;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.row:not(:last-child) {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .row {
    row-gap: 30px;
  }
  .row.sp-align-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .row.sp-justify-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .row > *, .row .col {
    width: 100%;
  }
  .row.sp_col2 {
    gap: 10px 10px;
  }
  .row.sp_col2 > *, .row.sp_col2 .col {
    width: calc((100% - 10px) / 2);
  }
  .row.sp_col3 {
    gap: 10px 10px;
  }
  .row.sp_col3 > *, .row.sp_col3 .col {
    width: calc((100% - 20px) / 3);
  }
}
@media only screen and (min-width: 768px) {
  .row {
    gap: 20px 2%;
  }
  .row.align-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .row.justify-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .row.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .row.auto > *, .row.auto .col {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
  }
  .row.col2 > *, .row.col2 .col {
    width: 49%;
  }
  .row.col3 > *, .row.col3 .col {
    width: 32%;
  }
  .row.col4 > *, .row.col4 .col {
    width: calc(94% / 4);
  }
  .row.col5 > *, .row.col5 .col {
    width: calc(92% / 5);
  }
  .row .col_2 {
    width: 49%;
  }
  .row .col_3 {
    width: 32%;
  }
  .row .col_4 {
    width: calc(94% / 4);
  }
  .row .col_2 > .box_border, .row .col_2 > .box_bg, .row .col_3 > .box_border, .row .col_3 > .box_bg, .row .col_4 > .box_border, .row .col_4 > .box_bg {
    height: 100%;
    padding: 20px;
  }
  .row__img_txt .col__img {
    width: 32%;
  }
  .row__img_txt .col__text {
    width: 66%;
  }
}

.box_border .row:last-child,
.box_bg .row:last-child {
  margin-bottom: 0;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

@media only screen and (max-width: 767px) {
  .sp-text-right {
    text-align: right !important;
  }

  .sp-text-center {
    text-align: center !important;
  }

  .sp-text-left {
    text-align: left !important;
  }
}
@media print, screen and (max-width: 1239px) {
  .pc_br {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .pc-text-right {
    text-align: right !important;
  }

  .pc-text-center {
    text-align: center !important;
  }

  .pc-text-left {
    text-align: left !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  .tb_dbl {
    display: inline-block;
  }
}
@media only screen and (max-width: 767px) {
  .sp_span {
    display: inline !important;
  }

  .sp_dbl {
    display: inline-block;
  }
}
.bold {
  font-weight: bold;
}

.text-red {
  color: #ff0000;
}

.txt-large {
  font-size: clamp(18px, 2.4vw, 24px);
}

.mt-1 {
  margin-top: 1em !important;
}

.mb-1 {
  margin-bottom: 1em !important;
}

.mt-2 {
  margin-top: 2em !important;
}

.mb-2 {
  margin-bottom: 2em !important;
}

.mt-3 {
  margin-top: 3em !important;
}

.mb-3 {
  margin-bottom: 3em !important;
}

.mt-4 {
  margin-top: 4em !important;
}

.mb-4 {
  margin-bottom: 4em !important;
}

.mt-5 {
  margin-top: 5em !important;
}

.mb-5 {
  margin-bottom: 5em !important;
}

.mt-6 {
  margin-top: 6em !important;
}

.mb-6 {
  margin-bottom: 6em !important;
}

.mt-7 {
  margin-top: 7em !important;
}

.mb-7 {
  margin-bottom: 7em !important;
}

.mt-8 {
  margin-top: 8em !important;
}

.mb-8 {
  margin-bottom: 8em !important;
}

.mt-9 {
  margin-top: 9em !important;
}

.mb-9 {
  margin-bottom: 9em !important;
}

.mt-10 {
  margin-top: 10em !important;
}

.mb-10 {
  margin-bottom: 10em !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.dbl {
  display: inline-block;
}

.color1 {
  color: #b5933c;
}

.color2 {
  color: #332c24;
}

.header {
  background: #f9f7f4;
  width: 100%;
}
.header .header_logo {
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .header .header_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header .header_logo {
    margin-right: 40px;
  }
  .header .header_info {
    margin-left: auto;
  }
  .header .row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .header .row .header_list:not(:first-child) {
    margin-left: 20px;
  }
  .header .row .header_list > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
  }
  .header .row .header_list > ul > li:not(:first-child) {
    margin-top: 10px;
  }
}

@media only screen and (min-width: 768px) {
  .pc_horizon {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 10;
  }
  .pc_horizon .global_nav,
  .pc_horizon .header_menu {
    width: auto;
  }
  .pc_horizon .global_nav {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    margin-left: auto;
    position: initial;
  }
  .pc_horizon .global_nav .menu-item > .sub-menu_wrap {
    top: 68%;
  }
  .pc_horizon .header_menu.container {
    width: auto;
  }
  .pc_horizon .header_menu > li {
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .sp_horizon {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 10;
  }
  .sp_horizon .header_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sp_horizon .header_logo {
    margin-left: 0;
  }
  .sp_horizon .sp_nav {
    position: inherit;
    width: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1300px) {
  .header_hover_item_wrap {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
  }

  .header_hover_item {
    margin-right: -220px;
    z-index: 3;
    -webkit-transition: margin-right 0.5s;
    transition: margin-right 0.5s;
  }
  .header_hover_item.active {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .header .header_logo {
    margin: 0 calc(20 / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) {
  .header {
    background: transparent;
    position: absolute;
  }
  .header .header_logo {
    margin: calc(30 / 1920 * 100vw) 0 0 calc(30 / 1920 * 100vw);
    max-width: clamp(280px, 36.4vw, 711px);
  }
  .header .header_info_wrap {
    margin-right: calc(30 / 1920 * 100vw);
    max-width: 45%;
  }
  .header .header_info_wrap ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: var(--pd20);
            column-gap: var(--pd20);
  }
  .header .header_info_wrap ul li {
    color: white;
    font-size: clamp(15px, 9.000px + 0.781vw, 24px);
  }
  .header .header_info_wrap ul li span {
    position: relative;
    padding-left: clamp(35px, 21.000px + 1.823vw, 56px);
  }
  .header .header_info_wrap ul li span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: clamp(30px, 19.333px + 1.389vw, 46px);
    height: clamp(30px, 19.333px + 1.389vw, 46px);
  }
  .header .header_info_wrap ul li.ic1 span:before {
    background: url("../img/common/pc_hdr_ic1.png") no-repeat center/contain;
  }
  .header .header_info_wrap ul li.ic2 span:before {
    background: url("../img/common/pc_hdr_ic2.png") no-repeat center/contain;
  }
}

@media only screen and (max-width: 767px) {
  .header_info_wrap .header_info ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: var(--pd20);
            column-gap: var(--pd20);
    margin: var(--pd20) var(--pd10);
  }
  .header_info_wrap .header_info ul li {
    background: #e2ddd1;
    font-size: calc(24 / 767 * 100vw);
    width: calc((100% - var(--pd20)) / 2);
    text-align: center;
    padding: var(--pd20) var(--pd10);
  }
  .header_info_wrap .header_info ul li span {
    display: table;
    margin: 0 auto;
    position: relative;
    padding-left: clamp(24px, 18.260px + 1.531vw, 30px);
  }
  .header_info_wrap .header_info ul li span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: clamp(16px, 10.260px + 1.531vw, 22px);
    height: clamp(20px, 14.260px + 1.531vw, 26px);
  }
  .header_info_wrap .header_info ul li.ic1 span:before {
    background: url("../img/common/hdr_ic1.png") no-repeat center/contain;
  }
  .header_info_wrap .header_info ul li.ic2 span:before {
    background: url("../img/common/hdr_ic2.png") no-repeat center/contain;
  }
  .header_info {
    padding: 10px;
  }
}
.sp_nav {
  background: #f9f7f4;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .sp_nav {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .sp_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sp_nav > li {
    text-align: center;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .sp_nav > li:not(:last-child) {
    border-right: 1px solid #ddd;
  }
}

.menu_bk {
  background: rgba(0, 0, 0, 0.5);
  display: none;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .menu_bk {
    display: none !important;
  }
}

.global_nav {
  background: #fff;
  overscroll-behavior: contain;
}
.global_nav a {
  display: block;
  line-height: 1.5;
  position: relative;
  text-decoration: none;
  font-weight: 500;
}
.global_nav .menu {
  z-index: 2;
}
.global_nav .menu-item {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .global_nav .menu-item > .sub-menu,
  .global_nav .menu-item > .sub-menu_wrap {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
  }
}
@media only screen and (max-width: 767px) {
  .global_nav .menu-item > .sub-menu,
  .global_nav .menu-item > .sub-menu_wrap {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .global_nav {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2;
  }
  .global_nav .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .global_nav .menu-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .global_nav .menu-item > a {
    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;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    color: #332c25;
    height: 78px;
    padding-left: 0.05em;
    padding-right: 0.05em;
    text-align: center;
    -webkit-transition: background .3s , color .3s;
    transition: background .3s , color .3s;
    position: relative;
    letter-spacing: normal;
  }
  .global_nav .menu-item > a:after {
    content: "";
    position: absolute;
    right: 0;
    width: 1px;
    height: 36px;
    border-right: 1px dotted #332c25;
  }
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  .global_nav .menu-item > a {
    font-size: 1.6vw;
  }
}
@media only screen and (min-width: 768px) {
  .global_nav .menu-item:hover > a {
    color: #b5933c;
  }
  .global_nav .menu-item:first-child > a:before {
    content: "";
    position: absolute;
    left: 0;
    width: 1px;
    height: 36px;
    border-right: 1px dotted #332c25;
  }
  .global_nav .menu-item.menu-item-has-children > a {
    position: relative;
  }
  .global_nav .menu-item.menu-item-has-children > a::after {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    top: auto;
    bottom: 5px;
    right: 0;
    left: 0;
    margin: auto;
    border-bottom: solid 2px #b5933c;
    border-right: solid 2px #b5933c;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .global_nav .menu-item.menu-item-has-children:hover > a:after {
    border-bottom: solid 2px #fff;
    border-right: solid 2px #fff;
  }
  .global_nav .menu-item.wide {
    position: static;
  }
  .global_nav .menu-item > .sub-menu,
  .global_nav .menu-item > .sub-menu_wrap {
    background: #b5933c;
    color: #fff;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 1;
  }
  .global_nav .menu-item > .sub-menu a,
  .global_nav .menu-item > .sub-menu_wrap a {
    -webkit-transition: .2s;
    transition: .2s;
    color: #fff;
  }
  .global_nav .menu-item > .sub-menu a:hover,
  .global_nav .menu-item > .sub-menu_wrap a:hover {
    -webkit-transition: .2s;
    transition: .2s;
    color: #b5933c;
    background: #fff;
  }
  .global_nav .menu-item > .sub-menu_wrap {
    left: 0;
    right: 0;
    width: 100vw;
    width: calc(var(--vw) * 100);
    overscroll-behavior-y: contain;
    overflow-y: auto;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  .global_nav .menu-item.active > .sub-menu,
  .global_nav .menu-item.active > .sub-menu_wrap {
    z-index: 2;
  }
  .global_nav .menu-item.active > .sub-menu {
    -webkit-transform: translateX(-50%) scaleY(1);
            transform: translateX(-50%) scaleY(1);
  }
  .global_nav .menu-item.active > .sub-menu_wrap {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  .global_nav .menu-item:last-child > .sub-menu, .global_nav .menu-item.has_submenu_right > .sub-menu {
    left: auto;
    right: 0;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  .global_nav .menu-item:last-child.active > .sub-menu, .global_nav .menu-item.has_submenu_right.active > .sub-menu {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  .global_nav .menu-item > .sub-menu {
    -webkit-transform: translateX(-50%) scaleY(0);
            transform: translateX(-50%) scaleY(0);
    left: 50%;
    min-width: 200px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .global_nav .menu-item > .sub-menu > li:not(:last-child) {
    border-bottom: 1px solid #ddd;
  }
  .global_nav .menu-item > .sub-menu a {
    display: block;
    padding: 0.75em 1em;
  }
  .global_nav .menu-item > .sub-menu_wrap .container {
    padding-top: calc(30 / 1920 * 100vw);
    padding-bottom: calc(30 / 1920 * 100vw);
  }
  .global_nav .menu-item > .sub-menu_wrap .sub-menu a {
    margin-bottom: 6px;
    margin-top: 6px;
    position: relative;
    padding-left: 15px;
  }
  .global_nav .menu-item > .sub-menu_wrap .sub-menu a:after {
    content: '';
    display: block;
    position: absolute;
    margin: auto;
    width: 6px;
    height: 6px;
    top: 0.3em;
    bottom: auto;
    right: auto;
    left: 0;
    margin: auto;
    border: 6px solid transparent;
    border-left: solid 6px #fff;
    border-right: 0;
  }
  .global_nav .menu-item > .sub-menu_wrap .nav_title {
    border-bottom: 1px solid #fff;
    margin-bottom: 10px;
  }
  .global_nav .menu-item > .sub-menu_wrap .nav_title a {
    color: #fff;
    pointer-events: none;
    font-weight: bold;
    margin-top: 0;
    padding: 0;
  }
  .global_nav .menu-item > .sub-menu_wrap .nav_title a:after {
    display: none;
  }
  .global_nav .menu-item > .sub-menu_wrap a:hover {
    text-decoration: underline;
    color: #fff;
    background: none;
  }
  .global_nav .sp_toggle_close {
    display: none !important;
  }
}
.global_nav .sp_toggle_close {
  display: none;
}
@media only screen and (max-width: 767px) {
  .global_nav {
    display: none;
    height: 100%;
    left: 0;
    padding-top: 70px;
    padding-bottom: 60px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
    overflow-y: auto;
    scrollbar-width: none;
  }
  .global_nav .row .col_2:not(:first-of-type), .global_nav .row .col_3:not(:first-of-type), .global_nav .row .col_4:not(:first-of-type), .global_nav .row .col_5:not(:first-of-type) {
    margin-top: 0 !important;
  }
  .global_nav .row .col_2:not(:first-of-type) li:first-child a, .global_nav .row .col_3:not(:first-of-type) li:first-child a, .global_nav .row .col_4:not(:first-of-type) li:first-child a, .global_nav .row .col_5:not(:first-of-type) li:first-child a {
    border-top: 1px solid #ddd;
  }
  .global_nav::-webkit-scrollbar {
    display: none;
  }
  .global_nav .container {
    width: 100%;
    max-width: none;
  }
  .global_nav .container.row {
    row-gap: 0;
  }
  .global_nav .menu {
    border-top: 1px solid #ddd;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .global_nav .menu-item {
    border-bottom: 1px solid #ddd;
  }
  .global_nav .menu-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 3.6em;
    padding-left: 1em;
    padding-right: 2.6em;
    -webkit-transition: .2s;
    transition: .2s;
    color: #332c25;
    background: #fff;
    position: relative;
  }
  .global_nav .menu-item a:after {
    content: '';
    position: absolute;
    display: block;
    margin: auto;
    left: auto;
    right: 15px;
    top: 0;
    bottom: 0;
    width: 12px;
    height: 12px;
    border-top: 2px solid #ddd;
    border-right: 2px solid #ddd;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .global_nav .menu-item a:hover {
    color: #fff;
    -webkit-transition: .2s;
    transition: .2s;
    background: #b5933c;
  }
  .global_nav .menu-item a .sub-t {
    display: none;
  }
  .global_nav .menu-item.menu-item-has-children > a:after {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .global_nav .sub-menu {
    font-size: 15px;
  }
  .global_nav .sub-menu a {
    height: auto;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 2em;
    padding-right: 2.6em;
    background: #f2f8fd;
    border-bottom: 1px solid #ddd;
  }
  .global_nav .sub-menu a:hover {
    background: #b5933c;
  }
  .global_nav .sub-menu li:last-child a {
    border: none;
  }
  .global_nav .nav_title {
    font-weight: bold;
  }
  .global_nav .nav_title a {
    background: #332c24;
    color: #fff;
    pointer-events: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .global_nav .nav_title a:after {
    display: none !important;
  }
  .global_nav .sp_toggle_close_top {
    position: fixed;
    top: 18px;
    right: 10px;
  }
  .global_nav .sp_toggle_close_top .icon {
    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;
    background: #b5933c;
    border-radius: 50%;
    height: 36px;
    width: 36px;
  }
  .global_nav .sp_toggle_close_top .icon svg {
    fill: #fff;
    width: 20px;
    height: 20px;
  }
  .global_nav .sp_toggle_close_bottom {
    background: #b5933c;
    color: #fff;
    display: table;
    font-size: 15px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    letter-spacing: 0.075em;
    line-height: 1.5;
    padding: 0.25em 1em;
  }
  .global_nav .sp_toggle_close_bottom .icon {
    display: inline-block;
    line-height: 1;
    margin-left: 0.5em;
    vertical-align: middle;
    margin-top: -3px;
  }
  .global_nav .sp_toggle_close_bottom svg {
    fill: #fff;
    width: 18px;
    height: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .global_nav #menu-header_menu .custom_nav > a {
    display: none !important;
  }
  .global_nav #menu-header_menu .custom_nav .sub-menu_wrap {
    display: block !important;
  }
  .global_nav #menu-header_menu .custom_nav .nav_title {
    text-align: center;
    color: #fff;
    width: 100%;
    padding: 15px 10px;
    font-size: 18px;
    margin-bottom: 4%;
  }
  .global_nav #menu-header_menu .custom_nav .sp_nav_box {
    padding: 20px;
  }
  .global_nav #menu-header_menu .custom_nav .row .col_2 a {
    text-align: center !important;
    background: #fff;
  }
  .global_nav #menu-header_menu .custom_nav .row .col_2 a:hover:after {
    border-color: #fff !important;
  }
  .global_nav #menu-header_menu .custom_nav .row .col_2:nth-child(n + 3) {
    margin-top: 2% !important;
  }
  .global_nav #menu-header_menu .custom_nav .sp_nav_color01 {
    background: #deebf7;
  }
  .global_nav #menu-header_menu .custom_nav .sp_nav_color01 .nav_title {
    background: #b5933c;
  }
  .global_nav #menu-header_menu .custom_nav .sp_nav_color01 .row .col_2 a {
    border: 1px solid #b5933c;
  }
  .global_nav #menu-header_menu .custom_nav .sp_nav_color01 .row .col_2 a:after {
    border-color: #b5933c;
  }
  .global_nav #menu-header_menu .custom_nav .sp_nav_color01 .row .col_2 a:hover {
    background: #b5933c;
  }
  .global_nav #menu-header_menu .custom_nav .sp_nav_color02 {
    background: #e2f0d9;
  }
  .global_nav #menu-header_menu .custom_nav .sp_nav_color02 .nav_title {
    background: #332c24;
  }
  .global_nav #menu-header_menu .custom_nav .sp_nav_color02 .row .col_2 a {
    border: 1px solid #332c24;
  }
  .global_nav #menu-header_menu .custom_nav .sp_nav_color02 .row .col_2 a:after {
    border-color: #332c24;
  }
  .global_nav #menu-header_menu .custom_nav .sp_nav_color02 .row .col_2 a:hover {
    background: #332c24;
  }
  .global_nav #menu-header_menu .custom_nav .sp_nav_color03 {
    background: #fff2cc;
  }
  .global_nav #menu-header_menu .custom_nav .sp_nav_color03 .nav_title {
    background: #ff6600;
  }
  .global_nav #menu-header_menu .custom_nav .sp_nav_color03 .row .col_2 a {
    border: 1px solid #ff6600;
  }
  .global_nav #menu-header_menu .custom_nav .sp_nav_color03 .row .col_2 a:after {
    border-color: #ff6600;
  }
  .global_nav #menu-header_menu .custom_nav .sp_nav_color03 .row .col_2 a:hover {
    background: #ff6600;
  }
}
@media only screen and (max-width: 767px) and (max-width: 600px) {
  .global_nav #menu-header_menu .custom_nav .row .col_2 a {
    font-size: 2.5vw;
    padding: 10px 25px 10px 10px;
    height: 60px;
    text-align: 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;
  }
}

:root {
  --scrollbar: 0;
}

.mainimage {
  position: relative;
}
.mainimage img {
  width: 100%;
}
.mainimage .slider {
  opacity: 0;
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear;
}
.mainimage .slider:not(.slick-initialized) > * {
  float: left;
}
.mainimage .slick-initialized {
  opacity: 1;
}
.mainimage .slick-dotted.slick-slider {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .mainimage {
    height: 898px;
    height: calc( 100vw * 898 / 2000 + 0px );
  }
  .onload .mainimage {
    height: calc( ( 100vw - var(--scrollbar) ) * 898 / 2000 + 0px );
  }
}
@media only screen and (max-width: 767px) {
  .mainimage {
    height: calc( 100vw * 1117 / 770 + 0px );
    margin-bottom: calc(380 / 767 * 100vw);
  }
  .onload .mainimage {
    height: calc( ( 100vw - var(--scrollbar) ) * 1117 / 770 + 0px );
  }
}
.mainimage .slider_copy {
  position: absolute;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: 500;
}
.mainimage .slider_copy .txt_circle {
  background: rgba(181, 147, 60, 0.36);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  color: white;
}
.mainimage .slider_copy .txt_circle:before, .mainimage .slider_copy .txt_circle:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 50%;
}
.mainimage .slider_copy .txt_circle:before {
  width: 90%;
  height: 90%;
  background: rgba(181, 147, 60, 0.36);
}
.mainimage .slider_copy .txt_circle:after {
  width: 80%;
  height: 80%;
  background: rgba(181, 147, 60, 0.62);
}
.mainimage .slider_copy .txt_circle p {
  line-height: calc(37 / 24);
  position: relative;
  z-index: 1;
  letter-spacing: 0.08em;
}
.mainimage .slider_copy .txt_top {
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.4), 0 0 1px rgba(0, 0, 0, 0.4), 0 0 1px rgba(0, 0, 0, 0.4), 0 0 1px rgba(0, 0, 0, 0.4), 0 0 16px rgba(0, 0, 0, 0.4), 0 0 10px rgba(0, 0, 0, 0.4), 0 0 10px rgba(0, 0, 0, 0.4);
  color: white;
}
.mainimage .slider_copy .txt_top .small {
  display: table;
  border-bottom: 1px solid;
  padding-bottom: 1rem;
}
.mainimage .slider_copy .txt_bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.mainimage .slider_copy .txt_bottom ul li {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: var(--pd10);
          column-gap: var(--pd10);
  line-height: calc(31 / 21);
  -webkit-box-shadow: 0 0 7px 3px rgba(51, 44, 37, 0.1);
          box-shadow: 0 0 7px 3px rgba(51, 44, 37, 0.1);
}
.mainimage .slider_copy .txt_bottom ul li .ic {
  width: 45px;
  height: 45px;
}
.mainimage .slider_copy .txt_bottom ul li .ic__1 {
  background: url("../img/common/copy_ic1.png") no-repeat center/contain;
}
.mainimage .slider_copy .txt_bottom ul li .ic__2 {
  background: url("../img/common/copy_ic2.png") no-repeat center/contain;
}
.mainimage .slider_copy .txt_bottom ul li .ic__3 {
  background: url("../img/common/copy_ic3.png") no-repeat center/contain;
}
.mainimage .slider_copy .txt_bottom ul li .ic__4 {
  background: url("../img/common/copy_ic4.png") no-repeat center/contain;
}
.mainimage .slider_copy .txt_bottom ul li .point_txt {
  width: calc((100% - var(--pd10)) + 45px);
}
@media only screen and (max-width: 767px) {
  .mainimage .slider_copy {
    max-width: calc((100% - var(--pd40)));
    top: var(--pd30);
    left: 0;
    right: 0;
    margin: auto;
  }
  .mainimage .slider_copy .fs61 {
    font-size: calc(61 / 767 * 100vw);
  }
  .mainimage .slider_copy .fs31 {
    font-size: calc(31 / 767 * 100vw);
  }
  .mainimage .slider_copy .txt_circle {
    width: calc(238 / 767 * 100vw);
    height: calc(238 / 767 * 100vw);
    margin-left: auto;
    margin-bottom: calc(65 / 767 * 100vw);
  }
  .mainimage .slider_copy .txt_circle p {
    font-size: calc(22 / 767 * 100vw);
    line-height: calc(29 / 22);
  }
  .mainimage .slider_copy .txt_top {
    margin-bottom: calc(310 / 767 * 100vw);
    text-align: center;
  }
  .mainimage .slider_copy .txt_top .small {
    border: 0;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    text-decoration-thickness: 1px;
    text-underline-offset: var(--pd10);
    line-height: calc(53 / 31);
    padding-bottom: 0;
    margin: 0 auto var(--pd20);
    text-align: center;
  }
  .mainimage .slider_copy .txt_top .large {
    line-height: calc(84 / 61);
  }
  .mainimage .slider_copy .txt_bottom ul li {
    width: 100%;
    height: calc(120 / 767 * 100vw);
    padding: var(--pd20) var(--pd10) var(--pd20) var(--pd30);
  }
  .mainimage .slider_copy .txt_bottom ul li:not(:last-child) {
    margin-bottom: var(--pd10);
  }
  .mainimage .slider_copy .txt_bottom ul li .point {
    font-size: calc(31 / 767 * 100vw);
  }
  .mainimage .slider_copy .txt_bottom ul li .point_txt {
    font-size: calc(26 / 767 * 100vw);
    width: calc((100% - var(--pd30)) + 45px);
  }
}
@media only screen and (min-width: 768px) {
  .mainimage .slider_copy {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: clamp(40px, -86.667px + 16.493vw, 230px);
    width: 100%;
    max-width: 52%;
    letter-spacing: 0.08em;
  }
  .mainimage .slider_copy .fs21 {
    font-size: calc(21 / 1920 * 100vw);
  }
  .mainimage .slider_copy .fs24 {
    font-size: calc(24 / 1920 * 100vw);
  }
  .mainimage .slider_copy .fs27 {
    font-size: calc(27 / 1920 * 100vw);
  }
  .mainimage .slider_copy .fs31 {
    font-size: calc(31 / 1920 * 100vw);
  }
  .mainimage .slider_copy .fs61 {
    font-size: clamp(22px, -4.000px + 3.385vw, 61px);
  }
  .mainimage .slider_copy .txt_circle {
    width: calc(238 / 1920 * 100vw);
    height: calc(238 / 1920 * 100vw);
    -webkit-transform: translateY(calc(-15 / 1920 * 100vw));
            transform: translateY(calc(-15 / 1920 * 100vw));
    position: absolute;
    right: calc(100% + var(--pd10));
    top: calc(0px - var(--pd100));
  }
  .mainimage .slider_copy .txt_top {
    margin-bottom: var(--pd30);
    text-align: center;
    letter-spacing: 0.18em;
  }
  .mainimage .slider_copy .txt_top .small {
    margin: 0 auto var(--pd20);
  }
  .mainimage .slider_copy .txt_bottom ul {
    gap: calc(15 / 1920 * 100vw);
  }
  .mainimage .slider_copy .txt_bottom ul li {
    height: calc(90 / 1920 * 100vw);
    padding: var(--pd10) var(--pd10) var(--pd10) var(--pd20);
    width: calc((100% - calc(15 / 1920 * 100vw)) / 2);
    max-width: 480px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  .mainimage .slider_copy {
    left: 70%;
  }
  .mainimage .slider_copy .txt_circle {
    top: calc(0px - var(--pd60));
  }
}

.mainimage .slick-arrow {
  position: absolute;
  z-index: 1;
}
.mainimage .slick-arrow svg {
  fill: #fff;
  vertical-align: bottom;
  width: min( 25px , 4vw );
}
@media only screen and (max-width: 767px) {
  .mainimage .slick-arrow {
    width: 30px;
    height: 30px;
    top: auto;
    bottom: 0;
  }
  .mainimage .slick-arrow.slick-prev {
    left: 10px;
  }
  .mainimage .slick-arrow.slick-next {
    right: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .mainimage .slick-arrow.slick-prev {
    left: calc(100 / 1920 * 100vw);
  }
  .mainimage .slick-arrow.slick-next {
    right: calc(100 / 1920 * 100vw);
  }
}
.mainimage .slick-prev-original,
.mainimage .slick-next-original {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.mainimage .slick-prev-original {
  left: 10px;
}
.mainimage .slick-next-original {
  right: 10px;
}
.mainimage .slick-dots {
  bottom: 0;
}
.mainimage .slick-dots li button {
  background: white;
  border-radius: 50%;
  width: 10px;
  height: 10px;
}
.mainimage .slick-dots li button:before {
  content: none;
}
.mainimage .slick-dots li.slick-active button {
  background: #b5933c;
}

.side_bnr {
  position: fixed;
  right: 0;
  z-index: 9;
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
}
.side_bnr a:not([class]) img, .side_bnr a.swipebox img {
  -webkit-transition: all .3s;
  transition: all .3s;
}
.side_bnr a:not([class]):hover img, .side_bnr a.swipebox:hover img {
  opacity: 0.8;
}
@media only screen and (min-width: 768px) {
  .side_bnr {
    top: auto;
    bottom: 0;
    width: auto;
    right: 0;
    padding: calc(15 / 1920 * 100vw);
    background: #f9f7f4;
  }
  .side_bnr .side_bnr_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .side_bnr .side_bnr_block {
    -webkit-column-gap: 10px;
            column-gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .side_bnr {
    bottom: 0;
    width: 100%;
  }
  .side_bnr .side_bnr_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .side_bnr .side_bnr_block li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}

.totop {
  bottom: 10px;
  display: none;
  position: fixed;
  right: 10px;
  z-index: 9;
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
}
.totop:hover {
  cursor: pointer;
  opacity: .8;
}
.totop .totop_inner {
  background: #b5933c;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  color: #fff;
  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;
}
.totop .totop_inner svg {
  width: 15px;
  fill: #f9f7f4;
}
@media only screen and (min-width: 768px) {
  .totop {
    bottom: clamp(90px, 70.000px + 2.604vw, 120px);
  }
}
@media only screen and (max-width: 767px) {
  .totop {
    width: 50px;
    bottom: 17vw;
  }
  .totop .totop_inner {
    width: 50px;
    height: 50px;
  }
}

/*
 * btnstyleボタン雛形
 */
.btnstyle a {
  display: block;
  position: relative;
  letter-spacing: normal;
  border: 1px solid #b5933c;
  color: #fff !important;
  background: #b5933c;
  padding: 0.8em 1em;
  margin-bottom: 1px;
  text-decoration: none !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 280px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  border-radius: 5px;
}
.btnstyle a:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  right: 3%;
}
.btnstyle a:hover:after {
  right: 2%;
}
.btnstyle a:after {
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.btnstyle a:hover {
  background: transparent;
  border: 1px solid #b5933c;
  color: #b5933c !important;
}
.btnstyle a:hover:after {
  border-color: #b5933c;
}
.btnstyle.inverse a {
  background: #fff;
  color: #332c25 !important;
}
.btnstyle.inverse a:after {
  border-color: #332c25;
}
@media only screen and (min-width: 768px) {
  .btnstyle.btntel a:after {
    content: none;
  }
}
.btnstyle.small a {
  width: 190px;
}
.btnstyle.large a {
  width: 320px;
}
.btnstyle.block a {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.btnstyle.text-left a {
  margin-left: 0;
}
.btnstyle.text-right a {
  margin-right: 0;
}
@media (min-width: 768px) {
  .btnstyle.pc-text-left a {
    margin-left: 0;
  }
  .btnstyle.pc-text-right a {
    margin-right: 0;
  }
}

.section {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  margin-left: calc(50% - (var(--vw) * 50));
  margin-right: calc(50% - (var(--vw) * 50));
  padding-left: calc((var(--vw) * 50) - 50%);
  padding-right: calc((var(--vw) * 50) - 50%);
}

.section_wide {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - (var(--vw) * 50));
  margin-right: calc(50% - (var(--vw) * 50));
  padding-left: 20px;
  padding-right: 20px;
}

.section_overwide {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - (var(--vw) * 50));
  margin-right: calc(50% - (var(--vw) * 50));
  padding-left: 0;
  padding-right: 0;
}

.mce-content-body p, .mce-content-body ul, .mce-content-body ol, .mce-content-body dl, .mce-content-body table {
  margin-top: 0;
  margin-bottom: 2.4rem;
}
.mce-content-body p:last-child, .mce-content-body ul:last-child, .mce-content-body ol:last-child, .mce-content-body dl:last-child, .mce-content-body table:last-child {
  margin-bottom: 0;
}
.mce-content-body .box_bg p:last-child, .mce-content-body .box_bg ul:last-child, .mce-content-body .box_bg ol:last-child, .mce-content-body .box_bg dl:last-child, .mce-content-body .box_bg table:last-child, .mce-content-body .box_border p:last-child, .mce-content-body .box_border ul:last-child, .mce-content-body .box_border ol:last-child, .mce-content-body .box_border dl:last-child, .mce-content-body .box_border table:last-child, .mce-content-body .box_flow p:last-child, .mce-content-body .box_flow ul:last-child, .mce-content-body .box_flow ol:last-child, .mce-content-body .box_flow dl:last-child, .mce-content-body .box_flow table:last-child {
  margin-bottom: 0;
}
.mce-content-body img {
  border-radius: 0;
}
.mce-content-body a {
  color: #b5933c;
  text-decoration: underline;
}
.mce-content-body a:hover {
  color: #b5933c;
  text-decoration: none;
}
.mce-content-body a:hover img {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0.7;
}
@media only screen and (min-width: 768px) {
  .mce-content-body a[href^="tel:"] {
    color: inherit;
    pointer-events: none;
    text-decoration: none;
  }
}
.mce-content-body hr {
  border: none;
  height: 0;
  margin: 0 auto 0;
  display: block;
  border-bottom: 1px solid #ddd;
}
.mce-content-body strong {
  font-weight: bold;
}
.mce-content-body sup {
  font-size: 10.4px;
  vertical-align: super;
}
.mce-content-body sub {
  font-size: 10.4px;
  vertical-align: sub;
}
.mce-content-body blockquote {
  border: 1px solid #ccc;
  margin-top: 24px;
  padding: 28.8px;
  position: relative;
}
.mce-content-body blockquote::before, .mce-content-body blockquote::after {
  display: block;
  position: absolute;
  content: "format_quote";
  width: 32px;
  height: 32px;
  font-family: "Material Icons";
  font-size: 32px;
  white-space: nowrap;
  word-wrap: normal;
  color: #ccc;
}
.mce-content-body blockquote::before {
  top: 16px;
  left: 12px;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.mce-content-body blockquote::after {
  right: 12px;
  bottom: 16px;
}
.mce-content-body table {
  width: 100%;
}
.mce-content-body p.error404 {
  margin-bottom: 10rem;
  margin-top: 7.5rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .mce-content-body p.error404 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}

.main_post_body,
.post_aside {
  margin-top: 28px;
}

.main_post_body {
  margin-bottom: 48px;
}

.wp-embedded-content {
  display: block;
  max-width: 100%;
}

.breadcrumb {
  background: #fff;
  color: #998572;
  font-size: 14px;
  line-height: 1.4;
  padding-top: 20px;
  padding-bottom: 20px;
}
.breadcrumb .svg-icons {
  fill: #998572;
  width: 12px;
  height: 12px;
}
.breadcrumb ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.breadcrumb li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadcrumb a {
  color: #b5933c;
  text-decoration: none;
}
.breadcrumb a:hover {
  color: #332c25;
  text-decoration: none;
}
.breadcrumb li:last-child a {
  pointer-events: none;
}
.breadcrumb .current a {
  color: #8c7965;
}

.btn-style {
  text-align: center;
}

.sitemap_box {
  margin-top: 28px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .sitemap_box {
    margin-bottom: 56px;
  }
}
.sitemap_box .menu {
  border-top: 1px solid #ddd;
}
.sitemap_box .menu li {
  border-bottom: 1px solid #ddd;
}
.sitemap_box .menu a {
  position: relative;
  display: block;
  padding: 20px 40px 20px 20px;
  -webkit-transition: .3s;
  transition: .3s;
  text-decoration: none;
  color: #332c25;
}
@media only screen and (max-width: 767px) {
  .sitemap_box .menu a {
    padding: 16px 32px 16px 16px;
  }
}
.sitemap_box .menu a:hover {
  color: #b5933c;
  background: #f2f8fd;
}
.sitemap_box .menu a::after {
  position: absolute;
  content: "";
  right: 16px;
  top: 50%;
  width: 5px;
  height: 5px;
  border-top: 1px solid #b5933c;
  border-right: 1px solid #b5933c;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.wpcf7 select, .wpcf7 input, .wpcf7 textarea {
  max-width: 100%;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="password"],
.wpcf7 textarea,
.wpcf7 select {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #ddd;
  border-radius: 2px;
  padding: 10px 6px;
  width: 100%;
}
.wpcf7 textarea {
  width: 100%;
}
.wpcf7 select {
  background: url("../img/default/expand_more.svg") no-repeat right center;
  background-size: 20px;
  min-width: 40%;
  padding: 8px 24px 8px 6px;
  width: auto;
}
.wpcf7 input[type="submit"] {
  background: #b5933c;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 2px solid #b5933c;
  border-radius: 5px;
  color: #fff;
  font-family: inherit;
  font-size: inherit;
  font-weight: 700;
  letter-spacing: 0.075em;
  padding: 15px 20px;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  width: 240px;
}
.wpcf7 input[type="submit"]:not(:disabled):hover {
  background: #fff;
  color: #b5933c;
  cursor: pointer;
}
.wpcf7 input[type="submit"]:disabled {
  background: #ccc;
  border: 2px solid #ccc;
}
.wpcf7 input[type="submit"]:disabled:hover {
  pointer-events: none;
}
.wpcf7 .screen-reader-response {
  margin-bottom: 20px;
  padding: 10px;
  background: #FFFBD2;
}
.wpcf7 .screen-reader-response ul {
  display: none;
}
.wpcf7 .ajax-loader {
  position: absolute !important;
}

.wpcf7-spinner {
  position: absolute !important;
}

.wpcf7-not-valid {
  background: #FFFBD2;
}

.wpcf7-not-valid-tip {
  color: #cc0000;
}

.wpcf7-response-output.wpcf7-validation-errors {
  margin-top: 20px;
  padding: 10px;
  background: #FFFBD2;
}

.wpcf7-not-valid-tip {
  font-size: 76%;
  color: #af2223;
}

.wpcf7-list-item {
  margin-left: 0;
  margin-right: 20px;
}
.wpcf7-list-item input {
  width: auto;
}

.box_form {
  margin-top: 32px;
  margin-bottom: 48px;
}
@media only screen and (max-width: 767px) {
  .box_form {
    margin-top: 20px;
    margin-bottom: 32px;
  }
}
.box_form dl {
  width: 100%;
  margin: 0 auto 20px;
  overflow: hidden;
  border-top: 1px dotted #ddd;
}
.box_form dt,
.box_form dd {
  padding: 1.5em 5px;
}
.box_form dt p,
.box_form dd p {
  margin-bottom: 0;
}
.box_form dt {
  clear: both;
  float: left;
  font-weight: bold;
  margin-bottom: 8px;
}
.box_form dd {
  border-bottom: 1px dotted #ddd;
  margin-bottom: 0;
  padding-left: 14em;
}
.box_form dd > span + span {
  margin-left: 15px;
}
@media only screen and (min-width: 768px) {
  .box_form .input_wrap:not(:first-child) {
    margin-left: 20px;
  }
}
.box_form .mf {
  font-size: 80%;
  color: #EA0000;
  padding-left: 3px;
}
.box_form .ex,
.box_form .subtxt {
  font-size: 88%;
  color: #999;
  line-height: 1.4em;
  display: inline-block;
}
.box_form .requisite,
.box_form .attention {
  font-size: 78%;
  color: #f45000;
}
.box_form .attention {
  color: #cc0000;
  font-size: 12px;
}
.box_form .acceptance .attention {
  font-size: inherit;
}
.box_form .subtxt {
  color: #888;
  font-size: 12px;
  display: block;
}
.box_form .btnstyle {
  text-align: center;
  margin-top: 28px;
}
@media only screen and (max-width: 767px) {
  .box_form .btnstyle {
    margin-top: 20px;
  }
}
.box_form .wpcf7-list-item {
  margin-right: 0.5em;
  margin-left: 0.5em;
}
.box_form .acceptance_wrap {
  background: #f1f1f1;
  padding: 1em 0.5em;
}
.box_form .acceptance_wrap > * {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .box_form dt {
    float: none;
    padding-bottom: 0;
  }
  .box_form dd {
    padding-top: 0;
    padding-left: 0;
    margin-bottom: 0;
  }
  .box_form dd input, .box_form dd textarea {
    width: 100%;
    max-width: 750px;
  }
}

.post-password-form {
  margin-bottom: 4em;
  margin-top: 2em;
}

@media only screen and (max-width: 767px) {
  .post_aside {
    padding-top: 16px;
  }
}

.entry_archive_wrap.blogsingleon .btnstyle {
  margin-top: 15px;
}
.entry_archive_wrap.blogsingleon .btnstyle a {
  min-width: 200px;
  padding: 0.8rem 1.5rem;
  font-size: 1.4rem;
}

.entry_title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .entry_title {
    font-size: 24px;
  }
}
.blogsingleon .entry_archive .entry_title {
  font-size: 24px;
}
.entry_title a {
  color: #332c25;
  text-decoration: none;
}
.entry_title a:hover {
  color: #b5933c;
}

.entry_ex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 6px;
  -webkit-column-gap: 18px;
          column-gap: 18px;
  color: #666;
  font-size: 14px;
  letter-spacing: 0.01em;
  margin-bottom: 36px;
  margin-top: 16px;
}
@media only screen and (max-width: 767px) {
  .entry_ex {
    margin-bottom: 24px;
    margin-top: 12px;
  }
}
.blogsingleon .entry_archive .entry_ex {
  margin-bottom: 24px;
  margin-top: 12px;
}
.entry_ex a {
  color: #b5933c;
  text-decoration: none;
}
.entry_ex a:hover {
  color: #332c25;
}
.entry_ex .svg-icons {
  fill: #666;
  width: 18px;
  height: 18px;
  margin-left: -22px;
  margin-right: 5px;
  vertical-align: text-bottom;
}

.entry_date,
.entry_categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 22px;
}

.entry.mce-content-body {
  max-width: 100%;
}

.pagenav_single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 20px;
          column-gap: 20px;
  border-top: 1px solid #ddd;
  font-size: 14.08px;
  line-height: 1.5;
  margin-top: 64px !important;
  padding-top: 48px;
}
@media only screen and (max-width: 767px) {
  .pagenav_single {
    margin-top: 32px !important;
    padding-top: 28px;
  }
}
.pagenav_single li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
}
.pagenav_single a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5px;
          column-gap: 5px;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}
.pagenav_single a:hover {
  opacity: .7;
}
.pagenav_single a .svg-icons {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 12px;
  height: 12px;
  margin-bottom: auto;
  margin-top: 0.25em;
}

.pagenav_single_previous a {
  text-align: right;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.entry_archive {
  border-bottom: 1px solid #ddd;
  margin-bottom: 48px;
  padding-bottom: 48px;
}
.entry_archive .archive {
  border-bottom: 1px solid #ddd;
  padding-bottom: 80px;
}

.pagenav_archive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14.08px;
  line-height: 20px;
  margin-top: 48px;
}
.pagenav_archive .page-numbers {
  border: 1px solid #aaa;
  color: #aaa;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  margin: 5px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
  width: 30px;
}
.pagenav_archive .page-numbers.current {
  background: #eee;
  border-color: #eee;
}
.pagenav_archive .page-numbers:hover {
  background: #b5933c;
  border: 1px solid #b5933c;
  color: #fff;
  cursor: pointer;
}

.post_aside .aside_title {
  border-bottom: 2px solid #332c25;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 12px;
}
.post_aside .category_list {
  margin-top: 16px;
}
.post_aside .category_list li {
  border-bottom: 1px solid #ddd;
}
.post_aside .category_list li ul li {
  border-top: 1px solid #ddd;
  border-bottom: none;
}
.post_aside .category_list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #332c25;
  line-height: 1.5;
  padding: 12px 8px;
  text-decoration: none;
}
.post_aside .category_list a:hover {
  color: #b5933c;
}
.post_aside .category_list a .material-icons {
  font-size: 16px;
}
.post_aside .latestpost_list {
  margin-top: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #ddd;
}
.post_aside .latestpost_list a {
  color: #332c25;
  display: table;
  line-height: 1.5;
  padding: 4px 8px 4px 24px;
  position: relative;
  text-decoration: none;
}
.post_aside .latestpost_list a::before {
  content: "・";
  left: 8px;
  padding-top: 4px;
  position: absolute;
  top: 0;
}
.post_aside .latestpost_list a:hover {
  color: #b5933c;
}
.post_aside .latestpost_list a:hover::before {
  color: #b5933c;
}

.blog_thumbnail_list_item a .title, .blog_thumbnail_list_item a .date, .blog_thumbnail_list_item a .post_term {
  color: inherit;
  text-decoration: none;
}
.blog_thumbnail_list_item .title {
  display: block;
}
.blog_thumbnail_list_item .btnstyle a {
  min-width: auto;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .blog_thumbnail_list_item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 23.5%;
        flex: 1 1 23.5%;
    margin-right: 2%;
    position: relative;
    padding-bottom: 5rem;
  }
  .blog_thumbnail_list_item:nth-child(4n) {
    margin-right: 0;
  }
  .blog_thumbnail_list_item .btnstyle {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}

.slide_main {
  position: relative;
}
.slide_main .item {
  position: absolute;
  height: auto;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
  z-index: -1;
}
.slide_main .item.active {
  opacity: 1;
  z-index: 1;
  position: inherit;
}
.slide_main .item:first-child .arrow-prev, .slide_main .item:last-child .arrow-next {
  display: none;
}
.slide_main .item .caption {
  background: rgba(0, 0, 0, 0.3);
  bottom: 0;
  color: #fff;
  font-size: 20px;
  left: 0;
  line-height: 1.6;
  padding: 13px 10px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.slide_main .item img {
  margin: 0;
}
.slide_main .arrow-prev,
.slide_main .arrow-next {
  height: 60px;
  width: 40px;
  position: absolute;
  top: 50%;
  display: block;
  z-index: 2;
  margin-top: -30px;
}
.slide_main .arrow-prev:hover,
.slide_main .arrow-next:hover {
  cursor: pointer;
}
.slide_main .arrow-prev::before,
.slide_main .arrow-next::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  background-image: url("../img/default/icon_slidearrow_01.svg");
}
.slide_main .arrow-prev {
  left: 10px;
}
@media only screen and (max-width: 767px) {
  .slide_main .arrow-prev {
    left: 0px;
  }
}
.slide_main .arrow-next {
  right: 10px;
}
@media only screen and (max-width: 767px) {
  .slide_main .arrow-next {
    right: 0px;
  }
}
.slide_main .arrow-next::before {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
#tinymce .slide_main .item:first-child {
  opacity: 1;
  z-index: 1;
  position: inherit;
}

.slide_thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  margin-bottom: 30px;
}
.slide_thumb .item {
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
}
.slide_thumb .item:hover {
  cursor: pointer;
  opacity: .8;
}
.slide_thumb .item.thumbnail-current:hover {
  opacity: 1;
}
.slide_thumb .item.thumbnail-current::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #b5933c;
}
.slide_thumb .item img {
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .slide_wrap_horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 850px;
    margin: 0 auto;
  }
  .slide_wrap_horizontal .slide_main {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
  }
  .slide_wrap_horizontal .slide_thumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 22%;
            flex: 0 0 22%;
  }
  .slide_wrap_horizontal .slide_thumb .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    margin-bottom: 4%;
    margin-right: 4%;
  }
  .slide_wrap_horizontal .slide_thumb .item:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .slide_wrap_horizontal .slide_main {
    margin-bottom: 1%;
  }
  .slide_wrap_horizontal .slide_thumb .item {
    width: 15.8%;
    width: calc(95% / 6);
    max-width: calc(95% / 6);
    margin-right: 1%;
    margin-bottom: 1%;
  }
  .slide_wrap_horizontal .slide_thumb .item:nth-child(6n) {
    margin-right: 0;
  }
}

.slide_wrap_vertical .slide_main {
  margin-bottom: 1%;
}
.slide_wrap_vertical .slide_thumb {
  -webkit-column-gap: var(--pd10);
          column-gap: var(--pd10);
}
.slide_wrap_vertical .slide_thumb .item {
  width: calc((100% - var(--pd30)) / 4);
}
@media only screen and (min-width: 768px) {
  .slide_wrap_vertical {
    max-width: 1000px;
    margin: 0 auto;
  }
}

.img_slider {
  max-width: 1000px;
  margin: auto;
}
.img_slider img {
  border-radius: 0;
}
.img_slider .img_slide_main .slick-arrow {
  width: clamp(30px, 4vw, 54px);
  height: clamp(30px, 4vw, 54px);
  z-index: 1;
}
.img_slider .img_slide_main .slick-arrow:before {
  content: none;
}
.img_slider .img_slide_main .slick-arrow.slick-prev {
  left: 20px;
}
.img_slider .img_slide_main .slick-arrow.slick-next {
  right: 20px;
}
.img_slider .img_slide_main .item {
  position: relative;
  height: auto;
}
.img_slider .img_slide_main .img_slider_title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(0, 0, 0, 0.7);
  padding: 1rem 10px;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .img_slider .img_slide_main .slick-arrow {
    top: 40%;
  }
  .img_slider .img_slide_main .slick-arrow.slick-prev {
    left: 5px;
  }
  .img_slider .img_slide_main .slick-arrow.slick-next {
    right: 5px;
  }
}
.img_slider .img_slide_thumb {
  margin-top: 10px;
}
.img_slider .img_slide_thumb img {
  padding: 0 5px;
  opacity: .5;
}
.img_slider .img_slide_thumb .item {
  height: auto;
}
.img_slider .img_slide_thumb .item.slick-current img {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .img_slider .img_slide_thumb img {
    padding: 0 2px;
  }
}

.point_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 60px;
}
.columns .point_box:first-child {
  margin-top: 60px;
}
.point_box p {
  margin-bottom: 30px;
}
.point_box p.image {
  margin-top: auto;
  margin-bottom: 0;
}

h4.point_title {
  margin-top: 20px;
  text-align: center;
  width: 100%;
}
h4.point_title .subtext {
  font-size: 2rem;
}

.notice_box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.notice_box .notice_title {
  background: #f9f7f4;
  border-radius: 6px;
  padding: 25px 0;
  text-align: 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;
}
@media only screen and (min-width: 768px) {
  .notice_box .notice_title {
    margin-right: 30px;
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }
}
@media only screen and (max-width: 767px) {
  .notice_box .notice_title {
    margin-bottom: 20px;
  }
}
.notice_box .notice_title h4 {
  color: #b5933c;
  display: block;
  position: relative;
  text-align: center;
}
.notice_box .notice_title h4::before {
  position: absolute;
  content: "";
  background: #b5933c;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 1px;
}
@media only screen and (min-width: 768px) {
  .notice_box .notice_title h4 {
    margin-bottom: 0;
  }
}
.notice_box .notice_text ul, .notice_box .notice_text p {
  width: 100%;
}
.notice_box .notice_text ul:first-child, .notice_box .notice_text p:first-child {
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .notice_box .notice_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-flex: 5;
        -ms-flex: 5;
            flex: 5;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.icon_tags {
  padding-top: 2.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5em;
}
.icon_tags a {
  background: #f1f1f1;
  border-radius: 3px;
  color: #b5933c;
  display: block;
  font-size: 92%;
  line-height: 1.25;
  padding: 0.5em 0.75em;
  text-decoration: none;
}
.icon_tags a:hover {
  background: #b5933c;
  color: #fff;
}
