@charset "UTF-8";
/**
 * 轉換字型大小Rem
 */
/*! 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;
}

:root {
  --screen-center-to-corner-length: 0px;
}

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

html, body {
  width: 100%;
}
html.no-scroll, body.no-scroll {
  overflow: hidden;
}

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

body {
  line-height: 1.71;
  padding-bottom: 16vw;
}
@media (min-width: 768px) {
  body {
    padding-bottom: 0;
  }
}
@media (min-width: 1200px) {
  body {
    line-height: 1.5;
  }
}

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

img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  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;
}

.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;
  }
}

@media (max-width: 767.98px) {
  .article-title span.show-desktop,
  .section-reward .section-header span.show-desktop,
  .show-desktop {
    display: none;
  }
}

@media (min-width: 768px) {
  .show-mobile {
    display: none;
  }
}

.w-resizing * {
  -webkit-transition: none !important;
  transition: none !important;
}

.wrapper {
  overflow: hidden;
}

.container {
  margin: 0 auto;
  width: 100%;
  padding: 0 4vw;
}
@media (min-width: 768px) {
  .container {
    padding: 0;
    width: 90%;
    max-width: 1620px;
  }
}
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  overflow: hidden;
}
.loading.open {
  pointer-events: none;
}
.loading__circle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  -webkit-transition: width 0.5s 2.5s ease-in-out, height 0.5s 2.5s ease-in-out;
  transition: width 0.5s 2.5s ease-in-out, height 0.5s 2.5s ease-in-out;
}
.open .loading__circle {
  width: var(--screen-center-to-corner-length);
  height: var(--screen-center-to-corner-length);
}

.loading__circle-bg::before, .loading__circle-bg::after {
  display: block;
  content: "";
  position: absolute;
  background-color: #028957;
}
.loading__circle-bg:nth-of-type(1)::before, .loading__circle-bg:nth-of-type(1)::after {
  width: 100dvw;
  height: 50dvh;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.loading__circle-bg:nth-of-type(1)::before {
  top: calc(100% - 1px);
}
.loading__circle-bg:nth-of-type(1)::after {
  bottom: calc(100% - 1px);
}
.loading__circle-bg:nth-of-type(2)::before, .loading__circle-bg:nth-of-type(2)::after {
  width: 50dvw;
  height: 100dvh;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.loading__circle-bg:nth-of-type(2)::before {
  left: calc(100% - 1px);
}
.loading__circle-bg:nth-of-type(2)::after {
  right: calc(100% - 1px);
}

.loading__circle-img {
  width: 100%;
  height: 100%;
}

.loading__wrap {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1, 1);
          transform: translate(-50%, -50%) scale(1, 1);
  width: 90.9333333333%;
  max-width: 680px;
  aspect-ratio: 340/300;
  -webkit-transition: opacity 0.5s 2.5s ease-in-out, -webkit-transform 0.5s 2.5s ease-in-out;
  transition: opacity 0.5s 2.5s ease-in-out, -webkit-transform 0.5s 2.5s ease-in-out;
  transition: transform 0.5s 2.5s ease-in-out, opacity 0.5s 2.5s ease-in-out;
  transition: transform 0.5s 2.5s ease-in-out, opacity 0.5s 2.5s ease-in-out, -webkit-transform 0.5s 2.5s ease-in-out;
}
.open .loading__wrap {
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(0, 0);
          transform: translate(-50%, -50%) scale(0, 0);
}
@media (min-width: 1200px) {
  .loading__wrap {
    width: 75%;
    max-width: 1500px;
    aspect-ratio: 1500/600;
  }
}

.loading__item:nth-child(2), .loading__item:nth-child(3) {
  position: absolute;
  width: 32.3529411765%;
}
.loading__item:nth-child(1) img {
  aspect-ratio: 340/300;
  -webkit-animation: loading-content 1.05s 0.45s backwards alternate;
          animation: loading-content 1.05s 0.45s backwards alternate;
}
.loading__item:nth-child(2) {
  left: 0;
  bottom: 0;
  -webkit-animation: loading-fade-in 1.5s, loading-left-xs 1.5s;
          animation: loading-fade-in 1.5s, loading-left-xs 1.5s;
}
.loading__item:nth-child(3) {
  right: 0;
  top: 26.6666666667%;
  -webkit-animation: loading-fade-in 1.5s, loading-right-xs 1.5s;
          animation: loading-fade-in 1.5s, loading-right-xs 1.5s;
}
@media (min-width: 1200px) {
  .loading__item:nth-child(1) {
    width: 66.666666%;
    margin-left: auto;
    margin-right: auto;
  }
  .loading__item:nth-child(1) img {
    aspect-ratio: 1000/600;
  }
  .loading__item:nth-child(2), .loading__item:nth-child(3) {
    width: 26.6666666667%;
  }
  .loading__item:nth-child(2) {
    -webkit-animation: loading-fade-in 1.5s, loading-left-xl 1.5s;
            animation: loading-fade-in 1.5s, loading-left-xl 1.5s;
  }
  .loading__item:nth-child(3) {
    top: 0;
    -webkit-animation: loading-fade-in 1.5s, loading-right-xl 1.5s;
            animation: loading-fade-in 1.5s, loading-right-xl 1.5s;
  }
}

@-webkit-keyframes loading-fade-in {
  0% {
    opacity: 0;
  }
  20%, 100% {
    opacity: 1;
  }
}

@keyframes loading-fade-in {
  0% {
    opacity: 0;
  }
  20%, 100% {
    opacity: 1;
  }
}
@-webkit-keyframes loading-content {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes loading-content {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes loading-content-xl {}
@keyframes loading-content-xl {}
@-webkit-keyframes loading-left-xs {
  0% {
    left: 0;
  }
  20% {
    left: 17.6470588235%;
  }
  30% {
    left: 17.6470588235%;
  }
  100% {
    left: 0;
  }
}
@keyframes loading-left-xs {
  0% {
    left: 0;
  }
  20% {
    left: 17.6470588235%;
  }
  30% {
    left: 17.6470588235%;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes loading-left-xl {
  0% {
    left: 0;
  }
  20% {
    left: 23.3333333333%;
  }
  30% {
    left: 23.3333333333%;
  }
  100% {
    left: 0;
  }
}
@keyframes loading-left-xl {
  0% {
    left: 0;
  }
  20% {
    left: 23.3333333333%;
  }
  30% {
    left: 23.3333333333%;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes loading-right-xs {
  0% {
    right: 0;
  }
  20% {
    right: 17.6470588235%;
  }
  30% {
    right: 17.6470588235%;
  }
  100% {
    right: 0;
  }
}
@keyframes loading-right-xs {
  0% {
    right: 0;
  }
  20% {
    right: 17.6470588235%;
  }
  30% {
    right: 17.6470588235%;
  }
  100% {
    right: 0;
  }
}
@-webkit-keyframes loading-right-xl {
  0% {
    right: 0;
  }
  20% {
    right: 23.3333333333%;
  }
  30% {
    right: 23.3333333333%;
  }
  100% {
    right: 0;
  }
}
@keyframes loading-right-xl {
  0% {
    right: 0;
  }
  20% {
    right: 23.3333333333%;
  }
  30% {
    right: 23.3333333333%;
  }
  100% {
    right: 0;
  }
}
.side-btn {
  position: fixed;
  z-index: 10;
  right: 0;
  bottom: 15%;
  width: 60px;
  display: block;
}
@media (min-width: 768px) {
  .side-btn {
    display: none;
  }
}

.common-section {
  padding-top: 13.3333333333vw;
  padding-bottom: 13.3333333333vw;
}
@media (min-width: 768px) {
  .common-section {
    padding-top: 5.5555555556vw;
    padding-bottom: 5.5555555556vw;
  }
}
@media (min-width: 1800px) {
  .common-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.picture-img img {
  width: 100%;
  height: auto;
}

.btn-area {
  margin-left: auto;
  margin-right: auto;
}

.content-area-box {
  position: relative;
  width: 100%;
}

.content-area {
  background-color: #FFF;
  border-radius: 5.3333333333vw;
  padding: 5.3333333333vw;
  border: 0.8vw solid #1C0F0C;
}
@media (min-width: 768px) {
  .content-area {
    width: 90%;
    max-width: 1440px;
    border-radius: 1.6666666667vw;
    border-width: 0.1666666667vw;
    padding: 1.6666666667vw 6.1111111111vw;
    margin: 0 auto;
  }
}
@media (min-width: 1800px) {
  .content-area {
    padding: 30px 110px;
    border-radius: 30px;
    border-width: 3px;
  }
}

.page-store .content-area {
  background-color: #FFF;
  border-radius: 5.3333333333vw;
  padding: 5.3333333333vw;
  border: 0.8vw solid #1C0F0C;
}
@media (min-width: 768px) {
  .page-store .content-area {
    width: 90%;
    max-width: 1440px;
    border-radius: 1.6666666667vw;
    border-width: 0.1666666667vw;
    padding: 1.6666666667vw 6.1111111111vw;
    margin: 0 auto;
  }
}
@media (min-width: 1800px) {
  .page-store .content-area {
    padding: 30px 110px;
    border-radius: 30px;
    border-width: 3px;
  }
}

.page-gift .first-gifts .content-area,
.page-gift .gift-procedure .content-area {
  border: 0.8vw solid #508250;
}
@media (min-width: 768px) {
  .page-gift .first-gifts .content-area,
  .page-gift .gift-procedure .content-area {
    border-width: 0.1666666667vw;
  }
}
@media (min-width: 1800px) {
  .page-gift .first-gifts .content-area,
  .page-gift .gift-procedure .content-area {
    border-width: 3px;
  }
}

.page-gift .gift-mgm .content-area,
.page-gift .gift-cards .content-area {
  border: 0.8vw solid #FAB500;
}
@media (min-width: 768px) {
  .page-gift .gift-mgm .content-area,
  .page-gift .gift-cards .content-area {
    border-width: 0.1666666667vw;
  }
}
@media (min-width: 1800px) {
  .page-gift .gift-mgm .content-area,
  .page-gift .gift-cards .content-area {
    border-width: 3px;
  }
}

.kv__area {
  position: relative;
}

.kv__line-friend, .kv__my-way {
  position: absolute;
  top: 16vw;
  aspect-ratio: 120/50;
  width: 32vw;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .kv__line-friend, .kv__my-way {
    top: 5.5555555556vw;
    width: 9.4444444444vw;
  }
}
@media (min-width: 1800px) {
  .kv__line-friend, .kv__my-way {
    width: 170px;
    top: 100px;
  }
}

.kv__line-friend {
  right: 0;
  z-index: 2;
  background-image: url("../images/common/kv_logo_linefriend.png");
}

.kv__my-way {
  left: 0;
  background-image: url("../images/common/kv_logo_ctbc50th.png");
}

.objs {
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
@media (min-width: 768px) {
  .objs {
    margin-top: 0;
  }
}

.objs__item {
  z-index: 1;
  width: 45.8666666667vw;
}
.objs__item .objs__img {
  width: 100%;
}
.objs__item .objs__img img {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .objs__item {
    position: absolute;
    width: 22.5vw;
  }
}
@media (min-width: 1800px) {
  .objs__item {
    width: 405px;
  }
}

.section {
  padding-top: 40vw;
  padding-bottom: 26.666667vw;
}
@media (min-width: 768px) {
  .section {
    padding-top: 10.714286vw;
    padding-bottom: 7.142857vw;
  }
}
@media (min-width: 1440px) {
  .section {
    padding-top: 150px;
    padding-bottom: 100px;
  }
}

.section__content {
  padding-top: 4.533333vw;
  padding-bottom: 4.533333vw;
}
@media (min-width: 768px) {
  .section__content {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }
}
@media (min-width: 1440px) {
  .section__content {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.main-content {
  position: relative;
  z-index: 2;
}

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

.ap {
  position: relative;
  top: -100px;
}

ol li, ul li {
  margin-left: 2em;
  padding-left: 0.5em;
}
ol table, ul table {
  margin-top: 4vw;
}
@media (min-width: 768px) {
  ol table, ul table {
    margin-top: 1.071429vw;
  }
}
@media (min-width: 1440px) {
  ol table, ul table {
    margin-top: 15px;
  }
}

.other-features {
  position: fixed;
  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: 90px;
  }
  .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;
  }
}

table {
  border-collapse: collapse;
  border: 1px solid #414042;
  min-width: 100%;
}
table th, table td {
  border: 1px solid #414042;
  padding: 2.666667vw;
}
@media (min-width: 768px) {
  table th, table td {
    padding: 0.714286vw;
  }
}
@media (min-width: 1440px) {
  table th, table td {
    padding: 10px;
  }
}

.scroll-table {
  position: relative;
}
.scroll-table::before {
  display: block;
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  margin: auto;
  opacity: 0;
  background-color: #32643C;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.scroll-table::after {
  content: "←可拖曳→";
  position: absolute;
  color: #FFF;
  text-align: center;
  font-weight: bold;
  top: 30px;
  left: 0;
  right: 0;
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.scroll-table table {
  width: 100%;
}
@media (max-width: 767.98px) {
  .scroll-table table {
    min-width: 800px;
  }
}
.scroll-table__content {
  width: 100%;
  position: relative;
  overflow: auto;
}

.scroll-table--show-notice::before {
  opacity: 0.5;
}
.scroll-table--show-notice::after {
  opacity: 1;
}

.d-none {
  display: block;
}

.d-block {
  display: block;
}

.d-inline-block {
  display: inline-block;
}

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

.d-xs-none {
  display: none;
}

.d-xs-block {
  display: block;
}

.d-xs-inline-block {
  display: inline-block;
}

.d-xs-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.text-xs-left {
  text-align: left;
}

.text-xs-right {
  text-align: right;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none;
  }
  .d-sm-block {
    display: block;
  }
  .d-sm-inline-block {
    display: inline-block;
  }
  .d-sm-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .text-sm-center {
    text-align: center;
  }
  .text-sm-left {
    text-align: left;
  }
  .text-sm-right {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none;
  }
  .d-md-block {
    display: block;
  }
  .d-md-inline-block {
    display: inline-block;
  }
  .d-md-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .text-md-center {
    text-align: center;
  }
  .text-md-left {
    text-align: left;
  }
  .text-md-right {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none;
  }
  .d-lg-block {
    display: block;
  }
  .d-lg-inline-block {
    display: inline-block;
  }
  .d-lg-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .text-lg-center {
    text-align: center;
  }
  .text-lg-left {
    text-align: left;
  }
  .text-lg-right {
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none;
  }
  .d-xl-block {
    display: block;
  }
  .d-xl-inline-block {
    display: inline-block;
  }
  .d-xl-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .text-xl-center {
    text-align: center;
  }
  .text-xl-left {
    text-align: left;
  }
  .text-xl-right {
    text-align: right;
  }
}
@media (min-width: 1440px) {
  .d-xxl-none {
    display: none;
  }
  .d-xxl-block {
    display: block;
  }
  .d-xxl-inline-block {
    display: inline-block;
  }
  .d-xxl-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .text-xxl-center {
    text-align: center;
  }
  .text-xxl-left {
    text-align: left;
  }
  .text-xxl-right {
    text-align: right;
  }
}
@media (min-width: 1620px) {
  .d-3xl-none {
    display: none;
  }
  .d-3xl-block {
    display: block;
  }
  .d-3xl-inline-block {
    display: inline-block;
  }
  .d-3xl-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .text-3xl-center {
    text-align: center;
  }
  .text-3xl-left {
    text-align: left;
  }
  .text-3xl-right {
    text-align: right;
  }
}
@media (min-width: 1800px) {
  .d-4xl-none {
    display: none;
  }
  .d-4xl-block {
    display: block;
  }
  .d-4xl-inline-block {
    display: inline-block;
  }
  .d-4xl-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .text-4xl-center {
    text-align: center;
  }
  .text-4xl-left {
    text-align: left;
  }
  .text-4xl-right {
    text-align: right;
  }
}
/**
 * 轉換字型大小Rem
 */
