@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  width: 100%;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  padding-top: 60px;
  font-family: "Microsoft JhengHei", Arial, "PingFang TC", "Heiti TC", "LantingHei TC", "Microsoft YaHei", 微軟正黑體, sans-serif;
}

picture {
  display: block;
}
picture img {
  vertical-align: middle;
}

img {
  width: 100%;
  height: auto;
  aspect-ratio: attr(width)/attr(height);
  vertical-align: top;
}

a {
  display: inline-block;
  vertical-align: top;
}

a:link, a:hover, a:active, a:focus, a:visited {
  text-decoration: none;
}

button, select {
  -webkit-appearance: none;
  outline: none;
  border: none;
  cursor: pointer;
  background-color: transparent;
}

main {
  position: relative;
  z-index: 1;
}

.sr-only {
  width: 1px;
  height: 1px;
  position: absolute;
  overflow: hidden;
}

@media (min-width: 768px) {
  img[src^="assets/images/w375_"] {
    display: none;
  }
}

img[src^="assets/images/w1400_"] {
  display: none;
}
@media (min-width: 768px) {
  img[src^="assets/images/w1400_"] {
    display: block;
  }
}

.span-block {
  display: inline-block;
}
@media (min-width: 768px) {
  .span-block {
    display: block;
  }
}

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

a.text-link {
  text-decoration: underline;
}

.wrapper {
  width: 100%;
}

