@charset "UTF-8";
/* -----------------------------------------------------------------
基本設定
-------------------------------------------------------------------*/
@import url('"https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@300;500&display=swap');
html {
  font-size: 10px;
  font-size: 62.5%;
}

body {
  font-family: Noto Serif JP, Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
  line-height: 1.6;
  font-size: 2.2em;
  -webkit-text-size-adjust: 100%;
}

#page {
  margin: 0 auto;
  overflow: hidden;
}

img {
  display: block;
}

.inner {
  max-width: 750pt;
  min-width: 750px;
}

.btn, .inner {
  margin: 0 auto;
}

.btn {
  width: 731px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.btn:hover {
  -webkit-filter: brightness(120%);
          filter: brightness(120%);
}

.scrollFade {
  opacity: 0;
}

#container {
  width: 170px;
  height: 4px;
  margin: 0 auto;
}

.code_all_body {
  position: absolute;
}

#conts_01 section, #conts_02 section, #conts_03 section {
  position: relative;
}

h2 img {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@-webkit-keyframes vertical {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes vertical {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes b {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  55% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes b {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  55% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes ie-bar {
  0% {
    stroke-dashoffset: 100;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes ie-bar {
  0% {
    stroke-dashoffset: 100;
  }
  to {
    stroke-dashoffset: 0;
  }
}
body {
  font-family: "Kiwi Maru", Arial, sans-serif;
}

/* -----------------------------------------------------------------
組件設定
-------------------------------------------------------------------*/
#loader-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("../images/loading-bg.jpg");
  background-color: #e6d4e7;
  z-index: 999;
}

#loader {
  position: relative;
  width: 100%;
  height: 100%;
}
#loader .loader-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  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;
}
#loader .loader-container {
  text-align: center;
}
#loader img {
  margin: 0 auto;
  width: 418px;
}
@media screen and (max-width: 600px) {
  #loader img {
    width: 80vw;
    height: auto;
  }
}
@media screen and (max-width: 480px) {
  #loader img {
    width: 70vw;
  }
}
#loader p span {
  display: inline-block;
  -webkit-animation: b ease 1s infinite;
          animation: b ease 1s infinite;
}
#loader p span:nth-of-type(1) {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
}
#loader p span:nth-of-type(2) {
  -webkit-animation-delay: -0.55s;
          animation-delay: -0.55s;
}
#loader p span:nth-of-type(3) {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}
#loader p span:nth-of-type(4) {
  -webkit-animation-delay: -0.45s;
          animation-delay: -0.45s;
}
#loader p span:nth-of-type(5) {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}
#loader p span:nth-of-type(6) {
  -webkit-animation-delay: -0.35s;
          animation-delay: -0.35s;
}
#loader p span:nth-of-type(7) {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
#loader p span:nth-of-type(8) {
  -webkit-animation-delay: -0.25s;
          animation-delay: -0.25s;
}
#loader p span:nth-of-type(9) {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}
#loader p span:nth-of-type(10) {
  -webkit-animation-delay: -0.15s;
          animation-delay: -0.15s;
}
#loader p span:nth-of-type(11) {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}
#loader p span:nth-of-type(12) {
  -webkit-animation-delay: -50ms;
          animation-delay: -50ms;
}
#loader p span:nth-of-type(13) {
  -webkit-animation-delay: 0;
          animation-delay: 0;
}

#hum-menu {
  background-color: #cc9fcd;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  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;
  z-index: 25;
}
#hum-menu nav {
  margin: 0 auto;
  position: relative;
  width: 750px;
}
#hum-menu .nav-list {
  margin: 0 auto;
  padding: 0px 20px 0;
  width: 750px;
}
#hum-menu .nav-list li {
  border-bottom: dotted 2px #fff;
  padding: 20px 0;
  position: relative;
}
#hum-menu .nav-list li a {
  color: #fff;
  display: block;
  font-size: 3rem;
  text-align: center;
}
#hum-menu .nav-list li a:hover {
  color: #f7eebd;
}
@media screen and (max-width: 820px) {
  #hum-menu .nav-list {
    width: auto;
  }
  #hum-menu .nav-list li a {
    font-size: 4vw;
  }
}
@media screen and (max-width: 480px) {
  #hum-menu .nav-list {
    width: auto;
  }
  #hum-menu .nav-list li a {
    font-size: 5vw;
  }
}

#btn-hum {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 24;
  width: 120px;
}
#btn-hum img {
  max-width: 100%;
}
@media screen and (max-width: 820px) {
  #btn-hum {
    width: 90px;
    width: 13vw;
  }
}
@media screen and (max-width: 820px) {
  #btn-hum {
    width: 16vw;
  }
}

