@charset "UTF-8";
.__Init-txt--break::before {
  content: "\a";
  white-space: pre;
}

@media screen and (min-width: 768px) {
  .__Init-txt--break-pc::before {
    content: "\a";
    white-space: pre;
  }
}

@media screen and (min-width: 1001px) {
  .__Init-txt--large-pc::before {
    content: "\a";
    white-space: pre;
  }
}

@media screen and (min-width: 768px) {
  .__Init-txt--break-small-pc::before {
    content: "\a";
    white-space: pre;
  }
}
@media screen and (min-width: 1001px) {
  .__Init-txt--break-small-pc::before {
    content: "";
    white-space: normal;
  }
}

@media screen and (max-width: 767px) {
  .__Init-txt--break-mob::before {
    content: "\a";
    white-space: pre;
  }
}

@media screen and (max-width: 480px) {
  .__Init-txt--break-sp::before {
    content: "\a";
    white-space: pre;
  }
}

@media screen and (max-width: 360px) {
  .__Init-txt--break-micro-sp::before {
    content: "\a";
    white-space: pre;
  }
}

@media screen and (max-width: 767px) {
  .__Init-block--none-mob {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .__Init-block--none-pc {
    display: none;
  }
}

.Delivery-common-footer__main-copy-btn span, .Delivery-gals-cabinet__ttl {
  font-family: "Noto Serif JP", "リュウミン", "ヒラギノ明朝 ProN W3", "游明朝", YuMincho, "MS 明朝", "ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho ProN", serif;
}

@media screen and (max-width: 767px) {
  .Sp__block--none {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .Pc__block--none {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .Break-pc {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .Break-pc {
    display: inline;
  }
}

@media screen and (min-width: 768px) {
  .Break-sp {
    display: inline;
  }
}
@media screen and (max-width: 767px) {
  .Break-sp {
    display: block;
  }
}

.Delivery-gals-cabinet__ttl {
  font-weight: bold;
  line-height: 1;
  color: #efefef;
  text-align: right;
  position: relative;
  font-size: 28px;
  z-index: 2;
  font-weight: bold;
  text-align: center;
  padding: 8px 8px 40px;
  line-height: 1;
  width: 96%;
  margin: 10px auto 10px;
  text-shadow: 0 0 3px #000, 0 0 3px #000, 0 0 3px #000;
  color: #b3afba;
}
@media screen and (max-width: 767px) {
  .Delivery-gals-cabinet__ttl {
    padding-bottom: 50px;
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  .Delivery-gals-cabinet__ttl {
    padding-bottom: 8.2vw;
    font-size: 6.5vw;
  }
}
.Delivery-gals-cabinet__ttl::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 6vw;
  left: 0;
  bottom: 0;
  z-index: -1;
  background: url("/static/img/delivery/common/bg_ttl-under.png") center bottom no-repeat;
  background-size: 45% auto;
}
@media screen and (max-width: 767px) {
  .Delivery-gals-cabinet__ttl::after {
    background-size: 70% auto;
  }
}
@media screen and (max-width: 480px) {
  .Delivery-gals-cabinet__ttl::after {
    background-size: 80% auto;
  }
}

.Delivery-gals-realtime__link-img, .Delivery-gals-unit__info-rank-img, .Delivery-gals-guide__img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 1001px) {
  .Delivery-common-breadcrumb__list-outer {
    width: 1000px;
    margin: 0 auto;
  }
}

.Delivery-gals-guide__img-conteiner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.Delivery-common-footer__main-copy-btn {
  text-align: center;
  width: 80%;
  padding: 2px;
  background: -webkit-linear-gradient(315deg, #433c4a 0%, #605868 14%, #746b7c 30%, #7d7486 70%, #534b5a 86%, #423b49 100%);
  background: linear-gradient(135deg, #433c4a 0%, #605868 14%, #746b7c 30%, #7d7486 70%, #534b5a 86%, #423b49 100%);
  margin: 10px auto 16px;
}
@media screen and (min-width: 768px) {
  .Delivery-common-footer__main-copy-btn {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .Delivery-common-footer__main-copy-btn:hover {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
}
.Delivery-common-footer__main-copy-btn a {
  border-radius: 4px;
  height: 54px;
  line-height: 54px;
  font-size: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #030306;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.Delivery-common-footer__main-copy-btn a::before {
  content: "";
  position: absolute;
  width: 110px;
  height: 3px;
  background: -webkit-linear-gradient(315deg, #433c4a 0%, #605868 14%, #746b7c 30%, #7d7486 70%, #534b5a 86%, #423b49 100%);
  background: linear-gradient(135deg, #433c4a 0%, #605868 14%, #746b7c 30%, #7d7486 70%, #534b5a 86%, #423b49 100%);
  left: calc(50% - 55px);
  bottom: 8px;
  opacity: 0.2;
}
.Delivery-common-footer__main-copy-btn a::after {
  content: ">";
  font-weight: bold;
  position: absolute;
  right: 5%;
  opacity: 0.6;
  color: #514b56;
}
.Delivery-common-footer__main-copy-btn a span, .Delivery-common-footer__main-copy-btn a i {
  background: -webkit-gradient(linear, left bottom, left top, from(#b7afbd), to(#8f8799));
  background: -webkit-linear-gradient(bottom, #b7afbd, #8f8799);
  background: linear-gradient(to top, #b7afbd, #8f8799);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.Delivery-common-footer__main-copy-btn span {
  background: -webkit-gradient(linear, left bottom, left top, from(#b7afbd), to(#8f8799));
  background: -webkit-linear-gradient(bottom, #b7afbd, #8f8799);
  background: linear-gradient(to top, #b7afbd, #8f8799);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.Delivery-gals-guide__block-ttl, .Delivery-gals-guide__info-btn-link {
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .Delivery-gals-guide__block-ttl, .Delivery-gals-guide__info-btn-link {
    color: #fff4df;
    font-weight: bold;
    font-size: 1.1em;
    text-shadow: 0 0 3px #000, 0 0 3px #000, 0 0 3px #000;
    clear: both;
    width: 96%;
    display: block;
    line-height: 1;
    margin: 0.5em auto;
    border-radius: 5px;
    padding: 18px 3%;
    border: 3px solid rgba(255, 255, 255, 0.15);
    background: -webkit-linear-gradient(315deg, #70521a 0%, #6f5119 40%, #a98746 70%, #72541b 84%, #9f7f41 95%, #bd9c5a 100%);
    background: linear-gradient(135deg, #70521a 0%, #6f5119 40%, #a98746 70%, #72541b 84%, #9f7f41 95%, #bd9c5a 100%);
  }
  .Delivery-gals-guide__block-ttl small, .Delivery-gals-guide__info-btn-link small {
    background: url(/static/img/common/arrow/arrow_r.png) no-repeat right top;
    background-size: contain;
    display: block;
    float: right;
    height: 24px;
    width: 24px;
    margin-top: -3px;
  }
}

* {
  border: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body,
html {
  font-family: "Hiragino Kaku Gothic ProN", Verdana, YuGothic, Meiryo, sans-serif;
  font-size: 16px;
  color: #fff;
  -webkit-text-size-adjust: 100%;
}

html {
  overflow: auto;
  height: 100%;
}

body {
  background: #000;
}

dt,
h1,
h2,
h3,
h4,
h5,
h6,
th {
  font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
ul {
  margin: 0;
}

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

hr {
  border: 0;
  height: 0;
  margin: 0;
  padding: 0;
}

blockquote,
q {
  quotes: none;
}

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

input,
select {
  vertical-align: middle;
}

ol,
ul {
  list-style: none;
  padding: 0;
}

li {
  padding: 0;
}

dd,
dl,
dt {
  margin: 0;
  padding: 0;
}

a {
  color: #fff;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  a:hover {
    color: #f26060;
  }
}

@media screen and (min-width: 768px) {
  a img {
    opacity: 1;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  a img:hover {
    opacity: 0.7;
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
}

img {
  vertical-align: bottom;
  /*画像長押しメニュー防止*/
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  touch-callout: none;
  -ms-user-select: none;
      user-select: none;
}

img.emoji {
  height: 1em;
  width: 1em;
  margin: 0 0.05em 0 0.1em;
  vertical-align: -0.1em;
}

video {
  vertical-align: bottom;
}
video:hover {
  cursor: pointer;
}

dd em,
dd strong,
li em,
li strong,
p em,
p strong {
  font-weight: normal;
  font-style: normal;
}

.Seo-bold {
  font-weight: bold;
}

/*メニューのgoogleアイコン*/
.material-icons {
  display: inline-block;
  min-width: 26px;
  text-align: center;
  font-size: 16px;
  color: #e6e1d8;
  line-height: 1;
  vertical-align: bottom;
}

/*メニューのgoogleアイコンここまで*/
.Flex__outer, .Flex__box-outer {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.Flex__list--empty {
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  border: none;
  background: none;
}
.Flex__list-outer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.Delivery-common-body {
  min-width: 320px;
  -webkit-text-size-adjust: none;
}
@media screen and (max-width: 767px) {
  .Delivery-common-body {
    background: #14102a;
  }
}
.Delivery-common-body__inner {
  background: #030306;
}
.Delivery-common-header {
  text-align: center;
}
.Delivery-common-header__ttl {
  background: url(/static/img/delivery/common/bg_pat.png) repeat;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1;
  padding: 3px 0;
}
.Delivery-common-header__img-outer {
  margin: 18px auto 6px;
}
.Delivery-common-header__img {
  max-width: 480px;
  min-width: 280px;
  width: 80%;
  height: auto;
  aspect-ratio: 768/140;
}
.Delivery-common-header__ttl--sub {
  color: #8a867f;
  font-size: 18px;
  border: 1px solid #8a867f;
  margin: 3px 3%;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .Delivery-common-header__ttl--sub {
    max-width: 540px;
    margin: 3px auto;
    font-size: 20px;
  }
}
.Delivery-common-header__guide {
  color: #8a867f;
  line-height: 1;
  padding: 6px auto 10px;
}
.Delivery-common-header__guide-txt {
  padding: 4px 19px;
  display: inline-block;
  background: url(/static/img/delivery/common/bg_time-side01.png) no-repeat left center/auto 100%, url(/static/img/delivery/common/bg_time-side02.png) no-repeat right center/auto 100%;
  font-size: 18px;
  margin-bottom: 5px;
}
@media screen and (max-width: 480px) {
  .Delivery-common-header__guide-txt {
    font-size: 4.2vw;
  }
}
.Delivery-common-header__guide-txt--time {
  padding-left: 5px;
  font-size: 22px;
}
@media screen and (max-width: 480px) {
  .Delivery-common-header__guide-txt--time {
    font-size: 4.8vw;
  }
}
.Delivery-common-menu-unit {
  width: 100%;
  min-width: 320px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .Delivery-common-menu-unit {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 6;
  }
}
.Delivery-common-menu-unit__inner {
  position: relative;
  max-width: 768px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .Delivery-common-menu-unit__inner {
    background: #555;
  }
}
@media screen and (max-width: 767px) {
  .Delivery-common-menu-unit__inner {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    font-size: 0;
  }
}
.Delivery-common-menu-unit__list {
  width: calc(20% - 1px);
  margin-right: 1px;
  font-size: 14px;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4c5052), color-stop(20%, #8a979c), color-stop(60%, #666e74), to(#292d2e));
  background: -webkit-linear-gradient(top, #4c5052 0, #8a979c 20%, #666e74 60%, #292d2e 100%);
  background: linear-gradient(to bottom, #4c5052 0, #8a979c 20%, #666e74 60%, #292d2e 100%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  border: 1px solid;
  -webkit-border-image: -webkit-linear-gradient(315deg, #666f73 0%, #2d3032 14%, #879298 37%, #646c72 39%, #8b989f 80%, #363a3d 100%) 1;
       -o-border-image: linear-gradient(135deg, #666f73 0%, #2d3032 14%, #879298 37%, #646c72 39%, #8b989f 80%, #363a3d 100%) 1;
          border-image: linear-gradient(135deg, #666f73 0%, #2d3032 14%, #879298 37%, #646c72 39%, #8b989f 80%, #363a3d 100%) 1;
}
@media screen and (min-width: 768px) {
  .Delivery-common-menu-unit__list {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
}
@media screen and (max-width: 480px) {
  .Delivery-common-menu-unit__list {
    font-size: 3.4vw;
  }
}
.Delivery-common-menu-unit__list:hover {
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .Delivery-common-menu-unit__list:hover {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
}
.Delivery-common-menu-unit__list:last-child {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3e2c46), color-stop(20%, #88309d), color-stop(60%, #641c6c), to(#24112c));
  background: -webkit-linear-gradient(top, #3e2c46 0, #88309d 20%, #641c6c 60%, #24112c 100%);
  background: linear-gradient(to bottom, #3e2c46 0, #88309d 20%, #641c6c 60%, #24112c 100%);
  -webkit-border-image: -webkit-linear-gradient(315deg, #592667 0%, #2a1331 14%, #842f95 37%, #6b1f73 39%, #882e9d 80%, #35163a 100%) 1;
       -o-border-image: linear-gradient(135deg, #592667 0%, #2a1331 14%, #842f95 37%, #6b1f73 39%, #882e9d 80%, #35163a 100%) 1;
          border-image: linear-gradient(135deg, #592667 0%, #2a1331 14%, #842f95 37%, #6b1f73 39%, #882e9d 80%, #35163a 100%) 1;
}
@media screen and (max-width: 480px) {
  .Delivery-common-menu-unit__list:nth-child(2) {
    font-size: 3vw;
  }
}
.Delivery-common-menu-unit__link {
  padding: 42px 0 4px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.Delivery-common-menu-unit__link--home {
  background: url("/static/img/delivery/common/icon_home.png") no-repeat center top 6px/auto 34px;
}
.Delivery-common-menu-unit__link--coin {
  background: url("/static/img/delivery/common/icon_coin.png") no-repeat center top 6px/auto 34px;
}
.Delivery-common-menu-unit__link--girls {
  background: url("/static/img/delivery/common/icon_girls.png") no-repeat center top 6px/auto 34px;
}
.Delivery-common-menu-unit__link--schedule {
  background: url("/static/img/delivery/common/icon_clock.png") no-repeat center top 6px/auto 34px;
}
.Delivery-common-menu-unit__link--phone {
  background: url("/static/img/delivery/common/icon_phone.png") no-repeat center top 6px/auto 34px;
}
.Delivery-common-menu-unit__link--span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #c6ccd1), color-stop(90%, #fcfcfd));
  background: -webkit-linear-gradient(top, #c6ccd1 0, #fcfcfd 90%);
  background: linear-gradient(to bottom, #c6ccd1 0, #fcfcfd 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  .Delivery-common-conteiner {
    width: 100%;
    min-width: 320px;
    margin: 0 auto;
    overflow: hidden;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    padding-top: 15px;
    z-index: 7;
  }
}
.Delivery-common-conteiner__inner {
  max-width: 768px;
  margin: 0 auto;
  padding-bottom: 50px;
}
.Delivery-common-breadcrumb {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  max-width: 768px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .Delivery-common-breadcrumb {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .Delivery-common-breadcrumb__top {
    background: -webkit-gradient(linear, left top, left bottom, from(#e0e0e0), color-stop(75%, #e0e0e0), to(#b7b7b7));
    background: -webkit-linear-gradient(top, #e0e0e0 0%, #e0e0e0 75%, #b7b7b7 100%);
    background: linear-gradient(to bottom, #e0e0e0 0%, #e0e0e0 75%, #b7b7b7 100%);
  }
}
@media screen and (min-width: 768px) {
  .Delivery-common-breadcrumb__list-outer {
    padding: 10px 0;
    line-height: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .Delivery-common-breadcrumb__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .Delivery-common-breadcrumb__list::before {
    content: ">";
    color: #777;
    font-weight: bold;
  }
  .Delivery-common-breadcrumb__list:first-child:before {
    content: "";
  }
}
@media screen and (min-width: 768px) {
  .Delivery-common-breadcrumb__link {
    color: #fff;
    text-decoration: none;
    background-color: #333;
    padding: 3px 8px;
    margin: 2px 4px;
    border-radius: 16px;
    display: inline-block;
  }
  .Delivery-common-breadcrumb__link:hover {
    color: #fff;
    background: #f26060;
  }
}
.Delivery-common-footer__main-copy {
  text-align: center;
  background: url(/static/img/delivery/common/bg_pat.png) repeat;
  color: #dac6a8;
  padding: 20px 0 60px;
  border-top: 1px solid #70521a;
  font-size: 20px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .Delivery-common-footer__main-copy {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .Delivery-common-footer__main-copy {
    font-size: 3.6vw;
  }
}
.Delivery-common-footer__main-copy-btn {
  width: 60%;
}
@media screen and (max-width: 480px) {
  .Delivery-common-footer__main-copy-btn {
    width: 250px;
  }
}
.Delivery-common-footer__main-copy-btn-link {
  background: url(/static/img/delivery/common/bg_pat.png) repeat !important;
}
.Delivery-common-footer__main-copy-btn-link::after {
  display: none !important;
}
.Delivery-common-footer__main-copy-link {
  color: #dac6a8;
}

@-webkit-keyframes slide-ttl {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-200px);
            transform: translateX(-200px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slide-ttl {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-200px);
            transform: translateX(-200px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -5px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -5px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@-webkit-keyframes dotted1 {
  0% {
    opacity: 0.7;
  }
  8.32% {
    opacity: 0.7;
  }
  8.33% {
    opacity: 1;
  }
}
@keyframes dotted1 {
  0% {
    opacity: 0.7;
  }
  8.32% {
    opacity: 0.7;
  }
  8.33% {
    opacity: 1;
  }
}
@-webkit-keyframes brinkArrow {
  0% {
    color: #310;
  }
  84.9% {
    color: #310;
  }
  85% {
    color: #a00;
  }
  89.9% {
    color: #a00;
  }
  90% {
    color: #310;
  }
  94.9% {
    color: #310;
  }
  95% {
    color: #a00;
  }
  99.9% {
    color: #a00;
  }
  100% {
    color: #310;
  }
}
@keyframes brinkArrow {
  0% {
    color: #310;
  }
  84.9% {
    color: #310;
  }
  85% {
    color: #a00;
  }
  89.9% {
    color: #a00;
  }
  90% {
    color: #310;
  }
  94.9% {
    color: #310;
  }
  95% {
    color: #a00;
  }
  99.9% {
    color: #a00;
  }
  100% {
    color: #310;
  }
}
@-webkit-keyframes brinkArrow2 {
  0% {
    color: #efefef;
  }
  84.9% {
    color: #efefef;
  }
  85% {
    color: #a00;
  }
  89.9% {
    color: #a00;
  }
  90% {
    color: #efefef;
  }
  94.9% {
    color: #efefef;
  }
  95% {
    color: #a00;
  }
  99.9% {
    color: #a00;
  }
  100% {
    color: #efefef;
  }
}
@keyframes brinkArrow2 {
  0% {
    color: #efefef;
  }
  84.9% {
    color: #efefef;
  }
  85% {
    color: #a00;
  }
  89.9% {
    color: #a00;
  }
  90% {
    color: #efefef;
  }
  94.9% {
    color: #efefef;
  }
  95% {
    color: #a00;
  }
  99.9% {
    color: #a00;
  }
  100% {
    color: #efefef;
  }
}
@-webkit-keyframes brinkArrow3 {
  0% {
    color: #ee0;
  }
  49.9% {
    color: #ee0;
  }
  50% {
    color: #f33;
  }
  99.9% {
    color: #f33;
  }
  100% {
    color: #ee0;
  }
}
@keyframes brinkArrow3 {
  0% {
    color: #ee0;
  }
  49.9% {
    color: #ee0;
  }
  50% {
    color: #f33;
  }
  99.9% {
    color: #f33;
  }
  100% {
    color: #ee0;
  }
}
@-webkit-keyframes brinkArrow4 {
  0% {
    color: #222;
  }
  84.9% {
    color: #222;
  }
  85% {
    color: #a00;
  }
  89.9% {
    color: #a00;
  }
  90% {
    color: #222;
  }
  94.9% {
    color: #222;
  }
  95% {
    color: #a00;
  }
  99.9% {
    color: #a00;
  }
  100% {
    color: #222;
  }
}
@keyframes brinkArrow4 {
  0% {
    color: #222;
  }
  84.9% {
    color: #222;
  }
  85% {
    color: #a00;
  }
  89.9% {
    color: #a00;
  }
  90% {
    color: #222;
  }
  94.9% {
    color: #222;
  }
  95% {
    color: #a00;
  }
  99.9% {
    color: #a00;
  }
  100% {
    color: #222;
  }
}
@-webkit-keyframes brinkBlock1 {
  0% {
    color: #ebe679;
    border: 1px solid #ebe679;
  }
  49.9% {
    color: #ebe679;
    border: 1px solid #ebe679;
  }
  50% {
    color: #bd9c5a;
    border: 1px solid #bd9c5a;
  }
  99.9% {
    color: #bd9c5a;
    border: 1px solid #bd9c5a;
  }
  100% {
    color: #ebe679;
    border: 1px solid #ebe679;
  }
}
@keyframes brinkBlock1 {
  0% {
    color: #ebe679;
    border: 1px solid #ebe679;
  }
  49.9% {
    color: #ebe679;
    border: 1px solid #ebe679;
  }
  50% {
    color: #bd9c5a;
    border: 1px solid #bd9c5a;
  }
  99.9% {
    color: #bd9c5a;
    border: 1px solid #bd9c5a;
  }
  100% {
    color: #ebe679;
    border: 1px solid #ebe679;
  }
}
@-webkit-keyframes brinkBlock2 {
  0% {
    color: #aaec57;
    border: 1px solid #aaec57;
  }
  49.9% {
    color: #aaec57;
    border: 1px solid #aaec57;
  }
  50% {
    color: #bd9c5a;
    border: 1px solid #bd9c5a;
  }
  99.9% {
    color: #bd9c5a;
    border: 1px solid #bd9c5a;
  }
  100% {
    color: #aaec57;
    border: 1px solid #aaec57;
  }
}
@keyframes brinkBlock2 {
  0% {
    color: #aaec57;
    border: 1px solid #aaec57;
  }
  49.9% {
    color: #aaec57;
    border: 1px solid #aaec57;
  }
  50% {
    color: #bd9c5a;
    border: 1px solid #bd9c5a;
  }
  99.9% {
    color: #bd9c5a;
    border: 1px solid #bd9c5a;
  }
  100% {
    color: #aaec57;
    border: 1px solid #aaec57;
  }
}
@-webkit-keyframes brinkBlock3 {
  0% {
    color: #d5abff;
    border: 1px solid #d5abff;
  }
  49.9% {
    color: #d5abff;
    border: 1px solid #d5abff;
  }
  50% {
    color: #bd9c5a;
    border: 1px solid #bd9c5a;
  }
  99.9% {
    color: #bd9c5a;
    border: 1px solid #bd9c5a;
  }
  100% {
    color: #d5abff;
    border: 1px solid #d5abff;
  }
}
@keyframes brinkBlock3 {
  0% {
    color: #d5abff;
    border: 1px solid #d5abff;
  }
  49.9% {
    color: #d5abff;
    border: 1px solid #d5abff;
  }
  50% {
    color: #bd9c5a;
    border: 1px solid #bd9c5a;
  }
  99.9% {
    color: #bd9c5a;
    border: 1px solid #bd9c5a;
  }
  100% {
    color: #d5abff;
    border: 1px solid #d5abff;
  }
}
@-webkit-keyframes brinkBlock4 {
  0% {
    color: #ff86a0;
    border: 1px solid #ff86a0;
  }
  49.9% {
    color: #ff86a0;
    border: 1px solid #ff86a0;
  }
  50% {
    color: #bd9c5a;
    border: 1px solid #bd9c5a;
  }
  99.9% {
    color: #bd9c5a;
    border: 1px solid #bd9c5a;
  }
  100% {
    color: #ff86a0;
    border: 1px solid #ff86a0;
  }
}
@keyframes brinkBlock4 {
  0% {
    color: #ff86a0;
    border: 1px solid #ff86a0;
  }
  49.9% {
    color: #ff86a0;
    border: 1px solid #ff86a0;
  }
  50% {
    color: #bd9c5a;
    border: 1px solid #bd9c5a;
  }
  99.9% {
    color: #bd9c5a;
    border: 1px solid #bd9c5a;
  }
  100% {
    color: #ff86a0;
    border: 1px solid #ff86a0;
  }
}
@-webkit-keyframes brinkBlock5 {
  0% {
    color: #75c7ec;
    border: 1px solid #75c7ec;
  }
  49.9% {
    color: #75c7ec;
    border: 1px solid #75c7ec;
  }
  50% {
    color: #bd9c5a;
    border: 1px solid #bd9c5a;
  }
  99.9% {
    color: #bd9c5a;
    border: 1px solid #bd9c5a;
  }
  100% {
    color: #75c7ec;
    border: 1px solid #75c7ec;
  }
}
@keyframes brinkBlock5 {
  0% {
    color: #75c7ec;
    border: 1px solid #75c7ec;
  }
  49.9% {
    color: #75c7ec;
    border: 1px solid #75c7ec;
  }
  50% {
    color: #bd9c5a;
    border: 1px solid #bd9c5a;
  }
  99.9% {
    color: #bd9c5a;
    border: 1px solid #bd9c5a;
  }
  100% {
    color: #75c7ec;
    border: 1px solid #75c7ec;
  }
}
@-webkit-keyframes slide-top {
  0% {
    opacity: 0.3;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}
@keyframes slide-top {
  0% {
    opacity: 0.3;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}
@-webkit-keyframes flash1 {
  0% {
    color: #f06;
    background: #ff0;
    border: 1px solid #f06;
  }
  49% {
    color: #f06;
    background: #ff0;
    border: 1px solid #f06;
  }
  50% {
    color: #fff;
    background: #f06;
    border: 1px solid #fff;
  }
  99% {
    color: #fff;
    background: #f06;
    border: 1px solid #fff;
  }
  100% {
    color: #f06;
    background: #ff0;
    border: 1px solid #f06;
  }
}
@keyframes flash1 {
  0% {
    color: #f06;
    background: #ff0;
    border: 1px solid #f06;
  }
  49% {
    color: #f06;
    background: #ff0;
    border: 1px solid #f06;
  }
  50% {
    color: #fff;
    background: #f06;
    border: 1px solid #fff;
  }
  99% {
    color: #fff;
    background: #f06;
    border: 1px solid #fff;
  }
  100% {
    color: #f06;
    background: #ff0;
    border: 1px solid #f06;
  }
}
@-webkit-keyframes flash2 {
  0%, 100%, 50% {
    opacity: 0.5;
  }
  33% {
    opacity: 1;
    color: #ff0;
  }
  66% {
    opacity: 1;
    color: #f00;
  }
}
@keyframes flash2 {
  0%, 100%, 50% {
    opacity: 0.5;
  }
  33% {
    opacity: 1;
    color: #ff0;
  }
  66% {
    opacity: 1;
    color: #f00;
  }
}
@-webkit-keyframes blinkAnimeS2 {
  0% {
    background: #bb0;
  }
  100% {
    background: #ff3d3d;
  }
}
@keyframes blinkAnimeS2 {
  0% {
    background: #bb0;
  }
  100% {
    background: #ff3d3d;
  }
}
@-webkit-keyframes blinkAnimeS3 {
  0% {
    background: rgba(255, 0, 102, 0.8);
  }
  100% {
    background: rgba(83, 44, 182, 0.6);
  }
}
@keyframes blinkAnimeS3 {
  0% {
    background: rgba(255, 0, 102, 0.8);
  }
  100% {
    background: rgba(83, 44, 182, 0.6);
  }
}
@-webkit-keyframes flash3 {
  0% {
    color: #f06;
    background: #ff0;
    border: 1px solid #f06;
  }
  49% {
    color: #f06;
    background: #ff0;
    border: 1px solid #f06;
  }
  50% {
    color: #fff;
    background: #f06;
  }
  99% {
    color: #fff;
    background: #f06;
  }
  100% {
    color: #f06;
    background: #ff0;
    border: 1px solid #f06;
  }
}
@keyframes flash3 {
  0% {
    color: #f06;
    background: #ff0;
    border: 1px solid #f06;
  }
  49% {
    color: #f06;
    background: #ff0;
    border: 1px solid #f06;
  }
  50% {
    color: #fff;
    background: #f06;
  }
  99% {
    color: #fff;
    background: #f06;
  }
  100% {
    color: #f06;
    background: #ff0;
    border: 1px solid #f06;
  }
}
@-webkit-keyframes flash4 {
  0% {
    color: #222;
    background: #fff;
  }
  49% {
    color: #222;
    background: #fff;
  }
  50% {
    color: #fff;
    background: #be1055;
  }
  99% {
    color: #fff;
    background: #be1055;
  }
  100% {
    color: #222;
    background: #fff;
  }
}
@keyframes flash4 {
  0% {
    color: #222;
    background: #fff;
  }
  49% {
    color: #222;
    background: #fff;
  }
  50% {
    color: #fff;
    background: #be1055;
  }
  99% {
    color: #fff;
    background: #be1055;
  }
  100% {
    color: #222;
    background: #fff;
  }
}
@-webkit-keyframes flash5 {
  0% {
    border-top-color: #fff;
  }
  49% {
    border-top-color: #fff;
  }
  50% {
    border-top-color: #be1055;
  }
  99% {
    border-top-color: #be1055;
  }
  100% {
    border-top-color: #fff;
  }
}
@keyframes flash5 {
  0% {
    border-top-color: #fff;
  }
  49% {
    border-top-color: #fff;
  }
  50% {
    border-top-color: #be1055;
  }
  99% {
    border-top-color: #be1055;
  }
  100% {
    border-top-color: #fff;
  }
}
@-webkit-keyframes flash6 {
  0% {
    color: #222;
    background: #ff0;
    border: 1px solid #222;
  }
  49.9% {
    color: #222;
    background: #ff0;
    border: 1px solid #222;
  }
  50% {
    color: #fff;
    background: #c7231c;
    border: 1px solid #c7231c;
  }
  99.9% {
    color: #fff;
    background: #c7231c;
    border: 1px solid #c7231c;
  }
  100% {
    color: #222;
    background: #ff0;
    border: 1px solid #222;
  }
}
@keyframes flash6 {
  0% {
    color: #222;
    background: #ff0;
    border: 1px solid #222;
  }
  49.9% {
    color: #222;
    background: #ff0;
    border: 1px solid #222;
  }
  50% {
    color: #fff;
    background: #c7231c;
    border: 1px solid #c7231c;
  }
  99.9% {
    color: #fff;
    background: #c7231c;
    border: 1px solid #c7231c;
  }
  100% {
    color: #222;
    background: #ff0;
    border: 1px solid #222;
  }
}
@-webkit-keyframes flash7 {
  0% {
    color: #222;
    background: #fff;
  }
  49% {
    color: #222;
    background: #fff;
  }
  50% {
    color: #fff;
    background: #d47b4a;
  }
  99% {
    color: #fff;
    background: #d47b4a;
  }
  100% {
    color: #222;
    background: #fff;
  }
}
@keyframes flash7 {
  0% {
    color: #222;
    background: #fff;
  }
  49% {
    color: #222;
    background: #fff;
  }
  50% {
    color: #fff;
    background: #d47b4a;
  }
  99% {
    color: #fff;
    background: #d47b4a;
  }
  100% {
    color: #222;
    background: #fff;
  }
}
@-webkit-keyframes flash8 {
  0% {
    color: #222;
    background: #fff;
  }
  49% {
    color: #222;
    background: #fff;
  }
  50% {
    color: #fff;
    background: #3849af;
  }
  99% {
    color: #fff;
    background: #3849af;
  }
  100% {
    color: #222;
    background: #fff;
  }
}
@keyframes flash8 {
  0% {
    color: #222;
    background: #fff;
  }
  49% {
    color: #222;
    background: #fff;
  }
  50% {
    color: #fff;
    background: #3849af;
  }
  99% {
    color: #fff;
    background: #3849af;
  }
  100% {
    color: #222;
    background: #fff;
  }
}
@-webkit-keyframes shake1 {
  0% {
    left: 2px;
  }
  50% {
    left: -2px;
  }
  100% {
    left: 2px;
  }
}
@keyframes shake1 {
  0% {
    left: 2px;
  }
  50% {
    left: -2px;
  }
  100% {
    left: 2px;
  }
}
/*@keyframes flash1 {
  0% {
    color: #f06;
    background: #ff0;
    border: 1px solid #f06;
  }
  49% {
    color: #f06;
    background: #ff0;
    border: 1px solid #f06;
  }
  50% {
    color: #fff;
    background: #f06;
  }
  99% {
    color: #fff;
    background: #f06;
  }
  100% {
    color: #f06;
    background: #ff0;
    border: 1px solid #f06;
  }
}
//テキストカラー点滅1
@keyframes brink1 {
  0% {
    color: #599eab;
  }

  49.9% {
    color: #599eab;
  }

  50% {
    color: #cc2;
  }

  99.9% {
    color: #cc2;
  }

  100% {
    color: #599eab;
  }
}
//テキストカラー点滅2
@keyframes blink2 {
  0% {
    color: #00a;
  }

  100% {
    color: #774;
  }
}
//テキストカラー点滅3
@keyframes blink3 {
  0% {
    color: #a00;
  }

  100% {
    color: #774;
  }
}
//テキストカラー点滅4
@keyframes blink4 {
  0% {
    color: #599eab;
  }

  49.9% {
    color: #599eab;
  }

  50% {
    color: #cc2;
  }

  99.9% {
    color: #cc2;
  }

  100% {
    color: #599eab;
  }
}
//拡大強調効果
@keyframes specialHover {
  0% {
    transform: scale(2);
    opacity: 0;
  }

  60% {
    transform: scale(1.6);
    opacity: 1;
  }

  60% {
    transform: scale(1.3);
    opacity: 1;
  }

  65% {
    transform: scale(1);
    opacity: 1;
  }

  70% {
    transform: scale(1.3);
    opacity: 1;
  }

  80% {
    transform: scale(1);
    opacity: 1;
  }

  90% {
    transform: scale(1.3);
    opacity: 1;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}
//ななめ回転スタートPC
@keyframes rounds1 {
  0% {
    transform: rotate(-10deg) rotateY(0deg);
  }

  50% {
    transform: rotate(-10deg) rotateY(360deg);
  }

  100% {
    transform: rotate(0deg) rotateY(360deg);
  }
}
//回転スタートSP
@keyframes rounds2 {
  0% {
    transform: rotateY(0deg);
  }

  100% {
    transform: rotateY(360deg);
  }
}
//上からスライドイン
@keyframes slide-in-top {
  0% {
    transform: translateY(-300%);
  }

  100% {
    transform: translateY(0);
  }
}
//下からスライドイン
@keyframes slide-in-bottom {
  0% {
    transform: translateY(100%);
  }

  100% {
    transform: translateY(0);
  }
}


//右からスライドイン
@keyframes slide-in-right {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(0);
  }
}
//ふわふわ上下1
@keyframes float {
  50% {
    transform: translateY(-10px);
  }
}
//ふわふわ上下2
@keyframes fuwafuwa {
  0% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(0, -5px);
  }

  100% {
    transform: translate(0, 0);
  }
}
//ふわふわ影
@keyframes shadow {
  50% {
    width: 70%;
    height: 18px;
  }
}
//くるくる回転
@keyframes rotate1 {
  0% {
    transform: rotateY(360deg);
  }

  18% {
    transform: rotateY(0deg);
  }

  100% {
    transform: rotateY(0deg);
  }
}
//ボタンキラーン効果1
@keyframes shiny1 {
  0% {
    left: -30%;
  }

  92% {
    left: -30%;
  }

  100% {
    left: 120%;
  }
}
//ボタンキラーン効果2
@keyframes shiny2 {
  0% {
    left: -100%;
  }

  84% {
    left: -100%;
  }

  100% {
    left: 240%;
  }
}
//遅延表示1
@keyframes fadeinItem1 {
  0% {
    opacity: 0;
  }

  80% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
//遅延表示2
@keyframes fadeinItem2 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
//右背景大サークル1
@keyframes circle1 {
  0% {
    transform: translate(0) scaleY(1.2);
    top: 20px;
  }

  40% {
    transform: translate(-40px) scaleY(1.3);
    top: 30px;
  }

  80% {
    transform: translateX(20px) scaleY(1.3);
    top: 40px;
  }

  100% {
    transform: translateX(0) scaleY(1.2);
    top: 20px;
  }
}
//右背景大サークル2
@keyframes circle2 {
  0% {
    transform: translate(0) scaleY(1.2);
    top: 120px;
  }

  40% {
    transform: translate(40px) scaleY(1.3);
    top: 130px;
  }

  80% {
    transform: translateX(-20px) scaleY(1.3);
    top: 110px;
  }

  100% {
    transform: translateX(0) scaleY(1.2);
    top: 120px;
  }
}

//あわあわ上昇時に使う(オプションページ用)
@keyframes bubbles {
  0% {
    opacity: 0;
  }

  20% {
    opacity: 1;
    transform: translate(0, -20%);
  }

  100% {
    opacity: 0;
    transform: translate(0, -1000%);
  }
}*/
.Type-rank__3, .Type-rank__5, .Type-rank__7, .Type-rank__9, .Type-rank__13, .Type-rank__15, .Type-rank__16, .Type-rank__17, .Type-rank__29, .Type-rank__28, .Type-rank__27, .Type-rank__24, .Type-rank__31, .Type-rank__39, .Type-rank__38, .Type-rank__37, .Type-rank__34, .Type-rank__49, .Type-rank__48, .Type-rank__47, .Type-rank__44, .Type-rank__59, .Type-rank__58, .Type-rank__57, .Type-rank__54, .Type-rank__64 {
  line-height: 26px;
  font-size: 16px;
  -webkit-box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.15);
  text-shadow: 0 0 3px #000;
  font-weight: bold;
}

.Type {
  /*予定あり*/
  /*案内終了・お休み*/
}
.Type-situation__1 {
  background: #329eff;
}
.Type-situation__2 {
  background: #ff3d3d;
  -webkit-animation: blinkAnimeS2 1s infinite alternate;
          animation: blinkAnimeS2 1s infinite alternate;
}
.Type-situation-transparent__1 {
  background: rgba(200, 200, 200, 0.8);
  color: #000 !important;
}
.Type-situation-transparent__2 {
  background: rgba(255, 61, 61, 0.7);
}
.Type-situation-transparent__3 {
  background: rgba(50, 158, 255, 0.7);
}
.Type-week-color__0, .Type-week-color__7 {
  color: #f00;
}
.Type-week-color__1, .Type-week-color__2, .Type-week-color__3, .Type-week-color__4, .Type-week-color__5 {
  color: #222;
}
.Type-week-color__6 {
  color: #00f;
}
.Type-status__1 {
  background: -webkit-gradient(linear, left top, left bottom, from(#71f7ff), color-stop(42%, #3294e7), color-stop(61%, #063399), color-stop(99%, #0064fb));
  background: -webkit-linear-gradient(top, #71f7ff 0%, #3294e7 42%, #063399 61%, #0064fb 99%);
  background: linear-gradient(to bottom, #71f7ff 0%, #3294e7 42%, #063399 61%, #0064fb 99%);
  color: #fff;
}
.Type-status__2 {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 250, 244)), color-stop(4%, rgb(249, 192, 107)), color-stop(52%, rgb(249, 133, 0)), color-stop(59%, rgb(229, 87, 0)), to(rgb(237, 162, 92)));
  background: -webkit-linear-gradient(top, rgb(255, 250, 244) 0%, rgb(249, 192, 107) 4%, rgb(249, 133, 0) 52%, rgb(229, 87, 0) 59%, rgb(237, 162, 92) 100%);
  background: linear-gradient(to bottom, rgb(255, 250, 244) 0%, rgb(249, 192, 107) 4%, rgb(249, 133, 0) 52%, rgb(229, 87, 0) 59%, rgb(237, 162, 92) 100%);
  color: #fff;
}
.Type-status__3 {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 250, 244)), color-stop(4%, rgb(255, 109, 109)), color-stop(52%, rgb(216, 0, 0)), color-stop(58%, rgb(168, 0, 0)), color-stop(99%, rgb(255, 109, 109)));
  background: -webkit-linear-gradient(top, rgb(255, 250, 244) 0%, rgb(255, 109, 109) 4%, rgb(216, 0, 0) 52%, rgb(168, 0, 0) 58%, rgb(255, 109, 109) 99%);
  background: linear-gradient(to bottom, rgb(255, 250, 244) 0%, rgb(255, 109, 109) 4%, rgb(216, 0, 0) 52%, rgb(168, 0, 0) 58%, rgb(255, 109, 109) 99%);
  color: #fff;
}
.Type-status__4 {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 250, 244)), color-stop(4%, rgb(249, 107, 245)), color-stop(52%, rgb(179, 0, 244)), color-stop(59%, rgb(158, 0, 237)), to(rgb(232, 96, 247)));
  background: -webkit-linear-gradient(top, rgb(255, 250, 244) 0%, rgb(249, 107, 245) 4%, rgb(179, 0, 244) 52%, rgb(158, 0, 237) 59%, rgb(232, 96, 247) 100%);
  background: linear-gradient(to bottom, rgb(255, 250, 244) 0%, rgb(249, 107, 245) 4%, rgb(179, 0, 244) 52%, rgb(158, 0, 237) 59%, rgb(232, 96, 247) 100%);
  color: #F2E600;
}
.Type-status__5 {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 250, 244)), color-stop(2%, rgb(247, 255, 109)), color-stop(52%, rgb(255, 255, 0)), color-stop(61%, rgb(226, 215, 0)), to(rgb(255, 247, 99)));
  background: -webkit-linear-gradient(top, rgb(255, 250, 244) 0%, rgb(247, 255, 109) 2%, rgb(255, 255, 0) 52%, rgb(226, 215, 0) 61%, rgb(255, 247, 99) 100%);
  background: linear-gradient(to bottom, rgb(255, 250, 244) 0%, rgb(247, 255, 109) 2%, rgb(255, 255, 0) 52%, rgb(226, 215, 0) 61%, rgb(255, 247, 99) 100%);
  color: #EA0003;
}
.Type-status__6 {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffc9bb), color-stop(50%, #ff4e7a), color-stop(53%, #fe1562), color-stop(99%, #ff4e7a));
  background: -webkit-linear-gradient(top, #ffc9bb 0%, #ff4e7a 50%, #fe1562 53%, #ff4e7a 99%);
  background: linear-gradient(to bottom, #ffc9bb 0%, #ff4e7a 50%, #fe1562 53%, #ff4e7a 99%);
  color: #fff;
}
.Type-schedule__1 {
  color: #392809;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #f4e6c0), color-stop(50.2%, #fffefa), to(#f4e6c0));
  background: -webkit-linear-gradient(bottom, #f4e6c0 50%, #fffefa 50.2%, #f4e6c0 100%);
  background: linear-gradient(to top, #f4e6c0 50%, #fffefa 50.2%, #f4e6c0 100%);
  border-top: 1px solid #77460a;
  border-bottom: 1px solid #77460a;
  border-right: 3px solid #9b6f34;
  border-left: 3px solid #9b6f34;
}
.Type-schedule__1 i {
  color: #392809;
}
.Type-schedule__2 {
  color: #fff4df;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #0c0c0c), color-stop(50.2%, #242424), to(#0c0c0c));
  background: -webkit-linear-gradient(bottom, #0c0c0c 50%, #242424 50.2%, #0c0c0c 100%);
  background: linear-gradient(to top, #0c0c0c 50%, #242424 50.2%, #0c0c0c 100%);
  border-top: 1px solid #392809;
  border-bottom: 1px solid #392809;
  border-right: 3px solid #70521a;
  border-left: 3px solid #70521a;
}
.Type-schedule__2 i {
  color: #bd9841;
}
.Type-txt__2 {
  -webkit-animation: brinkBlock2 3s 0s ease infinite;
          animation: brinkBlock2 3s 0s ease infinite;
}
.Type-txt__7 {
  -webkit-animation: brinkBlock1 3s 0s ease infinite;
          animation: brinkBlock1 3s 0s ease infinite;
}
.Type-txt__8 {
  -webkit-animation: brinkBlock3 3s 0s ease infinite;
          animation: brinkBlock3 3s 0s ease infinite;
}
.Type-txt__9 {
  -webkit-animation: brinkBlock4 3s 0s ease infinite;
          animation: brinkBlock4 3s 0s ease infinite;
}
.Type-txt__10 {
  -webkit-animation: brinkBlock5 3s 0s ease infinite;
          animation: brinkBlock5 3s 0s ease infinite;
}
.Type-rank__64 {
  background: rgba(155, 30, 154, 0.7);
  letter-spacing: -1px;
}
.Type-rank__64 small {
  font-size: 80%;
  padding: 0 2px;
}
.Type-rank__59, .Type-rank__58, .Type-rank__57, .Type-rank__54 {
  background: rgba(174, 161, 73, 0.6);
  text-shadow: none !important;
  color: #000 !important;
}
.Type-rank__49, .Type-rank__48, .Type-rank__47, .Type-rank__44 {
  background: rgba(10, 10, 10, 0.7);
}
.Type-rank__39, .Type-rank__38, .Type-rank__37, .Type-rank__34 {
  background: rgba(155, 126, 37, 0.6);
}
.Type-rank__31 {
  background: rgba(79, 49, 46, 0.7);
}
.Type-rank__29, .Type-rank__28, .Type-rank__27, .Type-rank__24 {
  background: rgba(189, 8, 21, 0.6);
}
.Type-rank__17 {
  background: rgba(7, 236, 186, 0.6);
}
.Type-rank__16 {
  background: rgba(7, 236, 186, 0.6);
}
.Type-rank__15 {
  background: rgba(7, 236, 186, 0.6);
}
.Type-rank__13 {
  background: rgba(201, 46, 163, 0.6);
}
.Type-rank__9 {
  background: rgba(254, 105, 21, 0.6);
}
.Type-top-rank__9 {
  background: #d3582c;
}
.Type-rank__7 {
  background: rgba(11, 163, 5, 0.6);
}
.Type-top-rank__7 {
  background: #228936;
}
.Type-rank__5 {
  background: rgba(15, 162, 219, 0.6);
}
.Type-top-rank__5 {
  background: #1283ae;
}
.Type-rank__4 {
  background: none;
  border: none;
}
.Type-rank__3 {
  background: rgba(59, 12, 255, 0.6);
}
.Type-top-rank__3 {
  background: #1428ca;
}
.Type-rank__1 {
  display: none !important;
  /*background: rgba(7, 236, 186, .6);
  @extend %Init-rank__normal;
  height: 26px;*/
}
.Type-rank-bg__64 {
  background: -webkit-linear-gradient(315deg, #da3bd4 0%, #540351 40%, #681466 50%, #8e2f8e 70%, #390034 86%, #681466 100%);
  background: linear-gradient(135deg, #da3bd4 0%, #540351 40%, #681466 50%, #8e2f8e 70%, #390034 86%, #681466 100%);
}
.Type-rank-bg__54 {
  background: -webkit-linear-gradient(315deg, #d9c73b 0%, #574d04 40%, #675d13 50%, #8e802f 70%, #393500 86%, #675c14 100%);
  background: linear-gradient(135deg, #d9c73b 0%, #574d04 40%, #675d13 50%, #8e802f 70%, #393500 86%, #675c14 100%);
}
.Type-rank-bg__44 {
  background: -webkit-linear-gradient(315deg, #8a8a8a 0%, #2e2e2e 40%, #3b3b3b 50%, #5e5e5e 70%, #1c1c1c 86%, #3e3e3e 100%);
  background: linear-gradient(135deg, #8a8a8a 0%, #2e2e2e 40%, #3b3b3b 50%, #5e5e5e 70%, #1c1c1c 86%, #3e3e3e 100%);
}
.Type-rank-bg__34 {
  background: -webkit-linear-gradient(315deg, #a78d46 0%, #40330d 40%, #4c3e1a 50%, #6f5e35 70%, #2a2207 86%, #4f411b 100%);
  background: linear-gradient(135deg, #a78d46 0%, #40330d 40%, #4c3e1a 50%, #6f5e35 70%, #2a2207 86%, #4f411b 100%);
}
.Type-rank-bg__31 {
  background: -webkit-linear-gradient(315deg, #5b2635 0%, #23070f 40%, #2b0f17 50%, #3c1c26 70%, #390034 86%, #2a0e17 100%);
  background: linear-gradient(135deg, #5b2635 0%, #23070f 40%, #2b0f17 50%, #3c1c26 70%, #390034 86%, #2a0e17 100%);
}
.Type-rank-bg__24 {
  background: -webkit-linear-gradient(315deg, #f41f3a 0%, #5c000c 40%, #760515 50%, #9e1e33 70%, #390004 86%, #750515 100%);
  background: linear-gradient(135deg, #f41f3a 0%, #5c000c 40%, #760515 50%, #9e1e33 70%, #390004 86%, #750515 100%);
}
.Type-rank-bg__15 {
  background: -webkit-linear-gradient(315deg, #31f0ec 0%, #076d6b 40%, #167c79 50%, #2ea29c 70%, #074a4d 86%, #167b78 100%);
  background: linear-gradient(135deg, #31f0ec 0%, #076d6b 40%, #167c79 50%, #2ea29c 70%, #074a4d 86%, #167b78 100%);
}
.Type-rank-bg__5 {
  background: -webkit-linear-gradient(315deg, #33adf5 0%, #0d4d72 40%, #195a7f 50%, #3280a7 70%, #0d3653 86%, #1b5c81 100%);
  background: linear-gradient(135deg, #33adf5 0%, #0d4d72 40%, #195a7f 50%, #3280a7 70%, #0d3653 86%, #1b5c81 100%);
}
.Type-rank-bg__3 {
  background: -webkit-linear-gradient(315deg, #6f39e1 0%, #230761 40%, #311670 50%, #4c3095 70%, #190440 86%, #31166f 100%);
  background: linear-gradient(135deg, #6f39e1 0%, #230761 40%, #311670 50%, #4c3095 70%, #190440 86%, #31166f 100%);
}
.Type-rank-bg__1 {
  background: #ddd;
}

@media screen and (max-width: 480px) {
  .Delivery-gals-cabinet {
    width: 96%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .Delivery-gals-guide {
    width: 94%;
    margin: 0 auto;
  }
}
.Delivery-gals-guide__info-btn-link {
  padding-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .Delivery-gals-guide__info-btn-link {
    display: none;
  }
}
.Delivery-gals-guide__info-btn-link .Delivery-gals-guide__block-ttl--arrow {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
@media screen and (min-width: 768px) {
  .Delivery-gals-guide__block {
    display: none;
  }
}
.Delivery-gals-guide__block--active small {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.Delivery-gals-guide__block-ttl {
  background: -webkit-linear-gradient(315deg, #303f54 0%, #2f3e53 40%, #5b6e8a 70%, #324157 84%, #495a72 95%, #6a7d9a 100%);
  background: linear-gradient(135deg, #303f54 0%, #2f3e53 40%, #5b6e8a 70%, #324157 84%, #495a72 95%, #6a7d9a 100%);
  color: #e5ebf6;
  padding-bottom: 15px;
}
.Delivery-gals-guide__block-ttl--arrow {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (max-width: 767px) {
  .Delivery-gals-guide__block-txt {
    display: none;
  }
}
.Delivery-gals-guide__block-txt--yellow {
  color: #ff0;
}
.Delivery-gals-guide__img-conteiner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
@media screen and (min-width: 1001px) {
  .Delivery-gals-guide__img-conteiner {
    padding: 0 100px;
  }
}
@media screen and (max-width: 767px) {
  .Delivery-gals-guide__img-conteiner {
    padding: 0;
  }
}
@media screen and (max-width: 480px) {
  .Delivery-gals-guide__img-conteiner {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .Delivery-gals-guide__img-outer {
    padding: 0 3px 6px 0;
    width: calc((100% - 30px) / 4);
  }
}
@media screen and (max-width: 767px) {
  .Delivery-gals-guide__img-outer {
    padding: 0 1px 2px 0;
    width: 25%;
  }
}
@media screen and (max-width: 480px) {
  .Delivery-gals-guide__img-outer {
    padding: 0 1px 2px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .Delivery-gals-guide__img-outer:nth-child(5), .Delivery-gals-guide__img-outer:nth-child(8) {
    margin-left: 0;
  }
}
@media screen and (max-width: 480px) {
  .Delivery-gals-guide__img-outer:nth-child(5), .Delivery-gals-guide__img-outer:nth-child(8) {
    margin-left: 0;
  }
}
.Delivery-gals-guide__img {
  content-visibility: auto;
  aspect-ratio: 480/113;
}
.Delivery-gals-guide__nomination {
  text-align: center;
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  .Delivery-gals-guide__nomination {
    display: none;
  }
}
.Delivery-gals-guide__txt--caution {
  font-size: 18px;
  line-height: 1;
  border-bottom: 1px solid #495a72;
  padding: 10px 2% 2px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .Delivery-gals-guide__txt--caution {
    display: none;
  }
}
.Delivery-gals-guide__txt--caution-arrow {
  color: #495a72;
}
.Delivery-gals-unit__outer .Flex__list {
  width: 200px;
  margin: 0 4px 4px 0;
  padding: 2px;
}
.Delivery-gals-unit__outer .Flex__list.Type-d {
  padding: 2px;
  border: 1px solid #ddd;
  background: none;
}
@media screen and (max-width: 767px) {
  .Delivery-gals-unit__outer .Flex__list.Type-d {
    background: #000;
    border: 1px solid #555;
  }
}
@media screen and (min-width: 768px) {
  .Delivery-gals-unit__outer .Flex__list {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .Delivery-gals-unit__outer .Flex__list:hover {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
}
@media screen and (max-width: 480px) {
  .Delivery-gals-unit__outer .Flex__list {
    width: calc(50% - 4px);
  }
  .Delivery-gals-unit__outer .Flex__list:nth-child(2n) {
    margin-right: 0;
  }
}
.Delivery-gals-unit__outer .Flex__list.Flex__list--empty {
  margin-bottom: 0;
  border: none !important;
}
.Delivery-gals-unit__img-outer {
  width: 100%;
}
.Delivery-gals-unit__img--photo {
  width: 100%;
  height: auto;
  aspect-ratio: 250/500;
}
@media screen and (min-width: 768px) {
  .Delivery-gals-unit__img--photo:hover {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.Delivery-gals-unit__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Delivery-gals-unit__img-outer {
  position: relative;
  overflow: hidden;
}
.Delivery-gals-unit__info {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding-top: 8px;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.6) 15px);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.6) 15px);
  color: #fff;
}
.Delivery-gals-unit__info-txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap-reverse;
      -ms-flex-wrap: wrap-reverse;
          flex-wrap: wrap-reverse;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1px;
  width: 100%;
  padding: 0 1.4%;
  margin-bottom: 3px;
}
.Delivery-gals-unit__info-txt--span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 12px;
  padding: 3px;
  line-height: 1;
  min-width: 45%;
}
@media screen and (max-width: 480px) {
  .Delivery-gals-unit__info-txt--span {
    font-size: 3vw;
  }
}
.Delivery-gals-unit__info-txt--span:nth-child(even) {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.Delivery-gals-unit__info--name {
  width: 55%;
  font-size: 16px;
  padding: 0 2px;
  text-shadow: 0 0 3px #000, 0 0 3px #000, 0 0 3px #000;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.Delivery-gals-unit__info--age {
  font-size: 12px;
}
.Delivery-gals-unit__info-option {
  padding: 2px;
  line-height: 1;
  color: #222;
  width: 42%;
  font-size: 14px;
  font-weight: bold;
  background: rgba(255, 255, 255, 0.7);
  text-shadow: 0 0 2px #fff;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 360px) {
  .Delivery-gals-unit__info-option {
    font-size: 12px;
  }
}
.Delivery-gals-unit__info--size {
  font-size: 12px;
  line-height: 1;
  padding: 2px 0 3px;
  text-shadow: 0 0 3px #000, 0 0 3px #000, 0 0 3px #000;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: center;
}
@media screen and (max-width: 360px) {
  .Delivery-gals-unit__info--size {
    font-size: 11px;
  }
}
.Delivery-gals-unit__info-rank {
  line-height: 1;
  padding: 4px 5px 1px;
}
.Delivery-gals-realtime {
  text-align: center;
  margin: 30px auto;
}
.Delivery-gals-realtime__link {
  display: inline-block;
}
.Delivery-gals-realtime__link-img {
  max-width: 500px;
  content-visibility: auto;
  aspect-ratio: 600/140;
}