@charset "UTF-8";
/*
 * CSS Document
 * ==========================================================================
 * 版權所有 2022 鉅潞科技網頁設計公司，並保留所有權利。
 * 網站地址: http://www.grnet.com.tw
 * ==========================================================================
 * $Author: Grnet $
 * $Date: 2022/07 $ 
 * */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@500;700&family=Poppins:wght@100;400;700&family=Roboto:wght@400;900&display=swap");
:root {
  --h-header: 170px;
  --h-input: 60px;
  --gap: 20px;
  --gap-header: max(20px, 3.3vw);
  --gap-sec: 75px;
  --gap-item: 12px;
  --gap-book: 45px;
  --color-text: #fff;
  --color-bg: #1b1464;
  --color-dark: #161038;
  --color-blue: #04bbf4;
  --color-blue-dark: #002879;
  --color-yellow: #f9da55;
  --color-yellow2: #f9b31c;
  --text-deco: "Roboto", "Noto Sans TC", sans-serif;
  --radius-md: 20px;
  --fz-xxl: 6.25rem;
  --fz-xl: 5.625rem;
  --fz-lg: 4rem;
  --fz-kanban-lg: 5rem;
  --fz-kanban-sm: 1.375rem;
  --fz-context: 1.0625rem;
  --fz-h1: 3.125rem;
  --fz-h2: 2.5em;
  --fz-h3: 1.625rem;
  --fz-h4: 1.375rem;
  --fz-h5: 1.25rem;
  --fz-h6: 1.125rem;
}
:root body[data-name=songbook] {
  --h-header: 25px;
}

:root .is-fixed-header {
  --h-header: 80px;
}

@media (max-width: 1499px) {
  :root {
    --h-header: 120px;
    --gap-header: max(20px, 2vw);
    --fz-kanban-lg: 4.5rem;
    --fz-h1: 3rem;
  }
}
@media (max-width: 1199px) {
  :root {
    --gap-sec: 50px;
    --gap-book: 40px;
    --fz-kanban-lg: 4rem;
    --fz-xxl: 5.5rem;
    --fz-xl: 4.5rem;
    --fz-subhead-index-news: 4.5rem;
    --fz-lg: 3.75rem;
    --fz-h1: 2.625rem;
    --fz-h2: 2rem;
    --fz-h3: 1.5rem;
  }
}
@media (max-width: 991px) {
  :root {
    --h-header: 60px;
    --gap-header: 20px;
    --fz-kanban-lg: 3.5rem;
    --fz-kanban-sm: 1.25rem;
    --fz-xxl: 4.25rem;
    --fz-xl: 3rem;
    --fz-subhead-index-news: 3rem;
    --fz-lg: 2.875rem;
    --fz-h1: 2rem;
    --fz-h2: 1.875rem;
    --fz-h3: 1.375rem;
    --fz-h4: 1.25rem;
    --fz-h5: 1.125rem;
    --fz-h6: 1.0625rem;
    --fz-context: 1rem;
  }
  :root .is-fixed-header {
    --h-header: 60px;
  }
  :root .is-open-nav {
    --h-header: max(100px, 18vh) !important;
  }
}
@media (max-width: 767px) {
  :root {
    --gap-sec: 30px;
    --gap-book: 30px;
    --fz-kanban-lg: 3.25rem;
    --fz-xxl: 3.8rem;
    --fz-xl: 2.625rem;
    --fz-subhead-index-news: 2.625rem;
    --fz-lg: 2.5rem;
    --fz-h1: 1.875rem;
    --fz-h2: 1.4125rem;
    --fz-h3: 1.25rem;
    --fz-h4: 1.1875rem;
    --fz-h5: 1.0625rem;
    --fz-h6: 1rem;
  }
}
@media (max-width: 599px) {
  :root {
    --gap-item: 8px;
    --gap-book: 20px;
    --h-input: 50px;
    --fz-kanban-lg: 2.625rem;
    --fz-kanban-sm: 1.125rem;
    --fz-xxl: 3.25rem;
    --fz-xl: 2.5rem;
    --fz-subhead-index-news: 2.25rem;
    --fz-lg: 1.875rem;
    --fz-h1: 1.625rem;
    --fz-h2: 1.375rem;
    --fz-h3: 1.1875rem;
    --fz-h4: 1.125rem;
  }
}
@media (max-width: 499px) {
  :root {
    --fz-h1: 1.5rem;
  }
}
/*
 * Mixin
 */
/*
 * Mixin
 */
/*!
 * * 保留BS v3隱藏/顯示的樣式 https://getbootstrap.com/docs/3.4/customize/
 * * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * * Copyright 2011-2019 Twitter, Inc.
 * * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

[role=button] {
  cursor: pointer;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-print,
.visible-print-block,
.visible-print-inline,
.visible-print-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
  clear: both;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.disabled,
.disabled:hover {
  cursor: not-allowed;
}

/*
 * Reset
 */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a,
a:visited,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: 0 !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button,
button:visited,
button:hover,
button:focus,
button:active {
  outline: 0 !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a[accesskey] {
  color: transparent !important;
  position: absolute !important;
  top: 0;
  left: 0;
  font-size: 0;
}

img,
a img {
  border: none;
  max-width: 100%;
  height: auto !important;
}

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

img,
input[type=image],
video,
embed,
iframe,
marquee,
object,
table {
  aspect-ratio: attr(width)/attr(height);
}

section,
article,
aside,
footer,
header,
nav,
main {
  display: block;
}

p {
  line-height: inherit;
}

ol.reset,
ul.reset,
li.reset {
  list-style: none;
  margin: 0;
  padding: 0;
}

label {
  font-weight: inherit;
}

input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  outline: 0;
  border-radius: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

input:not([type=radio]):not([type=checkbox]),
textarea,
select,
input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

input:not([type=button]),
input:not([type=submit]),
input:not([type=reset]) {
  font-size: 16px !important;
}

input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  height: 1em;
  width: 1em;
  margin-left: 3px;
  opacity: 0;
  pointer-events: none;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23fff' d='M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm101.8-262.2L295.6 256l62.2 62.2c4.7 4.7 4.7 12.3 0 17l-22.6 22.6c-4.7 4.7-12.3 4.7-17 0L256 295.6l-62.2 62.2c-4.7 4.7-12.3 4.7-17 0l-22.6-22.6c-4.7-4.7-4.7-12.3 0-17l62.2-62.2-62.2-62.2c-4.7-4.7-4.7-12.3 0-17l22.6-22.6c4.7-4.7 12.3-4.7 17 0l62.2 62.2 62.2-62.2c4.7-4.7 12.3-4.7 17 0l22.6 22.6c4.7 4.7 4.7 12.3 0 17z' /%3E%3C/svg%3E");
}

input[type=search]:focus::-webkit-search-cancel-button {
  opacity: 1;
  pointer-events: all;
  cursor: pointer;
}

textarea {
  resize: vertical;
}

::-webkit-input-placeholder {
  color: #aaa;
  font-size: 16px;
}

::-moz-placeholder {
  color: #aaa;
  font-size: 16px;
}

:-ms-input-placeholder,
:-moz-placeholder {
  color: #aaa;
  font-size: 16px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: rgb(28, 146, 210);
}

hr {
  display: block;
  background: none;
  height: 1px;
  width: 100%;
  margin: 20px auto;
  border: none;
  border-top: 1px solid #ddd;
}