.btn-close {
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 30px;
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
}

.outside {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  visibility: hidden;
}

.open {
  opacity: 1;
  visibility: visible;
}

#about-wrap {
  position: relative;
  padding-top: 205px;
  background-image: url("../images/laip-bg.jpg");
  background-color: #bae3f9;
}
@media screen and (max-width: 820px) {
  #about-wrap {
    padding-top: 10vw;
  }
}

#about_02 {
  background-image: url("../images/about/bg-about-3.png");
  background-position: center bottom;
  background-repeat: no-repeat;
}
#about_02 section:nth-of-type(1) {
  padding-top: 61px;
}
#about_02 section:nth-of-type(2) {
  padding-top: 150px;
  padding-bottom: 50px;
}
#about_02 section:nth-of-type(2) .inner p {
  margin-bottom: 20px;
}
#about_02 h2 {
  margin: 0 auto 37px;
  width: 435px;
  text-align: center;
}
#about_02 h2 + p {
  margin-bottom: 20px;
}
#about_02 h3 {
  margin: 0 auto 31px;
}
#about_02 h3, #about_02 p {
  text-align: center;
}
#about_02 h3 img, #about_02 p img {
  margin-left: auto;
  margin-right: auto;
}
#about_02 .intro .btn {
  margin: 34px auto 0;
}
@media screen and (max-width: 900px) {
  #about_02 {
    background-position: 54% bottom;
  }
  #about_02 h2 img, #about_02 h3 img, #about_02 p img {
    max-width: 100%;
  }
  #about_02 h2 {
    width: 60vw;
  }
  #about_02 h3 {
    width: 80vw;
  }
  #about_02 p {
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
  }
}

.intro .slick_slider02 {
  background: url("../images//about/bg-SS.png") center top no-repeat;
  height: 408px;
  padding: 31px 0 0;
  width: 750px;
  max-width: 750pt;
  min-width: 750px;
  margin: 0 auto;
}
.intro .slick_slider02 img {
  display: block;
  margin: 0 auto;
  width: 666px;
}
@media screen and (max-width: 800px) {
  .intro .slick_slider02 {
    background-size: cover;
    width: 90vw;
    height: 48.96vw;
    max-width: auto;
    min-width: auto;
    padding: 3.5vw 0 0;
  }
  .intro .slick_slider02 img {
    width: 79.92vw;
    height: auto;
  }
}
.intro .slick-dots {
  margin: 9pt auto 0;
  width: 664px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.intro .slick-dots li {
  width: 166px;
  height: 87pt;
  margin-right: 0;
  background-repeat: no-repeat;
}
.intro .slick-dots li:nth-child(1) {
  background-image: url("../images//about/ss-S_01_off.png");
}
.intro .slick-dots li:nth-child(1).slick-active, .intro .slick-dots li:nth-child(1):hover {
  background-image: url("../images//about/ss-S_01_on.png");
}
.intro .slick-dots li:nth-child(2) {
  background-image: url("../images//about/ss-S_02_off.png");
}
.intro .slick-dots li:nth-child(2).slick-active, .intro .slick-dots li:nth-child(2):hover {
  background-image: url("../images//about/ss-S_02_on.png");
}
.intro .slick-dots li:nth-child(3) {
  background-image: url("../images//about/ss-S_03_off.png");
}
.intro .slick-dots li:nth-child(3).slick-active, .intro .slick-dots li:nth-child(3):hover {
  background-image: url("../images//about/ss-S_03_on.png");
}
.intro .slick-dots li:nth-child(4) {
  background-image: url("../images//about/ss-S_04_off.png");
}
.intro .slick-dots li:nth-child(4).slick-active, .intro .slick-dots li:nth-child(4):hover {
  background-image: url("../images//about/ss-S_04_on.png");
}
@media screen and (max-width: 800px) {
  .intro .slick-dots {
    width: auto;
  }
  .intro .slick-dots li {
    width: 20vw;
    height: 13.97vw;
    background-size: cover;
    background-position: center;
  }
}
@media screen and (min-width: 1000px) {
  .intro .slick-prev {
    left: -10px;
  }
  .intro .slick-next {
    right: -10px;
  }
}

.slick-dots {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slick-dots button::before {
  display: none;
}

#conts_05 {
  background-color: #9f90ae;
  padding: 50px 0;
}
#conts_05 .inner {
  max-width: none;
  min-width: 1px;
  width: 526px;
}
#conts_05 .btn-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#conts_05 .btn-section a {
  position: relative;
}
#conts_05 .btn-section a img {
  max-width: 100%;
}
#conts_05 .btn-section:nth-child(1) a {
  width: 100%;
}
#conts_05 .btn-section:nth-child(2) {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#conts_05 .btn-section:nth-child(2) a {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 250px;
          flex: 0 0 250px;
}
@media screen and (max-width: 620px) {
  #conts_05 .inner {
    width: auto;
  }
  #conts_05 .btn-section {
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
  }
  #conts_05 .btn-section:nth-child(1) a {
    width: 90vw;
  }
  #conts_05 .btn-section:nth-child(2) a {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 44vw;
            flex: 0 0 44vw;
  }
}

