/* -----------------------------------------------------------------------
Functions
----------------------------------------------------------------------- */
.pc {
  display: block;
}
@media (max-width: 1023px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-width: 1023px) {
  .sp {
    display: block;
  }
}

body {
  overflow-x: hidden;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif !important;
  margin: 0;
}

html {
  font-size: 62.5%;
}

p {
  margin: 0;
}

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

select[class] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  margin: 0;
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

main {
  position: relative;
  overflow: hidden;
}

.wrap {
  position: relative;
}

/* ==========================
  header
========================== */
.AppHeader {
  background-color: #e60012;
  -webkit-box-shadow: 1px 1px 7px 1px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 1px 7px 1px rgba(0, 0, 0, 0.3);
  height: 12.53333vw;
  position: relative;
  width: 100%;
  z-index: 100;
}

.AppHeader__Inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
  padding: 0 3.33333vw;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.AppHeader__Logo {
  width: 22.93333vw;
}

.AppHeader__Logo img {
  height: auto;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .AppHeader {
    height: 60px;
  }
  .AppHeader__Inner {
    padding: 0 25px;
  }
  .AppHeader__Logo {
    height: 24px;
    width: 97px;
  }
}
.LangSwitcher {
  overflow: hidden;
  position: relative;
}

.LangSwitcher:after {
  background: url(../img/arrow_select.png) no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 1.33333vw;
  pointer-events: none;
  position: absolute;
  right: 1.86667vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.13333vw;
}

@media screen and (min-width: 1024px) {
  .LangSwitcher:after {
    height: 8px;
    right: 12px;
    width: 12px;
  }
}
.LangSwitcher__Select {
  background: #b8000e;
  border-radius: 0.8vw;
  color: #fff;
  display: block;
  font-size: 2.66667vw;
  padding: 0.8vw 6.13333vw 0.8vw 2.66667vw;
  width: 43.2vw;
  border: 0;
}

@media screen and (min-width: 1024px) {
  .LangSwitcher__Select {
    border-radius: 6px;
    cursor: pointer;
    font-size: 1.4rem;
    padding: 3px 42px 3px 20px;
    width: 244px;
  }
}
.LangSwitcher__Select option {
  background: #fff;
  color: #000;
}

.country .AppHeader__Inner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* ==========================
  mv
========================== */
.mv {
  position: relative;
  margin-bottom: 0.375vw;
}
@media (min-width: 1601px) {
  .mv {
    margin-bottom: 6px;
  }
}
@media (max-width: 1023px) {
  .mv {
    margin-bottom: 1.0666666667vw;
  }
}
.mv__inner {
  width: 100vw;
  height: auto;
}
.mv__inner img {
  width: 100%;
}
.mv__inner .mv__text {
  position: absolute;
  top: 63.5%;
  left: 32vw;
  width: 36.125vw;
  height: auto;
  z-index: 1;
}
@media (max-width: 1023px) {
  .mv__inner .mv__text {
    top: 80.5%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 94.8vw;
  }
}
.mv__inner .store-badge {
  position: absolute;
  gap: 0.75vw;
  top: 2.5vw;
  left: 2.5vw;
}
@media (min-width: 1601px) {
  .mv__inner .store-badge {
    gap: 12px;
    top: 40px;
    left: 40px;
  }
}
@media (max-width: 1023px) {
  .mv__inner .store-badge {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.6vw;
  }
}
.mv__inner .store-badge a {
  width: auto;
  height: 4.375vw;
}
@media (min-width: 1601px) {
  .mv__inner .store-badge a {
    height: 70px;
  }
}
@media (max-width: 1023px) {
  .mv__inner .store-badge a {
    height: 9.3333333333vw;
  }
}
.mv__inner .store-badge .apple {
  width: auto;
  height: 100%;
}
.mv__inner .store-badge .google {
  width: auto;
  height: 100%;
}

body .apple,
body .google {
  display: block;
}
body.is-ios .google {
  display: none;
}
body.is-android .apple {
  display: none;
}

