@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Kosugi+Maru&amp;family=Mochiy+Pop+One&amp;family=Noto+Serif+JP:wght@200..900&amp;family=Zen+Maru+Gothic:wght@900&amp;display=swap");
.uk-navbar-container {
  padding: 0 !important;
  margin: 0 !important;
  background-color: rgba(255, 255, 255, 0);
}

.uk-container {
  padding: 0 !important;
  margin: 0 !important;
  background-color: rgba(255, 255, 255, 0);
}

@media (min-width: 960px) {
  .uk-container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 780px) {
  .display-pc {
    display: none !important;
  }
  .display-sp {
    display: block !important;
  }
}
@media screen and (min-width: 781px) {
  .display-pc {
    display: block !important;
  }
  .display-sp {
    display: none !important;
  }
}
img {
  height: auto !important;
  user-drag: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
}

.custom-btn {
  text-decoration: none !important;
  cursor: pointer;
  display: block;
  align-items: center;
  color: #2b2b2b;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  padding: 0;
}
.custom-btn * {
  padding: 0 2px;
}

.custom-btn:focus,
.custom-btn:active,
.custom-btn:hover {
  color: #2b2b2b;
}

*,
ul,
li,
span,
p,
a {
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style: none;
  box-sizing: border-box;
  font-size: clamp(8px, 1.4vw, 24px);
  line-height: 1.4em;
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 600;
  text-decoration: none;
}

* a:visited,
a:hover,
a:active,
a:focus {
  color: #2b2b2b;
  text-decoration: none;
}

HTML,
body {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: #2b2b2b;
  padding: 0;
  margin: 0;
  width: 100%;
  min-width: 340px;
  overflow-X: hidden !important;
}

main,
section,
header,
footer {
  width: 100%;
}

.container {
  width: 100%;
  height: 100%;
  margin: auto;
  z-index: 50;
  text-align: center;
}
@media screen and (max-width: 780px) {
  .container {
    max-width: 98vw;
  }
}
@media screen and (min-width: 781px) {
  .container {
    max-width: 68vw;
  }
}

.display_none {
  display: none !important;
}

.scroll-none {
  overflow: hidden !important;
}