footer {
  padding-top: 2pc;
  padding-bottom: 2pc;
  background: #282828;
}
footer .sp {
  margin: 0 auto;
}
footer .sp li {
  font-size: 2.2rem;
  padding: 10px 0;
  text-align: center;
  color: #ffe5a5;
}
footer .sp li:first-child {
  padding-top: 0;
}
footer .sp li a {
  color: #ffe5a5;
  display: block;
}
footer .sp p {
  font-size: 1.8rem;
}
footer p {
  color: #fff;
  padding: 40px 0 20px;
  text-align: center;
}
footer .pc {
  font-size: 1.4rem;
  margin: 0 auto;
  width: 45pc;
}
footer .pc li, footer .pc a {
  color: #ffe5a5;
}
footer .pc a:hover {
  color: #ffd619;
  text-decoration: underline;
}
footer .pc + p {
  font-size: 1.1rem;
  padding-top: 24px;
}
footer .footer-copy {
  width: 368px;
}

@media screen and (max-width: 820px) {
  footer .footer-copy {
    width: 48vw;
  }
  footer .copyright {
    font-size: 12px;
  }
  footer .sp li {
    font-size: 2.5vw;
  }
}
#news {
  position: relative;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 960px;
  gap: 60px;
  background-image: url("/jp/ashtale/assets/images/news/news_bg_main.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#news::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 647px;
  bottom: 0;
  left: 0;
  background-image: url("/jp/ashtale/assets/images/news/news_bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#news .title {
  font-size: 50px;
  position: relative;
  text-align: center;
  width: 100%;
  margin-bottom: 0;
}
#news .title::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 11em;
  max-width: 100%;
  height: 0.8em;
  left: 50%;
  -webkit-transform: translate(-50%, 0) skewX(-45deg);
          transform: translate(-50%, 0) skewX(-45deg);
  background-image: linear-gradient(90deg, transparent 2px, rgba(0, 0, 0, 0.3) 1px);
  background-size: 4px 100%;
  background-color: white;
  background-image: linear-gradient(90deg, transparent 2px, #d5de12 1px);
  width: 6em;
}
#news .title h2 {
  position: relative;
  font-size: inherit;
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
  line-height: 1.6;
  color: #4c804c;
  z-index: 1;
}
#news .btn_more {
  margin: 40px auto 0;
  width: 232px;
}
@media screen and (orientation: portrait) {
  #news {
    height: auto;
    padding: 10vw 0;
    gap: 5vw;
  }
  #news .title {
    font-size: 6vw;
  }
}
@media screen and (max-width: 480px) {
  #news .btn_more {
    margin-top: 5vw;
    width: 40vw;
    max-width: 232px;
  }
  #news .btn_more img {
    width: 100%;
    height: auto;
  }
}

.news_list {
  width: 100%;
}
.news_list_wrapper {
  margin: 0 auto;
  position: relative;
  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;
  font-size: 16px;
  padding: 40px;
  background-color: rgba(255, 255, 255, 0.7);
  background-image: url("/jp/ashtale/assets/images/bg_white.png");
  background-size: cover;
  border-width: 30px;
  border-style: solid;
  -o-border-image: url("/jp/ashtale/assets/images/bg_widget_frame.png") 30 repeat;
     border-image: url("/jp/ashtale/assets/images/bg_widget_frame.png") 30 repeat;
  width: 670px;
  height: 660px;
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
  z-index: 1;
}
.news_list li {
  border-bottom: dotted 2px;
  border-color: #b69797;
  padding-top: 12px;
}
.news_list li:first-child {
  padding-top: 0;
}
.news_list li a {
  color: #7b5151;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  gap: 5px;
  font-family: "Noto Serif JP", serif;
}
.news_list li a .notice-title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  font-size: 1.2em;
  padding: 8px 0 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.news_list li .date,