@media (max-width: 767px) {
  hr {
    margin: 15px auto;
  }
}
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  margin: 0;
  background: #250e49, #080931;
  /* Vertical gradient */
  background: -webkit-gradient(linear, left top, left bottom, from(#250e49), to(#080931));
  background: linear-gradient(to bottom, #250e49, #080931);
}

::-webkit-scrollbar-thumb {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  background: #37166b, #04bbf4;
  /* Vertical gradient */
  background: -webkit-gradient(linear, left top, left bottom, from(#37166b), to(#04bbf4));
  background: linear-gradient(to bottom, #37166b, #04bbf4);
}

::-webkit-scrollbar-thumb:hover,
::-webkit-scrollbar-thumb:active {
  background: #347deb, #1ecbff;
  /* Vertical gradient */
  background: -webkit-gradient(linear, left top, left bottom, from(#347deb), to(#1ecbff));
  background: linear-gradient(to bottom, #347deb, #1ecbff);
}

body,
html {
  margin: 0;
  padding: 0;
  font-family: "Poppins", "Noto Sans TC", sans-serif;
  color: var(--color-text);
  background: var(--color-bg);
  font-size: 16px;
  line-height: 2;
  font-weight: 400;
  -webkit-overflow-scrolling: touch;
  word-wrap: break-word;
}

body {
  overflow-x: hidden !important;
}

@media (max-width: 991px) {
  body::after {
    display: none;
  }
}
/*
 * Header
 */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--h-header);
  z-index: 101;
  -webkit-transition: height 0.25s ease;
  transition: height 0.25s ease;
}

body[data-name=songbook] .header,
body[data-name=songbook] .footer {
  display: none !important;
}

.is-fixed-header .header {
  background: #04102a, #023692, #480b2a;
  /* Horizontal gradient */
  background: -webkit-gradient(linear, left top, right top, from(#04102a), color-stop(#023692), to(#480b2a));
  background: linear-gradient(to right, #04102a, #023692, #480b2a);
}

.logo {
  position: absolute;
  left: var(--gap-header);
  top: 50%;
  width: 100%;
  max-width: 195px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  will-change: transform;
  margin: 0;
  padding: 0;
  -webkit-transition: max-width 0.25s;
  transition: max-width 0.25s;
  margin: 0;
  padding: 0;
  width: 430px;
}

.logo > * {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 53.488372093%;
  font-size: 0;
  background: url("../images/logo_benzktv.svg") no-repeat 0 0/contain;
  z-index: 0;
}

.is-fixed-header .logo {
  max-width: 130px;
}

.btn-order {
  position: absolute;
  right: var(--gap-header);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 150px;
  height: 60px;
  line-height: 54px;
  display: inline-block;
  border-radius: 50px;
  text-align: center;
  font-size: 1.25rem;
  white-space: nowrap;
  padding: 3px;
  background: #023692, #19ecf1;
  /* Horizontal gradient */
  background: -webkit-gradient(linear, left top, right top, from(#023692), to(#19ecf1));
  background: linear-gradient(to right, #023692, #19ecf1);
}

.btn-order span {
  display: block;
  border-radius: 50px;
  background-color: var(--color-dark);
  color: #fff;
  -webkit-transition: background 0.2s, color 0.18s;
  transition: background 0.2s, color 0.18s;
}

.pc .btn-order:hover {
  background: #f9b31c, #f9da55;
  /* Horizontal gradient */
  background: -webkit-gradient(linear, left top, right top, from(#f9b31c), to(#f9da55));
  background: linear-gradient(to right, #f9b31c, #f9da55);
}

.pc .btn-order:hover span {
  background-color: transparent;
  color: var(--color-dark);
}

.mb .btn-order:active {
  background: #f9b31c, #f9da55;
  /* Horizontal gradient */
  background: -webkit-gradient(linear, left top, right top, from(#f9b31c), to(#f9da55));
  background: linear-gradient(to right, #f9b31c, #f9da55);
}

.mb .btn-order:active span {
  background-color: transparent;
  color: var(--color-dark);
}

.menu {
  position: relative;
  z-index: 10;
  list-style: none;
}

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

.menu li,
.menu a {
  z-index: 0;
  position: relative;
}

.h-member {
  position: absolute;
  z-index: 50;
  right: 240px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mb .h-member.is-open .h-member-list {
  display: block;
  -webkit-animation: ani_subnav_show_pc 0.3s both ease;
  animation: ani_subnav_show_pc 0.3s both ease;
}

.pc .h-member:hover .h-member-list {
  display: block;
  -webkit-animation: ani_subnav_show_pc 0.3s both ease;
  animation: ani_subnav_show_pc 0.3s both ease;
}

.h-member-switch {
  width: 28px;
  height: 50px;
  display: block;
  position: relative;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23fff' d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  font-size: 0;
}

.h-member-list {
  position: absolute;
  width: 100%;
  min-width: 150px;
  background: var(--color-blue);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 5px;
  padding: 5px 10px;
  display: none;
}

.h-member-list::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 9px 8px;
  border-color: transparent transparent var(--color-blue) transparent;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -8px;
  margin-top: -8px;
}

.h-member-list > li {
  padding: 0;
  display: block;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.h-member-list > li:first-child {
  border-top: none;
}

.h-member-list > li > a {
  display: block;
  padding: 10px;
  line-height: 1.5;
  font-size: 1.125rem;
  color: #fff;
  -webkit-transition: color 0.12s ease;
  transition: color 0.12s ease;
}

.pc .h-member-list > li:hover > a {
  color: var(--color-blue-dark);
}

.h-member-list > li.is-open > a {
  color: var(--color-blue-dark);
}

/*
 * Footer
 */
.footer {
  display: block;
  position: relative;
  color: #fff;
  overflow: hidden;
  padding-top: 65px;
}

.footer > * {
  position: relative;
  z-index: 10;
}

.footer i {
  font-style: normal;
}

.footer a {
  color: inherit;
}

.pc .footer a:hover {
  text-decoration: underline;
}

.footer .bg {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.footer .bg > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: right 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/footer_bg.jpg);
}

.f-top {
  position: relative;
  padding-top: 120px;
  padding-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.f-logo {
  margin: 0;
  padding: 0;
  width: 430px;
  max-width: 175px;
  position: absolute;
  left: var(--gap);
  top: 0;
  margin: 0;
  padding: 0;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.f-logo > * {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 53.488372093%;
  font-size: 0;
  background: url("../images/logo_benzktv_nooutline.svg") no-repeat 0 0/contain;
  z-index: 0;
}

.f-stitle {
  color: var(--color-blue);
  font-size: 1.125rem;
  font-weight: 600;
  display: block;
}

.f-store {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 68%;
  flex: 1 1 68%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.f-store .item {
  padding: 0 10px 0 0;
}

.f-store ul > li {
  font-family: "Noto Sans TC", sans-serif;
  position: relative;
  padding-left: 40px;
}

.f-store ul > li i {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 600;
  white-space: nowrap;
}

.f-nav {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc(32% - 130px);
  flex: 1 1 calc(32% - 130px);
  padding-left: 4%;
  padding-right: 3%;
}

.f-nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: 9.5rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.f-nav > ul > li {
  padding-right: 15px;
}

.f-nav > ul i {
  font-weight: 600;
}

.f-social {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 130px;
  flex: 0 1 130px;
}

.f-social li {
  margin-bottom: 10px;
  padding-right: 15px;
}

.f-social .fb {
  white-space: nowrap;
}

.f-social .fb::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.4em;
  margin-left: 0.2em;
  width: 1.5em;
  height: 1.5em;
  background: url(../images/clink_facebook.svg) no-repeat center 50%/100% auto;
}

.f-social .ig {
  white-space: nowrap;
}

.f-social .ig::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.4em;
  width: 1.8em;
  height: 1.8em;
  background: url(../images/clink_instagram.svg) no-repeat center 50%/100% auto;
}

.f-bottom {
  padding-top: 30px;
  padding-bottom: 35px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.3);
  font-size: 0.9375rem;
}

.f-copyright {
  display: inline-block;
  margin-right: 10px;
}

.gotop {
  width: 60px;
  height: 60px;
  display: block;
  position: fixed;
  z-index: 100;
  bottom: 10vh;
  right: var(--gap);
  font-size: 13px;
  display: none;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  font-size: 0;
  background: var(--color-yellow2) url(../images/icon_arrow.png) no-repeat center center/auto 50%;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.pc .gotop:hover {
  background-color: #f9991c;
}

/*
 * Bulletin
 */
.bulletin-slider {
  overflow: hidden;
}

.bulletin-slider a {
  display: inline-block;
}

.bulletin-prev,
.bulletin-next {
  margin-top: 0;
}

.bulletin-prev {
  left: -70px;
}

.bulletin-next {
  right: -70px;
}

.bulletin-pagination {
  line-height: 1;
  bottom: -30px !important;
}

.bulletin-slider .slick-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: auto !important;
}

@media (min-width: 992px) {
  .nav {
    display: block !important;
    position: absolute;
    width: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: calc(var(--gap-header) + 225px);
    right: calc(var(--gap-header) + 225px);
    text-align: right;
  }
  .nav-switch {
    display: none;
  }
  .menu {
    display: block !important;
  }
  .menu ul {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
  }
  .menu > li {
    display: inline-block;
    vertical-align: top;
    padding: 0 23px;
    -webkit-transition: line-height 0.25s ease;
    transition: line-height 0.25s ease;
  }
  .menu > li::before {
    content: "";
    display: block;
    position: absolute;
    left: -1px;
    top: 50%;
    width: 1px;
    height: 16px;
    background: rgba(255, 255, 255, 0.2);
    margin-top: -8px;
    -webkit-transition: -webkit-transform 0.15s;
    transition: -webkit-transform 0.15s;
    transition: transform 0.15s;
    transition: transform 0.15s, -webkit-transform 0.15s;
  }
  .menu > li:first-child::before {
    display: none;
  }
  .menu > li > a {
    display: block;
    white-space: nowrap;
    position: relative;
    color: #fff;
    font-size: 1.25em;
    padding: 10px 0 10px 1.7em;
  }
  .menu > li > a::before {
    content: "";
    width: 1.5em;
    height: 1.5em;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(../images/nav_icon.svg);
    background-repeat: no-repeat;
    background-size: auto 200%;
  }
  .menu > li > a.icon1::before {
    background-position: 0 0;
  }
  .menu > li > a.icon2::before {
    background-position: 25% 0;
  }
  .menu > li > a.icon3::before {
    background-position: 50% 0;
  }
  .menu > li > a.icon4::before {
    background-position: 75% 0;
  }
  .menu > li > a.icon5::before {
    background-position: 100% 0;
  }
  .menu > li > a.icon6::before {
    background-image: url(../images/nav_icon_shop.svg);
    background-repeat: no-repeat;
    background-size: auto 200%;
    background-position: 0 0;
  }
  .pc .menu > li:hover > a {
    color: #fff;
  }
  .pc .menu > li:hover > a.icon1::before {
    background-position: 0 100%;
  }
  .pc .menu > li:hover > a.icon2::before {
    background-position: 25% 100%;
  }
  .pc .menu > li:hover > a.icon3::before {
    background-position: 50% 100%;
  }
  .pc .menu > li:hover > a.icon4::before {
    background-position: 75% 100%;
  }
  .pc .menu > li:hover > a.icon5::before {
    background-position: 100% 100%;
  }
  .pc .menu > li:hover > a.icon6::before {
    background-position: 0 100%;
  }
  .pc .menu > li:hover > ul {
    display: block;
    -webkit-animation: ani_subnav_show_pc 0.3s both ease;
    animation: ani_subnav_show_pc 0.3s both ease;
  }
  .menu > li.is-open > a {
    color: var(--color-blue);
  }
  .menu > li.is-open > ul {
    display: block;
    -webkit-animation: ani_subnav_show_pc 0.3s both ease;
    animation: ani_subnav_show_pc 0.3s both ease;
  }
  .menu > li > ul {
    width: 100%;
    min-width: 150px;
    background: var(--color-blue);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 5px;
    padding: 5px 10px;
  }
  .menu > li > ul::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 9px 8px;
    border-color: transparent transparent var(--color-blue) transparent;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -8px;
    margin-top: -8px;
  }
  .menu > li > ul > li {
    padding: 0;
    display: block;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .menu > li > ul > li:first-child {
    border-top: none;
  }
  .menu > li > ul > li > a {
    display: block;
    padding: 10px;
    line-height: 1.5;
    font-size: 1.125rem;
    color: #fff;
    -webkit-transition: color 0.12s ease;
    transition: color 0.12s ease;
  }
  .pc .menu > li > ul > li:hover > a {
    color: var(--color-blue-dark);
  }
  .menu > li > ul > li.is-open > a {
    color: var(--color-blue-dark);
  }
}
@media (max-width: 1499px) {
  .logo {
    max-width: 150px;
  }
  .h-member {
    right: 200px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .nav {
    left: calc(var(--gap-header) + 120px);
  }
  .menu > li {
    padding: 0 8px;
  }
  .menu > li > a {
    font-size: 1.01rem;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .nav {
    left: calc(var(--gap-header) + 160px);
  }
  .menu > li {
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
  }
  .menu > li > a {
    font-size: 1.125em;
    padding: 10px 0 10px 1.7em;
  }
}
@media (max-width: 1399px) {
  .f-store {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 70%;
    flex: 1 1 70%;
  }
  .f-nav {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(30% - 130px);
    flex: 1 1 calc(30% - 130px);
    padding-left: var(--gap);
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .nav {
    right: calc(var(--gap-header) + 170px);
  }
  .btn-order {
    width: 95px;
    margin-right: -5px;
  }
}
@media (max-width: 1099px) {
  .btn-order {
    height: 50px;
    line-height: 44px;
    width: 120px;
    font-size: 1.0625rem;
  }
  .h-member {
    right: 155px;
  }
  .footer {
    padding-top: 40px;
  }
  .f-top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 30px;
  }
  .f-logo {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .f-store {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin-bottom: 20px;
  }
  .f-nav {
    padding-left: 0;
  }
  .f-nav > ul {
    display: block;
  }
  .f-nav > ul > li {
    display: inline-block;
    vertical-align: top;
  }
  .f-social {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 325px;
    flex: 0 1 325px;
  }
  .f-social li {
    display: inline-block;
    vertical-align: top;
  }
}
@media (max-width: 991px) {
  .header {
    background: #04102a, #023692, #19042a;
    /* Horizontal gradient */
    background: -webkit-gradient(linear, left top, right top, from(#04102a), color-stop(#023692), to(#19042a));
    background: linear-gradient(to right, #04102a, #023692, #19042a);
  }
  .is-fixed-header .header {
    background: #04102a, #023692, #19042a;
    /* Horizontal gradient */
    background: -webkit-gradient(linear, left top, right top, from(#04102a), color-stop(#023692), to(#19042a));
    background: linear-gradient(to right, #04102a, #023692, #19042a);
  }
  .logo {
    max-width: 100px;
    top: calc(var(--h-header) / 2);
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .is-fixed-header .logo {
    max-width: 100px;
  }
  .btn-order {
    border-radius: 0;
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    height: min(var(--h-header), 60px);
    line-height: min(var(--h-header), 60px);
    width: 100px;
    left: 0;
    padding-right: 5px;
    right: auto;
    padding: 0;
    background: #19adf1, #154dad;
    /* Horizontal gradient */
    background: -webkit-gradient(linear, left top, right top, from(#19adf1), to(#154dad));
    background: linear-gradient(to right, #19adf1, #154dad);
    -webkit-transition: width 0.25s, font-size 0.25s;
    transition: width 0.25s, font-size 0.25s;
  }
  .btn-order::after {
    content: "";
    border-style: solid;
    border-width: 0 0 min(var(--h-header), 60px) 15px;
    border-color: transparent transparent transparent #154dad;
    width: 0;
    height: 0;
    position: absolute;
    right: -15px;
    top: 0;
  }
  .btn-order span {
    background: none;
  }
  .pc .btn-order:hover {
    background: #f9da55, #f9b31c;
    /* Horizontal gradient */
    background: -webkit-gradient(linear, left top, right top, from(#f9da55), to(#f9b31c));
    background: linear-gradient(to right, #f9da55, #f9b31c);
  }
  .pc .btn-order:hover::after {
    border-color: transparent transparent transparent #f9b31c;
  }
  .mb .btn-order:active {
    background: #f9da55, #f9b31c;
    /* Horizontal gradient */
    background: -webkit-gradient(linear, left top, right top, from(#f9da55), to(#f9b31c));
    background: linear-gradient(to right, #f9da55, #f9b31c);
  }
  .mb .btn-order:active::after {
    border-color: transparent transparent transparent #f9b31c;
  }
  .h-member {
    right: 70px;
    top: 5px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .nav {
    top: calc(var(--h-header) + 20px);
    right: 0;
    bottom: 0;
    left: 0;
    position: fixed;
    display: none;
  }
  .menu {
    margin: 0 auto !important;
    padding: 0 0 50px 0 !important;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
  }
  .menu > li {
    font-size: clamp(1.25rem, min(5vh, 1.625rem), 1.625rem);
    -webkit-box-flex: 1;
    -ms-flex: 1 0 40px;
    flex: 1 0 40px;
    padding: 0;
    white-space: nowrap;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .menu > li > a {
    display: block;
    margin: 0;
    padding: 10px 10px 10px 1.8em;
    color: #fff;
    white-space: nowrap;
    font-weight: 500;
  }
  .menu > li > a::before {
    content: "";
    width: 1.5em;
    height: 1.5em;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(../images/nav_icon.svg);
    background-repeat: no-repeat;
    background-size: auto 200%;
  }
  .menu > li > a.icon1::before {
    background-position: 0 0;
  }
  .menu > li > a.icon2::before {
    background-position: 25% 0;
  }
  .menu > li > a.icon3::before {
    background-position: 50% 0;
  }
  .menu > li > a.icon4::before {
    background-position: 75% 0;
  }
  .menu > li > a.icon5::before {
    background-position: 100% 0;
  }
  .menu > li > a.icon6::before {
    background-image: url(../images/nav_icon_shop.svg);
    background-repeat: no-repeat;
    background-size: auto 200%;
    background-position: 0 0;
  }
  .pc .menu > li:hover > a {
    color: var(--color-yellow);
  }
  .pc .menu > li:hover > a.icon1::before {
    background-position: 0 100%;
  }
  .pc .menu > li:hover > a.icon2::before {
    background-position: 25% 100%;
  }
  .pc .menu > li:hover > a.icon3::before {
    background-position: 50% 100%;
  }
  .pc .menu > li:hover > a.icon4::before {
    background-position: 75% 100%;
  }
  .pc .menu > li:hover > a.icon5::before {
    background-position: 100% 100%;
  }
  .pc .menu > li:hover > a.icon6::before {
    background-position: 0 100%;
  }
  .menu > li.is-open > a {
    color: var(--color-yellow);
  }
  .menu > li.is-open > a.icon1::before {
    background-position: 0 100%;
  }
  .menu > li.is-open > a.icon2::before {
    background-position: 25% 100%;
  }
  .menu > li.is-open > a.icon3::before {
    background-position: 50% 100%;
  }
  .menu > li.is-open > a.icon4::before {
    background-position: 75% 100%;
  }
  .menu > li.is-open > a.icon5::before {
    background-position: 100% 100%;
  }
  .menu > li > ul {
    width: 100%;
    display: none;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    background: rgba(255, 255, 255, 0.15);
  }
  .menu > li > ul > li {
    display: block;
    font-size: clamp(1.125rem, min(3vh, 1.4125rem), 1.4125rem);
  }
  .menu > li > ul > li > a {
    display: block;
    color: #fff;
    padding: 10px;
    -webkit-transition: background 0.25s, color 0.25s;
    transition: background 0.25s, color 0.25s;
  }
  .pc .menu > li > ul > li:hover > a {
    color: var(--color-yellow);
    background: rgba(255, 255, 255, 0.05);
  }
  .menu > li > ul.is-open {
    display: block;
  }
  .nav-switch {
    display: block;
    border-radius: 4px;
    width: min(var(--h-header), 60px);
    height: min(var(--h-header), 60px);
    z-index: 10;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: right 0.25s ease-out, -webkit-transform 0.25s ease;
    transition: right 0.25s ease-out, -webkit-transform 0.25s ease;
    transition: transform 0.25s ease, right 0.25s ease-out;
    transition: transform 0.25s ease, right 0.25s ease-out, -webkit-transform 0.25s ease;
  }
  .nav-switch > div {
    position: absolute;
    width: 26px;
    height: 2px;
    border-radius: 5px;
    left: 50%;
    top: 50%;
    margin-left: -13px;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    background: rgba(255, 255, 255, 0.8);
  }
  .nav-switch > div:nth-child(1) {
    margin-top: -9px;
  }
  .nav-switch > div:nth-child(2) {
    margin-top: -1px;
  }
  .nav-switch > div:nth-child(3) {
    margin-top: 7px;
  }
  .pc .nav-switch:hover > div {
    background: var(--color-blue);
  }
  .is-open-nav .header {
    min-height: 100vh;
    height: 100%;
    background: url(../images/nav_mb.jpg) no-repeat center top/cover;
  }
  .is-open-nav .logo {
    max-width: min(var(--h-header) / 0.66, 250px, 85vw);
  }
  .is-open-nav .nav-switch > div:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -1px;
  }
  .is-open-nav .nav-switch > div:nth-child(2) {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
  }
  .is-open-nav .nav-switch > div:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -1px;
  }
  .is-open-nav .nav {
    display: block;
    -webkit-animation: ani_nav_in 0.7s both ease;
    animation: ani_nav_in 0.7s both ease;
  }
  .is-close-nav .nav {
    -webkit-animation: ani_nav_out 0.25s both ease;
    animation: ani_nav_out 0.25s both ease;
  }
  .bulletin-prev,
  .bulletin-next {
    opacity: 0;
    background: rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.26s;
    transition: all 0.26s;
  }
  .bulletin-prev::after,
  .bulletin-next::after {
    width: 24px;
    height: 40px;
  }
  .pc .mfp-content:hover .bulletin-prev,
  .pc .mfp-content:hover .bulletin-next {
    opacity: 1;
  }
  .bulletin-pagination {
    bottom: -25px !important;
  }
  .bulletin-prev {
    left: 0;
  }
  .bulletin-next {
    right: 0;
  }
}
@media (max-width: 800px) {
  .f-top {
    display: block;
    padding-bottom: 10px;
  }
  .f-store {
    display: block;
    margin-bottom: 0;
  }
  .f-store .item {
    padding: 0 0 10px;
    margin: 0 0 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .f-nav {
    padding: 0 0 10px;
    margin: 0 0 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .f-bottom {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .f-bottom .container {
    padding: 0;
  }
  .f-copyright {
    margin-right: 0;
    display: block;
  }
  .gotop {
    width: 40px;
    height: 40px;
    bottom: var(--gap);
  }
}
@media (min-width: 500px) and (max-width: 991px) {
  .is-open-nav .btn-order {
    width: 130px;
    font-size: clamp(1.25rem, min(3.6vh, 1.5rem), 1.5rem);
  }
}
@media (max-width: 499px) {
  .btn-order {
    width: 80px;
  }
}
@media (min-width: 450px) {
  .f-copyright br {
    display: none;
  }
}
/*
 * Container
 */
.container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-left: var(--gap);
  padding-right: var(--gap);
  max-width: calc(1400px + var(--gap) * 2);
}

.p-mainwrap {
  z-index: 0;
  position: relative;
  padding-top: var(--gap-sec);
  padding-bottom: var(--gap-sec);
  min-height: calc(100vh - 450px);
}

/*
 * Background Style
 */
.bg-fixed-light {
  background-color: #eff4f8;
  background-image: url(../images/fixed_bg.png);
  background-repeat: repeat;
  background-position: center center;
  background-attachment: fixed;
  position: relative;
  -webkit-animation: ani_bg_roll_x 30s both infinite linear alternate;
  animation: ani_bg_roll_x 30s both infinite linear alternate;
  color: #777;
}

.bg-paper {
  background: #fff;
  border-radius: var(--radius-md);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  position: relative;
  padding: 45px;
  max-width: 1250px;
  font-size: 17px;
  line-height: 2;
  color: #555;
}

.bg-paper ol,
.bg-paper ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

.bg-paper img {
  height: auto !important;
  max-width: 100%;
}

.bg-paper h1,
.bg-paper h2,
.bg-paper h3,
.bg-paper h4,
.bg-paper h5,
.bg-paper h6 {
  display: block;
  font-weight: 700;
  margin: 15px auto;
  padding: 0;
}

.bg-paper h1 span,
.bg-paper h2 span,
.bg-paper h3 span,
.bg-paper h4 span,
.bg-paper h5 span,
.bg-paper h6 span {
  font-size: inherit !important;
}

.bg-paper h1 {
  font-size: var(--fz-h1);
}

.bg-paper h2 {
  font-size: var(--fz-h2);
}

.bg-paper h3 {
  font-size: var(--fz-h3);
}

.bg-paper h4 {
  font-size: var(--fz-h4);
}

.bg-paper h5 {
  font-size: var(--fz-h5);
}

.bg-paper h6 {
  font-size: var(--fz-h6);
}

.bg-paper blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

@media (max-width: 991px) {
  .bg-paper {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .bg-paper {
    margin-top: calc(var(--gap-sec) * -1);
    padding: 30px var(--gap);
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.p-kanban {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 1;
  min-height: 450px;
  padding-bottom: calc(var(--gap) * 2);
  position: relative;
  padding-top: var(--h-header);
  background: var(--color-dark);
}

.p-kanban > * {
  z-index: 0;
}

.p-kanban::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  padding-bottom: min(23.43%, 450px);
  background-image: url(../images/pban_mask.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  pointer-events: none;
}

.p-kanban.store-kanban {
  height: max(100vh, 400px);
  padding-bottom: max(10vh, 100px);
}

.p-kanban.store-kanban .p-kanban-subhead {
  padding-bottom: 0;
  margin-bottom: 0;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.p-kanban.store-kanban .p-kanban-subhead .t1 {
  color: #fff;
  font-size: 3.125rem;
}

.p-kanban.store-kanban .p-kanban-subhead::after {
  display: none;
}

.p-kanban.no-ban {
  min-height: auto;
  height: 150px;
  overflow: hidden;
  padding: 0;
}

.p-kanban-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  overflow: hidden;
}

.p-kanban-bg img {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: none;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.p-kanban-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  z-index: 10;
  margin: 0 auto;
  text-align: center;
  padding: var(--gap);
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.p-kanban-text .date {
  color: var(--color-blue);
  font-style: normal;
  margin: 10px auto;
}

.p-kanban-text .name {
  font-size: var(--fz-h1);
  font-weight: 700;
}

.p-kanban-text .desc {
  display: block;
  position: relative;
  margin-top: 20px;
  font-size: var(--fz-h6);
  line-height: 1.6;
  color: #ccc;
}

.p-kanban-subhead {
  position: relative;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  padding-bottom: 15px;
}

.p-kanban-subhead > * {
  position: relative;
  display: block;
}

.p-kanban-subhead::after {
  content: "";
  display: block;
  height: 2px;
  width: 22px;
  background: var(--color-yellow2);
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -11px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.p-kanban-subhead .t1 {
  color: var(--color-blue);
  font-size: var(--fz-kanban-lg);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.p-kanban-subhead .t2 {
  margin-top: 5px;
  color: #fff;
  font-size: var(--fz-kanban-sm);
  -webkit-transition: all 0.45s;
  transition: all 0.45s;
}

.store-kanban-info {
  position: absolute;
  z-index: 20;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: max(2vw, 20px) 0;
  margin: 0;
  background: rgba(5, 19, 49, 0.9), rgba(2, 54, 146, 0.9), rgba(72, 11, 42, 0.9);
  /* Horizontal gradient */
  background: -webkit-gradient(linear, left top, right top, from(rgba(5, 19, 49, 0.9)), color-stop(rgba(2, 54, 146, 0.9)), to(rgba(72, 11, 42, 0.9)));
  background: linear-gradient(to right, rgba(5, 19, 49, 0.9), rgba(2, 54, 146, 0.9), rgba(72, 11, 42, 0.9));
}

.store-kanban-info > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.store-kanban-info .btn-store-icon {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.store-kanban-info ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.store-kanban-info ul > li {
  font-size: var(--fz-h5);
  padding: 0 10px 0 max(2vw, 20px);
  position: relative;
  line-height: 1.6;
  color: #fff;
}

.store-kanban-info ul > li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 1px;
  top: 0;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
}

.store-kanban-info ul > li:first-child::before {
  display: none;
}

.store-kanban-info ul > li a {
  color: #fff;
}

.pc .store-kanban-info ul > li a:hover {
  text-decoration: underline;
  color: #fff;
}

.store-kanban-info ul > li .tit {
  white-space: nowrap;
  color: var(--color-yellow);
  display: block;
  font-style: normal;
  font-size: var(--fz-h6);
}

.p-kanban[data-sv] .p-kanban-subhead > * {
  -webkit-transform: translateY(30%);
  -ms-transform: translateY(30%);
  transform: translateY(30%);
  opacity: 0;
}

.p-kanban[data-sv] .p-kanban-subhead::after {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.p-kanban.scroll-view .p-kanban-subhead > * {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.p-kanban.scroll-view .p-kanban-subhead .t1 {
  -webkit-transition-delay: 0.35s, 0.15s, 0.0001s;
  transition-delay: 0.35s, 0.15s, 0.0001s;
}

.p-kanban.scroll-view .p-kanban-subhead .t2 {
  -webkit-transition-delay: 0.6s, 0.15s, 0.0001s;
  transition-delay: 0.6s, 0.15s, 0.0001s;
}

.p-kanban.scroll-view .p-kanban-subhead::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

@media (max-width: 1499px) {
  .p-kanban.no-ban {
    height: 120px;
  }
}
@media (max-width: 1299px) {
  .store-kanban-info > .container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .store-kanban-info ul {
    width: 100%;
    position: relative;
    padding-bottom: 15px !important;
    margin-bottom: 15px !important;
  }
  .store-kanban-info ul::after {
    content: "";
    width: 100%;
    bottom: -5px;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
  }
}
@media (max-width: 1099px) {
  .p-kanban {
    min-height: 350px;
  }
}
@media (max-width: 991px) {
  .p-kanban {
    min-height: 200px;
  }
  .p-kanban.store-kanban::before {
    padding-bottom: min(30%, 250px);
  }
  .p-kanban.store-kanban .p-kanban-subhead .t1 {
    font-size: var(--fz-lg);
  }
  .p-kanban.no-ban {
    height: 60px;
  }
  .p-kanban-text {
    padding: 35px var(--gap);
  }
  body[data-name=songbook] .p-kanban-text {
    padding: 35px 0 20px;
  }
}
@media (max-width: 639px) {
  .p-kanban {
    min-height: 200px;
  }
  body[data-name=songbook] .p-kanban {
    padding: 0 var(--gap);
  }
  .p-kanban .p-kanban-text {
    padding-bottom: 0;
  }
  .p-kanban.store-kanban {
    display: block;
    padding-bottom: 0;
    min-height: 200px;
    height: auto;
  }
  .p-kanban.store-kanban::before {
    padding-bottom: max(25%, 100px);
  }
  .p-kanban.store-kanban .p-kanban-text {
    min-height: 200px;
  }
  .p-kanban.store-kanban .p-kanban-bg {
    height: max(50%, 200px);
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(85%, black), to(transparent));
    -webkit-mask-image: linear-gradient(to bottom, black 85%, transparent 100%);
    mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(85%, black), to(transparent));
    mask-image: linear-gradient(to bottom, black 85%, transparent 100%);
  }
  .store-kanban-info {
    position: relative;
  }
  .store-kanban-info .btn-store-icon {
    width: calc(50% - 4px);
    -ms-flex-preferred-size: calc(50% - 4px);
    flex-basis: calc(50% - 4px);
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 0;
    margin-top: 5px;
    display: inline-block;
    vertical-align: middle;
    min-inline-size: auto;
    font-size: 0.9375rem;
  }
  .store-kanban-info .btn-store-icon.map {
    margin-left: 0;
  }
  .store-kanban-info .btn-store-icon.order {
    margin-left: 5px;
  }
  .store-kanban-info ul {
    display: block;
    margin-bottom: 15px !important;
    padding-bottom: 0 !important;
  }
  .store-kanban-info ul::after {
    display: none;
  }
  .store-kanban-info ul > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    display: block;
    padding: 8px 0 8px 80px;
    font-size: var(--fz-h6);
    min-height: calc(16px + 1.6rem);
  }
  .store-kanban-info ul > li::before {
    display: none;
  }
  .store-kanban-info ul > li .tit {
    position: absolute;
    top: 8px;
    left: 0;
  }
}
.scrolldown {
  position: relative;
  pointer-events: none;
  z-index: 20;
  width: 2px;
  height: 40px;
  margin: 50px auto 0 auto;
  background: rgba(255, 255, 255, 0.4);
}

.scrolldown::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 2px;
  height: 15px;
  background: #fff;
  -webkit-animation: ani_scrolldown 1.5s both infinite;
  animation: ani_scrolldown 1.5s both infinite;
}

.scrolldown span {
  font-size: 14px;
  white-space: nowrap;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -120%);
  -ms-transform: translate(-50%, -120%);
  transform: translate(-50%, -120%);
}

@-webkit-keyframes ani_scrolldown {
  0% {
    margin-top: -10px;
    opacity: 0;
    height: 0;
  }
  80% {
    margin-top: 10px;
    opacity: 1;
    height: 15px;
  }
  100% {
    margin-top: 50px;
    opacity: 0;
    height: 0;
  }
}
@keyframes ani_scrolldown {
  0% {
    margin-top: -10px;
    opacity: 0;
    height: 0;
  }
  80% {
    margin-top: 10px;
    opacity: 1;
    height: 15px;
  }
  100% {
    margin-top: 50px;
    opacity: 0;
    height: 0;
  }
}
@media (max-width: 639px) {
  .scrolldown {
    display: none;
  }
}
/*
 * Subhead Default
 */
.g-subhead {
  font-size: var(--fz-h1);
  color: #000;
  line-height: 1.1;
  margin: 0.5em auto 1em;
  padding: 0;
  font-weight: 700;
}

.g-subhead::first-letter {
  color: var(--color-subhead);
}

.dot-subhead {
  display: block;
  font-style: normal;
  font-weight: 700;
  font-size: var(--fz-h3);
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc(100% - 380px);
  flex: 1 1 calc(100% - 380px);
  white-space: nowrap;
  color: #000;
}

.dot-subhead::before {
  content: "";
  width: 30px;
  height: 30px;
  margin-bottom: 5px;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/icon_dot.png) no-repeat 0 0/contain;
}

.dot-subhead .t2 {
  font-style: normal;
  display: inline-block;
  white-space: nowrap;
  margin-left: 5px;
  color: #f08200;
}

/*
 * Button Default
 */
.btns-wrap {
  text-align: center;
  margin: 20px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btns-wrap button,
.btns-wrap a {
  min-width: auto;
  max-width: calc(50% - 5px);
  -webkit-box-flex: 0;
  -ms-flex: 0 1 200px;
  flex: 0 1 200px;
  margin-left: 10px;
}

.btns-wrap button:first-child,
.btns-wrap a:first-child {
  margin-left: 0;
}

.bg-paper + .btns-wrap {
  margin-top: 40px;
}

.btn-more {
  display: inline-block;
  border-radius: 50px;
  width: 96px;
  height: 40px;
  line-height: 40px;
  color: var(--color-blue);
  border: 1px solid var(--color-blue);
  background-color: transparent;
  text-align: center;
  font-size: 0.9375rem;
  -webkit-transition: -webkit-box-shadow 0.25s cubic-bezier(0.99, 0.15, 0.81, 1.01);
  transition: -webkit-box-shadow 0.25s cubic-bezier(0.99, 0.15, 0.81, 1.01);
  transition: box-shadow 0.25s cubic-bezier(0.99, 0.15, 0.81, 1.01);
  transition: box-shadow 0.25s cubic-bezier(0.99, 0.15, 0.81, 1.01), -webkit-box-shadow 0.25s cubic-bezier(0.99, 0.15, 0.81, 1.01);
}

.btn-more.purple {
  border-color: #88a2d1;
  color: #88a2d1;
}

.pc .btn-more:hover {
  color: #fff;
  -webkit-box-shadow: inset 0 0 0 80px var(--color-blue);
  box-shadow: inset 0 0 0 80px var(--color-blue);
}

.pc .btn-more:hover.purple {
  -webkit-box-shadow: inset 0 0 0 80px #88a2d1;
  box-shadow: inset 0 0 0 80px #88a2d1;
}

.btn-round {
  display: inline-block;
  vertical-align: middle;
  line-height: var(--h-input);
  background-color: #0a46b1;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  border: none;
  border-radius: 50px;
  min-width: 200px;
  padding: 0 10px;
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
}

.btn-round span {
  position: relative;
  white-space: nowrap;
  padding-left: 10px;
}

.btn-round span::after {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  background: url(../images/icon_arrow2.png) no-repeat 0 0/contain;
}

.btn-round.gray {
  background-color: #a0a0a0;
  color: #fff;
}

.btn-round.orange {
  background-color: #f08200;
  color: #fff;
}

.pc .btn-round:hover {
  background-color: #1f5cc7;
  color: #fff;
}

.pc .btn-round:hover.gray {
  background-color: #bbb;
  color: #fff;
}

.pc .btn-round:hover.orange {
  background-color: #fd981d;
  color: #fff;
}

.btn-store-icon {
  display: inline-block;
  vertical-align: middle;
  border-radius: 50px;
  margin-left: 10px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  width: auto;
  min-width: 130px;
  white-space: nowrap;
  padding: 0 max(35px, 2.6vw) 0 max(15px, 1.3vw);
  color: #fff;
  font-size: 1.0625rem;
}

.btn-store-icon::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: 0 7px 3px 0;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.btn-store-icon.map {
  background: #0a46b1;
}

.btn-store-icon.map::before {
  background-image: url(../images/icon_map.png);
  background-size: contain;
}

.btn-store-icon.order {
  background: #f9b31c;
}

.btn-store-icon.order::before {
  background-image: url(../images/icon_pic.png);
  background-size: contain;
}

.pc .btn-store-icon:hover {
  color: #fff;
}

.pc .btn-store-icon:hover.map {
  background: #1581e7;
}

.pc .btn-store-icon:hover.order {
  background: #f89514;
}

@media (max-width: 767px) {
  .btn-round {
    min-width: 180px;
  }
}
/*
 * Breadcrumb
 */
.p-breadcrumb {
  background: #f6f6f6;
  padding: 15px 0;
}

.p-breadcrumb ul {
  font-size: 0;
}

.p-breadcrumb ul li {
  position: relative;
  display: inline-block;
  color: #666;
  padding-left: 1.5em;
  font-size: 0.9375rem;
}

.p-breadcrumb ul li:before {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 10px;
  display: block;
  position: absolute;
  background: #b8b8b8;
  left: 0.7em;
  top: 50%;
  margin-top: -1px;
}

.p-breadcrumb ul li:first-child {
  padding-left: 0;
}

.p-breadcrumb ul li:first-child:before {
  display: none;
}

.p-breadcrumb ul li a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  display: block;
}

.p-breadcrumb ul li a:hover {
  text-decoration: underline;
}

.p-breadcrumb ul li:last-child {
  color: #222;
}

@media (max-width: 767px) {
  .p-breadcrumb ul li {
    font-size: 0.875rem;
  }
}
@media (max-width: 499px) {
  .p-breadcrumb {
    padding: 5px 0;
  }
  .p-breadcrumb ul li {
    font-size: 0.75rem;
  }
}
/*
 * Form Commponent
 */
a[data-action=today] {
  display: block;
  cursor: pointer;
  text-align: center;
  background-color: #f5f5f5;
}

a[data-action=today] span {
  display: none !important;
}

a[data-action=today]::before {
  content: "Today";
  display: inline-block;
  font-size: 14px;
  color: #333;
  font-family: "Arial", sans-serif;
}

a[data-action=today]:hover::before,
a[data-action=today]:active::before {
  color: #337ab7;
}

.form-box {
  display: block;
  position: relative;
  margin: 0 auto 20px auto;
  padding-left: 120px;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid transparent;
}

.form-box:focus-within {
  border: 1px solid var(--color-blue);
}

.form-box .input-style,
.form-box .select-style,
.form-box .textarea-style {
  z-index: 0;
  padding-left: 0;
}

.form-box .input-style:focus,
.form-box .select-style:focus,
.form-box .textarea-style:focus {
  border: none;
}

.form-box.form-half {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 16px);
}

.form-box.form-half.odd {
  margin-right: 24px;
}

.form-box.form-half.even {
  margin-right: 0;
}

@media (max-width: 839px) {
  .form-box.form-half {
    display: block;
    width: 100%;
  }
  .form-box.form-half.odd,
  .form-box.form-half.even {
    margin-right: auto;
  }
}
@media (max-width: 599px) {
  .form-box {
    margin: 0 auto 20px;
    border: none;
    padding: 0;
  }
}
.form-btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  line-height: var(--h-input);
}

.form-btm .btns {
  text-align: right;
  padding-left: 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (max-width: 839px) {
  .form-btm {
    display: block;
  }
  .form-btm .btns {
    padding-left: 0;
  }
}
@media (max-width: 599px) {
  .form-btm .btns {
    text-align: center;
  }
}
.form-box.code {
  padding-right: 180px;
}

.codeimg {
  width: 170px;
  height: var(--h-input);
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  padding-right: 40px;
}

.codeimg img {
  display: block;
  width: 100%;
}

.codeimg::after {
  content: "";
  width: 40px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #aaa;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M11.132,20.755c-2.673,0-5.053-1.25-6.592-3.194l-0.151,4.965c0,0,0.307-0.567,1.012-1.699 c1.896,1.27,4.17,1.888,6.438,1.734c2.488-0.17,4.827-1.234,6.588-2.994c0.316-0.318,0.613-0.663,0.89-1.024l-1.47-1.139 C16.314,19.439,13.876,20.755,11.132,20.755z M2.729,12.35c0-4.26,3.171-7.777,7.281-8.327l-4.3-2.607c0,0,0.774,1.305,0.994,1.774 C4.66,4.196,2.987,5.857,1.985,7.903c-0.689,1.404-1.052,2.974-1.052,4.537c0,0.899,0.118,1.796,0.351,2.663 c0.104,0.392,0.237,0.781,0.391,1.164l1.695-0.693C2.957,14.581,2.729,13.493,2.729,12.35z M21.296,13.044 c0.014-0.268,0.036-0.669,0.036-0.681c0-2.055-0.609-4.047-1.762-5.763c-1.391-2.07-3.48-3.565-5.885-4.209 c-0.36-0.096-0.729-0.169-1.1-0.226l-0.255,1.868c4.074,0.582,7.206,4.083,7.206,8.317c0,1.116-0.22,2.179-0.613,3.152l4.145-2.381 C23.068,13.121,22.11,13.135,21.296,13.044z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 55% center;
  background-size: 24px auto;
}

.pc .codeimg:hover::after {
  background-color: var(--color-blue);
}

@media (max-width: 839px) {
  .form-box.code {
    width: 100%;
    max-width: 100%;
  }
}
.star {
  display: inline-block;
  vertical-align: middle;
  margin: 2px 2px 0 1px;
  font-style: normal;
  font-weight: 400;
  font-size: 0;
}

.star:before {
  content: "*";
  line-height: 1;
  font-size: 1.125rem;
  color: red;
}

.label-style {
  font-size: var(--fz-context);
  width: 115px;
  line-height: var(--h-input);
  z-index: 2;
  padding: 0 0 0 15px;
  margin: 0;
  display: block;
  position: absolute;
  white-space: nowrap;
  top: 0;
  left: 0;
  color: #222;
}

@media (max-width: 599px) {
  .label-style {
    padding: 0;
    position: relative;
    top: auto;
    left: auto;
    margin: 0;
  }
}
.input-style {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  height: var(--h-input);
  padding: 0 15px;
  width: 100%;
  font-size: var(--fz-context);
}

.input-style.input-date {
  padding-right: 40px;
  background-image: url(../images/icon_date.png);
  background-position: calc(100% - 15px) 50%;
  background-size: 25px 25px;
  background-repeat: no-repeat;
}

.input-style.sm {
  height: 50px;
  border: 1px solid #aaa;
  background-color: #fff;
}

@media (max-width: 991px) {
  .input-style.sm {
    height: 40px;
  }
}
.textarea-style {
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 120px;
  padding: 10px 15px;
  width: 100%;
  display: block;
  border: none;
  font-size: var(--fz-context);
  background-color: transparent;
}

.select-style {
  padding: 0 var(--h-input) 0 15px;
  display: block;
  width: 100%;
  height: var(--h-input);
  line-height: var(--h-input);
  background: transparent url(../images/select_aw.png) right 0 no-repeat;
  background-size: auto 100%;
  border: none;
  font-size: var(--fz-context);
}

.select-style.sm {
  display: inline-block;
  width: 180px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #aaa;
  background: #fff url(../images/select_aw_gray.png) no-repeat 102% center/auto 100%;
  padding: 0 25px 0 10px;
  text-align: left;
}

@media (max-width: 991px) {
  .select-style.sm {
    width: 150px;
    height: 40px;
    line-height: 40px;
  }
}
.radio-style {
  padding: 0;
  margin: 2px 15px 2px 0;
  display: inline-block;
  font-weight: normal;
  white-space: nowrap;
  line-height: var(--h-input);
  font-size: var(--fz-context);
}

.radio-style input {
  z-index: -100 !important;
  width: 1px !important;
  height: 1px !important;
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.radio-style input + span {
  position: relative;
  display: inline-block;
  border: 1px solid #aaa;
  background-color: #fff;
  width: 20px;
  height: 20px;
  padding: 2px;
  margin: 0 10px -3px 0;
  border-radius: 50%;
  -webkit-transition: background 0.15s;
  transition: background 0.15s;
}

.radio-style input + span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -4px;
  margin-top: -3px;
  display: block;
  width: 8px;
  height: 5px;
  border-width: 0 0 2px 2px;
  border-color: #fff;
  border-style: solid;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.radio-style input:checked + span {
  background-color: var(--color-blue);
  border-color: var(--color-blue);
}

.radio-style input:checked + span::after {
  -webkit-transform: scale(1) rotate(-45deg);
  -ms-transform: scale(1) rotate(-45deg);
  transform: scale(1) rotate(-45deg);
}

.pc .radio-style:hover input:not(.checked) + span,
.radio-style:active input:not(.checked) + span {
  border-color: #666;
}

.pc .radio-style:hover input:checked + span,
.radio-style:active input:checked + span {
  border-color: var(--color-blue);
}

.checkbox-style {
  line-height: 1.6;
  position: relative;
  white-space: normal;
  margin: 2px 0;
  padding: 2px 0 2px 45px;
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
  min-height: 28px;
  font-size: var(--fz-context);
}

.checkbox-style.inline {
  white-space: nowrap;
  margin: 10px 15px 10px 0;
}

.checkbox-style input {
  z-index: -100 !important;
  width: 1px !important;
  height: 1px !important;
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.checkbox-style input + span {
  position: absolute;
  left: 5px;
  top: 0px;
  width: 28px;
  height: 28px;
  display: inline-block;
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 2px;
  margin: 0;
  border-radius: 4px;
}

.checkbox-style input + span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 19px;
  height: 10px;
  margin-top: -7px;
  margin-left: -9px;
  border-width: 0 0 3px 3px;
  border-color: #fff;
  border-style: solid;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.checkbox-style input:checked + span {
  background-color: #f08200;
  border-color: #f08200;
}

.checkbox-style input:checked + span::after {
  -webkit-transform: scale(1) rotate(-45deg);
  -ms-transform: scale(1) rotate(-45deg);
  transform: scale(1) rotate(-45deg);
}

.pc .checkbox-style:hover input:not(:checked) + span,
.checkbox-style:active input:not(:checked) + span {
  background-color: #f3f3f3;
  border-color: #888;
}

.pc .checkbox-style:hover input:checked + span,
.checkbox-style:active input:checked + span {
  background: #f08200;
  border-color: #f08200;
}

@media (max-width: 499px) {
  .checkbox-style.inline {
    display: block;
    white-space: normal;
    margin-right: 0;
  }
}
.form-time {
  background-color: #f6f6f6;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50'%3E%3Cpath fill='%23888' d='M27.849 34.151a2.848 2.848 0 1 1-5.697.001 2.848 2.848 0 0 1 5.697-.001zM25 13a2.849 2.849 0 1 0 0 5.698A2.849 2.849 0 0 0 25 13z' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 50%;
}

.form-time .select-style {
  display: inline-block !important;
  vertical-align: top !important;
  text-align: center;
  padding: 0 15px !important;
  background: none !important;
}

/*
 * Img Hover Effect
 */
.js-imghover {
  overflow: hidden;
  position: relative;
  display: inline-block;
}

.js-imghover img {
  z-index: 0;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.js-imghover .eff {
  position: absolute;
  z-index: 5;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

.js-imghover .eff::after {
  content: "VIEW MORE";
  display: block;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  background-color: var(--color-blue);
  color: #fff;
  white-space: nowrap;
  padding: 5px 15px;
  display: block;
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  border-radius: 50px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.pc .js-imghover:hover img {
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  transform: scale(1.06);
}

.pc .js-imghover:hover .eff {
  opacity: 1;
}

/*
 * Category
 */
.p-catetab {
  position: relative;
  z-index: 50;
  margin: 20px auto 0;
  width: 100%;
}

.p-catetab .cur-item {
  display: none;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}

.p-catetab > ul {
  position: relative;
  z-index: 0;
  display: block;
  white-space: nowrap;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  text-align: center;
}

.p-catetab > ul > li {
  display: inline-block;
  vertical-align: top;
  padding: 0 5px;
  margin: 0;
}

.p-catetab > ul > li > a {
  display: block;
  line-height: 1.8;
  font-weight: 400;
  min-width: 130px;
  font-size: var(--fz-h5);
  padding: 8px 15px;
  white-space: nowrap;
  text-transform: uppercase;
  color: #fff;
  background-color: transparent;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

body[data-name=songbook] .p-catetab > ul > li > a {
  padding: 1em 0.25em;
  border-radius: 15px;
}

.p-catetab > ul > li.current > a {
  color: #3e3967;
  border-color: var(--color-yellow);
  background-color: var(--color-yellow);
}

.pc .p-catetab .cur-item:hover {
  background: var(--color-yellow);
  border-color: var(--color-yellow);
  color: #3e3967;
}

.pc .p-catetab .cur-item:hover::after {
  border-color: #3e3967;
}

@media (min-width: 1100px) {
  .p-catetab.more-item {
    text-align: left;
    width: 100%;
    max-width: 400px;
  }
  .p-catetab.more-item .cur-item {
    cursor: pointer;
    z-index: 10;
    display: block;
    line-height: 1.8;
    font-weight: 400;
    width: 100%;
    font-size: var(--fz-h6);
    padding: 8px 15px;
    white-space: nowrap;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    background-color: transparent;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .p-catetab.more-item .cur-item::after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 20px;
    display: inline-block;
    width: 8px;
    height: 8px;
    border: none;
    border-style: solid;
    border-width: 0 0 2px 2px;
    border-color: #fff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .p-catetab.more-item > ul {
    display: none;
    position: absolute;
    z-index: 0;
    top: -5px;
    left: -5px;
    right: -5px;
    border-radius: 30px;
    width: auto;
    overflow: hidden;
    padding: 60px 20px 10px 20px;
    background: #fff;
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  }
  .p-catetab.more-item > ul > li {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    border-top: 1px solid #d7dfd5;
  }
  .p-catetab.more-item > ul > li:first-child {
    border-top: none;
  }
  .p-catetab.more-item > ul > li > a {
    width: auto;
    min-width: auto;
    border-radius: 0;
    border: none;
    display: block;
    color: #333;
    padding: 15px;
    text-align: left;
    line-height: 1.5;
    white-space: normal;
    font-size: var(--fz-h6);
  }
  .p-catetab.more-item > ul > li.current > a {
    border: none;
    color: var(--color-blue-dark);
    background-color: transparent;
  }
  .p-catetab.more-item.is-open .cur-item {
    background: var(--color-yellow);
    border-color: var(--color-yellow);
    color: #3e3967;
  }
  .p-catetab.more-item.is-open .cur-item::after {
    border-color: #3e3967;
  }
  .p-catetab.more-item.is-open > ul {
    display: block;
  }
  .p-catetab:not(.more-item) > ul {
    display: block !important;
  }
  .pc .p-catetab:not(.more-item) > ul > li:not(.current):hover > a {
    background-color: rgba(255, 255, 255, 0.1);
  }
}
@media (max-width: 1099px) {
  body:not([data-name=songbook]) .p-catetab {
    text-align: left;
    width: 100%;
    max-width: 400px;
  }
  body:not([data-name=songbook]) .p-catetab .cur-item {
    cursor: pointer;
    z-index: 10;
    display: block;
    line-height: 1.8;
    font-weight: 400;
    width: 100%;
    font-size: var(--fz-h6);
    padding: 8px 15px;
    white-space: nowrap;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    background-color: transparent;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  body:not([data-name=songbook]) .p-catetab .cur-item::after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 20px;
    display: inline-block;
    width: 8px;
    height: 8px;
    border: none;
    border-style: solid;
    border-width: 0 0 2px 2px;
    border-color: #fff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  body:not([data-name=songbook]) .p-catetab > ul {
    display: none;
    position: absolute;
    z-index: 0;
    top: -5px;
    left: -5px;
    right: -5px;
    border-radius: 30px;
    width: auto;
    overflow: hidden;
    padding: 60px 20px 10px 20px;
    background: #fff;
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  }
  body:not([data-name=songbook]) .p-catetab > ul > li {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    border-top: 1px solid #d7dfd5;
  }
  body:not([data-name=songbook]) .p-catetab > ul > li:first-child {
    border-top: none;
  }
  body:not([data-name=songbook]) .p-catetab > ul > li > a {
    width: auto;
    min-width: auto;
    border-radius: 0;
    border: none;
    display: block;
    color: #333;
    padding: 15px;
    text-align: left;
    line-height: 1.5;
    white-space: normal;
    font-size: var(--fz-h6);
  }
  body:not([data-name=songbook]) .p-catetab > ul > li.current > a {
    border: none;
    color: var(--color-blue-dark);
    background-color: transparent;
  }
  body:not([data-name=songbook]) .p-catetab.is-open .cur-item {
    background: var(--color-yellow);
    border-color: var(--color-yellow);
    color: #3e3967;
  }
  body:not([data-name=songbook]) .p-catetab.is-open .cur-item::after {
    border-color: #3e3967;
  }
  body:not([data-name=songbook]) .p-catetab.is-open > ul {
    display: block;
  }
  body[data-name=songbook] .p-catetab > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    max-width: max(35vw, 400px);
  }
  body[data-name=songbook] .p-catetab > ul > li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin-bottom: 10px;
  }
  body[data-name=songbook] .p-catetab > ul > li > a {
    min-width: auto;
    width: 100%;
    border-radius: 15px;
    padding: 1em 0.25em;
    line-height: 1.2;
    font-size: 1.375em;
    white-space: normal;
  }
}
@media (max-width: 579px) {
  body[data-name=songbook] .p-catetab > ul {
    max-width: 100%;
  }
}
/*
 * No-data
 */
.msg-nodata {
  padding: 60px 0;
  margin: auto;
  text-align: center;
}

.msg-nodata .img {
  width: 85px;
  height: 85px;
  display: block;
  position: relative;
  margin: 0 auto 15px auto;
}

.msg-nodata .img::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url(../images/nomsg.png);
}

.msg-nodata .img.check {
  border: 4px solid #444;
  border-radius: 50px;
}

.msg-nodata .img.check::before {
  content: "";
  width: 70%;
  height: 70%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23444' d='M9 16.2L4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4L9 16.2z' /%3E%3C/svg%3E");
}

.msg-nodata .text {
  color: #444;
  text-align: center;
  font-size: 1.125rem;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  line-height: 1.8;
  margin: 20px auto;
  letter-spacing: 0.05em;
}

.msg-nodata .text strong {
  display: block;
  font-size: 2em;
  line-height: 1.4;
  margin: 0 auto 10px;
  font-weight: 700;
}

.msg-nodata .btns {
  text-align: center;
}

.msg-nodata .btns a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 10px;
  padding: 0 15px;
  border-radius: 50px;
  min-width: 100px;
  height: 40px;
  line-height: 40px;
  color: #666;
  border: 1px solid #666;
  background-color: transparent;
  text-align: center;
  font-size: 0.9375rem;
  -webkit-transition: -webkit-box-shadow 0.25s cubic-bezier(0.99, 0.15, 0.81, 1.01);
  transition: -webkit-box-shadow 0.25s cubic-bezier(0.99, 0.15, 0.81, 1.01);
  transition: box-shadow 0.25s cubic-bezier(0.99, 0.15, 0.81, 1.01);
  transition: box-shadow 0.25s cubic-bezier(0.99, 0.15, 0.81, 1.01), -webkit-box-shadow 0.25s cubic-bezier(0.99, 0.15, 0.81, 1.01);
}

.pc .msg-nodata .btns a:hover {
  color: #fff;
  -webkit-box-shadow: inset 0 0 0 80px #666;
  box-shadow: inset 0 0 0 80px #666;
}

.msg-nodata[data-sv] .img {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.msg-nodata[data-sv] .text {
  opacity: 0;
  -webkit-transform: translate(0, -20px);
  -ms-transform: translate(0, -20px);
  transform: translate(0, -20px);
  -webkit-transition: opacity 0.3s 0.2s, -webkit-transform 0.3s 0.2s;
  transition: opacity 0.3s 0.2s, -webkit-transform 0.3s 0.2s;
  transition: opacity 0.3s 0.2s, transform 0.3s 0.2s;
  transition: opacity 0.3s 0.2s, transform 0.3s 0.2s, -webkit-transform 0.3s 0.2s;
}

.msg-nodata[data-sv] .btns {
  opacity: 0;
  -webkit-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  transform: translate(0, 10px);
  -webkit-transition: opacity 0.3s 0.22s, -webkit-transform 0.3s 0.22s;
  transition: opacity 0.3s 0.22s, -webkit-transform 0.3s 0.22s;
  transition: opacity 0.3s 0.22s, transform 0.3s 0.22s;
  transition: opacity 0.3s 0.22s, transform 0.3s 0.22s, -webkit-transform 0.3s 0.22s;
}

.msg-nodata[data-sv].scroll-view .img {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.msg-nodata[data-sv].scroll-view .text,
.msg-nodata[data-sv].scroll-view .btns {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

@media (max-width: 1199px) {
  .msg-nodata {
    padding: 50px 0;
  }
  .msg-nodata .text {
    margin-bottom: 35px;
  }
}
@media (max-width: 991px) {
  .msg-nodata .text strong {
    font-size: 2.25rem;
  }
}
@media (max-width: 599px) {
  .msg-nodata .text {
    font-size: 1rem;
  }
  .msg-nodata .text strong {
    font-size: 1.875rem;
  }
}
@media (max-width: 499px) {
  .msg-nodata .text strong {
    font-size: 1.388rem;
  }
}
/*
 * Pagination
 */
.paginate {
  white-space: nowrap;
  text-align: center;
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 60px auto;
  gap: 0 5px;
}
.paginate .nums {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.paginate a,
.paginate button {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: center;
  font-size: var(--fz-h6);
  min-width: 50px;
  line-height: 50px;
  color: #333;
  font-weight: 500;
  border: none;
  background-color: transparent;
  margin: 0 1px;
  border-radius: 50px;
  -webkit-transition: color 0.1s, background-color 0.1s, border 0.1s;
  transition: color 0.1s, background-color 0.1s, border 0.1s;
}
.paginate a:active,
.paginate button:active {
  background-color: rgba(213, 201, 149, 0.26);
  color: #333;
}
.paginate a.current,
.paginate button.current {
  background-color: var(--color-yellow);
  color: #111;
}
.paginate a.current:active,
.paginate button.current:active {
  background-color: var(--color-yellow2);
  color: #111;
}
.paginate a.disabled,
.paginate button.disabled {
  cursor: not-allowed;
  color: #888;
}
.paginate a.disabled:active,
.paginate button.disabled:active {
  color: #888;
}
.paginate a.prev, .paginate a.next,
.paginate button.prev,
.paginate button.next {
  padding: 0;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  font-size: 0;
  border: 2px solid rgba(0, 0, 0, 0.2);
}
.paginate a.prev:active, .paginate a.next:active,
.paginate button.prev:active,
.paginate button.next:active {
  color: #222;
  border-color: pink;
}
.paginate a.prev::after, .paginate a.next::after,
.paginate button.prev::after,
.paginate button.next::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: url(../images/icon_arrow2.png) no-repeat 0 0/contain;
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.paginate a.prev::after,
.paginate button.prev::after {
  left: 50%;
  margin-left: -10px;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
.paginate a.next::after,
.paginate button.next::after {
  right: 50%;
  margin-right: -10px;
}

.pc .paginate a:not(.disabled):not(.current):hover,
.pc .paginate button:not(.disabled):not(.current):hover {
  background-color: rgba(213, 201, 149, 0.26);
  color: #222;
}
.pc .paginate a:not(.disabled):not(.current).current:hover,
.pc .paginate button:not(.disabled):not(.current).current:hover {
  background-color: var(--color-yellow2);
  color: #111;
}
.pc .paginate a:not(.disabled):not(.current).next:hover, .pc .paginate a:not(.disabled):not(.current).prev:hover,
.pc .paginate button:not(.disabled):not(.current).next:hover,
.pc .paginate button:not(.disabled):not(.current).prev:hover {
  border-color: var(--color-blue-dark);
  background-color: var(--color-blue-dark);
}
.pc .paginate a:not(.disabled):not(.current).next:hover::after, .pc .paginate a:not(.disabled):not(.current).prev:hover::after,
.pc .paginate button:not(.disabled):not(.current).next:hover::after,
.pc .paginate button:not(.disabled):not(.current).prev:hover::after {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

@media (max-width: 991px) {
  .paginate {
    margin: 30px auto;
  }
}
@media (max-width: 767px) {
  .paginate .mb-hide {
    display: none;
  }
  .paginate a,
  .paginate button {
    font-size: 1rem;
    line-height: 40px;
    height: 40px;
    min-width: 40px;
  }
  .paginate a.prev, .paginate a.next,
  .paginate button.prev,
  .paginate button.next {
    width: 50px;
    height: 40px;
  }
}
@media (max-width: 399px) {
  .paginate a:not(.prev):not(.next):not(.current),
  .paginate button:not(.prev):not(.next):not(.current) {
    display: none;
  }
}
/*
* Copy String
*/
.js-copy {
  position: relative;
  cursor: copy;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
}

.pc .js-copy:hover {
  background-color: rgba(183, 199, 149, 0.26);
  border-radius: 2px;
}

.copy-done {
  font-size: 0.75rem;
  color: #fff;
  padding: 2px 8px;
  line-height: 1;
  font-weight: 400;
  white-space: nowrap;
  background: rgba(17, 77, 156, 0.507);
  border-radius: 2px;
}

/*
 * Community Links / Share
 */
.p-share .p-share-title {
  white-space: nowrap;
  font-size: 0;
}

.p-share .p-share-title::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-right: 2px;
  margin-top: -6px;
  width: 22px;
  height: 22px;
  pointer-events: none;
  background-image: url(../images/icon_share.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.p-share .p-share-title:after {
  content: "：";
  font-size: 1rem;
}

.g-community {
  position: relative;
}

.g-community .clink {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 26px;
  height: 26px;
  margin-right: 2px;
  color: inherit;
  font-size: 0;
}

.g-community .clink::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url(../images/icon_clink.png);
  background-repeat: no-repeat;
  background-size: auto 200%;
}

.g-community .clink.twitter::before {
  background-position: 0 0;
}

.g-community .clink.fb::before {
  background-position: 10% 0;
}

.g-community .clink.ig::before {
  background-position: 20% 0;
}

.g-community .clink.linkedin::before {
  background-position: 30% 0;
}

.g-community .clink.pinterest::before {
  background-position: 40% 0;
}

.g-community .clink.telegram::before {
  background-position: 50% 0;
}

.g-community .clink.line::before {
  background-position: 60% 0;
}

.pc .g-community .clink:hover.twitter::before {
  background-position: 0 100%;
}

.pc .g-community .clink:hover.fb::before {
  background-position: 10% 100%;
}

.pc .g-community .clink:hover.ig::before {
  background-position: 20% 100%;
}

.pc .g-community .clink:hover.linkedin::before {
  background-position: 30% 100%;
}

.pc .g-community .clink:hover.pinterest::before {
  background-position: 40% 100%;
}

.pc .g-community .clink:hover.telegram::before {
  background-position: 50% 100%;
}

.pc .g-community .clink:hover.line::before {
  background-position: 60% 100%;
}

/*
 * Keyframes
 */
@-webkit-keyframes ani_subnav_show_pc {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -10px);
    transform: translate(-50%, -10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
@keyframes ani_subnav_show_pc {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -10px);
    transform: translate(-50%, -10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
@-webkit-keyframes ani_nav_bg_text {
  0% {
    opacity: 0;
    -webkit-transform: translate(-110%, 0);
    transform: translate(-110%, 0);
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes ani_nav_bg_text {
  0% {
    opacity: 0;
    -webkit-transform: translate(-110%, 0);
    transform: translate(-110%, 0);
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes ani_nav_in {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 12%);
    transform: translate(0, 12%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes ani_nav_in {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 12%);
    transform: translate(0, 12%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes ani_nav_out {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, -10%);
    transform: translate(0, -10%);
  }
}
@keyframes ani_nav_out {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, -10%);
    transform: translate(0, -10%);
  }
}
@-webkit-keyframes ani_nav_to_right {
  0% {
    opacity: 0;
    -webkit-transform: translate(-25%, 0);
    transform: translate(-25%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes ani_nav_to_right {
  0% {
    opacity: 0;
    -webkit-transform: translate(-25%, 0);
    transform: translate(-25%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes ani_nav_to_left {
  0% {
    opacity: 0;
    -webkit-transform: translate(25%, 0);
    transform: translate(25%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes ani_nav_to_left {
  0% {
    opacity: 0;
    -webkit-transform: translate(25%, 0);
    transform: translate(25%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes ani_lang_show {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes ani_lang_show {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes ani_zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes ani_zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes ani_bump_loop {
  0%, 86%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  43% {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  }
}
@keyframes ani_bump_loop {
  0%, 86%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  43% {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  }
}
@-webkit-keyframes ani_bump_loop2 {
  0%, 78%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  39% {
    -webkit-transform: scale(0.97);
    transform: scale(0.97);
  }
}
@keyframes ani_bump_loop2 {
  0%, 78%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  39% {
    -webkit-transform: scale(0.97);
    transform: scale(0.97);
  }
}
@-webkit-keyframes ani_bump_loop3 {
  0%, 90%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  45% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes ani_bump_loop3 {
  0%, 90%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  45% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@-webkit-keyframes ani_bump_loop4 {
  0%, 86%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  43% {
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
  }
}
@keyframes ani_bump_loop4 {
  0%, 86%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  43% {
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
  }
}
@-webkit-keyframes ani_rotate360 {
  from {
    -webkit-transform: rotate(361deg);
    transform: rotate(361deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes ani_rotate360 {
  from {
    -webkit-transform: rotate(361deg);
    transform: rotate(361deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes ani_rotate360_reverse {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(361deg);
    transform: rotate(361deg);
  }
}
@keyframes ani_rotate360_reverse {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(361deg);
    transform: rotate(361deg);
  }
}
@-webkit-keyframes ani_bg_roll_x {
  to {
    background-position: 2200px 50%;
  }
}
@keyframes ani_bg_roll_x {
  to {
    background-position: 2200px 50%;
  }
}
@-webkit-keyframes ani_bg_roll_y {
  to {
    background-position: 50% 1000px;
  }
}
@keyframes ani_bg_roll_y {
  to {
    background-position: 50% 1000px;
  }
}
@-webkit-keyframes ani_kanban_in_text {
  0% {
    opacity: 0;
    margin-top: 15px;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}
@keyframes ani_kanban_in_text {
  0% {
    opacity: 0;
    margin-top: 15px;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}
@-webkit-keyframes ani_LR {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(35%);
    transform: translateX(35%);
  }
}
@keyframes ani_LR {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(35%);
    transform: translateX(35%);
  }
}
@-webkit-keyframes ani_split_t1 {
  from {
    -webkit-transform: translateY(10px) scaleY(1.5);
    transform: translateY(10px) scaleY(1.5);
    opacity: 0;
  }
}
@keyframes ani_split_t1 {
  from {
    -webkit-transform: translateY(10px) scaleY(1.5);
    transform: translateY(10px) scaleY(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes ani_btn_arrow {
  0%, 30%, 100% {
    background-position: 0 0;
  }
  14% {
    background-position: 20px -20px;
  }
  14.5% {
    background-position: 20px 20px;
  }
  15% {
    background-position: -20px 20px;
  }
}
@keyframes ani_btn_arrow {
  0%, 30%, 100% {
    background-position: 0 0;
  }
  14% {
    background-position: 20px -20px;
  }
  14.5% {
    background-position: 20px 20px;
  }
  15% {
    background-position: -20px 20px;
  }
}
@-webkit-keyframes ani_waveLine {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -90px 0;
  }
}
@keyframes ani_waveLine {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -90px 0;
  }
}
@-webkit-keyframes ani_controller_active {
  0%, 9% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes ani_controller_active {
  0%, 9% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes ani_service_pic {
  0%, 100% {
    -webkit-transform: matrix3d(1.05, 0, 0.15, -0.0004, 0.1, 1.2, 0.05, 0.0003, 1, 0, 1, 1, 0, 100, 1, 1.25) rotateX(0.025deg);
    transform: matrix3d(1.05, 0, 0.15, -0.0004, 0.1, 1.2, 0.05, 0.0003, 1, 0, 1, 1, 0, 100, 1, 1.25) rotateX(0.025deg);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
  33% {
    -webkit-transform: matrix3d(1.05, 0, 0.15, -0.0004, 0.1, 1.2, 0.05, 0.0003, 1, 0, 1, 1, 0, 100, 1, 1.25) rotateX(0.01deg) rotateY(0.001deg);
    transform: matrix3d(1.05, 0, 0.15, -0.0004, 0.1, 1.2, 0.05, 0.0003, 1, 0, 1, 1, 0, 100, 1, 1.25) rotateX(0.01deg) rotateY(0.001deg);
    -webkit-box-shadow: 25px 25px 25px rgba(0, 0, 0, 0.2);
    box-shadow: 25px 25px 25px rgba(0, 0, 0, 0.2);
  }
  66% {
    -webkit-transform: matrix3d(1.05, 0, 0.15, -0.0004, 0.1, 1.2, 0.05, 0.0003, 1, 0, 1, 1, 0, 100, 1, 1.25) rotateX(0.005deg) rotateY(-0.012deg);
    transform: matrix3d(1.05, 0, 0.15, -0.0004, 0.1, 1.2, 0.05, 0.0003, 1, 0, 1, 1, 0, 100, 1, 1.25) rotateX(0.005deg) rotateY(-0.012deg);
    -webkit-box-shadow: -15px 15px 25px rgba(0, 0, 0, 0.2);
    box-shadow: -15px 15px 25px rgba(0, 0, 0, 0.2);
  }
}
@keyframes ani_service_pic {
  0%, 100% {
    -webkit-transform: matrix3d(1.05, 0, 0.15, -0.0004, 0.1, 1.2, 0.05, 0.0003, 1, 0, 1, 1, 0, 100, 1, 1.25) rotateX(0.025deg);
    transform: matrix3d(1.05, 0, 0.15, -0.0004, 0.1, 1.2, 0.05, 0.0003, 1, 0, 1, 1, 0, 100, 1, 1.25) rotateX(0.025deg);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
  33% {
    -webkit-transform: matrix3d(1.05, 0, 0.15, -0.0004, 0.1, 1.2, 0.05, 0.0003, 1, 0, 1, 1, 0, 100, 1, 1.25) rotateX(0.01deg) rotateY(0.001deg);
    transform: matrix3d(1.05, 0, 0.15, -0.0004, 0.1, 1.2, 0.05, 0.0003, 1, 0, 1, 1, 0, 100, 1, 1.25) rotateX(0.01deg) rotateY(0.001deg);
    -webkit-box-shadow: 25px 25px 25px rgba(0, 0, 0, 0.2);
    box-shadow: 25px 25px 25px rgba(0, 0, 0, 0.2);
  }
  66% {
    -webkit-transform: matrix3d(1.05, 0, 0.15, -0.0004, 0.1, 1.2, 0.05, 0.0003, 1, 0, 1, 1, 0, 100, 1, 1.25) rotateX(0.005deg) rotateY(-0.012deg);
    transform: matrix3d(1.05, 0, 0.15, -0.0004, 0.1, 1.2, 0.05, 0.0003, 1, 0, 1, 1, 0, 100, 1, 1.25) rotateX(0.005deg) rotateY(-0.012deg);
    -webkit-box-shadow: -15px 15px 25px rgba(0, 0, 0, 0.2);
    box-shadow: -15px 15px 25px rgba(0, 0, 0, 0.2);
  }
}
/*
 * GSAP - Parallax 
 */
.js-parallax-bg {
  pointer-events: none;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.js-parallax-bg.parallax-alt > div {
  top: 0;
}

.js-parallax-bg > div {
  position: absolute;
  top: -15%;
  left: 0;
  height: 135%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/*
 * GSAP - Scroll View (ref: AOS)
 */
body[data-sv-duration="50"] [data-sv],
[data-sv][data-sv][data-sv-duration="50"] {
  -webkit-transition-duration: 50ms;
  transition-duration: 50ms;
}

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

body[data-sv-delay="50"] [data-sv].scroll-view,
[data-sv][data-sv][data-sv-delay="50"].scroll-view {
  -webkit-transition-delay: 50ms;
  transition-delay: 50ms;
}

body[data-sv-duration="100"] [data-sv],
[data-sv][data-sv][data-sv-duration="100"] {
  -webkit-transition-duration: 100ms;
  transition-duration: 100ms;
}

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

body[data-sv-delay="100"] [data-sv].scroll-view,
[data-sv][data-sv][data-sv-delay="100"].scroll-view {
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}

body[data-sv-duration="150"] [data-sv],
[data-sv][data-sv][data-sv-duration="150"] {
  -webkit-transition-duration: 150ms;
  transition-duration: 150ms;
}

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

body[data-sv-delay="150"] [data-sv].scroll-view,
[data-sv][data-sv][data-sv-delay="150"].scroll-view {
  -webkit-transition-delay: 150ms;
  transition-delay: 150ms;
}

body[data-sv-duration="200"] [data-sv],
[data-sv][data-sv][data-sv-duration="200"] {
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
}

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

body[data-sv-delay="200"] [data-sv].scroll-view,
[data-sv][data-sv][data-sv-delay="200"].scroll-view {
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}

body[data-sv-duration="250"] [data-sv],
[data-sv][data-sv][data-sv-duration="250"] {
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
}

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

body[data-sv-delay="250"] [data-sv].scroll-view,
[data-sv][data-sv][data-sv-delay="250"].scroll-view {
  -webkit-transition-delay: 250ms;
  transition-delay: 250ms;
}

body[data-sv-duration="300"] [data-sv],
[data-sv][data-sv][data-sv-duration="300"] {
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}

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

body[data-sv-delay="300"] [data-sv].scroll-view,
[data-sv][data-sv][data-sv-delay="300"].scroll-view {
  -webkit-transition-delay: 300ms;
  transition-delay: 300ms;
}

body[data-sv-duration="350"] [data-sv],
[data-sv][data-sv][data-sv-duration="350"] {
  -webkit-transition-duration: 350ms;
  transition-duration: 350ms;
}

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

body[data-sv-delay="350"] [data-sv].scroll-view,
[data-sv][data-sv][data-sv-delay="350"].scroll-view {
  -webkit-transition-delay: 350ms;
  transition-delay: 350ms;
}

body[data-sv-duration="400"] [data-sv],
[data-sv][data-sv][data-sv-duration="400"] {
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
}

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

body[data-sv-delay="400"] [data-sv].scroll-view,
[data-sv][data-sv][data-sv-delay="400"].scroll-view {
  -webkit-transition-delay: 400ms;
  transition-delay: 400ms;
}

body[data-sv-duration="450"] [data-sv],
[data-sv][data-sv][data-sv-duration="450"] {
  -webkit-transition-duration: 450ms;
  transition-duration: 450ms;
}

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

body[data-sv-delay="450"] [data-sv].scroll-view,
[data-sv][data-sv][data-sv-delay="450"].scroll-view {
  -webkit-transition-delay: 450ms;
  transition-delay: 450ms;
}

body[data-sv-duration="500"] [data-sv],
[data-sv][data-sv][data-sv-duration="500"] {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}

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

body[data-sv-delay="500"] [data-sv].scroll-view,
[data-sv][data-sv][data-sv-delay="500"].scroll-view {
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
}

body[data-sv-duration="550"] [data-sv],
[data-sv][data-sv][data-sv-duration="550"] {
  -webkit-transition-duration: 550ms;
  transition-duration: 550ms;
}

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

body[data-sv-delay="550"] [data-sv].scroll-view,
[data-sv][data-sv][data-sv-delay="550"].scroll-view {
  -webkit-transition-delay: 550ms;
  transition-delay: 550ms;
}

body[data-sv-duration="600"] [data-sv],
[data-sv][data-sv][data-sv-duration="600"] {
  -webkit-transition-duration: 600ms;
  transition-duration: 600ms;
}

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

body[data-sv-delay="600"] [data-sv].scroll-view,
[data-sv][data-sv][data-sv-delay="600"].scroll-view {
  -webkit-transition-delay: 600ms;
  transition-delay: 600ms;
}

body[data-sv-duration="650"] [data-sv],
[data-sv][data-sv][data-sv-duration="650"] {
  -webkit-transition-duration: 650ms;
  transition-duration: 650ms;
}

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

body[data-sv-delay="650"] [data-sv].scroll-view,
[data-sv][data-sv][data-sv-delay="650"].scroll-view {
  -webkit-transition-delay: 650ms;
  transition-delay: 650ms;
}

body[data-sv-duration="700"] [data-sv],
[data-sv][data-sv][data-sv-duration="700"] {
  -webkit-transition-duration: 700ms;
  transition-duration: 700ms;
}

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

body[data-sv-delay="700"] [data-sv].scroll-view,
[data-sv][data-sv][data-sv-delay="700"].scroll-view {
  -webkit-transition-delay: 700ms;
  transition-delay: 700ms;
}

body[data-sv-duration="750"] [data-sv],
[data-sv][data-sv][data-sv-duration="750"] {
  -webkit-transition-duration: 750ms;
  transition-duration: 750ms;
}

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

body[data-sv-delay="750"] [data-sv].scroll-view,
[data-sv][data-sv][data-sv-delay="750"].scroll-view {
  -webkit-transition-delay: 750ms;
  transition-delay: 750ms;
}

body[data-sv-duration="800"] [data-sv],
[data-sv][data-sv][data-sv-duration="800"] {
  -webkit-transition-duration: 800ms;
  transition-duration: 800ms;
}

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

body[data-sv-delay="800"] [data-sv].scroll-view,
[data-sv][data-sv][data-sv-delay="800"].scroll-view {
  -webkit-transition-delay: 800ms;
  transition-delay: 800ms;
}

body[data-sv-duration="850"] [data-sv],
[data-sv][data-sv][data-sv-duration="850"] {
  -webkit-transition-duration: 850ms;
  transition-duration: 850ms;
}

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

body[data-sv-delay="850"] [data-sv].scroll-view,
[data-sv][data-sv][data-sv-delay="850"].scroll-view {
  -webkit-transition-delay: 850ms;
  transition-delay: 850ms;
}

body[data-sv-duration="900"] [data-sv],
[data-sv][data-sv][data-sv-duration="900"] {
  -webkit-transition-duration: 900ms;
  transition-duration: 900ms;
}

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

body[data-sv-delay="900"] [data-sv].scroll-view,
[data-sv][data-sv][data-sv-delay="900"].scroll-view {
  -webkit-transition-delay: 900ms;
  transition-delay: 900ms;
}

body[data-sv-duration="950"] [data-sv],
[data-sv][data-sv][data-sv-duration="950"] {
  -webkit-transition-duration: 950ms;
  transition-duration: 950ms;
}

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

body[data-sv-delay="950"] [data-sv].scroll-view,
[data-sv][data-sv][data-sv-delay="950"].scroll-view {
  -webkit-transition-delay: 950ms;
  transition-delay: 950ms;
}

body[data-sv-duration="1000"] [data-sv],
[data-sv][data-sv][data-sv-duration="1000"] {
  -webkit-transition-duration: 1000ms;
  transition-duration: 1000ms;
}

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

body[data-sv-delay="1000"] [data-sv].scroll-view,
[data-sv][data-sv][data-sv-delay="1000"].scroll-view {
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

body[data-sv-duration="1050"] [data-sv],
[data-sv][data-sv][data-sv-duration="1050"] {
  -webkit-transition-duration: 1050ms;
  transition-duration: 1050ms;
}

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

body[data-sv-delay="1050"] [data-sv].scroll-view,
[data-sv][data-sv][data-sv-delay="1050"].scroll-view {
  -webkit-transition-delay: 1050ms;
  transition-delay: 1050ms;
}

body[data-sv-duration="1100"] [data-sv],
[data-sv][data-sv][data-sv-duration="1100"] {
  -webkit-transition-duration: 1100ms;
  transition-duration: 1100ms;
}

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

body[data-sv-delay="1100"] [data-sv].scroll-view,
[data-sv][data-sv][data-sv-delay="1100"].scroll-view {
  -webkit-transition-delay: 1100ms;
  transition-delay: 1100ms;
}

body[data-sv-duration="1150"] [data-sv],
[data-sv][data-sv][data-sv-duration="1150"] {
  -webkit-transition-duration: 1150ms;
  transition-duration: 1150ms;
}

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

body[data-sv-delay="1150"] [data-sv].scroll-view,
[data-sv][data-sv][data-sv-delay="1150"].scroll-view {
  -webkit-transition-delay: 1150ms;
  transition-delay: 1150ms;
}

body[data-sv-duration="1200"] [data-sv],
[data-sv][data-sv][data-sv-duration="1200"] {
  -webkit-transition-duration: 1200ms;
  transition-duration: 1200ms;
}

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

body[data-sv-delay="1200"] [data-sv].scroll-view,
[data-sv][data-sv][data-sv-delay="1200"].scroll-view {
  -webkit-transition-delay: 1200ms;
  transition-delay: 1200ms;
}

body[data-sv-duration="1250"] [data-sv],
[data-sv][data-sv][data-sv-duration="1250"] {
  -webkit-transition-duration: 1250ms;
  transition-duration: 1250ms;
}

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

body[data-sv-delay="1250"] [data-sv].scroll-view,
[data-sv][data-sv][data-sv-delay="1250"].scroll-view {
  -webkit-transition-delay: 1250ms;
  transition-delay: 1250ms;
}

body[data-sv-duration="1300"] [data-sv],
[data-sv][data-sv][data-sv-duration="1300"] {
  -webkit-transition-duration: 1300ms;
  transition-duration: 1300ms;
}

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

body[data-sv-delay="1300"] [data-sv].scroll-view,
[data-sv][data-sv][data-sv-delay="1300"].scroll-view {
  -webkit-transition-delay: 1300ms;
  transition-delay: 1300ms;
}

body[data-sv-duration="1350"] [data-sv],
[data-sv][data-sv][data-sv-duration="1350"] {
  -webkit-transition-duration: 1350ms;
  transition-duration: 1350ms;
}

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

body[data-sv-delay="1350"] [data-sv].scroll-view,
[data-sv][data-sv][data-sv-delay="1350"].scroll-view {
  -webkit-transition-delay: 1350ms;
  transition-delay: 1350ms;
}

body[data-sv-duration="1400"] [data-sv],
[data-sv][data-sv][data-sv-duration="1400"] {
  -webkit-transition-duration: 1400ms;
  transition-duration: 1400ms;
}

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

body[data-sv-delay="1400"] [data-sv].scroll-view,
[data-sv][data-sv][data-sv-delay="1400"].scroll-view {
  -webkit-transition-delay: 1400ms;
  transition-delay: 1400ms;
}

body[data-sv-duration="1450"] [data-sv],
[data-sv][data-sv][data-sv-duration="1450"] {
  -webkit-transition-duration: 1450ms;
  transition-duration: 1450ms;
}

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

body[data-sv-delay="1450"] [data-sv].scroll-view,
[data-sv][data-sv][data-sv-delay="1450"].scroll-view {
  -webkit-transition-delay: 1450ms;
  transition-delay: 1450ms;
}

body[data-sv-duration="1500"] [data-sv],
[data-sv][data-sv][data-sv-duration="1500"] {
  -webkit-transition-duration: 1500ms;
  transition-duration: 1500ms;
}

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

body[data-sv-delay="1500"] [data-sv].scroll-view,
[data-sv][data-sv][data-sv-delay="1500"].scroll-view {
  -webkit-transition-delay: 1500ms;
  transition-delay: 1500ms;
}

body[data-sv-duration="1550"] [data-sv],
[data-sv][data-sv][data-sv-duration="1550"] {
  -webkit-transition-duration: 1550ms;
  transition-duration: 1550ms;
}

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

body[data-sv-delay="1550"] [data-sv].scroll-view,
[data-sv][data-sv][data-sv-delay="1550"].scroll-view {
  -webkit-transition-delay: 1550ms;
  transition-delay: 1550ms;
}

body[data-sv-duration="1600"] [data-sv],
[data-sv][data-sv][data-sv-duration="1600"] {
  -webkit-transition-duration: 1600ms;
  transition-duration: 1600ms;
}

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

body[data-sv-delay="1600"] [data-sv].scroll-view,
[data-sv][data-sv][data-sv-delay="1600"].scroll-view {
  -webkit-transition-delay: 1600ms;
  transition-delay: 1600ms;
}

body[data-sv-duration="1650"] [data-sv],
[data-sv][data-sv][data-sv-duration="1650"] {
  -webkit-transition-duration: 1650ms;
  transition-duration: 1650ms;
}

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

body[data-sv-delay="1650"] [data-sv].scroll-view,
[data-sv][data-sv][data-sv-delay="1650"].scroll-view {
  -webkit-transition-delay: 1650ms;
  transition-delay: 1650ms;
}

body[data-sv-duration="1700"] [data-sv],
[data-sv][data-sv][data-sv-duration="1700"] {
  -webkit-transition-duration: 1700ms;
  transition-duration: 1700ms;
}

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

body[data-sv-delay="1700"] [data-sv].scroll-view,
[data-sv][data-sv][data-sv-delay="1700"].scroll-view {
  -webkit-transition-delay: 1700ms;
  transition-delay: 1700ms;
}

body[data-sv-duration="1750"] [data-sv],
[data-sv][data-sv][data-sv-duration="1750"] {
  -webkit-transition-duration: 1750ms;
  transition-duration: 1750ms;
}

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

body[data-sv-delay="1750"] [data-sv].scroll-view,
[data-sv][data-sv][data-sv-delay="1750"].scroll-view {
  -webkit-transition-delay: 1750ms;
  transition-delay: 1750ms;
}

body[data-sv-duration="1800"] [data-sv],
[data-sv][data-sv][data-sv-duration="1800"] {
  -webkit-transition-duration: 1800ms;
  transition-duration: 1800ms;
}

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

body[data-sv-delay="1800"] [data-sv].scroll-view,
[data-sv][data-sv][data-sv-delay="1800"].scroll-view {
  -webkit-transition-delay: 1800ms;
  transition-delay: 1800ms;
}

body[data-sv-duration="1850"] [data-sv],
[data-sv][data-sv][data-sv-duration="1850"] {
  -webkit-transition-duration: 1850ms;
  transition-duration: 1850ms;
}

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

body[data-sv-delay="1850"] [data-sv].scroll-view,
[data-sv][data-sv][data-sv-delay="1850"].scroll-view {
  -webkit-transition-delay: 1850ms;
  transition-delay: 1850ms;
}

body[data-sv-duration="1900"] [data-sv],
[data-sv][data-sv][data-sv-duration="1900"] {
  -webkit-transition-duration: 1900ms;
  transition-duration: 1900ms;
}

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

body[data-sv-delay="1900"] [data-sv].scroll-view,
[data-sv][data-sv][data-sv-delay="1900"].scroll-view {
  -webkit-transition-delay: 1900ms;
  transition-delay: 1900ms;
}

body[data-sv-duration="1950"] [data-sv],
[data-sv][data-sv][data-sv-duration="1950"] {
  -webkit-transition-duration: 1950ms;
  transition-duration: 1950ms;
}

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

body[data-sv-delay="1950"] [data-sv].scroll-view,
[data-sv][data-sv][data-sv-delay="1950"].scroll-view {
  -webkit-transition-delay: 1950ms;
  transition-delay: 1950ms;
}

body[data-sv-duration="2000"] [data-sv],
[data-sv][data-sv][data-sv-duration="2000"] {
  -webkit-transition-duration: 2000ms;
  transition-duration: 2000ms;
}

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

body[data-sv-delay="2000"] [data-sv].scroll-view,
[data-sv][data-sv][data-sv-delay="2000"].scroll-view {
  -webkit-transition-delay: 2000ms;
  transition-delay: 2000ms;
}

body[data-sv-duration="2050"] [data-sv],
[data-sv][data-sv][data-sv-duration="2050"] {
  -webkit-transition-duration: 2050ms;
  transition-duration: 2050ms;
}

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

body[data-sv-delay="2050"] [data-sv].scroll-view,
[data-sv][data-sv][data-sv-delay="2050"].scroll-view {
  -webkit-transition-delay: 2050ms;
  transition-delay: 2050ms;
}

body[data-sv-duration="2100"] [data-sv],
[data-sv][data-sv][data-sv-duration="2100"] {
  -webkit-transition-duration: 2100ms;
  transition-duration: 2100ms;
}

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

body[data-sv-delay="2100"] [data-sv].scroll-view,
[data-sv][data-sv][data-sv-delay="2100"].scroll-view {
  -webkit-transition-delay: 2100ms;
  transition-delay: 2100ms;
}

body[data-sv-duration="2150"] [data-sv],
[data-sv][data-sv][data-sv-duration="2150"] {
  -webkit-transition-duration: 2150ms;
  transition-duration: 2150ms;
}

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

body[data-sv-delay="2150"] [data-sv].scroll-view,
[data-sv][data-sv][data-sv-delay="2150"].scroll-view {
  -webkit-transition-delay: 2150ms;
  transition-delay: 2150ms;
}

body[data-sv-duration="2200"] [data-sv],
[data-sv][data-sv][data-sv-duration="2200"] {
  -webkit-transition-duration: 2200ms;
  transition-duration: 2200ms;
}

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

body[data-sv-delay="2200"] [data-sv].scroll-view,
[data-sv][data-sv][data-sv-delay="2200"].scroll-view {
  -webkit-transition-delay: 2200ms;
  transition-delay: 2200ms;
}

body[data-sv-duration="2250"] [data-sv],
[data-sv][data-sv][data-sv-duration="2250"] {
  -webkit-transition-duration: 2250ms;
  transition-duration: 2250ms;
}

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

body[data-sv-delay="2250"] [data-sv].scroll-view,
[data-sv][data-sv][data-sv-delay="2250"].scroll-view {
  -webkit-transition-delay: 2250ms;
  transition-delay: 2250ms;
}

body[data-sv-duration="2300"] [data-sv],
[data-sv][data-sv][data-sv-duration="2300"] {
  -webkit-transition-duration: 2300ms;
  transition-duration: 2300ms;
}

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

body[data-sv-delay="2300"] [data-sv].scroll-view,
[data-sv][data-sv][data-sv-delay="2300"].scroll-view {
  -webkit-transition-delay: 2300ms;
  transition-delay: 2300ms;
}

body[data-sv-duration="2350"] [data-sv],
[data-sv][data-sv][data-sv-duration="2350"] {
  -webkit-transition-duration: 2350ms;
  transition-duration: 2350ms;
}

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

body[data-sv-delay="2350"] [data-sv].scroll-view,
[data-sv][data-sv][data-sv-delay="2350"].scroll-view {
  -webkit-transition-delay: 2350ms;
  transition-delay: 2350ms;
}

body[data-sv-duration="2400"] [data-sv],
[data-sv][data-sv][data-sv-duration="2400"] {
  -webkit-transition-duration: 2400ms;
  transition-duration: 2400ms;
}

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

body[data-sv-delay="2400"] [data-sv].scroll-view,
[data-sv][data-sv][data-sv-delay="2400"].scroll-view {
  -webkit-transition-delay: 2400ms;
  transition-delay: 2400ms;
}

body[data-sv-duration="2450"] [data-sv],
[data-sv][data-sv][data-sv-duration="2450"] {
  -webkit-transition-duration: 2450ms;
  transition-duration: 2450ms;
}

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

body[data-sv-delay="2450"] [data-sv].scroll-view,
[data-sv][data-sv][data-sv-delay="2450"].scroll-view {
  -webkit-transition-delay: 2450ms;
  transition-delay: 2450ms;
}

body[data-sv-duration="2500"] [data-sv],
[data-sv][data-sv][data-sv-duration="2500"] {
  -webkit-transition-duration: 2500ms;
  transition-duration: 2500ms;
}

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

body[data-sv-delay="2500"] [data-sv].scroll-view,
[data-sv][data-sv][data-sv-delay="2500"].scroll-view {
  -webkit-transition-delay: 2500ms;
  transition-delay: 2500ms;
}

body[data-sv-duration="2550"] [data-sv],
[data-sv][data-sv][data-sv-duration="2550"] {
  -webkit-transition-duration: 2550ms;
  transition-duration: 2550ms;
}

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

body[data-sv-delay="2550"] [data-sv].scroll-view,
[data-sv][data-sv][data-sv-delay="2550"].scroll-view {
  -webkit-transition-delay: 2550ms;
  transition-delay: 2550ms;
}

body[data-sv-duration="2600"] [data-sv],
[data-sv][data-sv][data-sv-duration="2600"] {
  -webkit-transition-duration: 2600ms;
  transition-duration: 2600ms;
}

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

body[data-sv-delay="2600"] [data-sv].scroll-view,
[data-sv][data-sv][data-sv-delay="2600"].scroll-view {
  -webkit-transition-delay: 2600ms;
  transition-delay: 2600ms;
}

body[data-sv-duration="2650"] [data-sv],
[data-sv][data-sv][data-sv-duration="2650"] {
  -webkit-transition-duration: 2650ms;
  transition-duration: 2650ms;
}

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

body[data-sv-delay="2650"] [data-sv].scroll-view,
[data-sv][data-sv][data-sv-delay="2650"].scroll-view {
  -webkit-transition-delay: 2650ms;
  transition-delay: 2650ms;
}

body[data-sv-duration="2700"] [data-sv],
[data-sv][data-sv][data-sv-duration="2700"] {
  -webkit-transition-duration: 2700ms;
  transition-duration: 2700ms;
}

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

body[data-sv-delay="2700"] [data-sv].scroll-view,
[data-sv][data-sv][data-sv-delay="2700"].scroll-view {
  -webkit-transition-delay: 2700ms;
  transition-delay: 2700ms;
}

body[data-sv-duration="2750"] [data-sv],
[data-sv][data-sv][data-sv-duration="2750"] {
  -webkit-transition-duration: 2750ms;
  transition-duration: 2750ms;
}

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

body[data-sv-delay="2750"] [data-sv].scroll-view,
[data-sv][data-sv][data-sv-delay="2750"].scroll-view {
  -webkit-transition-delay: 2750ms;
  transition-delay: 2750ms;
}

body[data-sv-duration="2800"] [data-sv],
[data-sv][data-sv][data-sv-duration="2800"] {
  -webkit-transition-duration: 2800ms;
  transition-duration: 2800ms;
}

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

body[data-sv-delay="2800"] [data-sv].scroll-view,
[data-sv][data-sv][data-sv-delay="2800"].scroll-view {
  -webkit-transition-delay: 2800ms;
  transition-delay: 2800ms;
}

body[data-sv-duration="2850"] [data-sv],
[data-sv][data-sv][data-sv-duration="2850"] {
  -webkit-transition-duration: 2850ms;
  transition-duration: 2850ms;
}

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

body[data-sv-delay="2850"] [data-sv].scroll-view,
[data-sv][data-sv][data-sv-delay="2850"].scroll-view {
  -webkit-transition-delay: 2850ms;
  transition-delay: 2850ms;
}

body[data-sv-duration="2900"] [data-sv],
[data-sv][data-sv][data-sv-duration="2900"] {
  -webkit-transition-duration: 2900ms;
  transition-duration: 2900ms;
}

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

body[data-sv-delay="2900"] [data-sv].scroll-view,
[data-sv][data-sv][data-sv-delay="2900"].scroll-view {
  -webkit-transition-delay: 2900ms;
  transition-delay: 2900ms;
}

body[data-sv-duration="2950"] [data-sv],
[data-sv][data-sv][data-sv-duration="2950"] {
  -webkit-transition-duration: 2950ms;
  transition-duration: 2950ms;
}

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

body[data-sv-delay="2950"] [data-sv].scroll-view,
[data-sv][data-sv][data-sv-delay="2950"].scroll-view {
  -webkit-transition-delay: 2950ms;
  transition-delay: 2950ms;
}

body[data-sv-duration="3000"] [data-sv],
[data-sv][data-sv][data-sv-duration="3000"] {
  -webkit-transition-duration: 3000ms;
  transition-duration: 3000ms;
}

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

body[data-sv-delay="3000"] [data-sv].scroll-view,
[data-sv][data-sv][data-sv-delay="3000"].scroll-view {
  -webkit-transition-delay: 3000ms;
  transition-delay: 3000ms;
}

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

body[data-sv-easing=ease] [data-sv],
[data-sv][data-sv][data-sv-easing=ease] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

body[data-sv-easing=ease-in] [data-sv],
[data-sv][data-sv][data-sv-easing=ease-in] {
  -webkit-transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
  transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
}

body[data-sv-easing=ease-out] [data-sv],
[data-sv][data-sv][data-sv-easing=ease-out] {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}

body[data-sv-easing=ease-in-out] [data-sv],
[data-sv][data-sv][data-sv-easing=ease-in-out] {
  -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen {
  html:not(.no-js) [data-sv^=fade][data-sv^=fade] {
    opacity: 0;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
  }
  html:not(.no-js) [data-sv^=fade][data-sv^=fade].scroll-view {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  html:not(.no-js) [data-sv=fade-up] {
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  html:not(.no-js) [data-sv=fade-down] {
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }
  html:not(.no-js) [data-sv=fade-right] {
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  html:not(.no-js) [data-sv=fade-left] {
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  html:not(.no-js) [data-sv=fade-up-right] {
    -webkit-transform: translate3d(-50px, 50px, 0);
    transform: translate3d(-50px, 50px, 0);
  }
  html:not(.no-js) [data-sv=fade-up-left] {
    -webkit-transform: translate3d(50px, 50px, 0);
    transform: translate3d(50px, 50px, 0);
  }
  html:not(.no-js) [data-sv=fade-down-right] {
    -webkit-transform: translate3d(-50px, -50px, 0);
    transform: translate3d(-50px, -50px, 0);
  }
  html:not(.no-js) [data-sv=fade-down-left] {
    -webkit-transform: translate3d(50px, -50px, 0);
    transform: translate3d(50px, -50px, 0);
  }
  html:not(.no-js) [data-sv^=zoom][data-sv^=zoom] {
    opacity: 0;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
  }
  html:not(.no-js) [data-sv^=zoom][data-sv^=zoom].scroll-view {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
  }
  html:not(.no-js) [data-sv=zoom-in] {
    -webkit-transform: scale(0.88);
    -ms-transform: scale(0.88);
    transform: scale(0.88);
  }
  html:not(.no-js) [data-sv=zoom-in-up] {
    -webkit-transform: translate3d(0, 50px, 0) scale(0.88);
    transform: translate3d(0, 50px, 0) scale(0.88);
  }
  html:not(.no-js) [data-sv=zoom-in-down] {
    -webkit-transform: translate3d(0, -50px, 0) scale(0.88);
    transform: translate3d(0, -50px, 0) scale(0.88);
  }
  html:not(.no-js) [data-sv=zoom-in-right] {
    -webkit-transform: translate3d(-50px, 0, 0) scale(0.88);
    transform: translate3d(-50px, 0, 0) scale(0.88);
  }
  html:not(.no-js) [data-sv=zoom-in-left] {
    -webkit-transform: translate3d(50px, 0, 0) scale(0.88);
    transform: translate3d(50px, 0, 0) scale(0.88);
  }
  html:not(.no-js) [data-sv=zoom-out] {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  html:not(.no-js) [data-sv=zoom-out-up] {
    -webkit-transform: translate3d(0, 50px, 0) scale(1.2);
    transform: translate3d(0, 50px, 0) scale(1.2);
  }
  html:not(.no-js) [data-sv=zoom-out-down] {
    -webkit-transform: translate3d(0, -50px, 0) scale(1.2);
    transform: translate3d(0, -50px, 0) scale(1.2);
  }
  html:not(.no-js) [data-sv=zoom-out-right] {
    -webkit-transform: translate3d(-50px, 0, 0) scale(1.2);
    transform: translate3d(-50px, 0, 0) scale(1.2);
  }
  html:not(.no-js) [data-sv=zoom-out-left] {
    -webkit-transform: translate3d(50px, 0, 0) scale(1.2);
    transform: translate3d(50px, 0, 0) scale(1.2);
  }
  html:not(.no-js) [data-sv^=slide][data-sv^=slide] {
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    visibility: hidden;
  }
  html:not(.no-js) [data-sv^=slide][data-sv^=slide].scroll-view {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  html:not(.no-js) [data-sv=slide-up] {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  html:not(.no-js) [data-sv=slide-down] {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  html:not(.no-js) [data-sv=slide-right] {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  html:not(.no-js) [data-sv=slide-left] {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  html:not(.no-js) [data-sv^=flip][data-sv^=flip] {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
  }
  html:not(.no-js) [data-sv=flip-left] {
    -webkit-transform: perspective(2500px) rotateY(-100deg);
    transform: perspective(2500px) rotateY(-100deg);
  }
  html:not(.no-js) [data-sv=flip-left].scroll-view {
    -webkit-transform: perspective(2500px) rotateY(0);
    transform: perspective(2500px) rotateY(0);
  }
  html:not(.no-js) [data-sv=flip-right] {
    -webkit-transform: perspective(2500px) rotateY(100deg);
    transform: perspective(2500px) rotateY(100deg);
  }
  html:not(.no-js) [data-sv=flip-right].scroll-view {
    -webkit-transform: perspective(2500px) rotateY(0);
    transform: perspective(2500px) rotateY(0);
  }
  html:not(.no-js) [data-sv=flip-up] {
    -webkit-transform: perspective(2500px) rotateX(-100deg);
    transform: perspective(2500px) rotateX(-100deg);
  }
  html:not(.no-js) [data-sv=flip-up].scroll-view {
    -webkit-transform: perspective(2500px) rotateX(0);
    transform: perspective(2500px) rotateX(0);
  }
  html:not(.no-js) [data-sv=flip-down] {
    -webkit-transform: perspective(2500px) rotateX(100deg);
    transform: perspective(2500px) rotateX(100deg);
  }
  html:not(.no-js) [data-sv=flip-down].scroll-view {
    -webkit-transform: perspective(2500px) rotateX(0);
    transform: perspective(2500px) rotateX(0);
  }
}
/*
 * PLUGIN: Swiper Default
 */
.swiper-pagination {
  text-align: center;
}

.swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 10px;
  height: 10px;
  margin: 0 12px;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  border: 2px solid #fff;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  font-size: 0;
  line-height: 0;
  background-color: transparent;
  border-radius: 10px;
  opacity: 1;
  -webkit-transition: background-color 0.25s, border 0.25s, -webkit-transform 0.25s;
  transition: background-color 0.25s, border 0.25s, -webkit-transform 0.25s;
  transition: background-color 0.25s, border 0.25s, transform 0.25s;
  transition: background-color 0.25s, border 0.25s, transform 0.25s, -webkit-transform 0.25s;
}

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

.swiper-pagination.swiper-pagination-vertical {
  bottom: auto;
}

.swiper-pagination.swiper-pagination-vertical .swiper-pagination-bullet {
  display: block;
  margin: 10px auto;
}

.pc .swiper-pagination .swiper-pagination-bullet:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.pc .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:hover {
  background: #fff;
}

.swiper-button-prev,
.swiper-button-next {
  width: 70px;
  height: 70px;
  position: absolute;
  top: 50%;
  font-size: 0;
  background: none;
  border-radius: 50%;
  font-size: 0;
  margin: 0;
  background-color: transparent;
  border: 3px solid var(--color-blue);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: -webkit-box-shadow 0.25s cubic-bezier(0.99, 0.15, 0.81, 1.01);
  transition: -webkit-box-shadow 0.25s cubic-bezier(0.99, 0.15, 0.81, 1.01);
  transition: box-shadow 0.25s cubic-bezier(0.99, 0.15, 0.81, 1.01);
  transition: box-shadow 0.25s cubic-bezier(0.99, 0.15, 0.81, 1.01), -webkit-box-shadow 0.25s cubic-bezier(0.99, 0.15, 0.81, 1.01);
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url(../images/swiper_arrow.svg);
}

.swiper-button-prev::before,
.swiper-button-next::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background: var(--color-blue);
  z-index: -1;
  opacity: 0;
  pointer-events: none;
}

.swiper-button-prev.white,
.swiper-button-next.white {
  border-color: #fff;
}

.swiper-button-prev.white::before,
.swiper-button-next.white::before {
  background: #fff;
}

.pc .swiper-button-prev:hover,
.pc .swiper-button-next:hover {
  -webkit-box-shadow: inset 0 0 0 45px var(--color-blue);
  box-shadow: inset 0 0 0 45px var(--color-blue);
}

.pc .swiper-button-prev:hover.white,
.pc .swiper-button-next:hover.white {
  -webkit-box-shadow: inset 0 0 0 45px #fff;
  box-shadow: inset 0 0 0 45px #fff;
}

.pc .swiper-button-prev:hover.white::after,
.pc .swiper-button-next:hover.white::after {
  -webkit-filter: hue-rotate(70deg) brightness(0.6);
  filter: hue-rotate(70deg) brightness(0.6);
}

.swiper-button-prev:active,
.swiper-button-next:active {
  -webkit-box-shadow: inset 0 0 0 45px var(--color-blue);
  box-shadow: inset 0 0 0 45px var(--color-blue);
}

.swiper-button-prev:active.white,
.swiper-button-next:active.white {
  -webkit-box-shadow: inset 0 0 0 45px #fff;
  box-shadow: inset 0 0 0 45px #fff;
}

.swiper-button-prev:active.white::after,
.swiper-button-next:active.white::after {
  -webkit-filter: hue-rotate(70deg) brightness(0.6);
  filter: hue-rotate(70deg) brightness(0.6);
}

.swiper-button-prev:active::before,
.swiper-button-next:active::before {
  -webkit-animation: ani_controller_active 0.45s forwards ease;
  animation: ani_controller_active 0.45s forwards ease;
}

.swiper-button-prev {
  left: 0;
}

.swiper-button-prev::after {
  left: 0;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.swiper-button-next {
  right: 0;
}

.swiper-button-next::after {
  right: 0;
}

.swiper-initialized {
  overflow: hidden;
  position: relative;
}

.prevent-btn .swiper-button-next,
.prevent-btn .swiper-button-prev,
.prevent-btn .slider-crontroller {
  display: none;
}

.slider-crontroller {
  position: relative;
  width: 155px;
  height: 70px;
  margin: 30px 0 0 0;
}

@media (max-width: 1099px) {
  .slider-crontroller {
    margin-top: 30px;
  }
  .swiper-button-prev::after,
  .swiper-button-next::after {
    background-size: 120% 120%;
  }
}
@media (max-width: 991px) {
  .slider-crontroller {
    width: 115px;
  }
  .swiper-button-prev,
  .swiper-button-next {
    width: 50px;
    height: 50px;
    border-width: 2px;
    background: #2f69a1;
  }
  .swiper-button-prev.white,
  .swiper-button-next.white {
    background-color: rgba(0, 0, 0, 0.65);
  }
  .swiper-button-prev::after,
  .swiper-button-next::after {
    background-size: 150% 150%;
  }
}
@media (max-width: 549px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 40px;
    height: 40px;
  }
}
/*
 * PLUGIN: Splitting CSS
 */
.char {
  will-change: transform;
}

/*
 * PLUGIN: MagnificPopup Default
 */
.mfp-bg {
  background: rgba(0, 0, 0, 0.95);
  background: transparent;
  background-image: radial-gradient(#002879 1px, rgba(0, 0, 0, 0.95) 0);
  background-size: 5px 5px;
  background-position: -2px -2px;
}

.mfp-zoom .mfp-content {
  opacity: 0;
  -webkit-transform: scale(0.98) translateY(10px);
  -ms-transform: scale(0.98) translateY(10px);
  transform: scale(0.98) translateY(10px);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s;
  transition: transform 0.3s ease-in-out, opacity 0.3s, -webkit-transform 0.3s ease-in-out;
}

.mfp-zoom.mfp-ready .mfp-content {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.mfp-zoom.mfp-removing .mfp-content {
  opacity: 0;
  -webkit-transform: scale(0.96);
  -ms-transform: scale(0.96);
  transform: scale(0.96);
}

.mfp-bulletin .mfp-content {
  text-align: center;
  max-width: min(800px, 100% - 40px);
  width: auto;
  margin: 20px auto;
}

.mfp-bulletin .mfp-close {
  background-color: rgba(0, 0, 0, 0.5);
  right: 0;
  top: 0;
  line-height: 40px;
  width: 40px;
  height: 40px;
  margin: 0;
  border-radius: 50px;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

.mfp-bulletin .mfp-close::before,
.mfp-bulletin .mfp-close::after {
  width: 20px;
  margin-left: -10px;
}

.mfp-close,
button.mfp-close {
  cursor: pointer !important;
  width: 70px;
  height: 70px;
  display: block;
  opacity: 1;
  font-size: 0;
  background-color: transparent;
}

.mfp-close::before,
.mfp-close::after,
button.mfp-close::before,
button.mfp-close::after {
  content: "";
  width: 25px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -12px;
  background: #fff;
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
}

.mfp-close::before,
button.mfp-close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mfp-close::after,
button.mfp-close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  position: absolute;
  width: 70px;
  height: 70px;
  padding: 0;
  top: -35px;
  right: -35px;
  border-radius: 50%;
  background: var(--color-blue-dark);
}

.pc .mfp-close:hover,
.pc button.mfp-close:hover {
  background: var(--color-blue-dark);
}

.mfp-figure {
  line-height: 0;
}

.mfp-figure img {
  max-width: 100%;
  height: none !important;
  margin: 0;
  padding: 0;
  line-height: 0;
}

.mfp-video .mfp-content {
  max-width: min(1500px, 160vh) !important;
  padding: 0;
}

.mfp-default .mfp-content {
  position: relative;
  background: #fff;
  color: #222;
  margin: 0 auto;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  padding: max(3vw, 25px);
  width: auto;
  max-width: 800px;
}

.mfp-default .mfp-content .mfp-close,
.mfp-default .mfp-content button.mfp-close {
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background-color: #0a46b1;
}

.mfp-title {
  font-size: var(--fz-h3);
  text-align: center;
  font-weight: 700;
  display: block;
  padding: 10px 15px 15px;
  margin: 0 auto 20px;
  color: #222;
  border-bottom: 1px solid #eee;
}

@media (max-width: 991px) {
  .mfp-close,
  button.mfp-close {
    width: 50px;
    height: 50px;
  }
  .mfp-image-holder .mfp-close,
  .mfp-iframe-holder .mfp-close {
    width: 50px;
    height: 50px;
    top: 5px;
    right: 5px;
  }
}
/*
 * PLUGIN: PhotoSwipe Default Popup
 */
.pswp__bg {
  opacity: 0.9;
  background-color: rgba(0, 0, 0, 0.5);
  background-size: 6px 6px;
  background-image: repeating-linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.5) 0.6px, rgba(0, 0, 0, 0.8) 0, rgba(0, 0, 0, 0.8) 50%);
}

.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: transparent;
}

.pswp__counter {
  font-size: 1rem;
  line-height: 1.8;
  height: auto;
}

.pswp--animate_opacity,
.pswp__bg,
.pswp__caption,
.pswp__top-bar,
.pswp__img,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-transition: opacity 0.33s ease;
  transition: opacity 0.33s ease;
}

.pswp__top-bar {
  height: 55px;
  padding: 10px 10px 0;
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
  font-size: 0;
  width: 50px;
  height: 50px;
  border-radius: 80px;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  background-color: transparent;
  background-image: none;
}

.pswp__button--arrow--left::before,
.pswp__button--arrow--right::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.8);
}

.pswp__button--arrow--left {
  left: 10px;
}

.pswp__button--arrow--left::before {
  left: 50%;
  margin-left: -4px;
  border-width: 0 0 2px 2px;
}

.pswp__button--arrow--right {
  right: 10px;
}

.pswp__button--arrow--right::before {
  left: auto;
  right: 50%;
  margin-right: -4px;
  border-width: 2px 2px 0 0;
}

.pc .pswp__button--arrow--left:hover,
.pc .pswp__button--arrow--right:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

.pc .pswp__button--arrow--left:hover::before,
.pc .pswp__button--arrow--right:hover::before {
  border-color: #222;
}

@media (max-width: 991px) {
  .pswp__button--arrow--left,
  .pswp__button--arrow--right {
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.2);
    margin-top: -20p;
  }
}
.js-wheel {
  z-index: 1;
}

.deco {
  pointer-events: none;
  position: absolute;
}

.deco > div {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.deco > div::before {
  content: "";
  display: block;
}

.i-mainwrap {
  overflow: hidden;
  max-width: 100vw;
}

/*
 * 廣告輪播
 */
.i-service {
  z-index: 5;
  position: relative;
  height: calc(100vh - 80px + 7vw);
  background: #57aad0;
  padding: max(7vw, 150px) 0 0 0;
}

.i-service::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  padding-bottom: min(23.43%, 450px);
  background-image: url(../images/pban_mask.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  pointer-events: none;
}

.i-service > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 10;
  width: 100%;
}

.i-service .title {
  margin: 5px 0;
  font-weight: 600;
  font-size: var(--fz-h2);
  line-height: 1.3;
}

.i-service .desc {
  display: block;
  font-size: var(--fz-h3);
  font-weight: 500;
  line-height: 1.4;
}

.i-service .hand {
  z-index: 3;
  left: 3%;
  bottom: -8%;
  width: max(12vw, 228px);
}

.i-service .hand > div::before {
  padding-bottom: 177.19%;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/i_deco_hand.png);
  -webkit-animation: ani_bump_loop3 0.75s both linear infinite;
  animation: ani_bump_loop3 0.75s both linear infinite;
}

.i-service .music {
  z-index: 5;
  right: 3%;
  top: 25%;
  width: max(7vw, 180px);
}

.i-service .music > div::before {
  padding-bottom: 95%;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/i_deco_music.png);
  -webkit-animation: ani_bump_loop3 0.65s both linear infinite;
  animation: ani_bump_loop3 0.65s both linear infinite;
}

.i-service .pic {
  display: block;
  position: relative;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.i-service .pic::before {
  content: "";
  display: block;
  padding-bottom: 55.73%;
}

.i-service .pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.i-service .swiper-pagination {
  bottom: -25px;
}

.i-service-slider-wrap {
  position: relative;
  width: min((90vh - var(--h-header)) / 0.5573, 1220px, 80vw);
}

.i-service-slider-wrap .swiper-button-next {
  right: -100px;
}

.i-service-slider-wrap .swiper-button-prev {
  left: -100px;
}

.i-service-slider {
  position: relative;
  margin: 0 auto 20px;
  z-index: 5;
  overflow: hidden;
  width: min((90vh - var(--h-header)) / 0.5573, 1220px, 80vw);
}

.i-service-slider .item {
  width: 100%;
}

.i-service-slider .item a {
  display: block;
}

.i-service-slider .item .js-popup-video .pic::after {
  content: "";
  z-index: 10;
  width: max(8%, 50px);
  padding-bottom: max(8%, 50px);
  height: 0;
  background: url(../images/icon_play.svg) no-repeat 0 0/contain;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  will-change: transform, filter;
  -webkit-filter: drop-shadow(15px 5px 10px rgba(0, 0, 0, 0.6));
  filter: drop-shadow(15px 5px 10px rgba(0, 0, 0, 0.6));
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.pc .i-service-slider .item .js-popup-video .pic:hover::after {
  width: 9%;
  padding-bottom: 9%;
  -webkit-filter: drop-shadow(5px 2px 5px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(5px 2px 5px rgba(0, 0, 0, 0.3));
}

.i-service-slider .swiper-pagination {
  bottom: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.i-service-thumbnail {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

.i-service-thumbnail .swiper-slide {
  max-width: 100px;
  position: relative;
}

.i-service-thumbnail .swiper-slide::before {
  content: "";
  z-index: 10;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid #fff;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

.i-service-thumbnail .swiper-slide.swiper-slide-active::before {
  opacity: 1;
}

.i-service-bg-deco {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 40%;
  width: 55%;
  -webkit-transform: translate(-65%, -50%);
  -ms-transform: translate(-65%, -50%);
  transform: translate(-65%, -50%);
}

.i-service-bg-deco div {
  width: 100%;
}

.i-service-bg-deco div::before {
  content: "";
  display: block;
  padding-bottom: 86.223%;
  background: url(../images/i_service_bg1.png) no-repeat 0 0/contain;
  -webkit-animation: ani_bump_loop 0.65s both linear infinite;
  animation: ani_bump_loop 0.65s both linear infinite;
}

.i-service-slider-deco {
  position: absolute;
  width: 72%;
  z-index: 0;
  left: 80%;
  top: 55%;
  opacity: 0.4;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.i-service-slider-deco div {
  width: 100%;
}

.i-service-slider-deco div::before {
  content: "";
  display: block;
  padding-bottom: 86.223%;
  background: url(../images/i_service_bg2.png) no-repeat 0 0/contain;
  -webkit-animation: ani_bump_loop2 0.75s both linear infinite;
  animation: ani_bump_loop2 0.75s both linear infinite;
}

/*
 * 優惠快訊
 */
.i-news {
  z-index: 4;
  position: relative;
  overflow: hidden;
  height: 109vh;
  padding: 9vw 0 0;
  background: url(../images/i_news_bg.jpg) no-repeat center bottom/cover;
}

.i-news::before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  height: 8.33vw;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 160' fill='%2357AAD0'%3E%3Cpath d='M0 137S189.033 26 441 26c340.196 0 396.803 132 632 132 202.868 0 256.404-49.754 461-84 171.882-28.771 386 24 386 24V0H0v137z'/%3E%3C/svg%3E");
  background-position: center top;
  background-size: 100% 100%;
}

.i-news > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 10;
  height: 100%;
}

.i-news-text {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 380px;
  flex: 0 0 380px;
  max-width: 380px;
  position: absolute;
  z-index: 5;
  top: 55%;
  left: var(--gap);
}

.i-news-text .inner {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.i-news-text .deco {
  z-index: 0;
}

.i-news-text .speaker {
  left: 36%;
  top: 0;
  width: min(213px, 56.5%);
  -webkit-transform: translate(0, -97%);
  -ms-transform: translate(0, -97%);
  transform: translate(0, -97%);
}

.i-news-text .speaker > div {
  background-image: url(../images/i_deco_speaker.png);
  -webkit-animation: ani_bump_loop2 0.75s both linear infinite;
  animation: ani_bump_loop2 0.75s both linear infinite;
}

.i-news-text .speaker > div::before {
  padding-bottom: 88.26%;
}

.i-news-text .note1 {
  top: 0;
  left: 0;
  width: min(68px, 18.42%);
  -webkit-transform: translate(-20%, -110%);
  -ms-transform: translate(-20%, -110%);
  transform: translate(-20%, -110%);
}

.i-news-text .note1 > div {
  background-image: url(../images/deco_dot1.png);
  -webkit-animation: ani_bump_loop3 0.85s 0.15s both linear infinite;
  animation: ani_bump_loop3 0.85s 0.15s both linear infinite;
}

.i-news-text .note1 > div::before {
  padding-bottom: 105%;
}

.i-news-text .note2 {
  top: 0;
  left: 0;
  width: min(55px, 15.36%);
  -webkit-transform: translate(-150%, -50%);
  -ms-transform: translate(-150%, -50%);
  transform: translate(-150%, -50%);
}

.i-news-text .note2 > div {
  background-image: url(../images/deco_dot2.png);
  -webkit-animation: ani_bump_loop4 0.8s both linear infinite;
  animation: ani_bump_loop4 0.8s both linear infinite;
}

.i-news-text .note2 > div::before {
  padding-bottom: 207.69%;
}

.i-news-subhead {
  position: relative;
  z-index: 10;
}

.i-news-subhead .t1 {
  font-size: 3rem;
  font-weight: 900;
  display: block;
  white-space: nowrap;
}

.i-news-subhead .t2 {
  font-size: 4.375rem;
  font-weight: 900;
  color: var(--color-yellow);
  display: block;
  white-space: nowrap;
  line-height: 1;
  text-transform: uppercase;
}

.i-news-slider {
  width: 100%;
  overflow: visible;
  position: relative;
  z-index: 1;
  -webkit-transform: translateX(450px);
  -ms-transform: translateX(450px);
  transform: translateX(450px);
}

.i-news-slider[data-sv] {
  opacity: 0;
  -webkit-transition: opacity 0.85s;
  transition: opacity 0.85s;
}

.i-news-slider[data-sv].scroll-view {
  opacity: 1;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.i-news-slider .swiper-button-prev,
.i-news-slider .swiper-button-next {
  display: none;
}

.i-news-slider .item {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.i-news-slider .item:nth-of-type(2n + 1) .pic .shape {
  width: 110%;
  left: 50%;
  top: 25%;
  -webkit-transform: rotate(-25deg) translate(-50%, -50%);
  -ms-transform: rotate(-25deg) translate(-50%, -50%);
  transform: rotate(-25deg) translate(-50%, -50%);
}

.i-news-slider .item:nth-of-type(2n + 1) .pic .shape::after {
  background-image: url(../images/i_song_deco1.png);
  padding-bottom: 75.95%;
}

.i-news-slider .item:nth-of-type(2n + 2) .pic .shape {
  width: 70%;
}

.i-news-slider .item:nth-of-type(2n + 2) .pic .shape::after {
  background-image: url(../images/i_song_deco2.png);
  padding-bottom: 127.97%;
}

.i-news-slider .pic {
  position: relative;
  z-index: 0;
  display: inline-block;
  -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5);
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5);
}

.i-news-slider .pic img {
  width: 100%;
  position: relative;
  z-index: 10;
}

.i-news-slider .pic .shape {
  opacity: 0.5;
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

.i-news-slider .pic .shape::after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  -webkit-animation: ani_bump_loop2 0.5s both linear infinite;
  animation: ani_bump_loop2 0.5s both linear infinite;
}

.i-news-slider a {
  color: #fff;
}

.i-news-slider .text {
  position: relative;
  z-index: 5;
  margin: 25px auto 0;
  -webkit-transition: opacity 0.25s ease-in;
  transition: opacity 0.25s ease-in;
}

.i-news-slider .date {
  display: block;
  color: var(--color-blue);
  font-style: normal;
  font-size: 1rem;
}

.i-news-slider .title {
  display: block;
  margin: 5px 0 0;
  font-size: 1.375rem;
  color: #fff;
  line-height: 1.4;
}

.i-news-slider .desc {
  font-size: 1.0625rem;
  margin: 8px 0 0;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.5);
  display: -webkit-box;
  overflow: hidden;
  /*! autoprefixer: off;*/
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.i-news-deco {
  position: absolute;
  right: 5%;
  bottom: 5%;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background-color: transparent;
  opacity: 1;
  background-size: 4px 4px;
  background-image: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0.5) 0.4px, transparent 0, transparent 50%);
}

/*
 * 分店快訊
 */
.i-marquee {
  z-index: 2;
  position: relative;
  margin-bottom: calc(-1 * min(10vh, 120px));
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
}

.i-marquee::before {
  content: "";
  z-index: 1;
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  height: 0;
  width: 0;
  border-color: #902959 transparent transparent transparent;
  border-style: solid;
  border-width: min(10vh, 120px) 0 0 100vw;
  pointer-events: none;
}

.i-marquee > .container {
  max-width: calc(950px + var(--gap) * 2);
  z-index: 5;
  padding-top: min(15vh, 150px);
  padding-bottom: min(12vh, 130px);
  padding-left: calc(var(--gap) + 60px);
  padding-right: calc(var(--gap) + 60px);
}

.i-marquee .slider-prev,
.i-marquee .slider-next {
  font-size: 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: absolute;
  top: 55%;
  height: 60%;
  width: 50px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
}

.i-marquee .slider-prev::after,
.i-marquee .slider-next::after {
  content: "";
  display: block;
  position: absolute;
  background: none;
  width: 40px;
  height: 40px;
  top: 50%;
  margin-top: -20px;
  border-style: solid;
  border-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.i-marquee .slider-prev {
  left: var(--gap);
}

.i-marquee .slider-prev::after {
  left: 50%;
  margin-left: -10px;
  border-width: 0 0 2px 2px;
}

.i-marquee .slider-next {
  right: var(--gap);
}

.i-marquee .slider-next::after {
  right: 50%;
  margin-right: -10px;
  border-width: 2px 2px 0 0;
}

.i-mq-bg {
  position: absolute;
  z-index: 0;
  height: auto;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}

.i-mq-bg > div {
  background: url(../images/i_mq_bg.jpg) no-repeat center bottom/cover;
}

.i-mq-subhead {
  text-align: center;
  margin: 20px auto;
  max-width: 365px;
  position: relative;
}

.i-mq-subhead .wave1,
.i-mq-subhead .wave2 {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  width: 35.06%;
  padding-bottom: 18.9%;
  background: url(../images/i_mq_wave.png) no-repeat 0 0/contain;
}

.i-mq-subhead .wave1 {
  -webkit-transform: translate(-142%, -50%) scaleX(-1);
  -ms-transform: translate(-142%, -50%) scaleX(-1);
  transform: translate(-142%, -50%) scaleX(-1);
}

.i-mq-subhead .wave2 {
  -webkit-transform: translate(42%, -50%);
  -ms-transform: translate(42%, -50%);
  transform: translate(42%, -50%);
}

.i-mq-subhead .mic {
  z-index: 10;
  margin: 0 auto;
  display: block;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: var(--color-bg);
  position: relative;
}

.i-mq-subhead .mic::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url(../images/i_mq_mic.png) no-repeat 0 0/contain;
}

.i-mq-slider {
  margin: 0 auto;
  position: relative;
}

.i-mq-slider .item {
  text-align: center;
}

.i-mq-slider a {
  display: inline-block;
  color: #fff;
}

.pc .i-mq-slider a:hover {
  color: var(--color-yellow);
}

.i-mq-slider .title {
  font-size: 1.25rem;
  line-height: 1.8;
}

.i-mq-slider .store {
  display: block;
  font-style: normal;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.5);
  margin: 1em auto 0;
}

.i-mq-slider .store::before {
  content: "“";
  font-size: 3.5rem;
  line-height: 0;
  color: #fff;
  display: block;
  margin: 0.8em auto 0.1em;
}

/*
 * 新歌快報
 */
.i-song {
  overflow: hidden;
  z-index: 1;
  position: relative;
  background: url(../images/i_song_bg.jpg) no-repeat 0 0/cover;
  background-attachment: fixed;
  padding-top: min(28vh, 300px);
  padding-bottom: min(28vh, 300px);
}

.i-song .row {
  margin-left: -35px;
  margin-right: -35px;
}

.i-song .row > div {
  padding-left: 35px;
  padding-right: 35px;
}

.i-song-subhead-wrap {
  position: relative;
  width: 100%;
  padding-right: 120px;
  margin: 0 auto 30px;
}

.i-song-subhead-wrap .btn-more {
  position: absolute;
  right: 0;
  bottom: 5px;
}

.i-song-subhead-wrap .deco {
  z-index: 0;
}

.i-song-subhead-wrap .note1 {
  top: 0;
  left: 0;
  width: max(3.6%, 28px);
  -webkit-transform: translate(-10%, -120%);
  -ms-transform: translate(-10%, -120%);
  transform: translate(-10%, -120%);
}

.i-song-subhead-wrap .note1 > div {
  background-image: url(../images/deco_dot1.png);
}

.i-song-subhead-wrap .note1 > div::before {
  padding-bottom: 105%;
}

.i-song-subhead-wrap .note2 {
  top: 0;
  left: 0;
  width: max(2.9%, 35px);
  -webkit-transform: translate(-135%, -40%);
  -ms-transform: translate(-135%, -40%);
  transform: translate(-135%, -40%);
}

.i-song-subhead-wrap .note2 > div {
  background-image: url(../images/deco_dot2.png);
}

.i-song-subhead-wrap .note2 > div::before {
  padding-bottom: 207.69%;
}

.i-song-subhead {
  display: block;
}

.i-song-subhead .t1 {
  font-size: 1.875rem;
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
  margin-right: 0.2em;
  position: relative;
}

.i-song-subhead .t2 {
  font-size: 2.5rem;
  color: var(--color-blue);
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
  text-transform: uppercase;
  position: relative;
}

.i-song-subhead.note-after .t1::before {
  content: "";
  width: 2em;
  height: 1px;
  position: absolute;
  bottom: -0.4em;
  left: 0;
  background: var(--color-blue);
}

.i-song-subhead.note-after .t2::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: -35px;
  top: 2px;
  width: 21px;
  height: 44px;
  background: url(../images/deco_dot2.png) no-repeat 0 0/contain;
}

.i-song-slider-wrap {
  position: relative;
  margin: 0 -60px;
  padding-left: 60px;
  padding-right: 60px;
}

.i-song-slider-wrap .swiper-button-prev,
.i-song-slider-wrap .swiper-button-next {
  width: 50px;
  height: 50px;
}

.i-song-slider {
  margin-bottom: max(50px, 10.5vh);
}

.i-song-slider .item {
  line-height: 1.4;
  max-width: 200px;
}

.i-song-slider .item .pic {
  line-height: 0;
  display: block;
  margin-bottom: 18px;
}

.i-song-slider .item .num {
  font-style: normal;
  color: var(--color-blue);
  font-size: 1rem;
  display: block;
}

.i-song-slider .item .title {
  font-size: 1.125rem;
  color: #fff;
  font-weight: 600;
  display: block;
  margin: 5px 0;
}

.i-song-slider .item .singer {
  color: rgba(255, 255, 255, 0.65);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.i-song-slider .item .singer .cate {
  font-style: normal;
  display: inline-block;
  vertical-align: top;
  margin-right: 1.6em;
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.i-song-slider .item .singer .cate::after {
  content: "";
  position: absolute;
  width: 1px;
  top: 2px;
  height: 1em;
  right: -0.8em;
  display: block;
  background: rgba(255, 255, 255, 0.65);
}

.i-song-list {
  counter-reset: song-count;
  list-style: none;
}

.i-song-list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  counter-increment: song-count;
  padding: 25px 0;
  font-size: 1rem;
  line-height: 1.2;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.i-song-list .item::before {
  content: counter(song-count, decimal-leading-zero);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  text-align: center;
  font-weight: 900;
  font-size: 1.875rem;
  line-height: 1;
  color: var(--color-yellow);
  white-space: nowrap;
}

.i-song-list .num {
  font-style: normal;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 calc((100% - 50px) * 0.18);
  flex: 1 0 calc((100% - 50px) * 0.18);
  padding: 0 10px 0 25px;
  font-family: "Poppins", sans-serif;
}

.i-song-list .title {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 calc((100% - 50px) * 0.5);
  flex: 1 0 calc((100% - 50px) * 0.5);
  padding: 0 10px;
  font-size: 1.125rem;
}

.i-song-list .singer {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 calc((100% - 50px) * 0.32);
  flex: 1 0 calc((100% - 50px) * 0.32);
  padding: 0 10px;
  color: rgba(255, 255, 255, 0.65);
}

/*
 * 分店資訊
 */
.i-store {
  overflow: hidden;
  z-index: 3;
  background: url(../images/i_store_bg.jpg) no-repeat center bottom/cover;
  position: relative;
  margin-top: calc(-1 * min(15vh, 150px));
  height: 109vh;
  padding: 7vw 0 5vw;
  -webkit-clip-path: polygon(0 13%, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 13%, 100% 0, 100% 100%, 0 100%);
}

.i-store > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 10;
  height: 100%;
  max-width: calc(1200px + var(--gap) * 2);
}

.i-store .deco {
  z-index: 0;
}

.i-store .peo {
  z-index: 15;
  width: max(255px, 13vw);
  left: 0;
  bottom: 22%;
  -webkit-transform: translate(-95%, 0);
  -ms-transform: translate(-95%, 0);
  transform: translate(-95%, 0);
}

.i-store .peo > div {
  -webkit-animation: ani_bump_loop3 0.75s both linear infinite;
  animation: ani_bump_loop3 0.75s both linear infinite;
  background-image: url(../images/deco_singer.png);
}

.i-store .peo > div::before {
  padding-bottom: 74.11%;
}

.i-store .tri1 {
  width: max(132px, 6vw);
  left: 0;
  bottom: 19%;
  -webkit-transform: translate(-220%, 0);
  -ms-transform: translate(-220%, 0);
  transform: translate(-220%, 0);
}

.i-store .tri1 > div {
  -webkit-animation: ani_bump_loop4 0.75s both linear infinite;
  animation: ani_bump_loop4 0.75s both linear infinite;
  background-image: url(../images/i_store_deco1.png);
}

.i-store .tri1 > div::before {
  padding-bottom: 70.45%;
}

.i-store .tri2 {
  width: max(162px, 8vw);
  right: 0;
  top: 12%;
  -webkit-transform: translate(150%, 0);
  -ms-transform: translate(150%, 0);
  transform: translate(150%, 0);
}

.i-store .tri2 > div {
  -webkit-animation: ani_bump_loop3 0.55s both linear infinite;
  animation: ani_bump_loop3 0.55s both linear infinite;
  background-image: url(../images/i_store_deco2.png);
}

.i-store .tri2 > div::before {
  padding-bottom: 116.66%;
}

.i-store .tri3 {
  width: max(400px, 34vw);
  left: 0;
  top: 52%;
  -webkit-transform: translate(-10%, -50%);
  -ms-transform: translate(-10%, -50%);
  transform: translate(-10%, -50%);
}

.i-store .tri3 > div {
  -webkit-animation: ani_bump_loop4 0.7s both linear infinite;
  animation: ani_bump_loop4 0.7s both linear infinite;
  background-image: url(../images/i_store_deco3.png);
}

.i-store .tri3 > div::before {
  padding-bottom: 94.58%;
}

.i-store .text {
  max-width: 330px;
}

.i-store .title {
  font-size: 2.25rem;
  display: block;
  margin: 0 0 10px 0;
}

.i-store .title::before {
  content: "ROOM";
  font-weight: 700;
  color: var(--color-yellow);
  display: block;
  font-size: 1.25rem;
  margin-left: 2px;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
}

.i-store .desc {
  color: #bbe1ff;
  font-size: 1.0625rem;
  line-height: 1.8;
  display: block;
  margin: 10px 0;
}

.i-store .pic {
  position: relative;
  display: block;
  width: 100%;
  max-width: 720px;
  -webkit-clip-path: polygon(0 20%, 100% 0, 90% 100%, 7% 92%);
  clip-path: polygon(0 20%, 100% 0, 90% 100%, 7% 92%);
}

.i-store .pic::before {
  content: "";
  display: block;
  padding-bottom: 66.66%;
}

.i-store .pic img {
  top: 0;
  left: 0;
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.i-store-right {
  width: 35%;
  z-index: 15;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 35%;
  flex: 1 0 35%;
  padding-left: min(2vw, 50px);
}

.i-store-text {
  max-width: 500px;
}

.i-store-left {
  width: 65%;
  z-index: 14;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 65%;
  flex: 1 0 65%;
}

.i-store-left .swiper-button-prev,
.i-store-left .swiper-button-next {
  display: none;
}

.i-store-slider {
  position: relative;
}

.i-store-slider .text {
  display: none;
}

@media (max-width: 1599px) {
  /*
  * 優惠快訊
  */
  .i-news-text {
    margin-left: 80px;
  }
  .i-news-slider {
    -webkit-transform: translateX(500px);
    -ms-transform: translateX(500px);
    transform: translateX(500px);
  }
  /*
   * 新歌快報
   */
  .i-song-subhead-wrap.first {
    padding-left: 50px;
  }
  .i-song-subhead-wrap .note1 {
    top: 0;
    left: 40px;
    width: max(3%, 40px);
    -webkit-transform: translate(0, -120%);
    -ms-transform: translate(0, -120%);
    transform: translate(0, -120%);
  }
  .i-song-subhead-wrap .note2 {
    top: 0;
    left: 0;
    width: max(2%, 30px);
    -webkit-transform: translate(0, -40%);
    -ms-transform: translate(0, -40%);
    transform: translate(0, -40%);
  }
  .i-song-slider-wrap {
    margin: 0 auto;
  }
  /*
   * 分店資訊
   */
  .i-store .peo {
    left: 2%;
    bottom: 12%;
    -webkit-transform: translate(-45%, 0);
    -ms-transform: translate(-45%, 0);
    transform: translate(-45%, 0);
  }
  .i-store .tri1 {
    left: 0;
    bottom: 5%;
    -webkit-transform: translate(-50%, 30%);
    -ms-transform: translate(-50%, 30%);
    transform: translate(-50%, 30%);
  }
  .i-store .tri2 {
    top: 8%;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
  }
}
@media (min-width: 1400px) {
  .i-service .swiper-pagination {
    display: none !important;
  }
}
@media (max-width: 1399px) {
  .i-service-thumbnail {
    display: none;
  }
}
@media (max-width: 1199px) {
  /*
  * 廣告輪播
  */
  .i-service {
    height: auto;
    min-height: calc(60vh - 80px + 13vw);
  }
  .i-service .hand {
    left: 2%;
    bottom: -12%;
    width: max(8vw, 180px);
  }
  .i-service .music {
    top: 6%;
    right: 2%;
    width: max(4vw, 140px);
  }
  .i-service-slider-deco {
    left: 55%;
    top: 60%;
  }
  .i-service-slider-wrap .swiper-button-next {
    right: -80px;
  }
  .i-service-slider-wrap .swiper-button-prev {
    left: -80px;
  }
  /*
  * 優惠快訊
  */
  .i-news-subhead .t1 {
    font-size: var(--fz-xl);
  }
  .i-news-subhead .t2 {
    font-size: var(--fz-lg);
  }
  .i-news-text {
    margin-left: 30px;
  }
  .i-news-text .speaker {
    width: 45%;
  }
  .i-news-text .note1 {
    width: 15%;
    -webkit-transform: translate(100%, -110%);
    -ms-transform: translate(100%, -110%);
    transform: translate(100%, -110%);
  }
  .i-news-text .note2 {
    width: 10%;
    -webkit-transform: translate(40%, -120%);
    -ms-transform: translate(40%, -120%);
    transform: translate(40%, -120%);
  }
  .i-news-slider {
    -webkit-transform: translateX(450px);
    -ms-transform: translateX(450px);
    transform: translateX(450px);
  }
}
@media (min-width: 992px) {
  .i-news-slider .item {
    -webkit-transition: opacity 0.25s, -webkit-transform 0.35s ease;
    transition: opacity 0.25s, -webkit-transform 0.35s ease;
    transition: transform 0.35s ease, opacity 0.25s;
    transition: transform 0.35s ease, opacity 0.25s, -webkit-transform 0.35s ease;
    opacity: 0;
  }
  .i-news-slider .item .text {
    opacity: 0;
  }
  .i-news-slider .item.swiper-slide-active {
    opacity: 1;
  }
  .i-news-slider .item.swiper-slide-active .text {
    opacity: 1;
  }
  .i-news-slider .item.swiper-slide-active + .item {
    opacity: 0.7;
    -webkit-transform: scale(0.8) translateX(-10%);
    -ms-transform: scale(0.8) translateX(-10%);
    transform: scale(0.8) translateX(-10%);
  }
}
@media (max-width: 991px) {
  /*
   * 廣告輪播
   */
  .i-service {
    padding-bottom: 0;
    padding-top: var(--h-header);
    min-height: auto;
  }
  .i-service > .container {
    padding-left: 0;
    padding-right: 0;
    z-index: 10;
  }
  .i-service .slider-crontroller {
    display: none;
  }
  .i-service .hand {
    bottom: -10%;
    width: 100px;
    z-index: 20;
    display: none;
  }
  .i-service .music {
    top: 13%;
    z-index: 20;
    display: none;
  }
  .i-service .swiper-pagination {
    bottom: 25px;
  }
  .i-service-slider {
    margin-bottom: 0;
  }
  .i-service-slider-wrap,
  .i-service-slider {
    width: 100%;
  }
  .i-service-slider-wrap .swiper-button-next {
    right: 10px;
  }
  .i-service-slider-wrap .swiper-button-prev {
    left: 10px;
  }
  .i-service-slider-deco,
  .i-service-bg-deco {
    display: none;
  }
  /*
   * 優惠快訊
   */
  .i-news {
    height: auto;
    min-height: calc(60vh - 80px + 150px);
    padding: max(60px, 10vh) 0 50px 0;
  }
  .i-news::before {
    display: none;
  }
  .i-news > .container {
    display: block;
  }
  .i-news .slider-crontroller {
    display: none;
  }
  .i-news-text {
    max-width: 365px;
    text-align: center;
    position: relative;
    top: auto;
    left: auto;
    display: block;
    margin: 20px auto;
  }
  .i-news-text .inner {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .i-news-text .speaker {
    width: min(110px, 28%);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(80%, -60%);
    -ms-transform: translate(80%, -60%);
    transform: translate(80%, -60%);
  }
  .i-news-text .note1 {
    width: 10%;
    left: 15%;
    -webkit-transform: translate(120%, -120%);
    -ms-transform: translate(120%, -120%);
    transform: translate(120%, -120%);
  }
  .i-news-text .note2 {
    width: 6.5%;
    left: 16%;
    -webkit-transform: translate(0, -40%);
    -ms-transform: translate(0, -40%);
    transform: translate(0, -40%);
  }
  .i-news-slider {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    margin: 0 auto;
  }
  .i-news-slider .swiper-button-prev,
  .i-news-slider .swiper-button-next {
    display: block;
  }
  .i-news-slider .title {
    font-size: 1.125rem;
  }
  .i-news-slider .desc {
    font-size: 0.9375rem;
  }
  .i-news-deco {
    bottom: auto;
    top: 22%;
    right: -12%;
  }
  /*
   * 新歌快報
   */
  .i-song {
    padding-top: min(25vh, 250px);
    padding-bottom: min(20vh, 200px);
  }
  .i-song .row {
    margin-left: auto;
    margin-right: auto;
  }
  .i-song .row > div {
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: 50px;
  }
  .i-song-slider-wrap {
    padding-left: 50px;
    padding-right: 50px;
  }
  .i-song-slider {
    margin-bottom: 50px;
  }
  .i-song-list .item {
    padding: 18px 0;
  }
  /*
   * 分店資訊
   */
  .i-store {
    height: auto;
    min-height: calc(70vh - 80px + 150px);
    padding-top: 150px;
    padding-bottom: 80px;
  }
  .i-store > .container {
    display: block;
  }
  .i-store .peo {
    left: 1%;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .i-store-right {
    max-width: none;
    width: 90%;
    text-align: right;
    -webkit-transform: translateY(-35%);
    -ms-transform: translateY(-35%);
    transform: translateY(-35%);
    padding-right: 5%;
  }
  .i-store-right .slider-crontroller {
    display: none;
  }
  .i-store-text {
    max-width: 400px;
    display: inline-block;
    text-align: left;
  }
  .i-store-left {
    width: 100%;
  }
  .i-store-left .swiper-button-prev,
  .i-store-left .swiper-button-next {
    display: block;
  }
  .i-store-slider {
    margin: 0 auto;
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  /*
   * 分店快訊
   */
  .i-marquee {
    margin-bottom: -50px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), 0 100%);
  }
  .i-marquee::before {
    border-width: 40px 0 0 100vw;
  }
  .i-marquee > .container {
    padding: 100px 40px 80px 40px;
  }
  .i-marquee .slider-prev,
  .i-marquee .slider-next {
    width: 40px;
  }
  .i-marquee .slider-prev::after,
  .i-marquee .slider-next::after {
    width: 25px;
    height: 25px;
    margin-top: -12px;
  }
  .i-marquee .slider-prev {
    left: 0;
  }
  .i-marquee .slider-prev::after {
    margin-left: -7px;
  }
  .i-marquee .slider-next {
    right: 0;
  }
  .i-marquee .slider-next::after {
    margin-right: -7px;
  }
  /*
   * 新歌快報
   */
  .i-song {
    padding-top: 150px;
    padding-bottom: 80px;
  }
  .i-song .row > div {
    padding-left: 0;
    padding-right: 0;
  }
  .i-song-subhead .t1 {
    font-size: 1.625rem;
  }
  .i-song-subhead .t2 {
    font-size: 1.875rem;
  }
  .i-song-subhead.note-after .t2::after {
    right: -28px;
    top: 0;
    width: 18px;
    height: 37px;
  }
  .i-song-slider-wrap {
    padding-left: 0;
    padding-right: 0;
  }
  .i-song-slider-wrap .swiper-button-prev {
    left: calc(var(--gap) / 2 * -1);
  }
  .i-song-slider-wrap .swiper-button-next {
    right: calc(var(--gap) / 2 * -1);
  }
  .i-song-list .item::before {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    font-size: 1.5rem;
  }
  .i-song-list .num {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc((100% - 140px) * 0.18);
    flex: 1 0 calc((100% - 140px) * 0.18);
    padding: 0 5px 0 15px;
  }
  .i-song-list .title {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc((100% - 140px) * 0.5);
    flex: 1 0 calc((100% - 140px) * 0.5);
    padding: 0 5px;
    font-size: 1.0625rem;
  }
  .i-song-list .singer {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100px;
    flex: 1 0 100px;
    padding: 0 0 0 5px;
  }
  .i-mq-slider .title {
    font-size: 1.125rem;
  }
  /*
   * 分店資訊
   */
  .i-store {
    margin-top: -50px;
    min-height: calc(70vh - 80px + 120px);
    padding: 80px 0 80px;
    -webkit-clip-path: polygon(0 40px, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 40px, 100% 0, 100% 100%, 0 100%);
  }
  .i-store .peo {
    display: none;
  }
  .i-store .tri3 {
    width: max(360px, 34vw);
    top: 35%;
    left: -18%;
    opacity: 0.5;
  }
  .i-store .title {
    font-size: var(--fz-h2);
  }
  .i-store .desc {
    font-size: 1rem;
  }
  .i-store-right {
    text-align: center;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    padding-right: 0;
    padding-left: 0;
    width: 100%;
  }
  .i-store-text {
    text-align: center;
  }
}
@media (max-width: 499px) {
  /*
   * 廣告輪播
   */
  .i-service .hand {
    width: 80px;
    z-index: 15;
    bottom: 0;
  }
  /*
   * 優惠快訊
   */
  .i-news {
    min-height: calc(60vh - 80px + 100px);
  }
  .i-news-slider {
    width: auto;
    margin-left: calc(var(--gap) * -1);
    margin-right: calc(var(--gap) * -1);
  }
  .i-news-slider .swiper-slide {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .i-news-slider .swiper-button-prev {
    margin-left: 10px;
  }
  .i-news-slider .swiper-button-next {
    margin-right: 10px;
  }
  .i-news-slider .text {
    padding-left: var(--gap);
    padding-right: var(--gap);
  }
  /*
   * 新歌快報
   */
  .i-song-subhead-wrap {
    padding-right: 90px;
  }
  .i-song-subhead-wrap .btn-more {
    bottom: -2px;
    width: 70px;
    height: 40px;
    line-height: 38px;
  }
  .i-song-subhead-wrap.first {
    padding-left: 0;
  }
  .i-song-subhead-wrap .note1 {
    left: 30px;
    width: 30px;
    -webkit-transform: translate(0, -160%);
    -ms-transform: translate(0, -160%);
    transform: translate(0, -160%);
  }
  .i-song-subhead-wrap .note2 {
    width: 19px;
    -webkit-transform: translate(-15%, -90%);
    -ms-transform: translate(-15%, -90%);
    transform: translate(-15%, -90%);
  }
  .i-song-subhead .t1 {
    list-style: 1.2;
    margin-right: 3px;
  }
  .i-song-subhead .t2 {
    font-size: 1.25rem;
    line-height: 1;
  }
  .i-song-subhead.note-after .t2::after {
    right: -22px;
    top: -1px;
    width: 13px;
    height: 27px;
  }
  .i-song-list .item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-left: 40px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .i-song-list .item::before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 0;
  }
  .i-song-list .num {
    font-size: 1rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    padding: 0 5px 0 15px;
  }
  .i-song-list .title {
    font-size: 1rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 100px);
    flex: 0 0 calc(100% - 100px);
  }
  .i-song-list .singer {
    font-size: 1rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 100px);
    flex: 0 0 calc(100% - 100px);
    padding: 0 5px;
    margin-top: 5px;
    margin-left: 100px;
  }
  /*
  * 分店資訊
  */
  .i-store {
    padding-bottom: 50px;
    min-height: 70vh;
  }
}
/*
 * 新歌快報
 */
.song-filter-head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto 25px;
  color: #222;
}

.song-filter-head .update-time {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc(100% - 380px);
  flex: 1 1 calc(100% - 380px);
}

.song-filter-head .filter-time {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 350px;
  flex: 0 1 350px;
  position: relative;
  white-space: nowrap;
  font-size: var(--fz-h6);
}

.song-filter-head .filter-time::before {
  content: "";
  width: 34px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/icon_filter.png) no-repeat 0 0/contain;
}

.song-filter-head .filter-time .select-style {
  margin: 0 0 0 10px;
}

@media (max-width: 991px) {
  .song-filter-head .filter-time {
    margin: 15px auto;
  }
}
@media (max-width: 767px) {
  .song-filter-head {
    text-align: center;
    display: block;
  }
}
@media (max-width: 339px) {
  .song-filter-head .filter-time .select-style {
    display: block;
    width: 100%;
    margin: 5px auto 0;
  }
}
.song-search-wrap {
  background: #e0e8f8;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto 50px;
  border-radius: 15px;
}

.song-search-wrap > * {
  margin-left: 10px;
}

.song-search-wrap .select-style {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 180px;
  flex: 0 0 180px;
}

.song-search-wrap .input-style:focus,
.song-search-wrap .select-style:focus {
  border-color: #333;
}

.song-search-subhead {
  width: 280px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 280px;
  flex: 0 0 280px;
  margin-left: 0;
  font-size: 1.5rem;
  font-weight: 700;
  color: #1246a3;
  padding-left: 45px;
}

.song-search-subhead .t1 {
  font-size: 1.16em;
  margin-right: 10px;
}

.song-search-subhead::before {
  content: "";
  width: 30px;
  height: 30px;
  background: url(../images/icon_dot.png) no-repeat 0 0/contain;
  position: absolute;
  top: 12px;
  left: 10px;
}

.song-search-btn {
  height: 50px;
  line-height: 50px;
  width: 160px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 160px;
  flex: 0 0 160px;
  background: #0644b2;
  border: none;
  color: #fff;
  font-size: var(--fz-context);
  padding-right: 10px;
}

.song-search-btn::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  width: 24px;
  height: 24px;
  background: url(../images/icon_search.png) no-repeat 0 0/contain;
}

.pc .song-search-btn:hover {
  background: #0a54d4;
}

.pc .song-search-btn:hover::before {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

@media (max-width: 991px) {
  .song-search-wrap {
    padding: 20px;
    margin: 0 auto 30px;
    border-radius: 10px;
  }
  .song-search-subhead {
    width: 200px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    font-size: 1.125rem;
    padding-left: 30px;
  }
  .song-search-subhead .t1 {
    margin-right: 2px;
  }
  .song-search-subhead::before {
    width: 22px;
    height: 22px;
    top: 8px;
    left: 5px;
  }
  .song-search-btn {
    height: 40px;
    line-height: 40px;
    width: 120px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .song-search-wrap {
    padding-top: 60px;
  }
  .song-search-wrap .select-style {
    margin-left: 0;
  }
  .song-search-subhead {
    position: absolute;
    top: 20px;
    left: 40px;
    width: auto;
  }
}
@media (max-width: 539px) {
  .song-search-wrap {
    padding: 60px 10px 10px 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .song-search-wrap .select-style {
    width: calc(50% - 5px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 5px);
    flex: 0 0 calc(50% - 5px);
  }
  .song-search-wrap .input-style {
    width: calc(50% - 5px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 5px);
    flex: 0 0 calc(50% - 5px);
  }
  .song-search-subhead {
    left: 20px;
    top: 10px;
  }
  .song-search-btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 10px 0 0;
  }
}
@media (max-width: 399px) {
  .song-search-wrap .select-style {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .song-search-wrap .input-style {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 10px 0 0;
  }
}
.rank-cate {
  margin: 0 auto 50px;
}

.rank-cate ul {
  text-align: center;
}

.rank-cate ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 30px;
  position: relative;
}

.rank-cate ul li::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50px;
  background: #ccc;
  position: absolute;
  left: -4px;
  top: 50%;
  margin-top: -4px;
}

.rank-cate ul li:first-child::before {
  display: none;
}

.rank-cate ul li a {
  font-size: 1.875rem;
  color: #bbb;
  display: block;
  position: relative;
}

.rank-cate ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: var(--color-blue);
  -webkit-transition: width 0.25s;
  transition: width 0.25s;
}

.rank-cate ul li.current a {
  color: #000;
}

.rank-cate ul li.current a::after {
  width: 100%;
}

.pc .rank-cate ul li a:hover {
  color: #555;
}

@media (max-width: 991px) {
  .rank-cate {
    margin: 0 auto 30px;
  }
  .rank-cate ul li {
    padding: 0 15px;
  }
  .rank-cate ul li a {
    font-size: 1.5rem;
  }
}
@media (max-width: 639px) {
  .rank-cate ul li a {
    font-size: 1.125rem;
  }
}
.loader-eff {
  width: 82px;
  height: 82px;
  display: block;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat 0 0/contain;
}

.table-wrap {
  position: relative;
  overflow-y: hidden;
  overflow-x: auto;
  margin: 0 auto var(--gap-sec);
  border: none;
  color: #333;
  font-size: var(--fz-context);
}

.table-wrap a {
  color: #0644b2;
}

.table-wrap a:hover {
  color: #1c60d6;
}

.table-wrap::after {
  content: "";
  width: 50px;
  height: 45px;
  background-position: 0 0;
  background-image: url(../images/touch_icon_mb.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  pointer-events: none;
  line-height: 1;
  z-index: 20;
  display: block;
  opacity: 0;
  top: 10px;
  right: 35px;
  -webkit-animation: ani_LR 0.8s both linear infinite;
  animation: ani_LR 0.8s both linear infinite;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

.table-wrap.need-scroll::after {
  opacity: 0.9;
}

.table-wrap::-webkit-scrollbar {
  height: 8px;
}

.table-wrap::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  margin: 0;
  background: #ddd;
}

.table-wrap::-webkit-scrollbar-thumb {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  background: #999;
}

.table-wrap:hover::-webkit-scrollbar-thumb {
  background: #666;
}

.table-wrap table {
  position: relative;
  z-index: 1;
  width: 100%;
  min-width: 320px;
  background: #fff;
  border-collapse: collapse;
}

.table-wrap table thead {
  background: #1246a3, #6936a8;
  /* Horizontal gradient */
  background: -webkit-gradient(linear, left top, right top, from(#1246a3), to(#6936a8));
  background: linear-gradient(to right, #1246a3, #6936a8);
}

.table-wrap table thead th,
.table-wrap table thead td {
  font-size: var(--fz-context);
  white-space: nowrap;
  color: #fff;
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
}

.table-wrap table thead th:first-child::before,
.table-wrap table thead td:first-child::before {
  display: none;
}

.table-wrap table thead th::before,
.table-wrap table thead td::before {
  content: "";
  position: absolute;
  z-index: 10;
  pointer-events: none;
  top: 50%;
  left: 0;
  height: 18px;
  width: 1px;
  margin-top: -9px;
  background: rgba(255, 255, 255, 0.2);
}

.table-wrap table tbody tr:nth-child(even) th,
.table-wrap table tbody tr:nth-child(even) td {
  background-color: #eee;
}

.table-wrap table tbody th,
.table-wrap table tbody td {
  border-bottom: 1px solid #eee;
}

.table-wrap table tbody th.col-rank,
.table-wrap table tbody td.col-rank {
  font-size: var(--fz-h6);
  font-weight: 700;
  color: #f08200;
}

.table-wrap table th,
.table-wrap table td {
  min-width: max(100px, 4vw);
  font-size: var(--fz-context);
  padding: 13px max(2vw, 20px);
  vertical-align: top;
}

.pc .table-wrap table tbody tr:hover {
  background: #fdebc3;
}

.pc .table-wrap table tbody tr:hover th,
.pc .table-wrap table tbody tr:hover td {
  background: #fdebc3;
}

.pc .table-wrap table tbody tr:hover:nth-child(even) {
  background-color: #fdebc3;
}

.pc .table-wrap table tbody tr:hover:nth-child(even) th,
.pc .table-wrap table tbody tr:hover:nth-child(even) td {
  background-color: #fdebc3;
}

body[data-name=songbook] table .col-number {
  display: none !important;
}

@media (max-width: 839px) {
  /* 不用卷軸 */
  .table-wrap.table-rwd {
    white-space: normal;
    border-top: 2px solid #0644b2;
  }
  .table-wrap.table-rwd table {
    min-width: auto;
  }
  .table-wrap.table-rwd thead {
    display: none;
  }
  .table-wrap.table-rwd table,
  .table-wrap.table-rwd tbody {
    display: block;
  }
  .table-wrap.table-rwd table tr,
  .table-wrap.table-rwd tbody tr {
    display: block;
    padding: 8px 0;
  }
  .table-wrap.table-rwd table tr:nth-child(even),
  .table-wrap.table-rwd tbody tr:nth-child(even) {
    background: #e5eefb;
  }
  .table-wrap.table-rwd table th,
  .table-wrap.table-rwd table td,
  .table-wrap.table-rwd tbody th,
  .table-wrap.table-rwd tbody td {
    background: none !important;
    display: block;
    width: 100%;
    min-width: auto;
    padding: 5px 15px;
    min-height: calc(1.4rem + 10px);
    line-height: 1.4;
    font-size: 1rem;
    border-bottom: none;
  }
  .table-wrap.table-rwd table th.text-center,
  .table-wrap.table-rwd table td.text-center,
  .table-wrap.table-rwd tbody th.text-center,
  .table-wrap.table-rwd tbody td.text-center {
    text-align: left !important;
  }
  .table-wrap.table-rwd table th::before,
  .table-wrap.table-rwd table td::before,
  .table-wrap.table-rwd tbody th::before,
  .table-wrap.table-rwd tbody td::before {
    content: attr(data-tit) "：";
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
  }
  .table-wrap.table-rwd table th.col-number,
  .table-wrap.table-rwd table td.col-number,
  .table-wrap.table-rwd tbody th.col-number,
  .table-wrap.table-rwd tbody td.col-number {
    font-size: var(--fz-context);
    font-weight: 700;
    line-height: 1.2;
    color: #0644b2;
  }
  .table-wrap.table-rwd table th.col-rank,
  .table-wrap.table-rwd table td.col-rank,
  .table-wrap.table-rwd tbody th.col-rank,
  .table-wrap.table-rwd tbody td.col-rank {
    font-size: 1.125rem;
    line-height: 1.2;
  }
  .table-wrap.table-rwd table th.col-rank::before,
  .table-wrap.table-rwd table td.col-rank::before,
  .table-wrap.table-rwd tbody th.col-rank::before,
  .table-wrap.table-rwd tbody td.col-rank::before {
    content: "#";
  }
  .table-wrap.table-rwd.table-order-list th,
  .table-wrap.table-rwd.table-order-list td {
    padding: 6px 15px;
    min-height: calc(1.4rem + 16px);
  }
  .table-wrap.table-rwd.table-order-list th .btn-more,
  .table-wrap.table-rwd.table-order-list td .btn-more {
    margin-top: -8px;
    margin-bottom: -8px;
  }
}
/*
 * Room
 */
.p-room-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 130px;
}

.p-room-wrap.prevent-btn .slider-crontroller {
  display: none;
}

.p-room-wrap .swiper-button-prev,
.p-room-wrap .swiper-button-next {
  background: none;
}

.p-room-wrap .swiper-button-prev::after,
.p-room-wrap .swiper-button-next::after {
  background-image: url(../images/swiper_arrow_blue.svg);
}

.p-room-wrap .swiper-button-prev:active::after,
.p-room-wrap .swiper-button-next:active::after {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.pc .p-room-wrap .swiper-button-prev:hover::after,
.pc .p-room-wrap .swiper-button-next:hover::after {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.p-room-wrap:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.p-room-wrap:nth-of-type(odd) .room-album-slider {
  right: 30%;
}

.room-album {
  width: 62%;
  display: inline-block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 62%;
  flex: 0 0 62%;
  line-height: 0;
}

.room-info {
  width: 38%;
  padding: max(5vw, 30px);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 38%;
  flex: 0 0 38%;
}

.room-info .name {
  font-size: 2.25rem;
  line-height: 1.5;
  font-weight: 700;
  color: #000;
}

.room-info .name::before {
  content: "ROOM";
  font-size: var(--fz-h5);
  line-height: 1.1;
  color: #f08200;
  display: block;
}

.room-info .desc {
  font-size: var(--fz-context);
  color: #666;
  line-height: 1.76;
  display: block;
  margin: 15px 0;
}

.room-info .slider-crontroller {
  margin-top: 30px;
}

.room-album-slider {
  width: 130%;
}

.room-album-slider .swiper-slide {
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  overflow: hidden;
  position: relative;
  padding-bottom: 58.55%;
}

.room-album-slider .swiper-slide img {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: none;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

#room {
  overflow-x: hidden;
  min-height: auto;
}

@media (min-width: 1200px) {
  .p-kanban-room {
    padding-bottom: 80px;
  }
  #room {
    padding-top: 0;
    z-index: 50;
    padding-bottom: 1px;
  }
  #room > .container {
    -webkit-transform: translateY(-80px);
    -ms-transform: translateY(-80px);
    transform: translateY(-80px);
  }
}
@media (max-width: 1199px) {
  .room-info {
    padding: max(2vw, 30px);
  }
}
@media (max-width: 991px) {
  .p-room-wrap {
    margin-bottom: 80px;
  }
  .room-info .name {
    font-size: var(--fz-h2);
  }
}
@media (max-width: 767px) {
  .p-room-wrap {
    margin-bottom: 80px;
  }
  .p-room-wrap:nth-of-type(odd) .room-info {
    padding-left: var(--gap);
  }
  .p-room-wrap:nth-of-type(even) .room-info {
    padding-right: var(--gap);
  }
  .room-album {
    width: 55%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
  }
  .room-info {
    width: 45%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    padding: 0;
  }
  .room-info .slider-crontroller {
    margin-top: 20px;
  }
}
@media (max-width: 639px) {
  .p-room-wrap {
    display: block;
    margin-bottom: 60px;
  }
  .p-room-wrap:nth-of-type(odd) .room-info {
    padding-left: 0;
  }
  .p-room-wrap:nth-of-type(odd) .room-album-slider {
    right: auto;
  }
  .p-room-wrap:nth-of-type(even) .room-info {
    padding-right: 0;
  }
  .room-album {
    width: 100%;
    z-index: 2;
    position: relative;
    margin: 0 auto;
  }
  .room-info {
    z-index: 5;
    position: relative;
    width: 100%;
    padding-top: 15px;
  }
  .room-info .slider-crontroller {
    width: 105px;
    margin-top: 0;
    position: absolute;
    top: -10px;
    right: 10px;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  .room-info .swiper-button-next,
  .room-info .swiper-button-prev {
    background: rgba(255, 255, 255, 0.9);
  }
  .room-album-slider {
    width: 100%;
  }
}
@media (max-width: 499px) {
  .room-info .slider-crontroller {
    width: 85px;
  }
}
/*
 * Store View
 */
.store-sec {
  padding-top: 20px;
  padding-bottom: 30px;
}

.store-sec-subhead {
  text-align: center;
  margin: 0 auto 2px !important;
  padding: 0 !important;
  line-height: 1.2;
  font-weight: 700;
  font-size: 1.875rem;
  color: #000;
}

.strore-sec-desc {
  display: block;
  line-height: 1.6;
  color: #008cd6;
  font-size: var(--fz-context);
  display: block;
  text-align: center;
}

.table-price {
  position: relative;
  z-index: 1;
  width: 100%;
  background: #fff;
  border-collapse: collapse;
}

.table-price thead {
  background: #1246a3, #6936a8;
  /* Horizontal gradient */
  background: -webkit-gradient(linear, left top, right top, from(#1246a3), to(#6936a8));
  background: linear-gradient(to right, #1246a3, #6936a8);
}

.table-price thead th,
.table-price thead td {
  font-size: var(--fz-h5);
  white-space: nowrap;
  color: #fff;
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
}

.table-price tbody tr:nth-child(odd) th,
.table-price tbody tr:nth-child(odd) td {
  background-color: #eee;
}

.table-price tbody th,
.table-price tbody td {
  border-bottom: 1px solid #eee;
}

.table-price tbody th.col-rank,
.table-price tbody td.col-rank {
  font-size: var(--fz-h6);
  font-weight: 700;
  color: #f08200;
}

.table-price th,
.table-price td {
  min-width: max(100px, 4vw);
  font-size: var(--fz-context);
  padding: 13px max(2vw, 20px);
  vertical-align: top;
  white-space: nowrap;
  text-align: center;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}

.table-price th.first,
.table-price td.first {
  width: 210px;
  border-left: none;
}

.table-price th a,
.table-price td a {
  color: inherit;
}

.table-price-wrap {
  position: relative;
  padding-left: 210px;
  margin: 20px auto;
}

.table-price-wrap.need-scroll::after {
  content: "";
  width: 50px;
  height: 45px;
  background-position: 0 0;
  background-image: url(../images/touch_icon_mb.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  pointer-events: none;
  line-height: 1;
  z-index: 20;
  display: block;
  opacity: 0.5;
  left: 200px;
  top: -15px;
  -webkit-animation: ani_LR 0.8s both linear infinite;
  animation: ani_LR 0.8s both linear infinite;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

.table-price-wrap .table-price .first {
  display: none;
}

.table-price-wrap .col-fixed {
  position: absolute;
  z-index: 2;
  width: 211px;
  top: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
}

.table-price-wrap .col-fixed::before {
  content: "";
  z-index: 10;
  display: block;
  position: absolute;
  top: 0;
  right: 1px;
  bottom: 5px;
  width: 1px;
  background: #ddd;
}

.table-price-wrap .col-fixed .table-price th,
.table-price-wrap .col-fixed .table-price td {
  border-left: none;
}

.table-price-wrap .col-fixed .table-price tr:nth-of-type(even) th,
.table-price-wrap .col-fixed .table-price tr:nth-of-type(even) td {
  background-color: #eee;
}

.table-price-wrap .col-fixed .table-price tr:nth-of-type(odd) th,
.table-price-wrap .col-fixed .table-price tr:nth-of-type(odd) td {
  background-color: #fff;
}

.table-price-wrap .col-fixed .table-price tr:first-of-type th,
.table-price-wrap .col-fixed .table-price tr:first-of-type td {
  background: #1246a3;
  font-size: var(--fz-h5);
  white-space: nowrap;
  color: #fff;
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
}

.table-price-wrap .col-body {
  position: relative;
  z-index: 1;
  overflow-x: scroll;
}

.table-price-wrap .col-body::-webkit-scrollbar {
  height: 5px;
}

.table-price-wrap .col-body::-webkit-scrollbar-track {
  border-radius: 20px;
  margin: 0;
  background: rgba(2, 54, 146, 0);
}

.table-price-wrap .col-body::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background: rgba(2, 54, 146, 0);
}

.table-price-wrap .col-body:hover::-webkit-scrollbar-thumb {
  background: rgba(2, 54, 146, 0.5);
}

.table-price-warning {
  background: #cf0111;
  display: block;
  color: #fff;
  padding: 15px 20px !important;
  text-align: center;
  margin: 20px auto !important;
  font-size: var(--fz-context);
}

.table-price-note {
  color: #666;
  padding: 10px 20px 20px 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
  margin-top: -1px;
}

.table-price-note .title {
  display: block;
  font-weight: 700;
  font-size: var(--fz-h6);
  color: #f08200;
}

.table-price-note ol {
  font-weight: 400;
  list-style-image: url(data:0);
  list-style: decimal;
  margin: 0 0 0 1.4rem;
  padding: 0 0 0 1.2rem;
}

.table-price-note ol li {
  position: relative;
  padding: 0;
  font-size: 1rem;
  margin: 2px 0 2px -1.2rem;
  display: list-item;
  list-style-position: outside;
}

.table-price-scroll-notice {
  display: none;
}

@media (max-width: 1199px) {
  .table-price th,
  .table-price td {
    padding: 13px 5px;
  }
  .table-price th.first,
  .table-price td.first {
    width: 130px;
  }
  .table-price-wrap {
    padding-left: 130px;
  }
  .table-price-wrap.need-scroll::after {
    left: 125px;
  }
  .table-price-wrap .col-fixed {
    width: 131px;
  }
  .store-sec-subhead {
    font-size: var(--fz-h2);
  }
}
@media (max-width: 639px) {
  .table-price-note {
    padding: 10px 0;
  }
}
/*!
 * * News List
 */
.p-news-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: calc(var(--gap-item) * 4) calc(-1 * var(--gap-item));
}

.p-news-list.align-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-news-list a {
  display: block;
  background: #fff;
  color: inherit;
}

.p-news-list .item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 33.3333333333%;
  margin: 0 0 calc(var(--gap-item) * 2.2);
  padding: 0 var(--gap-item);
}

.p-news-list .img {
  z-index: 1;
  overflow: hidden;
  line-height: 0;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.p-news-list .img::before {
  content: "";
  display: block;
  padding-bottom: 66.66%;
}

.p-news-list .img img {
  position: absolute;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  height: 100%;
  max-width: none !important;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.p-news-list .text {
  z-index: 4;
  padding: var(--gap);
  position: relative;
}

.p-news-list .text .date {
  display: inline-block;
  font-style: normal;
  line-height: 1;
  white-space: nowrap;
  font-size: var(--fz-context);
  color: var(--color-blue);
}

.p-news-list .text .name {
  font-size: var(--fz-kanban-sm);
  line-height: 1.4;
  color: #333;
  margin: 5px 0 0 0;
  padding: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.p-news-list .text .summary {
  font-size: var(--fz-context);
  line-height: 1.6;
  color: #666;
  margin: 5px auto;
  padding: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

@media (max-width: 991px) {
  .p-news-list .item {
    width: 50%;
  }
}
@media (max-width: 499px) {
  .p-news-list {
    margin-left: auto;
    margin-right: auto;
  }
  .p-news-list .item {
    width: 100%;
    padding: 0;
  }
  .p-news-list .item a {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  }
  .p-news-list .item .text {
    padding: 15px;
  }
}
/*!
 * * News View
 */
/*
 * Link
 */
.links-list {
  font-size: 0;
  list-style: none;
  padding: 0;
  margin: 0 calc(var(--gap-item) * -1);
}

.links-list .item {
  display: inline-block;
  vertical-align: top;
  width: calc(33.3333333333% - var(--gap-item) * 2);
  margin: 0 var(--gap-item) calc(var(--gap-item) * 2);
  padding: 15px;
  text-transform: uppercase;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.links-list .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.links-list .item a img {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.links-list .item a .eff {
  display: none;
}

@media (max-width: 639px) {
  .links-list .item {
    width: calc(50% - var(--gap-item) * 2);
    padding: 5px;
  }
}
@media (max-width: 449px) {
  .links-list {
    margin: 0 auto;
  }
  .links-list .item {
    width: 100%;
    margin: 0 auto calc(var(--gap-item) * 2);
  }
}
/*
 * About
 */
#about {
  padding-top: calc(var(--h-header) + var(--gap) * 4);
}

#about::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/about_bg.jpg) no-repeat 62% center;
  z-index: 0;
}

#about > * {
  z-index: 5;
}

#about::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  right: 0;
  background: url(../images/pban_mask.png) center 0 no-repeat/100% auto;
  pointer-events: none;
  padding-top: max(23.43%, var(--h-header) * 1.5);
}

#about .container {
  max-width: calc(1280px + var(--gap) * 2);
  padding-right: 35%;
  padding-left: 8%;
}

#about .i-song-subhead-wrap {
  padding: 0 0 0 8%;
  left: -8%;
  white-space: nowrap;
}

#about .i-song-subhead-wrap .t1 {
  color: var(--color-blue);
  font-size: var(--fz-kanban-lg);
}

#about .i-song-subhead-wrap .t2 {
  margin-bottom: -0.5em;
  color: #fff;
  font-size: calc(var(--fz-kanban-lg) * 0.45);
}

@media (max-width: 767px) {
  #about .container {
    padding-right: 30%;
  }
}
@media (max-width: 499px) {
  #about::after {
    background-position: 45% center;
  }
  #about .container {
    padding-left: var(--gap);
    padding-right: var(--gap);
  }
  #about .i-song-subhead-wrap {
    left: auto;
    max-width: 160px;
    margin: 5px auto 40px;
    padding-left: 0;
    display: block;
    text-align: center;
  }
  #about .i-song-subhead-wrap .t2 {
    display: block;
  }
}
/*
 * 美食
 */
#gourmet {
  overflow: hidden;
  max-width: 100vw;
}

.gourmet-cursor {
  will-change: transform;
  position: fixed;
  z-index: 10;
  pointer-events: none;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  left: 0;
  top: 0;
  width: 73px;
  margin: -36px 0 0 -36px !important;
  -webkit-transition: width 0.15s, margin 0.15s, opacity 0.2s;
  transition: width 0.15s, margin 0.15s, opacity 0.2s;
}

.gourmet-cursor::before {
  content: "";
  display: block;
  padding-bottom: 100%;
  background: url(../images/gourmet_wheel.png) no-repeat 0 0/contain;
  -webkit-animation: ani_bump_loop2 0.5s both infinite linear;
  animation: ani_bump_loop2 0.5s both infinite linear;
}

.gourmet-slider:active .gourmet-cursor {
  width: 68px;
  opacity: 0.8;
}

.gourmet-slider {
  position: relative;
  z-index: 8;
  overflow: visible !important;
  padding: var(--gap) 0 var(--gap-sec) 0;
  margin: 0 auto;
}

.gourmet-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.gourmet-item {
  -webkit-transition: all 0.5s cubic-bezier(0.5, 1, 0.89, 1);
  transition: all 0.5s cubic-bezier(0.5, 1, 0.89, 1);
  width: 25%;
  max-width: 1000px;
  padding: 0 var(--gap);
  -ms-flex-preferred-size: 1;
  flex-basis: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.gourmet-item .img {
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: min(660px, 68vh);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
}

.gourmet-item .img picture {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.gourmet-item .img img {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: none;
  height: 100% !important;
  width: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.gourmet-item .img::after {
  content: "";
  display: block;
  position: absolute;
  height: 4px;
  bottom: -4px;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  left: 0;
  width: 100%;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  background: var(--color-yellow);
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}

.gourmet-item .text {
  display: none;
  margin-top: 15px;
  padding: 15px;
  font-size: var(--fz-context);
  color: #666;
}

.gourmet-item .text .name {
  color: #333;
  font-size: var(--fz-h5);
}

.gourmet-item.active {
  width: 60%;
  -ms-flex-preferred-size: 2.2;
  flex-basis: 2.2;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.gourmet-item.active .img::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.gourmet-item.active .text {
  -webkit-animation: ani_nav_in 1s both;
  animation: ani_nav_in 1s both;
  display: block;
}

@media (max-width: 991px) {
  .gourmet-slider {
    padding: var(--gap) 0 calc(var(--gap) * 3) 0;
  }
  .gourmet-item {
    width: 30%;
    padding: 0 5px;
  }
  .gourmet-item .img {
    height: min(350px, 50vh);
  }
  .gourmet-item.active {
    width: 80%;
  }
}
@media (max-width: 549px) {
  .gourmet-list {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    left: auto !important;
    top: auto !important;
    display: block;
  }
  .gourmet-item {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0 auto 30px;
  }
  .gourmet-item .img {
    height: auto !important;
  }
  .gourmet-item .img::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }
  .gourmet-item .img picture {
    padding-bottom: 66%;
  }
  .gourmet-item .img picture img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .gourmet-item .text {
    padding: 15px 0;
    display: block !important;
  }
  .gourmet-item.active {
    width: 100%;
  }
}
/*
 * 菜單 - 詳細
 */
.menu-summary {
  margin: 40px auto 50px auto;
  display: block;
  font-size: 1rem;
  line-height: 2;
  text-align: center;
}

.menu-view-slider-cursor {
  will-change: filter, transform;
  position: fixed;
  z-index: 25;
  pointer-events: none;
  left: 0;
  top: 0;
  display: block;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  opacity: 0;
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px !important;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.15));
  -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.15));
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff'%3E%3Cpath d='M0 0h24v24H0V0z' fill='none'/%3E%3Cpath d='M15 3l2.3 2.3-2.89 2.87 1.42 1.42L18.7 6.7 21 9V3h-6zM3 9l2.3-2.3 2.87 2.89 1.42-1.42L6.7 5.3 9 3H3v6zm6 12l-2.3-2.3 2.89-2.87-1.42-1.42L5.3 17.3 3 15v6h6zm12-6l-2.3 2.3-2.87-2.89-1.42 1.42 2.89 2.87L15 21h6v-6z'/%3E%3C/svg%3E") no-repeat 0 0/contain;
  -webkit-transition: transfomr 0.25s, opacity 0.25s;
  transition: transfomr 0.25s, opacity 0.25s;
}

.menu-view-slider-wrap {
  position: relative;
  margin-right: 100px;
  margin-left: 100px;
  margin-bottom: 35px;
}

.menu-view-slider-wrap ~ .btn-wrap {
  margin-bottom: var(--gap-sec);
}

.menu-view-slide-notice {
  color: #0c68b3;
  font-size: 0.9375rem;
  font-weight: 600;
}

.pc .menu-view-slider .swiper-slide {
  cursor: none;
}

.menu-view-slider {
  overflow: hidden;
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px;
  background: #fff;
}

.menu-view-slider .js-imghover .eff::after {
  content: "放大";
}

.menu-view-slider .swiper-slide {
  padding: 10px;
}

.menu-view-slider.is-loading .item {
  max-width: 50%;
}

.menu-view-next,
.menu-view-prev {
  z-index: 15;
  width: var(--h-input);
  height: var(--h-input);
  border-radius: var(--h-input);
  position: absolute;
  top: 50%;
  margin-top: calc(var(--h-input) * -0.5);
  border: 1px solid #0c68b3;
  background-color: #fff;
}

.menu-view-next::before,
.menu-view-prev::before {
  content: "";
  border-style: solid;
  display: block;
  border-color: #0c68b3;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  margin-top: -5px;
}

.menu-view-next.swiper-button-disabled,
.menu-view-prev.swiper-button-disabled {
  opacity: 0 !important;
}

.menu-view-next:active,
.menu-view-prev:active {
  background: #0c68b3;
}

.menu-view-next:active::after,
.menu-view-prev:active::after {
  border-color: #fff;
}

.menu-view-prev {
  left: calc(var(--h-input) * -1.5);
}

.menu-view-prev::before {
  border-width: 2px 0 0 2px;
  left: 50%;
  margin-left: -4px;
}

.menu-view-next {
  right: calc(var(--h-input) * -1.5);
}

.menu-view-next::before {
  border-width: 0 2px 2px 0;
  right: 50%;
  margin-right: -4px;
}

.pc .menu-view-next:hover,
.pc .menu-view-prev:hover {
  background: #0c68b3;
}

.pc .menu-view-next:hover::after,
.pc .menu-view-prev:hover::after {
  border-color: #fff;
}

.menu-view-slider-wrap .swiper-scrollbar {
  margin-top: 10px;
  height: 8px;
  background: rgba(0, 40, 121, 0.1);
}

.menu-view-slider-wrap .swiper-scrollbar-drag {
  cursor: pointer;
  background: rgba(4, 187, 244, 0.5);
}

.pc .menu-view-next:hover,
.pc .menu-view-prev:hover {
  background-color: var(g-golden);
  border-color: var(g-golden);
}

.pc .menu-view-next:hover::before,
.pc .menu-view-prev:hover::before {
  border-color: #fff;
}

@media (max-width: 991px) {
  .menu-view-next,
  .menu-view-prev {
    width: 40px;
    height: 40px;
    margin-top: -20px;
  }
}
@media (max-width: 767px) {
  .menu-view-slider {
    margin-left: -5px;
    margin-right: -5px;
  }
  .menu-view-slider .swiper-slide {
    padding: 5px;
  }
}
@media (max-width: 639px) {
  .menu-view-slider-wrap {
    margin-left: -10px;
    margin-right: -10px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .menu-view-prev {
    left: 5px;
  }
  .menu-view-next {
    right: 5px;
  }
  .menu-view-slider.is-loading .item {
    max-width: 100%;
  }
}
/*
 * Member
 */
#member,
#booking {
  font-size: var(--fz-context);
  color: #333;
}

#member .form-box,
#booking .form-box {
  background-color: #f6f6f6;
  padding-left: 115px;
}

#member .strore-sec-desc,
#booking .strore-sec-desc {
  margin-bottom: 25px;
}

#member .label-style,
#booking .label-style {
  width: 110px;
}

.member-before {
  -webkit-transition: padding 0.25s;
  transition: padding 0.25s;
  padding-top: calc(var(--gap-sec) * 3);
  padding-bottom: calc(var(--gap-sec) * 3);
  background: url(../images/member_bg.jpg) no-repeat center bottom/cover;
}

.member-before > * {
  z-index: 5;
}

.member-before p {
  margin: 0 auto 25px;
  color: #666;
  text-align: center;
}

.member-after {
  -webkit-transition: padding 0.25s;
  transition: padding 0.25s;
  padding-top: calc(var(--gap) * 3);
  padding-bottom: calc(var(--gap) * 3);
  background-color: #eff4f8;
}

.member-paper {
  background: #fff;
  border-radius: var(--radius-md);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  position: relative;
  padding: 70px max(5%, 35px);
  width: 100%;
  max-width: 900px;
  line-height: 2;
}

.member-paper .form-field {
  max-width: 600px;
  margin: 0 auto;
}

.member-paper.lg {
  max-width: 1280px;
}

.member-paper.reg .form-field {
  max-width: none;
}

.member-paper.pd-less {
  padding: 70px calc(var(--gap) * 2);
}

.msign-func {
  text-align: center;
  line-height: 1.5;
  color: #666;
}

.msign-func a {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin: 0 15px;
  color: #666;
  font-size: 1rem;
}

.msign-func a.blue {
  color: #0a46b1;
  text-decoration: underline;
}

.msign-func a::before {
  content: "";
  left: -15px;
  top: 50%;
  height: 14px;
  margin-top: -7px;
  width: 1px;
  background: #999;
  position: absolute;
}

.msign-func a:first-of-type::before {
  display: none;
}

.pc .msign-func a:hover {
  color: #0a46b1;
  text-decoration: underline;
}

.pc .msign-func a:hover.blue {
  text-decoration: none;
}

.form-regist-bottom {
  padding-right: 380px;
  position: relative;
  min-height: 60px;
}

.form-regist-bottom a {
  color: #0a46b1;
  text-decoration: underline;
}

.form-regist-bottom .btns-wrap {
  width: 380px;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
}

.pc .form-regist-bottom a:hover {
  color: #0a46b1;
  text-decoration: none;
}

mark,
.mark {
  display: inline;
  margin: unset;
  padding: unset;
  color: #f08200;
  background: none;
}

mark.xs-block,
.mark.xs-block {
  display: inline-block;
}

.order-view-number {
  color: #fff;
  font-weight: 700;
  font-size: var(--fz-h5);
  background: #1246a3, #6936a8;
  /* Horizontal gradient */
  background: -webkit-gradient(linear, left top, right top, from(#1246a3), to(#6936a8));
  background: linear-gradient(to right, #1246a3, #6936a8);
  margin: 20px auto 10px;
  padding: 15px 20px;
}

.order-view-list {
  margin: 0 auto 30px;
  padding: 0;
  list-style: none;
  position: relative;
}

.order-view-list.topline::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #1246a3, #6936a8;
  /* Horizontal gradient */
  background: -webkit-gradient(linear, left top, right top, from(#1246a3), to(#6936a8));
  background: linear-gradient(to right, #1246a3, #6936a8);
}

.order-view-list > li {
  border-bottom: 1px solid #ddd;
  padding: 20px 15px 20px 175px;
  position: relative;
  color: #333;
  line-height: 1.6;
  min-height: calc(var(--fz-context) * 1.6 + 30px);
}

.order-view-list > li .tit {
  max-width: 170px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px 0 20px 20px;
}

.order-view-list > li .spec {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px 5px 0;
  padding: 0 15px 0 0;
}

.order-view-list > li .spec::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 14px;
  top: 50%;
  margin-top: -7px;
  background: #ccc;
  right: 0;
}

.order-view-list > li .spec:last-of-type::before {
  display: none;
}

.p-steps {
  position: relative;
  z-index: 50;
  margin: 20px auto 0;
  width: 100%;
}

.p-steps > ul {
  position: relative;
  z-index: 0;
  display: block;
  white-space: nowrap;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  text-align: center;
}

.p-steps > ul > li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px;
  margin: 0;
}

.p-steps > ul > li span {
  display: block;
  line-height: 1.8;
  font-weight: 400;
  min-width: 130px;
  font-size: var(--fz-h6);
  padding: 8px 15px;
  white-space: nowrap;
  text-transform: uppercase;
  color: #fff;
  background-color: transparent;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.p-steps > ul > li .step {
  font-style: normal;
  margin-right: 10px;
}

.p-steps > ul > li .step::before {
  content: attr(data-tit);
  display: inline-block;
}

.p-steps > ul > li.current > span {
  color: #3e3967;
  border-color: var(--color-yellow);
  background-color: var(--color-yellow);
}

.book-agree-list {
  margin: 20px auto;
  padding: 0;
  list-style: none;
}

.book-agree-list > li {
  display: block;
  border-bottom: 1px solid #ddd;
  padding: 18px 24px;
  position: relative;
  font-size: var(--fz-h6);
  color: #333;
  min-height: calc(var(--fz-context) * 1.6 + 30px);
}

.plan-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 30px auto 0;
}

.plan-wrap .row {
  margin-top: 20px;
}

.plan-wrap .btns-wrap {
  margin: 15px auto 0;
}

.plan-wrap .plan-item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-wrap: calc(50% - var(--gap-book) * 0.5);
  flex-wrap: calc(50% - var(--gap-book) * 0.5);
  width: calc(50% - var(--gap-book) * 0.5);
  margin: 0 0 var(--gap-book) 0;
  display: inline-block;
  vertical-align: top;
  border-radius: 10px;
  padding: calc(var(--gap) * 2.5) var(--gap-book) calc(var(--gap) * 1.5);
  background: #f6f6f6;
}

.plan-wrap .plan-item:nth-of-type(2n + 2) {
  margin-left: var(--gap-book);
}

.plan-wrap .plan-item.not-grow {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.plan-title {
  padding-bottom: 0.5em;
  border-bottom: 2px solid #f08200;
}

.plan-price {
  font-size: var(--fz-h5);
  font-weight: 700;
  color: #f08200;
  display: block;
  margin: 10px 0;
  padding: 0 10px;
}

.plan-addtime {
  position: relative;
  padding: 10px;
  white-space: nowrap;
}

.plan-addtime .checkbox-style {
  line-height: 1.4;
  display: inline-block;
  margin-right: 0;
  padding-left: 45px;
}

.plan-addtime .input-inline {
  background: none;
  border: none;
  border-bottom: 1px solid #555;
  width: 65px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  height: 30px;
}

.plan-addtime .input-inline:focus {
  border-bottom: 1px solid #f08200;
}

.book-notice {
  padding: var(--gap-book);
  margin: var(--gap) auto;
  background: #fdf2e5;
  color: #555;
}

.book-notice .dot-subhead {
  color: #f08200;
  font-size: var(--fz-h4);
}

.book-notice .theme-list-number {
  margin-bottom: 0;
}

.plan-notice {
  display: block;
  margin: 10px 0;
  padding: 0 10px;
  text-align: left;
}

.plan-notice small {
  color: #666;
  font: inherit;
  display: block;
}

.plan-dot-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.plan-dot-list > li {
  position: relative;
  padding: 8px 0 8px 30px;
  border-bottom: 1px solid #ccc;
}

.plan-dot-list > li::before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  left: 15px;
  background: #0a46b1;
  border-radius: 50px;
}

.book-msg {
  background: #e4f3ff;
  border-radius: var(--radius-md);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  margin: var(--gap) auto;
  position: relative;
  padding: var(--gap-book);
  width: 100%;
  max-width: 570px;
  font-size: var(--fz-h6);
  color: #333;
  line-height: 2;
}

.book-msg .icon {
  max-width: 0 auto 20px;
  display: block;
}

.plan-hour {
  font-style: normal;
  font-size: 1.25em;
  color: #e14825;
  font-weight: 600;
}

@media (max-width: 1049px) {
  .p-steps > ul > li .step {
    display: block;
    font-size: 0.875rem;
    line-height: 1.2;
    margin: 0 auto;
    font-weight: 700;
  }
}
@media (max-width: 991px) {
  .member-before {
    padding-top: calc(var(--h-header) + var(--gap));
    padding-bottom: var(--gap);
  }
  .member-after {
    padding-top: var(--gap);
    padding-bottom: var(--gap);
  }
}
@media (max-width: 779px) {
  .form-regist-bottom {
    padding-right: 0;
    text-align: center;
  }
  .form-regist-bottom .btns-wrap {
    width: auto;
    position: relative;
    top: auto;
    right: auto;
    margin: 15px auto;
  }
}
@media (min-width: 768px) {
  .form-regist-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .form-regist-field .form-box {
    width: 100%;
  }
  .form-regist-half {
    width: 50%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    display: inline-block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .form-regist-half:nth-of-type(odd) {
    padding-right: 20px;
  }
  .form-regist-half:nth-of-type(even) {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .member-paper {
    padding: 35px var(--gap);
  }
  .member-paper.pd-less {
    padding: 35px var(--gap);
  }
  .order-view-number {
    padding: 12px 15px;
  }
  .order-view-list > li {
    padding: 12px 15px 12px 135px;
    min-height: calc(var(--fz-context) * 1.6 + 24px);
  }
  .order-view-list > li .tit {
    padding: 12px 0 12px 15px;
    max-width: 130px;
  }
  .book-agree-list > li {
    padding: 12px 0;
  }
  .plan-wrap {
    display: block;
  }
  .plan-wrap .plan-item {
    width: 100%;
    margin: 0 auto var(--gap-book) 0;
  }
  .plan-wrap .plan-item:nth-of-type(2n + 2) {
    margin-left: auto;
  }
  .plan-dot-list > li {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .p-steps > ul {
    width: auto;
    margin: 20px -22px 0 -22px;
    white-space: normal;
  }
  .p-steps > ul > li {
    padding: 0 2px;
    margin: 0 0 10px;
  }
  .p-steps > ul > li span {
    min-width: auto;
    padding: 5px 8px;
    min-width: 40px;
    font-size: 0;
    border-radius: 10px;
  }
  .p-steps > ul > li .step {
    font-size: 0.9375rem;
  }
  .p-steps > ul > li .step::before {
    display: none;
  }
  .p-steps > ul > li.current > span {
    font-size: 1rem;
  }
  .p-steps > ul > li:not(.current) .step::before {
    display: block;
    font-size: 0.75rem;
  }
}
@media (max-width: 599px) {
  #member .strore-sec-desc,
  #booking .strore-sec-desc {
    margin-bottom: 20px;
  }
  #member .form-box,
  #booking .form-box {
    border-radius: 0;
    padding-left: 0;
    margin-bottom: 20px;
    background-color: transparent;
  }
  #member .form-box:focus-within,
  #booking .form-box:focus-within {
    border: none;
  }
  #member .label-style,
  #booking .label-style {
    line-height: 1.2;
    padding: 5px 5px 10px;
    color: #666;
  }
  #member .input-style,
  #booking .input-style {
    background-color: #f6f6f6;
    padding: 0 10px;
    border-radius: 4px;
  }
  #member .input-style:focus,
  #booking .input-style:focus {
    border: 1px solid var(--color-blue);
  }
  #member .select-style,
  #booking .select-style {
    background-color: #f6f6f6;
    padding: 0 45px 0 10px;
    border-radius: 4px;
  }
  #member .select-style:focus,
  #booking .select-style:focus {
    border: 1px solid var(--color-blue);
  }
  .msign-func a {
    margin: 0 8px;
    font-size: 0.9375rem;
  }
  .msign-func a::before {
    left: -7px;
  }
}
@media (max-width: 399px) {
  #member .form-box,
  #booking .form-box {
    padding-left: 0;
    background-color: transparent;
  }
  #member .form-box.code,
  #booking .form-box.code {
    padding-right: 0;
  }
  #member .form-box.code .input-style,
  #booking .form-box.code .input-style {
    padding-right: 155px;
  }
  #member .codeimg,
  #booking .codeimg {
    width: 148px;
    height: 50px;
  }
  .order-view-list > li {
    padding-left: 120px;
  }
  .order-view-list > li .tit {
    max-width: 120px;
    padding: 12px 0 12px 0;
  }
  .p-steps > ul > li span {
    padding: 5px;
  }
}
/*
 * Contact
 */
#contact > .container {
  max-width: calc(1210px + var(--gap) * 2);
}

#contact form {
  padding: 0 max(40px, 3.38vw);
}

#contact .welcome {
  display: block;
  border-bottom: 2px solid var(--color-blue-dark);
  padding: 0 0 20px 50px;
  margin: 0 0 30px;
  position: relative;
  font-size: var(--fz-h6);
  color: #333;
  font-style: normal;
}

#contact .welcome::before {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 10px;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  text-align: center;
  color: #fff;
  background: url(../images/icon_info.png) no-repeat 0 0/contain;
}

@media (max-width: 639px) {
  #contact form {
    padding: 0;
  }
}
@media (max-width: 599px) {
  #contact .form-box {
    background-color: transparent;
    margin-bottom: 20px;
  }
  #contact .form-box:focus-within {
    border: none;
  }
  #contact .label-style {
    line-height: 1.2;
    margin-bottom: 5px;
  }
  #contact .input-style,
  #contact .form-group,
  #contact .textarea-style {
    background-color: #fff;
    border-radius: 4px;
    padding-left: 10px;
    padding-right: 10px;
  }
  #contact .input-style:focus,
  #contact .form-group:focus,
  #contact .textarea-style:focus {
    border: 1px solid var(--color-blue);
  }
  #contact .form-group {
    margin: 0;
  }
}
/*
 * Sitemap
 */
.sitemap-list {
  font-size: 0;
  margin: 0 calc(var(--gap-item) * -1);
}

.sitemap-list .item {
  display: inline-block;
  vertical-align: top;
  width: calc(25% - var(--gap-item) * 2);
  margin: 0 var(--gap-item) calc(var(--gap-item) * 2);
  padding: calc(var(--gap) * 2);
  text-transform: uppercase;
  background: #fff;
}

.sitemap-list .item > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sitemap-list .item > ul h1,
.sitemap-list .item > ul h2,
.sitemap-list .item > ul h3,
.sitemap-list .item > ul h4,
.sitemap-list .item > ul h5,
.sitemap-list .item > ul h6 {
  font: inherit;
  margin: 0;
  padding: 0;
}

.sitemap-list .item > ul > li {
  display: block;
  position: relative;
  margin: 0;
  padding: 12px 0 12px 30px;
  border-top: 1px solid #ddd;
}

.sitemap-list .item > ul > li:first-child {
  border-top: none;
}

.sitemap-list .item > ul > li::before {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  left: 9px;
  top: 20px;
  border-radius: 50%;
  background: #04c4fe;
}

.sitemap-list .item > ul > li > a {
  display: block;
  font-size: var(--fz-h6);
  line-height: 1.4;
  color: #222;
}

.sitemap-list .tit {
  font-size: calc(var(--fz-h6) * 1.33);
  margin: 0 0 10px;
  padding: 0 0 6px;
  line-height: 1.2;
  font-weight: 700;
  color: #070709;
  position: relative;
}

.sitemap-list .tit::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 56px;
  background: #04c4fe;
}

.sitemap-list .tit span {
  color: #0644b2;
  display: inline-block;
  position: relative;
  white-space: nowrap;
  margin-left: 0.3em;
}

.sitemap-list .tit span::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 45px;
  margin-left: 0.3em;
  background: url(../images/deco_dot2.png) no-repeat 0 0/contain;
}

.pc .sitemap-list .tit a:hover {
  color: #0644b2;
}

.pc .sitemap-list .item > ul > li > a:hover {
  color: #0644b2;
}

@media (max-width: 1099px) {
  .sitemap-list .item {
    width: calc(33.3333333333% - var(--gap-item) * 2);
  }
}
@media (max-width: 767px) {
  .sitemap-list .item {
    width: calc(50% - var(--gap-item) * 2);
    padding: var(--gap);
  }
  .sitemap-list .tit {
    font-size: var(--fz-h3);
    padding-bottom: 0;
  }
}
@media (max-width: 499px) {
  .sitemap-list .item {
    width: 100%;
    margin: 0 auto calc(var(--gap-item) * 2);
  }
}
/*
 * 編輯器樣板
 */
.theme-title {
  font-size: var(--fz-h3);
  font-weight: 700;
  line-height: 1.4;
  color: #000;
  padding: 0;
  margin: 5px 0 20px 0;
  display: block;
}

.theme-title h1,
.theme-title h2,
.theme-title h3,
.theme-title h4,
.theme-title h5,
.theme-title h6 {
  font: inherit;
  margin: 0;
  padding: 0;
}

/*
 * 【樣板】左圖右文
 */
.theme-r-word-l-pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin: calc(var(--gap-item) * 0.5) auto var(--gap-sec) auto;
  font-size: var(--fz-h6);
}

.theme-r-word-l-pic p {
  margin-top: 5px;
  margin-bottom: 5px;
}

.theme-r-word-l-pic .pic {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 50%;
  line-height: 0;
  position: relative;
  z-index: 10;
}

.theme-r-word-l-pic .word {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  padding-left: calc(var(--gap-item) * 4);
}

/*
 * 【樣板】左文右圖
 */
.theme-r-pic-l-word {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin: calc(var(--gap-item) * 0.5) auto var(--gap-sec) auto;
  font-size: var(--fz-h6);
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.theme-r-pic-l-word p {
  margin-top: 5px;
  margin-bottom: 5px;
}

.theme-r-pic-l-word .pic {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 50%;
  text-align: right;
  line-height: 0;
  position: relative;
  z-index: 10;
}

.theme-r-pic-l-word .word {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  padding-right: calc(var(--gap-item) * 4);
}

/*
 * 【樣板】單欄圖文
 */
.theme-single-column {
  margin: 0 calc(var(--gap-item) * -1) var(--gap-sec) calc(var(--gap-item) * -1);
  font-size: 0;
  display: block;
}

.theme-single-column > * {
  display: block;
  margin: 0 auto var(--gap-item);
  height: auto !important;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: var(--fz-h6);
}

.theme-single-column p {
  margin-top: 5px;
  margin-bottom: 5px;
}

.theme-single-column .pic {
  text-align: center;
  margin-bottom: var(--gap);
}

.theme-single-column img {
  line-height: 0;
  display: inline-block;
}

/*
 * 【樣板】多欄圖文
 */
.theme-mutiple-columns {
  margin: 0 calc(var(--gap-item) * -1) var(--gap-sec) calc(var(--gap-item) * -1);
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.theme-mutiple-columns > * {
  display: inline-block;
  vertical-align: top;
  width: calc(33.3333333333% - var(--gap-item) * 2);
  margin: 0 var(--gap-item) var(--gap-item);
  height: auto !important;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: var(--fz-h6);
}

.theme-mutiple-columns p {
  margin-top: 5px;
  margin-bottom: 5px;
}

.theme-mutiple-columns .pic {
  text-align: center;
  margin-bottom: calc(var(--gap-item) * 0.5);
}

.theme-mutiple-columns .pic + .word {
  margin-top: 20px;
}

.theme-mutiple-columns img {
  line-height: 0;
  display: inline-block;
}

/*
 * 【樣板】列表
 */
.theme-list {
  list-style: none;
  margin: 0 0 50px 0.6rem;
  padding: 0;
}

.theme-list li {
  display: block;
  position: relative;
  padding-left: 1.4rem;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.6;
}

.theme-list li::before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  left: 3px;
  top: 8px;
  border-radius: 50%;
  background: var(--color-yellow2);
}

.theme-list-number {
  list-style-image: url(data:0);
  list-style: decimal;
  margin: 0 0 50px 1.8rem;
  padding: 0 0 0 1.6rem;
}

.theme-list-number li {
  position: relative;
  padding: 0;
  margin: 5px 0 5px -1.4rem;
  display: list-item;
  list-style-position: outside;
}

/*
 * 【樣板】表格樣式
 */
.theme-table {
  position: relative;
  overflow-y: hidden;
  overflow-x: auto;
  margin: 0 auto var(--gap-sec);
  border: none;
}

.theme-table::after {
  content: "";
  width: 50px;
  height: 45px;
  background-position: 0 0;
  background-image: url(../images/touch_icon_mb.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  pointer-events: none;
  line-height: 1;
  z-index: 20;
  display: block;
  opacity: 0;
  top: 10px;
  right: 35px;
  -webkit-animation: ani_LR 0.8s both linear infinite;
  animation: ani_LR 0.8s both linear infinite;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

.theme-table.need-scroll::after {
  opacity: 0.9;
}

.theme-table::-webkit-scrollbar {
  height: 8px;
}

.theme-table::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  margin: 0;
  background: #ddd;
}

.theme-table::-webkit-scrollbar-thumb {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  background: #999;
}

.theme-table:hover::-webkit-scrollbar-thumb {
  background: #666;
}

.theme-table table {
  position: relative;
  z-index: 1;
  width: 100%;
  min-width: 450px;
  background: #fff;
  border-collapse: collapse;
}

.theme-table table thead {
  background: #1246a3, #6936a8;
  /* Horizontal gradient */
  background: -webkit-gradient(linear, left top, right top, from(#1246a3), to(#6936a8));
  background: linear-gradient(to right, #1246a3, #6936a8);
}

.theme-table table thead th,
.theme-table table thead td {
  font-size: 1.0625rem;
  white-space: nowrap;
  color: #fff;
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
}

.theme-table table thead th:first-child::before,
.theme-table table thead td:first-child::before {
  display: none;
}

.theme-table table thead th::before,
.theme-table table thead td::before {
  content: "";
  position: absolute;
  z-index: 10;
  pointer-events: none;
  top: 50%;
  left: 0;
  height: 18px;
  width: 1px;
  margin-top: -9px;
  background: rgba(255, 255, 255, 0.2);
}

.theme-table table tbody tr:nth-child(even) th,
.theme-table table tbody tr:nth-child(even) td {
  background-color: #eee;
}

.theme-table table tbody th,
.theme-table table tbody td {
  border-bottom: 1px solid #eee;
}

.theme-table table th,
.theme-table table td {
  min-width: 100px;
  font-size: var(--fz-context);
  padding: 13px max(2vw, 20px);
  vertical-align: top;
}

.pc .theme-table table tbody tr:hover th,
.pc .theme-table table tbody tr:hover td {
  background: #f8f8f8;
}

.pc .theme-table table tbody tr:hover:nth-child(even) th,
.pc .theme-table table tbody tr:hover:nth-child(even) td {
  background-color: #efefef;
}

/*
 * 編輯器樣板 RWD、Animation
 */
@media (max-width: 1024px) {
  .theme-r-pic-l-word,
  .theme-r-word-l-pic {
    display: block;
  }
  .theme-r-pic-l-word .pic,
  .theme-r-word-l-pic .pic {
    display: block;
    width: 100%;
    margin: 0 auto var(--gap) auto;
    padding: 0;
  }
  .theme-r-pic-l-word .word,
  .theme-r-word-l-pic .word {
    display: block;
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .theme-mutiple-columns {
    margin: 0 auto calc(var(--gap) * 1.5) auto;
    display: block;
  }
  .theme-mutiple-columns > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0 auto calc(var(--gap) * 1.5);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .theme-mutiple-columns .pic {
    -ms-flex-preferred-size: 250px;
    flex-basis: 250px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: hidden;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .theme-mutiple-columns .pic img {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center top;
    object-position: center top;
  }
  .theme-mutiple-columns img {
    line-height: 0;
    display: block;
  }
  .theme-mutiple-columns .word {
    padding-left: var(--gap-item);
  }
}
@media (max-width: 599px) {
  .theme-mutiple-columns > * {
    display: block;
  }
  .theme-mutiple-columns .pic {
    width: 100%;
  }
  .theme-mutiple-columns .pic img {
    position: relative;
    top: auto;
    left: auto;
  }
  .theme-mutiple-columns .word {
    padding-left: 0;
  }
}
.staff-record-table small {
  color: #888;
}
.staff-record-table small.text-right {
  display: block;
  width: 100%;
}

.table-wrap.staff-record-table table th,
.table-wrap.staff-record-table table td {
  padding: 13px;
  min-width: unset;
}
.table-wrap.staff-record-table table th:nth-child(1),
.table-wrap.staff-record-table table td:nth-child(1) {
  width: 15%;
}
.table-wrap.staff-record-table table th:nth-child(2),
.table-wrap.staff-record-table table td:nth-child(2) {
  width: 42.5%;
}
.table-wrap.staff-record-table table th:nth-child(3),
.table-wrap.staff-record-table table td:nth-child(3) {
  width: 42.5%;
}

.staff-before {
  -webkit-transition: padding 0.25s;
  transition: padding 0.25s;
  padding-top: calc(var(--gap-sec) * 3);
  padding-bottom: calc(var(--gap-sec) * 3);
  background: url(../images/staff_login_bg.jpg) no-repeat center bottom/cover;
}

@media (max-width: 767px) {
  .table-wrap.staff-record-table table th:nth-child(1),
  .table-wrap.staff-record-table table td:nth-child(1) {
    width: 100%;
  }
  .table-wrap.staff-record-table table th:nth-child(2),
  .table-wrap.staff-record-table table td:nth-child(2) {
    width: 100%;
  }
  .table-wrap.staff-record-table table th:nth-child(3),
  .table-wrap.staff-record-table table td:nth-child(3) {
    width: 100%;
  }
}
/**
 * 特約專區
 */
.special-info,
.special-join {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  font-size: 1.0625rem;
}

.special-search-box {
  margin: 30px auto;
  width: 100%;
  max-width: 700px;
}
.special-search-box input {
  width: 100%;
  height: 65px;
  font-size: 1.125rem;
  border-radius: 60px;
  border: 2px solid #1b1464;
  background-color: #fff;
  padding: 0 50px 0 45px;
  background-repeat: no-repeat;
  background-position: 10px center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%231b1464' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M3 10a7 7 0 1 0 14 0a7 7 0 1 0-14 0m18 11l-6-6'/%3E%3C/svg%3E");
  background-size: 25px auto;
}
.special-search-box input::-webkit-input-placeholder {
  font-size: 1.125rem;
}
.special-search-box input::-moz-placeholder {
  font-size: 1.125rem;
}
.special-search-box input:-ms-input-placeholder {
  font-size: 1.125rem;
}
.special-search-box input::-ms-input-placeholder {
  font-size: 1.125rem;
}
.special-search-box input::placeholder {
  font-size: 1.125rem;
}
.special-search-box input:focus {
  border-color: #4f43cf;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%234f43cf' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M3 10a7 7 0 1 0 14 0a7 7 0 1 0-14 0m18 11l-6-6'/%3E%3C/svg%3E");
}
@media (max-width: 639px) {
  .special-search-box {
    margin: 30px auto 15px;
  }
}
@media (max-width: 579px) {
  .special-search-box input {
    height: 50px;
  }
}

.special-cate > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px auto;
  padding: 0;
  gap: 10px;
}
.special-cate > ul > li {
  display: inline-block;
}
.special-cate > ul > li > a {
  text-align: center;
  min-width: 80px;
  display: inline-block;
  white-space: nowrap;
  background-color: #b2b4d9;
  border: none;
  color: #fff;
  padding: 10px 20px;
  font-weight: 400;
  border-radius: 50px;
  font-size: 1.125rem;
}
.special-cate > ul > li:not(.current):hover > a {
  background-color: #9698c5;
  color: #fff;
}
.special-cate > ul > li.current > a {
  background-color: #3138a3;
  color: #fff;
}
.special-cate > ul > li.current:hover > a {
  background-color: #3138a3;
  color: #fff;
}
@media (max-width: 639px) {
  .special-cate > ul {
    margin: 10px auto;
  }
  .special-cate > ul > li > a {
    padding: 3px 10px;
    font-size: 0.9375rem;
  }
}

.special-list {
  --item-num: 4;
  --item-gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  list-style: none;
  padding: 0;
  margin: 45px calc(var(--item-gap) * -1) 25px 0;
  color: #333;
  gap: var(--item-gap);
}
.special-list > li {
  margin: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / var(--item-num) - var(--item-gap));
          flex: 0 0 calc(100% / var(--item-num) - var(--item-gap));
  border-radius: 15px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  padding: 25px;
  line-height: 1.6;
  min-height: 120px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.special-list > li.no-data {
  padding: 50px 25px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  text-align: center;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.special-list > li img {
  max-width: min(100%, 200px);
  max-height: 150px;
}
.special-list > li img + .name {
  display: none;
}
.special-list .name {
  display: block;
  font-size: 1.25rem;
  color: #3138a3;
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .special-list {
    --item-num: 3;
  }
}
@media (max-width: 639px) {
  .special-list {
    --item-num: 2;
    --item-gap: 15px;
  }
  .special-list > li {
    min-height: 80px;
  }
  .special-list .name {
    display: block;
    font-size: 1.125rem;
  }
}
@media (max-width: 439px) {
  .special-list {
    --item-gap: 10px;
    margin-top: 20px;
  }
  .special-list .name {
    display: block;
    font-size: 1.0625rem;
  }
}

/**
 * 特約專區 頁碼不隱藏
 */
@media (max-width: 399px) {
  .paginate #specialPagination a:not(.prev):not(.next):not(.current),
  .paginate #specialPagination button:not(.prev):not(.next):not(.current) {
    display: inline-block;
  }
}
/**
 * 特約專區 - 樣板
 */
.theme-special-apply {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 0 30px;
  counter-reset: applyList;
  line-height: 1.6;
  font-size: 1.0625rem;
  margin: 35px auto;
}
.theme-special-apply ul {
  margin: 0 0 0 0.25em;
  padding: 0;
  list-style: none;
}
.theme-special-apply ul > li {
  position: relative;
  margin: 0.25em 0;
  padding-left: 1.1em;
}
.theme-special-apply ul > li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 0.6em;
  display: block;
  width: 5px;
  height: 5px;
  background-color: #666;
  border-radius: 50px;
}
.theme-special-apply ul > li > ul > li,
.theme-special-apply ul > li > ol > li {
  margin: 5px 0 5px;
}
.theme-special-apply ol {
  list-style-image: url(data:0);
  list-style: decimal;
  margin: 0 0 0 0.2rem;
  padding: 0 0 0 1.4em;
  counter-reset: newcounter;
}
.theme-special-apply ol + * {
  margin-top: 2rem;
}
.theme-special-apply ol > li {
  position: relative;
  padding: 0 0 0 0.1em;
  margin: 0.25em 0 0.25em -0.4em;
  display: list-item;
  list-style-position: outside;
}
.theme-special-apply ol > li > ul > li {
  margin: 5px 0 5px;
}
.theme-special-apply ol > li > ol {
  margin: 0 0 0.5em 0.9em;
  padding: 0 0 0 1em;
}
.theme-special-apply ol > li > ol > li {
  position: relative;
  padding: 0;
  margin: 5px 0 5px;
  display: block;
}
.theme-special-apply ol > li > ol > li:first-of-type {
  counter-reset: newcounter;
}
.theme-special-apply ol > li > ol > li::before {
  width: 1.9rem;
  position: absolute;
  top: 0;
  left: -2.2rem;
  text-align: center;
  white-space: nowrap;
  counter-increment: newcounter;
  content: "(" counter(newcounter) ")";
}
.theme-special-apply > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33.3333333333% - 15px);
          flex: 0 0 calc(33.3333333333% - 15px);
  margin-bottom: 30px;
  counter-increment: applyList;
  line-height: 1.5;
  color: #333;
}
.theme-special-apply a {
  display: inline-block;
}
.theme-special-apply .theme-title {
  font-size: clamp(1.25rem, 1.053rem + 0.5435vw, 1.5625rem);
  line-height: 1.5;
  margin: 0 0 15px;
  padding: 0;
  color: #3138a3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 8px;
}
.theme-special-apply .theme-title::before {
  content: counter(applyList, decimal-leading-zero);
  display: inline-block;
  vertical-align: text-bottom;
  margin: -0.1em 0 0 0;
  line-height: 1;
  white-space: nowrap;
  font-weight: bold;
  font-size: clamp(1.875rem, 1.481rem + 1.087vw, 2.5rem);
  color: transparent;
  background: -webkit-linear-gradient(#1a51b9, #422795);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.theme-special-apply .qrcode-word {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.theme-special-apply .qrcode {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 80px;
}
@media (max-width: 767px) {
  .theme-special-apply {
    display: block;
  }
  .theme-special-apply > * {
    padding-top: 15px;
    margin-bottom: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 25px;
  }
  .theme-special-apply .theme-title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 max(30vw, 100px);
            flex: 0 0 max(30vw, 100px);
  }
}
@media (max-width: 579px) {
  .theme-special-apply > * {
    display: block;
  }
}