.section {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .section {
    padding-top: 6.25vw;
    padding-bottom: 6.25vw;
  }
}
@media screen and (min-width: 1600px) {
  .section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.section-title,
.section-desc {
  margin-top: 0;
}

.section-title {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .section-title {
    width: 70%;
  }
}
@media (min-width: 1600px) {
  .section-title {
    width: 1120px;
  }
}

.section-desc {
  line-height: 1.5;
  text-align: center;
  font-weight: 700;
  font-size: 1.125rem;
  color: #002A94;
}
@media (min-width: 768px) {
  .section-desc {
    font-size: 1.375rem;
  }
}

.section-title img,
.section-desc img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.section-heading {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .section-heading {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 3.125vw;
  }
}
@media screen and (min-width: 1600px) {
  .section-heading {
    margin-bottom: 50px;
  }
}

.container {
  margin: 0 auto;
  padding-left: 4vw;
  padding-right: 4vw;
  width: 100%;
  max-width: 1600px;
}
@media (min-width: 768px) {
  .container {
    padding-left: 3.125vw;
    padding-right: 3.125vw;
  }
}
@media (min-width: 1600px) {
  .container {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.container-outer {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 1600px;
}

#ap-top,
.ap {
  position: relative;
  top: -60px;
}

.ap-event {
  position: relative;
  top: -170px;
}

.other-features {
  position: sticky;
  bottom: 0;
  margin-top: -2.6666666667%;
  z-index: 2;
}
@media (min-width: 768px) {
  .other-features {
    margin-top: 0;
    position: static;
    right: 0;
  }
}

.other-fast-features__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.other-fast-features__links a {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media (min-width: 768px) {
  .other-fast-features__links {
    position: fixed;
    z-index: 5;
    display: block;
    right: 1.875%;
    top: 35%;
    width: 80px;
  }
  .other-fast-features__links a:nth-child(1) {
    margin-bottom: 10px;
  }
}

.goTop {
  position: absolute;
  bottom: calc(100% + 10px);
  right: 0;
  width: 60px;
}
@media (min-width: 768px) {
  .goTop {
    z-index: 5;
    position: fixed;
    right: 1.875%;
    bottom: 3%;
    width: 80px;
  }
}

.page-inner .main-content {
  margin-top: -25px;
}
.page-inner .main-content .section:first-child {
  padding-top: 30px;
}
@media (min-width: 768px) {
  .page-inner .main-content {
    margin-top: -22px;
  }
  .page-inner .main-content .section:first-child {
    padding-top: 50px;
  }
}

ol, ul {
  padding-left: 0;
}
ol li, ul li {
  margin-left: 1em;
  padding-left: 5px;
}

.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  margin: auto;
  overflow: auto;
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out, z-index 0s 0.3s;
  transition: opacity 0.3s ease-in-out, z-index 0s 0.3s;
}
.lightbox.active {
  opacity: 1;
  z-index: 15;
  height: 100%;
  -webkit-transition: opacity 0.3s ease-in-out, z-index 0s;
  transition: opacity 0.3s ease-in-out, z-index 0s;
}
.lightbox.active .lightbox__area {
  margin-top: 100px;
}

.lightbox__bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.lightbox__bg::before, .lightbox__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lightbox__bg::before {
  opacity: 0.5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0099BE), to(#1530A3));
  background-image: linear-gradient(180deg, #0099BE, #1530A3);
}
.lightbox__bg::after {
  opacity: 0.75;
  background-color: #0F0040;
}

.lightbox__box {
  color: #002A94;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1030px;
  overflow: auto;
}

.lightbox__area {
  margin-top: 50px;
  margin-bottom: 100px;
  position: relative;
  padding: 50px 35px;
  border-radius: 25px;
  background-color: #fff;
  -webkit-transition: margin-top 0.3s 0s ease-in-out;
  transition: margin-top 0.3s 0s ease-in-out;
}
@media (min-width: 768px) {
  .lightbox__area {
    padding-left: 125px;
    padding-right: 125px;
  }
}

.lightbox__close {
  width: 50px;
  height: 50px;
  z-index: 1;
  position: absolute;
  top: 15px;
  right: 10px;
  display: block;
  font-size: 50px;
  text-align: center;
  line-height: 1;
  color: #002A94;
}
.lightbox__close::before {
  content: "\e904";
  font-family: "icomoon";
}

.lightbox__header {
  padding-bottom: 25px;
  border-bottom: 1px solid #002A94;
}

.lightbox__title {
  padding-top: 25px;
  margin: 0;
  text-align: center;
  font-size: 1.875rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .lightbox__title {
    font-size: 2.5rem;
  }
}

.lightbox__header-txt {
  color: #002A94;
  font-size: 1.125rem;
}
.lightbox__header-txt ol, .lightbox__header-txt ul, .lightbox__header-txt p {
  margin: 0;
}
.lightbox__header-txt ul {
  list-style-type: "●";
}
@media (min-width: 768px) {
  .lightbox__header-txt {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

.lightbox__other-info {
  margin-top: 15px;
  color: #002A94;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .lightbox__other-info {
    margin-top: 25px;
    font-size: 1.125rem;
  }
}

.lightbox__body {
  padding-top: 25px;
  color: #0F0040;
  font-size: 1rem;
}
.lightbox__body ol, .lightbox__body ul {
  margin: 0;
  padding-left: 0;
  line-height: 1.5;
}
.lightbox__body ol > li > ol, .lightbox__body ul > li > ol {
  list-style: none;
  counter-reset: my-counter;
}
.lightbox__body ol > li > ol > li, .lightbox__body ul > li > ol > li {
  counter-increment: my-counter;
  padding-left: 0;
}
.lightbox__body ol > li > ol > li::before, .lightbox__body ul > li > ol > li::before {
  display: inline-block;
  width: 1em;
  margin-left: -1.5em;
  margin-right: 0.5em;
  content: "(" counter(my-counter) ")";
}
.lightbox__body a {
  text-decoration: underline;
}
.lightbox__body a {
  color: #007D7D;
}
.lightbox__body .lightbox__body_title {
  color: #002A94;
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .lightbox__body .lightbox__body_title {
    font-size: 1.5rem;
  }
}
.lightbox__body ol + .lightbox__body_title {
  padding-top: 30px;
  border-top: 1px solid #002A94;
}
.lightbox__body .highLight {
  font-weight: bold;
}

.lightbox__footer {
  margin-top: 25px;
  text-align: center;
}

.lightbox__close-btn {
  display: inline-block;
  min-width: 100px;
  font-size: 1.125rem;
  font-weight: 700;
  padding: 3px 15px;
  color: #FF1C82;
  border: 1px solid #FF1C82;
  border-radius: 15px;
}
@media (min-width: 768px) {
  .lightbox__close-btn {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .lightbox__close-btn:hover {
    color: #FFF;
    background-color: #FF1C82;
  }
}

@media (min-width: 992px) {
  .event-lightbox .lightbox__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .event-lightbox .lightbox__title {
    width: 100%;
  }
  .event-lightbox .lightbox__header-pic {
    width: 35%;
  }
  .event-lightbox .lightbox__header-txt {
    width: 65%;
  }
}

.item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
  margin: 0 -15px;
}

.item-list__item {
  list-style: none;
  margin-left: 0;
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.item-list__item-area {
  display: block;
}

.btn {
  color: #FFF;
  font-size: 4.8vw;
  padding: 2.4vw 5.3333333333vw;
  border-radius: 1.5em;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 2px solid #FFF;
}
@media (min-width: 768px) {
  .btn {
    min-width: 12.5vw;
    font-size: 1.375vw;
    padding: 0.625vw 0.9375vw;
  }
  .btn:hover {
    background-color: rgba(255, 255, 255, 0.1529411765);
  }
}
@media (min-width: 768px) {
  .btn {
    min-width: 200px;
    font-size: 22px;
    padding: 10px 15px;
  }
}

.btn--small {
  font-size: 14px;
  padding: 5px 20px;
}
@media (min-width: 768px) {
  .btn--small {
    min-width: 150px;
    font-size: 18px;
  }
}

.btn--main {
  background-color: #FF1C82;
}
@media (min-width: 768px) {
  .btn--main:hover {
    background-color: #2B8FFF;
  }
}

.btn--text {
  color: #002A94;
  font-size: 14px;
  padding: 5px;
  border-bottom: 2px solid #002A94;
}
@media (min-width: 768px) {
  .btn--text {
    min-width: 200px;
    font-size: 18px;
  }
  .btn--text:hover {
    background-color: rgba(0, 42, 148, 0.1529411765);
  }
}

.notice-text {
  font-size: 14px;
  line-height: 1.5;
  color: #002A94;
}
.notice-text p {
  margin: 0;
}
@media (min-width: 768px) {
  .notice-text {
    font-size: 16px;
  }
}

.btn-area {
  margin-top: 25px;
  text-align: center;
  font-size: 0;
}
.btn-area .btn {
  margin-left: 20px;
  margin-right: 20px;
}
.btn-area .btn:first-child {
  margin-left: 0;
}
.btn-area .btn:last-child {
  margin-right: 0;
}
@media (min-width: 768px) {
  .btn-area {
    margin-top: 50px;
  }
}

.info-box-list {
  padding-left: 0;
  list-style: none;
  margin: 0;
}

.info-box-list__item {
  list-style: none;
  margin-left: 0;
  margin-bottom: 20px;
}

.info-box {
  background-color: rgba(255, 255, 255, 0.8);
  border: 2px solid #4966E5;
  border-radius: 15px;
  padding: 25px;
  -webkit-box-shadow: 10px 10px 2px rgba(204, 204, 204, 0.2) inset;
          box-shadow: 10px 10px 2px rgba(204, 204, 204, 0.2) inset;
}

.info-box__title {
  margin: 0;
  font-size: 26px;
  padding-left: 25px;
  line-height: 1.1538461538;
  color: #4966E5;
}
.info-box__title::before {
  content: "\e90b";
  display: inline-block;
  font-size: 1.3em;
  line-height: 1;
  margin-left: -1em;
  vertical-align: top;
  font-family: "icomoon";
}
@media (min-width: 992px) {
  .info-box__title {
    font-size: 30px;
  }
}

.info-box__desc {
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
  padding-left: 25px;
  color: #0F0040;
}
@media (min-width: 992px) {
  .info-box__desc {
    font-size: 22px;
    line-height: 1.36;
  }
}

.event-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #FFF;
  color: #0F0040;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  line-height: 1.5;
}

.event-card__title {
  margin: 0;
}

.event-card__shopback {
  background-image: url("../images/event/event_pointback_bg.png");
  background-size: 100% auto;
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 35.55555556%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .event-card__shopback {
    height: 0;
    padding-bottom: 41.4507772021%;
  }
}

.event-card__shopback-pic {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.event-card__shopback-pic img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  aspect-ratio: auto;
}

.event-card__logo {
  margin-left: auto;
  margin-right: auto;
  width: 68.7272727273%;
}
@media (min-width: 768px) {
  .event-card__logo {
    width: 78.0346820809%;
  }
}

.event-card__body {
  padding: 0 20px 0px;
}

.event-card__date {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .event-card__date {
    font-size: 1rem;
  }
}

.event-card__desc {
  margin: 0;
  margin-bottom: 15px;
  font-size: 1.125rem;
}
@media (min-width: 768px) {
  .event-card__desc {
    font-size: 1.25rem;
  }
}

.event-card__btn {
  margin-top: auto;
  margin-left: auto;
  margin-right: 20px;
  margin-bottom: 20px;
  display: inline-block;
  text-align: center;
  background-color: #FF1C82;
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 700;
  border-radius: 15px;
  padding: 2px 14px;
}
.event-card__btn::before {
  content: "活動詳情";
}

.page-kv {
  position: relative;
  margin-top: -8%;
  padding-top: 8%;
  background: url("../images/common/page_kv_bg-xs.jpg") no-repeat center bottom/100% auto, #002A94;
}
@media (min-width: 768px) {
  .page-kv {
    margin-top: -5vw;
    padding-top: 6.25vw;
    background: url("../images/common/page_kv_bg-lg.jpg") no-repeat center top/100% auto, #002A94;
  }
}
@media (min-width: 1600px) {
  .page-kv {
    margin-top: -80px;
    padding-top: 100px;
    background: url("../images/common/page_kv_bg-lg.jpg") no-repeat center top/1600px auto, #002A94;
  }
}

.page-kv__title-box {
  position: relative;
  z-index: 2;
  max-width: 92%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .page-kv__title-box {
    max-width: 50%;
  }
}
@media (min-width: 1600px) {
  .page-kv__title-box {
    max-width: 800px;
  }
}

.page-kv__title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
}

.page-kv__desc {
  width: 82.6666666667%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 13.3333333333vw;
  margin-bottom: 0;
  color: #FFF;
  font-size: 4.2666666667vw;
  line-height: 1.5;
  text-align: center;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
}
@media (min-width: 768px) {
  .page-kv__desc {
    width: 100%;
    padding-left: 0.9375vw;
    padding-right: 0.9375vw;
    max-width: 800px;
    font-size: 1.375vw;
  }
  .page-kv__desc > span {
    display: block;
  }
}
@media (min-width: 1600px) {
  .page-kv__desc {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 800px;
    font-size: 22px;
  }
  .page-kv__desc > span {
    display: block;
  }
}

.page-kv__path {
  position: absolute;
  width: 100%;
  bottom: -1px;
  left: 0;
}
@media (min-width: 768px) {
  .page-kv__path {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .page-kv__path::before, .page-kv__path::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 50vw;
    height: 80%;
    background-color: #FFF;
  }
  .page-kv__path::before {
    right: 100%;
  }
  .page-kv__path::after {
    left: 100%;
  }
}

.page-kv__path-xs-pic {
  display: block;
}
@media (min-width: 768px) {
  .page-kv__path-xs-pic {
    display: none;
  }
}

.page-kv__path-lg-pic {
  display: none;
}
@media (min-width: 768px) {
  .page-kv__path-lg-pic {
    display: block;
    width: 1920px;
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@media (min-width: 1600px) {
  .page-kv__path-lg-pic {
    width: 100%;
    height: 61.44px;
  }
}

.page-kv--eco {
  padding-bottom: 75px;
  background-image: url("../images/eco/eco_kv_bg-xs.jpg");
}
@media (min-width: 768px) {
  .page-kv--eco {
    padding-bottom: 150px;
    background-image: url("../images/eco/eco_kv_bg-lg.jpg");
  }
}

.header {
  position: fixed;
  top: 0px;
  z-index: 4;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #FFF;
  padding: 0;
}
.header .container {
  width: 1600px;
  max-width: 100%;
}
@media (max-width: 991.98px) {
  .header .container {
    width: 100%;
  }
  .header.menu-open {
    z-index: 15;
  }
  .header.menu-open .navbar-collapse {
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    z-index: 1;
  }
  .header.menu-open .navbar-collapse::before {
    display: block;
  }
  .header.menu-open .navbar-nav {
    height: auto;
    overflow: auto;
  }
  .header.menu-open .nav-link:not(.nav-link--special) {
    opacity: 1;
    pointer-events: auto;
  }
}

.navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
}

.navbar_brand {
  position: relative;
  z-index: 2;
  display: block;
  margin-right: auto;
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
}

.navbar-toggler {
  position: relative;
  z-index: 2;
  width: 20px;
  height: 20px;
  padding: 0;
  margin-top: auto;
  margin-bottom: auto;
}
.navbar-toggler::before, .navbar-toggler::after {
  content: "";
}
.navbar-toggler::before, .navbar-toggler::after, .navbar-toggler .navbar-toggler__line {
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background-color: #002A94;
}
.navbar-toggler::before {
  top: 0;
}
.navbar-toggler::after {
  bottom: 0;
}
.navbar-toggler .navbar-toggler__line {
  top: 9px;
}
@media (min-width: 992px) {
  .navbar-toggler {
    display: none;
  }
}

.navbar-collapse {
  margin-top: auto;
  margin-bottom: auto;
}
@media (max-width: 991.98px) {
  .navbar-collapse {
    position: fixed;
    margin: 60px auto auto;
  }
  .navbar-collapse::before {
    content: "";
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 60px auto auto;
    background-image: -webkit-gradient(linear, right bottom, left top, from(#C90278), to(#005FB4));
    background-image: linear-gradient(to left top, #C90278, #005FB4);
    opacity: 0.95;
  }
}
@media (min-width: 992px) {
  .navbar-collapse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.navbar-nav {
  margin: 0;
  padding-left: 0;
  position: relative;
}
@media (max-width: 767.98px) {
  .navbar-nav {
    height: 0;
    overflow: hidden;
  }
}
@media (min-width: 992px) {
  .navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.nav-item {
  list-style-type: none;
  margin-left: 0;
  padding-bottom: 0;
}
@media (max-width: 991.98px) {
  .nav-item {
    display: block;
    padding-left: 0;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .nav-item {
    margin-right: 5px;
  }
}
@media (min-width: 1200px) {
  .nav-item {
    margin-right: 20px;
  }
}

.nav-link {
  display: block;
}
@media (max-width: 991.98px) {
  .nav-link {
    position: relative;
    text-align: center;
    color: #FFF;
    font-size: 1.375rem;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .nav-link:not(.nav-link--special) {
    opacity: 0;
    pointer-events: none;
  }
  .nav-link::after {
    content: "";
    display: block;
    background-color: #FFF;
    height: 2px;
    width: 81.1594202899%;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    opacity: 0.25;
  }
}
@media (min-width: 992px) {
  .nav-link {
    font-size: 1rem;
    font-weight: bold;
    color: #002A94;
    display: inline-block;
  }
}

.nav-link--special {
  display: inline-block;
  background-color: #002A94;
  border-radius: 1.25rem;
  color: #FFF;
  padding: 10px 20px;
  line-height: 1;
}
.nav-link--special::after {
  content: none;
}
@media (max-width: 991.98px) {
  .nav-link--special {
    position: fixed;
    top: 15px;
    right: 50px;
    padding: 6px 14px;
    font-size: 1.125rem;
  }
}

.footer {
  width: 100%;
  background: #0F0040;
  padding-top: 10px;
  padding-bottom: 25px;
  position: relative;
}
@media (max-width: 991.98px) {
  .footer .container {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .footer {
    position: relative;
    z-index: 2;
  }
}

.group_ctbcWarning {
  padding: 0;
  color: #999;
  font-size: 1rem;
}
.group_ctbcWarning a {
  color: #999;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .group_ctbcWarning {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.ctbcWarning_title {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 1.625rem;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .ctbcWarning_title {
    margin-bottom: 0;
    width: 240px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 240px;
            flex: 0 0 240px;
  }
}
@media (min-width: 992px) {
  .ctbcWarning_title {
    font-size: 1.875rem;
    width: 375px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 375px;
            flex: 0 0 375px;
  }
}
.ctbcWarning_title span {
  display: inline-block;
  padding: 1.3333333333vw;
  border: 1px solid #999;
}
@media (min-width: 768px) {
  .ctbcWarning_title span {
    display: block;
    padding: 5px 10px;
  }
}

.ctbcWarning_text {
  line-height: 1.5;
}
@media (min-width: 768px) {
  .ctbcWarning_text {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding-left: 25px;
  }
}

.group_ctbccontent {
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #464B4A;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 992px) {
  .group_ctbccontent {
    -webkit-box-pack: star;
        -ms-flex-pack: star;
            justify-content: star;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.group_ctbccontent a {
  border-bottom: 1px solid #FFF;
}
.group_ctbccontent span {
  color: #FFF;
}

.ctbccontent_title {
  width: 100%;
  padding: 5px 10px;
  font-size: 1.125rem;
}
.ctbccontent_title span {
  color: #FFC933;
}
@media (min-width: 992px) {
  .ctbccontent_title {
    width: 100px;
  }
}

.ctbccontent_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1rem;
}
@media (min-width: 992px) {
  .ctbccontent_text {
    width: auto;
  }
}

.ctbccontent_item {
  padding: 5px 25px 5px 15px;
}
@media (min-width: 992px) {
  .ctbccontent_item {
    padding: 5px 35px 5px 15px;
  }
}
.ctbccontent_item span, .ctbccontent_item a {
  position: relative;
}
.ctbccontent_item span:nth-child(1)::before {
  content: "》";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  top: 2%;
  right: 100%;
}
.ctbccontent_item span + span {
  display: block;
  padding-top: 5px;
}
@media (min-width: 576px) {
  .ctbccontent_item span + span {
    padding-top: 0px;
    padding-left: 25px;
    display: inline-block;
  }
}
.page-event .main-content {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#F5F5FF), to(#E3D5FE));
  background-image: linear-gradient(180deg, #F5F5FF, #E3D5FE);
  background-size: contain;
  background-position: center top;
}
.page-event .page-kv__path svg path {
  fill: #F5F5FF;
}
.page-event .page-kv__path::before, .page-event .page-kv__path::after {
  background-color: #F5F5FF;
}
.page-event .lightbox__title {
  padding-top: 0;
  margin-left: auto;
  margin-right: auto;
}
.page-event .lightbox__title img {
  max-width: 350px;
}
.page-event .lightbox__header-txt {
  padding-top: 0px;
}
.page-event .item-list__item {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .page-event .item-list__item:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .page-event .main-content {
    background-image: url("../images/event/bg-circle.png"), -webkit-gradient(linear, left top, left bottom, from(#F5F5FF), to(#E3D5FE));
    background-image: url("../images/event/bg-circle.png"), linear-gradient(180deg, #F5F5FF, #E3D5FE);
    background-size: 130.2083333333% auto, contain;
  }
  .page-event .item-list__item-area {
    height: 100%;
  }
  .page-event .item-list__item {
    width: 50%;
    margin-bottom: 30px;
  }
  .page-event .item-list__item:nth-child(2n+2) {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
}
@media (min-width: 992px) {
  .page-event .item-list__item {
    width: 33.33%;
  }
  .page-event .item-list__item:nth-child(3n+1):nth-last-child(-n+3), .page-event .item-list__item:nth-child(3n+2):nth-last-child(-n+2), .page-event .item-list__item:nth-child(3n+3):nth-last-child(-n+1) {
    margin-bottom: 0;
  }
  .page-event .item-list__item:nth-child(3n+2) {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .page-event .item-list__item:nth-child(3n+3) {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
}
/*# sourceMappingURL=event.css.map */