.news_list li .status,
.news_list li .category {
  line-height: 1;
}
.news_list li .status.new {
  background-color: #f5a416;
}
.news_list li .category {
  border: 2px solid #7b5151;
  color: #7b5151;
  padding: 0 2px 1px;
  font-weight: bold;
}
@media screen and (max-width: 820px) {
  .news_list_wrapper {
    width: 90vw;
    height: 104.8vw;
    padding: 4vw;
    border-width: 45px;
    border-image-slice: 45;
  }
}
@media screen and (max-width: 480px) {
  .news_list {
    font-size: 12px;
    overflow: hidden;
  }
  .news_list li:nth-child(6) {
    display: none;
  }
}
@media screen and (max-width: 375px) {
  .news_list_wrapper {
    padding: 0;
  }
}

body {
  background-color: #fcdcd1;
}
@media screen and (max-width: 820px) {
  body {
    background-color: #14111c;
  }
}

img {
  display: inline-block;
}

.copytext {
  position: absolute;
}
.copytext img {
  width: 175px;
}

main {
  width: 100%;
  overflow: hidden;
  position: relative;
}
main:before {
  content: "";
  position: absolute;
  width: 1920px;
  height: 960px;
  height: 1180px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url("../images/bg-kv-full.jpg");
  background-position: center top;
  background-repeat: no-repeat;
}
@media screen and (max-width: 820px) {
  main:before {
    width: 100%;
    height: 150vw;
    background-image: url("../images/bg-kv-full-m.webp");
    background-size: cover;
  }
}

@media screen and (max-width: 960px) {
  .inner {
    min-width: auto;
  }
}

header {
  position: relative;
}
header::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 305px;
  bottom: 0;
  left: 0;
  -webkit-transform: translate(0, 10%);
          transform: translate(0, 10%);
  z-index: 8;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 820px) {
  header::before {
    height: 20vw;
    -webkit-transform: translate(0, 10%);
            transform: translate(0, 10%);
  }
}
header .inner {
  height: 1080px;
  margin: 0 auto;
  position: relative;
  max-width: auto;
}
header .logo {
  position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 9;
  width: 584px;
  height: 158px;
}
@media screen and (max-width: 820px) {
  header .logo {
    width: 55vw;
    height: auto;
  }
  header .logo img {
    max-width: 100%;
    height: auto;
  }
}
header .slogan {
  position: absolute;
  bottom: 40px;
  bottom: 200px;
  width: 100%;
  text-align: center;
  z-index: 9;
}
header .slogan p {
  color: #d16363;
  color: #412048;
  margin-bottom: 20px;
  background-color: #fff;
  -webkit-box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.2);
  font-size: 30px;
  font-weight: 600;
  font-family: "Kiwi Maru", Arial, sans-serif;
  width: 20em;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
  border-radius: 0.75em;
}
@media screen and (max-width: 820px) {
  header .slogan {
    bottom: -10vw;
    bottom: -4vw;
  }
  header .slogan p {
    font-size: 4.5vw;
    width: 100%;
    border-radius: 0;
    padding: 1em 0;
  }
}
header .store-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header .store-icon a {
  margin: 0 5px;
}
header .store-icon img {
  height: 60px;
}
@media screen and (max-width: 820px) {
  header .inner {
    height: 159vw;
    margin-bottom: 1em;
  }
  header .inner::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -7.5em;
    width: 100%;
    height: 5em;
    background-color: #f376a0;
  }
}
@media screen and (max-width: 480px) {
  header .store-icon img {
    height: 40px;
  }
}

.title {
  width: 750px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}
.title img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 960px) {
  .title {
    width: 85vw;
  }
}

#conts-wrap {
  padding-top: 100px;
  padding-top: 70px;
}