/* ==========================
  band
========================== */
.band {
  position: relative;
  width: 100vw;
  height: 11.25vw;
  background-image: url(../img/band_bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 1601px) {
  .band {
    height: 180px;
  }
}
@media (max-width: 1023px) {
  .band {
    width: 100vw;
    height: 32vw;
    margin-bottom: 1.0666666667vw;
  }
}
.band__inner {
  position: absolute;
  top: 0px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.band__inner .band__content {
  position: relative;
  width: 100vw;
  height: 11.25vw;
}
@media (min-width: 1601px) {
  .band__inner .band__content {
    width: 1600px;
    height: 180px;
  }
}
@media (max-width: 1023px) {
  .band__inner .band__content {
    width: 100vw;
    height: 32vw;
  }
}
.band__inner .band__content .store-badge {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25vw;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (min-width: 1601px) {
  .band__inner .band__content .store-badge {
    gap: 20px;
  }
}
@media (max-width: 1023px) {
  .band__inner .band__content .store-badge {
    gap: 2.6666666667vw;
  }
}
.band__inner .band__content .store-badge .icon {
  width: 7.9375vw;
  height: 8vw;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  -webkit-transform: scale(1);
          transform: scale(1);
  will-change: transform;
}
@media (min-width: 1601px) {
  .band__inner .band__content .store-badge .icon {
    width: 127px;
    height: 128px;
  }
}
@media (max-width: 1023px) {
  .band__inner .band__content .store-badge .icon {
    width: 19.3333333333vw;
    height: 19.4666666667vw;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.band__inner .band__content .store-badge .icon img {
  width: 100%;
}
.band__inner .band__content .store-badge .icon:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
@media (max-width: 1023px) {
  .band__inner .band__content .store-badge .icon:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.band__inner .band__content .store-badge .icon:active {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
@media (max-width: 1023px) {
  .band__inner .band__content .store-badge .icon:active {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}
.band__inner .band__content .store-badge .badge {
  width: auto;
  height: 5.625vw;
}
@media (min-width: 1601px) {
  .band__inner .band__content .store-badge .badge {
    height: 90px;
  }
}
@media (max-width: 1023px) {
  .band__inner .band__content .store-badge .badge {
    height: 12vw;
  }
}
.band__inner .band__content .store-badge .apple {
  width: auto;
  height: 100%;
}
.band__inner .band__content .store-badge .google {
  width: auto;
  height: 100%;
}
.band__inner .band__content .dl-btn {
  width: 23.875vw;
  height: 6.5625vw;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media (min-width: 1601px) {
  .band__inner .band__content .dl-btn {
    width: 382px;
    height: 105px;
  }
}
@media (max-width: 1023px) {
  .band__inner .band__content .dl-btn {
    width: 67.8666666667vw;
    height: 18.6666666667vw;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.band__inner .band__content .dl-btn img {
  width: 100%;
}
.band__inner .band__content .dl-btn:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.band__inner .band__content .dl-btn:active {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.band.bottom {
  border-top: none;
}
/* ==========================
  memory538*419
========================== */
.memory {
  position: relative;
  width: 100vw;
  height: 36.125vw;
  overflow: hidden;
}
@media (min-width: 1601px) {
  .memory {
    height: 578px;
  }
}
@media (max-width: 1023px) {
  .memory {
    height: 107.2vw;
    margin-bottom: 1.0666666667vw;
    overflow: unset;
  }
}
.memory::before {
  content: "";
  position: absolute;
  background-image: url(../img/bg_pattern_purple.png);
  background-size: 1.0625vw;
  background-repeat: repeat;
  background-position: center;
  width: 100vw;
  height: 36.125vw;
}
@media (min-width: 1601px) {
  .memory::before {
    background-size: 17px;
    height: 578px;
  }
}
@media (max-width: 1023px) {
  .memory::before {
    background-size: 2.2666666667vw;
    height: 107.2vw;
  }
}
.memory__inner {
  position: absolute;
  width: 100vw;
  height: 50.25vw;
  top: 0px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media (min-width: 1601px) {
  .memory__inner {
    width: 1600px;
    height: 804px;
  }
}
@media (max-width: 1023px) {
  .memory__inner {
    width: 100vw;
    height: 107.2vw;
    background: linear-gradient(135deg, rgba(159, 130, 222, 0), #9348fd);
  }
}
.memory__inner .memory__content {
  position: relative;
}
.memory__inner .memory__content::before {
  position: absolute;
  content: "";
  width: 112.125vw;
  height: 36.125vw;
  background-image: url(../img/memory_bg.png);
  background-size: 112.125vw 36.125vw;
  background-repeat: no-repeat;
  left: -3.4375vw;
}
@media (min-width: 1601px) {
  .memory__inner .memory__content::before {
    width: 1794px;
    height: 578px;
    background-size: 1794px 578px;
    left: -55px;
  }
}
@media (max-width: 1023px) {
  .memory__inner .memory__content::before {
    content: none;
  }
}
.memory__inner .memory__content .memory__movie::before {
  position: absolute;
  content: "";
  width: 71.625vw;
  height: 36.125vw;
  background-image: url(../img/memory_movie_frame.png);
  background-size: 71.625vw 36.125vw;
  background-repeat: no-repeat;
  left: 38.25vw;
  clip-path: polygon(14% 0, 100% 0%, 86% 100%, 0% 100%);
  z-index: 0;
}
@media (min-width: 1601px) {
  .memory__inner .memory__content .memory__movie::before {
    width: 1146px;
    height: 578px;
    background-size: 1146px 578px;
    left: 612px;
  }
}
@media (max-width: 1023px) {
  .memory__inner .memory__content .memory__movie::before {
    width: 100vw;
    height: 56.2666666667vw;
    background-image: url(../img/memory_movie_frame_sp.png);
    background-size: 100vw 56.2666666667vw;
    top: 42.6666666667vw;
    left: 0px;
    clip-path: none;
  }
}
@media (max-width: 1023px) {
  .memory__inner .memory__content .text-wrap {
    position: absolute;
    width: 100vw;
    height: 50.5333333333vw;
    top: -4.8vw;
    overflow: hidden;
  }
}
.memory__inner .memory__content .text-wrap .memory__text {
  position: absolute;
  width: 51.5vw;
  height: 23.375vw;
  top: 1.875vw;
  left: 3.125vw;
  z-index: 41;
}
@media (min-width: 1601px) {
  .memory__inner .memory__content .text-wrap .memory__text {
    width: 824px;
    height: 374px;
    top: 30px;
    left: 50px;
  }
}
@media (max-width: 1023px) {
  .memory__inner .memory__content .text-wrap .memory__text {
    width: 110.6666666667vw;
    height: 50.5333333333vw;
    top: 0;
    left: -5.3333333333vw;
  }
}
.memory__inner .memory__content .text-wrap .memory__text img {
  width: 100%;
}

/* ==========================
  snap
========================== */
.snap {
  position: relative;
  width: 100vw;
  height: 36.125vw;
  overflow: hidden;
}
@media (min-width: 1601px) {
  .snap {
    height: 578px;
  }
}
@media (max-width: 1023px) {
  .snap {
    width: 100vw;
    height: 107.2vw;
    margin-bottom: 1.0666666667vw;
    overflow: unset;
  }
}
.snap::before {
  content: "";
  position: absolute;
  background-image: url(../img/bg_pattern_pink.png);
  background-size: 1.0625vw;
  background-repeat: repeat;
  background-position: center;
  width: 100vw;
  height: 36.125vw;
}
@media (min-width: 1601px) {
  .snap::before {
    background-size: 17px;
    height: 578px;
  }
}
@media (max-width: 1023px) {
  .snap::before {
    background-size: 2.2666666667vw;
    width: 100vw;
    height: 107.2vw;
  }
}
.snap__inner {
  position: absolute;
  width: 100vw;
  height: 36.125vw;
  top: 0px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media (min-width: 1601px) {
  .snap__inner {
    width: 1600px;
    height: 578px;
  }
}
@media (max-width: 1023px) {
  .snap__inner {
    width: 100vw;
    height: 107.2vw;
    background: linear-gradient(135deg, rgba(255, 156, 194, 0), rgba(255, 79, 148, 0.7803921569));
  }
}
.snap__inner .snap__content {
  position: relative;
}
.snap__inner .snap__content::before {
  position: absolute;
  content: "";
  width: 98.875vw;
  height: 36.125vw;
  background-image: url(../img/snap_bg.png);
  background-size: 98.875vw 36.125vw;
  background-repeat: no-repeat;
  left: 4.75vw;
}
@media (min-width: 1601px) {
  .snap__inner .snap__content::before {
    width: 1582px;
    height: 578px;
    background-size: 1582px 578px;
    left: 76px;
  }
}
@media (max-width: 1023px) {
  .snap__inner .snap__content::before {
    content: none;
  }
}
.snap__inner .snap__content .snap__movie {
  position: absolute;
  width: 64.25vw;
  height: 36.125vw;
  left: -5.625vw;
  z-index: 1;
  clip-path: polygon(14% 0, 100% 0%, 86% 100%, 0% 100%);
}
@media (min-width: 1601px) {
  .snap__inner .snap__content .snap__movie {
    width: 1028px;
    height: 578px;
    left: -90px;
  }
}
@media (max-width: 1023px) {
  .snap__inner .snap__content .snap__movie {
    width: 100vw;
    height: 56.2666666667vw;
    top: 42.6666666667vw;
    left: 0px;
    clip-path: none;
  }
}
.snap__inner .snap__content .snap__movie video {
  width: 100%;
  height: 100%;
}
@media (max-width: 1023px) {
  .snap__inner .snap__content .text-wrap {
    position: absolute;
    width: 100vw;
    height: 50.5333333333vw;
    top: -4.4vw;
    overflow: hidden;
  }
}
.snap__inner .snap__content .text-wrap .snap__text {
  position: absolute;
  width: 51.875vw;
  height: 23.6875vw;
  top: 1.875vw;
  left: 48.125vw;
  z-index: 41;
}
@media (min-width: 1601px) {
  .snap__inner .snap__content .text-wrap .snap__text {
    width: 830px;
    height: 379px;
    top: 30px;
    left: 770px;
  }
}
@media (max-width: 1023px) {
  .snap__inner .snap__content .text-wrap .snap__text {
    width: 110.6666666667vw;
    height: 50.5333333333vw;
    top: 0;
    left: -5.3333333333vw;
  }
}
.snap__inner .snap__content .text-wrap .snap__text img {
  width: 100%;
}

/* ==========================
  mini-game
========================== */
.mini-game {
  position: relative;
  width: 100vw;
  height: 36.125vw;
  overflow: hidden;
}
@media (min-width: 1601px) {
  .mini-game {
    height: 578px;
  }
}
@media (max-width: 1023px) {
  .mini-game {
    width: 100vw;
    height: 180.9333333333vw;
    margin-bottom: 1.0666666667vw;
    overflow: unset;
  }
}
.mini-game::before {
  content: "";
  position: absolute;
  background-image: url(../img/bg_pattern_purple.png);
  background-size: 1.0625vw;
  background-repeat: repeat;
  background-position: center;
  width: 100vw;
  height: 36.125vw;
}
@media (min-width: 1601px) {
  .mini-game::before {
    background-size: 17px;
    height: 578px;
  }
}
@media (max-width: 1023px) {
  .mini-game::before {
    background-size: 2.2666666667vw;
    width: 100vw;
    height: 180.9333333333vw;
  }
}
.mini-game__inner {
  position: absolute;
  width: 100vw;
  height: 36.125vw;
  top: 0px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media (min-width: 1601px) {
  .mini-game__inner {
    width: 1600px;
    height: 578px;
  }
}
@media (max-width: 1023px) {
  .mini-game__inner {
    width: 100vw;
    height: 180.9333333333vw;
    background: linear-gradient(135deg, rgba(159, 130, 222, 0), #9348fd);
  }
}
.mini-game__inner .mini-game__content {
  position: relative;
}
.mini-game__inner .mini-game__content::before {
  position: absolute;
  content: "";
  width: 107.0625vw;
  height: 36.125vw;
  background-image: url(../img/mini-game_bg.png);
  background-size: 107.0625vw 36.125vw;
  background-repeat: no-repeat;
  left: -4.375vw;
}
@media (min-width: 1601px) {
  .mini-game__inner .mini-game__content::before {
    width: 1713px;
    height: 578px;
    background-size: 1713px 578px;
    left: -70px;
  }
}
@media (max-width: 1023px) {
  .mini-game__inner .mini-game__content::before {
    content: none;
  }
}
.mini-game__inner .mini-game__content .mini-game__scroll {
  position: absolute;
  width: 80vw;
  height: 36.125vw;
  left: 26.875vw;
}
@media (min-width: 1601px) {
  .mini-game__inner .mini-game__content .mini-game__scroll {
    width: 1280px;
    height: 578px;
    left: 430px;
  }
}
@media (max-width: 1023px) {
  .mini-game__inner .mini-game__content .mini-game__scroll {
    width: 100vw;
    height: 180.9333333333vw;
    left: 0;
    overflow: hidden;
  }
}
.mini-game__inner .mini-game__content .mini-game__scroll .scroll-container {
  width: 100%;
  height: 36.125vw;
  overflow: hidden;
  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;
}
@media (min-width: 1601px) {
  .mini-game__inner .mini-game__content .mini-game__scroll .scroll-container {
    height: 578px;
  }
}
@media (max-width: 1023px) {
  .mini-game__inner .mini-game__content .mini-game__scroll .scroll-container {
    width: 124.9333333333vw;
    height: 269.8666666667vw;
    -webkit-transform: translate(-17.8666666667vw, -14.6666666667vw) rotate(10deg);
            transform: translate(-17.8666666667vw, -14.6666666667vw) rotate(10deg);
  }
}
.mini-game__inner .mini-game__content .mini-game__scroll .scroll-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
  -webkit-animation: scroll-down 10s linear infinite;
          animation: scroll-down 10s linear infinite;
  margin-top: 37.5vw;
}
@media (min-width: 1601px) {
  .mini-game__inner .mini-game__content .mini-game__scroll .scroll-column {
    margin-top: 600px;
  }
}
@media (max-width: 1023px) {
  .mini-game__inner .mini-game__content .mini-game__scroll .scroll-column {
    -webkit-animation: scroll-down-sp 10s linear infinite;
            animation: scroll-down-sp 10s linear infinite;
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
    margin-top: 181.3333333333vw;
  }
}
.mini-game__inner .mini-game__content .mini-game__scroll .scroll-column img {
  width: 55vw;
  height: auto;
  display: block;
  -webkit-filter: drop-shadow(0.5vw 0.5vw 0.25vw rgba(0, 0, 0, 0.2901960784));
          filter: drop-shadow(0.5vw 0.5vw 0.25vw rgba(0, 0, 0, 0.2901960784));
  margin-bottom: -13.625vw;
}
@media (min-width: 1601px) {
  .mini-game__inner .mini-game__content .mini-game__scroll .scroll-column img {
    width: 880px;
    -webkit-filter: drop-shadow(8px 8px 4px rgba(0, 0, 0, 0.2901960784));
            filter: drop-shadow(8px 8px 4px rgba(0, 0, 0, 0.2901960784));
    margin-bottom: -218px;
  }
}
@media (max-width: 1023px) {
  .mini-game__inner .mini-game__content .mini-game__scroll .scroll-column img {
    width: 124vw;
    -webkit-filter: drop-shadow(1.0666666667vw 1.0666666667vw 0.5333333333vw rgba(0, 0, 0, 0.2901960784));
            filter: drop-shadow(1.0666666667vw 1.0666666667vw 0.5333333333vw rgba(0, 0, 0, 0.2901960784));
    margin-bottom: -30.6666666667vw;
  }
}
@-webkit-keyframes scroll-down {
  0% {
    -webkit-transform: rotate(15deg) translateY(0%);
            transform: rotate(15deg) translateY(0%);
  }
  100% {
    -webkit-transform: rotate(15deg) translateY(-50%);
            transform: rotate(15deg) translateY(-50%);
  }
}
@keyframes scroll-down {
  0% {
    -webkit-transform: rotate(15deg) translateY(0%);
            transform: rotate(15deg) translateY(0%);
  }
  100% {
    -webkit-transform: rotate(15deg) translateY(-50%);
            transform: rotate(15deg) translateY(-50%);
  }
}
@-webkit-keyframes scroll-down-sp {
  0% {
    -webkit-transform: rotate(0deg) translateY(0%);
            transform: rotate(0deg) translateY(0%);
  }
  100% {
    -webkit-transform: rotate(0deg) translateY(-50%);
            transform: rotate(0deg) translateY(-50%);
  }
}
@keyframes scroll-down-sp {
  0% {
    -webkit-transform: rotate(0deg) translateY(0%);
            transform: rotate(0deg) translateY(0%);
  }
  100% {
    -webkit-transform: rotate(0deg) translateY(-50%);
            transform: rotate(0deg) translateY(-50%);
  }
}
@media (max-width: 1023px) {
  .mini-game__inner .mini-game__content .text-wrap {
    position: absolute;
    width: 100vw;
    height: 50.5333333333vw;
    top: -4vw;
    overflow: hidden;
  }
}
.mini-game__inner .mini-game__content .text-wrap .mini-game__text {
  position: absolute;
  width: 51.5vw;
  height: 23.375vw;
  top: 1.875vw;
  left: 3.125vw;
  z-index: 41;
}
@media (min-width: 1601px) {
  .mini-game__inner .mini-game__content .text-wrap .mini-game__text {
    width: 824px;
    height: 374px;
    top: 30px;
    left: 50px;
  }
}
@media (max-width: 1023px) {
  .mini-game__inner .mini-game__content .text-wrap .mini-game__text {
    width: 110.6666666667vw;
    height: 50.5333333333vw;
    top: 0;
    left: -5.3333333333vw;
  }
}
.mini-game__inner .mini-game__content .text-wrap .mini-game__text img {
  width: 100%;
}

/* ==========================
  how-to-play
========================== */
.how-to-play {
  position: relative;
  width: 100vw;
  height: 57.625vw;
}
@media (min-width: 1601px) {
  .how-to-play {
    height: 922px;
  }
}
@media (max-width: 1023px) {
  .how-to-play {
    height: 259.8666666667vw;
    margin-bottom: 1.0666666667vw;
  }
}
.how-to-play::before {
  content: "";
  position: absolute;
  background-image: url(../img/bg_pattern_pink.png);
  background-size: 1.0625vw;
  background-repeat: repeat;
  background-position: center;
  width: 100vw;
  height: 57.625vw;
}
@media (min-width: 1601px) {
  .how-to-play::before {
    background-size: 17px;
    height: 922px;
  }
}
@media (max-width: 1023px) {
  .how-to-play::before {
    background-size: 2.2666666667vw;
    height: 259.8666666667vw;
  }
}
.how-to-play__inner {
  position: absolute;
  width: 100vw;
  height: 57.625vw;
  top: 0px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media (min-width: 1601px) {
  .how-to-play__inner {
    width: 1600px;
    height: 922px;
  }
}
@media (max-width: 1023px) {
  .how-to-play__inner {
    height: 259.8666666667vw;
    background: linear-gradient(135deg, rgba(255, 156, 194, 0), rgba(255, 79, 148, 0.7803921569));
  }
}
.how-to-play__inner .how-to-play__content {
  position: relative;
}
.how-to-play__inner .how-to-play__content::before {
  position: absolute;
  content: "";
  width: 142.25vw;
  height: 57.625vw;
  background-image: url(../img/how-to-play_bg.png);
  background-size: 142.25vw 57.625vw;
  background-repeat: no-repeat;
  left: -29.0625vw;
}
@media (min-width: 1601px) {
  .how-to-play__inner .how-to-play__content::before {
    width: 2276px;
    height: 922px;
    background-size: 2276px 922px;
    left: -465px;
  }
}
@media (max-width: 1023px) {
  .how-to-play__inner .how-to-play__content::before {
    width: 100vw;
    height: 219.7333333333vw;
    background-image: url(../img/how-to-play_bg_sp.png);
    background-size: 100vw 219.7333333333vw;
    top: 40vw;
    left: 0;
  }
}
@media (max-width: 1023px) {
  .how-to-play__inner .how-to-play__content .text-wrap {
    position: absolute;
    width: 100vw;
    height: 50.5333333333vw;
    top: -4vw;
    overflow: hidden;
  }
}
.how-to-play__inner .how-to-play__content .text-wrap .how-to-play__text {
  position: absolute;
  width: 51.5vw;
  height: 23.375vw;
  top: -20.125vw;
  left: 5.9375vw;
}
@media (min-width: 1601px) {
  .how-to-play__inner .how-to-play__content .text-wrap .how-to-play__text {
    width: 824px;
    height: 374px;
    top: -322px;
    left: 95px;
  }
}
@media (max-width: 1023px) {
  .how-to-play__inner .how-to-play__content .text-wrap .how-to-play__text {
    width: 110.6666666667vw;
    height: 50.5333333333vw;
    top: 0;
    left: -5.3333333333vw;
    z-index: 3;
  }
}
.how-to-play__inner .how-to-play__content .text-wrap .how-to-play__text img {
  width: 100%;
}
.how-to-play__inner .how-to-play__content .how-to-play__image {
  position: absolute;
  width: 63.4375vw;
  height: 35.3125vw;
  top: 18.75vw;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 12;
}
@media (min-width: 1601px) {
  .how-to-play__inner .how-to-play__content .how-to-play__image {
    width: 1015px;
    height: 565px;
    top: 300px;
  }
}
@media (max-width: 1023px) {
  .how-to-play__inner .how-to-play__content .how-to-play__image {
    width: 100vw;
    height: 259.8666666667vw;
    top: 0px;
  }
}
.how-to-play__inner .how-to-play__content .how-to-play__image__inner {
  position: relative;
  z-index: 2;
}
.how-to-play__inner .how-to-play__content .how-to-play__image__stage {
  position: absolute;
  width: 16.3125vw;
  height: 27.75vw;
  left: 0px;
  -webkit-filter: drop-shadow(0.5vw 0.5vw 0.25vw rgba(0, 0, 0, 0.2901960784));
          filter: drop-shadow(0.5vw 0.5vw 0.25vw rgba(0, 0, 0, 0.2901960784));
  border: 0.375vw solid;
  border-radius: 0.5vw;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media (min-width: 1601px) {
  .how-to-play__inner .how-to-play__content .how-to-play__image__stage {
    width: 261px;
    height: 444px;
    -webkit-filter: drop-shadow(8px 8px 4px rgba(0, 0, 0, 0.2901960784));
            filter: drop-shadow(8px 8px 4px rgba(0, 0, 0, 0.2901960784));
    border: 6px solid;
    border-radius: 8px;
  }
}
@media (max-width: 1023px) {
  .how-to-play__inner .how-to-play__content .how-to-play__image__stage {
    width: 43.7333333333vw;
    height: 74.4vw;
    top: 42.6666666667vw;
    left: 3.2vw;
    -webkit-filter: drop-shadow(0.8vw 0.8vw 0.5333333333vw rgba(0, 0, 0, 0.2901960784));
            filter: drop-shadow(0.8vw 0.8vw 0.5333333333vw rgba(0, 0, 0, 0.2901960784));
    border: 0.8vw solid;
    border-radius: 1.0666666667vw;
  }
}
.how-to-play__inner .how-to-play__content .how-to-play__image__stage__text {
  position: absolute;
  width: 21.625vw;
  height: 13vw;
  top: 24.25vw;
  left: -2.625vw;
}
@media (min-width: 1601px) {
  .how-to-play__inner .how-to-play__content .how-to-play__image__stage__text {
    width: 346px;
    height: 208px;
    top: 388px;
    left: -42px;
  }
}
@media (max-width: 1023px) {
  .how-to-play__inner .how-to-play__content .how-to-play__image__stage__text {
    width: 100vw;
    height: auto;
    top: 14.1333333333vw;
    left: -3.7333333333vw;
  }
}
.how-to-play__inner .how-to-play__content .how-to-play__image__score {
  position: absolute;
  width: 16.3125vw;
  height: 27.75vw;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-filter: drop-shadow(0.5vw 0.5vw 0.25vw rgba(0, 0, 0, 0.2901960784));
          filter: drop-shadow(0.5vw 0.5vw 0.25vw rgba(0, 0, 0, 0.2901960784));
  border: 0.375vw solid;
  border-radius: 0.5vw;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media (min-width: 1601px) {
  .how-to-play__inner .how-to-play__content .how-to-play__image__score {
    width: 261px;
    height: 444px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    -webkit-filter: drop-shadow(8px 8px 4px rgba(0, 0, 0, 0.2901960784));
            filter: drop-shadow(8px 8px 4px rgba(0, 0, 0, 0.2901960784));
    border: 6px solid;
    border-radius: 8px;
  }
}
@media (max-width: 1023px) {
  .how-to-play__inner .how-to-play__content .how-to-play__image__score {
    width: 43.7333333333vw;
    height: 74.4vw;
    top: 108vw;
    left: 74.1333333333vw;
    -webkit-filter: drop-shadow(0.8vw 0.8vw 0.5333333333vw rgba(0, 0, 0, 0.2901960784));
            filter: drop-shadow(0.8vw 0.8vw 0.5333333333vw rgba(0, 0, 0, 0.2901960784));
    border: 0.8vw solid;
    border-radius: 1.0666666667vw;
  }
}
.how-to-play__inner .how-to-play__content .how-to-play__image__score__text {
  position: absolute;
  width: 25.9375vw;
  height: 13.5vw;
  top: 23.75vw;
  left: 53%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media (min-width: 1601px) {
  .how-to-play__inner .how-to-play__content .how-to-play__image__score__text {
    width: 415px;
    height: 216px;
    top: 380px;
  }
}
@media (max-width: 1023px) {
  .how-to-play__inner .how-to-play__content .how-to-play__image__score__text {
    width: 100vw;
    height: auto;
    top: 18.6666666667vw;
    left: -52vw;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.how-to-play__inner .how-to-play__content .how-to-play__image__fortune {
  position: absolute;
  width: 16.3125vw;
  height: 27.75vw;
  right: 0px;
  -webkit-filter: drop-shadow(0.5vw 0.5vw 0.25vw rgba(0, 0, 0, 0.2901960784));
          filter: drop-shadow(0.5vw 0.5vw 0.25vw rgba(0, 0, 0, 0.2901960784));
  border: 0.375vw solid;
  border-radius: 0.5vw;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media (min-width: 1601px) {
  .how-to-play__inner .how-to-play__content .how-to-play__image__fortune {
    width: 261px;
    height: 444px;
    -webkit-filter: drop-shadow(8px 8px 4px rgba(0, 0, 0, 0.2901960784));
            filter: drop-shadow(8px 8px 4px rgba(0, 0, 0, 0.2901960784));
    border: 6px solid;
    border-radius: 8px;
  }
}
@media (max-width: 1023px) {
  .how-to-play__inner .how-to-play__content .how-to-play__image__fortune {
    width: 43.7333333333vw;
    height: 74.4vw;
    top: 173.3333333333vw;
    left: 3.2vw;
    -webkit-filter: drop-shadow(0.8vw 0.8vw 0.5333333333vw rgba(0, 0, 0, 0.2901960784));
            filter: drop-shadow(0.8vw 0.8vw 0.5333333333vw rgba(0, 0, 0, 0.2901960784));
    border: 0.8vw solid;
    border-radius: 1.0666666667vw;
  }
}
.how-to-play__inner .how-to-play__content .how-to-play__image__fortune__text {
  position: absolute;
  width: 24.375vw;
  height: 14.125vw;
  top: 23vw;
  right: -4.25vw;
}
@media (min-width: 1601px) {
  .how-to-play__inner .how-to-play__content .how-to-play__image__fortune__text {
    width: 390px;
    height: 226px;
    top: 368px;
    right: -68px;
  }
}
@media (max-width: 1023px) {
  .how-to-play__inner .how-to-play__content .how-to-play__image__fortune__text {
    width: 100vw;
    height: auto;
    top: 21.8666666667vw;
    left: -3.7333333333vw;
  }
}
.how-to-play__inner .how-to-play__content .how-to-play__image img {
  width: 100%;
}

/* ==========================
  footer
========================== */
footer .footer__inner {
  position: relative;
  background-color: #ffffff;
  width: 100vw;
}
footer .footer__inner .footer__text {
  font-size: 0.875vw;
  margin: 0 auto;
  padding-top: 2.5vw;
  width: 50vw;
}
@media (min-width: 1601px) {
  footer .footer__inner .footer__text {
    font-size: 14px;
    margin: 0 auto;
    padding-top: 40px;
    width: 800px;
  }
}
@media (max-width: 1023px) {
  footer .footer__inner .footer__text {
    font-size: 2.6666666667vw;
    margin: 0 auto;
    padding-top: 8vw;
    width: 93.6vw;
    line-height: 1.6;
  }
}
footer .footer__inner .footer__text p {
  line-height: 1.57142857;
}
@media (max-width: 1023px) {
  footer .footer__inner .footer__text p {
    line-height: 1.6;
  }
}
footer .footer__inner .footer__text p:last-of-type {
  margin-top: 1.25vw;
}
@media (min-width: 1601px) {
  footer .footer__inner .footer__text p:last-of-type {
    margin-top: 20px;
  }
}
@media (max-width: 1023px) {
  footer .footer__inner .footer__text p:last-of-type {
    margin-top: 2.6666666667vw;
    line-height: 1.6;
  }
}
footer .footer__inner .footer__text .annotation {
  text-indent: -0.875vw;
  margin-left: 0.875vw;
}
@media (min-width: 1601px) {
  footer .footer__inner .footer__text .annotation {
    text-indent: -14px;
    margin-left: 14px;
  }
}
@media (max-width: 1023px) {
  footer .footer__inner .footer__text .annotation {
    text-indent: -2.6666666667vw;
    margin-left: 2.6666666667vw;
  }
}
footer .footer__inner .footer__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.125vw;
  font-weight: 500;
  padding-top: 3.75vw;
  padding-left: 1.875vw;
  margin: 0 auto 3.75vw;
  gap: 5vw;
}
@media (min-width: 1601px) {
  footer .footer__inner .footer__link {
    font-size: 18px;
    padding-top: 60px;
    padding-left: 30px;
    margin: 0 auto 60px;
    gap: 80px;
  }
}
@media (max-width: 1023px) {
  footer .footer__inner .footer__link {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 3.4666666667vw;
    padding-top: 10.6666666667vw;
    padding-left: 5.3333333333vw;
    margin: 0 auto 10.6666666667vw;
    width: 80vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4vw;
  }
}
footer .footer__inner .footer__link a {
  position: relative;
  text-decoration: none;
  color: #000000;
  padding-left: -1.75vw;
}
@media (min-width: 1601px) {
  footer .footer__inner .footer__link a {
    padding-left: -28px;
  }
}
@media (max-width: 1023px) {
  footer .footer__inner .footer__link a {
    width: 100%;
  }
}
footer .footer__inner .footer__link a::before {
  content: "";
  position: absolute;
  background-image: url(../img/arrow_pink.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 53%;
  left: -1.75vw;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 1.125vw;
  height: 1.125vw;
}
@media (min-width: 1601px) {
  footer .footer__inner .footer__link a::before {
    left: -28px;
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 1023px) {
  footer .footer__inner .footer__link a::before {
    background-image: url(../img/arrow_pink_sp.png);
    left: -4.2666666667vw;
    width: 3.2vw;
    height: 3.2vw;
  }
}
footer .footer__inner .footer__mark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  width: 37.5vw;
  height: auto;
  gap: 1.25vw;
}
@media (min-width: 1601px) {
  footer .footer__inner .footer__mark {
    margin: 0 auto;
    width: 600px;
    gap: 20px;
  }
}
@media (max-width: 1023px) {
  footer .footer__inner .footer__mark {
    margin: 0 auto;
    width: 80.5333333333vw;
    gap: 2.6666666667vw;
  }
}
footer .footer__inner .footer__mark .rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625vw;
  text-decoration: none;
}
@media (min-width: 1601px) {
  footer .footer__inner .footer__mark .rating {
    gap: 10px;
  }
}
@media (max-width: 1023px) {
  footer .footer__inner .footer__mark .rating {
    gap: 1.3333333333vw;
  }
}
footer .footer__inner .footer__mark .rating__icon {
  width: 6.25vw;
  height: auto;
}
@media (min-width: 1601px) {
  footer .footer__inner .footer__mark .rating__icon {
    width: 100px;
  }
}
@media (max-width: 1023px) {
  footer .footer__inner .footer__mark .rating__icon {
    width: 16vw;
  }
}
footer .footer__inner .footer__mark .rating__text span {
  font-size: 1vw;
  text-decoration: none;
  color: #000;
  white-space: nowrap;
}
@media (min-width: 1601px) {
  footer .footer__inner .footer__mark .rating__text span {
    font-size: 16px;
  }
}
@media (max-width: 1023px) {
  footer .footer__inner .footer__mark .rating__text span {
    font-size: 2.6666666667vw;
  }
}
footer .footer__inner .footer__mark img {
  width: 100%;
}
footer .footer__inner .footer__copy {
  font-size: 1vw;
  margin: 2.5vw auto 1.25vw;
  width: 25vw;
  color: 646464;
}
@media (min-width: 1601px) {
  footer .footer__inner .footer__copy {
    font-size: 16px;
    margin: 40px auto 20px;
    width: 400px;
  }
}
@media (max-width: 1023px) {
  footer .footer__inner .footer__copy {
    font-size: 2.9333333333vw;
    margin: 17.8666666667vw 0 6.6666666667vw 4vw;
    width: 73.3333333333vw;
  }
}
footer .footer__inner .btn-pagetop {
  position: absolute;
  right: 2.5vw;
  bottom: 0;
  width: 5.1875vw;
  height: 5.25vw;
  z-index: 101;
  cursor: pointer;
  background: url(../img/btn_page-top.png) center/contain no-repeat;
  border: none;
  -webkit-transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s, -webkit-transform 0.3s;
  will-change: transform;
}
@media (min-width: 1601px) {
  footer .footer__inner .btn-pagetop {
    right: 40px;
    bottom: 0;
    width: 83px;
    height: 84px;
  }
}
@media (max-width: 1023px) {
  footer .footer__inner .btn-pagetop {
    right: 4vw;
    bottom: 0;
    width: 15.8666666667vw;
    height: 16vw;
  }
}
footer .footer__inner .btn-pagetop:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

html:lang(en) footer .footer__inner .footer__text .annotation, html:lang(fr) footer .footer__inner .footer__text .annotation, html:lang(pt-BR) footer .footer__inner .footer__text .annotation {
  text-indent: -0.375vw;
  margin-left: 0.375vw;
}
@media (min-width: 1601px) {
  html:lang(en) footer .footer__inner .footer__text .annotation, html:lang(fr) footer .footer__inner .footer__text .annotation, html:lang(pt-BR) footer .footer__inner .footer__text .annotation {
    text-indent: -6px;
    margin-left: 6px;
  }
}
@media (max-width: 1023px) {
  html:lang(en) footer .footer__inner .footer__text .annotation, html:lang(fr) footer .footer__inner .footer__text .annotation, html:lang(pt-BR) footer .footer__inner .footer__text .annotation {
    text-indent: -1.0666666667vw;
    margin-left: 1.0666666667vw;
  }
}
html:lang(es-ES) footer .footer__inner .footer__text .annotation, html:lang(es-US) footer .footer__inner .footer__text .annotation, html:lang(en-GB) footer .footer__inner .footer__text .annotation, html:lang(it) footer .footer__inner .footer__text .annotation, html:lang(de) footer .footer__inner .footer__text .annotation, html:lang(nl) footer .footer__inner .footer__text .annotation {
  text-indent: -0.625vw;
  margin-left: 0.625vw;
}
@media (min-width: 1601px) {
  html:lang(es-ES) footer .footer__inner .footer__text .annotation, html:lang(es-US) footer .footer__inner .footer__text .annotation, html:lang(en-GB) footer .footer__inner .footer__text .annotation, html:lang(it) footer .footer__inner .footer__text .annotation, html:lang(de) footer .footer__inner .footer__text .annotation, html:lang(nl) footer .footer__inner .footer__text .annotation {
    text-indent: -10px;
    margin-left: 10px;
  }
}
@media (max-width: 1023px) {
  html:lang(es-ES) footer .footer__inner .footer__text .annotation, html:lang(es-US) footer .footer__inner .footer__text .annotation, html:lang(en-GB) footer .footer__inner .footer__text .annotation, html:lang(it) footer .footer__inner .footer__text .annotation, html:lang(de) footer .footer__inner .footer__text .annotation, html:lang(nl) footer .footer__inner .footer__text .annotation {
    text-indent: -1.7333333333vw;
    margin-left: 1.7333333333vw;
  }
}
html:lang(en) .footer__mark .rating__icon, html:lang(fr-CA) .footer__mark .rating__icon {
  width: 100%;
  height: auto;
}
html:lang(en) .footer__mark a, html:lang(fr-CA) .footer__mark a {
  width: 50%;
}
html:lang(fr-CA) .footer__mark .rating__icon, html:lang(en-GB) .footer__mark .rating__icon {
  width: 40%;
}

/* --------------------------------------------------------------------------
  menu
-------------------------------------------------------------------------- */
.btn-container {
  position: absolute;
  height: 100%;
  width: 100%;
  margin-top: 2.75vw;
}
@media (min-width: 1601px) {
  .btn-container {
    margin-top: 44px;
  }
}
@media (max-width: 1023px) {
  .btn-container {
    margin-top: 5.8666666667vw;
  }
}

.btn-menu {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: none;
  position: sticky;
  -webkit-filter: drop-shadow(0 min(2px, min(0.125vw, 2px)) min(3px, min(0.1875vw, 3px)) rgba(33, 33, 33, 0.5));
          filter: drop-shadow(0 min(2px, min(0.125vw, 2px)) min(3px, min(0.1875vw, 3px)) rgba(33, 33, 33, 0.5));
  z-index: 101;
  cursor: pointer;
  background: url(../img/btn_menu.png) center/contain no-repeat;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity 0.1s ease, visibility 0.3s ease, right 0.275s ease-in-out, -webkit-transform 0.45s ease;
  transition: opacity 0.1s ease, visibility 0.3s ease, right 0.275s ease-in-out, -webkit-transform 0.45s ease;
  transition: opacity 0.1s ease, visibility 0.3s ease, transform 0.45s ease, right 0.275s ease-in-out;
  transition: opacity 0.1s ease, visibility 0.3s ease, transform 0.45s ease, right 0.275s ease-in-out, -webkit-transform 0.45s ease;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  top: 2.5vw;
  left: calc(100% - 7.5vw);
  width: 5.1875vw;
  height: 5.25vw;
}
@media (min-width: 1601px) {
  .btn-menu {
    top: 40px;
    left: calc(100% - 120px);
    width: 83px;
    height: 84px;
  }
}
@media (max-width: 1023px) {
  .btn-menu {
    position: sticky;
    background: url(../img/btn_menu_sp.png) center/contain no-repeat;
    top: 5.3333333333vw;
    left: calc(100% - 18.6666666667vw);
    width: 15.8666666667vw;
    height: 16vw;
  }
}
.btn-menu.is-hidden {
  -webkit-transform: scale(0.5) rotate(-45deg);
          transform: scale(0.5) rotate(-45deg);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.btn-menu.is-open {
  background-image: url(../img/btn_menu_close.png);
}
.btn-menu:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.menu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  visibility: hidden;
  overflow-x: hidden;
  overflow-y: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  background-image: url(../img/bg_pattern_black.png);
  background-size: 1.0625vw, cover;
  background-position: center top;
  background-repeat: repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 40px;
  width: 500px;
  height: 100vh;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: visibility 0.275s ease-in-out, -webkit-transform 0.275s ease-in-out;
  transition: visibility 0.275s ease-in-out, -webkit-transform 0.275s ease-in-out;
  transition: visibility 0.275s ease-in-out, transform 0.275s ease-in-out;
  transition: visibility 0.275s ease-in-out, transform 0.275s ease-in-out, -webkit-transform 0.275s ease-in-out;
}
@media (max-width: 1023px) {
  .menu {
    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;
    width: 100%;
    height: 100dvh;
    background-size: 40vw, cover;
    opacity: 0;
    -webkit-transition: visibility 0.275s ease-in-out, opacity 0.275s ease-in-out;
    transition: visibility 0.275s ease-in-out, opacity 0.275s ease-in-out;
  }
}
.menu.is-open {
  visibility: visible;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.menu .menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: safe center;
      -ms-flex-pack: safe center;
          justify-content: safe center;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  gap: 60px;
  padding: 0;
  margin: 0;
}
@media (max-width: 1023px) {
  .menu .menu-list {
    gap: 6.1333333333vw;
    padding: 0 0 0 2.6666666667vw;
  }
}
.menu li {
  list-style: none;
  position: relative;
  margin-left: 48px;
}
@media (max-width: 1023px) {
  .menu li {
    gap: 6.1333333333vw;
    padding: 0 0 0 2.6666666667vw;
    margin-left: 6.4vw;
  }
}
.menu li::before {
  content: "";
  display: block;
  background: center/100% 100% no-repeat url(../img/arrow_white.png);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-filter: drop-shadow(4px 4px 4px rgba(33, 33, 33, 0.5));
          filter: drop-shadow(4px 4px 4px rgba(33, 33, 33, 0.5));
  position: absolute;
  z-index: 2;
  width: 35px;
  height: 35px;
  top: 50%;
  left: -56px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media (max-width: 1023px) {
  .menu li::before {
    background: center/100% 100% no-repeat url(../img/arrow_white.png);
    width: 4.6666666667vw;
    height: 4.6666666667vw;
    top: 50%;
    left: -7.4666666667vw;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
.menu .menu-list-item-link {
  display: block;
  -webkit-filter: drop-shadow(0px 3px 3px rgba(46, 20, 5, 0.2));
          filter: drop-shadow(0px 3px 3px rgba(46, 20, 5, 0.2));
}
@media (max-width: 1023px) {
  .menu .menu-list-item-link {
    -webkit-filter: drop-shadow(0px 0.5333333333vw 0.5333333333vw rgba(33, 33, 33, 0.5));
            filter: drop-shadow(0px 0.5333333333vw 0.5333333333vw rgba(33, 33, 33, 0.5));
  }
}
.menu .menu-list-item-link.is-current {
  pointer-events: none;
}
.menu .menu-list-item-link.top {
  width: 100%;
  height: auto;
}
.menu .menu-list-item-link.faq {
  width: 100%;
  height: auto;
}
.menu .menu-list-item-link.policy {
  width: 100%;
  height: auto;
}
.menu .menu-list-item-link.country {
  width: 100%;
  height: auto;
}
.menu .menu-list-item-link.terms {
  width: 100%;
  height: auto;
}

html:lang(ja) .menu .menu-list-item-link.top {
  width: 91px;
  height: auto;
}
@media (max-width: 1023px) {
  html:lang(ja) .menu .menu-list-item-link.top {
    width: 19.0666666667vw;
  }
}
html:lang(ja) .menu .menu-list-item-link.faq {
  width: 194px;
  height: auto;
}
@media (max-width: 1023px) {
  html:lang(ja) .menu .menu-list-item-link.faq {
    width: 40.5333333333vw;
  }
}
html:lang(ja) .menu .menu-list-item-link.policy {
  width: 226px;
  height: auto;
}
@media (max-width: 1023px) {
  html:lang(ja) .menu .menu-list-item-link.policy {
    width: 47.2vw;
  }
}
html:lang(ja) .menu .menu-list-item-link.country {
  width: 170px;
  height: auto;
}
@media (max-width: 1023px) {
  html:lang(ja) .menu .menu-list-item-link.country {
    width: 35.6vw;
  }
}
html:lang(de) .menu .menu-list-item-link.top {
  width: 116px;
  height: auto;
}
@media (max-width: 1023px) {
  html:lang(de) .menu .menu-list-item-link.top {
    width: 24.4vw;
  }
}
html:lang(de) .menu .menu-list-item-link.faq {
  width: 328px;
  height: auto;
}
@media (max-width: 1023px) {
  html:lang(de) .menu .menu-list-item-link.faq {
    width: 68.5333333333vw;
  }
}
html:lang(de) .menu .menu-list-item-link.policy {
  width: 365px;
  height: auto;
}
@media (max-width: 1023px) {
  html:lang(de) .menu .menu-list-item-link.policy {
    width: 76.4vw;
  }
}
html:lang(de) .menu .menu-list-item-link.country {
  width: 374px;
  height: auto;
}
@media (max-width: 1023px) {
  html:lang(de) .menu .menu-list-item-link.country {
    width: 78vw;
  }
}
html:lang(de) .menu .menu-list-item-link.contact {
  width: 166px;
  height: auto;
}
@media (max-width: 1023px) {
  html:lang(de) .menu .menu-list-item-link.contact {
    width: 34.8vw;
  }
}
html:lang(en) .menu .menu-list-item-link.top {
  width: 116px;
  height: auto;
}
@media (max-width: 1023px) {
  html:lang(en) .menu .menu-list-item-link.top {
    width: 24.4vw;
  }
}
html:lang(en) .menu .menu-list-item-link.faq {
  width: 92px;
  height: auto;
}
@media (max-width: 1023px) {
  html:lang(en) .menu .menu-list-item-link.faq {
    width: 19.2vw;
  }
}
html:lang(en) .menu .menu-list-item-link.policy {
  width: 289px;
  height: auto;
}
@media (max-width: 1023px) {
  html:lang(en) .menu .menu-list-item-link.policy {
    width: 60.4vw;
  }
}
html:lang(en) .menu .menu-list-item-link.country {
  width: 319px;
  height: auto;
}
@media (max-width: 1023px) {
  html:lang(en) .menu .menu-list-item-link.country {
    width: 66.6666666667vw;
  }
}
html:lang(en) .menu .menu-list-item-link.terms {
  width: 277px;
  height: auto;
}
@media (max-width: 1023px) {
  html:lang(en) .menu .menu-list-item-link.terms {
    width: 58vw;
  }
}
html:lang(en) .menu .menu-list-item-link.contact {
  width: 164px;
  height: auto;
}
@media (max-width: 1023px) {
  html:lang(en) .menu .menu-list-item-link.contact {
    width: 34.4vw;
  }
}
html:lang(es-ES) .menu .menu-list-item-link.top {
  width: 111px;
  height: auto;
}
@media (max-width: 1023px) {
  html:lang(es-ES) .menu .menu-list-item-link.top {
    width: 23.3333333333vw;
  }
}
html:lang(es-ES) .menu .menu-list-item-link.faq {
  width: 220px;
  height: auto;
}
@media (max-width: 1023px) {
  html:lang(es-ES) .menu .menu-list-item-link.faq {
    width: 46vw;
  }
}
html:lang(es-ES) .menu .menu-list-item-link.policy {
  width: 268px;
  height: auto;
}
@media (max-width: 1023px) {
  html:lang(es-ES) .menu .menu-list-item-link.policy {
    width: 56.1333333333vw;
  }
}
html:lang(es-ES) .menu .menu-list-item-link.country {
  width: 349px;
  height: auto;
}
@media (max-width: 1023px) {
  html:lang(es-ES) .menu .menu-list-item-link.country {
    width: 72.8vw;
  }
}
html:lang(es-ES) .menu .menu-list-item-link.contact {
  width: 188px;
  height: auto;
}
@media (max-width: 1023px) {
  html:lang(es-ES) .menu .menu-list-item-link.contact {
    width: 39.4666666667vw;
  }
}
html:lang(es-US) .menu .menu-list-item-link.top {
  width: 111px;
  height: auto;
}
@media (max-width: 1023px) {
  html:lang(es-US) .menu .menu-list-item-link.top {
    width: 23.3333333333vw;
  }
}
html:lang(es-US) .menu .menu-list-item-link.faq {
  width: 220px;
  height: auto;
}
@media (max-width: 1023px) {
  html:lang(es-US) .menu .menu-list-item-link.faq {
    width: 46vw;
  }
}
html:lang(es-US) .menu .menu-list-item-link.policy {
  width: 250px;
  height: auto;
}
@media (max-width: 1023px) {
  html:lang(es-US) .menu .menu-list-item-link.policy {
    width: 52.2666666667vw;
  }
}
html:lang(es-US) .menu .menu-list-item-link.country {
  width: 349px;
  height: auto;
}
@media (max-width: 1023px) {
  html:lang(es-US) .menu .menu-list-item-link.country {
    width: 72.8vw;
  }
}
html:lang(es-US) .menu .menu-list-item-link.terms {
  width: 244px;
  height: auto;
}
@media (max-width: 1023px) {
  html:lang(es-US) .menu .menu-list-item-link.terms {
    width: 51.0666666667vw;
  }
}
html:lang(fr) .menu .menu-list-item-link.top {
  width: 147px;
  height: auto;
}
@media (max-width: 1023px) {
  html:lang(fr) .menu .menu-list-item-link.top {
    width: 30.8vw;
  }
}
html:lang(fr) .menu .menu-list-item-link.faq {
  width: 92px;
  height: auto;
}
@media (max-width: 1023px) {
  html:lang(fr) .menu .menu-list-item-link.faq {
    width: 19.2vw;
  }
}
html:lang(fr) .menu .menu-list-item-link.policy {
  width: 324px;
  height: auto;
}
@media (max-width: 1023px) {
  html:lang(fr) .menu .menu-list-item-link.policy {
    width: 67.8666666667vw;
  }
}
html:lang(fr) .menu .menu-list-item-link.country {
  width: 331px;
  height: auto;
}
@media (max-width: 1023px) {
  html:lang(fr) .menu .menu-list-item-link.country {
    width: 69.2vw;
  }
}
html:lang(fr) .menu .menu-list-item-link.contact {
  width: 164px;
  height: auto;
}
@media (max-width: 1023px) {
  html:lang(fr) .menu .menu-list-item-link.contact {
    width: 34.4vw;
  }
}
html:lang(fr-CA) .menu .menu-list-item-link.top {
  width: 147px;
  height: auto;
}
@media (max-width: 1023px) {
  html:lang(fr-CA) .menu .menu-list-item-link.top {
    width: 30.8vw;
  }
}
html:lang(fr-CA) .menu .menu-list-item-link.faq {
  width: 92px;
  height: auto;
}
@media (max-width: 1023px) {
  html:lang(fr-CA) .menu .menu-list-item-link.faq {
    width: 19.2vw;
  }
}
html:lang(fr-CA) .menu .menu-list-item-link.policy {
  width: 294px;
  height: auto;
}
@media (max-width: 1023px) {
  html:lang(fr-CA) .menu .menu-list-item-link.policy {
    width: 61.6vw;
  }
}
html:lang(fr-CA) .menu .menu-list-item-link.country {
  width: 331px;
  height: auto;
}
@media (max-width: 1023px) {
  html:lang(fr-CA) .menu .menu-list-item-link.country {
    width: 69.2vw;
  }
}
html:lang(fr-CA) .menu .menu-list-item-link.terms {
  width: 313px;
  height: auto;
}
@media (max-width: 1023px) {
  html:lang(fr-CA) .menu .menu-list-item-link.terms {
    width: 65.4666666667vw;
  }
}
html:lang(it) .menu .menu-list-item-link.top {
  width: 293px;
  height: auto;
}
@media (max-width: 1023px) {
  html:lang(it) .menu .menu-list-item-link.top {
    width: 61.4666666667vw;
  }
}
html:lang(it) .menu .menu-list-item-link.faq {
  width: 383px;
  height: auto;
}
@media (max-width: 1023px) {
  html:lang(it) .menu .menu-list-item-link.faq {
    width: 79.8666666667vw;
  }
}
html:lang(it) .menu .menu-list-item-link.policy {
  width: 395px;
  height: auto;
}
@media (max-width: 1023px) {
  html:lang(it) .menu .menu-list-item-link.policy {
    width: 82.4vw;
  }
}
html:lang(it) .menu .menu-list-item-link.country {
  width: 331px;
  height: auto;
}
@media (max-width: 1023px) {
  html:lang(it) .menu .menu-list-item-link.country {
    width: 69.2vw;
  }
}
html:lang(it) .menu .menu-list-item-link.contact {
  width: 172px;
  height: auto;
}
@media (max-width: 1023px) {
  html:lang(it) .menu .menu-list-item-link.contact {
    width: 36vw;
  }
}
html:lang(ko-KR) .menu .menu-list-item-link.top {
  width: 164px;
  height: auto;
}
@media (max-width: 1023px) {
  html:lang(ko-KR) .menu .menu-list-item-link.top {
    width: 34.2666666667vw;
  }
}
html:lang(ko-KR) .menu .menu-list-item-link.faq {
  width: 73px;
  height: auto;
}
@media (max-width: 1023px) {
  html:lang(ko-KR) .menu .menu-list-item-link.faq {
    width: 15.3333333333vw;
  }
}
html:lang(ko-KR) .menu .menu-list-item-link.policy {
  width: 261px;
  height: auto;
}
@media (max-width: 1023px) {
  html:lang(ko-KR) .menu .menu-list-item-link.policy {
    width: 54.5333333333vw;
  }
}
html:lang(ko-KR) .menu .menu-list-item-link.country {
  width: 310px;
  height: auto;
}
@media (max-width: 1023px) {
  html:lang(ko-KR) .menu .menu-list-item-link.country {
    width: 64.8vw;
  }
}
html:lang(nl) .menu .menu-list-item-link.top {
  width: 116px;
  height: auto;
}
@media (max-width: 1023px) {
  html:lang(nl) .menu .menu-list-item-link.top {
    width: 24.4vw;
  }
}
html:lang(nl) .menu .menu-list-item-link.faq {
  width: 265px;
  height: auto;
}
@media (max-width: 1023px) {
  html:lang(nl) .menu .menu-list-item-link.faq {
    width: 55.4666666667vw;
  }
}
html:lang(nl) .menu .menu-list-item-link.policy {
  width: 356px;
  height: auto;
}
@media (max-width: 1023px) {
  html:lang(nl) .menu .menu-list-item-link.policy {
    width: 74.5333333333vw;
  }
}
html:lang(nl) .menu .menu-list-item-link.country {
  width: 344px;
  height: auto;
}
@media (max-width: 1023px) {
  html:lang(nl) .menu .menu-list-item-link.country {
    width: 71.7333333333vw;
  }
}
html:lang(nl) .menu .menu-list-item-link.contact {
  width: 164px;
  height: auto;
}
@media (max-width: 1023px) {
  html:lang(nl) .menu .menu-list-item-link.contact {
    width: 34.4vw;
  }
}
html:lang(pt-BR) .menu .menu-list-item-link.top {
  width: 111px;
  height: auto;
}
@media (max-width: 1023px) {
  html:lang(pt-BR) .menu .menu-list-item-link.top {
    width: 23.3333333333vw;
  }
}
html:lang(pt-BR) .menu .menu-list-item-link.faq {
  width: 223px;
  height: auto;
}
@media (max-width: 1023px) {
  html:lang(pt-BR) .menu .menu-list-item-link.faq {
    width: 46.6666666667vw;
  }
}
html:lang(pt-BR) .menu .menu-list-item-link.policy {
  width: 296px;
  height: auto;
}
@media (max-width: 1023px) {
  html:lang(pt-BR) .menu .menu-list-item-link.policy {
    width: 61.7333333333vw;
  }
}
html:lang(pt-BR) .menu .menu-list-item-link.country {
  width: 372px;
  height: auto;
}
@media (max-width: 1023px) {
  html:lang(pt-BR) .menu .menu-list-item-link.country {
    width: 77.7333333333vw;
  }
}
html:lang(pt-BR) .menu .menu-list-item-link.terms {
  width: 308px;
  height: auto;
}
@media (max-width: 1023px) {
  html:lang(pt-BR) .menu .menu-list-item-link.terms {
    width: 64.4vw;
  }
}
html:lang(zh-CN) .menu .menu-list {
  padding-left: 20px;
}
@media (max-width: 1023px) {
  html:lang(zh-CN) .menu .menu-list {
    padding-left: 0;
  }
}
html:lang(zh-CN) .menu .menu-list .menu-list-item-link.top {
  width: 74px;
  height: auto;
}
@media (max-width: 1023px) {
  html:lang(zh-CN) .menu .menu-list .menu-list-item-link.top {
    width: 15.6vw;
  }
}
html:lang(zh-CN) .menu .menu-list .menu-list-item-link.faq {
  width: 138px;
  height: auto;
}
@media (max-width: 1023px) {
  html:lang(zh-CN) .menu .menu-list .menu-list-item-link.faq {
    width: 28.9333333333vw;
  }
}
html:lang(zh-CN) .menu .menu-list .menu-list-item-link.policy {
  width: 138px;
  height: auto;
}
@media (max-width: 1023px) {
  html:lang(zh-CN) .menu .menu-list .menu-list-item-link.policy {
    width: 28.8vw;
  }
}
html:lang(zh-CN) .menu .menu-list .menu-list-item-link.country {
  width: 279px;
  height: auto;
}
@media (max-width: 1023px) {
  html:lang(zh-CN) .menu .menu-list .menu-list-item-link.country {
    width: 58.2666666667vw;
  }
}
html:lang(zh-TW) .menu .menu-list {
  padding-left: 20px;
}
@media (max-width: 1023px) {
  html:lang(zh-TW) .menu .menu-list {
    padding-left: 0;
  }
}
html:lang(zh-TW) .menu .menu-list .menu-list-item-link.top {
  width: 74px;
  height: auto;
}
@media (max-width: 1023px) {
  html:lang(zh-TW) .menu .menu-list .menu-list-item-link.top {
    width: 15.6vw;
  }
}
html:lang(zh-TW) .menu .menu-list .menu-list-item-link.faq {
  width: 139px;
  height: auto;
}
@media (max-width: 1023px) {
  html:lang(zh-TW) .menu .menu-list .menu-list-item-link.faq {
    width: 29.0666666667vw;
  }
}
html:lang(zh-TW) .menu .menu-list .menu-list-item-link.policy {
  width: 204px;
  height: auto;
}
@media (max-width: 1023px) {
  html:lang(zh-TW) .menu .menu-list .menu-list-item-link.policy {
    width: 42.5333333333vw;
  }
}
html:lang(zh-TW) .menu .menu-list .menu-list-item-link.country {
  width: 299px;
  height: auto;
}
@media (max-width: 1023px) {
  html:lang(zh-TW) .menu .menu-list .menu-list-item-link.country {
    width: 62.4vw;
  }
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.275s ease-in-out, visibility 0.275s ease-in-out;
  transition: opacity 0.275s ease-in-out, visibility 0.275s ease-in-out;
  z-index: 99;
}

body.is-menu-open {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
}

body.is-menu-open::before {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

body.is-menu-open #ncommon-purchase-v2, body.is-menu-closing #ncommon-purchase-v2, body.is-modal-open #ncommon-purchase-v2, body.is-modal-closing #ncommon-purchase-v2 {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

body.is-modal-open {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
}

#container {
  overflow: hidden;
}

.line {
  position: absolute;
  border-bottom: 0.4375vw solid #000000;
  -webkit-box-shadow: 0px 0.25vw 0.25vw 0px rgba(0, 0, 0, 0.36);
          box-shadow: 0px 0.25vw 0.25vw 0px rgba(0, 0, 0, 0.36);
  width: 100vw;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
@media (min-width: 1601px) {
  .line {
    top: 0px;
    border-bottom: 7px solid #000000;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.36);
            box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.36);
  }
}
@media (max-width: 1023px) {
  .line {
    top: -1.0666666667vw;
    border-bottom: 1.2vw solid #000000;
    -webkit-box-shadow: 0px 0.8vw 0.5333333333vw 0px rgba(0, 0, 0, 0.36);
            box-shadow: 0px 0.8vw 0.5333333333vw 0px rgba(0, 0, 0, 0.36);
  }
}

.band .line {
  top: -0.375vw;
}
@media (min-width: 1601px) {
  .band .line {
    top: -6px;
  }
}
@media (max-width: 1023px) {
  .band .line {
    top: -1.0666666667vw;
  }
}

.bounce-in {
  opacity: 0;
  -webkit-transform: scale(0.3);
          transform: scale(0.3);
  -webkit-transition: opacity 0.6s ease-out, -webkit-transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: opacity 0.6s ease-out, -webkit-transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: opacity 0.6s ease-out, transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: opacity 0.6s ease-out, transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), -webkit-transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.bounce-in.is-visible {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

/* ==========================
  country_list
========================== */
.country main {
  overflow: unset;
}
.country .band {
  position: relative;
  width: 100vw;
  height: 13.875vw;
  background-image: url(../img/band_bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 1601px) {
  .country .band {
    height: 222px;
  }
}
@media (max-width: 1023px) {
  .country .band {
    width: 100vw;
    height: 29.6vw;
    margin-bottom: 1.0666666667vw;
  }
}
.country .band::before {
  content: "";
  position: absolute;
  background-image: url(../img/bg_pattern_pink.png);
  background-size: 1.0625vw;
  background-repeat: repeat;
  background-position: center;
  width: 100vw;
  height: 13.875vw;
}
@media (min-width: 1601px) {
  .country .band::before {
    background-size: 17px;
    height: 222px;
  }
}
@media (max-width: 1023px) {
  .country .band::before {
    background-size: 2.2666666667vw;
    width: 100vw;
    height: 32vw;
  }
}
.country .band__inner {
  position: absolute;
  background: linear-gradient(135deg, rgba(255, 156, 194, 0), rgba(255, 79, 148, 0.7803921569));
  top: 0px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.country .band__inner .band__content {
  position: relative;
  width: 100vw;
  height: 13.875vw;
}
@media (min-width: 1601px) {
  .country .band__inner .band__content {
    height: 222px;
  }
}
@media (max-width: 1023px) {
  .country .band__inner .band__content {
    width: 100vw;
    height: 32vw;
  }
}
.country .band__inner .band__content .title {
  position: absolute;
  top: 2.25vw;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 18.4375vw;
  height: auto;
}
@media (min-width: 1601px) {
  .country .band__inner .band__content .title {
    top: 36px;
    width: 295px;
  }
}
@media (max-width: 1023px) {
  .country .band__inner .band__content .title {
    top: 4.8vw;
    width: 39.3333333333vw;
  }
}
.country .band__inner .band__content .title img {
  width: 100%;
}
.country .country-list {
  position: relative;
}
.country .country-list__inner {
  width: 100%;
  background-color: #e5fee5;
  padding: 1px 0;
}
.country .country-list__inner .country-list__content {
  margin: 6.25vw 0;
}
@media (min-width: 1601px) {
  .country .country-list__inner .country-list__content {
    margin: 100px 0;
  }
}
@media (max-width: 1023px) {
  .country .country-list__inner .country-list__content {
    margin: 13.3333333333vw 0 8vw;
  }
}
.country .country-list__inner .country-list__content .country-list__text {
  position: absolute;
  width: 43vw;
  height: auto;
  top: -2.875vw;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 41;
}
@media (min-width: 1601px) {
  .country .country-list__inner .country-list__content .country-list__text {
    width: 688px;
    top: -46px;
  }
}
@media (max-width: 1023px) {
  .country .country-list__inner .country-list__content .country-list__text {
    width: 91.7333333333vw;
    height: 16vw;
    top: -6.1333333333vw;
  }
}
.country .country-list__inner .country-list__content .country-list__text img {
  width: 100%;
}
.country .country-list__inner .country-list__content .country-list__main {
  margin: 0 auto;
  width: 660px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
}
@media (min-width: 1601px) {
  .country .country-list__inner .country-list__content .country-list__main {
    margin: 0 auto;
  }
}
@media (max-width: 1023px) {
  .country .country-list__inner .country-list__content .country-list__main {
    margin: 0 1.3333333333vw;
    width: auto;
  }
}
.country .country-list__inner .country-list__content .country-list__main ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 50%;
}
.country .country-list__inner .country-list__content .country-list__main ul:first-of-type li {
  border-right: 1px solid;
}
.country .country-list__inner .country-list__content .country-list__main ul li {
  border-collapse: collapse;
  border: #000000;
  border-bottom: 1px solid;
  list-style: none;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 700;
  padding: 15px;
  width: 100%;
  min-height: 58.19px;
  text-align: center;
}
@media (max-width: 1023px) {
  .country .country-list__inner .country-list__content .country-list__main ul li {
    font-size: 14px;
    padding: 8px;
    line-height: 1.4;
    min-height: 36.6px;
  }
}
.country .country-list__inner .country-list__content .country-list__main ul li:last-of-type {
  border-bottom: none;
}
@media (min-width: 1601px) {
  .country .country-list__inner .line {
    top: 0px;
  }
}

table {
  border-collapse: collapse;
}

@media all and (min-width: 1024px) {
  .inner {
    position: relative;
    width: 720px;
    margin: 0 auto;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: bold;
  }
  p.lead {
    text-align: left;
    padding-bottom: 13px;
  }
  table {
    width: 100%;
    border-top: 3px solid #000;
    border-bottom: 3px solid #000;
    line-height: 1.7;
    font-size: 18px;
  }
  th, td {
    padding: 15px;
    text-align: center;
  }
  thead th {
    white-space: nowrap;
  }
  th.c2, td.c2 {
    text-align: center;
    border-left: 1px solid #000;
  }
  tbody th, tbody td {
    border-top: 1px solid #000;
    width: 50%;
  }
}
@media all and (max-width: 1023px) {
  .inner {
    position: relative;
    margin: 0 10px;
    padding: 0 0 30px;
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: bold;
  }
  p.lead {
    text-align: left;
    padding-bottom: 8px;
    font-size: 13px;
  }
  table {
    width: 100%;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    line-height: 1.4;
    font-size: 3.4666666667vw;
  }
  th, td {
    padding: 1.6vw 1.0666666667vw;
    text-align: center;
  }
  thead th {
    white-space: nowrap;
  }
  th.c2, td.c2 {
    text-align: center;
    border-left: 1px solid #000;
  }
  tbody th, tbody td {
    border-top: 1px solid #000;
    width: 50%;
  }
}
/************************************************************

      Modal

************************************************************/
.modal-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1000;
  display: none;
}

.modal-wrapper .modal-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.8);
}

.modal-wrapper .btn-modalClose {
  position: absolute;
  top: 2.5vw;
  right: 2.3125vw;
  max-width: 5.1875vw;
  z-index: 10;
}
@media (min-width: 1601px) {
  .modal-wrapper .btn-modalClose {
    top: 40px;
    right: 37px;
    max-width: 83px;
  }
}

.modal-wrapper .modal-inner {
  color: #000;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.modal-wrapper .modal-scroller {
  padding-top: 70px;
  padding-bottom: 60px;
  background: transparent;
}

.close-area {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

/*----------------------------------------------------------
 policy */
.contents-policy {
  color: #000;
  padding-bottom: 50px;
}

.policy-container {
  max-width: 700px;
  background: #fff;
  padding: 50px 40px;
  margin: 0 auto;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.policy-container a {
  color: #000;
  text-decoration: underline;
}

.policy-container p {
  font-size: 16px;
  margin: 1em 0 0;
}

.policy-container h1 {
  font-size: 26px;
  margin-bottom: 0;
}

.policy-container h2 {
  font-size: 26px;
  margin: 2em 0 0;
}

.policy-container h3 {
  font-size: 26px;
  margin: 2em 0 0;
}

.policy-container h4 {
  font-size: 22px;
  margin: 1.5em 0 0;
}

.policy-container h5 {
  font-size: 20px;
  margin: 1em 0 0;
}

.policy-container ul {
  list-style-type: disc;
  padding-left: 20px;
}

.policy-container li {
  font-size: 16px;
  list-style: disc;
}

@media (max-width: 1023px) {
  .contents-policy {
    background-size: 136px;
    padding-bottom: 30px;
  }
  .policy-container {
    width: 93.3333333333%;
    background: #fff;
    padding: 20px 5%;
    margin: 0 auto;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    word-wrap: break-word;
  }
  .policy-container a {
    color: #000;
    text-decoration: underline;
  }
  .policy-container p {
    font-size: 13px;
    margin: 1em 0 0;
  }
  .policy-container h3 {
    font-size: 22px;
    margin: 2em 0 0;
  }
  .policy-container h4 {
    font-size: 18px;
    margin: 1.5em 0 0;
  }
  .policy-container h5 {
    font-size: 16px;
    margin: 1em 0 0;
  }
  .policy-container ul {
    list-style-type: disc;
    padding-left: 20px;
  }
  .policy-container li {
    font-size: 13px;
    list-style: disc;
  }
  /************************************************************

  		Modal

  ************************************************************/
  .modal-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1000;
    display: none;
  }
  .modal-wrapper .modal-bg {
    position: fixed;
    top: -50%;
    left: 0;
    width: 100%;
    height: 200%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.8);
  }
  .modal-wrapper .btn-modalClose {
    position: absolute;
    top: 20px;
    right: 3.3%;
    width: 51px;
    max-width: 11.6vw;
    z-index: 3;
  }
  .modal-wrapper .modal-inner {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .modal-wrapper .modal-scroller {
    padding-top: 70px;
    padding-bottom: 20px;
    background: transparent;
  }
}
/************************************************************
	policy
************************************************************/
#policy .main-contents {
  background-image: url(../img/bg_pattern_pink.png);
  background-size: 1.0625vw auto;
  background-repeat: repeat;
  background-position: center;
}
@media (min-width: 1601px) {
  #policy .main-contents {
    background-size: 17px auto;
  }
}
@media (max-width: 1023px) {
  #policy .main-contents {
    background-size: 2.2666666667vw;
  }
}
#policy .main-contents .pictonico-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 2.5vw;
  margin-bottom: 2.5vw;
}
@media (min-width: 1601px) {
  #policy .main-contents .pictonico-logo {
    padding-top: 40px;
    margin-bottom: 40px;
  }
}
@media (max-width: 1023px) {
  #policy .main-contents .pictonico-logo {
    padding-top: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
#policy .main-contents .pictonico-logo a {
  display: block;
  background-image: url("../img/logo.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 18.4375vw;
  height: 6.3125vw;
}
@media (min-width: 1601px) {
  #policy .main-contents .pictonico-logo a {
    width: 295px;
    height: 101px;
  }
}
@media (max-width: 1023px) {
  #policy .main-contents .pictonico-logo a {
    width: 39.3333333333vw;
    height: 13.4666666667vw;
  }
}
#policy .main-contents .pictonico-logo a span {
  display: block;
  text-indent: -9999px;
}/*# sourceMappingURL=common.css.map */