/****** FILE: themes/aotwc-theme/css/default.css *****/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/* montserrat-500 - vietnamese_latin-ext_latin_cyrillic-ext_cyrillic */
/* montserrat-regular - vietnamese_latin-ext_latin_cyrillic-ext_cyrillic */
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on March 15, 2022 */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local(""), url("/_resources/themes/aotwc-theme/fonts/montserrat-regular-webfont.woff2") format("woff2"), url("/_resources/themes/aotwc-theme/fonts/montserrat-regular-webfont.woff") format("woff"), url("/_resources/themes/aotwc-theme/fonts/montserrat-regular-webfont.ttf") format("truetype"); }

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: local(""), url("/_resources/themes/aotwc-theme/fonts/montserrat-medium-webfont.woff2") format("woff2"), url("/_resources/themes/aotwc-theme/fonts/montserrat-medium-webfont.woff") format("woff"), url("/_resources/themes/aotwc-theme/fonts/montserrat-medium-webfont.ttf") format("truetype"); }

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: local(""), url("/_resources/themes/aotwc-theme/fonts/montserrat-semibold-webfont.woff2") format("woff2"), url("/_resources/themes/aotwc-theme/fonts/montserrat-semibold-webfont.woff") format("woff"), url("/_resources/themes/aotwc-theme/fonts/montserrat-semibold-webfont.ttf") format("truetype"); }

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: local(""), url("/_resources/themes/aotwc-theme/fonts/montserrat-bold-webfont.woff2") format("woff2"), url("/_resources/themes/aotwc-theme/fonts/montserrat-bold-webfont.woff") format("woff"), url("/_resources/themes/aotwc-theme/fonts/montserrat-bold-webfont.ttf") format("truetype"); }

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on March 15, 2022 */
@font-face {
  font-family: 'wallau_unzialbold';
  src: url("/_resources/themes/aotwc-theme/fonts/wallau_unzial_bold-webfont.woff2") format("woff2"), url("/_resources/themes/aotwc-theme/fonts/wallau_unzial_bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

a {
  color: #000; }

body {
  font-family: Montserrat, sans-serif;
  font-weight: 400; }

.flssbnd {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400; }

.dsply {
  font-size: 70px;
  line-height: 1;
  font-weight: 700;
  -webkit-text-stroke: 0.5px #000;
  text-stroke: 0.5px #000;
  color: #f00;
  text-transform: uppercase; }

.ck-chsr {
  font-size: 14px;
  line-height: 1.28571;
  font-weight: 400; }
  .ck-chsr h2 {
    font-size: 22px;
    line-height: 1.13636;
    font-weight: 500; }
  .ck-chsr .cls {
    font-size: 30px;
    line-height: 0.9;
    font-weight: 400; }
  .data-privacy .ck-chsr {
    font-size: 16px;
    line-height: 1.1875;
    font-weight: 400; }
    .data-privacy .ck-chsr h2 {
      font-size: 16px;
      line-height: 1.1875;
      font-weight: 700; }

nav {
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  font-size: 3.33vw; }
  nav .sub-menu {
    font-size: 30px;
    line-height: 1;
    font-weight: 700; }
  nav a, nav li {
    text-transform: uppercase;
    text-decoration: none; }

.ctgry-hl {
  -webkit-text-stroke: 1px #000;
  text-stroke: 1px #000;
  color: rgba(255, 255, 240, 0.1);
  color: transparent;
  font-family: wallau_unzialbold, serif;
  text-transform: uppercase; }
  .ctgry-hl h1, .ctgry-hl h2 {
    font-size: 42px;
    line-height: 1;
    font-weight: 400; }
  .cntct-pg .ctgry-hl h1, .AboutPage .ctgry-hl h1, .PickupPage .ctgry-hl h1 {
    font-size: 83px;
    line-height: 1;
    font-weight: 400; }
  .PickupPage .ctgry-hl h1 {
    font-size: 50px;
    line-height: 1;
    font-weight: 400; }

.select-css {
  font-size: 13px;
  line-height: 1;
  font-weight: 500; }

.pst-tgs, .pst-ovrly {
  font-size: 30px;
  line-height: 1.1;
  font-weight: 700; }

.pst-stndrd h1 {
  font-size: 21px;
  line-height: 1.14286;
  font-weight: 700;
  text-transform: uppercase; }

.pst-stndrd h2, .pst-stndrd .pst-athr {
  font-size: 16px;
  line-height: 1.1875;
  font-weight: 400; }

.mg-month {
  text-transform: uppercase;
  font-size: 33px;
  line-height: 1;
  font-weight: 400;
  font-family: wallau_unzialbold, serif; }
  .HomePage .mg-month {
    font-size: 30px;
    line-height: 1.33333;
    font-weight: 400; }

.qstn {
  font-size: 24px;
  line-height: 1;
  font-weight: 700; }

.go-to-archive {
  text-transform: uppercase;
  font-size: 15px;
  line-height: 1;
  font-weight: 400;
  font-family: wallau_unzialbold, serif; }

.lctns-tbl .cty h2 {
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  margin: 0; }

.lctns-tbl .lnk a, .lctns-tbl .lnk span:not(.typ) {
  color: #000;
  font-size: 14px;
  line-height: 1.14286;
  font-weight: 700; }

.lctns-tbl .typ {
  font-size: 12px;
  line-height: 1.25;
  font-weight: 500; }

.lctns-tbl .lctns-hdr {
  font-size: 12px;
  line-height: 1.25;
  font-weight: 500; }

.hls {
  text-align: center; }
  .hls h1 {
    text-transform: uppercase;
    font-size: 38px;
    line-height: 1.10526;
    font-weight: 400;
    font-family: wallau_unzialbold, serif; }
  .hls h2 {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700; }
  .hls ul {
    font-size: 14px;
    line-height: 1.14286;
    font-weight: 500; }
    .hls ul a {
      font-weight: 700; }

.single .txt {
  font-family: 'Times New Roman', 'Times', serif;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 400; }

.single aside {
  font-size: 14px;
  line-height: 1.14286;
  font-weight: 500; }
  .single aside .prsn span {
    font-weight: 700; }

.single .ftnts {
  font-size: 14px;
  line-height: 1.14286;
  font-weight: 500;
  margin-bottom: 30px; }
  .single .ftnts .sub-hl {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.14286;
    font-weight: 500; }

.edtns-pg main {
  font-size: 25px;
  line-height: 1.2;
  font-weight: 700; }
  .edtns-pg main span {
    font-weight: 400; }

.ppls-pg .prsn-nm {
  font-size: 18px;
  line-height: 1.22222;
  font-weight: 500; }

.ppls-pg h2 {
  text-transform: uppercase;
  font-size: 25px;
  line-height: 1;
  font-weight: 400;
  font-family: wallau_unzialbold, serif; }

.ppls-pg .prsn-nfo {
  font-size: 16px;
  line-height: 1.1875;
  font-weight: 400; }
  .ppls-pg .prsn-nfo ul {
    font-size: 16px;
    line-height: 1.1875;
    font-weight: 500; }

.ppls-pg .prsn-cls {
  font-size: 26px;
  line-height: 0.76923;
  font-weight: 700; }

.cntct-pg .prsn {
  font-size: 16px;
  line-height: 1.1875;
  font-weight: 500; }

.cntct-pg .prsn-nm > span {
  font-size: 18px;
  line-height: 1.22222;
  font-weight: 700; }

.clndr-pg button {
  font-size: 18px;
  line-height: 1;
  font-weight: 500; }

.clndr-pg .clndr {
  font-size: 15px;
  line-height: 0.86667;
  font-weight: 500; }
  .clndr-pg .clndr li:first-of-type {
    font-size: 28px;
    line-height: 1.28571;
    font-weight: 500;
    text-transform: uppercase; }
  .clndr-pg .clndr .clndr-dt, .clndr-pg .clndr h2, .clndr-pg .clndr h3 {
    text-transform: uppercase;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 500; }
  .clndr-pg .clndr h2 {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700; }

.ShopsPage .mrch .by-nw, .ShopsPage .artst .by-nw, .ShopsPage .subs .by-nw {
  text-transform: uppercase;
  font-size: 22px;
  line-height: 1;
  font-weight: 400;
  font-family: wallau_unzialbold, serif; }

.ShopsPage .edtns .pst-nfo {
  font-size: 11px;
  line-height: 1.18182;
  font-weight: 500;
  text-transform: uppercase; }
  .ShopsPage .edtns .pst-nfo > span {
    font-weight: 700; }

.ShopsPage .edtns .by-nw {
  text-transform: uppercase;
  font-size: 13px;
  line-height: 1;
  font-weight: 400;
  font-family: wallau_unzialbold, serif; }

.AboutPage main, .PickupPage main, .AdvertisePage main {
  font-size: 18px;
  line-height: 1.22222;
  font-weight: 500; }
  .AboutPage main .sbttl, .PickupPage main .sbttl, .AdvertisePage main .sbttl {
    font-size: 22px;
    line-height: 1.18182;
    font-weight: 700; }
  .AboutPage main .cntnt h2, .PickupPage main .cntnt h2, .AdvertisePage main .cntnt h2 {
    text-transform: uppercase;
    font-size: 30px;
    line-height: 1;
    font-weight: 400;
    font-family: wallau_unzialbold, serif; }
  .AboutPage main h3, .PickupPage main h3, .AdvertisePage main h3 {
    font-size: 30px;
    line-height: 1;
    font-weight: 400;
    font-family: wallau_unzialbold, serif;
    text-align: center;
    text-transform: uppercase; }
  .AboutPage main .qr-cd, .PickupPage main .qr-cd, .AdvertisePage main .qr-cd {
    font-weight: bold; }
  .AboutPage main .dl-lnk, .PickupPage main .dl-lnk, .AdvertisePage main .dl-lnk {
    font-size: 10px;
    line-height: 1;
    font-weight: 400;
    font-family: wallau_unzialbold, serif;
    text-decoration: none;
    text-transform: uppercase; }
    .AboutPage main .dl-lnk span, .PickupPage main .dl-lnk span, .AdvertisePage main .dl-lnk span {
      font-size: 12px;
      line-height: 1;
      font-weight: 600;
      font-family: Montserrat, sans-serif; }

footer .clndr {
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase; }

footer .dt-prvcy {
  font-size: 11px;
  line-height: 1;
  font-weight: 500; }
  footer .dt-prvcy a {
    text-decoration: none; }

@media all and (min-width: 768px) {
  .dsply {
    font-size: 132px;
    line-height: 1;
    font-weight: 700; }
  nav {
    font-size: 24px;
    line-height: 1;
    font-weight: 700; }
    nav .sub-menu {
      font-size: 30px;
      line-height: 1;
      font-weight: 700;
      font-size: 59px;
      line-height: 1;
      font-weight: 700; }
  .ctgry-hl h1, .ctgry-hl h2 {
    font-size: 65px;
    line-height: 1;
    font-weight: 400;
    font-size: 42px;
    line-height: 1;
    font-weight: 400;
    font-size: 80px;
    line-height: 1;
    font-weight: 700; }
  .cntct-pg .ctgry-hl h1, .AboutPage .ctgry-hl h1, .PickupPage .ctgry-hl h1 {
    font-size: 160px;
    line-height: 1;
    font-weight: 400; }
  .PickupPage .ctgry-hl h1 {
    font-size: 43px;
    line-height: 1;
    font-weight: 400;
    font-size: 80px;
    line-height: 1;
    font-weight: 400; }
  .select-css {
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
    font-size: 13px;
    line-height: 1;
    font-weight: 500;
    font-size: 23px;
    line-height: 1;
    font-weight: 500; }
  .pst-tgs {
    font-size: 40px;
    line-height: 1.125;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.1;
    font-weight: 700; }
  .pst-stndrd h1 {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.22222;
    font-weight: 700;
    font-size: 19px;
    line-height: 1.26316;
    font-weight: 700;
    text-transform: uppercase; }
  .pst-stndrd h2, .pst-stndrd .pst-athr {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.21429;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 400; }
  .mg-month {
    text-transform: uppercase;
    font-size: 65px;
    line-height: 1;
    font-weight: 400;
    font-family: wallau_unzialbold, serif;
    font-size: 33px;
    line-height: 1;
    font-weight: 400;
    font-family: wallau_unzialbold, serif;
    font-size: 80px;
    line-height: 1;
    font-weight: 400;
    font-family: wallau_unzialbold, serif; }
    .HomePage .mg-month {
      font-size: 100px;
      line-height: 1.83;
      font-weight: 400; }
  .qstn {
    font-size: 56px;
    line-height: 1;
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
    font-size: 38px;
    line-height: 1;
    font-weight: 700; }
  .go-to-archive {
    text-transform: uppercase;
    font-size: 40px;
    line-height: 1;
    font-weight: 400;
    font-family: wallau_unzialbold, serif;
    font-size: 15px;
    line-height: 1;
    font-weight: 400;
    font-family: wallau_unzialbold, serif; }
  .lctns-tbl .cty h2 {
    font-size: 35px;
    line-height: 1.11429;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    font-size: 30px;
    line-height: 1;
    font-weight: 600;
    margin: 0; }
  .lctns-tbl .lnk a, .lctns-tbl .lnk span:not(.typ) {
    color: #000;
    font-size: 44px;
    line-height: 1;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.14286;
    font-weight: 700;
    font-size: 32px;
    line-height: 1;
    font-weight: 700; }
  .lctns-tbl .typ {
    font-size: 30px;
    line-height: 1;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.25;
    font-weight: 500;
    font-size: 24px;
    line-height: 1;
    font-weight: 500; }
  .lctns-tbl .lctns-hdr {
    font-size: 25px;
    line-height: 1;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.25;
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    font-weight: 500; }
  .hls {
    text-align: center; }
    .hls h1 {
      text-transform: uppercase;
      font-size: 80px;
      line-height: 1.125;
      font-weight: 400;
      font-family: wallau_unzialbold, serif;
      font-size: 38px;
      line-height: 1.10526;
      font-weight: 400;
      font-family: wallau_unzialbold, serif;
      font-size: 58px;
      line-height: 1.13793;
      font-weight: 400;
      font-family: wallau_unzialbold, serif; }
    .hls h2 {
      font-size: 34px;
      line-height: 1.14706;
      font-weight: 700;
      font-size: 20px;
      line-height: 1.2;
      font-weight: 700;
      font-size: 30px;
      line-height: 1.13333;
      font-weight: 600; }
    .hls ul {
      font-size: 14px;
      line-height: 1.14286;
      font-weight: 500;
      font-size: 21px;
      line-height: 1.14286;
      font-weight: 700; }
  .single .txt {
    font-family: 'Times New Roman', 'Times', serif;
    font-size: 30px;
    line-height: 1;
    font-weight: 400; }
  .single aside {
    font-size: 22px;
    line-height: 1.18182;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.14286;
    font-weight: 500;
    font-size: 26px;
    line-height: 1.23077;
    font-weight: 500; }
  .single .ftnts {
    font-size: 16px;
    line-height: 1.1875;
    font-weight: 500; }
    .single .ftnts .sub-hl {
      font-size: 22px;
      line-height: 1;
      font-weight: 500; }
  .ppls-pg .prsn-nm {
    font-size: 26px;
    line-height: 1.15385;
    font-weight: 500; }
  .ppls-pg h2 {
    text-transform: uppercase;
    font-size: 47px;
    line-height: 1;
    font-weight: 400;
    font-family: wallau_unzialbold, serif;
    font-size: 25px;
    line-height: 1;
    font-weight: 400;
    font-family: wallau_unzialbold, serif;
    font-size: 42px;
    line-height: 1;
    font-weight: 400;
    font-family: wallau_unzialbold, serif; }
  .ppls-pg .prsn-nfo {
    font-size: 25px;
    line-height: 1.2;
    font-weight: 400; }
    .ppls-pg .prsn-nfo ul {
      font-size: 25px;
      line-height: 1.2;
      font-weight: 400; }
  .cntct-pg .prsn {
    font-size: 27px;
    line-height: 1.25926;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.1875;
    font-weight: 500;
    font-size: 25px;
    line-height: 1.12;
    font-weight: 500; }
  .cntct-pg .prsn-nm > span {
    font-size: 38px;
    line-height: 1.15789;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.22222;
    font-weight: 700;
    font-size: 31px;
    line-height: 1.16129;
    font-weight: 700; }
  .cntct-pg button {
    font-size: 30px;
    line-height: 1;
    font-weight: 500; }
  .clndr-pg button {
    font-size: 30px;
    line-height: 1;
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    font-weight: 500; }
  .clndr-pg .clndr {
    font-size: 25px;
    line-height: 1.2;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 500; }
    .clndr-pg .clndr li:first-of-type {
      font-size: 65px;
      line-height: 1.53846;
      font-weight: 700;
      font-size: 28px;
      line-height: 1.28571;
      font-weight: 700;
      font-size: 46px;
      line-height: 1.17391;
      font-weight: 700; }
    .clndr-pg .clndr .clndr-dt, .clndr-pg .clndr h3 {
      text-transform: uppercase;
      font-size: 20px;
      line-height: 1.75;
      font-weight: 500; }
    .clndr-pg .clndr h2 {
      font-size: 30px;
      line-height: 1.16667;
      font-weight: 700; }
    .clndr-pg .clndr .clndr-tdy {
      font-weight: 700; }
    .clndr-pg .clndr div:nth-of-type(3) {
      font-size: 15px;
      line-height: 1.2;
      font-weight: 500; }
  .ShopsPage .mrch .by-nw, .ShopsPage .artst .by-nw, .ShopsPage .subs .by-nw {
    font-size: 38px;
    line-height: 1;
    font-weight: 400;
    font-family: wallau_unzialbold, serif; }
  .ShopsPage .edtns .pst-nfo {
    font-size: 16px;
    line-height: 1.25;
    font-weight: 500; }
  .ShopsPage .edtns .by-nw {
    text-transform: uppercase;
    font-size: 21px;
    line-height: 1;
    font-weight: 400;
    font-family: wallau_unzialbold, serif; }
  .AboutPage main, .PickupPage main, .AdvertisePage main {
    font-size: 25px;
    line-height: 1.2;
    font-weight: 500; }
    .AboutPage main .sbttl, .PickupPage main .sbttl, .AdvertisePage main .sbttl {
      font-size: 30px;
      line-height: 1.2;
      font-weight: 700; }
    .AboutPage main .cntnt h2, .PickupPage main .cntnt h2, .AdvertisePage main .cntnt h2 {
      text-transform: uppercase;
      font-size: 45px;
      line-height: 1;
      font-weight: 400;
      font-family: wallau_unzialbold, serif; }
    .AboutPage main h3, .PickupPage main h3, .AdvertisePage main h3 {
      font-size: 45px;
      line-height: 1;
      font-weight: 400;
      font-family: wallau_unzialbold, serif;
      text-align: center;
      text-transform: uppercase; }
    .AboutPage main .qr-cd, .PickupPage main .qr-cd, .AdvertisePage main .qr-cd {
      font-weight: bold; }
    .AboutPage main .dl-lnk, .PickupPage main .dl-lnk, .AdvertisePage main .dl-lnk {
      font-size: 24px;
      line-height: 1;
      font-weight: 400;
      font-family: wallau_unzialbold, serif; }
      .AboutPage main .dl-lnk span, .PickupPage main .dl-lnk span, .AdvertisePage main .dl-lnk span {
        font-size: 26px;
        line-height: 1;
        font-weight: 600;
        font-family: Montserrat, sans-serif; }
  footer .clndr {
    font-size: 48px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase; }
  footer .dt-prvcy {
    font-size: 19px;
    line-height: 1;
    font-weight: 500; }
    footer .dt-prvcy a {
      text-decoration: none; } }

@media all and (min-width: 1081px) {
  .flssbnd {
    font-size: 21px;
    line-height: 1.71429;
    font-weight: 500; }
  .dsply {
    font-size: 138px;
    line-height: 1;
    font-weight: 700; }
  nav {
    font-size: 27px;
    line-height: 1;
    font-weight: 700; }
    nav .sub-menu {
      font-size: 30px;
      line-height: 1;
      font-weight: 700; }
  .ctgry-hl {
    -webkit-text-stroke: 2px #000;
    text-stroke: 2px #000; }
    .ctgry-hl h1, .ctgry-hl h2 {
      font-size: 65px;
      line-height: 1;
      font-weight: 400; }
    .ppls-pg .ctgry-hl h1 {
      font-size: 55px;
      line-height: 0.90909;
      font-weight: 400; }
  .select-css {
    font-size: 20px;
    line-height: 1;
    font-weight: 500; }
  .pst-tgs {
    font-size: 40px;
    line-height: 1.125;
    font-weight: 700; }
  .pst-stndrd h1 {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700; }
  .pst-stndrd h2, .pst-stndrd .pst-athr {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 400; }
  .mg-month {
    font-size: 65px;
    line-height: 1;
    font-weight: 400;
    font-family: wallau_unzialbold, serif; }
    .HomePage .mg-month {
      font-size: 100px;
      line-height: 1.83;
      font-weight: 400; }
  .qstn {
    font-size: 56px;
    line-height: 1;
    font-weight: 700; }
  .go-to-archive {
    font-size: 40px;
    line-height: 1;
    font-weight: 400;
    font-family: wallau_unzialbold, serif; }
  .lctns-tbl .cty h2 {
    font-size: 28px;
    line-height: 1.17857;
    font-weight: 600; }
  .lctns-tbl .lnk a, .lctns-tbl .lnk span:not(.typ) {
    font-size: 28px;
    line-height: 1.14286;
    font-weight: 700; }
  .lctns-tbl .typ {
    font-size: 24px;
    line-height: 1;
    font-weight: 500; }
  .lctns-tbl .lctns-hdr {
    font-size: 20px;
    line-height: 1;
    font-weight: 500; }
  .hls {
    text-align: center; }
    .hls h1 {
      font-size: 80px;
      line-height: 1.125;
      font-weight: 400;
      font-family: wallau_unzialbold, serif; }
    .hls h2 {
      font-size: 34px;
      line-height: 1.14706;
      font-weight: 700; }
    .hls ul {
      font-size: 10px;
      line-height: 1.2;
      font-weight: 500; }
      .hls ul a {
        font-weight: 700; }
  .single .txt {
    font-size: 25px;
    line-height: 1.12;
    font-weight: 400; }
  .single aside {
    font-size: 22px;
    line-height: 1.18182;
    font-weight: 500; }
  .single .ftnts {
    font-size: 18px;
    line-height: 1.22222;
    font-weight: 500; }
    .single .ftnts .sub-hl {
      font-size: 22px;
      line-height: 1;
      font-weight: 500; }
  .ppls-pg .prsn-nm {
    font-size: 27px;
    line-height: 1.14815;
    font-weight: 500; }
  .ppls-pg h2 {
    font-size: 25px;
    line-height: 1.12;
    font-weight: 400;
    font-family: wallau_unzialbold, serif; }
  .ppls-pg .prsn-nfo {
    font-size: 20px;
    line-height: 1.1;
    font-weight: 400; }
    .ppls-pg .prsn-nfo ul {
      font-size: 20px;
      line-height: 1.1;
      font-weight: 400; }
  .cntct-pg .prsn {
    font-size: 23px;
    line-height: 1.21739;
    font-weight: 500; }
  .cntct-pg .prsn-nm > span {
    font-size: 34px;
    line-height: 1.17647;
    font-weight: 700; }
  .cntct-pg button {
    font-size: 26px;
    line-height: 1;
    font-weight: 500; }
  .clndr-pg button {
    font-size: 30px;
    line-height: 1;
    font-weight: 500; }
  .clndr-pg .clndr {
    font-size: 25px;
    line-height: 1;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.25;
    font-weight: 500; }
    .clndr-pg .clndr li:first-of-type {
      font-size: 65px;
      line-height: 1.53846;
      font-weight: 700;
      font-size: 45px;
      line-height: 1.55556;
      font-weight: 700; }
    .clndr-pg .clndr .clndr-dt, .clndr-pg .clndr h2 {
      text-transform: uppercase;
      font-size: 20px;
      line-height: 1;
      font-weight: 500; }
    .clndr-pg .clndr h2 {
      font-size: 38px;
      line-height: 1;
      font-weight: 700;
      font-size: 26px;
      line-height: 1.23077;
      font-weight: 700; }
    .clndr-pg .clndr h3 {
      font-size: 20px;
      line-height: 1.25;
      font-weight: 500; }
    .clndr-pg .clndr div:nth-of-type(3) {
      font-size: 25px;
      line-height: 1.16;
      font-weight: 500;
      font-size: 20px;
      line-height: 1.25;
      font-weight: 500; }
  .ShopsPage .mrch .by-nw, .ShopsPage .artst .by-nw, .ShopsPage .subs .by-nw {
    font-size: 55px;
    line-height: 1;
    font-weight: 400;
    font-family: wallau_unzialbold, serif; }
  .ShopsPage .edtns .pst-nfo {
    font-size: 25px;
    line-height: 1.4;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 500; }
  .ShopsPage .edtns .by-nw {
    font-size: 30px;
    line-height: 1;
    font-weight: 400;
    font-family: wallau_unzialbold, serif;
    font-size: 25px;
    line-height: 1.28;
    font-weight: 400;
    font-family: wallau_unzialbold, serif; }
  .AboutPage main, .PickupPage main, .AdvertisePage main {
    font-size: 23px;
    line-height: 1.17391;
    font-weight: 500; }
    .AboutPage main .sbttl, .PickupPage main .sbttl, .AdvertisePage main .sbttl {
      font-size: 35px;
      line-height: 1.14286;
      font-weight: 700; }
    .AboutPage main .cntnt h2, .PickupPage main .cntnt h2, .AdvertisePage main .cntnt h2 {
      font-size: 45px;
      line-height: 1;
      font-weight: 400;
      font-family: wallau_unzialbold, serif; }
    .AboutPage main h3, .PickupPage main h3, .AdvertisePage main h3 {
      font-size: 45px;
      line-height: 1;
      font-weight: 400;
      font-family: wallau_unzialbold, serif; }
    .AboutPage main .qr-cd, .PickupPage main .qr-cd, .AdvertisePage main .qr-cd {
      font-weight: bold; }
    .AboutPage main .dl-lnk, .PickupPage main .dl-lnk, .AdvertisePage main .dl-lnk {
      font-size: 28px;
      line-height: 1;
      font-weight: 400;
      font-family: wallau_unzialbold, serif; }
      .AboutPage main .dl-lnk span, .PickupPage main .dl-lnk span, .AdvertisePage main .dl-lnk span {
        font-size: 28px;
        line-height: 1;
        font-weight: 600;
        font-family: Montserrat, sans-serif; }
  footer .clndr {
    font-size: 65px;
    line-height: 1;
    font-weight: 700; }
  footer .dt-prvcy {
    font-size: 20px;
    line-height: 1;
    font-weight: 500; } }

@media all and (min-width: 1280px) {
  .pst-stndrd h1 {
    font-size: 33px;
    line-height: 1.15152;
    font-weight: 700; }
  .pst-stndrd h2, .pst-stndrd .pst-athr {
    font-size: 23px;
    line-height: 1.21739;
    font-weight: 400; }
  .ppls-pg .prsn-nm {
    font-size: 25px;
    line-height: 1.12;
    font-weight: 500; }
  .ppls-pg h2 {
    font-size: 30px;
    line-height: 1;
    font-weight: 400;
    font-family: wallau_unzialbold, serif; }
  .ppls-pg .prsn-nfo {
    font-size: 20px;
    line-height: 1.6;
    font-weight: 400; }
    .ppls-pg .prsn-nfo ul {
      font-size: 20px;
      line-height: 1.6;
      font-weight: 400; }
  .clndr-pg button {
    font-size: 30px;
    line-height: 1;
    font-weight: 500; }
  .clndr-pg .clndr {
    font-size: 25px;
    line-height: 1;
    font-weight: 500; }
    .clndr-pg .clndr li:first-of-type {
      font-size: 65px;
      line-height: 1.53846;
      font-weight: 700; }
    .clndr-pg .clndr .clndr-dt, .clndr-pg .clndr h2 {
      text-transform: uppercase;
      font-size: 20px;
      line-height: 1;
      font-weight: 500; }
    .clndr-pg .clndr h2 {
      font-size: 30px;
      line-height: 1.2;
      font-weight: 700; }
    .clndr-pg .clndr h3 {
      font-size: 20px;
      line-height: 1.25;
      font-weight: 500; }
    .clndr-pg .clndr div:nth-of-type(3) {
      font-size: 25px;
      line-height: 1.16;
      font-weight: 500; } }

.txt-rtl {
  direction: rtl;
  unicode-bidi: embed; }

/* res
.single {
	
	.txt {
		width: (100/12)*6%;
	}

	> header {
		top: 24px;
	}
}
.lft-clmn, .rght-clmn {
	width: (100/12)*3%; // 
	padding : 0;
	margin-top: 0;
}
.lft-clmn {
	padding-left: 3.33%; //

	> div {
		display: inline-block;

		+ div {
			margin-top: 30px;
		}
	}
}
.rght-clmn {
	padding-right: 3.33%; //
}
*/
.error {
  margin-top: 90px; }

@media all and (min-width: 40em) {
  .select-css {
    display: inline-block;
    margin: 0; }
    .select-css + .select-css {
      border-left: none; }
  .error {
    margin-top: 30px; } }

.cmrcl {
  padding: 0 10px;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .cmrcl article {
    display: block;
    background-color: #878787; }

.grid {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.mgi {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden; }

.tgs {
  position: relative;
  text-align: center;
  z-index: 10;
  color: #fff;
  left: 50%;
  max-width: calc(100% - 20px); }
  .tgs span {
    position: absolute;
    display: block;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 15px; }
  .tgs a {
    white-space: nowrap;
    text-decoration: underline; }
    .tgs a + a {
      margin-left: 4px; }
    .tgs a:hover {
      color: #f00; }

.c-yellow a {
  color: yellow; }

.c-black a {
  color: black; }

.c-white a {
  color: white; }

.mgc-12, .mgc-11, .mgc-10, .mgc-9, .mgc-8, .mgc-7, .mgc-6, .mgc-5, .mgc-4, .mgc-3, .mgc-2, .mgc-1 {
  width: 100%; }

.grid-sizer {
  width: 100%; }

.pst-ovrly {
  display: none;
  position: absolute;
  left: 10;
  top: 0;
  width: calc(100% - 20px);
  height: 100%;
  z-index: 10;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 10px 20px; }
  .pst-ovrly > span {
    text-align: center;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    position: relative;
    color: #fff;
    width: 100%; }

.pst-mg {
  position: relative;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, cover; }
  .pst-mg > span {
    position: absolute;
    top: 10px;
    display: block;
    width: 100%;
    color: #f00;
    text-align: center; }
  .pst-mg img {
    width: 100%;
    display: block; }
  .tl-mg .pst-mg img {
    opacity: 1; }

.pst-iss {
  padding: 10px;
  text-align: center;
  background-color: #ffe100; }
  .edtns-pg .pst-iss {
    display: none; }

.pst-bb {
  position: absolute;
  bottom: 20px;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 75%;
  text-align: center;
  background-color: #fff;
  border-radius: 24px;
  white-space: nowrap;
  z-index: 20; }

.prsn {
  position: relative; }
  .prsn img {
    opacity: 1; }
  .prsn .pst-mg + div {
    min-height: 88px; }

.prsn-mr div:first-of-type {
  display: none;
  padding-bottom: 10px; }
  .prsn-mr div:first-of-type p {
    margin-top: 0; }

.prsn-mr div.shw-nf {
  display: block; }

.prsn-mr-tggl {
  cursor: pointer;
  display: inline-block;
  position: absolute;
  right: 10px;
  bottom: 3px; }
  .prsn-mr-tggl span:last-of-type {
    display: none; }
  .shw-nf + .prsn-mr-tggl span:last-of-type {
    display: inline-block; }
  .shw-nf + .prsn-mr-tggl span:first-of-type {
    display: none; }

.lctn {
  width: 100%; }

.lctn-rw a > div {
  width: 70%; }
  .lctn-rw a > div div {
    display: block; }
  .lctn-rw a > div > div:nth-of-type(2) {
    margin-top: 4px; }

.lctn-cty {
  padding-top: 6px; }

.lctn-lnk > div {
  width: 70%; }

.dsply-tb {
  display: table; }

.dsply-tr {
  display: table-row; }

.dsply-td {
  display: table-cell; }
  .dsply-td + .dsply-td {
    padding-left: 5px; }

.shr a {
  display: inline-block;
  margin-top: 15px; }
  .shr a + a {
    margin-left: 10px; }

.gallery ul li {
  display: inline-block; }

.slidesjs-pagination {
  list-style: none;
  padding: 0;
  position: absolute;
  bottom: 10px;
  z-index: 20;
  right: 0;
  left: 0;
  text-align: center;
  display: block;
  font-size: 1px;
  line-height: 1;
  font-weight: 400; }
  .slidesjs-pagination a {
    opacity: 0.5;
    width: 10px;
    height: 10px;
    border: solid 1px grey;
    background-color: white;
    display: block;
    border-radius: 10px;
    margin: 0 2px;
    position: relative; }
    .slidesjs-pagination a:hover, .slidesjs-pagination a.active {
      opacity: 1;
      width: 12px;
      height: 12px;
      border-radius: 12px;
      top: -2px;
      margin: 0 1px; }

.txt img {
  max-width: 100%;
  display: block;
  margin: 5px 20px 20px; }

.txt .captionImage {
  margin: 0 20px 15px 20px; }
  .txt .captionImage > img {
    margin: 0;
    margin-bottom: 15px; }
  .txt .captionImage p {
    margin: 0; }

.txt .left {
  float: left;
  margin-left: 0; }

.txt .right {
  float: right;
  margin-right: 0; }

.txt .leftAlone {
  position: relative;
  left: 0;
  margin-left: 0; }

.txt .rightAlone {
  position: relative;
  left: 100%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  margin-left: 0; }

.txt .rightAlone > .rightAllone {
  left: 0; }

.txt .center {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 0 0 20px; }

.txt .caption {
  font-size: 14px;
  line-height: 1.28571;
  font-weight: 400; }

@media all and (min-width: 40em) {
  .grid-sizer {
    width: 50%; }
  .mgc-6, .mgc-5, .mgc-4, .mgc-3, .mgc-2, .mgc-1 {
    width: 50%; }
  .mgc-12, .mgc-11, .mgc-10, .mgc-9, .mgc-8, .mgc-7 {
    width: 100%; } }

@media all and (min-width: 48em) {
  .imprnt-txt {
    -webkit-columns: 2 auto;
            columns: 2 auto;
    padding-top: 15px; }
    .imprnt-txt p:first-of-type {
      margin-top: 0; }
  .lctn-cty {
    width: 25%;
    min-width: 350px; }
  .lctn-rw {
    text-align: right; }
    .lctn-rw a > div {
      width: 70%; }
      .lctn-rw a > div > div {
        display: block; } }

@media all and (min-width: 64em) {
  .lctn-rw a > div > div:first-of-type {
    width: 70%;
    display: inline-block; }
  .lctn-rw a > div > div:last-of-type {
    display: inline-block;
    width: 30%; } }

@media all and (min-width: 75em) {
  .grid-sizer {
    width: 11.11111%; }
  .mgc-1 {
    width: 11.11111%; }
  .mgc-2 {
    width: 22.22222%; }
  .mgc-3 {
    width: 33.33333%; }
  .mgc-4 {
    width: 44.44444%; }
  .mgc-5 {
    width: 55.55556%; }
  .mgc-6 {
    width: 66.66667%; }
  .mgc-8, .mgc-7 {
    width: 77.77778%; }
  .mgc-10, .mgc-9 {
    width: 88.88889%; }
  .mgc-12, .mgc-11 {
    width: 100%; } }

@media all and (min-width: 85em) {
  .grid-sizer {
    width: 8.33333%; }
  .mgc-1 {
    width: 8.33333%; }
  .mgc-2 {
    width: 16.66667%; }
  .mgc-3 {
    width: 25%; }
  .mgc-4 {
    width: 33.33333%; }
  .mgc-5 {
    width: 41.66667%; }
  .mgc-6 {
    width: 50%; }
  .mgc-7 {
    width: 58.33333%; }
  .mgc-8 {
    width: 66.66667%; }
  .mgc-9 {
    width: 75%; }
  .mgc-10 {
    width: 83.33333%; }
  .mgc-11 {
    width: 91.66667%; }
  .mgc-12 {
    width: 100%; } }

.clearfix::after {
  content: "";
  clear: both;
  display: table; }

.o0 {
  opacity: 0; }

.dn {
  display: none !important; }

* {
  cursor: url("/_resources/themes/aotwc-theme/images/mouse_paper.png"), auto !important; }

.flssbnd > div {
  -webkit-animation: move_fb 40s linear 0s infinite alternate;
          animation: move_fb 40s linear 0s infinite alternate; }

footer .clndr a > div span:first-of-type {
  -webkit-animation: marquee 100s linear infinite;
          animation: marquee 100s linear infinite; }

footer .clndr a > div span:last-of-type {
  -webkit-animation: marquee2 100s linear infinite;
          animation: marquee2 100s linear infinite; }

body {
  padding-bottom: 100px;
  min-height: 100vw;
  background-color: #e8e8e8;
  padding-top: 36px;
  padding-top: 24px; }

main {
  position: relative;
  min-height: 100px;
  margin: 0 5.46875vw; }

.main-grid {
  padding-top: 0; }

.flssbnd {
  position: fixed;
  height: 36px;
  height: 24px;
  white-space: nowrap;
  background-color: #00ffa9;
  z-index: 1000;
  width: 100vw;
  overflow: hidden;
  top: 0;
  left: 0; }
  .flssbnd p {
    margin: 0; }

.flssbnd > div {
  position: absolute;
  width: auto; }

@-webkit-keyframes move_fb {
  from {
    left: 0; }
  to {
    left: -100%; } }

@keyframes move_fb {
  from {
    left: 0; }
  to {
    left: -100%; } }

.bg-txt {
  width: 100vw;
  overflow: hidden;
  position: relative;
  -webkit-transition: opacity 1s;
  transition: opacity 1s; }
  .bg-txt .bg-mgs {
    height: 69vh;
    width: 60vw;
    width: 88vw;
    position: fixed;
    left: 20vw;
    left: 6vw;
    top: calc(50vh + 18px);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center; }
    .bg-txt .bg-mgs .prtrt {
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    .bg-txt .bg-mgs .lndscp {
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    .bg-txt .bg-mgs > div {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #e8e8e8;
      -webkit-transition: opacity 0.2s;
      transition: opacity 0.2s; }
      .bg-txt .bg-mgs > div + div {
        opacity: 0; }
    .bg-txt .bg-mgs img {
      display: block;
      position: relative;
      margin: 0 auto;
      -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
              box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
      max-width: 100%;
      max-height: 100%;
      width: auto;
      height: auto; }
  .bg-txt.img2 .bg-mgs > div:nth-of-type(2) {
    opacity: 1; }
  .bg-txt.img2 .bg-mgs > div:nth-of-type(1) {
    overflow: hidden; }
  .bg-txt.img3 .bg-mgs > div:nth-of-type(3) {
    opacity: 1; }
  .bg-txt.img3 .bg-mgs > div:nth-of-type(2) {
    overflow: hidden; }
  .bg-txt.img4 .bg-mgs > div:nth-of-type(4) {
    opacity: 1; }
  .bg-txt.img4 .bg-mgs > div:nth-of-type(3) {
    overflow: hidden; }
  .bg-txt.img5 .bg-mgs > div:nth-of-type(5) {
    opacity: 1; }
  .bg-txt.img5 .bg-mgs > div:nth-of-type(4) {
    overflow: hidden; }
  .bg-txt.img6 .bg-mgs > div:nth-of-type(6) {
    opacity: 1; }
  .bg-txt.img6 .bg-mgs > div:nth-of-type(5) {
    overflow: hidden; }
  .bg-txt.img7 .bg-mgs > div:nth-of-type(7) {
    opacity: 1; }
  .bg-txt.img7 .bg-mgs > div:nth-of-type(6) {
    overflow: hidden; }
  .bg-txt .dsply {
    position: fixed;
    z-index: 2;
    top: calc(50vh + 12px);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100vw;
    overflow: hidden;
    height: 150px;
    height: 72px; }
    .bg-txt .dsply > div {
      white-space: nowrap;
      left: 100vw;
      position: absolute;
      height: 138px;
      height: 72px; }

body > header {
  position: relative;
  padding: 15px 0 64px;
  text-align: center;
  height: auto; }
  body > header .hdr-lg img {
    max-width: calc(100vw - 40px);
    display: block;
    position: relative;
    margin: 0 auto; }
  body > header .dnt {
    position: fixed;
    bottom: 36px;
    left: 3.33vw;
    width: 30vw;
    display: none; }
    body > header .dnt img {
      width: 100%;
      max-width: 150px; }
  body > header .fxd .dnt {
    display: block; }
  body > header nav {
    position: absolute;
    height: 52px;
    height: auto;
    z-index: 100;
    width: 100vw;
    top: calc(6.318vw + 15px + 12px);
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 900px; }
    body > header nav ul {
      list-style: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      body > header nav ul.main-menu {
        max-width: 900px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0 40px;
        padding: 0 15px;
        width: 100%;
        margin: 0 auto;
        position: relative;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
        body > header nav ul.main-menu > li {
          display: inline-block; }
          body > header nav ul.main-menu > li.search {
            width: auto; }
            body > header nav ul.main-menu > li.search > span {
              width: 30px;
              height: 30px;
              padding: 5px;
              -webkit-box-sizing: border-box;
                      box-sizing: border-box;
              position: relative;
              border: solid 1px;
              display: block;
              border-radius: 15px; }
            body > header nav ul.main-menu > li.search ul {
              padding: 0;
              height: 70px;
              border-radius: 35px;
              text-align: center;
              padding: 15px 31px;
              -webkit-box-sizing: border-box;
                      box-sizing: border-box;
              -webkit-transform: translateX(-94%);
                      transform: translateX(-94%);
              margin-top: 70px;
              -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
                      box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5); }
              body > header nav ul.main-menu > li.search ul input {
                width: 395px;
                border: none;
                border-bottom: solid 1px; }
        body > header nav ul.main-menu ul {
          display: none;
          position: absolute;
          padding: 0;
          left: 5.46875vw;
          -webkit-transform: none;
                  transform: none;
          padding: 62px 0;
          margin-top: 23px;
          background-color: #fff;
          border-radius: 28px;
          border: solid 1px;
          max-height: calc(100vh - 140px);
          width: 89.06vw;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          overflow: auto; }
          body > header nav ul.main-menu ul > li + li {
            margin-top: 62px; }
        body > header nav ul.main-menu .shw {
          background-color: #f00; }
          body > header nav ul.main-menu .shw + ul {
            display: block; }
      body > header nav ul span {
        -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
                box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
        -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
                box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
        padding: 11px 26px;
        padding: 5px 10px;
        display: block;
        height: 52px;
        height: calc(100% - 2px);
        background-color: #fff;
        border-radius: 26px;
        border-radius: 12px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        border: solid 1px #000;
        cursor: pointer; }
        body > header nav ul span:hover {
          background-color: #f00; }
        body > header nav ul span a:hover {
          color: #000; }
    body > header nav.fxd {
      position: fixed;
      top: 78px;
      top: 36px; }

@-webkit-keyframes marquee {
  from {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); } }

@keyframes marquee {
  from {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); } }

@-webkit-keyframes marquee2 {
  from {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); } }

@keyframes marquee2 {
  from {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); } }

footer {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 50;
  width: 100vw; }
  footer .clndr {
    width: 100vw;
    color: #f00;
    opacity: 0; }
    footer .clndr a > div {
      overflow: hidden;
      white-space: nowrap; }
      footer .clndr a > div span:first-of-type {
        display: inline-block; }
      footer .clndr a > div span:last-of-type {
        display: inline-block; }
    footer .clndr a {
      text-decoration: none;
      color: inherit; }
    footer .clndr.shw {
      opacity: 1; }
  footer .dt-prvcy {
    position: absolute;
    right: 5.46875vw;
    top: -82px;
    top: -32px; }
    footer .dt-prvcy a {
      height: 50px;
      height: 20px;
      background-color: rgba(0, 0, 0, 0.3);
      border-radius: 25px;
      border-radius: 10px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 11px 22px;
      padding: 4px 7px;
      color: #fff; }
  footer .hmpg .dt-prvcy {
    top: -25px; }

a:hover {
  color: #f00; }

.ctgry-hl {
  margin: 33px 5.46875vw;
  margin: 0 0 20px;
  text-align: left;
  text-align: center;
  position: relative; }
  .ctgry-hl h1 {
    margin: 0; }

.select-css {
  display: block;
  color: #000;
  padding: .6em 2.4em .5em .8em;
  padding: .38em 1.8em .4em .6em;
  width: auto;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  border: 1px solid #000;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"), -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(0%, #fff));
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"), linear-gradient(to bottom, #ffffff 0%, #fff 0%);
  background-repeat: no-repeat, repeat;
  background-position: right .7em top 50%, 0 0;
  background-size: .65em auto, 100%;
  height: 60px;
  height: 24px;
  margin: 10px auto; }

.select-css::-ms-expand {
  display: none; }

.select-css:focus {
  border-color: #aaa;
  -webkit-box-shadow: 0 0 1px 3px rgba(59, 153, 252, 0.7);
          box-shadow: 0 0 1px 3px rgba(59, 153, 252, 0.7);
  box-shadow: 0 0 0 3px -moz-mac-focusring;
  color: #222;
  outline: none; }

@media all and (min-width: 768px) {
  main {
    margin: 0 25px; }
  .bg-txt .dsply {
    height: 132px; }
    .bg-txt .dsply > div {
      height: 132px; }
  body > header {
    position: relative;
    padding: 24px 0 115px;
    width: calc(100vw - 100px);
    margin: 0 auto; }
    body > header .hdr-lg img {
      width: 100%; }
    body > header .dnt {
      width: 25vw;
      bottom: 70px; }
      body > header .dnt img {
        width: 100%;
        max-width: 220px; }
    body > header nav {
      height: 42px;
      top: calc(5.7vw + 24px + 22px);
      width: calc(100vw - 100px); }
      body > header nav ul.main-menu {
        padding: 0; }
        body > header nav ul.main-menu ul {
          width: 100%;
          left: 0; }
      body > header nav ul span {
        -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
                box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
        padding: 11px 18px 7px;
        height: 100%;
        border-radius: 20px; }
      body > header nav.fxd {
        position: fixed;
        top: 55px; }
  footer .dt-prvcy {
    position: absolute;
    right: 4.6875vw;
    top: -60px; }
    footer .dt-prvcy a {
      border-radius: 18px;
      padding: 9px 15px; }
  footer .hmpg .dt-prvcy {
    top: -48px; }
  .ctgry-hl {
    margin: 0 auto 48px; }
  .select-css {
    display: block;
    color: #000;
    padding: .6em 2.4em .5em .8em; }
  .select-css {
    height: 47px; } }

@media all and (min-width: 1081px) {
  body {
    padding-top: 36px; }
  main {
    margin: 0 5.46875vw; }
  .flssbnd {
    height: 36px; }
  .bg-txt .bg-mgs {
    height: 80vh;
    width: 80vw;
    left: 10vw; }
  .bg-txt .dsply {
    top: calc(50vh + 22px);
    height: 150px; }
    .bg-txt .dsply > div {
      height: 138px; }
  body > header {
    position: relative;
    padding: 32px 0 137px;
    height: 70px; }
    body > header .hdr-lg {
      max-width: 1060px;
      position: relative;
      margin: 0 auto; }
    body > header .dnt {
      position: absolute;
      text-align: center;
      top: -12px;
      left: calc(( -50vw + 450px ) / 2 - 5vw);
      width: 11vw;
      display: block; }
      body > header .dnt img {
        max-width: unset; }
    body > header nav {
      height: 52px;
      top: 124px;
      top: calc(5.7vw + 36px + 22px); }
      body > header nav ul.main-menu {
        padding: 0 40px; }
        body > header nav ul.main-menu > li {
          position: relative; }
        body > header nav ul.main-menu ul {
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          padding: 62px;
          margin-top: 35px;
          max-height: calc(100vh - 175px);
          width: auto; }
      body > header nav ul span {
        -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
                box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
        padding: 11px 26px;
        height: 48px;
        border-radius: 24px; }
      body > header nav.fxd {
        position: fixed;
        top: 78px; }
  footer .dt-prvcy {
    position: absolute;
    right: 5.46875vw;
    top: -60px; }
    footer .dt-prvcy a {
      height: 50px;
      border-radius: 25px;
      padding: 11px 22px; }
  footer .hmpg .dt-prvcy {
    top: -48px; }
  .ctgry-hl {
    margin: 33px 5.46875vw;
    text-align: left; }
  .select-css {
    display: block;
    color: #000;
    padding: .6em 2.4em .5em .8em; }
  .select-css {
    display: block;
    color: #000;
    padding: .6em 2.4em .5em .8em;
    width: auto;
    max-width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
    border: 1px solid #000;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"), -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(0%, #fff));
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"), linear-gradient(to bottom, #ffffff 0%, #fff 0%);
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
    height: 60px;
    margin: 10px auto; } }

@media all and (min-width: 1124px) {
  body > header nav {
    top: calc(67px + 36px + 22px); } }

@media all and (min-width: 1280px) {
  .bg-txt .bg-mgs {
    width: 70vw;
    height: 75vh;
    left: 15vw; } }

.ctgry-hl {
  text-align: left;
  text-align: center; }

.HomePage .grid, .blg-vrvw > main {
  margin: 0 2.73437vw; }

.grid-sizer {
  width: 100%; }

.pst-stndrd {
  width: 100%;
  margin: 0 0 23px 0;
  border-radius: 15px;
  position: relative;
  padding: 2.73437vw; }
  .pst-stndrd > a:hover .pst-ovrly, .pst-stndrd > a:hover .pst-tgs {
    display: block; }
  .pst-stndrd > a {
    text-decoration: none; }
    .pst-stndrd > a:hover {
      color: inherit; }

.pst-txt, .pst-mg, .pst-tgs > span {
  display: inline-block;
  position: relative;
  width: 100%;
  vertical-align: middle; }
  .pst-txt img, .pst-mg img, .pst-tgs > span img {
    border-radius: 15px; }
  .pst-txt .pst-cat, .pst-mg .pst-cat, .pst-tgs > span .pst-cat {
    margin-top: 13px; }
    .pst-txt .pst-cat span, .pst-mg .pst-cat span, .pst-tgs > span .pst-cat span {
      position: absolute;
      top: 13px;
      right: 0; }
  .blg-vrvw .pst-txt, .blg-vrvw .pst-mg, .blg-vrvw .pst-tgs > span {
    width: 100%; }

.pst-mg, .pst-tgs > span {
  border-radius: 15px; }

.pst-tgs, .edtns-pg .pst-ovrly {
  position: absolute;
  top: -8px;
  left: -8px;
  width: calc(100% + 16px);
  height: calc(100% + 16px);
  background-color: rgba(255, 225, 0, 0.5);
  display: none;
  color: #000;
  border-radius: 15px;
  z-index: 2; }
  .pst-tgs > span, .edtns-pg .pst-ovrly > span {
    position: relative;
    z-index: 2;
    text-align: center; }

.pst-hl h1 + h2 {
  margin-bottom: 10px; }

.pst-hl h1 {
  margin-bottom: 13px; }

.pst-hl + .pst-athr, .pst-hl + .pst-lctn {
  border-top: solid 1px;
  padding-top: 16px; }

.single main {
  margin: 0 4.16vw; }

.single .ctgry-hl {
  margin-left: 4.16vw;
  margin-right: 4.16vw; }

.blg-vrvw .ctgry-hl {
  margin-top: 0; }

.blg-vrvw main article {
  margin-bottom: 50px;
  margin-bottom: 23px; }

.blg-vrvw .txts-fltr {
  width: 100%;
  text-align: center;
  position: relative;
  margin-bottom: 20px; }
  .blg-vrvw .txts-fltr > select {
    display: inline-block;
    margin: 0; }

.blg-vrvw .txts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%; }

.blg-vrvw .mg-month, .blg-vrvw .qstn {
  width: 100%;
  position: relative;
  margin-bottom: 50px;
  margin-bottom: 33px; }
  .blg-vrvw .mg-month > div, .blg-vrvw .qstn > div {
    text-align: center; }

.mg-month > div:not(.bgs) {
  border: solid 1px;
  border-radius: 40px;
  border-radius: 25px;
  padding-top: 13px;
  padding-top: 9px;
  height: 80px;
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: no-repeat;
  background-position-y: 200%;
  background-size: cover; }
  .mg-month > div:not(.bgs):hover {
    background-position: center; }

.HomePage article {
  margin-bottom: 59px; }

.HomePage .pst-stndrd {
  min-height: 273px;
  min-height: unset; }

.HomePage .mg-month, .HomePage .ad.full {
  position: relative;
  width: 66.51vw;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }

.HomePage .ad {
  text-align: center;
  width: 80%;
  position: relative;
  margin: 0 10% 59px;
  padding: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .HomePage .ad a {
    display: block;
    border-radius: 15px;
    position: relative; }
    .HomePage .ad a > .ovrly {
      position: absolute;
      top: -17px;
      left: -17px;
      width: calc(100% + 34px);
      height: calc(100% + 34px);
      top: -8px;
      left: -8px;
      width: calc(100% + 16px);
      height: calc(100% + 16px);
      background-color: rgba(255, 0, 0, 0.5);
      display: none;
      border-radius: 15px;
      z-index: 2; }
    .HomePage .ad a:hover > .ovrly {
      display: block; }
    .HomePage .ad a.full {
      margin-top: 59px; }
  .HomePage .ad .pst-mg {
    margin: 0;
    width: auto;
    display: block; }
  .HomePage .ad img {
    max-width: 100%;
    border-radius: 15px;
    display: block;
    position: relative;
    margin: 0 auto; }
  .HomePage .ad.full a {
    display: inline-block; }
  .HomePage .ad.full img {
    max-height: 183px;
    width: auto; }

.HomePage .mg-month {
  overflow: hidden;
  margin-bottom: 23px; }
  .HomePage .mg-month > div {
    position: relative;
    text-align: center;
    height: 183px;
    height: 80px;
    background: none;
    padding-top: 0;
    border-radius: 30px;
    border-radius: 15px; }
  .HomePage .mg-month > div:not(.bgs) {
    padding-top: 13px;
    padding-top: 22px; }
  .HomePage .mg-month .bgs {
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%; }
    .HomePage .mg-month .bgs img {
      width: 100%;
      display: block;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
      .HomePage .mg-month .bgs img + img {
        opacity: 0; }
      .HomePage .mg-month .bgs img.shw {
        opacity: 1; }

.HomePage .qstn {
  margin-bottom: 59px;
  margin-bottom: 23px;
  width: 100%;
  text-align: center; }

.go-to-archive {
  padding-top: 59px;
  padding-top: 23px;
  display: block;
  border-top: solid 1px;
  text-align: center;
  width: 100%; }
  .go-to-archive div {
    border: solid 1px;
    border-radius: 30px;
    border-radius: 15px;
    display: inline-block;
    position: relative;
    margin: 0 auto;
    height: 60px;
    height: 30px;
    padding: 12px 30px 0;
    padding: 8px 15px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .go-to-archive a {
    text-decoration: none; }
    .go-to-archive a:hover {
      color: #000; }
      .go-to-archive a:hover div {
        background-color: #f00; }

.single > header {
  padding-bottom: 110px;
  padding-bottom: 53px; }

.single .gallery {
  position: relative; }

.single .slidesjs-slide {
  height: 100%; }
  .single .slidesjs-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    border-radius: 15px; }

.single article header img {
  border-radius: 15px;
  width: 89.114vw;
  width: 100%;
  display: block; }

.single article .hls h1 {
  margin: 50px 0;
  margin: 26px 0 20px; }

.single article .hls h2 {
  margin-bottom: 80px;
  margin-bottom: 20px; }

.single article .hls ul {
  width: 50%;
  left: 25%;
  position: relative;
  text-align: center;
  border-bottom: solid 1px; }
  .single article .hls ul li:not(.ctgry) div {
    display: none; }
  .single article .hls ul li {
    padding: 10px 0; }
  .single article .hls ul:last-of-type {
    margin-bottom: 20px; }

.single .sngl-flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: none;
      flex-wrap: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.single ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .single ul li {
    padding-bottom: 13px; }

.single .txt {
  width: 49.2vw;
  width: 100%;
  margin-bottom: 30px;
  -webkit-box-ordinal-group: unset;
      -ms-flex-order: unset;
          order: unset;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }
  .single .txt p, .single .txt h1, .single .txt h2, .single .txt h3, .single .txt h4, .single .txt h5, .single .txt h6 {
    margin-top: 0; }
  .single .txt #ggl-map {
    margin-top: 30px; }

.single .lft-clmn {
  width: 17.19vw;
  width: 100vw;
  -webkit-box-ordinal-group: unset;
      -ms-flex-order: unset;
          order: unset;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }
  .single .lft-clmn > span {
    margin-bottom: 20px;
    display: block; }
  .single .lft-clmn .ad {
    text-align: center;
    margin-bottom: 40px; }
  .single .lft-clmn img {
    max-width: 100%;
    max-width: 66.6%;
    border-radius: 15px; }

.single .rght-clmn {
  width: 16.50vw;
  width: 75vw;
  -webkit-box-ordinal-group: unset;
      -ms-flex-order: unset;
          order: unset;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3; }
  .single .rght-clmn > ul {
    width: auto;
    width: 75vw; }
  .single .rght-clmn .person {
    border-bottom: solid 1px;
    display: list-item;
    display: none; }
    .single .rght-clmn .person span {
      text-decoration: underline; }
      .single .rght-clmn .person span:hover {
        cursor: pointer; }
    .single .rght-clmn .person > div {
      margin-top: 13px; }
    .single .rght-clmn .person + li {
      padding-top: 13px; }
  .single .rght-clmn .nfo-dt, .single .rght-clmn .ctgry {
    display: none; }
  .single .rght-clmn .edition {
    display: list-item;
    display: none; }
  .single .rght-clmn .ftnts .sub-hl {
    margin-bottom: 13px; }

.single .ftnts .sub-hl {
  margin-bottom: 13px; }

.edt-lnk {
  margin-bottom: 20px;
  border: solid 2px;
  padding: 5px 10px; }

.lctns main {
  margin: 0 2.778vw; }
  .lctns main h1 {
    margin: 0; }
  .lctns main ul {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    margin-top: 50px;
    margin-top: 20px;
    list-style: none; }
  .lctns main .lctns-hdr {
    min-height: unset;
    vertical-align: top;
    border: none; }
    .lctns main .lctns-hdr span {
      display: block;
      margin: 0 auto 30px;
      margin: 0 auto 10px;
      height: 44px;
      height: auto;
      text-align: center;
      max-width: 155px;
      width: 15vw;
      border: solid 1px;
      border-radius: 22px;
      padding-top: 8px;
      padding-top: 1px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
    .lctns main .lctns-hdr > div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .lctns main .lctns-hdr > div div {
        width: 50%; }
        .lctns main .lctns-hdr > div div:nth-of-type(1) {
          width: 43vw; }
        .lctns main .lctns-hdr > div div:nth-of-type(2) {
          width: calc(100% - 600px);
          width: calc(100% - 43vw); }
        .lctns main .lctns-hdr > div div:nth-of-type(3) {
          display: block;
          display: none; }
    .lctns main .lctns-hdr + li {
      border-top-left-radius: 10px;
      border-top-right-radius: 10px; }
  .lctns main li {
    text-align: center;
    border: solid 1px #f00;
    border-bottom: none;
    position: relative; }
    .lctns main li.top-round {
      border-top-right-radius: 10px;
      border-top-left-radius: 10px; }
    .lctns main li.bottom-round {
      border-bottom-right-radius: 10px;
      border-bottom-left-radius: 10px;
      border-bottom: solid 1px #f00; }
    .lctns main li:last-of-type {
      border-bottom: solid 1px #f00;
      border-bottom-left-radius: 30px;
      border-bottom-right-radius: 30px;
      border-bottom-left-radius: 10px;
      border-bottom-right-radius: 10px; }
    .lctns main li .cty, .lctns main li .typ {
      display: block;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
    .lctns main li .cty {
      position: absolute;
      top: 0;
      left: 0;
      width: 43vw;
      max-width: 155px;
      padding: 32px 20px 0;
      padding: 22px 12px 0; }
    .lctns main li .lnk {
      width: calc(100% - 300px);
      width: calc(100% - 43vw);
      margin-left: 300px;
      margin-left: 43vw;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      position: relative;
      border-left: solid 1px #f00;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .lctns main li .lnk .lctn-nm {
        width: calc(100% - 300px);
        width: 100%;
        padding: 31px;
        padding: 12px 10px 6px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
        .lctns main li .lnk .lctn-nm:hover {
          background-color: rgba(255, 0, 0, 0.34); }
      .lctns main li .lnk + .lnk {
        border-top: solid 1px #f00; }
      .lctns main li .lnk.dn + .lnk {
        border-top: none; }
    .lctns main li a[href=""] {
      text-decoration: none;
      cursor: text; }
    .lctns main li .typ {
      width: 100%;
      margin-bottom: 12px; }

.lctns .clndr-fltr {
  position: absolute;
  position: relative;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .lctns .clndr-fltr select {
    margin: 10px 0; }
    .lctns .clndr-fltr select + select {
      border-left: none; }

#ggl-map {
  height: 40em;
  max-height: 50vh;
  background-color: RGB(185, 190, 195); }
  #ggl-map img {
    margin: 0; }

.google-info-content a {
  text-decoration: underline; }

#ggl-map {
  width: calc(100% + 40px);
  width: 100%;
  margin-left: -20px;
  margin: 0;
  border-radius: 10px; }

.clndr-fltr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.filterAWC, .filterMonth {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px; }

.filterCityLoc, .filterYear {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px; }

.edtns-pg main {
  margin: 0 1.771vw; }

.edtns-pg .edtns-wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.edtns-pg img + img {
  display: none; }

.edtns-pg article {
  width: 100%;
  padding: 1.771vw;
  border: none;
  margin-bottom: 30px; }
  .edtns-pg article a {
    text-decoration: none; }
    .edtns-pg article a:hover > div {
      background-color: rgba(255, 0, 0, 0.4);
      color: #000; }
    .edtns-pg article a > div {
      border: solid 1px #000;
      border-radius: 40px;
      padding: 25px 25px 40px; }

.edtns-pg .pst-mg {
  margin: 0 0 50px; }
  .edtns-pg .pst-mg img {
    border-radius: 0;
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
            box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5); }

.edtns-pg .edtn-txt {
  text-align: center; }

.clndr-pg .ctgry-hl {
  margin-left: 0; }

.clndr-pg main {
  margin: 0 5.46875vw;
  margin: 0 3.33vw; }

.clndr-pg .bttns {
  text-align: center; }
  .clndr-pg .bttns button {
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
            box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
    padding: 11px 26px;
    padding: 6px 15px;
    display: inline-block;
    height: 52px;
    height: 32px;
    background-color: #fff;
    border-radius: 26px;
    border-radius: 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: solid 1px #000;
    cursor: pointer; }
    .clndr-pg .bttns button:hover {
      background-color: #f00; }
    .clndr-pg .bttns button + button {
      margin-left: 50px; }

.clndr-pg .clndr {
  border: solid 1px #f00;
  border-radius: 30px;
  border-radius: 15px;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 80px; }
  .clndr-pg .clndr h2, .clndr-pg .clndr h3 {
    margin: 0; }
  .clndr-pg .clndr li {
    min-height: 60px;
    min-height: 36px;
    clear: right;
    border-top: solid 1px #f00; }
    .clndr-pg .clndr li:first-of-type {
      border-top: none;
      text-align: center;
      background-color: rgba(255, 225, 0, 0.3);
      border-top-left-radius: 15px;
      border-top-right-radius: 15px; }
    .clndr-pg .clndr li > a {
      position: relative;
      text-decoration: none; }
      .clndr-pg .clndr li > a + a {
        border-top: none;
        border-top: solid 1px #f00; }
      .clndr-pg .clndr li > a:hover {
        color: #000; }
        .clndr-pg .clndr li > a:hover:before {
          display: block; }
      .clndr-pg .clndr li > a:before {
        content: " ";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
        background-color: rgba(255, 0, 0, 0.4);
        display: none; }
      .clndr-pg .clndr li > a > div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -ms-flex-wrap: none;
            flex-wrap: none;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .clndr-pg .clndr li > a > div > div {
          padding: 10px 0; }
        .clndr-pg .clndr li > a > div > div:nth-of-type(1) {
          width: 324px;
          width: 30vw;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          padding: 20px;
          padding: 10px 0 0;
          margin-left: 30vw; }
          .clndr-pg .clndr li > a > div > div:nth-of-type(1) img {
            width: 100%;
            max-height: 163px;
            height: 163px;
            height: auto;
            border-radius: 15px;
            border-radius: 5px;
            -o-object-fit: contain;
               object-fit: contain; }
        .clndr-pg .clndr li > a > div > div:nth-of-type(2) {
          display: inline-block;
          width: calc(100% - 267px - 284px);
          width: 100%;
          vertical-align: middle;
          text-decoration: none;
          text-decoration: underline;
          padding: 0;
          padding: 16px 10px;
          text-align: left;
          text-align: center;
          -webkit-box-ordinal-group: unset;
              -ms-flex-order: unset;
                  order: unset;
          -webkit-box-ordinal-group: 4;
              -ms-flex-order: 3;
                  order: 3; }
          .clndr-pg .clndr li > a > div > div:nth-of-type(2) h2 {
            margin-bottom: 10px; }
        .clndr-pg .clndr li > a > div > div:nth-of-type(3) {
          display: inline-block;
          width: 267px;
          width: 30vw;
          margin-top: 15px;
          margin-top: 0;
          margin-left: 0;
          margin-left: 10px;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          border: none;
          border-left: solid 1px #f00;
          border-bottom: solid 1px #f00;
          -webkit-box-ordinal-group: unset;
              -ms-flex-order: unset;
                  order: unset;
          -webkit-box-ordinal-group: 3;
              -ms-flex-order: 2;
                  order: 2; }
          .clndr-pg .clndr li > a > div > div:nth-of-type(3) > div {
            padding: 8px; }
    .clndr-pg .clndr li > div {
      width: 255px;
      width: 30vw;
      position: relative;
      position: absolute;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 20px 0 20px 30px;
      padding: 10px 16px; }
      .clndr-pg .clndr li > div h2 {
        margin-top: 15px; }
  .clndr-pg .clndr.lst-vw .clndr-dt {
    position: relative;
    width: 100%;
    text-align: center;
    border-bottom: solid 1px #f00; }
    .clndr-pg .clndr.lst-vw .clndr-dt h2 {
      display: inline-block;
      margin: 0 0 0 10px;
      vertical-align: middle; }
  .clndr-pg .clndr.lst-vw a {
    display: block; }
  .clndr-pg .clndr .ovr-30 {
    display: none; }
  .clndr-pg .clndr + div > .nxt {
    opacity: 1; }
  .clndr-pg .clndr + div > .prv {
    opacity: 0.5; }
  .clndr-pg .clndr.nxt li {
    display: none; }
    .clndr-pg .clndr.nxt li:first-of-type {
      display: block; }
  .clndr-pg .clndr.nxt .ovr-30 {
    display: block; }
  .clndr-pg .clndr.nxt + div {
    margin-top: 70px; }
    .clndr-pg .clndr.nxt + div > .nxt {
      opacity: 0.5; }
    .clndr-pg .clndr.nxt + div > .prv {
      opacity: 1; }

.bttns {
  margin-top: 70px;
  margin-top: 35px; }

.ppls-pg main {
  margin-bottom: 800px; }
  .ppls-pg main ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .ppls-pg main ul li:before {
      content: ". "; }

.ppls-pg > div h2 {
  margin: 0 0 50px;
  margin: 0 0 16px; }

.ppls-pg .prsn-nfo {
  margin-top: 26px; }

.prsn-nm {
  width: 33%;
  width: 64vw; }
  .prsn-nm > span {
    cursor: pointer;
    text-decoration: underline; }
    .prsn-nm > span:hover {
      color: #f00; }
  .prsn-nm.hghlt > span {
    color: #f00; }

.prsn-nfo {
  display: none;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  left: auto;
  margin-top: 0;
  margin-bottom: 33px;
  padding: 20px 25px;
  box-sizing: border-box;
  border: solid 1px;
  border-radius: 15px;
  min-height: unset; }
  .prsn-nfo > div {
    position: relative;
    display: inline-block;
    width: calc(50% - 5.46875vw);
    width: 100%;
    vertical-align: top;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .prsn-nfo > div p:first-of-type {
      margin-top: 0; }
    .prsn-nfo > div p:last-of-type {
      margin-bottom: 0; }
    .prsn-nfo > div:first-of-type {
      margin-right: 105px;
      margin-right: 0;
      margin-bottom: 0;
      margin-bottom: 26px; }
  .prsn-nfo li + li {
    margin-top: 10px; }
  .prsn-nfo.hl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .hghlt + .prsn-nfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: block; }
  .prsn-nfo + .prsn-nm {
    margin-top: 10px; }
  .prsn-nfo h2 {
    margin-top: 0; }

.prsn-cls {
  position: absolute;
  top: 30px;
  right: 30px;
  top: 13px;
  right: 13px;
  cursor: pointer;
  opacity: 0.4;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

.cntct-pg main {
  margin: 0 5.46875vw;
  margin: 0; }

.cntct-pg .prsn-nm {
  margin-bottom: 90px;
  margin-bottom: 33px;
  margin-left: 33%;
  margin-left: 20.8vw; }
  .cntct-pg .prsn-nm > div p:first-of-type {
    margin-top: 0; }

.cntct-pg .prsn-nfo {
  position: fixed;
  position: relative;
  top: 50vh;
  top: auto;
  border: 0;
  width: 33.33%;
  width: 61vw;
  left: 66.66%;
  left: 19.5vw;
  padding: 0; }
  .cntct-pg .prsn-nfo .pst-mg {
    width: 100%; }
  .cntct-pg .prsn-nfo img {
    height: 42.1vh;
    height: auto;
    width: auto;
    width: 100%;
    max-width: 400px; }

.ShopsPage section {
  margin: 50px 0 80px;
  margin: 0 0 33px 0; }
  .ShopsPage section .ctgry-hl {
    margin: 0 0 45px 0;
    margin-bottom: 33px; }
    .ShopsPage section .ctgry-hl h2 {
      margin: 0; }
  .ShopsPage section .by-nw {
    padding-top: 35px;
    padding-top: 12px;
    display: block;
    height: 120px;
    height: 44px;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 60px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    text-decoration: none;
    width: 30%;
    width: 60%;
    margin: 0 auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    .ShopsPage section .by-nw:hover {
      background-color: #f00;
      color: #000; }
  .ShopsPage section:not(.edtns) .cntnt {
    width: calc(100vw - 21.84vw);
    width: 100%;
    position: relative;
    border-radius: 30px;
    margin: 0 auto;
    height: 40vh;
    text-align: center;
    background-color: rgba(255, 0, 0, 0.1);
    overflow: hidden; }
    .ShopsPage section:not(.edtns) .cntnt > div {
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      height: 100%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      -webkit-transition: opacity 0.5s;
      transition: opacity 0.5s; }
      .ShopsPage section:not(.edtns) .cntnt > div img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
      .ShopsPage section:not(.edtns) .cntnt > div + div {
        opacity: 0; }
      .ShopsPage section:not(.edtns) .cntnt > div.shw {
        opacity: 1; }
  .ShopsPage section.edtns {
    position: relative; }
    .ShopsPage section.edtns .cntnt {
      position: relative; }
    .ShopsPage section.edtns .prv, .ShopsPage section.edtns .nxt {
      position: absolute;
      height: 165px;
      width: 45px;
      top: calc(35% - 83px);
      display: block;
      background-repeat: no-repeat;
      background-size: contain; }
    .ShopsPage section.edtns .prv {
      display: block;
      left: -10px;
      background-image: url("/_resources/themes/aotwc-theme/images/triangle_off-left.png"); }
      .ShopsPage section.edtns .prv:hover {
        background-image: url("/_resources/themes/aotwc-theme/images/triangle_on-left.png"); }
    .ShopsPage section.edtns .nxt {
      display: block;
      right: -10px;
      background-image: url("/_resources/themes/aotwc-theme/images/triangle_off-right.png"); }
      .ShopsPage section.edtns .nxt:hover {
        background-image: url("/_resources/themes/aotwc-theme/images/triangle_on-right.png"); }
  .ShopsPage section .edtns-wrp {
    width: 72.71vw;
    position: relative;
    margin: 0 auto;
    overflow: hidden; }
    .ShopsPage section .edtns-wrp > div {
      white-space: nowrap;
      position: relative;
      display: block; }
    .ShopsPage section .edtns-wrp article {
      display: inline-block;
      vertical-align: top;
      width: 100%;
      text-align: center;
      position: relative;
      white-space: normal; }
      .ShopsPage section .edtns-wrp article > div {
        display: inline-block;
        position: relative;
        margin: 0 auto; }
      .ShopsPage section .edtns-wrp article .pst-mg {
        margin: 0 0 30px 0;
        margin: 0 0 20px 0;
        width: 60%;
        width: 80%; }
        .ShopsPage section .edtns-wrp article .pst-mg img {
          border-radius: 0;
          -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
                  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5); }
          .ShopsPage section .edtns-wrp article .pst-mg img + img {
            display: none; }
      .ShopsPage section .edtns-wrp article .pst-nfo {
        padding: 0 20px;
        padding: 0 10px;
        display: inline-block;
        margin-bottom: 24px;
        margin-bottom: 13px; }
      .ShopsPage section .edtns-wrp article .by-nw {
        width: 60%;
        width: 80%;
        white-space: nowrap;
        height: 52px;
        height: 28px;
        border-radius: 26px;
        border-radius: 14px;
        padding-top: 10px;
        padding-top: 8px;
        display: inline-block;
        border: solid 1px #000;
        background-color: transparent;
        position: relative;
        top: 0;
        -webkit-transform: none;
                transform: none; }
        .ShopsPage section .edtns-wrp article .by-nw:hover {
          background-color: #f00; }

.AboutPage .ctgry-hl, .PickupPage .ctgry-hl, .AdvertisePage .ctgry-hl {
  margin: 0 0 50px 0;
  margin: 0 0 20px 0; }

.AboutPage .cntnt, .PickupPage .cntnt, .AdvertisePage .cntnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .AboutPage .cntnt p:first-of-type, .PickupPage .cntnt p:first-of-type, .AdvertisePage .cntnt p:first-of-type {
    margin-top: 0; }
  .AboutPage .cntnt > div:first-of-type, .PickupPage .cntnt > div:first-of-type, .AdvertisePage .cntnt > div:first-of-type {
    width: 33.3%;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .AboutPage .cntnt > div:first-of-type img, .PickupPage .cntnt > div:first-of-type img, .AdvertisePage .cntnt > div:first-of-type img {
      width: 100%;
      display: none;
      display: block;
      border-radius: 30px;
      border-radius: 15px;
      margin-bottom: 33px; }
      .AboutPage .cntnt > div:first-of-type img + img, .PickupPage .cntnt > div:first-of-type img + img, .AdvertisePage .cntnt > div:first-of-type img + img {
        margin-top: 50px; }
  .AboutPage .cntnt > div:nth-of-type(2), .PickupPage .cntnt > div:nth-of-type(2), .AdvertisePage .cntnt > div:nth-of-type(2) {
    width: 66.6%;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 4.166vw;
    padding-left: 0; }
  .AboutPage .cntnt h3, .PickupPage .cntnt h3, .AdvertisePage .cntnt h3 {
    margin: 50px 0 42px;
    margin: 33px 0 20px; }

.AboutPage .cntnt > div:first-of-type {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  position: relative; }
  .AboutPage .cntnt > div:first-of-type img + img {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s; }
  .AboutPage .cntnt > div:first-of-type img.shw {
    opacity: 1; }

.AboutPage .cntnt > div:nth-of-type(2) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding: 0 4.166vw 0 0;
  padding: 0; }

.PickupPage .ctgry-hl {
  margin-bottom: 10px; }

.PickupPage .sbttl {
  margin-bottom: 40px; }

.PickupPage h2 {
  margin: 50px 0 44px;
  margin: 33px 0 20px;
  text-align: left;
  text-align: center; }

.PickupPage .cntnt > div:first-of-type {
  -webkit-box-ordinal-group: unset;
      -ms-flex-order: unset;
          order: unset;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }
  .PickupPage .cntnt > div:first-of-type img:first-of-type {
    display: none; }

.PickupPage .cntnt > div:nth-of-type(2) {
  -webkit-box-ordinal-group: unset;
      -ms-flex-order: unset;
          order: unset;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }
  .PickupPage .cntnt > div:nth-of-type(2) > img {
    display: none;
    display: block;
    border-radius: 15px;
    width: 75vw;
    position: relative;
    margin: 0 auto 33px; }

.PickupPage .cntnt .qr-cd {
  margin-top: 150px;
  margin-top: 33px;
  text-align: center; }
  .PickupPage .cntnt .qr-cd span {
    display: inline-block;
    display: block;
    vertical-align: top;
    margin-right: 100px;
    margin-right: 0;
    margin-bottom: 20px;
    text-align: left; }
  .PickupPage .cntnt .qr-cd img {
    width: 285px;
    width: 120px; }

.AdvertisePage .ctgry-hl {
  text-align: left;
  text-align: center; }
  .AdvertisePage .ctgry-hl h1 {
    width: 100%;
    width: 300px;
    display: inline-block; }

.AdvertisePage .cntnt > div:first-of-type {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-top: 0;
  margin-top: 33px;
  text-align: center; }
  .AdvertisePage .cntnt > div:first-of-type img {
    width: 20.833vw;
    width: 55vw;
    margin: 0 0 33px;
    position: relative;
    margin: 0 auto 20px; }
  .AdvertisePage .cntnt > div:first-of-type a {
    margin-top: 13px;
    margin-top: 0;
    height: 52px;
    height: 28px;
    border-radius: 26px;
    padding-top: 15px;
    padding-top: 7px;
    display: inline-block;
    border: solid 1px #000;
    background-color: transparent;
    position: relative;
    top: 0;
    -webkit-transform: none;
            transform: none;
    width: 20.833vw;
    width: 55vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center; }
    .AdvertisePage .cntnt > div:first-of-type a:hover {
      background-color: #f00;
      color: #000; }

.AdvertisePage .cntnt > div:nth-of-type(2) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding: 0 8.332vw 0 0;
  padding: 0; }
  .AdvertisePage .cntnt > div:nth-of-type(2) .mg-bttm {
    margin-top: 90px;
    margin-top: 33px; }
  .AdvertisePage .cntnt > div:nth-of-type(2) img {
    width: 100%;
    display: block; }
    .AdvertisePage .cntnt > div:nth-of-type(2) img + img {
      margin-top: 20px; }

.ImprintPage .imprnt-txt {
  -webkit-columns: 2 auto;
          columns: 2 auto;
  -webkit-columns: 1;
          columns: 1;
  padding-top: 15px;
  max-width: 1100px;
  margin: 0 auto; }
  .ImprintPage .imprnt-txt p:first-of-type {
    margin-top: 0; }

.mntnnc nav, .mntnnc footer {
  display: none; }

@media all and (min-width: 768px) {
  .grid-sizer {
    width: 50%; }
  .pst-stndrd {
    width: 50%;
    padding: 2.73437vw; }
  .pst-mg, .pst-tgs > span {
    margin-right: 4.6875vw; }
  .pst-tgs {
    position: absolute;
    top: -9px;
    left: -9px;
    width: calc(100% + 18px);
    height: calc(100% + 18px); }
  .HomePage .pst-stndrd > a {
    position: relative;
    display: block; }
  .HomePage article img {
    display: block;
    position: relative;
    margin: 0 auto; }
  .HomePage .mg-month, .HomePage .ad.full {
    width: 66.51vw;
    width: calc(100% - 100px);
    margin: 0 50px 43px; }
  .HomePage .mg-month > div {
    height: 183px; }
    .HomePage .mg-month > div:not(.bgs) {
      padding-top: 12px; }
  .HomePage .qstn {
    padding: 0 50px;
    margin-bottom: 43px; }
  .HomePage .ad {
    width: 50%;
    padding: 2.73437vw;
    margin: 0 0 43px; }
    .HomePage .ad a > .ovrly {
      top: -17px;
      left: -17px;
      width: calc(100% + 34px);
      height: calc(100% + 34px); }
  .blg-vrvw main article {
    margin-bottom: 50px; }
    .blg-vrvw main article.txt-clmn-med-2 {
      margin-left: 40px; }
  .blg-vrvw .txts-fltr {
    margin-bottom: 35px; }
  .blg-vrvw .mg-month + article + article, .blg-vrvw .qstn + article + article {
    margin-left: 30px; }
  .blg-vrvw .mg-month, .blg-vrvw .qstn {
    margin-bottom: 60px; }
  .blg-vrvw .pst-stndrd {
    width: calc(50% - 4.16vw); }
  .blg-vrvw .mg-month {
    width: calc(100% - 100px);
    margin: 0 auto 60px; }
    .blg-vrvw .mg-month > div:not(.bgs) {
      border-radius: 40px;
      border-radius: 46px;
      padding-top: 13px;
      height: 80px;
      height: 92px; }
  .single main {
    margin: 0 58px; }
  .single > header {
    padding-bottom: 110px; }
  .single article header {
    margin-bottom: 50px; }
  .single article .hls {
    margin-bottom: 36px; }
    .single article .hls h1 {
      margin: 36px 0; }
    .single article .hls h2 {
      margin-bottom: 26px; }
    .single article .hls li {
      padding: 9px; }
      .single article .hls li:last-of-type {
        padding-bottom: 18px; }
    .single article .hls ul {
      width: 60%;
      left: 20%; }
      .single article .hls ul + ul {
        margin-top: 9px; }
  .single .txt {
    width: calc(100% + 32px);
    margin-left: -16px;
    margin-bottom: 65px; }
  .single .lft-clmn {
    margin-bottom: 65px; }
    .single .lft-clmn > span {
      padding-left: 68px;
      margin-bottom: 37px; }
  .single .rght-clmn {
    width: calc( 100vw - 250px); }
  .edtns-pg article {
    width: 50%;
    margin-bottom: 0; }
  .lctns .ctgry-hl {
    margin-top: 0; }
  .lctns main .lctns-hdr span {
    margin: 0 auto 20px;
    height: 28px;
    max-width: 155px;
    padding-top: 3px; }
  .lctns main li .cty {
    max-width: unset;
    padding: 32px 20px 0;
    width: 300px; }
  .lctns main li .lnk {
    width: calc(100% - 300px);
    margin-left: 300px; }
  .lctns .clndr-fltr {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 37px; }
    .lctns .clndr-fltr select {
      margin: 0; }
  .lctns .cty-fltrd li.cty:not([style*="display: none"]) {
    border: solid 1px #f00;
    border-radius: 30px; }
  #ggl-map {
    margin-bottom: 37px; }
  .clndr-pg .clndr-pg .clndr.lst-vw .clndr-dt h2 {
    margin-left: 20px; }
  .ppls-pg > div h2 {
    margin: 0 0 22px; }
  .prsn-nfo {
    width: calc(100vw - 240px);
    margin: 44px auto;
    padding: 44px 76px; }
    .prsn-nfo > div:first-of-type {
      margin-bottom: 44px; }
    .prsn-nfo + .prsn-nm {
      margin-top: 15px; }
  .prsn-nm {
    margin-left: 29vw; }
  .cntct-pg .prsn-nm {
    margin-left: 26vw;
    margin-bottom: 67px; }
  .cntct-pg .prsn-nfo img {
    max-width: 436px; }
  .ShopsPage section {
    margin-bottom: 57px; }
    .ShopsPage section .by-nw {
      width: 30%;
      min-width: 260px;
      height: 64px;
      padding-top: 17px; }
    .ShopsPage section .edtns-wrp {
      width: calc(100vw - 128px); }
      .ShopsPage section .edtns-wrp article {
        width: 50%; }
        .ShopsPage section .edtns-wrp article .by-nw {
          height: 38px;
          border-radius: 19px;
          padding-top: 10px;
          min-width: unset; }
  .AboutPage main, .PickupPage main, .AdvertisePage main {
    margin: 0 40px; }
  .AboutPage .ctgry-hl, .PickupPage .ctgry-hl, .AdvertisePage .ctgry-hl {
    margin-bottom: 28px; }
  .PickupPage .sbttl {
    text-align: center;
    padding: 0 15px; }
  .PickupPage h2 {
    margin: 57px 0 28px; }
  .PickupPage .cntnt > div:nth-of-type(2) > img {
    width: calc(100% - 200px);
    margin-bottom: 57px; }
  .PickupPage .cntnt .qr-cd img {
    width: 285px;
    width: 150px; }
  .AdvertisePage .ctgry-hl {
    text-align: center; }
    .AdvertisePage .ctgry-hl h1 {
      width: 450px; }
  .AdvertisePage .cntnt > div:first-of-type a {
    height: 44px;
    padding: 10px; }
  .AdvertisePage .cntnt > div:nth-of-type(2) img {
    max-width: 540px;
    margin: 0 auto; }
  .ImprintPage .imprnt-txt {
    -webkit-columns: 2 auto;
            columns: 2 auto; } }

@media all and (min-width: 1081px) {
  .ctgry-hl {
    text-align: left; }
  .grid-sizer {
    width: 33.3%; }
  .pst-stndrd {
    width: 33.3%;
    margin: 0 0 59px 0;
    padding: 17px 2.73437vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .pst-mg, .pst-tgs > span {
    width: 100%; }
  .pst-mg, .pst-tgs > span {
    margin-right: 4.6875vw; }
  .pst-tgs {
    position: absolute;
    top: -17px;
    left: -17px;
    width: calc(100% + 34px);
    height: calc(100% + 34px); }
  .blg-vrvw main article {
    margin-bottom: 50px; }
  .blg-vrvw .txts-fltr {
    text-align: right;
    position: absolute;
    right: 0;
    top: 0;
    margin-bottom: 0; }
    .blg-vrvw .txts-fltr > select {
      display: inline-block;
      margin: 0; }
  .blg-vrvw .mg-month, .blg-vrvw .qstn {
    margin-bottom: 50px; }
  .blg-vrvw .pst-stndrd {
    width: calc(33.3% - 4.16vw); }
  .mg-month > div:not(.bgs) {
    border-radius: 40px;
    padding-top: 13px;
    height: 80px;
    margin-bottom: 59px; }
  .HomePage .pst-stndrd {
    min-height: 273px; }
    .HomePage .pst-stndrd > a {
      position: relative;
      display: block; }
  .HomePage article img {
    display: block;
    position: relative;
    margin: 0 auto; }
  .HomePage .mg-month, .HomePage .ad.full {
    width: 66.51%;
    height: 217px;
    margin-left: 16.74%; }
  .HomePage .ad {
    margin-bottom: 59px;
    width: 33.3%;
    padding: 17px 2.73437vw; }
    .HomePage .ad a > .ovrly {
      top: -17px;
      left: -17px;
      width: calc(100% + 34px);
      height: calc(100% + 34px); }
  .HomePage .mg-month {
    margin-bottom: 59px; }
    .HomePage .mg-month > div {
      height: 183px;
      border-radius: 30px; }
  .HomePage .qstn {
    margin-bottom: 59px; }
  .go-to-archive {
    padding-top: 59px;
    padding-top: 23px; }
    .go-to-archive div {
      border-radius: 30px;
      height: 60px;
      padding: 12px 30px 0; }
  .single > header {
    padding-bottom: 110px; }
  .single article header, .single article .hls {
    margin: 0 1.30201vw; }
  .single article header img {
    width: 89.114vw;
    height: 70.555vh;
    -o-object-fit: contain;
       object-fit: contain; }
  .single article .hls h1 {
    margin: 50px 0; }
  .single article .hls h2 {
    margin-bottom: 80px; }
  .single article .hls ul {
    display: none; }
  .single .sngl-flx {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: none;
        flex-wrap: none; }
  .single .txt {
    width: 49.2vw;
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset; }
    .single .txt #ggl-map {
      width: 100%;
      margin-left: 0; }
  .single .lft-clmn {
    width: 17.19vw;
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset; }
    .single .lft-clmn img {
      max-width: 100%; }
  .single .rght-clmn {
    width: 16.50vw;
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset; }
    .single .rght-clmn > ul {
      width: auto; }
    .single .rght-clmn .person, .single .rght-clmn .edtion, .single .rght-clmn .ctgry, .single .rght-clmn .nfo-dt {
      display: list-item; }
  .lctns main ul {
    margin-top: 50px; }
  .lctns main .lctns-hdr span {
    margin: 0 auto 30px;
    height: 44px;
    max-width: 155px;
    padding-top: 11px; }
  .lctns main .lctns-hdr > div div {
    width: 50%;
    max-width: 300px; }
    .lctns main .lctns-hdr > div div:nth-of-type(1) {
      width: 43vw; }
    .lctns main .lctns-hdr > div div:nth-of-type(2) {
      max-width: unset;
      width: calc(100% - 600px); }
    .lctns main .lctns-hdr > div div:nth-of-type(3) {
      display: block; }
  .lctns main li:nth-of-type(2) {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px; }
  .lctns main li:last-of-type {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px; }
  .lctns main li.top-round {
    border-top-right-radius: 30px;
    border-top-left-radius: 30px; }
  .lctns main li.bottom-round {
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px; }
  .lctns main li .cty {
    max-width: 300px;
    padding: 20px 20px 0; }
  .lctns main li .lnk {
    width: calc(100% - 300px);
    margin-left: 300px; }
    .lctns main li .lnk .lctn-nm {
      width: calc(100% - 300px);
      padding: 20px; }
      .lctns main li .lnk .lctn-nm.dn + .typ {
        display: none; }
  .lctns main li .typ {
    border-left: solid 1px #f00;
    height: 100%;
    right: 0;
    position: absolute;
    top: 0;
    width: 300px;
    margin-bottom: 0;
    padding-top: 24px; }
  .lctns .clndr-fltr {
    position: absolute;
    right: 90px;
    top: 0; }
  .lctns .cty-fltrd li.cty:not([style*="display: none"]) {
    border: solid 1px #f00;
    border-radius: 30px; }
  #ggl-map {
    width: calc(100% + 40px);
    margin-left: -20px; }
  .edtns-pg article {
    width: 33.3%; }
  .clndr-pg main {
    margin: 0 5.46875vw; }
  .clndr-pg .bttns {
    text-align: center;
    margin-top: 70px; }
    .clndr-pg .bttns button {
      -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
              box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
      padding: 11px 26px;
      display: inline-block;
      height: 52px;
      background-color: #fff;
      border-radius: 26px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border: solid 1px #000;
      cursor: pointer; }
      .clndr-pg .bttns button:hover {
        background-color: #f00; }
      .clndr-pg .bttns button + button {
        margin-left: 50px; }
  .clndr-pg .clndr {
    border-radius: 30px; }
    .clndr-pg .clndr li {
      min-height: 60px; }
      .clndr-pg .clndr li:first-of-type {
        border-top-left-radius: 30px;
        border-top-right-radius: 30px; }
      .clndr-pg .clndr li > a {
        width: calc(100% - 255px);
        width: calc(100% - 200px);
        float: right;
        text-decoration: none; }
        .clndr-pg .clndr li > a + a {
          border-top: none; }
          .clndr-pg .clndr li > a + a div > div:nth-of-type(3) {
            border-top: solid 1px #f00; }
        .clndr-pg .clndr li > a > div {
          -webkit-box-align: strech;
              -ms-flex-align: strech;
                  align-items: strech;
          -ms-flex-wrap: unset;
              flex-wrap: unset; }
          .clndr-pg .clndr li > a > div > div:nth-of-type(1) {
            width: 324px;
            width: 270px;
            padding: 20px;
            margin-left: 0; }
            .clndr-pg .clndr li > a > div > div:nth-of-type(1) img {
              height: 163px;
              border-radius: 15px; }
          .clndr-pg .clndr li > a > div > div:nth-of-type(2) {
            width: calc(100% - 267px - 284px);
            width: calc(100% - 220px - 284px);
            text-decoration: none;
            padding-right: 20px;
            text-align: left;
            -webkit-box-ordinal-group: unset;
                -ms-flex-order: unset;
                    order: unset; }
            .clndr-pg .clndr li > a > div > div:nth-of-type(2) > div {
              display: inline-block;
              position: relative;
              top: 50%;
              -webkit-transform: translateY(-50%);
                      transform: translateY(-50%); }
          .clndr-pg .clndr li > a > div > div:nth-of-type(3) {
            width: 267px;
            width: 220px;
            margin-top: 15px;
            margin-top: 0;
            margin-left: 0;
            padding: 20px 20px 20px 40px;
            padding: 0;
            border: none;
            -webkit-box-ordinal-group: unset;
                -ms-flex-order: unset;
                    order: unset; }
            .clndr-pg .clndr li > a > div > div:nth-of-type(3) > div {
              padding: 20px 20px 20px 20px;
              padding: 15px; }
            .clndr-pg .clndr li > a > div > div:nth-of-type(3):before {
              content: "";
              position: absolute;
              top: 0;
              height: 100%;
              border-left: solid 1px #f00; }
      .clndr-pg .clndr li > div {
        width: 200px;
        float: left;
        position: relative;
        padding: 20px 0 20px 30px;
        padding: 15px 0 15px 15px; }
  .clndr-pg .clndr.lst-vw .clndr-dt {
    width: 255px;
    width: 200px;
    border: none;
    text-align: left; }
    .clndr-pg .clndr.lst-vw .clndr-dt h2 {
      margin: 0; }
  .ppls-pg .ctgry-hl {
    margin: 0 0 90px;
    margin-top: 0; }
  .ppls-pg > div h2 {
    margin: 0 0 30px; }
  .prsn-nm {
    width: 33%;
    margin-left: 0; }
  .prsn-nfo {
    display: none;
    width: calc(89vw - 450px);
    position: fixed;
    left: calc(530px + 5.5vw);
    left: calc(450px + 5.5vw);
    margin-top: -60px;
    margin-bottom: 0;
    padding: 40px 30px 30px;
    height: calc(100vh - 400px);
    min-height: 45vh;
    bottom: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .prsn-nfo > div {
      width: calc(50%);
      display: block;
      position: relative;
      overflow-y: scroll;
      overflow-x: hidden; }
      .prsn-nfo > div:first-of-type {
        margin-bottom: 0; }
      .prsn-nfo > div:nth-of-type(2) {
        padding-left: 2vw; }
    .hghlt + .prsn-nfo {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .prsn-nfo h2 {
      margin-bottom: 15px; }
  .prsn-cls {
    top: 15px;
    right: 15px; }
  .cntct-pg main {
    margin: 0 5.46875vw; }
  .cntct-pg .prsn-nm {
    margin-bottom: 90px;
    width: calc(33% - 5.46875vw);
    margin-left: 33%; }
  .cntct-pg .prsn-nfo {
    position: fixed;
    -webkit-transform: translateY(-3%);
            transform: translateY(-3%);
    width: 33.33%;
    left: 66.66%;
    max-height: 400px; }
    .cntct-pg .prsn-nfo img {
      height: 100%;
      max-width: unset;
      width: auto; }
  .cntct-pg .pst-mg {
    padding-left: 0; }
  .ShopsPage section {
    margin: 50px 0 80px; }
    .ShopsPage section:first-of-type {
      margin-top: 0; }
    .ShopsPage section .by-nw {
      padding-top: 35px;
      height: 120px;
      width: 30%;
      min-width: 220px; }
    .ShopsPage section:not(.edtns) .by-nw {
      min-width: 350px; }
    .ShopsPage section:not(.edtns) .cntnt {
      width: calc(100vw - 21.84vw); }
    .ShopsPage section.edtns .prv, .ShopsPage section.edtns .nxt {
      height: 200px;
      width: 60px; }
    .ShopsPage section .edtns-wrp {
      width: 72.71vw; }
      .ShopsPage section .edtns-wrp article {
        width: 33.3%; }
        .ShopsPage section .edtns-wrp article .pst-mg {
          margin: 0 0 30px 0;
          width: 60%; }
          .ShopsPage section .edtns-wrp article .pst-mg.with-scnd img {
            display: block; }
            .ShopsPage section .edtns-wrp article .pst-mg.with-scnd img + img {
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              opacity: 0; }
          .ShopsPage section .edtns-wrp article .pst-mg.with-scnd:hover img {
            opacity: 0; }
            .ShopsPage section .edtns-wrp article .pst-mg.with-scnd:hover img + img {
              opacity: 1; }
        .ShopsPage section .edtns-wrp article .pst-nfo {
          padding: 0 20px;
          margin-bottom: 24px;
          width: 60%; }
        .ShopsPage section .edtns-wrp article .by-nw {
          width: 60%;
          height: 52px;
          border-radius: 26px;
          padding-top: 10px; }
  .AboutPage .ctgry-hl, .PickupPage .ctgry-hl, .AdvertisePage .ctgry-hl {
    margin: 0 0 50px 0; }
  .AboutPage .cntnt > div:first-of-type, .PickupPage .cntnt > div:first-of-type, .AdvertisePage .cntnt > div:first-of-type {
    width: 33.3%; }
    .AboutPage .cntnt > div:first-of-type img, .PickupPage .cntnt > div:first-of-type img, .AdvertisePage .cntnt > div:first-of-type img {
      display: block;
      border-radius: 30px; }
  .AboutPage .cntnt > div:nth-of-type(2), .PickupPage .cntnt > div:nth-of-type(2), .AdvertisePage .cntnt > div:nth-of-type(2) {
    width: 66.6%;
    padding-left: 4.166vw; }
  .AboutPage .cntnt h3, .PickupPage .cntnt h3, .AdvertisePage .cntnt h3 {
    margin: 50px 0 42px; }
  .AboutPage .cntnt > div:first-of-type {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .AboutPage .cntnt > div:nth-of-type(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 0 4.166vw 0 0; }
  .PickupPage h2 {
    margin: 50px 0 44px;
    text-align: left; }
  .PickupPage .cntnt > div:first-of-type {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset; }
  .PickupPage .cntnt > div:nth-of-type(2) {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset; }
    .PickupPage .cntnt > div:nth-of-type(2) > img {
      display: none; }
  .PickupPage .cntnt .qr-cd {
    margin-top: 150px; }
    .PickupPage .cntnt .qr-cd span {
      display: inline-block;
      margin-right: 100px; }
    .PickupPage .cntnt .qr-cd img {
      width: 285px; }
  .AdvertisePage .ctgry-hl {
    text-align: left; }
    .AdvertisePage .ctgry-hl h1 {
      width: 100%; }
  .AdvertisePage .cntnt > div:first-of-type {
    margin-top: 0;
    width: 555px;
    padding: 0 0 0 5.46875vw; }
    .AdvertisePage .cntnt > div:first-of-type img {
      width: 23vw;
      min-width: 440px;
      display: block;
      position: relative;
      margin: 0 auto 33px; }
    .AdvertisePage .cntnt > div:first-of-type a {
      margin-top: 13px;
      height: 52px;
      padding-top: 13px;
      width: 23vw;
      min-width: 440px; }
  .AdvertisePage .cntnt > div:nth-of-type(2) {
    width: calc(100% - 555px);
    padding: 0; }
    .AdvertisePage .cntnt > div:nth-of-type(2) .mg-bttm {
      margin-top: 90px; }
    .AdvertisePage .cntnt > div:nth-of-type(2) img {
      margin-left: 0; }
      .AdvertisePage .cntnt > div:nth-of-type(2) img + img {
        margin-top: 34px; } }

@media all and (min-width: 1280px) {
  .edtns-pg article {
    width: 25%; }
  .clndr-pg main {
    margin: 0 5.46875vw; }
  .clndr-pg .bttns {
    text-align: center;
    margin-top: 70px; }
    .clndr-pg .bttns button {
      -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
              box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
      padding: 11px 26px;
      display: inline-block;
      height: 52px;
      background-color: #fff;
      border-radius: 26px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border: solid 1px #000;
      cursor: pointer; }
      .clndr-pg .bttns button:hover {
        background-color: #f00; }
      .clndr-pg .bttns button + button {
        margin-left: 50px; }
  .clndr-pg .clndr {
    border-radius: 30px; }
    .clndr-pg .clndr li {
      min-height: 60px; }
      .clndr-pg .clndr li:first-of-type {
        border-radius-top: 30px; }
      .clndr-pg .clndr li > a {
        width: calc(100% - 255px);
        float: right;
        text-decoration: none; }
        .clndr-pg .clndr li > a + a {
          border-top: none; }
          .clndr-pg .clndr li > a + a div > div:nth-of-type(3) {
            border-top: solid 1px #f00; }
        .clndr-pg .clndr li > a > div {
          -webkit-box-align: strech;
              -ms-flex-align: strech;
                  align-items: strech;
          -ms-flex-wrap: unset;
              flex-wrap: unset; }
          .clndr-pg .clndr li > a > div > div:nth-of-type(1) {
            width: 324px;
            padding: 20px;
            margin-left: 0; }
            .clndr-pg .clndr li > a > div > div:nth-of-type(1) img {
              height: 163px;
              border-radius: 15px; }
          .clndr-pg .clndr li > a > div > div:nth-of-type(2) {
            width: calc(100% - 267px - 284px);
            text-decoration: none;
            padding-right: 20px;
            text-align: left;
            -webkit-box-ordinal-group: unset;
                -ms-flex-order: unset;
                    order: unset; }
            .clndr-pg .clndr li > a > div > div:nth-of-type(2) > div {
              display: inline-block;
              position: relative;
              top: 50%;
              -webkit-transform: translateY(-50%);
                      transform: translateY(-50%); }
          .clndr-pg .clndr li > a > div > div:nth-of-type(3) {
            width: 267px;
            margin-top: 15px;
            margin-top: 0;
            margin-left: 0;
            padding: 20px 20px 20px 40px;
            padding: 0;
            border: none;
            -webkit-box-ordinal-group: unset;
                -ms-flex-order: unset;
                    order: unset; }
            .clndr-pg .clndr li > a > div > div:nth-of-type(3) > div {
              padding: 20px 20px 20px 20px; }
            .clndr-pg .clndr li > a > div > div:nth-of-type(3):before {
              content: "";
              position: absolute;
              top: 0;
              height: 100%;
              border-left: solid 1px #f00; }
      .clndr-pg .clndr li > div {
        width: 255px !important;
        float: left;
        position: relative;
        padding: 20px 0 20px 30px; }
  .clndr-pg .clndr.lst-vw .clndr-dt {
    width: 255px;
    border: none;
    text-align: left; }
    .clndr-pg .clndr.lst-vw .clndr-dt h2 {
      margin: 0; } }

.ck-chsr {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  z-index: 110;
  background-color: #fff;
  border-top: solid 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.ck-chsr .cls {
  position: absolute;
  right: 20px;
  top: 0;
  -webkit-transform: rotate(45DEG);
  transform: rotate(45DEG);
  width: 24px;
  height: 24px;
  border-radius: 15px;
  background-color: #c1c1c1;
  text-align: center;
  cursor: pointer; }

.ck-chsr h2 {
  max-width: 1100px;
  position: relative;
  margin: 0 auto;
  -webkit-transform: translateY(24px);
  transform: translateY(24px);
  padding: 0 20px; }

.ck-chsr > div {
  max-width: 1100px;
  position: relative;
  margin: 0 auto;
  padding: 25px 20px 20px; }

.ck-chsr > div a {
  text-decoration: underline; }

.ck-chsr > div > div p {
  margin-bottom: 0; }

.ck-chsr > div > div label {
  cursor: pointer; }

.ck-chsr > div > div input {
  margin-left: 10px; }

.ck-chsr > div > div > div:last-of-type {
  text-align: right;
  white-space: nowrap; }

.data-privacy .ck-chsr {
  position: relative;
  z-index: 1;
  border: none;
  background-color: transparent;
  margin: 0 5.46875vw;
  width: auto; }
  .data-privacy .ck-chsr > div {
    padding: 0;
    max-width: 1100px;
    margin: 0 auto;
    position: relative; }
  .data-privacy .ck-chsr h2 {
    text-align: left;
    padding: 0 0 20px;
    max-width: none; }
  .data-privacy .ck-chsr .cls, .data-privacy .ck-chsr .ck-sttngs {
    display: none; }

.ggl-map {
  height: 40em;
  max-height: 50vh;
  background-color: RGB(185, 190, 195);
  position: relative; }

.ggl-map img {
  margin: 0; }

.ggl-mp-rplc {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  cursor: pointer; }

.ggl-mp-rplc .text-center {
  text-align: center;
  margin-top: 10px; }

.ggl-mp-rplc > span {
  display: block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.4);
  max-width: calc(100% - 40px);
  margin: 0 auto;
  max-width: 700px; }

.ggl-mp-rplc > span p {
  margin: 0; }

.ggl-mp-rplc > span a {
  text-decoration: underline; }

.ggl-mp-rplc > span a:hover {
  color: #fb0006; }

.google-info-content a {
  text-decoration: underline; }
  
  body > main {
  position: relative;
  }

/****** FILE: themes/aotwc-theme/css/2023.css *****/
.modal-open {
    overflow: hidden;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

@media (min-width: 576px) {
	.modal-dialog {
	    max-width: 500px;
	    margin: 1.75rem auto;
	}
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

@media (min-width: 576px) {
	.modal-dialog-centered {
	    min-height: calc(100% - 3.5rem);
	}
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}


.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: "";
}
@media (min-width: 576px) {
	.modal-dialog-centered::before {
	    height: calc(100vh - 3.5rem);
	}
}


.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
}

.fade {
    transition: opacity .15s linear;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}
.modal {
    z-index: 1072;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}


.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}
.modal-backdrop {
    z-index: 1071;
}
.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: .5;
}
.modal-content button { 
	height:0;
	padding:0;
	border: 0;
	span { 
	display: none;
	}
}
.modal-content button:before {
    position: absolute;
    content: "X";
    top: -55px;

    color: white;
    font-size: 35px;
    right: 10px;
        @media (min-width: 576px) {
    	right: -35px;
    }
}



ul.clndr  div {
    overflow-wrap: break-word;
    word-break: break-word;
}

@media (min-width: 768px) {
  article.columns2.ad.mgi {
	width: 66.6%;
	}
  }
@media (min-width: 768px) {
    article.columns3.ad.mgi {
        width: 100%;
    }
  }