#conts_01 {
  padding-top: 80px;
  padding-bottom: 150px;
  position: relative;
  z-index: 1;
  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;
  background-image: url("../images/event-bg.jpg");
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
}
#conts_01::before, #conts_01::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 30px;
  left: 0;
  background-image: url("../images/event-bg-top.png");
  background-repeat: repeat-x;
  z-index: 5;
}
#conts_01::before {
  top: 0;
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
}
#conts_01::after {
  bottom: 0;
  -webkit-transform: translate(0, 100%) rotate(0.5turn);
          transform: translate(0, 100%) rotate(0.5turn);
}
#conts_01 .slick_slider00 {
  margin: 0 auto;
  position: relative;
}
#conts_01 .slick_slider00 .slick-slide {
  padding: 5px;
  width: 750px !important;
  height: 436px;
  border: 3px solid #e6b2b2;
  background-color: #fff;
  border-radius: 20px;
  position: relative;
}
#conts_01 .slick_slider00 .items {
  border-radius: 15px;
  overflow: hidden;
  font-size: 0;
}
#conts_01 .slick_slider00 .items img {
  max-width: 100%;
  height: auto;
}
#conts_01 .slick-list {
  z-index: 3;
  width: 750px;
  height: 436px;
  position: relative;
}
#conts_01 .slick-prev {
  left: 0;
  -webkit-transform: translate(-120%, -50%);
          transform: translate(-120%, -50%);
  background-image: url("../images/event/arrow-left.png");
}
#conts_01 .slick-next {
  right: 0;
  -webkit-transform: translate(120%, -50%);
          transform: translate(120%, -50%);
  background-image: url("../images/event/arrow-right.png");
}
#conts_01 .slick-arrow {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  #conts_01 .slick-arrow {
    display: block !important;
    height: 60px;
    width: 60px;
    z-index: 33;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #conts_01 .slick-arrow::before {
    display: none;
  }
}
#conts_01 .slick-dots {
  position: absolute;
  top: 0%;
  -webkit-transform: translate(80%, 10%);
          transform: translate(80%, 10%);
  right: 0;
  margin: 0;
  padding: 0;
  z-index: 5;
  display: block;
}
#conts_01 .slick-dots li {
  height: 44px;
  margin: 0 0 10px;
  padding: 0;
  width: 220px;
  list-style-type: none;
  position: relative;
  color: #fff;
  background-color: #d16363;
  background-color: #e55792;
  border-radius: 22px;
  outline: 2px solid #fbb8b4;
  border: 3px solid #fff;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#conts_01 .slick-dots li.slick-active {
  background-color: #cc003e;
  background-color: #231816;
}
#conts_01 .slick-dots li button {
  display: none;
}
#conts_01 .slick-dots li button::before {
  font-size: 0;
}
#conts_01 .slick-dots li:nth-child(1)::before {
  content: "ログインボーナス";
}
#conts_01 .slick-dots li:nth-child(2)::before {
  content: "バレー大会";
}
#conts_01 .slick-dots li:nth-child(3)::before {
  content: "念願の旅";
}
#conts_01 .slick-dots li:nth-child(4)::before {
  content: "コラボガチャ";
}
#conts_01 .slick-dots li:nth-child(5)::before {
  content: "マリーランドの住民";
}
@media screen and (max-width: 1024px) {
  #conts_01 .slick-dots li {
    display: none;
  }
}
#conts_01 section {
  position: relative;
}
#conts_01 .slide-character {
  position: absolute;
  top: 50%;
  z-index: 4;
}
@media screen and (max-width: 1024px) {
  #conts_01 .slide-character {
    display: none;
  }
}
#conts_01 .slide-character-1 {
  left: 0;
  -webkit-transform: translate(-105%, -60%);
          transform: translate(-105%, -60%);
}
#conts_01 .slide-character-2 {
  right: 0;
  -webkit-transform: translate(68%, -20%);
          transform: translate(68%, -20%);
}
@media screen and (max-width: 1024px) {
  #conts_01 {
    background-image: none;
  }
}
@media screen and (max-width: 960px) {
  #conts_01 section,
  #conts_01 .slick_slider00,
  #conts_01 .slick_slider00 .slick-list,
  #conts_01 .slick_slider00 .slick-slide {
    margin-left: auto;
    margin-right: auto;
    width: 80vw !important;
    height: 46.5vw;
  }
  #conts_01 .slick_slider00 .slick-list {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 820px) {
  #conts_01 .slick-prev {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  #conts_01 .slick-next {
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
  }
}
@media screen and (max-width: 600px) {
  #conts_01 .slick-arrow {
    width: 10vw;
    height: 10vw;
  }
}
@media screen and (max-width: 480px) {
  #conts_01 {
    padding-top: 10vw;
    padding-bottom: 17vw;
  }
}

#conts_02 {
  position: relative;
  padding-top: 150px;
  padding-bottom: 142px;
  background-image: url("../images/avatar-bg.jpg");
  background-color: #d5c6e0;
}
@media screen and (max-width: 960px) {
  #conts_02 {
    padding-top: 15vw;
    padding-bottom: 15vw;
  }
}
#conts_02 .inner {
  max-width: 940px;
  margin: 0 auto;
}
#conts_02 h2 {
  margin-bottom: 30px;
}
#conts_02 section {
  margin-bottom: 40px;
}
#conts_02 .swiper {
  width: 380px;
}
@media screen and (max-width: 960px) {
  #conts_02 .swiper {
    margin-left: 0;
    width: 45vw;
  }
}
#conts_02 .swiper-button-next, #conts_02 .swiper-button-prev {
  top: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  width: 40px;
  height: 58px;
  background-size: cover;
}
#conts_02 .swiper-button-next::after, #conts_02 .swiper-button-prev::after {
  content: "";
}
#conts_02 .swiper-button-next {
  right: 0;
  background-image: url("../images/avatar/avatar-arrow_right.png");
}
#conts_02 .swiper-button-prev {
  left: 0;
  background-image: url("../images/avatar/avatar-arrow_left.png");
}

