@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;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  width: 100%;
  background-color: #f7f7f7;
}
@media screen and (min-width: 768px) {
  html,
  body {
    background-color: transparent;
  }
}
html.no-scroll,
body.no-scroll {
  overflow: hidden;
}

html {
  scroll-behavior: smooth;
}

picture {
  display: block;
}
picture img {
  vertical-align: middle;
}

img {
  width: 100%;
  height: auto;
  aspect-ratio: attr(width)/attr(height);
  vertical-align: top;
}

a {
  display: inline-block;
  vertical-align: top;
}

a:link,
a:hover,
a:active,
a:focus,
a:visited {
  text-decoration: none;
}

button,
select {
  -webkit-appearance: none;
  outline: none;
  border: none;
  cursor: pointer;
  background-color: transparent;
}

.sr-only {
  width: 1px;
  height: 1px;
  position: absolute;
  overflow: hidden;
}

.w-resizing * {
  -webkit-transition: none !important;
  transition: none !important;
}

.wrapper {
  overflow: hidden;
}

.container {
  margin: 0 auto;
  width: 100%;
  padding: 0 4vw;
}
@media screen and (min-width: 768px) {
  .container {
    padding: 0 5vw;
    max-width: 1800px;
  }
}
@media screen and (min-width: 1800px) {
  .container {
    padding: 0 90px;
    max-width: 1800px;
  }
}

.objs {
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-top: -23vw;
}
@media (min-width: 768px) {
  .objs {
    margin-top: 0;
  }
}

.objs__item {
  max-width: 50%;
  z-index: 1;
  width: 46vw;
}
.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: 1830px) {
  .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: 1400px) {
  .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: 1400px) {
  .section__content {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

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: 1400px) {
  ol table,
  ul table {
    margin-top: 15px;
  }
}

.side-btn {
  position: fixed;
  z-index: 7;
  right: 0;
}
@media screen and (min-width: 1800px) {
  .side-btn {
    right: calc((100% - 1800px) / 2);
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.side-btn.side-btn-apply-card {
  width: 13.3333333333vw;
  bottom: 58.6666666667vw;
  right: 0.5333333333vw;
}
@media screen and (min-width: 768px) {
  .side-btn.side-btn-apply-card {
    width: 6.1111111111vw;
    bottom: 14.4444444444vw;
    right: 1vw;
  }
}
@media screen and (min-width: 1800px) {
  .side-btn.side-btn-apply-card {
    width: 110px;
    bottom: 260px;
    right: 18px;
  }
}
.side-btn.side-btn-apply-card img {
  position: relative;
  top: 0;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
}
.side-btn.side-btn-apply-card:hover img {
  top: -5px;
}
.side-btn.side-btn-apply-card::after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("../images/common/fixed_button_applyCard-lg.png");
  position: absolute;
  width: 81.8181818182%;
  height: 62.5%;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.side-btn.side-btn-to-top {
  bottom: 45.3333333333vw;
  width: 8vw;
  padding: 0;
  display: block;
  right: 3.2vw;
}
@media screen and (min-width: 768px) {
  .side-btn.side-btn-to-top {
    width: 2.7777777778vw;
    bottom: 8.8888888889vw;
    right: 2.5vw;
  }
}
@media screen and (min-width: 1800px) {
  .side-btn.side-btn-to-top {
    width: 50px;
    bottom: 160px;
    right: 45px;
  }
}

.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;
  }
}

#ap-top {
  position: relative;
  top: -60px;
}

.ap {
  position: relative;
  top: -100px;
}

table {
  border-collapse: collapse;
  border: 1px solid #7a7a7a;
  min-width: 100%;
}
table th,
table td {
  border: 1px solid #7a7a7a;
  padding: 2.666667vw;
}
@media (min-width: 768px) {
  table th,
  table td {
    padding: 0.714286vw;
  }
}
@media (min-width: 1400px) {
  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: #000;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.scroll-table::after {
  content: "←可拖曳→";
  position: absolute;
  color: #fff;
  top: 30px;
  left: 30px;
  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: 400px;
  }
}
.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-none-mobile {
  display: none;
}
@media screen and (min-width: 768px) {
  .d-none-mobile {
    display: inline;
  }
}

.d-block {
  display: block;
}

