@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/* General */
.cf {
  *zoom: 1;
}
.cf:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

form ::-webkit-input-placeholder {
  color: #C6C6C6;
}
form :-moz-placeholder {
  opacity: 1;
  color: #C6C6C6;
}
form ::-moz-placeholder {
  opacity: 1;
  color: #C6C6C6;
}
form :-ms-input-placeholder {
  color: #C6C6C6;
}

::-moz-selection {
  color: #FFF;
  background: rgba(31, 127, 194, 0.7);
}

::selection {
  color: #FFF;
  background: rgba(31, 127, 194, 0.7);
}

/* Base */
/* Layout */
.font-st {
  font-family: 'Satisfy', cursive;
  font-weight: 400;
}

html, body {
  margin: 0;
  padding: 0;
  font-family: 'Noto Serif JP', serif;
  font-size: 14px;
  color: #252525;
  background: #fff;
}
html.open, body.open {
  overflow: hidden;
}
html.toppage, body.toppage {
  background: #ff0;
}

img {
  backface-visibility: hidden;
}

/*==============================
共通要素
==============================*/
header {
  position: absolute;
  top: 0;
  left: 0;
  padding-bottom: 40px;
  width: 360px;
  max-height: 950px;
  height: 100vh;
  background: #fff;
  box-sizing: border-box;
  transition: height 0.5s ease-in-out;
  z-index: 100;
}
header .header-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/common/bg_menu_wave.png") center bottom no-repeat, url("../img/common/bg_popup.jpg") center no-repeat;
  background-size: contain, auto;
  opacity: 0;
  transition: opacity 0.4s;
}
header .draggable-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  opacity: 0;
  cursor: grab;
  z-index: 1;
}
header .draggable-area:active {
  cursor: grabbing;
  z-index: 101;
}
header .grabbing-text {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  width: 100px;
  height: 20px;
  font-size: 20px;
  color: #aaaaaa;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s;
}
header .grabbing-text .l-grabbing-ripple {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
header .grabbing-text .l-grabbing-ripple .grabbing-ripple {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  width: 100%;
  height: 100%;
}
header .g-ripple-anim1 {
  animation: grabbing-ripple 1s infinite ease-in-out;
}
header .g-ripple-anim2 {
  animation: grabbing-ripple 1s 0.1s infinite ease-in;
}
@keyframes grabbing-ripple {
  0% {
    opacity: 1;
    width: 100%;
    border-right: solid 2px #ff69c8;
    border-left: solid 2px #ff69c8;
  }
  40% {
    opacity: 0;
    width: 150%;
    border-right: solid 2px #ff69c8;
    border-left: solid 2px #ff69c8;
  }
  100% {
    opacity: 0;
    width: 150%;
    border-right: solid 2px #ff69c8;
    border-left: solid 2px #ff69c8;
  }
}
header .l-menu-button {
  position: absolute;
  display: none;
  /* display: flex; */
  justify-content: center;
  align-items: center;
  top: 0;
  right: 0;
  width: 100px;
  height: 100px;
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
}
header .l-menu-button .l-menu-button-text {
  position: absolute;
  top: 19px;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  width: 100%;
  height: 15px;
  font-size: 15px;
  text-align: center;
  color: #ffb4e3;
  overflow: hidden;
}
header .l-menu-button .l-menu-button-text .menu-button-text-close {
  margin-top: -15px;
  transition: margin-top 0.3s ease;
}
header .l-menu-button .l-menu-line {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 25px;
  height: 21px;
}
header .l-menu-button .l-menu-line .menu-line-box {
  position: relative;
  width: 100%;
  height: 3px;
  transition: opacity 0.3s;
}
header .l-menu-button .l-menu-line .menu-line-box .l-menu-line-ripple {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  width: 100%;
  height: 100%;
}
header .l-menu-button .l-menu-line .menu-line-box .l-menu-line-ripple .menu-line-ripple {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-right: solid 2px #316cc6;
  border-left: solid 2px #316cc6;
  transition: width ease,opacity ease-in;
  transition-duration: 0s,0s;
}
header .l-menu-button .l-menu-line .menu-line-box .menu-line {
  position: relative;
  width: 100%;
  height: 100%;
  background: #ff69c8;
}
header .l-menu-button .l-menu-line .l-menu-line-box-middle {
  position: relative;
  width: 100%;
  height: 3px;
  transition: width 0.3s ease;
}
header .l-menu-button .l-menu-line .l-menu-line-box-middle .menu-line-box {
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.3s ease;
}
header .l-menu-button .l-menu-line .l-menu-line-box-middle .menu-line-box:last-child {
  opacity: 0;
}
header .l-menu-button .l-menu-line .l-menu-line-box-middle.open .menu-line-box:first-child {
  transform: rotate(45deg);
}
header .l-menu-button .l-menu-line .l-menu-line-box-middle.open .menu-line-box:last-child {
  transform: rotate(-45deg);
}
header .l-menu-button:hover .l-menu-line .menu-line-box .l-menu-line-ripple .menu-line-ripple {
  width: 200%;
  opacity: 0;
  transition-duration: 0.5s,0.5s;
}
header .l-menu-button:hover .l-menu-line .menu-line-box .l-menu-line-ripple .menu-line-ripple:nth-of-type(2) {
  transition-delay: 0.1s,0.1s;
}
header .l-menu-button:hover .l-menu-line .menu-line-box:nth-of-type(3) .l-menu-line-ripple .menu-line-ripple {
  transition-delay: 0.2s,0.2s;
}
header .l-menu-button:hover .l-menu-line .menu-line-box:nth-of-type(3) .l-menu-line-ripple .menu-line-ripple:nth-of-type(2) {
  transition-delay: 0.3s,0.3s;
}
header .l-menu-button:hover .l-menu-line .l-menu-line-box-middle .menu-line-box .l-menu-line-ripple .menu-line-ripple {
  transition-delay: 0.1s,0.1s;
}
header .l-menu-button:hover .l-menu-line .l-menu-line-box-middle .menu-line-box .l-menu-line-ripple .menu-line-ripple:nth-of-type(2) {
  transition-delay: 0.2s,0.2s;
}
header .l-logo {
  position: relative;
  padding: 0 15px;
  margin: 12px auto 0 auto;
  width: 100%;
  transition: margin 0.3s ease;
  box-sizing: border-box;
  z-index: 1;
}
header .l-logo img {
  width: 100%;
  transition: opacity 0.3s;
}
header .l-logo img:hover {
  opacity: 0.5;
}
header .l-top-banner {
  display: none;
  position: relative;
  padding: 0 15px;
  margin-top: 30px;
  width: 100%;
  box-sizing: border-box;
  transition: opacity 0.3s;
}
header .l-top-banner a img {
  width: 100%;
  transition: opacity 0.3s;
}
header .l-top-banner a img:hover {
  opacity: 0.5;
}
header .l-menu-list {
  position: relative;
  margin: 15px 0 0 0;
  height: 60%;
  transition: opacity 0.2s;
}
header .l-menu-list ul {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin: 0 auto;
  max-width: 375px;
  width: 100%;
  height: 100%;
}
header .l-menu-list ul .l-menu-item {
  display: flex;
  flex-grow: 1;
  padding: 0 2px;
  height: 62px;
  text-align: center;
  box-sizing: border-box;
  border-right: solid 0px #ff69c8;
  border-left: solid 0px #ff69c8;
  transition: border-right 0.3s, border-left 0.3s, background 0.3s;
}
header .l-menu-list ul .l-menu-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  text-decoration: none;
  box-sizing: border-box;
  border-right: solid 0px #ff69c8;
  border-left: solid 0px #ff69c8;
  transition: border-right 0.3s, border-left 0.3s;
}
header .l-menu-list ul .l-menu-item a .l-menu-iten-en {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0) rotate(-10deg);
  font-size: 40px;
  color: #ffccea;
  white-space: nowrap;
}
header .l-menu-list ul .l-menu-item a .l-menu-iten-en .menu-item-en {
  /* opacity: 0; */
  /* transform: translate3d(100px,0,0); */
  transition: transform 0.3s 0.2s ease,opacity 0.3s 0.2s;
}
header .l-menu-list ul .l-menu-item a .menu-item-jp {
  position: relative;
  /* transform: translate3d(100px,0,0); */
  font-size: 20px;
  font-weight: 700;
  color: #252525;
  /* opacity: 0; */
  transition: opacity 0.5s, transform 0.5s ease;
}
header .l-menu-list ul .l-menu-item.open a .l-menu-iten-en .menu-item-en {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
header .l-menu-list ul .l-menu-item.open a .menu-item-jp {
  opacity: 1;
  transform: translate3d(0px, 0, 0);
}
header .l-menu-list ul .l-menu-item:hover {
  background: #ffb4e3;
  border-right: solid 2px #ff69c8;
  border-left: solid 2px #ff69c8;
}
header .l-menu-list ul .l-menu-item:hover a {
  border-right: solid 1px #ff69c8;
  border-left: solid 1px #ff69c8;
}
header .l-menu-list ul .l-menu-item:hover a .menu-item-jp {
  opacity: 0.5;
}
header .l-menu-list .l-active-wave {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  overflow: hidden;
  /* opacity: 0; */
  transition: opacity 1s;
}
header .l-menu-list .l-active-wave.open {
  opacity: 1;
}
header .l-menu-list .l-active-wave .active-wave-inner {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate3d(0, -50%, 0);
}
header .l-menu-list .l-active-wave .active-wave-inner .active_wave {
  position: absolute;
  top: 0;
  left: 0;
  width: 12000px;
  height: 50px;
  animation: waveanim 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}
header .l-menu-list .l-active-wave .active-wave-inner .active_wave:nth-of-type(1) {
  position: relative;
  opacity: 0.75;
  animation-delay: -2s;
  animation-duration: 7s;
}
header .l-menu-list .l-active-wave .active-wave-inner .active_wave:nth-of-type(2) {
  opacity: 0.5;
  animation-delay: -3s;
  animation-duration: 10s;
}
header .l-menu-list .l-active-wave .active-wave-inner .active_wave:nth-of-type(3) {
  opacity: 0.25;
  animation-delay: -4s;
  animation-duration: 13s;
}
header .l-menu-list .l-active-wave .active-wave-inner .active_wave:nth-of-type(4) {
  opacity: 0.75;
  animation-delay: -5s;
  animation-duration: 20s;
}
header .l-share-button {
  display: flex;
  justify-content: space-between;
  margin: 30px auto 0 auto;
  max-width: 200px;
  width: 100%;
  /* opacity: 0; */
  /* pointer-events: none; */
  transition: opacity 0.2s;
}
header .l-share-button .l-share-button-box {
  position: relative;
}
header .l-share-button .l-share-button-box .l-share-ripple {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
header .l-share-button .l-share-button-box .l-share-ripple .share-ripple {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 38px;
  height: 38px;
  border-radius: 40px;
  border: solid 1px #ff69c8;
  box-sizing: border-box;
  transition: width ease,height ease,opacity ease-in;
  transition-duration: 0s,0s,0s;
}
header .l-share-button .l-share-button-box a img {
  position: relative;
  width: 40px;
}
header .l-share-button .l-share-button-box:hover .l-share-ripple .share-ripple {
  width: 80px;
  height: 80px;
  opacity: 0;
  transition-duration: 0.5s,0.5s,0.5s;
}
header .l-share-button .l-share-button-box:hover .l-share-ripple .share-ripple:nth-of-type(2) {
  transition-delay: 0.1s,0.1s,0.1s;
}
header .l-share-button.open {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 1s;
}
header.open {
  height: 100%;
}
header.open .header-bg {
  opacity: 1;
}
header.open .draggable-area {
  top: auto;
  bottom: 0;
}
header.open .l-logo {
  margin: 40px auto 0 auto;
}
header.open .l-top-banner {
  opacity: 1;
  pointer-events: auto;
}
header.open .l-menu-button .l-menu-button-text .menu-button-text-close {
  margin-top: 0px;
}
header.open .l-menu-button .l-menu-line > .menu-line-box:first-child {
  opacity: 0;
}
header.open .l-menu-button .l-menu-line > .menu-line-box:last-child {
  opacity: 0;
}
header.open .l-menu-button .l-menu-line .l-menu-line-box-middle {
  width: 120%;
}
header.open .l-menu-button .l-menu-line .l-menu-line-box-middle .menu-line-box:last-child {
  opacity: 1;
}
header.open .l-menu-list {
  opacity: 1;
  pointer-events: auto;
}
header.grabbing {
  transition: none;
}
header.header-top .l-menu-list .l-active-wave {
  display: none;
}

@keyframes waveanim {
  0% {
    transform: translate(-3000px, 0);
  }
  100% {
    transform: translate(0px, 0);
  }
}
@media only screen and (max-width: 1500px) {
  header.header-top {
    width: 250px;
  }
  header.header-top .l-menu-list ul .l-menu-item {
    height: 42px;
  }
  header.header-top .l-menu-list ul .l-menu-item a .l-menu-iten-en {
    font-size: 30px;
  }
  header.header-top .l-menu-list ul .l-menu-item a .menu-item-jp {
    font-size: 15px;
  }
  header .l-menu-list {
    margin: 15px 0 0 0;
  }
  header .l-share-button {
    justify-content: center;
    margin: 20px auto 0 auto;
  }
  header .l-share-button .l-share-button-box .l-share-ripple .share-ripple {
    width: 28px;
    height: 28px;
  }
  header .l-share-button .l-share-button-box a img {
    width: 30px;
  }
  header .l-share-button .l-share-button-box:hover .l-share-ripple .share-ripple {
    width: 60px;
    height: 60px;
  }
  header .l-share-button .l-share-button-box:nth-of-type(2) {
    margin: 0 20px;
  }
}
@media only screen and (max-width: 1000px) {
  header {
    width: 100%;
    height: 80px;
  }
  header.header-top {
    width: 100%;
  }
  header.header-top .l-menu-list ul .l-menu-item a .l-menu-iten-en {
    font-size: 40px;
  }
  header.header-top .l-menu-list ul .l-menu-item a .menu-item-jp {
    font-size: 20px;
  }
  header.header-page {
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.35);
  }
  header .draggable-area {
    height: 80px;
  }
  header.open .draggable-area {
    height: 50px;
  }
  header.open .l-logo {
    margin: 16px auto 0 auto;
  }
  header .l-menu-button {
    display: flex;
    width: 80px;
    height: 80px;
  }
  header .l-menu-button .l-menu-button-text {
    display: none;
  }
  header .l-logo {
    margin: 13px auto 0 auto;
    max-width: 175px;
  }
  header .l-top-banner {
    margin: 20px auto 0 auto;
    max-width: 250px;
    opacity: 0;
    transition: opacity 0.4s;
    pointer-events: none;
  }
  header .l-menu-list {
    margin: 15px 0 0 0;
    height: 65%;
    pointer-events: none;
  }
  header .l-menu-list .l-active-wave {
    opacity: 0;
  }
  header .l-menu-list ul .l-menu-item {
    height: auto;
  }
  header .l-menu-list ul .l-menu-item a .l-menu-iten-en {
    font-size: 40px;
  }
  header .l-menu-list ul .l-menu-item a .l-menu-iten-en .menu-item-en {
    opacity: 0;
    transform: translate3d(100px, 0, 0);
  }
  header .l-menu-list ul .l-menu-item a .menu-item-jp {
    transform: translate3d(100px, 0, 0);
    font-size: 20px;
    opacity: 0;
  }
  header .l-share-button {
    justify-content: space-between;
    margin: 20px auto 0 auto;
    opacity: 0;
    pointer-events: none;
  }
  header .l-share-button .l-share-button-box a img {
    width: 40px;
  }
  header .l-share-button .l-share-button-box:nth-of-type(2) {
    margin: 0;
  }
  header.open .l-top-banner {
    opacity: 1;
  }
}
@media only screen and (max-width: 768px) {
  header {
    height: 80px;
    overflow: hidden;
  }

  .header-dummy {
    height: 80px;
  }
}
footer {
  position: relative;
  width: 100%;
  box-shadow: 0 -2px 10px 0 rgba(0, 0, 0, 0.35);
  box-sizing: border-box;
  z-index: 1;
}
footer .footer-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 80px 0;
  margin: 0 auto;
  background: #ff69c8;
  z-index: 1;
}
footer .footer-inner .l-logo {
  max-width: 197px;
  width: 100%;
}
footer .footer-inner .l-logo img {
  width: 100%;
  height: auto;
  transition: opacity 0.5s;
}
footer .footer-inner .l-logo img:hover {
  opacity: 0.5;
}
footer .footer-inner .l-share-button {
  display: flex;
  justify-content: space-between;
  margin: 35px 0;
  max-width: 200px;
  width: 100%;
}
footer .footer-inner .l-share-button .l-share-button-box {
  position: relative;
}
footer .footer-inner .l-share-button .l-share-button-box .l-share-ripple {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
footer .footer-inner .l-share-button .l-share-button-box .l-share-ripple .share-ripple {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 38px;
  height: 38px;
  border-radius: 40px;
  border: solid 1px #fff;
  box-sizing: border-box;
  transition: width ease,height ease,opacity ease-in;
  transition-duration: 0s,0s,0s;
}
footer .footer-inner .l-share-button .l-share-button-box a img {
  position: relative;
  width: 40px;
}
footer .footer-inner .l-share-button .l-share-button-box:hover .l-share-ripple .share-ripple {
  width: 80px;
  height: 80px;
  opacity: 0;
  transition-duration: 0.5s,0.5s,0.5s;
}
footer .footer-inner .l-share-button .l-share-button-box:hover .l-share-ripple .share-ripple:nth-of-type(2) {
  transition-delay: 0.1s,0.1s,0.1s;
}
footer .footer-inner .l-credit {
  font-size: 15px;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  footer .footer-inner {
    padding: 50px 0;
  }
  footer .footer-inner .l-logo {
    max-width: 175px;
  }
  footer .footer-inner .l-share-button {
    max-width: 175px;
  }
  footer .footer-inner .l-credit {
    font-size: 13px;
  }
}
.l-top-button {
  position: relative;
  width: 100%;
  height: 50px;
  background: #fff;
  z-index: 1;
}
.l-top-button .l-top-button-line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.l-top-button .l-top-button-line .top-button-line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #ffb4e3;
  transition: height 0.5s ease-in-out;
}
.l-top-button .l-top-button-line .top-button-line:nth-of-type(2) {
  background: #ff69c8;
  transition: height 0.4s 0.1s ease-in-out;
  opacity: 0.8;
}
.l-top-button a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
}
.l-top-button a svg {
  width: 30px;
  transition: margin-bottom 0.4s ease;
}
.l-top-button a svg .top_button_arrow {
  fill: #ff69c8;
  transition: fill 0.4s;
}
.l-top-button:hover .l-top-button-line .top-button-line {
  height: 100%;
}
.l-top-button:hover a svg {
  margin-bottom: 10px;
}
.l-top-button:hover a svg .top_button_arrow {
  fill: #fff;
}