@media screen and (max-width: 960px) {
  .avatar {
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 480px) {
  .avatar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.avatar-item::before {
  content: "";
  position: absolute;
  right: 0;
  width: 450px;
  height: 400px;
  -webkit-transform: translate(-10%, -10%);
          transform: translate(-10%, -10%);
  background-repeat: no-repeat;
  background-size: cover;
}
.avatar-item#avatar-item-1::before {
  background-image: url("../images/avatar/avatar-bg-1.png");
}
.avatar-item#avatar-item-2::before {
  background-image: url("../images/avatar/avatar-bg-2.png");
}
.avatar-item#avatar-item-3::before {
  background-image: url("../images/avatar/avatar-bg-3.png");
}
.avatar-item#avatar-item-4::before {
  background-image: url("../images/avatar/avatar-bg-4.png");
}
.avatar-item#avatar-item-5::before {
  background-image: url("../images/avatar/avatar-bg-5.png");
}
.avatar-item#avatar-item-6::before {
  background-image: url("../images/avatar/avatar-bg-6.png");
}
.avatar-item#avatar-item-7::before {
  background-image: url("../images/avatar/avatar-bg-7.png");
}
.avatar-item#avatar-item-8::before {
  background-image: url("../images/avatar/avatar-bg-8.png");
}
@media screen and (max-width: 960px) {
  .avatar-item::before {
    -webkit-transform: translate(100%, 0%);
            transform: translate(100%, 0%);
    width: 45vw;
    height: 40vw;
    right: 50%;
    top: 5vw;
  }
}
@media screen and (max-width: 480px) {
  .avatar-item {
    top: 35vw;
  }
  .avatar-item::before {
    top: 35vw;
  }
  .avatar-item#avatar-item-1::before, .avatar-item#avatar-item-2::before {
    height: 47vw;
    background-size: 130%;
    background-position: 50% 50%;
  }
}
.avatar-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 960px) {
  .avatar-content {
    display: block;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.avatar-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 430px;
          flex: 0 0 430px;
  margin-bottom: 20px;
  position: relative;
  height: 100%;
}
.avatar-img img {
  max-width: 100%;
}
.avatar-video {
  position: absolute;
  width: 100px;
  right: 15px;
  top: 15px;
}
.avatar-info {
  position: relative;
  font-size: 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -ms-flex: 1 1 60%;
      flex: 1 1 60%;
}
@media screen and (max-width: 960px) {
  .avatar-info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.avatar-info-title {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}
.avatar-info dl {
  background-color: #fff;
  padding: 20px 15px 15px;
  border-radius: 15px;
  margin-left: 15px;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  .avatar-info dl {
    margin-left: 0;
    width: 100%;
  }
}
.avatar-info-content {
  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;
  color: #9f90ae;
  font-size: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.avatar-info-content img {
  margin-right: 5px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
}
.avatar-info-content p {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  line-height: 1.2;
}
.avatar-info-content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.avatar-info-content ul:nth-child(3):nth-child(3) li {
  width: 60px;
  height: 60px;
}
.avatar-info-content li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  -ms-flex: 1 0 26%;
      flex: 1 0 26%;
  padding-right: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 480px) {
  .avatar-info-content li {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    font-size: 0.95em;
  }
  .avatar-info-content img {
    width: 100%;
    height: 4.5em;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 4.5em;
            flex: 0 0 4.5em;
  }
}
.avatar-info-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.avatar-nav {
  margin: 0 auto;
  width: 90%;
}
.avatar-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.5em;
}
.avatar-nav ul li {
  width: 100px;
  height: 100px;
  margin: 0 5px;
  position: relative;
  cursor: pointer;
  border: 5px solid #fff;
  border-radius: 10px;
}
.avatar-nav ul li::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}
.avatar-nav ul li.active::after {
  display: none;
}
.avatar-nav-title {
  color: #fff;
  text-align: center;
  margin-right: 1.5em;
}
.avatar-nav-title h3 {
  display: inline-block;
  height: 56px;
  line-height: 56px;
  width: 6em;
  position: relative;
}
.avatar-nav-title h3::before, .avatar-nav-title h3::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.avatar-nav-title h3::before {
  left: 0;
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
}
.avatar-nav-title h3::after {
  right: 0;
  -webkit-transform: translate(100%, 0) scaleX(-1);
          transform: translate(100%, 0) scaleX(-1);
}
.avatar-nav-new .avatar-nav-title h3 {
  background-color: #ed798d;
}
.avatar-nav-new .avatar-nav-title h3::before, .avatar-nav-new .avatar-nav-title h3::after {
  background-image: url("../images/event/melody-title-bg.png");
}
.avatar-nav-new li:nth-child(2) {
  background-image: url("../images/avatar/avatar-nav-new-1.jpg");
  background-size: cover;
  background-position: center;
}
.avatar-nav-new li:nth-child(3) {
  background-image: url("../images/avatar/avatar-nav-new-2.jpg");
  background-size: cover;
  background-position: center;
}
.avatar-nav-again .avatar-nav-title h3 {
  background-color: #9082b0;
}
.avatar-nav-again .avatar-nav-title h3::before, .avatar-nav-again .avatar-nav-title h3::after {
  background-image: url("../images/event/kuromi-title-bg.png");
}
.avatar-nav-again li:nth-child(2) {
  background-image: url("../images/avatar/avatar-nav-1.jpg");
  background-size: cover;
  background-position: center;
}
.avatar-nav-again li:nth-child(3) {
  background-image: url("../images/avatar/avatar-nav-2.jpg");
  background-size: cover;
  background-position: center;
}
.avatar-nav-again li:nth-child(4) {
  background-image: url("../images/avatar/avatar-nav-3.jpg");
  background-size: cover;
  background-position: center;
}
.avatar-nav-again li:nth-child(5) {
  background-image: url("../images/avatar/avatar-nav-4.jpg");
  background-size: cover;
  background-position: center;
}
.avatar-nav-again li:nth-child(6) {
  background-image: url("../images/avatar/avatar-nav-5.jpg");
  background-size: cover;
  background-position: center;
}
.avatar-nav-again li:nth-child(7) {
  background-image: url("../images/avatar/avatar-nav-6.jpg");
  background-size: cover;
  background-position: center;
}
.avatar-nav-again li:nth-child(8) {
  background-image: url("../images/avatar/avatar-nav-7.jpg");
  background-size: cover;
  background-position: center;
}
.avatar-nav-again li:nth-child(9) {
  background-image: url("../images/avatar/avatar-nav-8.jpg");
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 960px) {
  .avatar-nav ul li {
    width: 15vw;
    height: 15vw;
    width: 11vw;
    height: 11vw;
    border: 3px solid #fff;
  }
  .avatar-nav-title h3 {
    font-size: 2.5vw;
    height: auto;
    line-height: 2.8em;
    width: 4em;
  }
  .avatar-nav-title h3::before, .avatar-nav-title h3::after {
    background-size: contain;
    background-position: 100% 0;
  }
}
@media screen and (max-width: 820px) {
  .avatar-nav {
    width: 96%;
  }
}
@media screen and (max-width: 480px) {
  .avatar-nav-title {
    margin-right: 1em;
  }
  .avatar-nav ul li {
    margin: 0 2px;
  }
}