body {
  font-family: "Microsoft JhengHei", Arial, "PingFang TC", "Heiti TC", "LantingHei TC", "Microsoft YaHei", 微軟正黑體, sans-serif;
}

.fs-0 {
  font-size: 0;
}

.fs-083em {
  font-size: 0.83em;
}

.fs-12 {
  font-size: 3.2vw;
}

.fs-14 {
  font-size: 3.7333333333vw;
}

.fs-16 {
  font-size: 4.2666666667vw;
}

.fs-18 {
  font-size: 4.8vw;
}

.fs-20 {
  font-size: 5.3333333333vw;
}

.fs-22 {
  font-size: 5.8666666667vw;
}

.fs-24 {
  font-size: 6.4vw;
}

.fs-26 {
  font-size: 6.9333333333vw;
}

.fs-30 {
  font-size: 8vw;
}

.fs-36 {
  font-size: 9.6vw;
}

.fs-40 {
  font-size: 10.6666666667vw;
}

.fs-50 {
  font-size: 13.3333333333vw;
}

.fs-60 {
  font-size: 16vw;
}

@media (min-width: 768px) {
  .fs-12 {
    font-size: 0.6666666667vw;
  }
  .fs-14 {
    font-size: 0.7777777778vw;
  }
  .fs-16 {
    font-size: 0.8888888889vw;
  }
}
@media (min-width: 1800px) {
  .fs-12 {
    font-size: 12px;
  }
  .fs-14 {
    font-size: 14px;
  }
  .fs-16 {
    font-size: 16px;
  }
}
.lh-10 {
  line-height: 1;
}

.lh-125 {
  line-height: 1.25;
}

.lh-13 {
  line-height: 1.3;
}

.lh-136 {
  line-height: 1.36;
}

.lh-15 {
  line-height: 1.5;
}

.lh-175 {
  line-height: 1.75;
}

.lh-20px {
  line-height: 5.3333333333vw;
}

.lh-40px {
  line-height: 10.6666666667vw;
}

.lh-45px {
  line-height: 12vw;
}

.lh-50px {
  line-height: 13.3333333333vw;
}

@media (min-width: 768px) {
  .lh-20px {
    line-height: 1.1111111111vw;
  }
  .lh-40px {
    line-height: 2.2222222222vw;
  }
  .lh-60px {
    line-height: 3.3333333333vw;
  }
  .lh-75px {
    line-height: 4.1666666667vw;
  }
}
@media (min-width: 1440px) {
  .lh-20px {
    line-height: 20px;
  }
  .lh-40px {
    line-height: 40px;
  }
  .lh-60px {
    line-height: 60px;
  }
  .lh-75px {
    line-height: 75px;
  }
}
.tx-color-white {
  color: #FFF;
}

.tx-color-black {
  color: #1C0F0C;
}

.tx-color-gray_3 {
  color: #414042;
}

.order-list .tx-color-red,
.tx-color-red {
  color: color_orange_2;
}

.text_orange,
.tx-color-orange {
  color: #FF781E;
}

.text_green,
.tx-color-green {
  color: #32643C;
}

.collapse-box__content a:link,
.collapse-box__content a:hover,
.collapse-box__content a:active,
.collapse-box__content a:visited,
.order-list a:link,
.order-list a:hover,
.order-list a:active,
.order-list a:visited,
.tx-color-blue {
  color: #0078BE;
}

.tx-color-yellow {
  color: #FAB500;
}

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

.text-left,
.tx-align-left {
  text-align: left;
}

.text-right,
.tx-align-left {
  text-align: right;
}

.fw-normal {
  font-weight: normal;
}

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

.fw-light {
  font-weight: 400;
}

.collapse-box__content a:link,
.collapse-box__content a:hover,
.collapse-box__content a:active,
.collapse-box__content a:visited,
.order-list a:link,
.order-list a:hover,
.order-list a:active,
.order-list a:visited,
.store-table__name,
.td-underline {
  text-decoration: underline;
}

.collapse-box__content a.card__button:link,
.collapse-box__content a.card__button:hover,
.collapse-box__content a.card__button:active,
.collapse-box__content a.card__button:visited,
.td-none-underline {
  text-decoration: none;
}

.lb-anywher {
  line-break: anywhere;
}

.card-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.card-list__item {
  width: 100%;
  padding: 2.6666666667vw;
  margin-bottom: 0;
  margin-left: 0;
  margin-top: 5.3333333333vw;
}
.card-list__item:nth-child(-n+1) {
  margin-top: 0px;
}
@media (min-width: 768px) {
  .card-list__item {
    width: 33.33%;
    padding: 1.1111111111vw;
    margin-top: 1.1111111111vw;
  }
  .card-list__item:nth-child(-n+3) {
    margin-top: 0px;
  }
}
@media (min-width: 1440px) {
  .card-list__item {
    width: 25%;
  }
  .card-list__item:nth-child(-n+4) {
    margin-top: 0px;
  }
}
@media (min-width: 1800px) {
  .card-list__item {
    margin-top: 20px;
    padding: 20px;
  }
}

.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  height: 100%;
  background-color: #FFF;
  border: 2px solid #B5B5B6;
  border-radius: 1.6vw 16vw;
  padding: 10.6666666667vw 5.3333333333vw 8vw;
}
@media (min-width: 768px) {
  .card {
    padding: 1.1111111111vw 1.1111111111vw 2.2222222222vw;
    border-radius: 0.3333333333vw 3.3333333333vw;
  }
  .card:hover {
    border-color: #FF4B00;
  }
}
@media (min-width: 1800px) {
  .card {
    border-radius: 6px 60px;
    padding: 20px 20px 40px;
  }
}