.maincontents {
  display: flex;
  width: 100%;
  min-height: 100vh;
  box-sizing: border-box;
}
.maincontents .maincontents-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/common/bg_page_pc.jpg") right top no-repeat;
  background-size: cover;
}
.maincontents .header-dummy {
  position: relative;
  min-width: 360px;
  width: 360px;
  background: #fff;
  box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.35);
  z-index: 1;
}
.maincontents .header-dummy.header-dummy-top {
  display: none;
}
.maincontents .maincontents-wrapper {
  position: relative;
  flex-grow: 1;
  padding: 85px 0 100px 0;
  box-sizing: border-box;
  background: url("../img/common/bg_page_triangle.svg") left top no-repeat, url("../img/common/bg_page_triangle_re.svg") right bottom no-repeat;
  background-size: contain;
  z-index: 0;
}
.maincontents .maincontents-wrapper .l-title {
  display: flex;
  align-items: center;
  margin-bottom: 85px;
}
.maincontents .maincontents-wrapper .l-title .l-title-line {
  position: relative;
  flex-grow: 1;
  height: 1px;
  background: #8e8e8e;
}
.maincontents .maincontents-wrapper .l-title .l-title-text {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 24px;
}
.maincontents .maincontents-wrapper .l-title .l-title-text .title-text-en {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0) rotate(-10deg);
  font-size: 67px;
  color: #ffb4e3;
  white-space: nowrap;
}
.maincontents .maincontents-wrapper .l-title .l-title-text .title-text-jp {
  position: relative;
  font-size: 31px;
  font-weight: 700;
}