.d-inline-block {
  display: inline-block;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.d-block-mobile {
  display: block;
}
@media screen and (min-width: 768px) {
  .d-block-mobile {
    display: inline-block;
  }
}

.d-block-desktop {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .d-block-desktop {
    display: block;
  }
}

.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: 1400px) {
  .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: 1800px) {
  .d-xxxl-none {
    display: none;
  }
  .d-xxxl-block {
    display: block;
  }
  .d-xxxl-inline-block {
    display: inline-block;
  }
  .d-xxxl-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .text-xxxl-center {
    text-align: center;
  }
  .text-xxxl-left {
    text-align: left;
  }
  .text-xxxl-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: 1830px) {
  .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;
  }
}
@-webkit-keyframes scale-out {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  25% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  80% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(10);
            transform: scale(10);
  }
}
@keyframes scale-out {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  25% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  80% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(10);
            transform: scale(10);
  }
}
@-webkit-keyframes scale-paupau {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  25% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  75% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@keyframes scale-paupau {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  25% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  75% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@-webkit-keyframes scale-food {
  30% {
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  75% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@keyframes scale-food {
  30% {
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  75% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  overflow: hidden;
  background-color: #ff7db1;
  background-color: #ff0087;
}
.loading::after {
  content: "";
  position: absolute;
  width: 40vw;
  height: 40vw;
  background-color: #ffedf6;
  border-radius: 50%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-animation: scale-out 1.5s forwards;
          animation: scale-out 1.5s forwards;
}
@media screen and (min-width: 768px) {
  .loading::after {
    width: 30.2419354839vw;
    height: 30.2419354839vw;
    max-width: 300px;
    max-height: 300px;
  }
}
.loading.open {
  pointer-events: none;
  display: none;
}

.loading__item {
  position: absolute;
  top: 0;
  width: 50vw;
  height: 50vw;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .loading__item {
    width: 40.3225806452vw;
    height: 40.3225806452vw;
    max-width: 400px;
    max-height: 400px;
  }
}
.loading__item.paupau {
  -webkit-animation: scale-paupau 1.5s forwards;
          animation: scale-paupau 1.5s forwards;
}
.loading__item.food {
  -webkit-animation: scale-food 1.5s forwards;
          animation: scale-food 1.5s forwards;
}

/**
 * 轉換字型大小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: 1830px) {
  .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: 1400px) {
  .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: #000;
}

.tx-color-gray_3 {
  color: #7a7a7a;
}

.tx-color-red {
  color: #ff8046;
}

.text_orange,
.tx-color-orange {
  color: #ff6118;
}

.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: #047ac2;
}

.tx-color-yellow {
  color: #ffe283;
}

.tx-color-pink {
  color: #e2037d;
}

.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;
}

.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: 1830px) {
  .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: 55%;
  }
}
.category-product__store-link a {
  position: absolute;
}

.store-shopback {
  width: 61%;
  height: 20%;
  top: -11%;
  left: 34%;
}
@media (min-width: 768px) {
  .store-shopback {
    width: 30%;
    height: 25%;
    top: 0;
    left: 19%;
  }
}

.store-overseas {
  width: 12%;
  height: 16%;
  top: -10%;
  left: 32%;
}
@media (min-width: 768px) {
  .store-overseas {
    width: 5.5%;
    height: 25%;
    top: 0;
    left: 18%;
  }
}

.store-eztravel {
  width: 27%;
  height: 15%;
  top: -25%;
  left: 32%;
}
@media (min-width: 768px) {
  .store-eztravel {
    width: 12%;
    height: 25%;
    top: 0;
    left: 34.25%;
  }
}

.store-klook {
  width: 50%;
  height: 20%;
  top: 33%;
  left: 18%;
}
@media (min-width: 768px) {
  .store-klook {
    width: 24%;
    height: 25%;
    top: 0;
    left: 32%;
  }
}

.store-japenjcb {
  width: 27%;
  height: 10%;
  top: 68%;
  left: 68%;
}
@media (min-width: 768px) {
  .store-japenjcb {
    width: 9%;
    height: 15%;
    top: 70%;
    left: 85.5%;
  }
}

.store-underarmour {
  width: 48%;
  height: 20%;
  top: 36%;
  left: 24%;
}
@media (min-width: 768px) {
  .store-underarmour {
    width: 23%;
    height: 25%;
    top: 22%;
    left: 6%;
  }
}

.store-sulwhasoo {
  width: 26%;
  height: 20%;
  top: 14%;
  left: 62%;
}
@media (min-width: 768px) {
  .store-sulwhasoo {
    width: 12%;
    height: 25%;
    top: 0;
    left: 32%;
  }
}

.store-laneige {
  width: 21%;
  height: 20%;
  top: 32%;
  left: 17%;
}
@media (min-width: 768px) {
  .store-laneige {
    width: 9.5%;
    height: 25%;
    top: 0;
    left: 32%;
  }
}

.store-INNISFREE {
  width: 39%;
  height: 20%;
  top: 0;
  left: 61%;
}
@media (min-width: 768px) {
  .store-INNISFREE {
    width: 16.5%;
    height: 25%;
    top: 0;
    left: 32%;
  }
}

.store-clarins {
  width: 26%;
  height: 20%;
  top: 17%;
  left: 73%;
}
@media (min-width: 768px) {
  .store-clarins {
    width: 12.5%;
    height: 25%;
    top: 0;
    left: 71%;
  }
}

.store-esteelauder {
  width: 22%;
  height: 15%;
  top: 15%;
  left: 9%;
}
@media (min-width: 768px) {
  .store-esteelauder {
    width: 10.5%;
    height: 23%;
    top: 23%;
    left: 4.5%;
  }
}

.store-origins {
  width: 22%;
  height: 15%;
  top: 15%;
  left: 35%;
}
@media (min-width: 768px) {
  .store-origins {
    width: 10%;
    height: 23%;
    top: 23%;
    left: 17%;
  }
}

.store-clinique {
  width: 11%;
  height: 15%;
  top: 15%;
  left: 61.5%;
}
@media (min-width: 768px) {
  .store-clinique {
    width: 5.5%;
    height: 23%;
    top: 23%;
    left: 29%;
  }
}

.store-maccosmetics {
  width: 11%;
  height: 15%;
  top: 15%;
  left: 77%;
}
@media (min-width: 768px) {
  .store-maccosmetics {
    width: 5%;
    height: 23%;
    top: 23%;
    left: 36.5%;
  }
}

.store-bobbibrown {
  width: 32%;
  height: 15%;
  top: 31%;
  left: 1%;
}
@media (min-width: 768px) {
  .store-bobbibrown {
    width: 15%;
    height: 23%;
    top: 23%;
    left: 44%;
  }
}

.store-lamer {
  width: 17%;
  height: 15%;
  top: 31%;
  left: 38%;
}
@media (min-width: 768px) {
  .store-lamer {
    width: 8.5%;
    height: 23%;
    top: 23%;
    left: 61%;
  }
}

.store-jomalone {
  width: 26%;
  height: 15%;
  top: 31%;
  left: 60%;
}
@media (min-width: 768px) {
  .store-jomalone {
    width: 12%;
    height: 23%;
    top: 23%;
    left: 71.5%;
  }
}

.store-shiseido {
  width: 32%;
  height: 15%;
  top: -2%;
  left: 11%;
}
@media (min-width: 768px) {
  .store-shiseido {
    width: 16%;
    height: 23%;
    top: 21%;
    left: 4.5%;
  }
}

.store-cledepeaubeaute {
  width: 22%;
  height: 15%;
  top: -2%;
  left: 46.5%;
}
@media (min-width: 768px) {
  .store-cledepeaubeaute {
    width: 10%;
    height: 23%;
    top: 21%;
    left: 22%;
  }
}

.store-narscosmetics {
  width: 15%;
  height: 15%;
  top: -2%;
  left: 72.5%;
}
@media (min-width: 768px) {
  .store-narscosmetics {
    width: 7%;
    height: 23%;
    top: 21%;
    left: 33.5%;
  }
}

.store-watashi {
  width: 23%;
  height: 15%;
  top: 15%;
  left: 23%;
}
@media (min-width: 768px) {
  .store-watashi {
    width: 11%;
    height: 23%;
    top: 21%;
    left: 42.5%;
  }
}

.store-drunkelephant {
  width: 12%;
  height: 15%;
  top: 15%;
  left: 50%;
}
@media (min-width: 768px) {
  .store-drunkelephant {
    width: 5%;
    height: 23%;
    top: 21%;
    left: 55%;
  }
}

.store-dogcatstar {
  width: 31%;
  height: 18%;
  top: 36.5%;
  left: 32%;
}
@media (min-width: 768px) {
  .store-dogcatstar {
    width: 15%;
    height: 21%;
    top: 23%;
    left: 6%;
  }
}

.store-litomon {
  width: 31%;
  height: 18%;
  top: 37%;
  left: 32%;
}
@media (min-width: 768px) {
  .store-litomon {
    width: 15%;
    height: 21%;
    top: 23%;
    left: 6%;
  }
}

.store-heromamapet {
  width: 40%;
  height: 18%;
  top: 37%;
  left: 28%;
}
@media (min-width: 768px) {
  .store-heromamapet {
    width: 19%;
    height: 21%;
    top: 23%;
    left: 6%;
  }
}

.store-dyson {
  width: 65%;
  height: 20%;
  top: 34%;
  left: 10%;
}
@media (min-width: 768px) {
  .store-dyson {
    width: 31%;
    height: 25%;
    top: 0;
    left: 32%;
  }
}

.store-pinkoi {
  width: 38.5%;
  height: 18%;
  top: 17%;
  left: 14%;
}
@media (min-width: 768px) {
  .store-pinkoi {
    width: 18.5%;
    height: 25%;
    top: 0;
    left: 39%;
  }
}

.store-brands {
  width: 38%;
  height: 20%;
  top: 22%;
  left: 28%;
}
@media (min-width: 768px) {
  .store-brands {
    width: 18.5%;
    height: 25%;
    top: 23%;
    left: 6%;
  }
}

.store-trplustlw {
  width: 27%;
  height: 20%;
  top: 36%;
  left: 10%;
}
@media (min-width: 768px) {
  .store-trplustlw {
    width: 12%;
    height: 25%;
    top: 23%;
    left: 13.5%;
  }
}

.store-trplushola {
  width: 46%;
  height: 20%;
  top: 36%;
  left: 40%;
}
@media (min-width: 768px) {
  .store-trplushola {
    width: 21.5%;
    height: 25%;
    top: 23%;
    left: 27.5%;
  }
}

.section-side-btn {
  position: fixed;
  z-index: 7;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  border-radius: 10px 10px 0 0;
  -webkit-box-shadow: 0px -3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px -3px 6px rgba(0, 0, 0, 0.16);
}
.section-side-btn .container {
  width: 100%;
  padding: 0 5px;
}
@media screen and (min-width: 768px) {
  .section-side-btn {
    display: none;
  }
}

.side-btn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.side-btn-list__item {
  margin: 0;
  padding: 0;
}
.side-btn-list__item:nth-child(3) {
  margin: 0 2px;
}

.side-btn-list__link {
  display: block;
  padding: 10px 0;
}
.side-btn-list__link.active .side-btn-list__pic {
  display: none;
}
.side-btn-list__link.active .side-btn-list__pic-hover {
  display: block;
}

.side-btn-list__pic {
  display: block;
}
.side-btn-list__pic img {
  width: 100%;
}
.side-btn-list__pic-hover {
  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: 1830px) {
  .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: #151011;
}
@media (min-width: 768px) {
  .article-text {
    font-size: 0.8888888889vw;
    line-height: 1.625;
    margin-bottom: 0.5555555556vw;
  }
}
@media (min-width: 1830px) {
  .article-text {
    font-size: 1rem;
    margin-bottom: 15px;
  }
}

.order-list li > p.article-text {
  margin-top: 0;
}
.space_notice_area .article-title {
  font-size: 4.8vw;
  font-weight: bold;
  color: #ff6118;
}
@media (min-width: 768px) {
  .space_notice_area .article-title {
    font-size: 1.1111111111vw;
  }
}
@media (min-width: 1830px) {
  .space_notice_area .article-title {
    font-size: 1.25rem;
  }
}
.space_notice_area .article-text {
  font-weight: bold;
}

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: #151011;
  word-break: break-all;
}
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;
}
@media (min-width: 768px) {
  ol.order-list ol {
    margin-top: 0.8333333333vw;
  }
  ol.order-list li {
    font-size: 0.8888888889vw;
    line-height: 1.625;
    margin-bottom: 0.5555555556vw;
  }
}
@media (min-width: 1830px) {
  ol.order-list ol {
    margin-top: 15px;
  }
  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: 1400px) {
  .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: 1400px) {
  .dot-list li::before {
    width: 20px;
    height: 20px;
    top: 3px;
  }
}
.dot-list.no-dot li::before {
  display: none;
}

.slick-dots li {
  width: 15px;
  height: 15px;
  margin-left: 5px;
  margin-right: 5px;
}
.slick-dots li button {
  width: 15px;
  height: 15px;
  padding: 0;
  border-radius: 50%;
  background-color: #dfdfdf;
  border: 1px solid #151011;
}
.slick-dots li button::before {
  content: none;
}
.slick-dots li.slick-active button {
  background-color: #ff6118;
}

.btn {
  display: block;
  margin: 1.3333333333vw;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .btn {
    margin: 0.5555555556vw;
  }
}
@media screen and (min-width: 1800px) {
  .btn {
    margin: 10px;
  }
}
.btn .image-hover {
  display: none;
}
.btn:hover .image {
  display: none;
}
.btn:hover .image-hover {
  display: block;
}
.btn + .btn {
  margin-left: 0;
}

.btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn-small-4 {
  width: 18.6666666667vw;
}
@media screen and (min-width: 768px) {
  .btn-small-4 {
    width: 5.8333333333vw;
  }
}
@media screen and (min-width: 1800px) {
  .btn-small-4 {
    width: 105px;
  }
}

.btn-small-5 {
  width: 22.24vw;
}
@media screen and (min-width: 768px) {
  .btn-small-5 {
    width: 6.9444444444vw;
  }
}
@media screen and (min-width: 1800px) {
  .btn-small-5 {
    width: 125px;
  }
}

.btn-small-75 {
  width: 30.2213333333vw;
}
@media screen and (min-width: 768px) {
  .btn-small-75 {
    width: 9.4444444444vw;
  }
}
@media screen and (min-width: 1800px) {
  .btn-small-75 {
    width: 170px;
  }
}

.btn-small-95 {
  width: 36vw;
}
@media screen and (min-width: 768px) {
  .btn-small-95 {
    width: 11.6666666667vw;
  }
}
@media screen and (min-width: 1800px) {
  .btn-small-95 {
    width: 210px;
  }
}

.btn-small-12 {
  width: 40.296vw;
}
@media screen and (min-width: 768px) {
  .btn-small-12 {
    width: 14.1666666667vw;
  }
}
@media screen and (min-width: 1800px) {
  .btn-small-12 {
    width: 255px;
  }
}

.btn-lager-4 {
  width: 25.904vw;
}
@media screen and (min-width: 768px) {
  .btn-lager-4 {
    width: 9.4444444444vw;
  }
}
@media screen and (min-width: 1800px) {
  .btn-lager-4 {
    width: 170px;
  }
}

.btn-lager-5 {
  width: 28.952vw;
}
@media screen and (min-width: 768px) {
  .btn-lager-5 {
    width: 10.5555555556vw;
  }
}
@media screen and (min-width: 1800px) {
  .btn-lager-5 {
    width: 190px;
  }
}

.btn-lager-6 {
  width: 33.5226666667vw;
}
@media screen and (min-width: 768px) {
  .btn-lager-6 {
    width: 12.2222222222vw;
  }
}
@media screen and (min-width: 1800px) {
  .btn-lager-6 {
    width: 220px;
  }
}

.btn-lager-8 {
  width: 44vw;
}
@media screen and (min-width: 768px) {
  .btn-lager-8 {
    width: 15.5555555556vw;
  }
}
@media screen and (min-width: 1800px) {
  .btn-lager-8 {
    width: 280px;
  }
}

.btn.text-link {
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 768px) {
  .btn.text-link {
    font-size: 1vw;
  }
}
@media screen and (min-width: 1800px) {
  .btn.text-link {
    font-size: 18px;
  }
}
.btn.text-link span {
  color: #151011;
  text-decoration: underline;
}

.slider-dots {
  z-index: 3;
  width: 2.6666666667vw;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.slider-dots .slider-dot:not(:first-child) {
  margin-top: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .slider-dots {
    width: 0.8888888889vw;
  }
  .slider-dots .slider-dot:not(:first-child) {
    margin-top: 1.1111111111vw;
  }
}
@media screen and (min-width: 1400px) {
  .slider-dots {
    width: 16px;
  }
  .slider-dots .slider-dot:not(:first-child) {
    margin-top: 20px;
  }
}

.slider-dot {
  width: 2.6666666667vw;
  height: 2.6666666667vw;
  border-radius: 50%;
  padding: 0;
  margin: 0;
  background-color: #95A4AC;
}
.slider-dot.active {
  background-color: #e2037d;
}
@media screen and (min-width: 768px) {
  .slider-dot {
    width: 0.8888888889vw;
    height: 0.8888888889vw;
  }
}
@media screen and (min-width: 1800px) {
  .slider-dot {
    width: 16px;
    height: 16px;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 19;
  background-color: #fff;
  border-radius: 0 0 2.6666666667vw 2.6666666667vw;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  max-width: 1800px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .header {
    border-radius: 0 0 1.6666666667vw 1.6666666667vw;
  }
}
@media screen and (min-width: 1800px) {
  .header {
    border-radius: 0 0 30px 30px;
  }
}
.header .container {
  height: 13.3333333333vw;
  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;
}
@media screen and (min-width: 768px) {
  .header .container {
    height: 3.8888888889vw;
  }
}
@media screen and (min-width: 1800px) {
  .header .container {
    height: 70px;
  }
}

.header-logo {
  position: relative;
  z-index: 2;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 64vw;
  height: 10.6666666667vw;
}
@media screen and (min-width: 768px) {
  .header-logo {
    width: 18.3333333333vw;
    height: 2.7777777778vw;
  }
}
@media screen and (min-width: 1800px) {
  .header-logo {
    width: 330px;
    height: 50px;
  }
}
.header-logo a {
  width: 100%;
}

.header-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .header-feature {
    display: none;
  }
}

.header-link-btn {
  width: 18.6666666667vw;
  height: 10.6666666667vw;
  background-image: url("../images/common/header_item_home-xs.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.header-link-btn:hover {
  background-image: url("../images/common/header_item_home_hover-xs.png");
}

.hamburger {
  margin-left: 2.6666666667vw;
  padding: 0;
  background-image: url("../images/common/header_burger.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 5.3333333333vw;
  height: 5.3333333333vw;
}

.header-nav {
  visibility: hidden;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  overflow: auto;
  opacity: 0;
  -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;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .header-nav {
    position: static;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
}
.header-nav::before, .header-nav::after {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .header-nav::before, .header-nav::after {
    display: none;
  }
}
.header-nav::before {
  left: 0;
  background-color: #000;
  opacity: 0.75;
}
.header-nav::after {
  right: 0;
  width: 0;
  background-color: #ff0087;
  -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%;
}
.header-nav .header-nav__area {
  position: relative;
  z-index: 1;
  padding: 8vw 4vw;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0s ease-in-out;
  transition: opacity 0.3s 0s ease-in-out;
}
@media screen and (min-width: 768px) {
  .header-nav .header-nav__area {
    padding: 0;
    margin: 0;
    opacity: 1;
  }
}
.header--menu-open .header-nav .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 .header-nav__close {
  background-image: url("../images/common/button_close_white.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 10.6666666667vw;
  height: 10.6666666667vw;
  position: fixed;
  top: 6.6666666667vw;
  right: 6.6666666667vw;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .header-nav .header-nav__close {
    display: none;
  }
}
.header-nav .header-menu {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .header-nav .header-menu {
    max-width: none;
    margin-left: auto;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.header-nav .header-menu > li {
  width: 100%;
  position: relative;
  padding: 2.6666666667vw 0;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .header-nav .header-menu > li {
    width: auto;
    height: 3.8888888889vw;
    padding: 0;
    margin-left: 0.5555555556vw;
  }
}
@media screen and (min-width: 1800px) {
  .header-nav .header-menu > li {
    height: 70px;
    margin-left: 10px;
  }
}
.header-nav .header-menu > li::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #fff;
  height: 1px;
  width: 70.1754385965%;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (min-width: 768px) {
  .header-nav .header-menu > li::before {
    width: 2px;
    height: 1vw;
    top: 47%;
    left: -0.2777777778vw;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: #7a7a7a;
  }
}
@media screen and (min-width: 1800px) {
  .header-nav .header-menu > li::before {
    height: 18px;
    left: -5px;
  }
}
@media screen and (min-width: 768px) {
  .header-nav .header-menu > li:first-child::before {
    display: none;
  }
}
.header-nav .header-menu > li a {
  font-size: 6.9333333333vw;
  line-height: 13.3333333333vw;
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .header-nav .header-menu > li a {
    font-size: 0;
    line-height: 0;
    width: 5.5555555556vw;
    height: 100%;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 80% auto;
    background-position: center;
  }
}
@media screen and (min-width: 1800px) {
  .header-nav .header-menu > li a {
    width: 100px;
  }
}
@media screen and (min-width: 768px) {
  .header-nav .header-menu > li:first-child a {
    width: 3.6111111111vw;
    background-image: url("../images/common/header_item_home-lg.png");
    background-size: 70% auto;
  }
  .header-nav .header-menu > li:first-child a.active, .header-nav .header-menu > li:first-child a:hover {
    background-image: url("../images/common/header_item_home_hover-lg.png");
  }
}
@media screen and (min-width: 1800px) {
  .header-nav .header-menu > li:first-child a {
    width: 65px;
  }
}
@media screen and (min-width: 768px) {
  .header-nav .header-menu > li:nth-child(2) a {
    width: 9.7222222222vw;
    background-image: url("../images/common/header_item_01-lg.png");
    background-size: 89% auto;
  }
  .header-nav .header-menu > li:nth-child(2) a.active, .header-nav .header-menu > li:nth-child(2) a:hover {
    background-image: url("../images/common/header_item_01_hover-lg.png");
  }
}
@media screen and (min-width: 1800px) {
  .header-nav .header-menu > li:nth-child(2) a {
    width: 175px;
  }
}
@media screen and (min-width: 768px) {
  .header-nav .header-menu > li:nth-child(3) a {
    width: 8.0555555556vw;
    background-image: url("../images/common/header_item_02-lg.png");
    background-size: 85% auto;
  }
  .header-nav .header-menu > li:nth-child(3) a.active, .header-nav .header-menu > li:nth-child(3) a:hover {
    background-image: url("../images/common/header_item_02_hover-lg.png");
  }
}
@media screen and (min-width: 1800px) {
  .header-nav .header-menu > li:nth-child(3) a {
    width: 145px;
  }
}
@media screen and (min-width: 768px) {
  .header-nav .header-menu > li:nth-child(4) a {
    background-image: url("../images/common/header_item_03-lg.png");
  }
  .header-nav .header-menu > li:nth-child(4) a.active, .header-nav .header-menu > li:nth-child(4) a:hover {
    background-image: url("../images/common/header_item_03_hover-lg.png");
  }
}
@media screen and (min-width: 768px) {
  .header-nav .header-menu > li:nth-child(5) a {
    background-image: url("../images/common/header_item_04-lg.png");
  }
  .header-nav .header-menu > li:nth-child(5) a.active, .header-nav .header-menu > li:nth-child(5) a:hover {
    background-image: url("../images/common/header_item_04_hover-lg.png");
  }
}
@media screen and (min-width: 768px) {
  .header-nav .header-menu > li:nth-child(6) a {
    width: 8.0555555556vw;
    background-image: url("../images/common/header_item_05-lg.png");
  }
  .header-nav .header-menu > li:nth-child(6) a.active, .header-nav .header-menu > li:nth-child(6) a:hover {
    background-image: url("../images/common/header_item_05_hover-lg.png");
  }
}
@media screen and (min-width: 1800px) {
  .header-nav .header-menu > li:nth-child(6) a {
    width: 145px;
  }
}
.header-nav .header-menu > li:last-child a {
  font-size: 0;
  width: 45.3333333333vw;
  height: 18.6666666667vw;
  margin: 0 auto;
  background-image: url("../images/common/header_button_subNav_apply-xs.png");
  background-repeat: no-repeat;
  background-size: 45.3333333333vw 18.6666666667vw;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .header-nav .header-menu > li:last-child a {
    width: 7.7777777778vw;
    height: 3.8888888889vw;
    margin: 0;
    background-image: url("../images/common/header_button_apply-lg.png");
    background-size: 90%;
  }
}
@media screen and (min-width: 1800px) {
  .header-nav .header-menu > li:last-child a {
    width: 140px;
    height: 70px;
  }
}
.header-nav .header-menu > li:last-child a:hover {
  background-image: url("../images/common/header_button_subNav_apply_hover-xs.png");
}
@media screen and (min-width: 768px) {
  .header-nav .header-menu > li:last-child a:hover {
    background-image: url("../images/common/header_button_apply_hover-lg.png");
  }
}
.header-nav .header-menu > li:last-child::before {
  display: none;
}

.footer {
  width: 100%;
  padding-top: 6.6666666667vw;
  background-color: #f8f8f8;
  position: relative;
  z-index: 1;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .footer {
    background-color: #fff;
    padding-top: 2.7777777778vw;
  }
}
@media screen and (min-width: 1800px) {
  .footer {
    padding-top: 50px;
  }
}
.footer.sticky-visible {
  position: relative;
}
@media screen and (min-width: 768px) {
  .footer.sticky-visible {
    position: fixed;
    bottom: 0;
  }
}
.footer::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 80vw;
  bottom: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(137, 151, 168, 0.3137254902)), to(rgba(137, 151, 168, 0)));
  background-image: linear-gradient(0deg, rgba(137, 151, 168, 0.3137254902) 0%, rgba(137, 151, 168, 0) 100%);
}
@media screen and (min-width: 768px) {
  .footer::before {
    height: 16.6666666667vw;
  }
}
@media screen and (min-width: 1800px) {
  .footer::before {
    height: 300px;
  }
}
.footer .footer-wrap {
  background-color: #fff;
  -webkit-box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.05);
          box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.05);
  border-radius: 20px 20px 0px 0px;
  padding-top: 15px;
  padding-bottom: 16vw;
  max-width: 1800px;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .footer .footer-wrap {
    padding: 1.6666666667vw 0 1.3888888889vw;
    border-radius: 2.7777777778vw 2.7777777778vw 0 0;
    -webkit-box-shadow: 0px -10px 10px rgba(0, 0, 0, 0.05);
            box-shadow: 0px -10px 10px rgba(0, 0, 0, 0.05);
  }
}
@media screen and (min-width: 1800px) {
  .footer .footer-wrap {
    padding: 30px 0 25px;
    border-radius: 50px 50px 0 0;
    -webkit-box-shadow: 0px -10px 10px rgba(0, 0, 0, 0.05);
            box-shadow: 0px -10px 10px rgba(0, 0, 0, 0.05);
  }
}
.footer .container {
  width: 90%;
  max-width: 1800px;
}
@media screen and (min-width: 768px) {
  .footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.ctbcWarning_title {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  color: #333333;
  font-size: 6.9333333333vw;
  line-height: 1.34;
  margin-bottom: 1.3333333333vw;
}
@media screen and (min-width: 768px) {
  .ctbcWarning_title {
    white-space: nowrap;
    width: auto;
    font-size: 2.5vw;
    margin-bottom: 0;
    text-align: center;
  }
}
@media screen and (min-width: 1800px) {
  .ctbcWarning_title {
    font-size: 2.8125rem;
    margin-bottom: 0;
  }
}
.ctbcWarning_title span {
  display: inline-block;
}

.ctbcWarning_text {
  font-size: 2.6666666667vw;
  color: #333333;
  line-height: 1.4;
}
@media screen and (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 screen and (min-width: 1800px) {
  .ctbcWarning_text {
    font-size: 16px;
    padding-left: 25px;
  }
}
.ctbcWarning_text a {
  color: #333333;
}

.page-kv {
  position: sticky;
  top: 0;
  background-image: url("../images/common/page_kv_bg-xs.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  overflow-x: hidden;
}
@media screen and (min-width: 768px) {
  .page-kv {
    background-image: url("../images/common/page_kv_bg-lg.jpg");
    background-size: 111.11% auto;
  }
}
@media screen and (min-width: 1800px) {
  .page-kv {
    background: url("../images/common/page_kv_bg-lg.jpg") no-repeat top center/2000px auto, url("../images/common/page_kv_bg_repeat-lg.jpg") repeat-x top center/10px auto;
  }
}
.page-kv .container {
  padding: 0;
}
.page-kv .page-kv-wrap {
  position: relative;
}
@media screen and (min-width: 768px) {
  .page-kv .page-kv-wrap {
    width: 100%;
    padding-top: 30px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 992px) {
  .page-kv .page-kv-wrap {
    padding-top: 20px;
  }
}
@media screen and (min-width: 1400px) {
  .page-kv .page-kv-wrap {
    padding-top: 0px;
  }
}
.page-kv .page-slogan {
  width: 80%;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .page-kv .page-slogan {
    width: 50%;
  }
}
.page-kv .page-photo {
  position: absolute;
  width: 60%;
  top: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .page-kv .page-photo {
    top: 30px;
  }
}
@media screen and (min-width: 992px) {
  .page-kv .page-photo {
    top: 20px;
  }
}
@media screen and (min-width: 1400px) {
  .page-kv .page-photo {
    top: 0px;
  }
}
.page-kv .paupau,
.page-kv .obj-1,
.page-kv .obj-2 {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.collapse-box {
  position: relative;
}

.collapse-box__content-box {
  overflow: hidden;
  max-height: 65vh;
  -webkit-transition: max-height 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .collapse-box__content-box {
    max-height: 40vh;
  }
}

.collapse-box__control {
  text-align: center;
  padding: 10px 0 0;
}
.lightbox__content .collapse-box__control {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
}
@media screen and (min-width: 768px) {
  .collapse-box__control {
    padding: 20px 0;
  }
}

.collapse-box__trigger-btn {
  display: inline-block;
  padding: 0;
  margin: 0;
  width: 24vw;
}
.collapse-box__trigger-btn .btn-close {
  display: none;
}
.collapse-box--active .collapse-box__trigger-btn .btn-more {
  display: none;
}
.collapse-box--active .collapse-box__trigger-btn .btn-close {
  display: block;
}
@media screen and (min-width: 375px) {
  .collapse-box__trigger-btn {
    width: 90px;
  }
}
@media screen and (min-width: 768px) {
  .collapse-box__trigger-btn {
    width: 120px;
  }
}

.collapse-box--active .collapse-box__content-box {
  max-height: none;
  padding-bottom: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .collapse-box--active .collapse-box__content-box {
    padding-bottom: 0;
  }
}

.collapse-box--collapsing .collapse-box__content-box {
  max-height: inherit;
}

.collapse-box__content.space_notice_area {
  background-color: #ffeeed;
  border: 2px solid #ff6118;
  border-radius: 2.6666666667vw;
  padding: 5.3333333333vw;
  margin-bottom: 5.3333333333vw;
}
@media (min-width: 768px) {
  .collapse-box__content.space_notice_area {
    border-radius: 1.1111111111vw;
    padding: 1.1111111111vw;
    margin-bottom: 1.1111111111vw;
  }
}
@media (min-width: 1830px) {
  .collapse-box__content.space_notice_area {
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 20px;
  }
}
.collapse-box__content.space_notice_area .article-title {
  font-weight: bold;
  color: #ff6118;
}
.collapse-box__content.space_notice_area li {
  font-weight: bold;
}

.lightbox__slider-cards-box {
  position: relative;
}

.lightbox__slider-cards {
  position: relative;
  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: 24vw;
}
.lightbox__slider-cards .slick-arrow::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}
.lightbox__slider-cards .slick-prev {
  left: 0;
}
.lightbox__slider-cards .slick-prev::before {
  background-image: url("../images/common/button_arrow_left.png");
}
.lightbox__slider-cards .slick-next {
  right: 0;
}
.lightbox__slider-cards .slick-next::before {
  background-image: url("../images/common/button_arrow_right.png");
}
@media screen and (min-width: 768px) {
  .lightbox__slider-cards {
    padding-left: 3.6111111111vw;
    padding-right: 3.6111111111vw;
  }
  .lightbox__slider-cards .slick-arrow {
    width: 2.2222222222vw;
    height: 6.6666666667vw;
  }
}
@media screen and (min-width: 1800px) {
  .lightbox__slider-cards {
    padding-left: 65px;
    padding-right: 65px;
  }
  .lightbox__slider-cards .slick-arrow {
    width: 40px;
    height: 120px;
  }
}

.lightbox__slider-cards__item {
  margin: 0;
  padding-left: 0;
}

.lightbox {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  overflow: auto;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}
.lightbox::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #343940;
  opacity: 0.9;
}
.lightbox.active {
  visibility: visible;
  z-index: 19;
  pointer-events: all;
}
.lightbox.lightbox-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lightbox.lightbox-centered .lightbox__content {
  padding-bottom: 13.3333333333vw;
}
@media screen and (min-width: 768px) {
  .lightbox.lightbox-centered .lightbox__content {
    padding-bottom: 3.8888888889vw;
  }
}
@media screen and (min-width: 1800px) {
  .lightbox.lightbox-centered .lightbox__content {
    padding-bottom: 70px;
  }
}
.lightbox.lightbox-centered .collapse-box__content-box {
  max-height: none;
}
.lightbox.lightbox-centered .collapse-box__control {
  display: none;
}
@media screen and (min-width: 768px) {
  .lightbox#lightbox_indexSpecialEvent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.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 screen and (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 screen and (min-width: 1800px) {
  .lightbox__area {
    margin-top: 100px;
    margin-bottom: 100px;
    width: 1400px;
  }
}
.lightbox__area.onlyphoto .lightbox__content {
  padding: 0;
}
.lightbox__area.onlyphoto .lightbox__content::before, .lightbox__area.onlyphoto .lightbox__content::after {
  display: none;
}

.lightbox__content {
  background-color: #f8f8f8;
  border-radius: 10px 40px;
  overflow: hidden;
  padding: 13.3333333333vw 5.3333333333vw 26.6666666667vw;
}
@media screen and (min-width: 375px) {
  .lightbox__content {
    padding: 13.3333333333vw 5.3333333333vw 90px;
  }
}
@media screen and (min-width: 768px) {
  .lightbox__content {
    padding: 3.8888888889vw 6.1111111111vw 120px;
    border-radius: 10px 60px;
  }
}
@media screen and (min-width: 1800px) {
  .lightbox__content {
    padding: 70px 110px 120px;
    border-radius: 10px 100px;
  }
}
.lightbox__content::before, .lightbox__content::after {
  content: "";
  position: absolute;
  width: 29.3333333333vw;
  height: 29.3333333333vw;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .lightbox__content::before, .lightbox__content::after {
    width: 16.6666666667vw;
    height: 16.6666666667vw;
  }
}
@media screen and (min-width: 1800px) {
  .lightbox__content::before, .lightbox__content::after {
    width: 300px;
    height: 300px;
  }
}
.lightbox__content::before {
  left: -4vw;
  top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("../images/common/lightbox_obj_top.png");
}
@media screen and (min-width: 768px) {
  .lightbox__content::before {
    left: 0;
    -webkit-transform: translate(-30%, -30%);
            transform: translate(-30%, -30%);
  }
}
.lightbox__content::after {
  bottom: 0;
  right: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  background-image: url("../images/common/lightbox_obj_bottom-lg.png");
}
@media screen and (min-width: 768px) {
  .lightbox__content::after {
    -webkit-transform: translate(20%, 30%);
            transform: translate(20%, 30%);
  }
}

.lightbox__close {
  position: absolute;
  top: 5.3333333333vw;
  right: 5.3333333333vw;
  width: 8vw;
  height: 8vw;
  background-image: url("../images/common/button_close.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 375px) {
  .lightbox__close {
    width: 30px;
    height: 30px;
  }
}
@media screen and (min-width: 768px) {
  .lightbox__close {
    top: 3.8888888889vw;
    right: 3.8888888889vw;
    width: 35px;
    height: 35px;
  }
}
@media screen and (min-width: 1800px) {
  .lightbox__close {
    width: 40px;
    height: 40px;
  }
}
@media screen and (min-width: 1800px) {
  .lightbox__close {
    top: 70px;
    right: 70px;
  }
}

.lightbox .title {
  margin-bottom: 1.3333333333vw;
}
@media screen and (min-width: 768px) {
  .lightbox .title {
    margin-bottom: 1.3888888889vw;
  }
}
@media screen and (min-width: 1800px) {
  .lightbox .title {
    margin-bottom: 25px;
  }
}

.lightbox .lightbox-text {
  font-size: 4.2666666667vw;
  line-height: 1.5;
  color: #333333;
  margin: 0 0 10px;
}
@media screen and (min-width: 768px) {
  .lightbox .lightbox-text {
    font-size: 1vw;
    margin-bottom: 1.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .lightbox .lightbox-text {
    font-size: 18px;
    margin-bottom: 30px;
  }
}

ol.lightbox-list {
  font-size: 4.2666666667vw;
  line-height: 1.5;
  color: #333333;
  padding: 2.6666666667vw 0;
  margin: 0;
}
@media screen and (min-width: 768px) {
  ol.lightbox-list {
    font-size: 1vw;
    padding: 1.3888888889vw 0;
  }
}
@media screen and (min-width: 1800px) {
  ol.lightbox-list {
    font-size: 18px;
    padding: 25px 0;
  }
}
ol.lightbox-list > li ol {
  list-style: none;
  counter-reset: my-counter;
  margin-left: 0;
  padding-left: 1em;
}
ol.lightbox-list > li ol > li {
  position: relative;
  counter-increment: my-counter;
  padding-left: 0;
  margin-left: 1em;
}
ol.lightbox-list > li ol > li .d-block {
  width: 100%;
}
ol.lightbox-list > li ol > li::before {
  display: inline-block;
  width: 2em;
  margin-left: -2em;
  position: absolute;
  top: 0;
  left: 0;
  content: "(" counter(my-counter) ")";
}
ol.lightbox-list > li ol > li > ol {
  list-style: lower-alpha;
  padding-left: 0;
}
ol.lightbox-list li + li {
  margin-top: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  ol.lightbox-list li + li {
    margin-top: 0.8333333333vw;
  }
}
@media screen and (min-width: 1800px) {
  ol.lightbox-list li + li {
    margin-top: 15px;
  }
}
ol.lightbox-list strong {
  color: #e2037d;
}
ol.lightbox-list a {
  color: #3477b9;
  text-decoration: underline;
}

.lightbox-content-wrap {
  padding: 2.6666666667vw 0;
}
@media screen and (min-width: 768px) {
  .lightbox-content-wrap {
    padding: 2.2222222222vw 0;
  }
}
@media screen and (min-width: 1800px) {
  .lightbox-content-wrap {
    padding: 40px 0;
  }
}
.lightbox-content-wrap h4 {
  font-size: 5.8666666667vw;
  line-height: 1.5;
  color: #333333;
  margin: 0 0 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .lightbox-content-wrap h4 {
    font-size: 1.3333333333vw;
    margin: 0 0 1.1111111111vw;
  }
}
@media screen and (min-width: 1800px) {
  .lightbox-content-wrap h4 {
    font-size: 24px;
    margin: 0 0 20px;
  }
}
.lightbox-content-wrap ol.lightbox-list {
  padding: 0;
}

.step-list .step-item + .step-item {
  margin-top: 6.6666666667vw;
}
@media screen and (min-width: 768px) {
  .step-list .step-item + .step-item {
    margin-top: 2.2222222222vw;
  }
}
@media screen and (min-width: 1800px) {
  .step-list .step-item + .step-item {
    margin-top: 40px;
  }
}
.step-list .step-item p {
  margin: 0;
  text-align: center;
  font-size: 0;
}
.step-list .step-item p span {
  display: block;
  font-size: 4.2666666667vw;
  line-height: 1.5;
  color: #333333;
}
@media screen and (min-width: 768px) {
  .step-list .step-item p span {
    display: inline;
    font-size: 0.8888888889vw;
  }
}
@media screen and (min-width: 1800px) {
  .step-list .step-item p span {
    font-size: 22px;
  }
}
.step-list .step-item .btn-register {
  display: block;
  width: 21.3333333333vw;
  padding: 1.3333333333vw;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .step-list .step-item .btn-register {
    width: 8.3333333333vw;
    padding: 0.5555555556vw;
    margin: 0;
  }
}
@media screen and (min-width: 1800px) {
  .step-list .step-item .btn-register {
    width: 150px;
    padding: 10px;
  }
}
.step-list .step-item .btn-register .image-hover {
  display: none;
}
.step-list .step-item .btn-register:hover .image {
  display: none;
}
.step-list .step-item .btn-register:hover .image-hover {
  display: block;
}
.step-list .step-item .step-register-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.step-list .step-item .step-register-text p {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .step-list .step-item .step-register-text p {
    width: auto;
  }
}
.step-list .step-item .text-hint {
  color: #333333;
  font-size: 3.2vw;
  text-align: center;
  line-height: 1.5;
  display: block;
  padding: 1.3333333333vw 0;
}
@media screen and (min-width: 768px) {
  .step-list .step-item .text-hint {
    font-size: 0.6666666667vw;
    padding: 1.3888888889vw 0;
  }
}
@media screen and (min-width: 1800px) {
  .step-list .step-item .text-hint {
    font-size: 16px;
    padding: 25px 0;
  }
}

.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: 2.6666666667vw;
  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: 1830px) {
  .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;
  }
}

table.lightbox_klooknoticeTable {
  min-width: 800px;
}
@media (min-width: 768px) {
  table.lightbox_klooknoticeTable {
    min-width: 400px;
  }
}
table.lightbox_klooknoticeTable th, table.lightbox_klooknoticeTable td {
  width: 25%;
}

@-webkit-keyframes slide-in {
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

@keyframes slide-in {
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}
@-webkit-keyframes paupau-cut1 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
            transform: translate3d(-100px, 0, 0);
  }
  12.5% {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
  37.5% {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
            transform: translate3d(100px, 0, 0);
  }
}
@keyframes paupau-cut1 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
            transform: translate3d(-100px, 0, 0);
  }
  12.5% {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
  37.5% {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
            transform: translate3d(100px, 0, 0);
  }
}
@-webkit-keyframes paupau-cut2 {
  50% {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
            transform: translate3d(-100px, 0, 0);
  }
  62.5% {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
  87.5% {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
            transform: translate3d(100px, 0, 0);
  }
}
@keyframes paupau-cut2 {
  50% {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
            transform: translate3d(-100px, 0, 0);
  }
  62.5% {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
  87.5% {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
            transform: translate3d(100px, 0, 0);
  }
}
@-webkit-keyframes food-cut1 {
  12.5% {
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  25% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  37.5% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@keyframes food-cut1 {
  12.5% {
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  25% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  37.5% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@-webkit-keyframes food-cut2 {
  62.5% {
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  75% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  87.5% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@keyframes food-cut2 {
  62.5% {
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  75% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  87.5% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.section-kv {
  background: url("../images/index/index_kv_bgimage-xs.jpg") no-repeat top center/100% auto;
  margin-bottom: 8vw;
}
@media screen and (min-width: 768px) {
  .section-kv {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(248, 248, 248, 0)), to(rgba(137, 151, 168, 0))), url("../images/index/index_kv_bgimage-lg.jpg") no-repeat top center/111.11% auto;
    background: linear-gradient(180deg, rgba(248, 248, 248, 0) 50%, rgba(137, 151, 168, 0) 100%), url("../images/index/index_kv_bgimage-lg.jpg") no-repeat top center/111.11% auto;
    margin-bottom: 2.7777777778vw;
  }
}
@media screen and (min-width: 1800px) {
  .section-kv {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(248, 248, 248, 0)), to(rgba(137, 151, 168, 0))), url("../images/index/index_kv_bgimage-lg.jpg") no-repeat top center/2000px auto, url("../images/index/index_kv_bgimage_repeat-lg.jpg") repeat-x top center/10px auto;
    background: linear-gradient(180deg, rgba(248, 248, 248, 0) 50%, rgba(137, 151, 168, 0) 100%), url("../images/index/index_kv_bgimage-lg.jpg") no-repeat top center/2000px auto, url("../images/index/index_kv_bgimage_repeat-lg.jpg") repeat-x top center/10px auto;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 768px) {
  .section-kv .kv-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.section-kv .kv-slogan {
  opacity: 0;
  -webkit-transform: translate3d(100px, 0, 0);
          transform: translate3d(100px, 0, 0);
  -webkit-animation: slide-in 1s 1s forwards;
          animation: slide-in 1s 1s forwards;
  position: relative;
}
@media screen and (min-width: 768px) {
  .section-kv .kv-slogan {
    width: 55%;
  }
}
.section-kv .kv-animation {
  position: relative;
}
@media screen and (min-width: 768px) {
  .section-kv .kv-animation {
    width: 55%;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-right: -10%;
  }
}
.section-kv .kv-animation .kv-animation-card {
  opacity: 0;
  -webkit-transform: translate3d(-100px, 0, 0);
          transform: translate3d(-100px, 0, 0);
  -webkit-animation: slide-in 1s 1s forwards;
          animation: slide-in 1s 1s forwards;
}
.section-kv .kv-animation .kv-paupau-cut1,
.section-kv .kv-animation .kv-paupau-cut2,
.section-kv .kv-animation .kv-food-cut1,
.section-kv .kv-animation .kv-food-cut2 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.section-kv .kv-animation .kv-paupau-cut1 img,
.section-kv .kv-animation .kv-paupau-cut2 img,
.section-kv .kv-animation .kv-food-cut1 img,
.section-kv .kv-animation .kv-food-cut2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.section-kv .kv-animation .kv-paupau-cut1,
.section-kv .kv-animation .kv-paupau-cut2 {
  opacity: 0;
  -webkit-transform: translate3d(-100px, 0, 0);
          transform: translate3d(-100px, 0, 0);
}
@media screen and (min-width: 768px) {
  .section-kv .kv-animation .kv-paupau-cut1,
  .section-kv .kv-animation .kv-paupau-cut2 {
    width: 81.8181818182%;
    margin: 0 auto;
  }
}
.section-kv .kv-animation .kv-paupau-cut1 {
  -webkit-animation: paupau-cut1 8s 2s forwards infinite;
          animation: paupau-cut1 8s 2s forwards infinite;
}
.section-kv .kv-animation .kv-paupau-cut2 {
  -webkit-animation: paupau-cut2 8s 2s forwards infinite;
          animation: paupau-cut2 8s 2s forwards infinite;
}
.section-kv .kv-animation .kv-food-cut1,
.section-kv .kv-animation .kv-food-cut2 {
  opacity: 0;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.section-kv .kv-animation .kv-food-cut1 {
  -webkit-animation: food-cut1 8s 2s forwards infinite;
          animation: food-cut1 8s 2s forwards infinite;
}
.section-kv .kv-animation .kv-food-cut2 {
  -webkit-animation: food-cut2 8s 2s forwards infinite;
          animation: food-cut2 8s 2s forwards infinite;
}
.section-kv .kv-sub {
  position: relative;
  max-width: 1800px;
  margin: 0 auto;
}
.section-kv .kv-card-list {
  margin: 0;
  padding: 0;
  list-style: none;
  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;
  height: 21.3333333333vw;
}
@media screen and (min-width: 768px) {
  .section-kv .kv-card-list {
    height: 10vw;
  }
}
.section-kv .kv-card-list li {
  margin: 0;
  padding: 0;
  width: 10.6666666667vw;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .section-kv .kv-card-list li {
    width: 8.3333333333vw;
  }
}
@media screen and (min-width: 1800px) {
  .section-kv .kv-card-list li {
    width: 150px;
  }
}
.section-kv .kv-card-list li + li {
  margin-left: 1.3333333333vw;
}
@media screen and (min-width: 768px) {
  .section-kv .kv-card-list li + li {
    margin-left: 0;
  }
}
.section-kv .kv-card-list li .kv-card-hover {
  display: none;
}
.section-kv .kv-card-list li:hover {
  width: 24vw;
}
@media screen and (min-width: 768px) {
  .section-kv .kv-card-list li:hover {
    width: 12.7777777778vw;
  }
}
@media screen and (min-width: 1800px) {
  .section-kv .kv-card-list li:hover {
    width: 230px;
  }
}
.section-kv .kv-card-list li:hover .kv-card {
  display: none;
}
.section-kv .kv-card-list li:hover .kv-card-hover {
  display: block;
}
.section-kv .kv-link {
  position: absolute;
  width: 38.6666666667vw;
  height: 3.2vw;
  bottom: 12vw;
  left: 6.6666666667vw;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .section-kv .kv-link {
    width: 13.8888888889vw;
    height: 1.1111111111vw;
    bottom: 5vw;
    left: 30.2777777778vw;
  }
}
@media screen and (min-width: 1800px) {
  .section-kv .kv-link {
    width: 250px;
    height: 20px;
    bottom: 90px;
    left: 545px;
  }
}
.section-kv .kv-link a {
  width: 100%;
  height: 100%;
}
.section-kv .kv-sub-content {
  margin: 0 auto;
  padding: 2.1333333333vw 4vw;
  text-align: center;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .section-kv .kv-sub-content {
    padding: 0 0.8333333333vw 0.8333333333vw;
    margin-top: -1em;
  }
}
@media screen and (min-width: 1800px) {
  .section-kv .kv-sub-content {
    padding: 0 15px 15px;
  }
}
.section-kv .kv-sub-content .title {
  font-size: 4.2666666667vw;
  font-weight: 900;
  padding: 0.25em 0;
}
@media screen and (min-width: 768px) {
  .section-kv .kv-sub-content .title {
    font-size: 1.3333333333vw;
    padding: 0 0 0.25em;
  }
}
@media screen and (min-width: 1800px) {
  .section-kv .kv-sub-content .title {
    font-size: 24px;
  }
}
.section-kv .kv-sub-content .title strong {
  font-size: 1.1em;
}
.section-kv .kv-sub-content .title small {
  position: relative;
  display: inline-block;
  font-size: 0.85em;
  bottom: 0.15em;
}
.section-kv .kv-sub-content .describe {
  font-size: 3.7333333333vw;
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  .section-kv .kv-sub-content .describe {
    font-size: 1.2222222222vw;
  }
}
@media screen and (min-width: 1800px) {
  .section-kv .kv-sub-content .describe {
    font-size: 22px;
  }
}
.section-kv .kv-sub-content .notice {
  width: 100%;
  text-align: left;
  font-size: 2.6666666667vw;
  text-indent: -1em;
  padding-left: 1em;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .section-kv .kv-sub-content .notice {
    font-size: 0.8888888889vw;
    text-align: center;
  }
}
@media screen and (min-width: 1800px) {
  .section-kv .kv-sub-content .notice {
    font-size: 16px;
  }
}
.section-kv .kv-sub-content .notice p {
  margin: 0.5em 0 0;
}
@media screen and (min-width: 768px) {
  .section-kv .kv-sub-content .notice p {
    width: auto;
    display: inline-block;
    padding-right: 0.8888888889vw;
  }
}
@media screen and (min-width: 1800px) {
  .section-kv .kv-sub-content .notice p {
    padding-right: 16px;
  }
}
.section-kv .kv-sub-content .notice a {
  text-indent: 0;
}
.section-kv .kv-sub-content .notice a span {
  color: #343940;
  text-decoration: underline;
}

.page-main {
  position: relative;
  min-height: calc(100vh - 80vw);
  background-color: #f8f8f8;
  padding: 8vw 0;
  margin-top: -8vw;
  -webkit-box-shadow: 0px 1px 35px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 1px 35px rgba(0, 0, 0, 0.16);
  border-radius: 0 30px 0 0;
}
@media screen and (min-width: 768px) {
  .page-main {
    min-height: calc(100vh - 35vw);
    margin-top: -5.5555555556vw;
    padding: 3.3333333333vw 0;
    border-radius: 0 60px 0 0;
    background-color: #fff;
  }
}
@media screen and (min-width: 1800px) {
  .page-main {
    border-radius: 0 100px 0 0;
    min-height: calc(100vh - 630px);
    margin-top: -100px;
    padding: 60px 0;
  }
}
.page-main .title {
  margin-bottom: 0;
}

.title-describe {
  width: 100%;
  max-width: 1260;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .title-describe {
    width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.title-describe p {
  display: inline-block;
  margin: 0;
  padding: 1.3333333333vw 4vw 4vw 6.6666666667vw;
  font-size: 4.8vw;
  line-height: 1.5;
  color: #333333;
}
@media screen and (min-width: 768px) {
  .title-describe p {
    padding: 0.6666666667vw 1.3888888889vw 1.3888888889vw 1.9444444444vw;
    font-size: 1.5555555556vw;
  }
}
@media screen and (min-width: 1800px) {
  .title-describe p {
    padding: 12px 25px 25px 35px;
    font-size: 28px;
  }
}

.main {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .main {
    width: 90%;
    margin: 0 auto;
  }
}
.main + .title {
  margin: 21.3333333333vw auto 0;
}
@media screen and (min-width: 768px) {
  .main + .title {
    margin: 5.5555555556vw auto 0;
  }
}
@media screen and (min-width: 1800px) {
  .main + .title {
    margin: 100px auto 0;
  }
}

@media screen and (min-width: 768px) {
  .group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.wrap {
  padding: 4vw;
}
@media screen and (min-width: 768px) {
  .wrap {
    margin: 0 auto;
    padding: 1.1111111111vw;
  }
}
@media screen and (min-width: 1800px) {
  .wrap {
    padding: 20px;
  }
}
@media screen and (min-width: 768px) {
  .wrap.columns-2 {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .wrap.columns-3 {
    width: 33.3333333333%;
  }
}

.page-main {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  min-height: 0;
  margin-top: 0;
  padding-top: 0;
}
.page-main .group {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.item-content {
  padding: 0;
}
.content-photo,
.content-text,
.content-text-description,
.content-text-notice,
.content-text-notice span,
.content-text-list {
  width: 100%;
  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;
  margin: 0;
  padding: 0;
}

.content-text-description {
  font-weight: 900;
  font-size: 5.0666666667vw;
  line-height: 1.4;
  padding: 0 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .content-text-description {
    font-size: 1.5555555556vw;
    padding: 0 0 0 1.1111111111vw;
  }
}
@media screen and (min-width: 1800px) {
  .content-text-description {
    font-size: 28px;
    padding: 0 0 0 20px;
  }
}
.content-text-description small {
  font-size: 0.65em;
}

.content-text-notice {
  padding: 0.4em 0;
  font-size: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .content-text-notice {
    font-size: 0.8888888889vw;
  }
}
@media screen and (min-width: 1800px) {
  .content-text-notice {
    font-size: 16px;
  }
}

.content-text-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content-text-list li {
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 4.5333333333vw;
}
@media screen and (min-width: 768px) {
  .content-text-list li {
    width: 50%;
    font-size: 1.5555555556vw;
  }
}
@media screen and (min-width: 1800px) {
  .content-text-list li {
    font-size: 28px;
  }
}

.item-notice.gifts {
  margin: 0;
  padding: 1.3333333333vw 4vw 4vw 6.6666666667vw;
  font-size: 2.6666666667vw;
  line-height: 1.5;
  color: #333333;
}
@media screen and (min-width: 768px) {
  .item-notice.gifts {
    padding: 0.2777777778vw 1.3888888889vw 1.3888888889vw 1.9444444444vw;
    font-size: 0.8888888889vw;
  }
}
@media screen and (min-width: 1800px) {
  .item-notice.gifts {
    padding: 5px 25px 25px 35px;
    font-size: 16px;
  }
}
.item-notice.gifts span {
  display: block;
  text-indent: -1em;
}
@media screen and (min-width: 768px) {
  .item-notice.gifts.text-inline-lg {
    text-align: center;
  }
  .item-notice.gifts.text-inline-lg span {
    display: inline;
    padding-right: 0.5em;
  }
}

@media screen and (min-width: 768px) {
  .title.campaign {
    margin: 4vw auto 0;
  }
}
@media screen and (min-width: 1800px) {
  .title.campaign {
    margin: 72px auto 0;
  }
}

.main.gifts.campaign {
  background-color: #ffedf6;
  padding: 2.6666666667vw;
  border-radius: 6.6666666667vw 16vw 6.6666666667vw 16vw;
  -webkit-box-shadow: 1.3333333333vw 1.3333333333vw 1.3333333333vw rgba(0, 0, 0, 0.15);
          box-shadow: 1.3333333333vw 1.3333333333vw 1.3333333333vw rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .main.gifts.campaign {
    width: 100%;
    margin: 1.1111111111vw auto 0;
    padding: 1.7777777778vw 1.3333333333vw;
    border-radius: 1.6666666667vw 6.8888888889vw 1.6666666667vw 6.8888888889vw;
    -webkit-box-shadow: 0.5555555556vw 0.5555555556vw 0.5555555556vw rgba(0, 0, 0, 0.15);
            box-shadow: 0.5555555556vw 0.5555555556vw 0.5555555556vw rgba(0, 0, 0, 0.15);
  }
}
@media screen and (min-width: 1800px) {
  .main.gifts.campaign {
    margin: 20px auto 0;
    padding: 32px 24px;
    border-radius: 30px 124px 30px 124px;
    -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.15);
            box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.15);
  }
}
.main.gifts.campaign .campaign-item-wrap,
.main.gifts.campaign .item-wrap.campaign {
  padding: 4vw;
}
@media screen and (min-width: 768px) {
  .main.gifts.campaign .campaign-item-wrap,
  .main.gifts.campaign .item-wrap.campaign {
    padding: 0 0.5555555556vw;
    width: 49%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (min-width: 1800px) {
  .main.gifts.campaign .campaign-item-wrap,
  .main.gifts.campaign .item-wrap.campaign {
    padding: 0 10px;
  }
}
.main.gifts.campaign .item.campaign {
  background-color: #fff;
  border-radius: 1.3333333333vw 10.6666666667vw;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .main.gifts.campaign .item.campaign {
    border-radius: 0.2777777778vw 5.5555555556vw;
  }
}
@media screen and (min-width: 1800px) {
  .main.gifts.campaign .item.campaign {
    border-radius: 5px 100px;
  }
}
.main.gifts.campaign .item.campaign .btn-group {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 15px;
  position: relative;
  margin-left: 34.2857142857%;
}
@media screen and (min-width: 768px) {
  .main.gifts.campaign .item.campaign .btn-group {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 0;
  }
}
.main.gifts.campaign .content-photo {
  width: 64vw;
}
@media screen and (min-width: 768px) {
  .main.gifts.campaign .content-photo {
    width: 22.7777777778vw;
  }
}
@media screen and (min-width: 1800px) {
  .main.gifts.campaign .content-photo {
    width: 410px;
  }
}
.main.gifts.campaign .content-text {
  width: 100%;
  padding: 1.0666666667vw;
}
@media screen and (min-width: 768px) {
  .main.gifts.campaign .content-text {
    width: 17.7777777778vw;
    padding: 0.6666666667vw;
  }
}
@media screen and (min-width: 1800px) {
  .main.gifts.campaign .content-text {
    width: 320px;
    padding: 12px;
  }
}
@media screen and (min-width: 768px) {
  .main.gifts.campaign .content-text-description {
    display: block;
    font-size: 1.4444444444vw;
    text-align: center;
  }
}
@media screen and (min-width: 1800px) {
  .main.gifts.campaign .content-text-description {
    font-size: 26px;
  }
}
.main.gifts.campaign .content-text-description span {
  width: auto;
  display: inline;
}
.main.gifts.campaign .content-text-description span.d-block {
  display: block;
  width: 100%;
  text-align: center;
}
.main.gifts.campaign .content-text-description span.d-block-mobile {
  display: block;
}
@media screen and (min-width: 768px) {
  .main.gifts.campaign .content-text-description span.d-block-desktop {
    display: block;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .main.gifts.campaign .content-text-notice span {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.page-store {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(40%, #dfdfdf), color-stop(50%, #ecf6fc));
  background-image: linear-gradient(0deg, #dfdfdf 40%, #ecf6fc 50%);
}
.page-store .tab-buttons {
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 2.6666666667vw;
}
.page-store .tab-buttons__btn {
  font-weight: 700;
  text-align: center;
  font-size: 3.7333333333vw;
  border-radius: 2.6666666667vw;
  line-height: 1.2857142857;
  background-color: #ffce31;
  border: 1.5px solid #151011;
  color: #151011;
  width: 30.4347826087%;
  padding-top: 1.8666666667vw;
  padding-bottom: 1.8666666667vw;
  margin-left: 1.4492753623%;
  margin-right: 1.4492753623%;
  margin-top: 1.4492753623%;
  margin-bottom: 1.4492753623%;
}
.page-store .tab-buttons__btn.active {
  background-color: #ff6118;
  color: #fff;
}
@media (min-width: 768px) {
  .page-store .tab-buttons {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page-store .tab-buttons__btn {
    font-size: 1.3333333333vw;
    padding-top: 0.1666666667vw;
    padding-bottom: 0.1666666667vw;
    width: 10vw;
    margin-left: 0.5555555556vw;
    margin-right: 0.5555555556vw;
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 0.5555555556vw;
  }
  .page-store .tab-buttons__btn:hover {
    background-color: #ff6118;
    color: #fff;
  }
}
@media (min-width: 1830px) {
  .page-store .tab-buttons__btn {
    font-size: 1.5rem;
    padding-top: 3px;
    padding-bottom: 3px;
    width: 180px;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 10px;
  }
}

#lightbox-monthly-69 .lightbox-text {
  margin-bottom: 0;
}

.section-kv {
  overflow-x: hidden;
}

.section-campaign-container {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(2%, #ffffff), to(#e9ecee));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 2%, #e9ecee 100%);
  position: relative;
  height: 250vh;
}
@media screen and (min-width: 768px) {
  .section-campaign-container {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(2%, #ffffff), to(#e9ecee));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 2%, #e9ecee 100%);
  }
}
@media screen and (min-width: 1800px) {
  .section-campaign-container {
    height: 2250px;
  }
}
.section-campaign-container .section-campaign {
  position: sticky;
  top: 13.3333333333vw;
  height: calc(100vh - 13.3333333333vw);
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .section-campaign-container .section-campaign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    top: 3.8888888889vw;
    height: calc(100vh - 3.8888888889vw - 3.35vw - 3.0555555556vw);
  }
}
@media screen and (min-width: 1800px) {
  .section-campaign-container .section-campaign {
    top: 70px;
    height: calc(100vh - 70px - 60.3px - 55px);
  }
}

@media screen and (min-width: 768px) {
  .campaign-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .campaign-content .text {
    margin-right: 1.1111111111vw;
  }
}
@media screen and (min-width: 1800px) {
  .campaign-content .text {
    margin-right: 20px;
  }
}
.campaign-content .text-title {
  width: 92vw;
  margin-bottom: 1.3333333333vw;
}
@media screen and (min-width: 768px) {
  .campaign-content .text-title {
    width: 45vw;
    margin-bottom: 0;
    padding-top: 4.4444444444vw;
  }
}
@media screen and (min-width: 1800px) {
  .campaign-content .text-title {
    width: 810px;
    padding-top: 80px;
  }
}
.campaign-content .title-describe {
  width: 100%;
  max-width: 1260;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .campaign-content .title-describe {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.campaign-content .title-describe p {
  display: inline-block;
  margin: 0;
  padding: 0 0 1.3333333333vw 0;
  font-size: 4.8vw;
  line-height: 1.5;
  color: #333333;
}
@media screen and (min-width: 768px) {
  .campaign-content .title-describe p {
    padding: 0.6666666667vw 1.3888888889vw 1.3888888889vw 1.9444444444vw;
    font-size: 1.5555555556vw;
  }
}
@media screen and (min-width: 1800px) {
  .campaign-content .title-describe p {
    padding: 12px 25px 25px 35px;
    font-size: 28px;
  }
}
.campaign-content .text-info {
  position: relative;
  overflow: hidden;
}
.campaign-content .info {
  width: 92vw;
  padding: 2.6666666667vw 4vw 2.6666666667vw 1.3333333333vw;
}
@media screen and (min-width: 768px) {
  .campaign-content .info {
    width: 45vw;
    padding: 0.5555555556vw 2vw 0.5555555556vw 0.5555555556vw;
  }
}
@media screen and (min-width: 1800px) {
  .campaign-content .info {
    width: 810px;
    padding: 10px 36px 10px 10px;
  }
}
.campaign-content .info:nth-child(2) {
  position: absolute;
  z-index: 2;
  top: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.campaign-content .info:nth-child(3) {
  position: absolute;
  z-index: 3;
  top: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.campaign-content .info-wrap {
  background-color: #fff2f9;
  border-radius: 8vw 0 8vw 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .campaign-content .info-wrap {
    border-radius: 2.2222222222vw 0 2.2222222222vw 0;
    padding-bottom: 1.1111111111vw;
  }
}
@media screen and (min-width: 1800px) {
  .campaign-content .info-wrap {
    border-radius: 40px 0 40px 0;
    padding-bottom: 20px;
  }
}
.campaign-content > .image {
  position: relative;
  top: -8vw;
  width: 92vw;
  height: 92vw;
}
@media screen and (min-width: 768px) {
  .campaign-content > .image {
    top: -2.7777777778vw;
    width: 45vw;
    height: 45vw;
  }
}
@media screen and (min-width: 1800px) {
  .campaign-content > .image {
    top: -50px;
    width: 810px;
    height: 810px;
  }
}
.campaign-content > .image .paupau {
  position: relative;
  z-index: 3;
}
.campaign-content > .image .earth {
  position: absolute;
  top: 34.7826086957%;
  left: 0;
  right: 0;
}
.campaign-content > .image .bg-group {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.campaign-content > .image .bg-group .bg-02,
.campaign-content > .image .bg-group .bg-03 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.campaign-content > .image .bg-item {
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
.campaign-content > .image .bg-item.active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullet-active {
  background-color: #e2037d;
}

.page-index .footer {
  background-color: transparent;
  margin-top: -21.3333333333vw;
}
@media screen and (min-width: 768px) {
  .page-index .footer {
    margin-top: -2.7777777778vw;
  }
}
@media screen and (min-width: 1800px) {
  .page-index .footer {
    margin-top: -50px;
  }
}
.page-index .footer::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 80vw;
  bottom: 0;
  background-image: none;
}
@media screen and (min-width: 768px) {
  .page-index .footer::before {
    height: 16.6666666667vw;
  }
}
@media screen and (min-width: 1800px) {
  .page-index .footer::before {
    height: 300px;
  }
}

.section-campaign-container--style2 {
  height: auto;
}
.section-campaign-container--style2 .section-campaign {
  height: auto;
}
.section-campaign-container--style2 .swiper-pagination {
  position: relative;
}
.section-campaign-container--style2 .campaign-content .info:nth-child(2), .section-campaign-container--style2 .campaign-content .info:nth-child(3) {
  position: relative;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.section-campaign-container--style2 .campaign-content .earth {
  -webkit-animation: rotateEarth 20s linear infinite;
          animation: rotateEarth 20s linear infinite;
}
@media screen and (min-width: 768px) {
  .section-campaign-container--style2 .campaign-content .text {
    width: calc(55% - 1.1111111111vw);
  }
}
@media screen and (min-width: 768px) {
  .section-campaign-container--style2 .campaign-content .text {
    width: calc(55% - 20px);
  }
}

@-webkit-keyframes rotateEarth {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotateEarth {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/*# sourceMappingURL=index.css.map */