@charset "UTF-8";
/* -----------------------------------------------------------------
基本設定
-------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;500;700;900&family=Zen+Maru+Gothic:wght@300;400;500;700;900&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 .5s;
  -o-transition: all .5s;
  transition: all .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%);
  -ms-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: "Noto Sans JP", Arial, sans-serif;
}

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

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

#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: -.6s;
  animation-delay: -.6s;
}

#loader p span:nth-of-type(2) {
  -webkit-animation-delay: -.55s;
  animation-delay: -.55s;
}

#loader p span:nth-of-type(3) {
  -webkit-animation-delay: -.5s;
  animation-delay: -.5s;
}

#loader p span:nth-of-type(4) {
  -webkit-animation-delay: -.45s;
  animation-delay: -.45s;
}

#loader p span:nth-of-type(5) {
  -webkit-animation-delay: -.4s;
  animation-delay: -.4s;
}

#loader p span:nth-of-type(6) {
  -webkit-animation-delay: -.35s;
  animation-delay: -.35s;
}

#loader p span:nth-of-type(7) {
  -webkit-animation-delay: -.3s;
  animation-delay: -.3s;
}

#loader p span:nth-of-type(8) {
  -webkit-animation-delay: -.25s;
  animation-delay: -.25s;
}

#loader p span:nth-of-type(9) {
  -webkit-animation-delay: -.2s;
  animation-delay: -.2s;
}

#loader p span:nth-of-type(10) {
  -webkit-animation-delay: -.15s;
  animation-delay: -.15s;
}

#loader p span:nth-of-type(11) {
  -webkit-animation-delay: -.1s;
  animation-delay: -.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: #ffc0c0;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .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: 200;
}

#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: #2b4390;
  display: block;
  font-size: 3rem;
  text-align: center;
}

#hum-menu .nav-list li a:hover {
  color: #ff3d4c;
}

@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: 0px;
  right: 20px;
  z-index: 24;
  width: 120px;
}

#btn-hum img {
  max-width: 100%;
}

@media screen and (max-width: 820px) {
  #btn-hum {
    width: 90px;
    right: 10px;
  }
}

@media screen and (max-width: 480px) {
  #btn-hum {
    width: 60px;
  }
}

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

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

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

#about-wrap {
  position: relative;
  background-image: url("../images/laip-bg.jpg");
  background-color: #bae3f9;
}

#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 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 .swiper-pagination {
  position: relative;
  margin: 9pt auto 0;
  width: 664px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.intro .swiper-pagination-bullet {
  border-radius: 0;
  width: 166px;
  height: 87pt;
  margin-right: 0;
  padding: 0;
  margin: 0 !important;
  opacity: 1;
  background-color: transparent;
  background-repeat: no-repeat;
}

.intro .swiper-pagination-bullet:nth-child(1) {
  background-image: url("../images//about/ss-S_01_off.png");
}

.intro .swiper-pagination-bullet:nth-child(1).swiper-pagination-bullet-active, .intro .swiper-pagination-bullet:nth-child(1):hover {
  background-image: url("../images//about/ss-S_01_on.png");
}

.intro .swiper-pagination-bullet:nth-child(2) {
  background-image: url("../images//about/ss-S_02_off.png");
}

.intro .swiper-pagination-bullet:nth-child(2).swiper-pagination-bullet-active, .intro .swiper-pagination-bullet:nth-child(2):hover {
  background-image: url("../images//about/ss-S_02_on.png");
}

.intro .swiper-pagination-bullet:nth-child(3) {
  background-image: url("../images//about/ss-S_03_off.png");
}

.intro .swiper-pagination-bullet:nth-child(3).swiper-pagination-bullet-active, .intro .swiper-pagination-bullet:nth-child(3):hover {
  background-image: url("../images//about/ss-S_03_on.png");
}

.intro .swiper-pagination-bullet:nth-child(4) {
  background-image: url("../images//about/ss-S_04_off.png");
}

.intro .swiper-pagination-bullet:nth-child(4).swiper-pagination-bullet-active, .intro .swiper-pagination-bullet:nth-child(4):hover {
  background-image: url("../images//about/ss-S_04_on.png");
}

@media screen and (max-width: 800px) {
  .intro .swiper-pagination {
    width: auto;
  }
  .intro .swiper-pagination-bullet {
    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: #cdc3ae;
  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 p {
  color: #fff;
  padding: 0 1em;
  text-align: center;
  font-size: 14px;
}

footer .sanrio_copyright {
  width: 368px;
  max-width: 90vw;
  margin-left: auto;
  margin-right: auto;
}

footer .sanrio_copyright img {
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 821px) {
  footer .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.4rem;
    margin: 0 auto 1em;
  }
  footer .links li,
  footer .links a {
    color: #ffe5a5;
  }
  footer .links a:hover {
    color: #ffd619;
    text-decoration: underline;
  }
  footer .links + p {
    font-size: 1.1rem;
    padding-top: 24px;
  }
}

footer .copyright {
  font-family: Arial, sans-serif;
  text-align: center;
}

@media screen and (max-width: 820px) {
  footer .footer-copy {
    width: 90vw;
  }
  footer .copyright {
    font-size: 12px;
  }
  footer .links {
    margin: 0 auto;
  }
  footer .links em {
    display: none;
  }
  footer .links li {
    font-size: 4vw;
    padding: 10px 0;
    text-align: center;
    color: #ffe5a5;
  }
  footer .links li:first-child {
    padding-top: 0;
  }
  footer .links li a {
    color: #ffe5a5;
    display: block;
  }
  footer .links p {
    font-size: 1.8rem;
  }
}

body {
  background-color: #fdf3e8;
  background-image: url("../images/bg_grid.png");
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.copytext {
  position: absolute;
}

.copytext img {
  width: 175px;
}

main {
  width: 100%;
  overflow: hidden;
  position: relative;
}

main:before {
  content: "";
  position: absolute;
  width: 1920px;
  height: 1182px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url("../images/bg-kv.jpg");
  background-position: center top;
  background-repeat: no-repeat;
}

@media screen and (max-width: 820px) {
  main:before {
    width: 100%;
    height: 153.3vw;
    background-image: url("../images/bg-kv-m.jpg");
    background-size: cover;
  }
}

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

header {
  position: relative;
}

header .inner {
  height: 1182px;
  margin: 0 auto;
  position: relative;
  max-width: auto;
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .inner_content {
  padding-bottom: 15vw;
}

@media screen and (max-width: 820px) {
  header .inner {
    height: 153.3vw;
  }
}

header .logo {
  position: relative;
  z-index: 9;
  width: 769px;
}

header .logo img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 820px) {
  header .logo {
    width: 85vw;
    -webkit-transform: translateX(-15%);
    -ms-transform: translateX(-15%);
    transform: translateX(-15%);
  }
}

header .slogan {
  z-index: 9;
  text-align: center;
  width: 100%;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
}

header .slogan span {
  display: inline-block;
  font-size: 35px;
  font-style: italic;
  color: #ff9ebe;
  background-color: #2b4390;
  border-radius: 1.5em;
  padding: 0 1em 0 .8em;
  line-height: 1.35;
  height: 1.5em;
  position: relative;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}

header .slogan p {
  color: #2b4390;
  margin-bottom: 20px;
  background-color: #fff;
  border: 5px solid #2b4390;
  padding: 1em .5em .5em;
  font-size: 30px;
  width: 24em;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
  border-radius: .75em;
}

@media screen and (max-width: 820px) {
  header .slogan span {
    font-size: 5vw;
  }
  header .slogan p {
    font-size: 4vw;
    border: 1vw solid #2b4390;
  }
}

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

header .hellokitty50 {
  width: 74px;
  position: absolute;
  right: 160px;
  top: 10px;
}

header .hellokitty50 span {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 97.2973%;
  background-image: url("../images/hellokitty50logo.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media screen and (max-width: 820px) {
  header .hellokitty50 {
    right: 15vw;
    width: 10vw;
  }
}

@media screen and (max-width: 480px) {
  header .hellokitty50 {
    right: 19vw;
  }
}

.title {
  width: 610px;
  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 {
  position: relative;
}

#conts-wrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 200px;
  background-color: #fdf3e8;
}

#conts_01 {
  padding-top: 120px;
  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;
  -webkit-transform: translateY(-5vw);
  -ms-transform: translateY(-5vw);
  transform: translateY(-5vw);
  margin-bottom: -5vw;
  background-image: url("../images/event-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#conts_01 .title {
  margin-bottom: 20px;
}

#conts_01 .slick_slider00 {
  margin: 0 auto;
  position: relative;
  border: 5px solid #fff;
  border-radius: 20px;
  outline: 3px solid #2b4390;
  width: 750px;
}

#conts_01 .slick_slider00 .items {
  border-radius: 15px;
  overflow: hidden;
  font-size: 0;
}

#conts_01 .slick_slider00 .items img {
  width: 100%;
  height: auto;
  font-size: 0;
}

#conts_01 .swiper-button-disabled {
  opacity: 1;
}

#conts_01 .swiper-button-prev, #conts_01 .swiper-button-next {
  display: none;
}

@media screen and (max-width: 1024px) {
  #conts_01 .swiper-button-prev, #conts_01 .swiper-button-next {
    display: block !important;
    height: 60px;
    width: 60px;
    z-index: 33;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #conts_01 .swiper-button-prev::after, #conts_01 .swiper-button-next::after {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  #conts_01 .swiper-button-prev, #conts_01 .swiper-button-next {
    width: 10vw;
    height: 10vw;
  }
}

#conts_01 .swiper-button-prev {
  -webkit-transform: translate(-60%, -25%);
  -ms-transform: translate(-60%, -25%);
  transform: translate(-60%, -25%);
  background-image: url("../images/event/arrow-left.png");
}

#conts_01 .swiper-button-next {
  -webkit-transform: translate(60%, -25%);
  -ms-transform: translate(60%, -25%);
  transform: translate(60%, -25%);
  background-image: url("../images/event/arrow-right.png");
}

#conts_01 .swiper-pagination {
  position: absolute;
  top: 0;
  -webkit-transform: translate(80%, 10%);
  -ms-transform: translate(80%, 10%);
  transform: translate(80%, 10%);
  right: 0;
  left: auto;
  margin: 0;
  padding: 0;
  z-index: 11;
  display: block;
  width: 220px;
}

#conts_01 .swiper-pagination-bullet {
  height: 44px;
  margin: 0 0 10px;
  padding: 0;
  opacity: 1;
  width: 220px;
  list-style-type: none;
  position: relative;
  color: #fff;
  background-color: #2b4390;
  border-radius: 22px;
  outline: 2px solid #ff9ebe;
  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;
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  #conts_01 .swiper-pagination-bullet {
    display: none;
  }
}

#conts_01 .swiper-pagination-bullet-active {
  background-color: #ff9ebe;
  outline: 2px solid #2b4390;
  border-color: #fff;
  color: #2b4390;
}

#conts_01 .swiper-pagination-bullet:nth-child(1)::before {
  content: "ログインボーナス";
}

#conts_01 .swiper-pagination-bullet:nth-child(2)::before {
  content: "コイン集め";
}

#conts_01 .swiper-pagination-bullet:nth-child(3)::before {
  content: "バレー大会";
}

#conts_01 .swiper-pagination-bullet:nth-child(4)::before {
  content: "春の大冒険";
}

#conts_01 .swiper-pagination-bullet:nth-child(5)::before {
  content: "コラボガチャ";
}

#conts_01 section {
  position: relative;
}

@media screen and (max-width: 960px) {
  #conts_01 section,
  #conts_01 .slick_slider00 {
    width: 80vw !important;
    margin-left: auto;
    margin-right: auto;
  }
}

#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(-90%, -35%);
  -ms-transform: translate(-90%, -35%);
  transform: translate(-90%, -35%);
}

#conts_01 .slide-character-2 {
  right: 0;
  -webkit-transform: translate(78%, 30%);
  -ms-transform: translate(78%, 30%);
  transform: translate(78%, 30%);
}

#conts_02 {
  position: relative;
  padding-top: 150px;
  padding-bottom: 142px;
}

#conts_02::before, #conts_02::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 820px) {
  #conts_02::before, #conts_02::after {
    display: none;
  }
}

#conts_02::before {
  width: 27.18vw;
  height: 48.38vw;
  background-image: url("../images/skin_bg_left.png");
}

#conts_02::after {
  right: 0;
  width: 29.68vw;
  height: 52.81vw;
  background-image: url("../images/skin_bg_right.png");
}

@media screen and (max-width: 960px) {
  #conts_02 {
    padding-top: 15vw;
    padding-bottom: 15vw;
  }
}

#conts_02 .inner {
  max-width: 940px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

#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%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  background-size: cover;
  width: 40px;
  height: 58px;
}

#conts_02 .swiper-button-next::after, #conts_02 .swiper-button-prev::after {
  content: "";
}

@media screen and (max-width: 480px) {
  #conts_02 .swiper-button-next, #conts_02 .swiper-button-prev {
    width: 24px;
    height: 35px;
  }
}

#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");
}

.avatar-item::before {
  content: "";
  position: absolute;
  right: 0;
  width: 450px;
  height: 400px;
  -webkit-transform: translate(-10%, -10%);
  -ms-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%);
    -ms-transform: translate(100%, 0%);
    transform: translate(100%, 0%);
    width: 45vw;
    height: 40vw;
    right: 50%;
    top: 5vw;
  }
}

@media screen and (max-width: 960px) {
  .avatar {
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
  }
}

.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 {
  border-radius: 10px;
  border: 5px solid #fff;
}

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

@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;
  width: 100%;
  left: 0;
  text-align: center;
  -webkit-transform: translate(0%, -100%);
  -ms-transform: translate(0%, -100%);
  transform: translate(0%, -100%);
  margin-top: -1em;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.3;
}

.avatar-info-title span {
  color: #3b419a;
  display: block;
  position: relative;
}

.avatar-info-title span::before {
  content: attr(data-storke);
  position: absolute;
  z-index: -1;
  -webkit-text-stroke: 5px #fdf9b0;
  text-stroke: 5px #fdf9b0;
}

@media screen and (max-width: 960px) {
  .avatar-info-title {
    width: 45vw;
    left: auto;
    right: 0;
    margin-top: -55px;
    font-size: 3vw;
  }
}

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

.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%;
  padding-right: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .avatar-info-content li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 10px;
    text-align: center;
  }
  .avatar-info-content p {
    padding: .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 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.avatar-nav-btn {
  width: 100px !important;
  height: 100px;
  margin: 0 5px;
  position: relative;
  cursor: pointer;
  border: 5px solid #fff;
  border-radius: 10px;
}

.avatar-nav-btn-1 {
  background-image: url("../images/avatar/avatar-nav-1.jpg");
  background-size: cover;
  background-position: center;
}

.avatar-nav-btn-2 {
  background-image: url("../images/avatar/avatar-nav-2.jpg");
  background-size: cover;
  background-position: center;
}

.avatar-nav-btn-3 {
  background-image: url("../images/avatar/avatar-nav-3.jpg");
  background-size: cover;
  background-position: center;
}

.avatar-nav-btn-4 {
  background-image: url("../images/avatar/avatar-nav-4.jpg");
  background-size: cover;
  background-position: center;
}

.avatar-nav-btn-5 {
  background-image: url("../images/avatar/avatar-nav-5.jpg");
  background-size: cover;
  background-position: center;
}

.avatar-nav-btn-6 {
  background-image: url("../images/avatar/avatar-nav-6.jpg");
  background-size: cover;
  background-position: center;
}

.avatar-nav-btn-7 {
  background-image: url("../images/avatar/avatar-nav-7.jpg");
  background-size: cover;
  background-position: center;
}

.avatar-nav-btn-8 {
  background-image: url("../images/avatar/avatar-nav-8.jpg");
  background-size: cover;
  background-position: center;
}

.avatar-nav-btn::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}

.avatar-nav-btn.active::after {
  display: none;
}

.avatar-nav .slick-arrow {
  background-color: #2b4390;
  width: 6vw;
  height: 6vw;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.avatar-nav .slick-arrow::before {
  opacity: 1;
  font-size: 4vw;
  line-height: 1.2;
}

.avatar-nav .slick-arrow.slick-prev {
  left: -1vw;
}

.avatar-nav .slick-arrow.slick-next {
  right: -1vw;
}

.avatar-nav .slick-arrow.slick-disabled {
  opacity: .3;
}

@media screen and (max-width: 960px) {
  .avatar-nav ul {
    gap: 2px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .avatar-nav .slick-list {
    width: 74vw;
  }
}

@media screen and (max-width: 660px) {
  .avatar-nav .slick-arrow {
    width: 8vw;
    height: 8vw;
  }
  .avatar-nav-btn {
    width: 16vw !important;
    height: 16vw;
    border: 3px solid #fff;
    margin: 0 3px;
  }
}

#conts_03 {
  position: relative;
}

#conts_03 .title {
  top: 50px;
}

@media screen and (max-width: 700px) {
  #conts_03 .title {
    top: 10vw;
  }
}

#conts_03 .title, #conts_03 .copytext {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media screen and (orientation: portrait) {
  .introduce {
    display: block;
  }
}

.introduce-section {
  padding-top: 250px;
  padding-bottom: 120px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (orientation: portrait) {
  .introduce-section {
    display: block;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .introduce-section:nth-child(1) {
    padding-top: 30vw;
  }
}

.introduce-main {
  -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;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
}

.introduce-img img {
  max-width: 100%;
}

.introduce-title {
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 32px;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  margin-top: -1em;
}

@media screen and (max-width: 480px) {
  .introduce-title {
    font-size: 5vw;
  }
}

.introduce-title h3 {
  display: inline-block;
  height: 2em;
  line-height: 1.8;
  width: 12em;
  position: relative;
  border-radius: 1em;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
}

.introduce h4 {
  font-size: 24px;
  text-align: center;
  margin-bottom: .5em;
}

@media screen and (max-width: 480px) {
  .introduce h4 {
    font-size: 4vw;
  }
}

.introduce-content {
  background-color: #fff;
  font-size: 16px;
  padding: 2.5em 1.5em 1em;
  border-radius: 15px;
  min-height: 21em;
  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;
}

.introduce-content p {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (orientation: portrait) {
  .introduce-content {
    min-height: auto;
  }
}

@media screen and (max-width: 480px) {
  .introduce-content {
    font-size: 3vw;
  }
}

#introduce-left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  background-image: url("../images/introduce/introduce_left.jpg");
}

#introduce-left .introduce-title h3 {
  background-color: #ff3d4c;
}

#introduce-left h4 {
  color: #ff3d4c;
}

#introduce-right {
  background-image: url("../images/introduce/introduce_right.jpg");
}

#introduce-right .introduce-title h3 {
  background-color: #815636;
}

#introduce-right h4 {
  color: #815636;
}

#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: 115px;
}

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

@media screen and (max-width: 820px) {
  .gotop {
    width: 20vw;
  }
}

.xpay {
  bottom: 70px;
}

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

/*# sourceMappingURL=event.css.map */