#conts_03 {
  position: relative;
}
#conts_03::before {
  content: "";
  position: absolute;
  height: 200px;
  width: 100%;
  background-image: url("../images/event-5-bg-top.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  bottom: 0;
  left: 0;
}
#conts_03 .title {
  top: 100px;
  z-index: 5;
}
@media screen and (max-width: 700px) {
  #conts_03 .title {
    top: 15vw;
  }
}
#conts_03 .title, #conts_03 .copytext {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
#conts_03 .inner {
  max-width: none;
}
#conts_03 .copytext {
  bottom: 20px;
}
#conts_03 .copytext-2 img {
  width: 382px;
}

.introduce {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 700px) {
  .introduce {
    display: block;
  }
}
.introduce::before {
  content: "";
  display: block;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 33px;
  background-image: url("../images/introduce/top-bg.png");
  background-size: contain;
  background-repeat: repeat-x;
  z-index: 2;
}
.introduce-section {
  position: relative;
  padding-top: 150px;
  padding-bottom: 120px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.introduce-section::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0% 12%;
}
.introduce-section::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background-size: contain;
  background-repeat: repeat-x;
}
@media screen and (max-width: 700px) {
  .introduce-section {
    display: block;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .introduce-section:nth-child(1) {
    padding-top: 30vw;
  }
}
@media screen and (max-width: 480px) {
  .introduce-section {
    padding-top: 3em;
    padding-bottom: 3em;
  }
  .introduce-section::before {
    background-position: 0% 7%;
  }
}
.introduce-main {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 560px;
          flex: 0 0 560px;
  padding: 40px;
}
@media screen and (max-width: 1180px) {
  .introduce-main {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50vw;
            flex: 0 0 50vw;
  }
}
.introduce-img {
  margin-bottom: 20px;
  text-align: center;
  margin: 0 auto;
}
.introduce-img img {
  max-width: 100%;
}
@media screen and (max-width: 480px) {
  .introduce-img {
    width: 65%;
  }
}
.introduce-title {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}
.introduce-title h3 {
  display: inline-block;
  height: 56px;
  line-height: 56px;
  width: 10em;
  position: relative;
  font-family: "Kiwi Maru", Arial, sans-serif;
  font-weight: 800;
}
.introduce-title h3::before, .introduce-title h3::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.introduce-title h3::before {
  left: 0;
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
}
.introduce-title h3::after {
  right: 0;
  -webkit-transform: translate(100%, 0) scaleX(-1);
          transform: translate(100%, 0) scaleX(-1);
}
@media screen and (max-width: 480px) {
  .introduce-title h3 {
    font-size: 1em;
    height: 2em;
    line-height: 2em;
  }
  .introduce-title h3::before, .introduce-title h3::after {
    background-size: contain;
    background-position: 100% 0%;
  }
}
@media screen and (max-width: 480px) {
  .introduce-title {
    font-size: 6vw;
  }
}
.introduce-content {
  position: relative;
  background: #FFF;
  padding: 1em;
  border-radius: 1em;
  font-family: "Kiwi Maru", Arial, sans-serif;
  font-weight: 500;
  border: 6px solid;
  outline: 4px solid;
  z-index: 5;
}
@media screen and (max-width: 480px) {
  .introduce-content {
    font-size: 4vw;
  }
}
.introduce .copy-text {
  margin: 0 auto;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  width: 23%;
  width: 400px;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 820px) {
  .introduce .copy-text {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .introduce .copy-text {
    width: 70%;
  }
}
.introduce .copy-text img {
  width: 100%;
}

#introduce-melody {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  background-image: url("../images/introduce/melody-bg.jpg");
}
#introduce-melody::before {
  background-image: url("../images/introduce/melody-deco-bg.png");
}
#introduce-melody::after {
  background-image: url("../images/introduce/melody-bottom-bg.png");
  background-position: bottom right;
}
#introduce-melody .introduce-title h3 {
  background-color: #ed798d;
  background-color: #e62e8b;
}
#introduce-melody .introduce-title h3::before, #introduce-melody .introduce-title h3::after {
  background-image: url("../images/introduce/melody-title-bg-pk.png");
}
#introduce-melody .introduce-content {
  border-color: #fadce9;
  outline-color: #f3a9c9;
}