.overflow {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.uk-badge {
  height: auto;
  display: inline;
  padding: 0.5vw 1vw;
}

.uk-badge::before {
  position: relative;
  align-items: center;
  top: 0.1vw;
}
@media screen and (max-width: 780px) {
  .uk-badge::before {
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 781px) {
  .uk-badge::before {
    font-size: 1vw;
  }
}

.info-badge {
  color: #FF416E !important;
  background: #FFBEE9 !important;
}

.info-badge::before {
  content: "おしらせ";
}

.campaign-badge {
  color: #FC8C25 !important;
  background: #FFE793 !important;
}

.campaign-badge::before {
  content: "キャンペーン";
}

.defect-badge {
  color: #000 !important;
  background: #dddddd !important;
}

.defect-badge::before {
  content: "不具合";
}

hr {
  width: 90%;
  margin: 0 auto;
  border-top: 2px solid #d3d3d3 !important;
}

.bx-wrapper {
  margin: 0 !important;
  box-shadow: none !important;
  border: none !important;
  background: none !important;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  bottom: 4% !important;
}

.uk-container {
  padding: 24px 4%;
  width: 100%;
  background-color: #fff;
  border-radius: 12px;
}

hr {
  padding: 0 2vw 0;
}

@media screen and (max-width: 780px) {
  .pc-flex {
    display: block;
  }
}
@media screen and (min-width: 781px) {
  .pc-flex {
    display: flex;
  }
}

@media screen and (max-width: 780px) {
  .sumaho-flex {
    display: flex;
  }
}
@media screen and (min-width: 781px) {
  .sumaho-flex {
    display: block;
  }
}

.br-sp {
  display: none;
}

@media (max-width: 600px) {
  .br-sp {
    display: block;
  }
}
.fadein {
  visibility: hidden;
  background-color: #fffbf0;
  animation-name: first_fadein;
  animation-duration: 1.8s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

@keyframes first_fadein {
  0% {
    visibility: hidden;
  }
  90% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
  }
}
header > .header-area {
  z-index: 9999;
  position: fixed;
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
}
header > .header-area .container {
  display: flex;
  align-items: center;
  padding: 6px 0;
  min-width: 98%;
}
header > .header-area .container * {
  color: #0025ba;
}
@media screen and (max-width: 780px) {
  header > .header-area .container * {
    font-size: 3.4vw;
  }
}
@media screen and (min-width: 781px) {
  header > .header-area .container * {
    font-size: 1.5vw;
  }
}
header > .header-area .container .logo-bourbon {
  margin: 0 12px;
  width: 90%;
  min-width: 60px;
}
header > .header-area .container .nav-header {
  margin: 0 0 0 auto;
}
header > .header-area .container .nav-header ul {
  margin: 0.2vw;
  display: flex;
  align-items: right;
}
header > .header-area .container .nav-header ul a {
  margin: 0 0.5em;
}
@media screen and (max-width: 780px) {
  header > .header-area .container .nav-header ul .small-width {
    transform: scale(0.72, 1);
  }
  header > .header-area .container .nav-header ul .link-about {
    margin: 0 -0.8em;
  }
}

footer > .footer-area {
  background-color: #0057d5;
}
footer > .footer-area .container {
  padding: clamp(8px, 2.3529411765vw, 24px) 12px;
  max-width: 99%;
  text-align: center;
}
footer > .footer-area .container * {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #fff;
}
@media screen and (min-width: 780px) {
  footer > .footer-area .container .footer-content-list {
    height: 10vw !important;
  }
}
footer > .footer-area .container .footer-inner-sns {
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 780px) {
  footer > .footer-area .container .footer-inner-sns {
    width: 100%;
    padding: 0 32%;
  }
}
@media screen and (max-width: 780px) {
  footer > .footer-area .container .footer-inner-sns {
    width: 100%;
  }
}
footer > .footer-area .container .footer-inner-sns li {
  padding: 0.6em 0;
}
footer > .footer-area .container .footer-inner-sns li p {
  margin: 2px 0 0;
}
@media screen and (max-width: 780px) {
  footer > .footer-area .container .footer-inner-sns li p {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 781px) {
  footer > .footer-area .container .footer-inner-sns li p {
    font-size: 1.4vw;
  }
}
footer > .footer-area .container .footer-inner-sns li a {
  width: inherit;
  position: relative;
  display: inline-block;
}
footer > .footer-area .container .footer-inner-sns .list-sns-link {
  display: flex;
}
footer > .footer-area .container .footer-inner-sns .list-sns-link ul {
  width: 16.666%;
}
footer > .footer-area .container .footer-inner-sns .list-sns-link ul a {
  width: 80%;
}
footer > .footer-area .container .footer-inner-sns .list-sns-link ul a .logo-sns {
  width: 80%;
}
footer > .footer-area .container .footer-link-bourbon {
  width: 30%;
  text-align: right;
  margin-top: 1vw;
}
footer > .footer-area .container .footer-link-bourbon .btn-link-bourbon {
  background-color: none;
}
footer > .footer-area .container .footer-link-bourbon .btn-link-bourbon .logo-link-bourbon {
  position: relative;
  width: 7vw;
}
@media screen and (max-width: 780px) {
  footer > .footer-area .container .footer-link-bourbon .btn-link-bourbon .logo-link-bourbon {
    width: 12vw;
  }
}
@media screen and (min-width: 781px) {
  footer > .footer-area .container .footer-link-bourbon .btn-link-bourbon .logo-link-bourbon {
    width: 6vw;
  }
}
footer > .footer-area .container .footer-link-bourbon .btn-link-bourbon:before,
footer > .footer-area .container .footer-link-bourbon .btn-link-bourbon:after {
  font-family: "Material Icons";
}
footer > .footer-area .container .footer-link-bourbon .btn-link-bourbon:before {
  position: relative;
  top: 0.2vw;
  content: "▶";
  margin-right: -0.2em;
}
@media screen and (max-width: 780px) {
  footer > .footer-area .container .footer-link-bourbon .btn-link-bourbon:before {
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 781px) {
  footer > .footer-area .container .footer-link-bourbon .btn-link-bourbon:before {
    font-size: 1vw;
  }
}
footer > .footer-area .container .footer-link-bourbon .btn-link-bourbon:after {
  position: relative;
  content: "open_in_new";
  margin-left: -0.1em;
  top: 0.46vw;
  font-weight: 200;
}
@media screen and (max-width: 780px) {
  footer > .footer-area .container .footer-link-bourbon .btn-link-bourbon:after {
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 781px) {
  footer > .footer-area .container .footer-link-bourbon .btn-link-bourbon:after {
    font-size: 1.4vw;
  }
}
footer > .footer-area .container .footer-copyright {
  width: 70%;
}
footer > .footer-area .container .footer-copyright .copyright {
  text-align: right;
  padding: 0.9em 0 0;
}
@media screen and (max-width: 780px) {
  footer > .footer-area .container .footer-copyright .copyright {
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 781px) {
  footer > .footer-area .container .footer-copyright .copyright {
    font-size: 1.2vw;
  }
}
footer > .footer-area .container .footer-bottom {
  display: flex;
}
@media screen and (min-width: 780px) {
  footer > .footer-area .container .footer-bottom {
    position: relative;
    bottom: 1.6em;
  }
}
@media screen and (max-width: 780px) {
  footer > .footer-area .container .footer-bottom {
    padding-top: 2vw;
  }
}

.loding-area {
  z-index: 999999999999999;
  position: fixed;
  height: 110vh;
  width: 110vw;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: #fff;
}

.bound {
  height: 100%;
  width: 100%;
  text-align: center;
  /* ５人を違うタイミングで動かす */
}
.bound img {
  top: 52%;
  position: relative;
  width: 6%; /* ５人娘の大きさ */
}
.bound img:nth-child(1) {
  animation: bound-anim 0.8s 0.1s infinite;
}
.bound img:nth-child(2) {
  animation: bound-anim 0.8s 0.2s infinite;
}
.bound img:nth-child(3) {
  animation: bound-anim 0.8s 0.3s infinite;
}
.bound img:nth-child(4) {
  animation: bound-anim 0.8s 0.4s infinite;
}
.bound img:nth-child(5) {
  animation: bound-anim 0.8s 0.5s infinite;
}

/* 共通の動き */
@keyframes bound-anim {
  0%, 100% {
    top: 52%;
    transform: scale(1);
  }
  30% {
    top: 44%;
  }
  50% {
    transform: scale(1);
  }
  90% {
    top: 52%;
    transform: scale(1.2, 0.8);
  }
}
.sub-content-area1 {
  background-repeat: repeat;
  background-position: top center;
  background-size: 100%;
  z-index: 2;
  background-image: url("../jpg/bg-content-yellow.jpg");
}
@media screen and (max-width: 780px) {
  .sub-content-area1 {
    background-size: 170%;
  }
}

.sub-content-area {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  z-index: 2;
}
@media screen and (max-width: 780px) {
  .sub-content-area {
    background-image: url("../jpg/bg-content-sumaho.jpg");
  }
}
@media screen and (min-width: 781px) {
  .sub-content-area {
    background-image: url("../jpg/bg-content.jpg");
  }
}

main > section .message-area,
main > section .home-area,
main > section .about-area,
main > section .world-area,
main > section .topic-area,
main > section .campain-area,
main > section .movie-area,
main > section .game-area,
main > section .recommend-area {
  display: block;
  width: 100%;
}
main > section * .container {
  padding: 6% 4%;
}
main > section * .container .sub-tittle {
  padding: 0.6em 0;
}
main > section * .container .sub-tittle * {
  color: #3f3f3f;
}
main > section * .container .sub-tittle .content-tittle {
  padding: 0 0 1.2vw;
  text-align: center;
}
@media screen and (max-width: 780px) {
  main > section * .container .sub-tittle .content-tittle {
    font-size: 4.6vw;
  }
}
@media screen and (min-width: 781px) {
  main > section * .container .sub-tittle .content-tittle {
    font-size: 3vw;
  }
}
@media screen and (max-width: 780px) {
  main > section * .container .sub-tittle .content-text {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 781px) {
  main > section * .container .sub-tittle .content-text {
    font-size: 1.6vw;
  }
}
main > section .getting-ready {
  width: 100%;
}
main > section .getting-ready img {
  border-radius: 12px;
}
main > section .btn-play-content {
  position: relative;
  text-align: center;
  left: 0;
  width: 100%;
}
main > section .btn-play-content .btn-play {
  display: inline-block;
}
main > section .btn-play-content .img-btn-play,
main > section .btn-play-content .btn-play-bg {
  position: absolute;
  transform: translateX(-50%);
}
main > section .btn-play-content .img-btn-play {
  top: 3vw;
  min-width: 160px;
  z-index: 3;
  display: inline-block;
}
@media screen and (max-width: 780px) {
  main > section .btn-play-content .img-btn-play {
    width: 50vw;
  }
}
@media screen and (min-width: 781px) {
  main > section .btn-play-content .img-btn-play {
    width: 40vw;
  }
}
main > section .btn-play-content .img-btn-play:hover {
  filter: brightness(107%);
}
main > section .btn-play-content .btn-play-bg {
  min-width: 220px;
  z-index: 1;
}
@media screen and (max-width: 780px) {
  main > section .btn-play-content .btn-play-bg {
    width: 72vw;
  }
}
@media screen and (min-width: 781px) {
  main > section .btn-play-content .btn-play-bg {
    width: 52vw;
  }
}
main > section .home-area .slider li {
  display: none; /*読み込み時は非表示*/
}
main > section .home-area .bx-viewport .slider li {
  display: block !important; /*JSが読み込まれたら表示*/
}
@media screen and (max-width: 780px) {
  main > section .home-area {
    height: 170vw;
  }
}
@media screen and (min-width: 781px) {
  main > section .home-area {
    height: 48vw;
  }
}
@media screen and (max-width: 780px) {
  main > section .home-area .bx-wrapper {
    height: 170vw;
  }
}
@media screen and (min-width: 781px) {
  main > section .home-area .bx-wrapper {
    height: 48vw;
  }
}
main > section .home-area .bx-wrapper .bx-viewport {
  width: inherit !important;
  height: inherit !important;
}
main > section .home-area .bx-wrapper img {
  width: 100%;
}
main > section .home-area .slider .slider-content {
  width: 100vw !important;
}
main > section .home-area .slider .slider-content .img-slider-main {
  width: inherit;
  position: relative;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
@media screen and (max-width: 780px) {
  main > section .home-area .slider .slider-content .img-slider-main {
    height: 170vw;
  }
}
@media screen and (min-width: 781px) {
  main > section .home-area .slider .slider-content .img-slider-main {
    height: 48vw;
  }
}
main > section .home-area .slider .slider-content .img-mv {
  -o-object-position: bottom;
     object-position: bottom;
}
main > section .home-area .slider .slider-content .img-lumondecafe-pc {
  -o-object-position: 20% 20%;
     object-position: 20% 20%;
}
main > section .home-area .slider .slider-content .img-lumondecafe-sumaho {
  -o-object-position: center 24%;
     object-position: center 24%;
}
main > section .home-area .slider .slider-content .btn-play-content {
  position: absolute;
  top: 81%;
}
main > section .home-area .slider .slider-content .btn-play-content .btn-play-bg {
  top: 1%;
  left: 50vw;
  width: 70vw;
}
main > section .home-area .slider .slider-content .btn-play-content .img-btn-play {
  left: 50vw;
  width: 50vw;
}
main > section .home-area .slider .slider-content .img-logo-main {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: inherit;
  min-width: 368px;
}
@media screen and (max-width: 780px) {
  main > section .home-area .slider .slider-content .img-logo-main {
    padding-left: 12%;
  }
}
@media screen and (min-width: 781px) {
  main > section .home-area .slider .slider-content .img-logo-main {
    padding-left: 30%;
  }
}
@media screen and (max-width: 780px) {
  main > section .home-area .slider .slider-content .img-logo-main {
    padding-right: 12%;
  }
}
@media screen and (min-width: 781px) {
  main > section .home-area .slider .slider-content .img-logo-main {
    padding-right: 30%;
  }
}
main > section .home-area .slider .slider-content .img-logo-100bbn {
  position: absolute;
  transform: translate(-50%, -50%);
  width: inherit;
  min-width: 268px;
}
@media screen and (max-width: 780px) {
  main > section .home-area .slider .slider-content .img-logo-100bbn {
    top: 12%;
  }
}
@media screen and (min-width: 781px) {
  main > section .home-area .slider .slider-content .img-logo-100bbn {
    top: 18%;
  }
}
@media screen and (max-width: 780px) {
  main > section .home-area .slider .slider-content .img-logo-100bbn {
    left: 82%;
  }
}
@media screen and (min-width: 781px) {
  main > section .home-area .slider .slider-content .img-logo-100bbn {
    left: 90%;
  }
}
@media screen and (max-width: 780px) {
  main > section .home-area .slider .slider-content .img-logo-100bbn {
    padding-left: 34%;
  }
}
@media screen and (min-width: 781px) {
  main > section .home-area .slider .slider-content .img-logo-100bbn {
    padding-left: 42%;
  }
}
@media screen and (max-width: 780px) {
  main > section .home-area .slider .slider-content .img-logo-100bbn {
    padding-right: 34%;
  }
}
@media screen and (min-width: 781px) {
  main > section .home-area .slider .slider-content .img-logo-100bbn {
    padding-right: 42%;
  }
}
@media screen and (max-width: 780px) {
  main > section .message-area {
    height: 30vw;
  }
}
@media screen and (min-width: 781px) {
  main > section .message-area {
    height: 24vw;
  }
}
@media screen and (max-width: 780px) {
  main > section .message-area {
    padding-top: 4vw;
  }
}
@media screen and (min-width: 781px) {
  main > section .message-area {
    padding-top: 2vw;
  }
}
@media screen and (max-width: 780px) {
  main > section .message-area .container {
    max-width: 98vw;
  }
}
@media screen and (min-width: 781px) {
  main > section .message-area .container {
    max-width: 90vw;
  }
}
@media screen and (max-width: 780px) {
  main > section .message-area .container * {
    font-size: 2.7vw;
  }
}
@media screen and (min-width: 781px) {
  main > section .message-area .container * {
    font-size: 1.8vw;
  }
}
main > section .message-area .container .sub-tittle {
  padding: 1.2vw 0;
}
main > section .message-area .container .sub-tittle .content-tittle {
  position: relative;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 780px) {
  main > section .message-area .container .sub-tittle .content-tittle {
    font-size: 3.6vw;
  }
}
@media screen and (min-width: 781px) {
  main > section .message-area .container .sub-tittle .content-tittle {
    font-size: 3.2vw;
  }
}
main > section .message-area .container .sub-tittle .content-tittle::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 0%;
  left: 0;
  bottom: -0.38vw;
  height: 1vw;
  background: rgba(235, 110, 165, 0.8);
  border-radius: 12px;
  transition: all 0.8s;
  top: 66%;
}
main > section .message-area .container .sub-tittle .lineActive::after {
  width: 100% !important;
}
main > section .message-area .container .massage-box {
  width: 98%;
  padding: 1%;
}
main > section .message-area .container .massage-box .massage-item {
  padding: 1%;
}
main > section .news-area .container {
  padding: 8% 2%;
}
main > section .news-area .container * {
  color: #000;
  border: 0;
  box-shadow: 0 0 0 0;
  text-align: left;
}
main > section .news-area .container * hr {
  width: 97%;
}
main > section .news-area .container .sub-tittle {
  padding: 0.6em 0;
}
main > section .news-area .container .sub-tittle p {
  text-align: center;
}
@media screen and (max-width: 780px) {
  main > section .news-area .container .sub-tittle p {
    font-size: 5vw;
  }
}
@media screen and (min-width: 781px) {
  main > section .news-area .container .sub-tittle p {
    font-size: 3vw;
  }
}
main > section .news-area .container .content {
  border-radius: 8px;
  width: 100%;
  margin: 2vw 0;
}
main > section .news-area .container .content .news-container {
  padding: 1% 2% !important;
  width: auto;
  background-color: #fff;
  border-radius: 12px;
  margin: 2vw 0;
}
main > section .news-area .container .content .news-container .news {
  padding: 1.4%;
}
@media screen and (max-width: 780px) {
  main > section .news-area .container .content .news-container .news .li-date-badge {
    width: 100%;
  }
}
@media screen and (min-width: 781px) {
  main > section .news-area .container .content .news-container .news .li-date-badge {
    width: 28%;
  }
}
@media screen and (max-width: 780px) {
  main > section .news-area .container .content .news-container .news .li-date-badge .news-date {
    width: auto;
  }
}
@media screen and (min-width: 781px) {
  main > section .news-area .container .content .news-container .news .li-date-badge .news-date {
    width: 43%;
  }
}
@media screen and (max-width: 780px) {
  main > section .news-area .container .content .news-container .news .li-date-badge .news-date {
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 781px) {
  main > section .news-area .container .content .news-container .news .li-date-badge .news-date {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 780px) {
  main > section .news-area .container .content .news-container .news .li-date-badge .news-badge {
    width: inherit;
  }
}
@media screen and (min-width: 781px) {
  main > section .news-area .container .content .news-container .news .li-date-badge .news-badge {
    width: 57%;
  }
}
main > section .news-area .container .content .news-container .news .li-date-badge .news-date,
main > section .news-area .container .content .news-container .news .li-date-badge .news-badge {
  padding: 1% 2%;
}
@media screen and (max-width: 780px) {
  main > section .news-area .container .content .news-container .news .news-content {
    width: 100%;
  }
}
@media screen and (min-width: 781px) {
  main > section .news-area .container .content .news-container .news .news-content {
    width: 72%;
  }
}
main > section .news-area .container .content .news-container .news .news-content .tittle,
main > section .news-area .container .content .news-container .news .news-content .sentence {
  padding: 1% 2%;
}
main > section .news-area .container .content .news-container .news .news-content .tittle {
  word-break: break-all;
}
@media screen and (max-width: 780px) {
  main > section .news-area .container .content .news-container .news .news-content .tittle {
    font-size: 2.6vw;
  }
}
@media screen and (min-width: 781px) {
  main > section .news-area .container .content .news-container .news .news-content .tittle {
    font-size: max(1.3vw, 16px);
  }
}
@media screen and (max-width: 780px) {
  main > section .news-area .container .content .news-container .news .news-content .sentence p, main > section .news-area .container .content .news-container .news .news-content .sentence p * {
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 781px) {
  main > section .news-area .container .content .news-container .news .news-content .sentence p, main > section .news-area .container .content .news-container .news .news-content .sentence p * {
    font-size: max(1vw, 14px);
  }
}
main > section .news-area .container .content .content-footer {
  text-align: right;
  padding: 1vw 0;
  position: relative;
}
@media screen and (max-width: 780px) {
  main > section .news-area .container .content .content-footer * {
    font-size: 2.6vw;
  }
}
@media screen and (min-width: 781px) {
  main > section .news-area .container .content .content-footer * {
    font-size: 1.2vw;
  }
}
main > section .news-area .container .content .kochira-manga {
  cursor: pointer;
  color: #1e87f0;
  text-decoration: underline;
}
@media screen and (max-width: 780px) {
  main > section .about-area {
    height: 74vw;
  }
}
@media screen and (min-width: 781px) {
  main > section .about-area {
    height: 56vw;
  }
}
@media screen and (max-width: 780px) {
  main > section .about-area {
    padding-top: 2vw;
  }
}
@media screen and (min-width: 781px) {
  main > section .about-area {
    padding-top: 0;
  }
}
main > section .about-area .container {
  height: 100%;
}
main > section .about-area .container .content {
  position: relative;
}
main > section .about-area .container .content .inner-charactor {
  height: 20px;
  position: relative;
  top: -6vw;
  z-index: 2;
}
main > section .about-area .container .content .inner-charactor p {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
}
main > section .about-area .container .content .inner-charactor p .img-logo-lumonde,
main > section .about-area .container .content .inner-charactor p .img-logo-chocoliere {
  position: absolute;
  width: 22vw;
  top: -4vw;
  z-index: 2;
}
@media screen and (max-width: 780px) {
  main > section .about-area .container .content .inner-charactor .img-logo-lumonde {
    transform: translateX(-38vw) !important;
  }
  main > section .about-area .container .content .inner-charactor .img-logo-chocoliere {
    transform: translateX(38vw) !important;
  }
}
@media screen and (min-width: 781px) {
  main > section .about-area .container .content .inner-charactor .img-logo-lumonde {
    transform: translateX(-31vw) !important;
  }
  main > section .about-area .container .content .inner-charactor .img-logo-chocoliere {
    transform: translateX(31vw) !important;
  }
}
@media screen and (max-width: 780px) {
  main > section .about-area .container .content .btn-play-content {
    top: 2vw;
  }
}
@media screen and (min-width: 781px) {
  main > section .about-area .container .content .btn-play-content {
    top: 2vw;
  }
}
@media screen and (max-width: 780px) {
  main > section .world-area {
    height: 96vw;
  }
}
@media screen and (min-width: 781px) {
  main > section .world-area {
    height: 62vw;
  }
}
main > section .world-area .container .content {
  position: relative;
}
main > section .world-area .container .content .world-img-area {
  width: 100%;
  position: relative;
  padding: 2%;
}
main > section .world-area .container .content .world-img-area .img-world_content {
  width: inherit;
  position: relative;
}
main > section .world-area .container .content .world-img-area .baloon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
main > section .world-area .container .content .world-img-area .baloon [class^=img-world_baloon_] {
  position: absolute;
  width: 24%;
  z-index: 4;
}
main > section .world-area .container .content .world-img-area .baloon .img-world_baloon_1 {
  top: -1%;
  left: -2%;
}
main > section .world-area .container .content .world-img-area .baloon .img-world_baloon_2 {
  top: 8%;
  left: 44%;
}
main > section .world-area .container .content .world-img-area .baloon .img-world_baloon_3 {
  width: 53%;
  bottom: 0;
  right: -1%;
}
@media screen and (max-width: 780px) {
  main > section .topic-area {
    height: 210vw;
  }
}
@media screen and (min-width: 781px) {
  main > section .topic-area {
    height: 62vw;
  }
}
@media screen and (min-width: 781px) {
  main > section .topic-area .container {
    max-width: 78vw;
  }
}
@media screen and (max-width: 780px) {
  main > section .topic-area .container .content .topic-list {
    display: block;
  }
  main > section .topic-area .container .content .topic-list li {
    width: 100%;
    padding: 8% 4%;
  }
}
@media screen and (min-width: 781px) {
  main > section .topic-area .container .content .topic-list {
    display: flex;
  }
  main > section .topic-area .container .content .topic-list li {
    width: 50%;
    padding: 22px;
  }
}
main > section .topic-area .container .content .topic-list .topic-content {
  position: relative;
}
main > section .topic-area .container .content .topic-list .topic-content .img-topic-content {
  width: 100%;
}
main > section .topic-area .container .content .topic-list .topic-content .overlap-layer {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
@media screen and (max-width: 780px) {
  main > section .topic-area .container .content .topic-list .topic-content .overlap-layer [class^=img] {
    position: absolute;
    bottom: 32vw;
  }
  main > section .topic-area .container .content .topic-list .topic-content .overlap-layer .img-topic_content_1_1 {
    width: 20%;
    left: 33vw;
    padding: 18vw 0 0;
  }
  main > section .topic-area .container .content .topic-list .topic-content .overlap-layer .img-topic_content_1_2 {
    width: 26%;
    left: 60vw;
  }
}
@media screen and (min-width: 781px) {
  main > section .topic-area .container .content .topic-list .topic-content .overlap-layer [class^=img] {
    position: absolute;
    bottom: 12vw;
  }
  main > section .topic-area .container .content .topic-list .topic-content .overlap-layer .img-topic_content_1_1 {
    width: 20%;
    left: 13.5vw;
    padding: 16vw 0 0;
  }
  main > section .topic-area .container .content .topic-list .topic-content .overlap-layer .img-topic_content_1_2 {
    width: 26%;
    left: 24vw;
  }
}
@media screen and (max-width: 780px) {
  main > section .btn-area {
    height: 14vw;
  }
}
@media screen and (min-width: 781px) {
  main > section .btn-area {
    height: 14vw;
  }
}
@media screen and (max-width: 780px) {
  main > section .btn-area {
    margin-bottom: 18vw;
  }
}
@media screen and (min-width: 781px) {
  main > section .btn-area {
    margin-bottom: 8vw;
  }
}
main > section .btn-area .container {
  position: relative;
}
@media screen and (max-width: 780px) {
  main > section .btn-area .container .btn-play-content {
    top: 6vw;
  }
}
@media screen and (min-width: 781px) {
  main > section .btn-area .container .btn-play-content {
    top: -8vw;
  }
}
@media screen and (max-width: 780px) {
  main > section .game-area {
    height: 410vw;
  }
}
@media screen and (min-width: 781px) {
  main > section .game-area {
    height: 122vw;
  }
}
main > section .game-area .container .content.games {
  position: relative;
  margin: 2vw 0 8vw;
}
main > section .game-area .container .content.games .img-bg-games {
  border-radius: 12px;
  width: 100%;
}
main > section .game-area .container .content.games .group-games {
  position: absolute;
  top: 0;
  left: 0;
  width: 60vw;
}
@media screen and (max-width: 780px) {
  main > section .game-area .container .content.games .group-games {
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
  }
}
@media screen and (min-width: 781px) {
  main > section .game-area .container .content.games .group-games {
    display: flex;
  }
}
@media screen and (max-width: 780px) {
  main > section .game-area .container .content.games .group-games .content-games {
    width: 100%;
  }
}
@media screen and (min-width: 781px) {
  main > section .game-area .container .content.games .group-games .content-games {
    width: 50%;
  }
}
@media screen and (max-width: 780px) {
  main > section .game-area .container .content.games .group-games .content-games {
    padding-top: 8vw;
  }
}
@media screen and (min-width: 781px) {
  main > section .game-area .container .content.games .group-games .content-games {
    padding-top: 4vw;
  }
}
@media screen and (max-width: 780px) {
  main > section .game-area .container .content.games .group-games .content-games {
    padding-bottom: 12vw;
  }
}
@media screen and (min-width: 781px) {
  main > section .game-area .container .content.games .group-games .content-games {
    padding-bottom: 4vw;
  }
}
@media screen and (max-width: 780px) {
  main > section .game-area .container .content.games .group-games .content-games .img-gamelogo {
    width: 64vw;
  }
}
@media screen and (min-width: 781px) {
  main > section .game-area .container .content.games .group-games .content-games .img-gamelogo {
    width: 18vw;
  }
}
main > section .game-area .container .content.games .group-games .content-games p {
  padding: 3vw 0;
}
@media screen and (max-width: 780px) {
  main > section .game-area .container .content.games .group-games .content-games p {
    font-size: 2em;
  }
}
@media screen and (min-width: 781px) {
  main > section .game-area .container .content.games .group-games .content-games p {
    font-size: 1em;
  }
}
main > section .game-area .container .content.games .group-games .content-games .p-anpan {
  font-family: "Zen Maru Gothic";
  font-weight: 900;
  font-style: normal;
  color: #521c00 !important;
  text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF, 0px 2px 0 #FFF, 0 -2px 0 #FFF, -2px 0 0 #FFF, 2px 0 0 #FFF;
}
main > section .game-area .container .content.games .group-games .content-games .p-suikyu {
  font-family: "Mochiy Pop One";
  font-weight: 400;
  font-style: normal;
  color: #fff !important;
  text-shadow: 3px 3px 0 #2939EE, -3px -3px 0 #2939EE, -3px 3px 0 #2939EE, 3px -3px 0 #2939EE, 0px 3px 0 #2939EE, 0 -3px 0 #2939EE, -3px 0 0 #2939EE, 3px 0 0 #2939EE;
}
@media screen and (max-width: 780px) {
  main > section .game-area .container .content.howtoplaygame h4 {
    font-size: 4.8vw;
  }
}
@media screen and (min-width: 781px) {
  main > section .game-area .container .content.howtoplaygame h4 {
    font-size: 2vw;
  }
}
main > section .game-area .container .content.howtoplaygame .content-howtoplaygame {
  position: relative;
}
@media screen and (max-width: 780px) {
  main > section .game-area .container .content.howtoplaygame .content-howtoplaygame {
    display: block;
  }
}
@media screen and (min-width: 781px) {
  main > section .game-area .container .content.howtoplaygame .content-howtoplaygame {
    display: flex;
  }
}
main > section .game-area .container .content.howtoplaygame .content-howtoplaygame .content-img {
  width: 72%;
  padding: 2vw 3vw 2vw 0;
  z-index: 2;
  margin: auto;
}
main > section .game-area .container .content.howtoplaygame .content-howtoplaygame .content-img .img-howtoplaygame {
  width: 100%;
  border-radius: 18px;
}
main > section .game-area .container .content.howtoplaygame .content-howtoplaygame .content-img .img-howtoplaygame.img-howtoplaygame-2_1 {
  border-radius: 0px;
}
main > section .game-area .container .content.howtoplaygame .content-howtoplaygame .content-sentence {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 8vw 0;
  margin-left: -3vw;
  background-color: #ffffff;
  -webkit-clip-path: polygon(32px 5vw, 100% 5vw, 100% calc(100% - 5vw), 0 calc(100% - 5vw));
          clip-path: polygon(32px 5vw, 100% 5vw, 100% calc(100% - 5vw), 0 calc(100% - 5vw));
}
@media screen and (max-width: 780px) {
  main > section .game-area .container .content.howtoplaygame .content-howtoplaygame .content-sentence {
    height: 31vw;
  }
}
@media screen and (min-width: 781px) {
  main > section .game-area .container .content.howtoplaygame .content-howtoplaygame .content-sentence {
    height: 22vw;
  }
}
@media screen and (max-width: 780px) {
  main > section .game-area .container .content.howtoplaygame .content-howtoplaygame .content-sentence {
    margin-top: -2vw;
  }
}
@media screen and (min-width: 781px) {
  main > section .game-area .container .content.howtoplaygame .content-howtoplaygame .content-sentence {
    margin-top: 0vw;
  }
}
@media screen and (max-width: 780px) {
  main > section .game-area .container .content.howtoplaygame .content-howtoplaygame .content-sentence {
    margin-left: 18vw;
  }
}
@media screen and (min-width: 781px) {
  main > section .game-area .container .content.howtoplaygame .content-howtoplaygame .content-sentence {
    margin-left: -3vw;
  }
}
main > section .game-area .container .content.howtoplaygame .content-howtoplaygame .content-sentence p {
  margin-left: 6vw;
  position: relative;
  text-align: left;
}
@media screen and (max-width: 780px) {
  main > section .game-area .container .content.howtoplaygame .content-howtoplaygame .content-sentence p {
    margin-left: 12vw;
  }
}
@media screen and (min-width: 781px) {
  main > section .game-area .container .content.howtoplaygame .content-howtoplaygame .content-sentence p {
    margin-left: 6vw;
  }
}
@media screen and (max-width: 780px) {
  main > section .game-area .container .content.howtoplaygame .content-howtoplaygame .content-sentence p {
    font-size: 3.6vw;
  }
}
@media screen and (min-width: 781px) {
  main > section .game-area .container .content.howtoplaygame .content-howtoplaygame .content-sentence p {
    font-size: 1.4vw;
  }
}
main > section .game-area .container .content.howtoplaygame .content-howtoplaygame .b-htpgame1::before {
  content: "１";
}
main > section .game-area .container .content.howtoplaygame .content-howtoplaygame .b-htpgame2::before {
  content: "２";
}
main > section .game-area .container .content.howtoplaygame .content-howtoplaygame .content-sentence::before {
  font-family: sans-serif;
  position: relative;
  color: rgba(82, 27, 0, 0.5803921569);
}
@media screen and (max-width: 780px) {
  main > section .game-area .container .content.howtoplaygame .content-howtoplaygame .content-sentence::before {
    top: -4vw;
  }
}
@media screen and (min-width: 781px) {
  main > section .game-area .container .content.howtoplaygame .content-howtoplaygame .content-sentence::before {
    top: -1.6vw;
  }
}
@media screen and (max-width: 780px) {
  main > section .game-area .container .content.howtoplaygame .content-howtoplaygame .content-sentence::before {
    left: 9vw;
  }
}
@media screen and (min-width: 781px) {
  main > section .game-area .container .content.howtoplaygame .content-howtoplaygame .content-sentence::before {
    left: 4vw;
  }
}
@media screen and (max-width: 780px) {
  main > section .game-area .container .content.howtoplaygame .content-howtoplaygame .content-sentence::before {
    font-size: 5vw;
  }
}
@media screen and (min-width: 781px) {
  main > section .game-area .container .content.howtoplaygame .content-howtoplaygame .content-sentence::before {
    font-size: 4vw;
  }
}
@media screen and (max-width: 780px) {
  main > section .recommend-area {
    height: auto;
  }
}
@media screen and (min-width: 781px) {
  main > section .recommend-area {
    height: auto;
  }
}
@media screen and (max-width: 780px) {
  main > section .recommend-area {
    padding-top: 30vw;
  }
}
@media screen and (min-width: 781px) {
  main > section .recommend-area {
    padding-top: 12vw;
  }
}
@media screen and (max-width: 780px) {
  main > section .recommend-area .container * {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 781px) {
  main > section .recommend-area .container * {
    font-size: 1.8vw;
  }
}
main > section .recommend-area .container .sub-tittle {
  padding: 3vw 0;
}
main > section .recommend-area .container .sub-tittle .content-tittle {
  position: relative;
  text-align: center;
  z-index: 1;
}
main > section .recommend-area .container .sub-tittle .content-tittle::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 0%;
  left: 0;
  bottom: -0.38vw;
  height: 1vw;
  background: rgba(235, 110, 165, 0.8);
  border-radius: 12px;
  transition: all 0.8s;
  top: 66%;
}
main > section .recommend-area .container .sub-tittle .lineActive::after {
  width: 100% !important;
}
main > section .recommend-area .container .content {
  width: 100%;
}
main > section .recommend-area .container .content [class^=img] {
  margin: 0.3em;
  width: inherit;
}
main > section .recommend-area .container .content a {
  display: inline-block;
  width: inherit;
}
main > section .recommend-area .container .content p {
  margin: 0.3em;
  text-align: left;
}
@media screen and (max-width: 780px) {
  main > section .recommend-area .container .content p {
    font-size: 2.6vw;
  }
}
@media screen and (min-width: 781px) {
  main > section .recommend-area .container .content p {
    font-size: 1.6vw;
  }
}
main > section .recommend-area .container .ar-taiken {
  padding-bottom: 2vw;
}
main > section .recommend-area .container .ar-taiken .img-manga-banner {
  border: 8px solid #f7bdd5;
  border-radius: 1.8vw;
}
main > section .recommend-area .container .ar-taiken .img-manga-banner:hover {
  filter: brightness(0.92);
}
@media screen and (max-width: 780px) {
  main > section .recommend-area .container .btn-area {
    height: 14vw;
  }
}
@media screen and (min-width: 781px) {
  main > section .recommend-area .container .btn-area {
    height: 12vw;
  }
}
main > section .recommend-area .container .btn-area .container {
  position: relative;
}
main > section .recommend-area .container .btn-area .container .btn-play-content {
  top: -2vw !important;
}
@media screen and (max-width: 780px) {
  main > section .recommend-area .container .btn-area .container .btn-play-content {
    top: 6vw;
  }
}
@media screen and (min-width: 781px) {
  main > section .recommend-area .container .btn-area .container .btn-play-content {
    top: -8vw;
  }
}
main > section .recommend-area .container .btn-area .container .btn-play-content .img-btn-play:hover {
  filter: brightness(104%);
}
@media screen and (max-width: 780px) {
  main > section .recommend-area .container .announce {
    margin-bottom: 12vw;
  }
}
@media screen and (min-width: 781px) {
  main > section .recommend-area .container .announce {
    margin-bottom: 6vw;
  }
}
@media screen and (max-width: 780px) {
  main > section .recommend-area .container .announce p {
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 781px) {
  main > section .recommend-area .container .announce p {
    font-size: 1.2vw;
  }
}
main > section .recommend-area .container .ar-qr {
  margin: 0 auto;
  margin-top: 2vw;
  padding: 0.4vw 4vw 0.4vw;
  display: flex;
  border: 3px solid #f7bdd5;
  border-radius: 1.2vw;
  margin-bottom: 8vw;
  align-items: center;
}
main > section .recommend-area .container .ar-qr .txt-content {
  width: inherit;
  position: relative;
}
@media screen and (max-width: 780px) {
  main > section .recommend-area .container .ar-qr .txt-content p {
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 781px) {
  main > section .recommend-area .container .ar-qr .txt-content p {
    font-size: 1.4vw;
  }
}
main > section .recommend-area .container .ar-qr .qr-content {
  margin-right: 0;
}
main > section .recommend-area .container .ar-qr .qr-content .img-ar-qr {
  width: 12vw;
  padding: 0.2vw;
}
main > section .recommend-area .container .kurasuto [class^=logo] {
  margin: 0.8em 0;
  width: inherit;
}
main > section .recommend-area .container .kurasuto .logo-KURASUTO_bk {
  padding: 0 20%;
}
main > section .recommend-area .container .kurasuto a .img-kurasuto:hover {
  filter: brightness(0.92);
  border-radius: 20px;
}
main > section .recommend-area .container .kurasuto .announce {
  margin: 2% 0 2% !important;
}
main > section .recommend-area .container .kurasuto .announce p {
  text-align: right;
}
@media screen and (max-width: 780px) {
  main > section .recommend-area .container .kurasuto .announce p {
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 781px) {
  main > section .recommend-area .container .kurasuto .announce p {
    font-size: 1.2vw;
  }
}
main > section .faq-area .container * {
  color: #000;
  border: 0;
  box-shadow: 0 0 0 0;
  text-align: left;
}
main > section .faq-area .container .sub-tittle {
  padding: 0.6em 0;
}
main > section .faq-area .container .sub-tittle p {
  text-align: center;
}
@media screen and (max-width: 780px) {
  main > section .faq-area .container .sub-tittle p {
    font-size: 4.8vw;
  }
}
@media screen and (min-width: 781px) {
  main > section .faq-area .container .sub-tittle p {
    font-size: 2.8vw;
  }
}
main > section .faq-area .container .content {
  border-radius: 8px;
  width: 100%;
}
main > section .faq-area .container .content .img-explain {
  border-radius: 12px;
}
main > section .faq-area .container .content .add-uk-accordion-li {
  margin: 16px 0;
  padding: 1%;
  border-radius: 8px;
  background-color: #ededed;
}
main > section .faq-area .container .content .add-uk-accordion-li .uk-accordion-title {
  padding: 6px;
}
@media screen and (max-width: 780px) {
  main > section .faq-area .container .content .add-uk-accordion-li .uk-accordion-title {
    font-size: 3vw;
  }
}
@media screen and (min-width: 781px) {
  main > section .faq-area .container .content .add-uk-accordion-li .uk-accordion-title {
    font-size: 1.6vw;
  }
}
main > section .faq-area .container .content .add-uk-accordion-li .uk-accordion-content {
  padding: 2% 2% 3%;
}
@media screen and (max-width: 780px) {
  main > section .faq-area .container .content .add-uk-accordion-li .uk-accordion-content p {
    font-size: 2.6vw;
  }
}
@media screen and (min-width: 781px) {
  main > section .faq-area .container .content .add-uk-accordion-li .uk-accordion-content p {
    font-size: 1.2vw;
  }
}
main > section .metaguide-area .container {
  padding: 4%;
}
main > section .metaguide-area .container .content * {
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
}
main > section .metaguide-area .container .content .img-logo-metaguide {
  width: 50%;
  margin: auto 0;
}
@media screen and (max-width: 780px) {
  main > section .metaguide-area .container .content .img-logo-metaguide {
    width: 40%;
  }
}
@media screen and (min-width: 781px) {
  main > section .metaguide-area .container .content .img-logo-metaguide {
    width: 50%;
  }
}
main > section .metaguide-area .container .content .txt-metaguide {
  margin: auto 0;
}
@media screen and (max-width: 780px) {
  main > section .metaguide-area .container .content .txt-metaguide {
    width: 60%;
  }
}
@media screen and (min-width: 781px) {
  main > section .metaguide-area .container .content .txt-metaguide {
    width: 50%;
  }
}
main > section .metaguide-area .container .content .txt-metaguide .content-metaguide {
  font-weight: 800;
  line-height: 1.6em;
  margin-bottom: 1vw;
}
@media screen and (max-width: 780px) {
  main > section .metaguide-area .container .content .txt-metaguide .content-metaguide {
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 781px) {
  main > section .metaguide-area .container .content .txt-metaguide .content-metaguide {
    font-size: 1.4vw;
  }
}
main > section .metaguide-area .container .content .txt-metaguide .link-metaguide,
main > section .metaguide-area .container .content .txt-metaguide .link-metaguide:active,
main > section .metaguide-area .container .content .txt-metaguide .link-metaguide:visited {
  color: #1e87f0;
}
@media screen and (max-width: 780px) {
  main > section .metaguide-area .container .content .txt-metaguide .link-metaguide {
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 781px) {
  main > section .metaguide-area .container .content .txt-metaguide .link-metaguide {
    font-size: 1vw;
  }
}
main > section .metaguide-area .container .content .txt-metaguide .link-metaguide::after {
  position: relative;
  font-family: "Material Icons";
  content: "open_in_new";
  margin-left: -0.1em;
  top: 0.16vw;
  font-weight: 200;
}
@media screen and (max-width: 780px) {
  main > section .metaguide-area .container .content .txt-metaguide .link-metaguide::after {
    font-size: 2vw;
  }
}
@media screen and (min-width: 781px) {
  main > section .metaguide-area .container .content .txt-metaguide .link-metaguide::after {
    font-size: 1.2vw;
  }
}

.announce {
  text-align: right;
  margin: 4% 4%;
}
@media screen and (max-width: 780px) {
  .announce p {
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 781px) {
  .announce p {
    font-size: 1.2vw;
  }
}

.uk-grid {
  flex-wrap: nowrap !important;
}

/* fadeUp */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.7s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeUpTrigger {
  opacity: 0;
}

.Confetti {
  opacity: 0;
}

.subpage {
  min-height: 100hv;
}

.icon-link {
  color: rgba(255, 255, 255, 0.8392156863);
  position: absolute;
}
@media screen and (max-width: 780px) {
  .icon-link {
    width: 3vw;
  }
}
@media screen and (min-width: 781px) {
  .icon-link {
    width: 4.5vw;
  }
}
@media screen and (max-width: 780px) {
  .icon-link {
    top: 3vw;
  }
}
@media screen and (min-width: 781px) {
  .icon-link {
    top: 2vw;
  }
}
@media screen and (max-width: 780px) {
  .icon-link {
    right: 3vw;
  }
}
@media screen and (min-width: 781px) {
  .icon-link {
    right: 1vw;
  }
}/*# sourceMappingURL=style.css.map */