@media only screen and (max-width: 1000px) {
  .maincontents {
    padding-top: 80px;
    min-height: auto;
    box-sizing: border-box;
  }
  .maincontents .maincontents-bg {
    background: url("../img/common/bg_page_sp.jpg") center no-repeat;
    background-size: cover;
  }
  .maincontents .header-dummy {
    display: none;
  }
  .maincontents .maincontents-wrapper {
    padding: 54px 0 70px 0;
  }
  .maincontents .maincontents-wrapper .l-title {
    margin-bottom: 54px;
  }
  .maincontents .maincontents-wrapper .l-title .l-title-text {
    margin: 0 16px;
  }
  .maincontents .maincontents-wrapper .l-title .l-title-text .title-text-en {
    font-size: 50px;
  }
  .maincontents .maincontents-wrapper .l-title .l-title-text .title-text-jp {
    font-size: 23px;
  }
}
.l-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1000;
  background: #fff url("../img/common/bg_popup.jpg") center no-repeat;
  background-size: cover;
}
.l-loading .l-loading-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  max-width: 350px;
}
.l-loading .l-loading-inner .load-logo {
  position: relative;
  margin: 0 auto;
  width: 350px;
  height: 129px;
  background: url("../img/common/header_logo.png") no-repeat center;
  background-size: cover;
}
.l-loading .l-loading-inner .load-logo:after {
  content: '';
  display: block;
  width: 350px;
  height: 129px;
  position: absolute;
  left: 2px;
  top: 0;
  background: url("../img/common/header_logo.png") no-repeat center;
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  animation: noise-anim 2s infinite linear alternate-reverse;
  background-size: cover;
}
.l-loading .l-loading-inner .load-logo:before {
  content: '';
  display: block;
  width: 350px;
  height: 129px;
  position: absolute;
  left: -2px;
  top: 0;
  background: url("../img/common/header_logo.png") no-repeat center;
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  animation: noise-anim-2 3s infinite linear alternate-reverse;
  background-size: cover;
}