#introduce-kuromi {
  background-image: url("../images/introduce/kuromi-bg.jpg");
}
#introduce-kuromi::before {
  background-image: url("../images/introduce/kuromi-deco-bg.png");
}
#introduce-kuromi::after {
  background-image: url("../images/introduce/kuromi-bottom-bg.png");
  background-position: bottom left;
}
#introduce-kuromi .introduce-title h3 {
  background-color: #9082b0;
  background-color: #231815;
}
#introduce-kuromi .introduce-title h3::before, #introduce-kuromi .introduce-title h3::after {
  background-image: url("../images/introduce/kuromi-title-bg-bk.png");
}
#introduce-kuromi .introduce-content {
  border-color: #dcdddd;
  outline-color: #aaabab;
}

#conts_04 {
  position: relative;
  padding-bottom: 200px;
  background-image: url("../images/bg-5.jpg");
  background-color: #8bd2ff;
  background-repeat: no-repeat;
  background-position: center;
}
#conts_04 .nano > .nano-pane {
  background: rgba(255, 255, 255, 0.25);
}
#conts_04 .nano > .nano-pane > .nano-slider {
  background: rgba(255, 255, 255, 0.8);
}
#conts_04 .nano-content {
  padding: 20px;
}
#conts_04 .copytext {
  max-width: 750px;
  margin: 0 auto;
  position: relative;
}
#conts_04 .story {
  max-width: 750px;
  margin: 0 auto;
  height: 500px;
}
#conts_04 .story-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 18px;
}
#conts_04 .story-section:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#conts_04 .story-text {
  text-align: center;
}
#conts_04 .story-text span {
  display: block;
}
#conts_04 .story-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.gotop {
  position: fixed;
  left: 10px;
  bottom: 5vw;
  z-index: 20;
  width: 200px;
}
@media screen and (max-width: 820px) {
  .gotop {
    width: 25vw;
    bottom: 7vw;
  }
}
.gotop img {
  max-width: 100%;
  height: auto;
}

.xpay {
  bottom: 70px;
}
@media screen and (max-width: 820px) {
  .xpay {
    bottom: 100px;
    bottom: 7vw;
    right: 10px;
  }
}