.card.full-amount::after {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  width: 50%;
  height: 50%;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.card.full-amount.innisfree::after {
  background: url("../images/fitness/fitness_promotions_store_innisfree_full.png") no-repeat center/100% auto;
}

.card.full-amount.brands::after {
  background: url("../images/online/online_promotions_store_brands_full.png") no-repeat center/100% auto;
}

.card__title {
  margin: 0 auto 0;
  text-align: center;
  width: 80%;
}

.card__tagarea {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 0;
  margin: 0;
}
.card__tagarea .card__tag {
  text-align: center;
  vertical-align: top;
  background-color: #AA6C48;
  display: inline-block;
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 1.33;
  padding: 1.2vw 2.6666666667vw;
  margin: 0;
  color: #FFF;
  border-radius: 1.0666666667vw 0px 3.7333333333vw 0px;
}
@media (min-width: 768px) {
  .card__tagarea .card__tag {
    font-size: 0.8888888889vw;
    padding: 0.25vw 0.5555555556vw;
    min-width: 5vw;
    border-radius: 0.2222222222vw 0px 0.7777777778vw 0px;
  }
}
@media (min-width: 1800px) {
  .card__tagarea .card__tag {
    font-size: 1rem;
    padding: 4.5px 10px;
    min-width: 90px;
    border-radius: 4px 0px 14px 0px;
  }
}
.card__tagarea .card__tag-limited {
  text-align: center;
  vertical-align: top;
  background-color: #E6283C;
  display: inline-block;
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 1.33;
  padding: 1.2vw 2.6666666667vw;
  margin: 0;
  color: #FFF;
  border-radius: 1.0666666667vw 0px 3.7333333333vw 0px;
}
@media (min-width: 768px) {
  .card__tagarea .card__tag-limited {
    font-size: 0.8888888889vw;
    padding: 0.25vw 0.5555555556vw;
    min-width: 5vw;
    border-radius: 0.2222222222vw 0px 0.7777777778vw 0px;
  }
}
@media (min-width: 1800px) {
  .card__tagarea .card__tag-limited {
    font-size: 1rem;
    padding: 4.5px 10px;
    min-width: 90px;
    border-radius: 4px 0px 14px 0px;
  }
}

.card__body {
  margin-top: 0;
  margin-bottom: 2.6666666667vw;
  padding-top: 2.6666666667vw;
  text-align: center;
  border-top: 1px solid #414042;
}
@media (min-width: 768px) {
  .card__body {
    padding-top: 0.5555555556vw;
    margin-bottom: 0.5555555556vw;
  }
}
@media (min-width: 1800px) {
  .card__body {
    padding-top: 10px;
    margin-bottom: 10;
  }
}

.card__main {
  text-align: center;
  color: #FF781E;
  margin: 0;
  display: block;
  font-weight: 700;
  font-size: 6.4vw;
}
@media (min-width: 768px) {
  .card__main {
    font-size: 1.6666666667vw;
  }
}
@media (min-width: 1800px) {
  .card__main {
    font-size: 1.875rem;
  }
}

.card__date {
  font-size: 3.7333333333vw;
  line-height: 1.33;
}
@media (min-width: 768px) {
  .card__date {
    font-size: 0.8888888889vw;
  }
}
@media (min-width: 1800px) {
  .card__date {
    font-size: 1rem;
  }
}

.card__text {
  font-size: 4.2666666667vw;
  line-height: 1.33;
}
@media (min-width: 768px) {
  .card__text {
    font-size: 1.1111111111vw;
  }
}
@media (min-width: 1800px) {
  .card__text {
    font-size: 1.25rem;
  }
}

.card__footer, .card__footer-jal {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: auto;
}

.card__button {
  display: inline-block;
  border: 1px solid #414042;
  color: #414042;
  background-color: #FFF;
  text-align: center;
  border-radius: 4vw;
  padding: 0.5333333333vw 4vw;
  min-width: 25.0666666667vw;
  font-size: 3.7333333333vw;
}
.card__footer .card__button:first-child {
  border-color: #508250;
  background-color: #508250;
  color: #FFF;
}
.card__footer .card__button:nth-child(2) {
  margin-left: 6.6666666667vw;
}
@media (min-width: 768px) {
  .card__button {
    -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
    font-size: 1.1111111111vw;
    min-width: 6.6666666667vw;
    padding: 0.1111111111vw 0.8333333333vw;
  }
  .card__footer .card__button:nth-child(2) {
    margin-left: 1.6666666667vw;
  }
  .card__footer .card__button:first-child:hover {
    background-color: #32643C;
    border-color: #32643C;
    color: #FFF;
  }
  .card__footer .card__button:hover {
    background-color: #7BC182;
    color: #0E3E3C;
    border-color: #0E3E3C;
  }
}
@media (min-width: 1800px) {
  .card__button {
    font-size: 1.25rem;
    min-width: 120px;
    padding: 2px 15px;
  }
  .card__footer .card__button:nth-child(2) {
    margin-left: 30px;
  }
}

.card__footer-jal .card__button {
  display: inline-block;
  text-align: center;
  border-radius: 4vw;
  padding: 0.5333333333vw 4vw;
  min-width: 25.0666666667vw;
  font-size: 3.7333333333vw;
  border-color: #508250;
  background-color: #508250;
  color: #FFF;
}
.card__footer-jal .card__button:nth-child(2) {
  margin-left: 6.6666666667vw;
}
@media (min-width: 768px) {
  .card__footer-jal .card__button {
    -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
    font-size: 1.1111111111vw;
    min-width: 6.6666666667vw;
    padding: 0.1111111111vw 0.8333333333vw;
  }
  .card__footer-jal .card__button:nth-child(2) {
    margin-left: 1.6666666667vw;
  }
  .card__footer-jal .card__button:hover {
    background-color: #32643C;
    border-color: #32643C;
    color: #FFF;
  }
}
@media (min-width: 1800px) {
  .card__footer-jal .card__button {
    font-size: 1.25rem;
    min-width: 120px;
    padding: 2px 15px;
  }
  .card__footer-jal .card__button:nth-child(2) {
    margin-left: 30px;
  }
}

.btn {
  display: inline-block;
  padding: 1.7333333333vw 3.4666666667vw;
  border-radius: 4.5333333333vw;
  color: #0E3E3C;
  line-height: 1;
}
@media (min-width: 768px) {
  .btn {
    padding: 0.3611111111vw 1.1111111111vw;
  }
}

.btn__text {
  font-size: 4.2666666667vw;
  line-height: 1.33;
  font-weight: 700;
}
@media (min-width: 768px) {
  .btn__text {
    font-size: 1.1111111111vw;
  }
}
@media (min-width: 1800px) {
  .btn__text {
    font-size: 1.25rem;
  }
}

.btn--border {
  border-radius: 6.6666666667vw;
  padding-left: 5.3333333333vw;
  padding-right: 5.3333333333vw;
  border: 0.2666666667vw solid #0E3E3C;
}
@media (min-width: 768px) {
  .btn--border {
    padding-left: 1.1111111111vw;
    padding-right: 1.1111111111vw;
    border-radius: 1.3888888889vw;
    border-width: 0.0555555556vw;
  }
}
@media (min-width: 1800px) {
  .btn--border {
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 25px;
    border-width: 1px;
  }
}
@media (hover: hover) {
  .btn--border {
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
  }
  .btn--border:hover {
    background-color: #7BC182;
  }
}

.category-product {
  position: relative;
  margin-bottom: 8vw;
}
@media (min-width: 768px) {
  .category-product {
    margin-bottom: 1.6666666667vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1800px) {
  .category-product {
    margin-bottom: 30px;
  }
}

.category-product__logo,
.category-product__txt-pic,
.category-product__store-link {
  width: 100%;
}
.category-product__logo img,
.category-product__txt-pic img,
.category-product__store-link img {
  width: 100%;
}

@media (min-width: 768px) {
  .category-product__logo {
    width: 29.7619047619%;
  }
}

@media (min-width: 768px) {
  .category-product__txt-pic,
  .category-product__store-link {
    width: 70.2380952381%;
  }
}

.category-product__store-link {
  position: absolute;
  top: 70%;
  right: 0;
  bottom: 0;
}
@media (min-width: 768px) {
  .category-product__store-link {
    top: 50%;
  }
}
.category-product__store-link a {
  position: absolute;
}

.store-shopback {
  width: 61%;
  height: 15%;
  top: -66%;
  left: 34%;
}
@media (min-width: 768px) {
  .store-shopback {
    width: 28.5%;
    height: 20%;
    top: -15%;
    left: 22%;
  }
}

.index-link-overseas {
  border-radius: 1000px;
  width: 30%;
  height: 33.5%;
  top: 38%;
  left: 58.5%;
}
@media (min-width: 768px) {
  .index-link-overseas {
    width: 30.5%;
    height: 22.5%;
    top: 57%;
    left: 59%;
  }
}

.index-link-travel {
  border-radius: 1000px;
  width: 26%;
  height: 30%;
  top: 42%;
  left: 11.5%;
}
@media (min-width: 768px) {
  .index-link-travel {
    width: 26.5%;
    height: 21%;
    top: 57.5%;
  }
}

.page-food .store-food-ubereats {
  width: 16%;
  height: 18%;
  top: 46%;
  left: 35%;
}
@media (min-width: 768px) {
  .page-food .store-food-ubereats {
    width: 8%;
    height: 20%;
    top: 0%;
    left: 18.5%;
  }
}
.page-food .store-food-starbucks,
.page-food .store-food-komedascoffee,
.page-food .store-food-kurasushi {
  width: 16%;
  height: 18%;
  top: 48%;
  left: 35%;
}
@media (min-width: 768px) {
  .page-food .store-food-starbucks,
  .page-food .store-food-komedascoffee,
  .page-food .store-food-kurasushi {
    width: 8%;
    height: 20%;
    top: 0%;
    left: 18.5%;
  }
}
.page-food .store-food-sushiro {
  width: 16%;
  height: 17%;
  top: 46%;
  left: 34%;
}
@media (min-width: 768px) {
  .page-food .store-food-sushiro {
    width: 8%;
    height: 20%;
    top: 0%;
    left: 17.5%;
  }
}
.page-food .store-food-mosburger {
  width: 16%;
  height: 17%;
  top: 49%;
  left: 34%;
}
@media (min-width: 768px) {
  .page-food .store-food-mosburger {
    width: 8%;
    height: 20%;
    top: 4%;
    left: 17.5%;
  }
}

.page-shopping .store-shopping-taobao {
  width: 16%;
  height: 20%;
  top: 48%;
  left: 35%;
}
@media (min-width: 768px) {
  .page-shopping .store-shopping-taobao {
    width: 8%;
    height: 22%;
    top: 2.5%;
    left: 19%;
  }
}
.page-shopping .store-shopping-coupang {
  width: 16%;
  height: 20%;
  top: 48%;
  left: 35%;
}
@media (min-width: 768px) {
  .page-shopping .store-shopping-coupang {
    width: 8%;
    height: 22%;
    top: 2.5%;
    left: 19%;
  }
}
.page-shopping .store-shopping-shopee {
  width: 16%;
  height: 20%;
  top: 45%;
  left: 35%;
}
@media (min-width: 768px) {
  .page-shopping .store-shopping-shopee {
    width: 8%;
    height: 24%;
    top: 0%;
    left: 18.75%;
  }
}
.page-shopping .store-shopping-pinkoi {
  width: 38.5%;
  height: 18%;
  top: 8%;
  left: 58%;
}
@media (min-width: 768px) {
  .page-shopping .store-shopping-pinkoi {
    width: 18.5%;
    height: 25%;
    top: 0;
    left: 52%;
  }
}
.page-shopping .store-shopping-gu {
  width: 16%;
  height: 20%;
  top: 44%;
  left: 35%;
}
@media (min-width: 768px) {
  .page-shopping .store-shopping-gu {
    width: 8%;
    height: 24%;
    top: 1%;
    left: 17.5%;
  }
}
.page-shopping .store-shopping-uniqlo {
  width: 16%;
  height: 20%;
  top: 46%;
  left: 35%;
}
@media (min-width: 768px) {
  .page-shopping .store-shopping-uniqlo {
    width: 8%;
    height: 24%;
    top: 0%;
    left: 17.5%;
  }
}

.page-fashion .store-fashion-sulwhasoo {
  width: 26%;
  height: 20%;
  top: 34%;
  left: 6%;
}
@media (min-width: 768px) {
  .page-fashion .store-fashion-sulwhasoo {
    width: 12%;
    height: 25%;
    top: 0;
    left: 6%;
  }
}
.page-fashion .store-fashion-sabon {
  width: 40%;
  height: 20%;
  top: 12%;
  left: 28%;
}
@media (min-width: 768px) {
  .page-fashion .store-fashion-sabon {
    width: 18.5%;
    height: 25%;
    top: 0;
    left: 6%;
  }
}
.page-fashion .store-fashion-laneige {
  width: 21%;
  height: 20%;
  top: 32%;
  left: 9%;
}
@media (min-width: 768px) {
  .page-fashion .store-fashion-laneige {
    width: 9.5%;
    height: 25%;
    top: 0;
    left: 6%;
  }
}
.page-fashion .store-fashion-esteelauder {
  width: 22%;
  height: 15%;
  top: -5%;
  left: 9.5%;
}
@media (min-width: 768px) {
  .page-fashion .store-fashion-esteelauder {
    width: 9.5%;
    height: 23%;
    top: 0%;
    left: 38%;
  }
}
.page-fashion .store-fashion-origins {
  width: 21%;
  height: 15%;
  top: 12%;
  left: 45%;
}
@media (min-width: 768px) {
  .page-fashion .store-fashion-origins {
    width: 10.5%;
    height: 23%;
    top: 21%;
    left: 3%;
  }
}
.page-fashion .store-fashion-clinique {
  width: 11%;
  height: 15%;
  top: -5%;
  left: 36%;
}
@media (min-width: 768px) {
  .page-fashion .store-fashion-clinique {
    width: 5.5%;
    height: 23%;
    top: 0%;
    left: 50%;
  }
}
.page-fashion .store-fashion-maccosmetics {
  width: 18%;
  height: 15%;
  top: 12%;
  left: 25%;
}
@media (min-width: 768px) {
  .page-fashion .store-fashion-maccosmetics {
    width: 8%;
    height: 23%;
    top: 0%;
    left: 88%;
  }
}
.page-fashion .store-fashion-bobbibrown {
  width: 36%;
  height: 15%;
  top: -5%;
  left: 50%;
}
@media (min-width: 768px) {
  .page-fashion .store-fashion-bobbibrown {
    width: 17%;
    height: 23%;
    top: 0%;
    left: 57%;
  }
}
.page-fashion .store-fashion-lamer {
  width: 20%;
  height: 15%;
  top: 12%;
  left: 2%;
}
@media (min-width: 768px) {
  .page-fashion .store-fashion-lamer {
    width: 9.5%;
    height: 23%;
    top: 0%;
    left: 76%;
  }
}
.page-fashion .store-fashion-jomalone {
  width: 27%;
  height: 15%;
  top: 12%;
  left: 70%;
}
@media (min-width: 768px) {
  .page-fashion .store-fashion-jomalone {
    width: 13%;
    height: 23%;
    top: 21%;
    left: 15.5%;
  }
}
.page-fashion .store-fashion-sisley {
  width: 27%;
  height: 15%;
  top: 34%;
  left: 6%;
}
@media (min-width: 768px) {
  .page-fashion .store-fashion-sisley {
    width: 12%;
    height: 23%;
    top: 2%;
    left: 6%;
  }
}
.page-fashion .store-fashion-shiseido {
  width: 32%;
  height: 15%;
  top: -15%;
  left: 9%;
}
@media (min-width: 768px) {
  .page-fashion .store-fashion-shiseido {
    width: 15%;
    height: 20%;
    top: 0%;
    left: 34.5%;
  }
}
.page-fashion .store-fashion-cledepeaubeaute {
  width: 22%;
  height: 15%;
  top: -15%;
  left: 46%;
}
@media (min-width: 768px) {
  .page-fashion .store-fashion-cledepeaubeaute {
    width: 10%;
    height: 20%;
    top: 0%;
    left: 51%;
  }
}
.page-fashion .store-fashion-ipsa {
  width: 14%;
  height: 15%;
  top: 3%;
  left: 53%;
}
@media (min-width: 768px) {
  .page-fashion .store-fashion-ipsa {
    width: 6%;
    height: 20%;
    top: 0%;
    left: 85%;
  }
}
.page-fashion .store-fashion-narscosmetics {
  width: 15.5%;
  height: 15%;
  top: -15%;
  left: 72%;
}
@media (min-width: 768px) {
  .page-fashion .store-fashion-narscosmetics {
    width: 7%;
    height: 20%;
    top: 0%;
    left: 63%;
  }
}
.page-fashion .store-fashion-watashi {
  width: 28%;
  height: 15%;
  top: 3%;
  left: 21%;
}
@media (min-width: 768px) {
  .page-fashion .store-fashion-watashi {
    width: 11.5%;
    height: 20%;
    top: 0%;
    left: 72%;
  }
}
.page-fashion .store-fashion-kafen {
  width: 40%;
  height: 20%;
  top: 12%;
  left: 28%;
}
@media (min-width: 768px) {
  .page-fashion .store-fashion-kafen {
    width: 18%;
    height: 25%;
    top: 0;
    left: 6.5%;
  }
}
.page-fashion .store-fashion-saholea {
  width: 65%;
  height: 20%;
  top: 12%;
  left: 20%;
}
@media (min-width: 768px) {
  .page-fashion .store-fashion-saholea {
    width: 29%;
    height: 25%;
    top: 0;
    left: 6.5%;
  }
}
.page-fashion .store-fashion-aveda {
  width: 50%;
  height: 20%;
  top: 12%;
  left: 23%;
}
@media (min-width: 768px) {
  .page-fashion .store-fashion-aveda {
    width: 22%;
    height: 25%;
    top: 0;
    left: 6.5%;
  }
}

.page-travel .store-travel-eztravel {
  width: 27%;
  height: 15%;
  top: -66%;
  left: 16%;
}
@media (min-width: 768px) {
  .page-travel .store-travel-eztravel {
    width: 12%;
    height: 20%;
    top: -14%;
    left: 34.25%;
  }
}
.page-travel .store-travel-kkday {
  width: 48%;
  height: 15%;
  top: 18%;
  left: 18%;
}
@media (min-width: 768px) {
  .page-travel .store-travel-kkday {
    width: 22.5%;
    height: 25%;
    top: 0;
    left: 32%;
  }
}
.page-travel .store-travel-wamazing {
  width: 27%;
  height: 10%;
  top: -77%;
  left: 10%;
}
@media (min-width: 768px) {
  .page-travel .store-travel-wamazing {
    width: 12%;
    height: 12%;
    top: -30%;
    left: 36.25%;
  }
}
.page-travel .store-travel-tigerairtw,
.page-travel .store-travel-travel4u {
  width: 16%;
  height: 20%;
  top: 44%;
  left: 40%;
}
@media (min-width: 768px) {
  .page-travel .store-travel-tigerairtw,
  .page-travel .store-travel-travel4u {
    width: 8%;
    height: 24%;
    top: 2.5%;
    left: 18.75%;
  }
}
.page-travel .store-travel-tripcom,
.page-travel .store-travel-airbnb {
  width: 16%;
  height: 20%;
  top: 44%;
  left: 40%;
}
@media (min-width: 768px) {
  .page-travel .store-travel-tripcom,
  .page-travel .store-travel-airbnb {
    width: 8%;
    height: 24%;
    top: 2.5%;
    left: 18.75%;
  }
}
.page-travel .store-travel-klook {
  width: 47%;
  height: 20%;
  top: 20%;
  left: 18%;
}
@media (min-width: 768px) {
  .page-travel .store-travel-klook {
    width: 22%;
    height: 25%;
    top: 0;
    left: 32%;
  }
}
.page-travel .store-travel-goshare {
  width: 16%;
  height: 15%;
  top: 50%;
  left: 41%;
}
@media (min-width: 768px) {
  .page-travel .store-travel-goshare {
    width: 8%;
    height: 20%;
    top: 0%;
    left: 19.5%;
  }
}
.page-travel .store-travel-linego {
  width: 32%;
  height: 15%;
  top: -10%;
  left: 58%;
}
@media (min-width: 768px) {
  .page-travel .store-travel-linego {
    width: 16%;
    height: 20%;
    top: -10%;
    left: 59%;
  }
}
.page-travel .store-travel-expedia {
  width: 55%;
  height: 10%;
  top: -72%;
  left: 12%;
}
@media (min-width: 768px) {
  .page-travel .store-travel-expedia {
    width: 25%;
    height: 12%;
    top: -26%;
    left: 32%;
  }
}

.page-pet .store-pet-maoselect {
  width: 40%;
  height: 18%;
  top: 4%;
  left: 10%;
}
@media (min-width: 768px) {
  .page-pet .store-pet-maoselect {
    width: 19%;
    height: 21%;
    top: 0%;
    left: 6%;
  }
}
.page-pet .store-pet-psbubu {
  width: 44%;
  height: 18%;
  top: 13%;
  left: 31%;
}
@media (min-width: 768px) {
  .page-pet .store-pet-psbubu {
    width: 21%;
    height: 21%;
    top: 0%;
    left: 6%;
  }
}
.page-pet .store-pet-dogcatstar {
  width: 31%;
  height: 18%;
  top: 15%;
  left: 6%;
}
@media (min-width: 768px) {
  .page-pet .store-pet-dogcatstar {
    width: 15%;
    height: 21%;
    top: 0%;
    left: 6%;
  }
}
.page-pet .store-pet-litomon {
  width: 31%;
  height: 18%;
  top: 15%;
  left: 24%;
}
@media (min-width: 768px) {
  .page-pet .store-pet-litomon {
    width: 15%;
    height: 21%;
    top: 0%;
    left: 6%;
  }
}
.page-pet .store-pet-heromamapet {
  width: 41%;
  height: 18%;
  top: 15%;
  left: 19%;
}
@media (min-width: 768px) {
  .page-pet .store-pet-heromamapet {
    width: 19%;
    height: 21%;
    top: 0%;
    left: 6%;
  }
}
.page-pet .store-pet-ladynpet {
  width: 31%;
  height: 18%;
  top: 13%;
  left: 25%;
}
@media (min-width: 768px) {
  .page-pet .store-pet-ladynpet {
    width: 15%;
    height: 21%;
    top: 0%;
    left: 6%;
  }
}

.page-life .store-life-linetv {
  width: 21%;
  height: 15%;
  top: -2%;
  left: 24.5%;
}
@media (min-width: 768px) {
  .page-life .store-life-linetv {
    width: 9.5%;
    height: 25%;
    top: 0;
    left: 31.5%;
  }
}
.page-life .store-life-worldgym {
  width: 60%;
  height: 20%;
  top: 0%;
  left: 7.5%;
}
@media (min-width: 768px) {
  .page-life .store-life-worldgym {
    width: 28.5%;
    height: 25%;
    top: 0;
    left: 6.5%;
  }
}
.page-life .store-life-dyson {
  width: 65%;
  height: 20%;
  top: 4%;
  left: 10%;
}
@media (min-width: 768px) {
  .page-life .store-life-dyson {
    width: 30%;
    height: 25%;
    top: 0;
    left: 32%;
  }
}
.page-life .store-life-damokampo {
  width: 42%;
  height: 20%;
  top: 16%;
  left: 26.5%;
}
@media (min-width: 768px) {
  .page-life .store-life-damokampo {
    width: 19.56%;
    height: 25%;
    top: 1%;
    left: 6.5%;
  }
}
.page-life .store-life-samsung {
  width: 32%;
  height: 20%;
  top: 2%;
  left: 30.5%;
}
@media (min-width: 768px) {
  .page-life .store-life-samsung {
    width: 14.56%;
    height: 25%;
    top: 1%;
    left: 6.5%;
  }
}
.page-life .store-life-netflix {
  width: 16%;
  height: 20%;
  top: 45%;
  left: 35%;
}
@media (min-width: 768px) {
  .page-life .store-life-netflix {
    width: 8%;
    height: 24%;
    top: 2.5%;
    left: 18.5%;
  }
}
.page-life .store-life-ikea {
  width: 16%;
  height: 20%;
  top: 45%;
  left: 35%;
}
@media (min-width: 768px) {
  .page-life .store-life-ikea {
    width: 8%;
    height: 24%;
    top: 2.5%;
    left: 18.5%;
  }
}
.page-life .store-life-corarefour {
  width: 16%;
  height: 20%;
  top: 45%;
  left: 35%;
}
@media (min-width: 768px) {
  .page-life .store-life-corarefour {
    width: 8%;
    height: 24%;
    top: 0%;
    left: 18.75%;
  }
}
.page-life .store-life-nitori {
  width: 16%;
  height: 20%;
  top: 45%;
  left: 35%;
}
@media (min-width: 768px) {
  .page-life .store-life-nitori {
    width: 8%;
    height: 24%;
    top: 2.5%;
    left: 18.75%;
  }
}
.page-life .store-life-dondondonki {
  width: 16%;
  height: 20%;
  top: 45%;
  left: 35%;
}
@media (min-width: 768px) {
  .page-life .store-life-dondondonki {
    width: 8%;
    height: 24%;
    top: 0%;
    left: 18%;
  }
}
.page-life .store-life-underarmour {
  width: 48%;
  height: 20%;
  top: 16%;
  left: 23%;
}
@media (min-width: 768px) {
  .page-life .store-life-underarmour {
    width: 23%;
    height: 25%;
    top: 1%;
    left: 6%;
  }
}
.page-life .store-life-hahow {
  width: 35%;
  height: 20%;
  top: 25%;
  left: 25%;
}
@media (min-width: 768px) {
  .page-life .store-life-hahow {
    width: 17%;
    height: 20%;
    top: 2%;
    left: 32%;
  }
}

.side-btn-list {
  position: fixed;
  z-index: 7;
  bottom: 0;
  left: 0;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .side-btn-list {
    display: none;
  }
}

.side-btn-list__item {
  padding-left: 0;
  margin: 0;
  width: 16.6666666667%;
  border-radius: 3.2vw 3.2vw 0 0;
  background-color: #E0EDC6;
}
.side-btn-list__item:nth-child(2n+1) {
  background-color: #508250;
}
.side-btn-list__item.active {
  background-color: #FF781E;
}
.side-btn-list__item.active .side-btn-list__pic {
  display: none;
}
.side-btn-list__item.active .side-btn-list__pic:nth-child(2) {
  display: block;
}

.side-btn-list__link {
  display: block;
}

.side-btn-list__pic {
  display: block;
}
.side-btn-list__pic img {
  width: 100%;
}
.side-btn-list__pic:nth-child(2) {
  display: none;
}

.tab-content__item {
  display: none;
}
.tab-content__item.active {
  display: block;
}

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

.tab-buttons__btn {
  padding: 0;
  border: none;
}

.article-title {
  font-size: 4.2666666667vw;
  line-height: 1.428;
  margin-top: 0;
  margin-bottom: 4vw;
}
@media (min-width: 768px) {
  .article-title {
    font-size: 1vw;
    line-height: 1.625;
    margin-bottom: 0.8333333333vw;
  }
}
@media (min-width: 1800px) {
  .article-title {
    font-size: 1.125rem;
    margin-bottom: 15px;
    margin-bottom: 15px;
  }
}
.article-title span {
  display: inline-block;
}

.article-text {
  font-size: 3.7333333333vw;
  line-height: 1.428;
  margin-bottom: 2.6666666667vw;
  color: #414042;
}
@media (min-width: 768px) {
  .article-text {
    font-size: 1vw;
    line-height: 1.625;
    margin-bottom: 0.5555555556vw;
  }
}
@media (min-width: 1800px) {
  .article-text {
    font-size: 1.125rem;
    margin-bottom: 15px;
  }
}

.order-list li > p.article-text {
  margin-top: 0;
}
.article-notice {
  padding: 0;
  font-weight: normal;
  font-size: 3.2vw;
}
@media (min-width: 768px) {
  .article-notice {
    font-size: 0.8888888889vw;
  }
}
@media (min-width: 1800px) {
  .article-notice {
    font-size: 1rem;
  }
}

.article-notice p {
  font-weight: normal;
  font-size: 3.2vw;
  text-align: center;
}
@media (min-width: 768px) {
  .article-notice p {
    font-size: 0.8888888889vw;
  }
}
@media (min-width: 1800px) {
  .article-notice p {
    font-size: 1rem;
  }
}

ol.order-list {
  padding-left: 0;
  margin: 0;
}
ol.order-list ol {
  margin-top: 2.6666666667vw;
  margin-left: 0;
}
ol.order-list li {
  font-size: 3.7333333333vw;
  line-height: 1.428;
  margin-bottom: 2.6666666667vw;
  color: #414042;
  word-break: break-all;
}
ol.order-list li .text-underline-bold {
  text-decoration: underline;
  font-weight: bold;
}
ol.order-list > li ol {
  margin-left: 0;
  padding-left: 1em;
}
ol.order-list > li > ol {
  list-style: none;
  counter-reset: my-counter;
  margin-left: 0;
  padding-left: 1em;
}
ol.order-list > li > ol > li {
  position: relative;
  counter-increment: my-counter;
  padding-left: 0;
  margin-left: 1em;
}
ol.order-list > li > ol > li .d-block {
  width: 100%;
}
ol.order-list > li > ol > li::before {
  display: inline-block;
  width: 2em;
  margin-left: -2em;
  position: absolute;
  top: 0;
  left: 0;
  content: "(" counter(my-counter) ")";
}
ol.order-list > li > ol > li > ol {
  list-style: lower-alpha;
  padding-left: 0;
}
ol.order-list.nostyle li {
  list-style: none;
}
@media (min-width: 768px) {
  ol.order-list ol {
    margin-top: 0;
  }
  ol.order-list li {
    font-size: 0.8888888889vw;
    line-height: 1.625;
    margin-bottom: 0.5555555556vw;
  }
}
@media (min-width: 1800px) {
  ol.order-list ol {
    margin-top: 0;
  }
  ol.order-list li {
    font-size: 1rem;
    margin-bottom: 15px;
  }
}

.dot-list {
  list-style: none;
}
.dot-list li {
  position: relative;
  padding-left: 5.333333vw;
  margin-bottom: 4vw;
}
@media (min-width: 768px) {
  .dot-list li {
    padding-left: 1.428571vw;
    margin-bottom: 1.071429vw;
  }
}
@media (min-width: 1440px) {
  .dot-list li {
    padding-left: 20px;
    margin-bottom: 15px;
  }
}
.dot-list li::before {
  content: "・";
  position: absolute;
  width: 5.333333vw;
  height: 5.333333vw;
  top: 0.8vw;
  left: 0;
}
@media (min-width: 768px) {
  .dot-list li::before {
    width: 1.428571vw;
    height: 1.428571vw;
    top: 0.214286vw;
  }
}
@media (min-width: 1440px) {
  .dot-list li::before {
    width: 20px;
    height: 20px;
    top: 3px;
  }
}
.dot-list.no-dot li::before {
  display: none;
}

.slick-dots {
  font-size: 0;
  text-align: center;
  margin-left: 5.3333333333vw;
  margin-right: 5.3333333333vw;
  -ms-flex-preferred-size: content;
      flex-basis: content;
  position: static;
}
.slick-dots li {
  vertical-align: middle;
  width: 2.6666666667vw;
  height: 2.6666666667vw;
  margin-left: 1.3333333333vw;
  margin-right: 1.3333333333vw;
}
.slick-dots li button {
  width: 2.6666666667vw;
  height: 2.6666666667vw;
  padding: 0;
  border-radius: 50%;
  background-color: #E0EDC6;
}
.slick-dots li button::before {
  content: none;
}
.slick-dots li:last-child {
  margin-right: 0;
}
.slick-dots li:first-child {
  margin-left: 0;
}
.slick-dots li.slick-active button {
  background-color: #7BC182;
}
@media (min-width: 768px) {
  .slick-dots {
    margin-left: 2.2222222222vw;
    margin-right: 2.2222222222vw;
  }
  .slick-dots li {
    width: 0.8333333333vw;
    height: 0.8333333333vw;
    margin-left: 0.5555555556vw;
    margin-right: 0.5555555556vw;
  }
  .slick-dots li button {
    width: 0.8333333333vw;
    height: 0.8333333333vw;
  }
}
@media (min-width: 1800px) {
  .slick-dots {
    margin-left: 40px;
    margin-right: 40px;
  }
  .slick-dots li {
    width: 15px;
    height: 15px;
    margin-left: 20px;
    margin-right: 20px;
  }
  .slick-dots li button {
    width: 15px;
    height: 15px;
  }
}

.slick-prev, .slick-next {
  position: relative;
  width: 4.2666666667vw;
  height: 8.5333333333vw;
  background-repeat: no-repeat;
  background-image: url("../images/common/icon_arrow_green.png");
  background-size: contain;
  z-index: 2;
}
.slick-prev::before, .slick-next::before {
  content: none;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  background-image: url("../images/common/icon_arrow_green.png");
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .slick-prev, .slick-next {
    width: 1.6666666667vw;
    height: 3.3333333333vw;
  }
}
@media (min-width: 1800px) {
  .slick-prev, .slick-next {
    width: 30px;
    height: 60px;
  }
}

.slick-prev {
  position: absolute;
  left: 0;
  -webkit-transform: translate(0, -50%) rotateZ(180deg);
          transform: translate(0, -50%) rotateZ(180deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.slick-next {
  position: absolute;
  right: 0;
}

.header {
  position: fixed;
  top: 2.6666666667vw;
  left: 2.6666666667vw;
  right: 2.6666666667vw;
  margin-left: auto;
  margin-right: auto;
  z-index: 19;
}
@media (min-width: 768px) {
  .header {
    width: 90%;
    top: 1.1111111111vw;
    left: 0;
    right: 0;
  }
}
@media (min-width: 1800px) {
  .header {
    top: 20px;
  }
}

.header-container {
  height: 13.3333333333vw;
  padding-left: 2.6666666667vw;
  padding-right: 2.6666666667vw;
  border-radius: 6.6666666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #FFF;
}
@media (min-width: 768px) {
  .header-container {
    height: 4.4444444444vw;
    padding-left: 1.1111111111vw;
    padding-right: 1.1111111111vw;
    border-radius: 2.2222222222vw;
    max-width: 1620px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1800px) {
  .header-container {
    height: 80px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 40px;
  }
}

.header-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-feature > .header-link-btn:nth-child(2) {
  display: none;
}
@media (min-width: 768px) {
  .header-feature {
    display: none;
    padding-right: 0.5555555556vw;
  }
  .header-feature > .header-link-btn:nth-child(2) {
    margin-left: 1.6666666667vw;
    display: inline-block;
  }
}
@media (min-width: 1800px) {
  .header-feature {
    padding-right: 10px;
  }
  .header-feature > .header-link-btn:nth-child(2) {
    margin-left: 30px;
  }
}

.hamburger {
  padding: 0;
  background-image: url("../images/common/burger.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 9.0666666667vw;
  height: 8.5333333333vw;
  margin-left: 2.6666666667vw;
}
@media (min-width: 768px) {
  .hamburger {
    display: none;
  }
}

.header-link-btn {
  font-weight: bold;
  display: inline-block;
  font-size: 3.2vw;
  padding: 1.0666666667vw 3.2vw;
  background-color: #FF781E;
  color: #FFF;
  line-height: 1.3571428571;
  border-radius: 3.6vw;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .header-link-btn {
    font-size: 1.1111111111vw;
    padding: 0.3611111111vw 1.1111111111vw;
  }
}
@media (min-width: 1800px) {
  .header-link-btn {
    font-size: 1.25rem;
    padding: 4px 12px;
    border-radius: 50px;
  }
}
@media (hover: hover) {
  .header-link-btn:hover {
    background-color: #FF4B00;
  }
}

.link-btn-secondary {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 3.2vw auto;
  font-size: 3.2vw;
  padding: 1.0666666667vw 3.2vw;
  background-color: #508250;
  color: #FFF;
  line-height: 1.3571428571;
  border-radius: 3.6vw;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .link-btn-secondary {
    display: inline-block;
    margin: 0;
    font-size: 1.1111111111vw;
    padding: 0.3611111111vw 1.1111111111vw;
  }
}
@media (min-width: 1800px) {
  .link-btn-secondary {
    font-size: 1.25rem;
    padding: 4px 12px;
    border-radius: 50px;
  }
}
@media (hover: hover) {
  .link-btn-secondary:hover {
    background-color: #32643C;
  }
}

.header-logo {
  position: relative;
  z-index: 2;
}
.header-logo img {
  height: 6.9333333333vw;
}
@media (min-width: 768px) {
  .header-logo img {
    height: 2.7777777778vw;
  }
}
@media (min-width: 1800px) {
  .header-logo img {
    height: 50px;
  }
}

@media (max-width: 767.98px) {
  .header-nav {
    position: fixed;
    top: 0;
    left: 50%;
    height: 90px;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    overflow: auto;
    -webkit-transition: opacity 0.3s 0.6s ease-in-out, visibility 0s 0.9s ease-in-out;
    transition: opacity 0.3s 0.6s ease-in-out, visibility 0s 0.9s ease-in-out;
  }
  .header-nav::before, .header-nav::after {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .header-nav::before {
    left: 0;
    background-color: #1C0F0C;
    opacity: 0.75;
  }
  .header-nav::after {
    right: 0;
    width: 0;
    background-image: url("../images/common/menu_bg-xs.png");
    background-size: 100% auto;
    background-repeat: repeat-y;
    background-position: center;
    -webkit-transition: width 0.3s 0.3s linear;
    transition: width 0.3s 0.3s linear;
  }
}
.header--menu-open .header-nav {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.header--menu-open .header-nav::after {
  width: 100%;
}

@media (max-width: 767.98px) {
  .header-nav__area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    opacity: 0;
    -webkit-transition: opacity 0.3s 0s ease-in-out;
    transition: opacity 0.3s 0s ease-in-out;
    min-height: 100dvh;
  }
  .header--menu-open .header-nav__area {
    opacity: 1;
    -webkit-transition: opacity 0.3s 0.6s ease-in-out;
    transition: opacity 0.3s 0.6s ease-in-out;
  }
}

.header-nav__close {
  background-image: url("../images/common/btn_lightbox_close.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 6.9333333333vw;
  height: 6.9333333333vw;
  position: fixed;
  top: 2.6666666667vw;
  right: 2.6666666667vw;
  z-index: 2;
}
@media (min-width: 768px) {
  .header-nav__close {
    display: none;
  }
}

.header-nav__title {
  display: block;
  position: relative;
  z-index: 2;
  width: 103.5px;
  height: 103.5px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1200px) {
  .header-nav__title {
    width: 120px;
    height: 120px;
    background-color: #FFF;
    border-radius: 50%;
  }
}

.header-menu {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  text-align: center;
  margin-left: auto;
}
.header-menu, .header-menu ul, .header-menu ol {
  list-style: none;
}
.header-menu ul, .header-menu ol {
  padding-left: 0;
}
.header-menu li {
  font-size: 0;
  padding-left: 0;
  margin-left: 0;
  position: relative;
}
@media (min-width: 768px) {
  .header-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-menu, .header-menu ul, .header-menu ol {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .header-menu {
    padding-top: 16vw;
    padding-bottom: 16vw;
    width: 80%;
  }
}

@media (min-width: 768px) {
  .header-menu__item:not(:last-child) {
    margin-right: 0.5555555556vw;
  }
  .header-menu__item:last-child {
    margin-left: 1.1111111111vw;
    margin-right: 0.5555555556vw;
  }
  .header-menu__item:last-child .header-link-btn:not(:last-child) {
    margin-right: 1.6666666667vw;
  }
}
@media (min-width: 1800px) {
  .header-menu__item:not(:last-child) {
    margin-right: 10px;
  }
  .header-menu__item:last-child {
    margin-left: 20px;
    margin-right: 10px;
  }
  .header-menu__item:last-child .header-link-btn:not(:last-child) {
    margin-right: 30px;
  }
}
@media (max-width: 767.98px) {
  .header-menu__item:not(:last-child) {
    margin-bottom: 8vw;
  }
  .header-menu__item:last-child .header-link-btn {
    font-size: 4.2666666667vw;
    padding: 1.7333333333vw 3.4666666667vw;
    border-radius: 4.5333333333vw;
  }
  .header-menu__item:last-child .header-link-btn:nth-child(2) {
    margin-right: 5.3333333333vw;
  }
  .header-menu__item:last-child .header-link-btn:nth-child(1) {
    padding: 1.7333333333vw 5.8666666667vw;
    font-size: 6.4vw;
    border-radius: 7.2vw;
    margin-bottom: 8vw;
  }
}

@media (min-width: 768px) {
  .header-menu__item--more > .header-menu-link::after {
    content: "";
    display: inline-block;
    width: 1.5vw;
    height: 1.5vw;
    background-image: url("../images/common/icon_arrow_drop.png");
    background-repeat: no-repeat;
    vertical-align: middle;
    background-size: contain;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transition: color 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, transform 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
  .header-menu__item--more:hover > .header-menu-link {
    color: #0E3E3C;
  }
  .header-menu__item--more:hover > .header-menu-link::after {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .header-menu__item--more:hover .header-sub-menu {
    opacity: 1;
    pointer-events: auto;
  }
}
@media (min-width: 1800px) {
  .header-menu__item--more > .header-menu-link::after {
    width: 27px;
    height: 27px;
  }
}

.header-menu-link {
  font-weight: bold;
}
@media (min-width: 768px) {
  .header-menu-link {
    color: #1C0F0C;
    font-size: 1.1111111111vw;
    height: 4.4444444444vw;
    line-height: 4.4444444444vw;
    padding-left: 0.5555555556vw;
    padding-right: 0.5555555556vw;
  }
  .header-menu-link:hover {
    color: #0E3E3C;
  }
}
@media (min-width: 1800px) {
  .header-menu-link {
    font-size: 1.25rem;
    line-height: 80px;
    height: 80px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 767.98px) {
  .header-menu-link {
    color: #0E3E3C;
    font-size: 7.2vw;
  }
  .header-menu-link:not(.header-menu-link[href="#"]) .header-menu-link__text {
    text-decoration: underline;
  }
}

.header-menu-link__text {
  position: relative;
  display: inline-block;
}
@media (max-width: 767.98px) {
  .header-menu-link__text::before, .header-menu-link__text::after {
    content: "";
    display: block;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    background-image: url("../images/common/icon_flower_yellow.png");
    background-size: contain;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .header-menu-link__text::before {
    right: 100%;
  }
  .header-menu-link__text::after {
    left: 100%;
  }
}

.header-sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.header-sub-menu > li {
  width: 50%;
  text-align: center;
}
@media (min-width: 768px) {
  .header-sub-menu {
    pointer-events: none;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 13.3333333333vw;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .header-sub-menu > li {
    background-color: #7BC182;
  }
  .header-sub-menu > li > a {
    display: block;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.7777777778vw;
    padding-bottom: 0.7777777778vw;
    line-height: 1.33;
    color: #FFF;
    font-size: 1vw;
    height: auto;
  }
  .header-sub-menu > li:nth-child(5) {
    border-radius: 0px 0px 0px 0.5555555556vw;
  }
  .header-sub-menu > li:nth-child(6) {
    border-radius: 0px 0px 0.5555555556vw 0px;
  }
  .header-sub-menu > li:hover {
    background-color: #32643C;
  }
  .header-sub-menu > li:hover > a {
    color: #FFF;
  }
}
@media (min-width: 1800px) {
  .header-sub-menu {
    width: 240px;
  }
  .header-sub-menu > li > a {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 1.125rem;
  }
  .header-sub-menu > li:nth-child(5) {
    border-radius: 0px 0px 0px 10px;
  }
  .header-sub-menu > li:nth-child(6) {
    border-radius: 0px 0px 10px 0px;
  }
}
@media (max-width: 767.98px) {
  .header-sub-menu {
    margin-left: 8vw;
    margin-right: 8vw;
  }
  .header-sub-menu .header-menu-link {
    font-size: 5.3333333333vw;
    text-decoration: underline;
  }
}

.footer {
  width: 100%;
  padding-top: 2.666667vw;
  padding-bottom: 2.666667vw;
  background-color: #FFF;
  position: relative;
  z-index: 7;
}
@media (min-width: 768px) {
  .footer {
    padding-top: 20px;
    padding-bottom: 15px;
  }
  .footer .container {
    width: 90%;
    max-width: 1620%;
  }
}
.group_ctbcWarning {
  padding: 0;
}
@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;
    max-width: 1920px;
    margin: 0 auto;
  }
}
.group_ctbcWarning a {
  text-decoration: underline;
}

.ctbcWarning_title {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  color: #414042;
  font-size: 6.9333333333vw;
  line-height: 1.34;
  margin-bottom: 1.333333vw;
}
@media (min-width: 768px) {
  .ctbcWarning_title {
    white-space: nowrap;
    width: auto;
    font-size: 2.5vw;
    margin-bottom: 0;
    text-align: center;
  }
}
@media (min-width: 1800px) {
  .ctbcWarning_title {
    font-size: 2.8125rem;
    margin-bottom: 0;
  }
}
.ctbcWarning_title span {
  display: inline-block;
}

.ctbcWarning_text {
  font-size: 3.7333333333vw;
  color: #414042;
  line-height: 1.4;
}
.ctbcWarning_text a {
  color: #414042;
}
@media (min-width: 768px) {
  .ctbcWarning_text {
    font-size: 0.8888888889vw;
    width: 69.7619047619%;
    padding-left: 1.3888888889vw;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
@media (min-width: 1800px) {
  .ctbcWarning_text {
    font-size: 1rem;
    padding-left: 25px;
  }
}

.page-kv-box {
  aspect-ratio: 375/250;
  -webkit-transition: aspect-ratio 0.8s ease-in-out;
  transition: aspect-ratio 0.8s ease-in-out;
  position: relative;
  height: 66.6666666667vw;
  background-color: #C1DC8D;
}
.page-kv-box::after {
  content: "";
  background-color: #C1DC8D;
  width: 100%;
  height: 10.6666666667vw;
  display: block;
  position: fixed;
  left: 0;
  top: 66.6666666667vw;
}
@media (min-width: 768px) {
  .page-kv-box {
    aspect-ratio: unset;
    height: 25.5555555556vw;
  }
  .page-kv-box::after {
    top: 25.5555555556vw;
    height: 5.5555555556vw;
  }
}
@media (min-width: 1800px) {
  .page-kv-box {
    aspect-ratio: unset;
    height: 460px;
  }
  .page-kv-box::after {
    top: 460px;
    height: 100px;
  }
}

.page-kv-box--relative .page-kv {
  position: relative;
}

.page-kv {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
}
.page-kv .kv__area {
  position: relative;
  aspect-ratio: 375/250;
  -webkit-transition: aspect-ratio 0.8s ease-in-out;
  transition: aspect-ratio 0.8s ease-in-out;
}
@media (min-width: 768px) {
  .page-kv {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(33%, #C1DC8D), color-stop(33%, #C8F0FF));
    background-image: linear-gradient(0deg, #C1DC8D 33%, #C8F0FF 33%);
  }
  .page-kv::before, .page-kv::after {
    content: "";
    width: 5vw;
    height: 100%;
    position: absolute;
    top: 0;
    background-image: url("../images/common/page_kv_repeatbg-lg.png");
    background-size: 100% 25.5555555556vw;
    background-repeat: repeat-x;
  }
  .page-kv::before {
    left: 0;
  }
  .page-kv::after {
    right: 0;
  }
  .page-kv .kv__area {
    aspect-ratio: unset;
    height: 25.5555555556vw;
    -webkit-transition: height 0.8s ease-in-out;
    transition: height 0.8s ease-in-out;
  }
}
@media (min-width: 1800px) {
  .page-kv::before, .page-kv::after {
    width: calc(50% - 810px);
    background-size: 90px 460px;
  }
  .page-kv .kv__area {
    height: 460px;
  }
}
@media (max-width: 767.98px) {
  .page-kv .container {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
  }
}

.page-kv--animate .kv__area {
  aspect-ratio: 375/250;
}
@media (min-width: 768px) {
  .page-kv--animate .kv__area {
    aspect-ratio: unset;
    height: 25.5555555556vw;
  }
}
@media (min-width: 1800px) {
  .page-kv--animate .kv__area {
    height: 460px;
  }
}

.kv-pics__item {
  position: absolute;
  width: 100%;
  height: auto;
  left: 50%;
  -webkit-transition: -webkit-transform 0.8s ease-in-out;
  transition: -webkit-transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
}
.kv-pics__item img {
  max-width: none;
  max-height: none;
  width: 100%;
}
@media (min-width: 768px) {
  .kv-pics__item {
    height: 21.1111111111vw;
  }
  .kv-pics__item picture {
    height: 100%;
  }
  .kv-pics__item img {
    width: auto;
    height: 100%;
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@media (min-width: 1800px) {
  .kv-pics__item {
    height: 380px;
  }
}

.kv-pics__item--main {
  top: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  height: 100%;
}

.kv-pics__item--wall, .kv-pics__item--other {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.kv-pics__item--light {
  top: 0;
  ransform: translate(-50%, -50%);
}

.page-kv-store-issuer-link {
  position: absolute;
  width: 28%;
  height: 7%;
  top: 40%;
  left: 38%;
}
@media (min-width: 768px) {
  .page-kv-store-issuer-link {
    width: 10%;
    height: 9%;
    top: 41%;
    left: 45.5%;
  }
}

.nav-menu {
  display: none;
  padding-left: 0;
  margin: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .nav-menu {
    display: block;
    text-align: center;
    font-size: 0;
    padding-top: 1.1111111111vw;
    padding-bottom: 1.1111111111vw;
  }
}
@media (min-width: 1800px) {
  .nav-menu {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.nav-menu__item {
  display: inline-block;
  margin-left: 0;
  padding-left: 0;
  width: 8.3333333333vw;
}
.nav-menu__item:not(:last-child) {
  margin-right: 2.2222222222vw;
}
@media (min-width: 1800px) {
  .nav-menu__item {
    width: 150px;
  }
  .nav-menu__item:not(:last-child) {
    margin-right: 40px;
  }
}

.nav-menu__item--active .nav-menu__link {
  border-color: #FF781E;
}
.nav-menu__item--active .nav-menu__graph {
  opacity: 0;
}
.nav-menu__item--active .nav-menu__graph--active {
  opacity: 1;
}

.nav-menu__link {
  background-color: #FFF;
  display: block;
  position: relative;
  border: 0.1111111111vw solid #508250;
  border-radius: 1.3888888889vw;
  -webkit-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
}
@media (min-width: 1800px) {
  .nav-menu__link {
    border-width: 2px;
    border-radius: 25px;
  }
}
@media (hover: hover) {
  .nav-menu__link:hover {
    border-color: #FF781E;
  }
  .nav-menu__link:hover .nav-menu__graph {
    opacity: 0;
  }
  .nav-menu__link:hover .nav-menu__graph--active {
    opacity: 1;
  }
}

.nav-menu__graph {
  display: block;
  width: 100%;
  aspect-ratio: 150/50;
  background-size: contain;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.nav-menu__graph--active {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.collapse-box {
  position: relative;
}

.collapse-box__content-box {
  overflow: hidden;
  max-height: 30vh;
  -webkit-transition: max-height 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .collapse-box__content-box {
    max-height: 40vh;
  }
}

.collapse-box__control {
  text-align: center;
  padding-top: 6.6666666667vw;
  padding-bottom: 0;
}
.lightbox__content .collapse-box__control {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
}
@media (min-width: 768px) {
  .collapse-box__control {
    padding-top: 1.1111111111vw;
    padding-bottom: 1.1111111111vw;
  }
}
@media (min-width: 1800px) {
  .collapse-box__control {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.collapse-box__trigger-btn {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.collapse-box__trigger-btn::before {
  font-size: 4.2666666667vw;
  content: "more";
}
.collapse-box__trigger-btn::after {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: 10.6666666667vw;
  background-image: url("../images/common/btn_arrow_normal.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotateZ(90deg);
          transform: rotateZ(90deg);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.collapse-box--active .collapse-box__trigger-btn::before {
  content: "close";
}
.collapse-box--active .collapse-box__trigger-btn::after {
  -webkit-transform: rotateZ(270deg);
          transform: rotateZ(270deg);
}
@media (min-width: 768px) {
  .collapse-box__trigger-btn::before {
    font-size: 1.1111111111vw;
  }
  .collapse-box__trigger-btn::after {
    width: 3.3333333333vw;
  }
}
@media (min-width: 1800px) {
  .collapse-box__trigger-btn::before {
    font-size: 1.25rem;
  }
  .collapse-box__trigger-btn::after {
    width: 60px;
  }
}

.collapse-box--active .collapse-box__content-box {
  max-height: none;
  padding-bottom: 2.6666666667vw;
}
@media (min-width: 768px) {
  .collapse-box--active .collapse-box__content-box {
    padding-bottom: 0;
  }
}
.collapse-box--collapsing .collapse-box__content-box {
  max-height: inherit;
}

.lightbox__slider-cards-box {
  position: relative;
  margin-bottom: 6.6666666667vw;
}
@media (min-width: 768px) {
  .lightbox__slider-cards-box {
    margin-bottom: 2.7777777778vw;
  }
}
@media (min-width: 1800px) {
  .lightbox__slider-cards-box {
    margin-bottom: 50px;
  }
}

.lightbox__slider-cards {
  position: relative;
  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;
  width: 100%;
  list-style: none;
  margin: 0;
  padding-left: 9.3333333333vw;
  padding-right: 9.3333333333vw;
}
.lightbox__slider-cards.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.lightbox__slider-cards .slick-arrow {
  font-size: 0;
  width: 8vw;
  height: 8vw;
}
.lightbox__slider-cards .slick-prev::before {
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}
.lightbox__slider-cards .slick-prev {
  left: 0;
}
.lightbox__slider-cards .slick-next {
  right: 0;
}
@media (min-width: 768px) {
  .lightbox__slider-cards {
    padding-left: 3.6111111111vw;
    padding-right: 3.6111111111vw;
  }
  .lightbox__slider-cards .slick-arrow {
    width: 3.3333333333vw;
    height: 3.3333333333vw;
  }
}
@media (min-width: 1800px) {
  .lightbox__slider-cards {
    padding-left: 65px;
    padding-right: 65px;
  }
  .lightbox__slider-cards .slick-arrow {
    width: 60px;
    height: 60px;
  }
}

.lightbox__slider-cards__item {
  margin: 0;
  padding-left: 0;
  width: 37.3333333333vw;
}
.lightbox__slider-cards__item > a {
  width: 100%;
}
@media (min-width: 768px) {
  .lightbox__slider-cards__item {
    width: 9.7222222222vw;
  }
}
@media (min-width: 1800px) {
  .lightbox__slider-cards__item {
    width: 175px;
  }
}

.lightbox__slider-cards-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.lightbox__slider-cards-control .slick-dots {
  bottom: 0;
  position: relative;
}
.lightbox__slider-cards-control li.slick-active button {
  background-color: #508250;
}

.lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  overflow: auto;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.lightbox::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #414042;
  opacity: 0.85;
}
.lightbox.active {
  display: block;
  z-index: 19;
}

.lightbox__bg {
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.lightbox__area {
  position: relative;
  margin-left: 4vw;
  margin-right: 4vw;
  margin-top: 13.3333333333vw;
  margin-bottom: 13.3333333333vw;
}
@media (min-width: 768px) {
  .lightbox__area {
    margin-top: 5.5555555556vw;
    margin-bottom: 5.5555555556vw;
    margin-left: auto;
    margin-right: auto;
    width: 77.7777777778vw;
    max-width: 76.5027322404%;
  }
}
@media (min-width: 1800px) {
  .lightbox__area {
    margin-top: 100px;
    margin-bottom: 100px;
    width: 1400px;
  }
}
@media (min-width: 768px) {
  .lightbox__area.onlyphoto {
    width: 50vw;
  }
}
@media (min-width: 768px) {
  .lightbox__area.onlyphoto {
    width: 900px;
  }
}
.lightbox__area.onlyphoto .lightbox__content {
  padding: 2.6666666667vw;
  background-color: transparent;
}
@media (min-width: 768px) {
  .lightbox__area.onlyphoto .lightbox__content {
    padding: 1.6666666667vw;
  }
}
@media (min-width: 1800px) {
  .lightbox__area.onlyphoto .lightbox__content {
    padding: 30px;
  }
}
.lightbox__area.onlyphoto .item {
  width: 100%;
  display: block;
  position: relative;
  border-radius: 2.6666666667vw;
  overflow: hidden;
}
@media (min-width: 768px) {
  .lightbox__area.onlyphoto .item {
    border-radius: 0.5555555556vw;
  }
}
@media (min-width: 1800px) {
  .lightbox__area.onlyphoto .item {
    border-radius: 10px;
  }
}
@media (min-width: 768px) {
  .lightbox__area.onlyphoto .category-product__store-link {
    width: 100%;
  }
}
.lightbox__area.onlyphoto.index {
  position: absolute;
  width: 92vw;
  margin: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .lightbox__area.onlyphoto.index {
    width: 55.5555555556vw;
  }
}
@media (min-width: 1800px) {
  .lightbox__area.onlyphoto.index {
    width: 1000px;
  }
}
@media (min-width: 768px) {
  .lightbox__area.onlyphoto.index .lightbox__content .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.lightbox__content {
  background-color: #FFFDED;
  border-radius: 2.6666666667vw;
  padding: 5.3333333333vw 5.3333333333vw 26.6666666667vw;
}
@media (min-width: 768px) {
  .lightbox__content {
    padding: 3.8888888889vw 6.1111111111vw 8.3333333333vw;
  }
}
@media (min-width: 1800px) {
  .lightbox__content {
    padding: 70px 110px 150px;
  }
}

.lightbox__close {
  position: absolute;
  right: 0;
  bottom: calc(100% + 10px);
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  background-image: url("../images/common/btn_lightbox_close.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 768px) {
  .lightbox__close {
    width: 1.6666666667vw;
    height: 1.6666666667vw;
  }
}
@media (min-width: 1800px) {
  .lightbox__close {
    width: 30px;
    height: 30px;
  }
}

.lightbox_noticeTable,
.lightbox_shopBacknoticeTable {
  padding: 20px 0;
}

.lightbox_noticeTable th,
.lightbox_noticeTable td,
.lightbox_shopBacknoticeTable th,
.lightbox_shopBacknoticeTable td,
.lightbox_shopBacknoticeTable-showxs th,
.lightbox_shopBacknoticeTable-showxs td,
.lightbox_shopBacknoticeTable-showlg th,
.lightbox_shopBacknoticeTable-showlg td {
  font-size: 3.2vw;
  width: 8.3333333333%;
  border: 1px solid #333;
  text-align: center;
  padding: 1.3333333333vw 2.6666666667vw;
}
@media (min-width: 768px) {
  .lightbox_noticeTable th,
  .lightbox_noticeTable td,
  .lightbox_shopBacknoticeTable th,
  .lightbox_shopBacknoticeTable td,
  .lightbox_shopBacknoticeTable-showxs th,
  .lightbox_shopBacknoticeTable-showxs td,
  .lightbox_shopBacknoticeTable-showlg th,
  .lightbox_shopBacknoticeTable-showlg td {
    font-size: 1vw;
    padding: 0.2777777778vw 0.5555555556vw;
  }
}
@media (min-width: 1800px) {
  .lightbox_noticeTable th,
  .lightbox_noticeTable td,
  .lightbox_shopBacknoticeTable th,
  .lightbox_shopBacknoticeTable td,
  .lightbox_shopBacknoticeTable-showxs th,
  .lightbox_shopBacknoticeTable-showxs td,
  .lightbox_shopBacknoticeTable-showlg th,
  .lightbox_shopBacknoticeTable-showlg td {
    font-size: 1.125rem;
    padding: 5px 10px;
  }
}

@media (min-width: 768px) {
  .lightbox_shopBacknoticeTable-showxs th,
  .lightbox_shopBacknoticeTable-showxs td {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .lightbox_shopBacknoticeTable-showlg th,
  .lightbox_shopBacknoticeTable-showlg td {
    display: none;
  }
}
@media (min-width: 768px) {
  .lightbox_shopBacknoticeTable-showlg th.width-50,
  .lightbox_shopBacknoticeTable-showlg td.width-50 {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .lightbox_shopBacknoticeTable-showlg th.width-30,
  .lightbox_shopBacknoticeTable-showlg td.width-30 {
    width: 30%;
  }
}
@media (min-width: 768px) {
  .lightbox_shopBacknoticeTable-showlg th.width-25,
  .lightbox_shopBacknoticeTable-showlg td.width-25 {
    width: 25%;
  }
}
@media (min-width: 768px) {
  .lightbox_shopBacknoticeTable-showlg th.width-20,
  .lightbox_shopBacknoticeTable-showlg td.width-20 {
    width: 20%;
  }
}
@media (min-width: 768px) {
  .lightbox_shopBacknoticeTable-showlg th.width-15,
  .lightbox_shopBacknoticeTable-showlg td.width-15 {
    width: 15%;
  }
}
@media (min-width: 768px) {
  .lightbox_shopBacknoticeTable-showlg th.width-10,
  .lightbox_shopBacknoticeTable-showlg td.width-10 {
    width: 10%;
  }
}
@media (min-width: 768px) {
  .lightbox_shopBacknoticeTable-showlg th.width-40,
  .lightbox_shopBacknoticeTable-showlg td.width-40 {
    width: 40%;
  }
}

table.lightbox_klookTable,
table.lightbox_hotelsComTable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -9.0666666667vw;
  width: 66.6666666667vw;
}
@media (min-width: 768px) {
  table.lightbox_klookTable,
  table.lightbox_hotelsComTable {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: -2.2222222222vw;
    width: 100%;
  }
}
@media (min-width: 1800px) {
  table.lightbox_klookTable,
  table.lightbox_hotelsComTable {
    margin-left: -40px;
  }
}
table.lightbox_klookTable thead,
table.lightbox_hotelsComTable thead {
  background-color: #C1DC8D;
}
@media (min-width: 768px) {
  table.lightbox_klookTable thead,
  table.lightbox_hotelsComTable thead {
    width: 100%;
  }
}
table.lightbox_klookTable tbody,
table.lightbox_hotelsComTable tbody {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (min-width: 768px) {
  table.lightbox_klookTable tbody,
  table.lightbox_hotelsComTable tbody {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
table.lightbox_klookTable tr,
table.lightbox_hotelsComTable tr {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  table.lightbox_klookTable tr,
  table.lightbox_hotelsComTable tr {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
table.lightbox_klookTable th, table.lightbox_klookTable td,
table.lightbox_hotelsComTable th,
table.lightbox_hotelsComTable td {
  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;
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: center;
  width: 100%;
  font-size: 3.2vw;
  padding: 1.3333333333vw 1.3333333333vw;
}
@media (min-width: 768px) {
  table.lightbox_klookTable th, table.lightbox_klookTable td,
  table.lightbox_hotelsComTable th,
  table.lightbox_hotelsComTable td {
    font-size: 1vw;
    padding: 1.1111111111vw 0.2777777778vw;
  }
}
@media (min-width: 1800px) {
  table.lightbox_klookTable th, table.lightbox_klookTable td,
  table.lightbox_hotelsComTable th,
  table.lightbox_hotelsComTable td {
    font-size: 1.125rem;
    padding: 20px 5px;
  }
}
table.lightbox_klookTable tr > th:nth-child(1),
table.lightbox_klookTable tr > th:nth-child(2),
table.lightbox_klookTable tr > th:nth-child(3),
table.lightbox_klookTable tr > th:nth-child(4),
table.lightbox_klookTable tr > th:nth-child(5),
table.lightbox_klookTable tr > th:nth-child(6),
table.lightbox_klookTable tr > td:nth-child(1),
table.lightbox_klookTable tr > td:nth-child(2),
table.lightbox_klookTable tr > td:nth-child(3),
table.lightbox_klookTable tr > td:nth-child(4),
table.lightbox_klookTable tr > td:nth-child(5),
table.lightbox_klookTable tr > td:nth-child(6),
table.lightbox_hotelsComTable tr > th:nth-child(1),
table.lightbox_hotelsComTable tr > th:nth-child(2),
table.lightbox_hotelsComTable tr > th:nth-child(3),
table.lightbox_hotelsComTable tr > th:nth-child(4),
table.lightbox_hotelsComTable tr > th:nth-child(5),
table.lightbox_hotelsComTable tr > th:nth-child(6),
table.lightbox_hotelsComTable tr > td:nth-child(1),
table.lightbox_hotelsComTable tr > td:nth-child(2),
table.lightbox_hotelsComTable tr > td:nth-child(3),
table.lightbox_hotelsComTable tr > td:nth-child(4),
table.lightbox_hotelsComTable tr > td:nth-child(5),
table.lightbox_hotelsComTable tr > td:nth-child(6) {
  height: 16vw;
}
@media (min-width: 768px) {
  table.lightbox_klookTable tr > th:nth-child(1),
  table.lightbox_klookTable tr > th:nth-child(2),
  table.lightbox_klookTable tr > th:nth-child(3),
  table.lightbox_klookTable tr > th:nth-child(4),
  table.lightbox_klookTable tr > th:nth-child(5),
  table.lightbox_klookTable tr > th:nth-child(6),
  table.lightbox_klookTable tr > td:nth-child(1),
  table.lightbox_klookTable tr > td:nth-child(2),
  table.lightbox_klookTable tr > td:nth-child(3),
  table.lightbox_klookTable tr > td:nth-child(4),
  table.lightbox_klookTable tr > td:nth-child(5),
  table.lightbox_klookTable tr > td:nth-child(6),
  table.lightbox_hotelsComTable tr > th:nth-child(1),
  table.lightbox_hotelsComTable tr > th:nth-child(2),
  table.lightbox_hotelsComTable tr > th:nth-child(3),
  table.lightbox_hotelsComTable tr > th:nth-child(4),
  table.lightbox_hotelsComTable tr > th:nth-child(5),
  table.lightbox_hotelsComTable tr > th:nth-child(6),
  table.lightbox_hotelsComTable tr > td:nth-child(1),
  table.lightbox_hotelsComTable tr > td:nth-child(2),
  table.lightbox_hotelsComTable tr > td:nth-child(3),
  table.lightbox_hotelsComTable tr > td:nth-child(4),
  table.lightbox_hotelsComTable tr > td:nth-child(5),
  table.lightbox_hotelsComTable tr > td:nth-child(6) {
    height: 5.5555555556vw;
    width: 22.2222222222vw;
  }
}
@media (min-width: 1800px) {
  table.lightbox_klookTable tr > th:nth-child(1),
  table.lightbox_klookTable tr > th:nth-child(2),
  table.lightbox_klookTable tr > th:nth-child(3),
  table.lightbox_klookTable tr > th:nth-child(4),
  table.lightbox_klookTable tr > th:nth-child(5),
  table.lightbox_klookTable tr > th:nth-child(6),
  table.lightbox_klookTable tr > td:nth-child(1),
  table.lightbox_klookTable tr > td:nth-child(2),
  table.lightbox_klookTable tr > td:nth-child(3),
  table.lightbox_klookTable tr > td:nth-child(4),
  table.lightbox_klookTable tr > td:nth-child(5),
  table.lightbox_klookTable tr > td:nth-child(6),
  table.lightbox_hotelsComTable tr > th:nth-child(1),
  table.lightbox_hotelsComTable tr > th:nth-child(2),
  table.lightbox_hotelsComTable tr > th:nth-child(3),
  table.lightbox_hotelsComTable tr > th:nth-child(4),
  table.lightbox_hotelsComTable tr > th:nth-child(5),
  table.lightbox_hotelsComTable tr > th:nth-child(6),
  table.lightbox_hotelsComTable tr > td:nth-child(1),
  table.lightbox_hotelsComTable tr > td:nth-child(2),
  table.lightbox_hotelsComTable tr > td:nth-child(3),
  table.lightbox_hotelsComTable tr > td:nth-child(4),
  table.lightbox_hotelsComTable tr > td:nth-child(5),
  table.lightbox_hotelsComTable tr > td:nth-child(6) {
    height: 100px;
    width: 400px;
  }
}

table.lightbox_linegoTable {
  font-size: 3.2vw;
  text-align: center;
}
table.lightbox_linegoTable th {
  border: #000 2px solid;
  background-color: #C1DC8D;
}
table.lightbox_linegoTable td {
  border: #000 2px solid;
  font-weight: bold;
}
@media (min-width: 768px) {
  table.lightbox_linegoTable {
    font-size: 1vw;
  }
}
@media (min-width: 1800px) {
  table.lightbox_linegoTable {
    font-size: 1.125rem;
  }
}

table.lightbox_kkdayTable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: -9.0666666667vw;
}
@media (min-width: 768px) {
  table.lightbox_kkdayTable {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: -2.2222222222vw;
  }
}
@media (min-width: 1800px) {
  table.lightbox_kkdayTable {
    margin-left: -40px;
  }
}
table.lightbox_kkdayTable thead {
  background-color: #C1DC8D;
  width: 100%;
}
@media (min-width: 768px) {
  table.lightbox_kkdayTable thead {
    width: 100%;
  }
}
table.lightbox_kkdayTable tbody {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  table.lightbox_kkdayTable tbody {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
table.lightbox_kkdayTable tr {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (min-width: 768px) {
  table.lightbox_kkdayTable tr {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
table.lightbox_kkdayTable th, table.lightbox_kkdayTable td {
  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;
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: center;
  width: 100%;
  font-size: 3.2vw;
  padding: 1.3333333333vw 1.3333333333vw;
}
@media (min-width: 768px) {
  table.lightbox_kkdayTable th, table.lightbox_kkdayTable td {
    font-size: 1vw;
    padding: 1.1111111111vw 0.2777777778vw;
  }
}
@media (min-width: 1800px) {
  table.lightbox_kkdayTable th, table.lightbox_kkdayTable td {
    font-size: 1.125rem;
    padding: 20px 5px;
  }
}
.space_notice_area table.lightbox_hotelsComTable thead,
.space_notice_area table.lightbox_klookTable thead {
  background-color: #E6E6E6;
  width: 35%;
}
@media (min-width: 768px) {
  .space_notice_area table.lightbox_hotelsComTable thead,
  .space_notice_area table.lightbox_klookTable thead {
    width: 100%;
  }
}
.space_notice_area table.lightbox_hotelsComTable tbody,
.space_notice_area table.lightbox_klookTable tbody {
  width: 65%;
}
@media (min-width: 768px) {
  .space_notice_area table.lightbox_hotelsComTable tbody,
  .space_notice_area table.lightbox_klookTable tbody {
    width: 100%;
  }
}
.space_notice_area table.lightbox_hotelsComTable th, .space_notice_area table.lightbox_hotelsComTable td,
.space_notice_area table.lightbox_klookTable th,
.space_notice_area table.lightbox_klookTable td {
  height: 13.3333333333vw;
}
@media (min-width: 768px) {
  .space_notice_area table.lightbox_hotelsComTable th, .space_notice_area table.lightbox_hotelsComTable td,
  .space_notice_area table.lightbox_klookTable th,
  .space_notice_area table.lightbox_klookTable td {
    height: 4.1666666667vw;
  }
}
@media (min-width: 1800px) {
  .space_notice_area table.lightbox_hotelsComTable th, .space_notice_area table.lightbox_hotelsComTable td,
  .space_notice_area table.lightbox_klookTable th,
  .space_notice_area table.lightbox_klookTable td {
    height: 75px;
  }
}
.space_notice_area table.lightbox_hotelsComTable td,
.space_notice_area table.lightbox_klookTable td {
  background-color: #FFF;
}
.space_notice_area table.lightbox_hotelsComTable td span.tx-color-orange,
.space_notice_area table.lightbox_hotelsComTable td span.tx-color-green,
.space_notice_area table.lightbox_klookTable td span.tx-color-orange,
.space_notice_area table.lightbox_klookTable td span.tx-color-green {
  font-size: 4.8vw;
}
@media (min-width: 768px) {
  .space_notice_area table.lightbox_hotelsComTable td span.tx-color-orange,
  .space_notice_area table.lightbox_hotelsComTable td span.tx-color-green,
  .space_notice_area table.lightbox_klookTable td span.tx-color-orange,
  .space_notice_area table.lightbox_klookTable td span.tx-color-green {
    font-size: 1.4444444444vw;
  }
}
@media (min-width: 1800px) {
  .space_notice_area table.lightbox_hotelsComTable td span.tx-color-orange,
  .space_notice_area table.lightbox_hotelsComTable td span.tx-color-green,
  .space_notice_area table.lightbox_klookTable td span.tx-color-orange,
  .space_notice_area table.lightbox_klookTable td span.tx-color-green {
    font-size: 1.625rem;
  }
}

.space_notice_area table.lightbox_kkdayTable thead {
  background-color: #E6E6E6;
  width: 55%;
}
@media (min-width: 768px) {
  .space_notice_area table.lightbox_kkdayTable thead {
    width: 100%;
  }
}
.space_notice_area table.lightbox_kkdayTable tbody {
  width: 45%;
}
@media (min-width: 768px) {
  .space_notice_area table.lightbox_kkdayTable tbody {
    width: 100%;
  }
}
.space_notice_area table.lightbox_kkdayTable td {
  background-color: #FFF;
}
.space_notice_area table.lightbox_kkdayTable td span.tx-color-orange,
.space_notice_area table.lightbox_kkdayTable td span.tx-color-green {
  font-size: 4.8vw;
}
@media (min-width: 768px) {
  .space_notice_area table.lightbox_kkdayTable td span.tx-color-orange,
  .space_notice_area table.lightbox_kkdayTable td span.tx-color-green {
    font-size: 1.4444444444vw;
  }
}
@media (min-width: 1800px) {
  .space_notice_area table.lightbox_kkdayTable td span.tx-color-orange,
  .space_notice_area table.lightbox_kkdayTable td span.tx-color-green {
    font-size: 1.625rem;
  }
}

.section-title {
  margin: 0;
}

.page-index {
  background-color: #FFFDED;
}

.index-kv {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #C1DC8D), color-stop(20%, #C8F0FF));
  background-image: linear-gradient(0deg, #C1DC8D 20%, #C8F0FF 20%);
}
@media (min-width: 768px) {
  .index-kv {
    position: relative;
  }
  .index-kv::before, .index-kv::after {
    content: "";
    width: 5vw;
    position: absolute;
    top: 0;
    background-image: url("../images/index/index_kv_image_repeatbg-lg.png");
    background-size: 100% auto;
    background-repeat: repeat-x;
  }
  .index-kv::before {
    left: 0;
  }
  .index-kv::after {
    right: 0;
  }
}
@media (min-width: 1800px) {
  .index-kv::before, .index-kv::after {
    background-size: 90px 670px;
  }
}
@media (max-width: 767.98px) {
  .index-kv .container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

.index-kv__main img {
  width: 100%;
}

.index-kv-card {
  position: absolute;
  top: 26.6666666667vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 53.3333333333vw;
}
@media (min-width: 768px) {
  .index-kv-card {
    top: 2.5vw;
    width: 22.2222222222vw;
  }
}
@media (min-width: 1800px) {
  .index-kv-card {
    top: 45px;
    width: 400px;
  }
}

.index-kv__btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 50%;
  bottom: 5.3333333333vw;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  cursor: pointer;
  color: #FFF;
  background-color: #0078BE;
  border: 0.5333333333vw solid #1C0F0C;
  font-weight: 700;
  font-size: 4.2666666667vw;
  padding-left: 4vw;
  padding-right: 4vw;
  line-height: 8.2666666667vw;
  border-radius: 5.3333333333vw;
}
@media (min-width: 768px) {
  .index-kv__btn {
    border-width: 0.1111111111vw;
    bottom: 2.2222222222vw;
    font-size: 1.3333333333vw;
    padding-left: 1.6666666667vw;
    padding-right: 1.6666666667vw;
    line-height: 2.1666666667vw;
    border-radius: 1.3888888889vw;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .index-kv__btn:hover {
    background-color: #FF781E;
  }
}
@media (min-width: 1800px) {
  .index-kv__btn {
    border-width: 2px;
    bottom: 40px;
    font-size: 1.5rem;
    padding-left: 30px;
    padding-right: 30px;
    line-height: 44px;
    border-radius: 25px;
  }
}

.index-kv-menu {
  margin: 0;
  padding: 0;
  display: none;
  list-style: none;
}
@media (min-width: 768px) {
  .index-kv-menu {
    display: block;
  }
  .index-kv-menu::before {
    content: "";
    display: block;
    pointer-events: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 8;
    background-color: #414042;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
  }
  .index-kv--menu-hover .index-kv-menu::before {
    opacity: 0.5;
  }
}

.index-kv-menu__item {
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .index-kv-menu__item {
    position: absolute;
    z-index: 1;
    width: 18.5185185185%;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-duration: 6s;
            animation-duration: 6s;
    -webkit-animation-direction: normal;
            animation-direction: normal;
  }
  .index-kv-menu__item.food {
    top: 5.8823529412%;
    left: 6.1728395062%;
  }
  .index-kv-menu__item.food .index-kv-menu__link::after {
    bottom: 20%;
    right: 10.6666666667%;
  }
  .index-kv-menu__item.fitness {
    top: 7.0588235294%;
    right: 6.1728395062%;
  }
  .index-kv-menu__item.fitness .index-kv-menu__link::after {
    bottom: 20%;
    right: 18.3333333333%;
  }
  .index-kv-menu__item.player {
    top: 31.7647058824%;
    left: 0.3086419753%;
  }
  .index-kv-menu__item.player .index-kv-menu__link::after {
    bottom: 20%;
    right: 15%;
  }
  .index-kv-menu__item.online {
    top: 49.4117647059%;
    left: 16.049382716%;
  }
  .index-kv-menu__item.online .index-kv-menu__link::after {
    bottom: 23.3333333333%;
    right: 25%;
  }
  .index-kv-menu__item.shopping {
    top: 31.7647058824%;
    right: 0.0617283951%;
  }
  .index-kv-menu__item.shopping .index-kv-menu__link::after {
    bottom: 20%;
    right: 18.3333333333%;
  }
  .index-kv-menu__item.travel {
    top: 44.7058823529%;
    right: 14.1975308642%;
  }
  .index-kv-menu__item.travel .index-kv-menu__link::after {
    bottom: 21.6666666667%;
    right: 15%;
  }
  .index-kv:not(.index-kv--menu-hover) .index-kv-menu__item {
    -webkit-animation-name: kvMenuZIndex;
            animation-name: kvMenuZIndex;
  }
  .index-kv:not(.index-kv--menu-hover) .index-kv-menu__item:nth-child(1) {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
  .index-kv:not(.index-kv--menu-hover) .index-kv-menu__item:nth-child(1) .index-kv-menu__link::after {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
  .index-kv:not(.index-kv--menu-hover) .index-kv-menu__item:nth-child(2) {
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
  }
  .index-kv:not(.index-kv--menu-hover) .index-kv-menu__item:nth-child(2) .index-kv-menu__link::after {
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
  }
  .index-kv:not(.index-kv--menu-hover) .index-kv-menu__item:nth-child(3) {
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
  }
  .index-kv:not(.index-kv--menu-hover) .index-kv-menu__item:nth-child(3) .index-kv-menu__link::after {
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
  }
  .index-kv:not(.index-kv--menu-hover) .index-kv-menu__item:nth-child(4) {
    -webkit-animation-delay: 3s;
            animation-delay: 3s;
  }
  .index-kv:not(.index-kv--menu-hover) .index-kv-menu__item:nth-child(4) .index-kv-menu__link::after {
    -webkit-animation-delay: 3s;
            animation-delay: 3s;
  }
  .index-kv:not(.index-kv--menu-hover) .index-kv-menu__item:nth-child(5) {
    -webkit-animation-delay: 4s;
            animation-delay: 4s;
  }
  .index-kv:not(.index-kv--menu-hover) .index-kv-menu__item:nth-child(5) .index-kv-menu__link::after {
    -webkit-animation-delay: 4s;
            animation-delay: 4s;
  }
  .index-kv:not(.index-kv--menu-hover) .index-kv-menu__item:nth-child(6) {
    -webkit-animation-delay: 5s;
            animation-delay: 5s;
  }
  .index-kv:not(.index-kv--menu-hover) .index-kv-menu__item:nth-child(6) .index-kv-menu__link::after {
    -webkit-animation-delay: 5s;
            animation-delay: 5s;
  }
  .index-kv-menu__item:hover {
    z-index: 11;
  }
}

.index-kv-menu__link {
  display: block;
  position: relative;
}
.index-kv-menu__link::after {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 20%;
  background-image: url("../images/common/btn_arrow_forAn.png");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.index-kv:not(.index-kv--menu-hover) .index-kv-menu__link::after {
  -webkit-animation-name: kvMenuFadeIn;
          animation-name: kvMenuFadeIn;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 7s;
          animation-duration: 7s;
  -webkit-animation-direction: normal;
          animation-direction: normal;
}
@media (min-width: 768px) {
  .index-kv-menu__link:hover::after {
    opacity: 1;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
  .index-kv-menu__link:hover .index-kv-menu__text {
    opacity: 1;
  }
}

.index-kv-menu__text {
  color: #FFF;
  position: absolute;
  line-height: 1;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font-weight: 700;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .index-kv-menu__text {
    font-size: 2.5vw;
  }
}
@media (min-width: 1800px) {
  .index-kv-menu__text {
    font-size: 2.8125rem;
  }
}

@-webkit-keyframes kvMenuFadeIn {
  0%, 28.5714285714%, 100% {
    opacity: 0;
    -webkit-transform: translate(50%, 50%);
            transform: translate(50%, 50%);
  }
  14.2857142857% {
    opacity: 1;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
}

@keyframes kvMenuFadeIn {
  0%, 28.5714285714%, 100% {
    opacity: 0;
    -webkit-transform: translate(50%, 50%);
            transform: translate(50%, 50%);
  }
  14.2857142857% {
    opacity: 1;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
}
@-webkit-keyframes kvMenuZIndex {
  0%, 14.2857142857% {
    z-index: 10;
  }
  28.5714285714%, 100% {
    z-index: 9;
  }
}
@keyframes kvMenuZIndex {
  0%, 14.2857142857% {
    z-index: 10;
  }
  28.5714285714%, 100% {
    z-index: 9;
  }
}
.index-notice {
  background-color: #C1DC8D;
  text-align: center;
  padding-bottom: 10.6666666667vw;
}
@media (min-width: 768px) {
  .index-notice {
    padding-bottom: 2.2222222222vw;
  }
}
@media (min-width: 1800px) {
  .index-notice {
    padding-bottom: 40px;
  }
}

.index-notice__text {
  font-size: 3.2vw;
  line-height: 1.33;
  color: #0E3E3C;
  text-align: center;
  margin-top: 0;
  margin-bottom: 2.6666666667vw;
}
@media (min-width: 768px) {
  .index-notice__text {
    margin-bottom: 0;
    font-size: 0.7777777778vw;
    padding-top: 1.1111111111vw;
    margin-bottom: 1.1111111111vw;
  }
}
@media (min-width: 1800px) {
  .index-notice__text {
    font-size: 0.875rem;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.index-carousel-box {
  background-color: #FFFDED;
  padding-top: 8vw;
  padding-bottom: 8vw;
}
@media (min-width: 768px) {
  .index-carousel-box {
    padding-top: 3.8888888889vw;
    padding-bottom: 3.8888888889vw;
  }
}
@media (min-width: 1800px) {
  .index-carousel-box {
    padding-top: 70px;
    padding-bottom: 70px;
    max-width: 1920px;
    margin: 0 auto;
  }
}

.index-carousel {
  overflow: hidden;
  margin-left: 4.6666666667vw;
  margin-right: 4.6666666667vw;
}
@media (min-width: 768px) {
  .index-carousel {
    margin-left: auto;
    margin-right: auto;
    width: 86.6666666667%;
    max-width: 1560px;
  }
}

.index-carousel__controls {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.index-carousel__controls .slick-prev, .index-carousel__controls .slick-next {
  position: relative;
}
.index-carousel__controls .slick-prev {
  -webkit-transform: translate(0, 0) rotateZ(180deg);
          transform: translate(0, 0) rotateZ(180deg);
}
.index-carousel__controls .slick-next {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.index-carousel-list {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.index-carousel-list.slick-dotted.slick-slider {
  margin-top: 2.6666666667vw;
  margin-bottom: 8vw;
}
.index-carousel-list .slick-list {
  overflow: visible;
}
@media (min-width: 768px) {
  .index-carousel-list {
    max-width: 33.33%;
  }
  .index-carousel-list.slick-dotted.slick-slider {
    margin-bottom: 1.1111111111vw;
    margin-top: 1.1111111111vw;
  }
}
@media (min-width: 1800px) {
  .index-carousel-list.slick-dotted.slick-slider {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}

.index-carousel-list__item {
  margin: 0;
  padding: 0 4vw;
}
@media (min-width: 768px) {
  .index-carousel-list__item {
    padding-left: 1.3888888889vw;
    padding-right: 1.3888888889vw;
  }
}
@media (min-width: 1800px) {
  .index-carousel-list__item {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.index-carousel-list__item-area {
  position: relative;
}
.index-carousel-list__item-area a {
  display: block;
  position: absolute;
  right: 1%;
  bottom: 3%;
  height: 13%;
  width: 22.5%;
}
.index-carousel-list__item-area a.banner__button {
  right: 23%;
}

.index-carousel__controls {
  text-align: center;
}
.index-carousel__controls .slick-next {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin-right: auto;
}
.index-carousel__controls .slick-prev {
  margin-left: auto;
}
.index-carousel__dots {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.index-carousel__dots .slick-dots {
  margin-left: 10.6666666667vw;
  margin-right: 10.6666666667vw;
  -ms-flex-preferred-size: content;
      flex-basis: content;
  position: static;
}
@media (min-width: 768px) {
  .index-carousel__dots .slick-dots {
    margin-left: 2.2222222222vw;
    margin-right: 2.2222222222vw;
  }
}
@media (min-width: 1800px) {
  .index-carousel__dots .slick-dots {
    margin-left: 40px;
    margin-right: 40px;
  }
}