@media only screen and (max-width: 768px) {
  .l-loading .l-loading-inner {
    max-width: 200px;
  }
  .l-loading .l-loading-inner .load-logo {
    width: 200px;
    height: 74px;
  }
  .l-loading .l-loading-inner .load-logo:after {
    width: 200px;
    height: 74px;
  }
  .l-loading .l-loading-inner .load-logo:before {
    width: 200px;
    height: 74px;
  }
}
@keyframes noise-anim {
  0% {
    clip: rect(49px, 9999px, 64px, 0);
  }
  5% {
    clip: rect(94px, 9999px, 45px, 0);
  }
  10% {
    clip: rect(24px, 9999px, 70px, 0);
  }
  15% {
    clip: rect(48px, 9999px, 5px, 0);
  }
  20% {
    clip: rect(122px, 9999px, 88px, 0);
  }
  25% {
    clip: rect(64px, 9999px, 57px, 0);
  }
  30% {
    clip: rect(86px, 9999px, 70px, 0);
  }
  35% {
    clip: rect(54px, 9999px, 101px, 0);
  }
  40% {
    clip: rect(72px, 9999px, 124px, 0);
  }
  45% {
    clip: rect(80px, 9999px, 125px, 0);
  }
  50% {
    clip: rect(44px, 9999px, 123px, 0);
  }
  55% {
    clip: rect(39px, 9999px, 72px, 0);
  }
  60% {
    clip: rect(37px, 9999px, 20px, 0);
  }
  65% {
    clip: rect(20px, 9999px, 4px, 0);
  }
  70% {
    clip: rect(129px, 9999px, 9px, 0);
  }
  75% {
    clip: rect(61px, 9999px, 37px, 0);
  }
  80% {
    clip: rect(128px, 9999px, 14px, 0);
  }
  85% {
    clip: rect(84px, 9999px, 3px, 0);
  }
  90% {
    clip: rect(80px, 9999px, 102px, 0);
  }
  95% {
    clip: rect(100px, 9999px, 91px, 0);
  }
  100% {
    clip: rect(118px, 9999px, 126px, 0);
  }
}
@keyframes noise-anim-2 {
  0% {
    clip: rect(74px, 9999px, 96px, 0);
  }
  5% {
    clip: rect(24px, 9999px, 40px, 0);
  }
  10% {
    clip: rect(53px, 9999px, 8px, 0);
  }
  15% {
    clip: rect(25px, 9999px, 38px, 0);
  }
  20% {
    clip: rect(64px, 9999px, 48px, 0);
  }
  25% {
    clip: rect(50px, 9999px, 60px, 0);
  }
  30% {
    clip: rect(48px, 9999px, 45px, 0);
  }
  35% {
    clip: rect(88px, 9999px, 50px, 0);
  }
  40% {
    clip: rect(60px, 9999px, 7px, 0);
  }
  45% {
    clip: rect(68px, 9999px, 21px, 0);
  }
  50% {
    clip: rect(22px, 9999px, 74px, 0);
  }
  55% {
    clip: rect(86px, 9999px, 64px, 0);
  }
  60% {
    clip: rect(74px, 9999px, 33px, 0);
  }
  65% {
    clip: rect(45px, 9999px, 1px, 0);
  }
  70% {
    clip: rect(61px, 9999px, 57px, 0);
  }
  75% {
    clip: rect(31px, 9999px, 72px, 0);
  }
  80% {
    clip: rect(17px, 9999px, 47px, 0);
  }
  85% {
    clip: rect(4px, 9999px, 80px, 0);
  }
  90% {
    clip: rect(67px, 9999px, 3px, 0);
  }
  95% {
    clip: rect(100px, 9999px, 98px, 0);
  }
  100% {
    clip: rect(65px, 9999px, 49px, 0);
  }
}
.maincontents#notfound .maincontents-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0;
  background: none;
}
.maincontents#notfound .maincontents-wrapper .ripple-field {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.maincontents#notfound .maincontents-wrapper .ripple-field .bonus-ripple {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate3d(-50%, -50%, 0);
  width: 50px;
  height: 50px;
  border-radius: 1000px;
  z-index: 1;
  pointer-events: none;
}
.maincontents#notfound .maincontents-wrapper .ripple-field .bonus-ripple .bonus-ripple-circle {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 0%;
  height: 0%;
  border: solid #ff69c8;
  border-radius: 1000px;
  box-sizing: border-box;
  opacity: 1;
  transition: width ease, height ease, opacity ease-in, border ease, border-width ease;
  transition-duration: 1s;
  z-index: -1;
}
.maincontents#notfound .maincontents-wrapper .ripple-field .bonus-ripple .bonus-ripple-circle:last-child {
  transition-delay: 0.1s;
}
.maincontents#notfound .maincontents-wrapper .ripple-field .bonus-ripple.ripple-run .bonus-ripple-circle {
  width: 1000%;
  height: 1000%;
  border: solid #ff69c8;
  border-width: 1px !important;
  opacity: 0;
}
.maincontents#notfound .maincontents-wrapper .secret-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/common/404_bg1.png");
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  z-index: 2;
}
.maincontents#notfound .maincontents-wrapper .secret-bg:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/common/bg_page_triangle.svg") left top no-repeat, url("../img/common/bg_page_triangle_re.svg") right bottom no-repeat;
  background-size: contain;
  pointer-events: none;
}
.maincontents#notfound .maincontents-wrapper .notfound-wrapper {
  position: relative;
  padding: 50px 0 100px 0;
  box-sizing: border-box;
  pointer-events: none;
  z-index: 2;
}
.maincontents#notfound .maincontents-wrapper .notfound-wrapper .notfound-title {
  position: relative;
  text-align: center;
}
.maincontents#notfound .maincontents-wrapper .notfound-wrapper .notfound-title h1 {
  display: inline-block;
  transform: rotate(-10deg);
  font-size: 100px;
  color: #ffb4e3;
  text-align: center;
}
.maincontents#notfound .maincontents-wrapper .notfound-wrapper .notfound-text-main {
  position: relative;
  margin-bottom: 60px;
  font-size: 30px;
  font-weight: 900;
  text-align: center;
}
.maincontents#notfound .maincontents-wrapper .notfound-wrapper .notfound-text-main br {
  display: none;
}
.maincontents#notfound .maincontents-wrapper .notfound-wrapper .notfound-text-sub {
  font-size: 15px;
  text-align: center;
}
.maincontents#notfound .maincontents-wrapper .notfound-wrapper .notfound-text-sub br {
  display: none;
}
.maincontents#notfound .maincontents-wrapper .notfound-wrapper .notfound-back-button {
  margin: 100px auto 0 auto;
  width: 192px;
  height: 40px;
  pointer-events: auto;
}
.maincontents#notfound .maincontents-wrapper .notfound-wrapper .notfound-back-button a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  background: #ff69c8;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35);
  transition: background 0.2s;
  text-decoration: none;
  z-index: 1;
}
.maincontents#notfound .maincontents-wrapper .notfound-wrapper .notfound-back-button a:before, .maincontents#notfound .maincontents-wrapper .notfound-wrapper .notfound-back-button a:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 0;
  background: #fff;
  transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
  z-index: -2;
  opacity: 0.8;
}
.maincontents#notfound .maincontents-wrapper .notfound-wrapper .notfound-back-button a:after {
  transition: width 0.5s 0.1s ease-in-out, height 0.5s 0.1s ease-in-out;
  opacity: 0.4;
  z-index: -1;
}
.maincontents#notfound .maincontents-wrapper .notfound-wrapper .notfound-back-button a:hover {
  color: #ff69c8;
}
.maincontents#notfound .maincontents-wrapper .notfound-wrapper .notfound-back-button a:hover:before, .maincontents#notfound .maincontents-wrapper .notfound-wrapper .notfound-back-button a:hover:after {
  height: 100%;
}
.maincontents#notfound .maincontents-wrapper .l-debug {
  display: none;
  position: absolute;
  padding: 10px;
  left: 10px;
  bottom: 10px;
  z-index: 1000;
  border: solid 1px #ff69c8;
  box-sizing: border-box;
}
.maincontents#notfound .maincontents-wrapper .l-debug .l-speed, .maincontents#notfound .maincontents-wrapper .l-debug .l-size {
  margin-bottom: 10px;
}
.maincontents#notfound .maincontents-wrapper .l-debug .l-speed, .maincontents#notfound .maincontents-wrapper .l-debug .l-size, .maincontents#notfound .maincontents-wrapper .l-debug .l-pic {
  display: flex;
}
.maincontents#notfound .maincontents-wrapper .l-debug .l-speed p, .maincontents#notfound .maincontents-wrapper .l-debug .l-size p, .maincontents#notfound .maincontents-wrapper .l-debug .l-pic p {
  flex-grow: 1;
}
.maincontents#notfound .maincontents-wrapper .l-debug .l-speed .l-setting-button, .maincontents#notfound .maincontents-wrapper .l-debug .l-size .l-setting-button, .maincontents#notfound .maincontents-wrapper .l-debug .l-pic .l-setting-button {
  display: flex;
}
.maincontents#notfound .maincontents-wrapper .l-debug .l-speed .l-setting-button .setting-button, .maincontents#notfound .maincontents-wrapper .l-debug .l-size .l-setting-button .setting-button, .maincontents#notfound .maincontents-wrapper .l-debug .l-pic .l-setting-button .setting-button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
  width: 14px;
  height: 14px;
  color: #fff;
  background: #ff69c8;
  cursor: pointer;
}
.maincontents#notfound .maincontents-wrapper .l-debug .l-speed .l-setting-button .setting-button:hover, .maincontents#notfound .maincontents-wrapper .l-debug .l-size .l-setting-button .setting-button:hover, .maincontents#notfound .maincontents-wrapper .l-debug .l-pic .l-setting-button .setting-button:hover {
  opacity: 0.5;
}

@media only screen and (max-width: 768px) {
  .maincontents#notfound .maincontents-wrapper .notfound-wrapper .notfound-title h1 {
    font-size: 50px;
  }
  .maincontents#notfound .maincontents-wrapper .notfound-wrapper .notfound-text-main {
    font-size: 23px;
  }
  .maincontents#notfound .maincontents-wrapper .notfound-wrapper .notfound-text-main br {
    display: block;
  }
  .maincontents#notfound .maincontents-wrapper .notfound-wrapper .notfound-text-sub br {
    display: block;
  }
  .maincontents#notfound .maincontents-wrapper .notfound-wrapper .notfound-back-button {
    width: 144px;
    height: 30px;
  }
  .maincontents#notfound .maincontents-wrapper .notfound-wrapper .notfound-back-button a {
    font-size: 13px;
  }
}
