@charset "UTF-8";
/* wrapper */
/* icon */
/* column */
/* btn */
/* gradation */
/* gradation */
/* ttl */
/* animation */
/*===========================================
reset
===========================================*/
@import"https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&amp%3Bsubset=japanese.css";
@import"https://fonts.googleapis.com/css?family=Bitter:400,700.css";
@import"https://fonts.googleapis.com/css2?family=Lusitana&display=swap";
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, font, 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, section, article, aside, hgroup, header, footer, nav, dialog, figure, menu, video, audio, mark, time, canvas, details {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  box-sizing: border-box;
  background: transparent;
  font-family: "Noto Sans JP", "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3","HIragino Kaku Gothic Pro W3","HIragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック", "MS P Gothic",sans-serif;
}
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, font, 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, section, article, aside, hgroup, header, footer, nav, dialog, figure, menu, video, audio, mark, time, canvas, details {
  font-family: "Noto Sans JP", "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3","HIragino Kaku Gothic Pro W3","HIragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック", "MS P Gothic",sans-serif;
}

html {
  width: 100%;
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  width: 100%;
  font-size: 1.6rem;
  color: #000;
}

p {
  color: #000;
  line-height: 1.6;
}

img {
  display: block;
  width: auto;
  max-width: 100%;
}

#wrapper {
  padding: 0;
}

.contentsWrap {
  margin: auto;
  padding: 0 0 75px 0;
}

.contentsWrap * {
  box-sizing: border-box;
}

a:link {
  color: #000;
  text-decoration: none
}

a:visited {
  color: #000;
  text-decoration: none
}

a:hover {
  color: #000;
  text-decoration: none
}

a:active {
  color: #000;
  text-decoration: none
}

@media only screen and (max-width: 1040px) {
  html {
    width: auto;
    overflow-x: auto;
  }
  #main {
    width: 1040px;
    overflow-x: hidden;
  }
}

@media only screen and (min-width: 768px) {
  #wrapper {
    width: auto;
  }
}

@media only screen and (max-width: 767px) {
  html {
    overflow-x: hidden;
  }
  #main {
    width: auto;
  }
  #wrapper {
    padding-top: 0;
  }
  .contentsWrap {
    width: auto;
  }
}

/*===========================================
header
===========================================*/
/*21/11/30 ごっこランドページ追加に伴いSP版のメニューをPCに展開するため削除
@media only screen and (min-width: 768px) {
  #header {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 40px;
    background: #fff;
    border-radius: 40px;
    overflow: hidden;
    z-index: 100;
  }
  #header .header_menu_btn {
    position: absolute;
    right: 0px;
    top: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    margin: auto;
    background: #fff;
    z-index: 1;
  }
  #header .header_menu_btn a {
    display: block;
    height: 100%;
    text-align: left;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
  }
  #header .header_menu_btn a:before {
    content: "";
    display: block;
    position: absolute;
    width: 15px;
    height: 1px;
    margin: auto;
    background: center no-repeat;
    background-size: contain;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    margin: auto;
  }
  #header .header_menu_btn span:before, #header .header_menu_btn span:after {
    content: "";
    display: block;
    position: absolute;
    width: 15px;
    height: 1px;
    margin: auto;
    background: center no-repeat;
    background-size: contain;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    margin: auto;
  }
  #header .header_menu_btn span:before {
    transform: translateY(-5px);
  }
  #header .header_menu_btn span:after {
    transform: translateY(5px);
  }
  #header .header_menu_list {
    transform: translateX(-100%);
    box-sizing: border-box;
    width: 770px;
    padding-right: 20px;
  }
  #header .header_menu_list ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 40px;
    padding: 0 20px;
  }
  #header .header_menu_list a {
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.1em;
  }
  #header .header_menu_list a:hover {
    color: #333;
  }
  body.open #header {
    width: 770px;
  }
  body.open #header .header_menu_btn a:before {
    content: normal;
  }
  body.open #header .header_menu_btn span:before, body.open #header .header_menu_btn span:after {
    content: "";
    display: block;
    position: absolute;
    width: 15px;
    height: 1px;
    margin: auto;
    background: center no-repeat;
    background-size: contain;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    margin: auto;
  }
  body.open #header .header_menu_btn span:before {
    transform: rotate(45deg);
  }
  body.open #header .header_menu_btn span:after {
    transform: rotate(-45deg);
  }
  body.open #header .header_menu_list {
    transform: translateX(0%);
  }
}*/

  #header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 10001;
  }
  #header:after {
    content: normal;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
  }
  #header .header_inner {
    position: relative;
    z-index: 1;
  }
  #header .header_logo {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  #header .header_logo img {
    position: relative;
    width: 170px;
    left: -10px;
  }
  #header .header_menu_btn {
    display: flex;
    position: absolute;
    top: 10px;
    right: 15px;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    text-align: left;
    white-space: nowrap;
    text-indent: -9999px;
    background: #fff;
    overflow: hidden;
    z-index: 1;
  }
  #header .header_menu_btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-basis: 100%;
    position: relative;
  }
  #header .header_menu_btn a:after {
    content: "";
    display: block;
    position: absolute;
    width: 15px;
    height: 1px;
    margin: auto;
    background: center no-repeat;
    background-size: contain;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #000;
  }
  #header .header_menu_btn span {
    display: block;
    text-align: left;
    white-space: nowrap;
    text-indent: -9999px;
    overflow: hidden;
  }
  #header .header_menu_btn span:before, #header .header_menu_btn span:after {
    content: "";
    display: block;
    position: absolute;
    width: 15px;
    height: 1px;
    margin: auto;
    background: center no-repeat;
    background-size: contain;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
  }
  #header .header_menu_btn span:before {
    transform: translateY(-5px);
  }
  #header .header_menu_btn span:after {
    transform: translateY(5px);
  }
  body.open #header:after {
    content: "";
  }
  body.open #header .header_menu_btn a:after {
    content: normal;
  }
  body.open #header .header_menu_btn span:before, body.open #header .header_menu_btn span:after {
    margin: auto;
  }
  body.open #header .header_menu_btn span:before {
    transform: rotate(45deg);
  }
  body.open #header .header_menu_btn span:after {
    transform: rotate(-45deg);
  }
  #header .header_menu_list {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 90%;
    padding-top: 50px;
    padding-bottom: 35px;
    max-width: 300px;
    background: #fff;
  }
  #header .header_menu_list ul {
    position: relative;
    margin: 0 20px;
    border-bottom: 1px solid #000;
  }
  #header .header_menu_list ul:before, #header .header_menu_list ul:after {
    content: "";
    display: block;
    position: absolute;
    width: 3px;
    height: 3px;
    margin: auto;
    background: center no-repeat;
    background-size: contain;
    transform: translateY(2px);
    bottom: 0;
    border-radius: 3px;
    background: #000;
  }
  #header .header_menu_list ul:before {
    left: 0;
  }
  #header .header_menu_list ul:after {
    right: 0;
  }
  #header .header_menu_list li {
    position: relative;
    border-top: 1px solid #000;
  }
  #header .header_menu_list li:before, #header .header_menu_list li:after {
    content: "";
    display: block;
    position: absolute;
    width: 3px;
    height: 3px;
    margin: auto;
    background: center no-repeat;
    background-size: contain;
    transform: translateY(-1px);
    top: -1px;
    border-radius: 3px;
    background: #000;
  }
  #header .header_menu_list li:before {
    left: 0;
  }
  #header .header_menu_list li:after {
    right: 0;
  }
  body.open #header .header_menu_list {
    display: block;
  }
  #header .header_menu_list li.border_none{
    border-top: none;
  }
  #header .header_menu_list li p{
    text-align: right;
  }
  #header .header_menu_list .header_menu_link{
    display: block;
    padding: 0.75em 0;
    text-align: right;
  }
  #header .header_menu_list li.content_none::before, #header .header_menu_list li.content_none::after{
    content: none;
  }
  #header .header_menu_list li.text_right{
    text-align: right;
    padding: 0.75em 0 1.0em;
  }
  #header .header_menu_list .header_menu_acc_btn a{
    position: relative;
    display: block;
    padding: 0.75em 0;
    padding-right: 20px;
    text-align: right;
  }
  #header .header_menu_list .header_menu_acc_btn a::after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 13px;
    height: 13px;
    background-color: #000;
    margin: auto;
    z-index: 1;
  }
  #header .header_menu_list .header_menu_acc_btn a span::before,
  #header .header_menu_list .header_menu_acc_btn a span::after{
    position: absolute;
    content: "";
    display: block;
    transition: all 0.4s;
    background: #fff;
    right: 3px;
    top: 0;
    bottom: 0;
    width: 7px;
    height: 1px;
    margin: auto;
    z-index: 2;
  }
  #header .header_menu_list .header_menu_acc_btn a span:before {
    transform: rotate(90deg);
  }
  #header .header_menu_list .open .header_menu_acc_btn a span:before {
    transform: rotate(0deg);
  }
  #header .header_menu_list .header_menu_acc_cnt{
    padding-bottom: 0.5em;
  }
  #header .header_menu_list .header_menu_acc_cnt a{
    display: block;
    font-size: 14px;
  }
  #header .header_menu_list .header_menu_acc_cnt p{
    margin-top: 0.5em;
  }
  #header .header_menu_list .header_menu_acc_cnt p:first-child{
    margin-top: 0;
  }


/*===========================================
footer
===========================================*/
#footer {
  padding: 0 20px;
  position: relative;
  background: #fceae6;
}

#footer > *[class*="_wrap"] {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

#footer > *[class*="_wrap"] > *[class*="_inner"] {
  padding-top: 25px;
  padding-bottom: 25px;
}

#footer .ttl img {
  width: 183px;
  margin: auto;
}

#footer .logo {
  display: flex;
  justify-content: center;
  margin: 25px 0 0 0;
}

#footer .logo img {
  max-width: 188px;
}

#footer .sns ul {
  display: flex;
  justify-content: center;
}

#footer .sns a {
  display: block;
  background: center no-repeat;
  background-size: contain;
}

#footer .sns .tw a {
  background-image: url(/30th/img/footer_icon_tw.png);
}

#footer .sns .fb a {
  background-image: url(/30th/img/footer_icon_fb.png);
}

#footer .sns .li a {
  background-image: url(/30th/img/footer_icon_li.png);
}

#footer .sns .it a {
  background-image: url(/30th/img/footer_icon_it.png);
}

#footer .sns .yt a {
  background-image: url(/30th/img/footer_icon_yt.png);
}

#footer .sns .tt a {
  background-image: url(/30th/img/footer_icon_tt.png);
}

#footer .footer_menu_site ul {
  display: flex;
  justify-content: center;
}

#footer .footer_menu_site li + li {
  position: relative;
  padding-left: 1em;
  margin-left: 1em;
}

#footer .footer_menu_site li + li:before {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 1em;
  margin: auto;
  background: center no-repeat;
  background-size: contain;
  top: 0;
  bottom: 0;
  left: 0;
  background: #a0a0a0;
}

#footer .footer_menu_site a {
  font-size: 1.25rem;
}

#footer .footer_menu_site a:hover {
  color: #333;
  text-decoration: underline;
}

#footer .pagetop {
  transform: translateY(-50%);
  position: absolute;
  top: 0;
}

#footer .pagetop a {
  position: relative;
  width: 65px;
  height: 65px;
  border-radius: 65px;
  background: url(/30th/img/footer_btn_pagetop.png) center no-repeat #000;
  background-size: contain;
}

@media only screen and (min-width: 768px) {
  #footer .footer_inner {
    position: relative;
  }
  #footer .footer_menu {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
  }
  #footer .sns {
    order: 2;
    margin-left: 15px;
  }
  #footer .sns li {
    margin: 0 7px;
  }
  #footer .sns a {
    width: 31px;
    height: 31px;
  }
  #footer .footer_menu_site {
    order: 1;
  }
  #footer .pagetop {
    right: 20px;
  }
}

@media only screen and (max-width: 767px) {
  #footer .sns {
    margin: 20px 0 0 0;
  }
  #footer .sns li {
    margin: 0 8px;
  }
  #footer .sns a {
    width: 40px;
    height: 40px;
  }
  #footer .footer_menu_site {
    margin: 15px 0 0 0;
  }
  #footer .pagetop {
    right: 10px;
  }
}

/*===========================================
slide
===========================================*/
.slideArrows .slick-arrow {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  border: none;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  padding: 0;
  text-align: left;
  white-space: nowrap;
  text-indent: -9999px;
  background: transparent;
  overflow: hidden;
  z-index: 1;
  cursor: pointer;
}

.slideArrows .slick-next {
  transform: rotate(45deg);
}

.slideArrows .slick-prev {
  transform: rotate(-135deg);
}

@media only screen and (min-width: 768px) {
  .slideArrows .slick-next {
    right: 30px;
  }
  .slideArrows .slick-prev {
    left: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .slideArrows .slick-next {
    right: 10px;
  }
  .slideArrows .slick-prev {
    left: 10px;
  }
}

/*===========================================
accordion
===========================================*/
div.accordion {
  transition: height 0.5s ease;
  height: 0;
  overflow: hidden;
}

div.accordion.open {
  height: auto;
}

/*===========================================
general
===========================================*/
.alpha {
  transition: opacity 0.5s ease;
  opacity: 1;
}

.alpha:hover {
  opacity: 0.7;
}

.marker {
  transition: all 0.5s ease;
  background-repeat: repeat-x;
  background-size: 200% .5em;
  background-position: 0 1em;
  background-image: linear-gradient(90deg, transparent 50%, #fad4d1 50%);
}

.scrollView {
  transition: opacity 0.5s ease, transform 0.5s ease;
  transform: translateY(20px);
  opacity: 0;
}

.scrollView.visible {
  transform: translateY(0);
  opacity: 1;
}

.scrollView.sub {
  transform: scale(1);
}

.scrollView.sub.visible {
  animation: 0.66s ease 0s forwards effectPop2;
}

.aliceColor {
  font-weight: bold;
}

.aliceColor > *:nth-of-type(11n + 1) {
  color: #e8326f;
}

.aliceColor > *:nth-of-type(11n + 2) {
  color: #f6ab00;
}

.aliceColor > *:nth-of-type(11n + 3) {
  color: #019f52;
}

.aliceColor > *:nth-of-type(11n + 4) {
  color: #6c69b0;
}

.aliceColor > *:nth-of-type(11n + 5) {
  color: #e8326f;
}

.aliceColor > *:nth-of-type(11n + 6) {
  color: #019f52;
}

.aliceColor > *:nth-of-type(11n + 7) {
  color: #e8326f;
}

.aliceColor > *:nth-of-type(11n + 8) {
  color: #6c69b0;
}

.aliceColor > *:nth-of-type(11n + 9) {
  color: #019f52;
}

.aliceColor > *:nth-of-type(11n + 10) {
  color: #f6ab00;
}

.aliceColor > *:nth-of-type(11n + 11) {
  color: #6c69b0;
}

.circle {
  display: flex;
  justify-content: center;
  height: 45px;
}

.circle > * {
  justify-content: center;
  width: 14em;
  height: 14em;
  margin: 0 auto;
  text-align: center;
}

.circle > * > * {
  display: flex;
  align-items: flex-start;
  position: absolute;
  top: 0;
  left: calc(50% - 0.5em);
  display: inline-block;
  width: 1em;
  height: 50%;
  transform-origin: center bottom;
}

.circle > * > *:after {
  content: "";
  display: block;
  position: absolute;
  top: 1em;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
}

.circle > * > * > * {
  display: block;
  overflow: hidden;
}

.circle > * > *:nth-of-type(n + 1) {
  transform: rotate(10deg);
}

.circle > * > *:nth-of-type(n + 2) {
  transform: rotate(20deg);
}

.circle > * > *:nth-of-type(n + 3) {
  transform: rotate(30deg);
}

.circle > * > *:nth-of-type(n + 4) {
  transform: rotate(40deg);
}

.circle > * > *:nth-of-type(n + 5) {
  transform: rotate(50deg);
}

.circle > * > *:nth-of-type(n + 6) {
  transform: rotate(60deg);
}

.circle > * > *:nth-of-type(n + 7) {
  transform: rotate(70deg);
}

.circle > * > *:nth-of-type(n + 8) {
  transform: rotate(80deg);
}

.circle > * > *:nth-of-type(n + 9) {
  transform: rotate(90deg);
}

.circle > * > *:nth-of-type(n + 10) {
  transform: rotate(100deg);
}

.circle > * > *:nth-of-type(n + 11) {
  transform: rotate(110deg);
}

.circle > * > *:nth-of-type(n + 12) {
  transform: rotate(120deg);
}

.circle > * > *:nth-of-type(n + 13) {
  transform: rotate(130deg);
}

.circle > * > *:nth-of-type(n + 14) {
  transform: rotate(140deg);
}

.circle > * > *:nth-of-type(n + 15) {
  transform: rotate(150deg);
}

.circle > * > *:nth-of-type(n + 16) {
  transform: rotate(160deg);
}

.circle > * > *:nth-of-type(n + 17) {
  transform: rotate(170deg);
}

.circle > * > *:nth-of-type(n + 18) {
  transform: rotate(180deg);
}

.circle > * > *:nth-of-type(n + 19) {
  transform: rotate(190deg);
}

.circle > * > *:nth-of-type(n + 20) {
  transform: rotate(200deg);
}

.circle > * > *:nth-of-type(n + 21) {
  transform: rotate(210deg);
}

.circle > * > *:nth-of-type(n + 22) {
  transform: rotate(220deg);
}

.circle > * > *:nth-of-type(n + 23) {
  transform: rotate(230deg);
}

.circle > * > *:nth-of-type(n + 24) {
  transform: rotate(240deg);
}

.circle > * > *:nth-of-type(n + 25) {
  transform: rotate(250deg);
}

.circle > * > *:nth-of-type(n + 26) {
  transform: rotate(260deg);
}

.circle > * > *:nth-of-type(n + 27) {
  transform: rotate(270deg);
}

.circle > * > *:nth-of-type(n + 28) {
  transform: rotate(280deg);
}

.circle > * > *:nth-of-type(n + 29) {
  transform: rotate(290deg);
}

.circle > * > *:nth-of-type(n + 30) {
  transform: rotate(300deg);
}

.circle > * > *:nth-of-type(n + 31) {
  transform: rotate(310deg);
}

.circle > * > *:nth-of-type(n + 32) {
  transform: rotate(320deg);
}

.circle > * > *:nth-of-type(n + 33) {
  transform: rotate(330deg);
}

.circle > * > *:nth-of-type(n + 34) {
  transform: rotate(340deg);
}

.circle > * > *:nth-of-type(n + 35) {
  transform: rotate(350deg);
}

.circle > * > *:nth-of-type(n + 36) {
  transform: rotate(360deg);
}

/*===========================================
animation
===========================================*/
.anm_star {
  position: relative;
  width: 100px;
  height: 100px;
  transform: scale(1);
}

.anm_star .effect_circle {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 90%;
  height: 90%;
  border: 50px solid #e5316e;
  border-radius: 100px;
  margin: auto;
  animation: 0.75s linear 0s infinite effectCircle;
}

.anm_star .effect_star {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background: url("../img/anm_star.png") center no-repeat;
  background-size: contain;
  animation: 0.75s linear 0s infinite effectStar;
}

.anm_star .effect_shot {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 5px;
  height: 5px;
  margin: auto;
}

.anm_star .effect_shot:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  margin: auto;
  background: #f9bd38;
  animation: 0.75s linear 0s infinite effectShot;
}

.anm_star .effect_shot:nth-of-type(1) {
  transform: rotate(-90deg);
}

.anm_star .effect_shot:nth-of-type(2) {
  transform: rotate(-18deg);
}

.anm_star .effect_shot:nth-of-type(3) {
  transform: rotate(54deg);
}

.anm_star .effect_shot:nth-of-type(4) {
  transform: rotate(126deg);
}

.anm_star .effect_shot:nth-of-type(5) {
  transform: rotate(198deg);
}

.anm_light {
  position: relative;
  width: 100px;
  height: 100px;
  transform: scale(1);
}

.anm_light:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  margin: auto;
  background: #fff;
}

.anm_light .effect_shot {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 1px;
  height: 2px;
  margin: auto;
}

.anm_light .effect_shot:after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 1px;
  border-radius: 1px;
  margin: auto;
  background: #000;
  animation: 1s ease 0s infinite effectLight;
}

.anm_light .effect_shot:nth-of-type(2n):after {
  animation: 1s ease 0s infinite effectLight2;
}

.anm_light .effect_shot:nth-of-type(1) {
  transform: rotate(-10deg);
}

.anm_light .effect_shot:nth-of-type(2) {
  transform: rotate(-30deg);
}

.anm_light .effect_shot:nth-of-type(3) {
  transform: rotate(-50deg);
}

.anm_light .effect_shot:nth-of-type(4) {
  transform: rotate(-70deg);
}

.anm_light .effect_shot:nth-of-type(5) {
  transform: rotate(-90deg);
}

.anm_light .effect_shot:nth-of-type(6) {
  transform: rotate(-110deg);
}

.anm_light .effect_shot:nth-of-type(7) {
  transform: rotate(-130deg);
}

.anm_light .effect_shot:nth-of-type(8) {
  transform: rotate(-150deg);
}

.anm_light .effect_shot:nth-of-type(9) {
  transform: rotate(-170deg);
}

.anm_pop {
  display: inline-flex;
  position: relative;
  line-height: 1;
}

.anm_pop > * {
  display: flex;
}

.anm_pop > * > * {
  transform: translateY(1em);
  animation: 0.5s linear 0s forwards effectPop;
  overflow: hidden;
}

.anm_pop > *:after {
  transform: translateY(100%);
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
}

.anm_pop > *:nth-of-type(1) > * {
  animation-delay: 0.05s;
}

.anm_pop > *:nth-of-type(2) > * {
  animation-delay: 0.1s;
}

.anm_pop > *:nth-of-type(3) > * {
  animation-delay: 0.15s;
}

.anm_pop > *:nth-of-type(4) > * {
  animation-delay: 0.2s;
}

.anm_pop > *:nth-of-type(5) > * {
  animation-delay: 0.25s;
}

.anm_pop > *:nth-of-type(6) > * {
  animation-delay: 0.3s;
}

.anm_pop > *:nth-of-type(7) > * {
  animation-delay: 0.35s;
}

.anm_pop > *:nth-of-type(8) > * {
  animation-delay: 0.4s;
}

.anm_pop > *:nth-of-type(9) > * {
  animation-delay: 0.45s;
}

.anm_pop > *:nth-of-type(10) > * {
  animation-delay: 0.5s;
}

.anm_pop > *:nth-of-type(11) > * {
  animation-delay: 0.55s;
}

.anm_pop > *:nth-of-type(12) > * {
  animation-delay: 0.6s;
}

.anm_pop > *:nth-of-type(13) > * {
  animation-delay: 0.65s;
}

.anm_pop > *:nth-of-type(14) > * {
  animation-delay: 0.7s;
}

.anm_pop > *:nth-of-type(15) > * {
  animation-delay: 0.75s;
}

.anm_pop > *:nth-of-type(16) > * {
  animation-delay: 0.8s;
}

.anm_pop > *:nth-of-type(17) > * {
  animation-delay: 0.85s;
}

.anm_pop > *:nth-of-type(18) > * {
  animation-delay: 0.9s;
}

.anm_pop > *:nth-of-type(19) > * {
  animation-delay: 0.95s;
}

.anm_pop > *:nth-of-type(20) > * {
  animation-delay: 1s;
}

@keyframes effectCircle {
  0% {
    border-width: 45px;
    transform: scale(0.95);
    opacity: 1;
  }
  5% {
    border-width: 45px;
    transform: scale(0.95);
    opacity: 1;
  }
  32% {
    border-width: 5px;
    transform: scale(0.95);
    opacity: 1;
  }
  36% {
    border-width: 5px;
    transform: scale(1);
    opacity: 0.2;
  }
  40% {
    border-width: 5px;
    transform: scale(1);
    opacity: 0;
  }
  100% {
    border-width: 5px;
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes effectStar {
  0% {
    transform: scale(0);
  }
  35% {
    transform: scale(0);
  }
  45% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.6);
  }
  100% {
    transform: scale(0.6);
  }
}

@keyframes effectShot {
  0% {
    width: 100%;
    transform: translateX(0px);
    opacity: 1;
  }
  45% {
    width: 100%;
    transform: translateX(0px);
    opacity: 1;
  }
  51% {
    width: 200%;
    transform: translateX(50px);
    opacity: 1;
  }
  52% {
    width: 100%;
    transform: translateX(50px);
    opacity: 1;
  }
  57% {
    width: 100%;
    transform: translateX(50px);
    opacity: 1;
  }
  59% {
    width: 100%;
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    width: 100%;
    transform: translateX(50px);
    opacity: 0;
  }
}

@keyframes effectLight {
  0% {
    width: 2px;
    transform: translateX(0px);
    opacity: 1;
  }
  50% {
    width: 10px;
    transform: translateX(30px);
    opacity: 1;
  }
  80% {
    width: 2px;
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    width: 2px;
    transform: translateX(50px);
    opacity: 0;
  }
}

@keyframes effectLight2 {
  0% {
    width: 2px;
    transform: translateX(0px);
    opacity: 1;
  }
  50% {
    width: 20px;
    transform: translateX(30px);
    opacity: 1;
  }
  90% {
    width: 2px;
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    width: 2px;
    transform: translateX(50px);
    opacity: 0;
  }
}

@keyframes effectPop {
  0% {
    transform: translateY(1em) scale(1, 1);
  }
  28% {
    transform: translateY(-0.16em) scale(1, 1.66);
  }
  40% {
    transform: translateY(-0.3em) scale(1, 1);
  }
  52% {
    transform: translateY(-0.16em) scale(1, 1);
  }
  58% {
    transform: translateY(0%) scale(1, 1);
  }
  60% {
    transform: translateY(0%) scale(1, 1);
  }
  65% {
    transform: translateY(-0.08em) scale(1, 1.1);
  }
  80% {
    transform: translateY(-0.1em) scale(1, 1);
  }
  95% {
    transform: translateY(-0.08em) scale(1, 1);
  }
  100% {
    transform: translateY(0%) scale(1, 1);
  }
}

@keyframes effectPop2 {
  0% {
    transform: scale(1) translateY(0);
  }
  66% {
    transform: scale(1.25) translateY(-12px);
  }
  100% {
    transform: scale(1) translateY(0);
  }
}

@keyframes balloon {
  0% {
    transform: rotate(0deg);
  }
  49% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(6deg);
  }
  100% {
    transform: rotate(6deg);
  }
}

/*===========================================

===========================================*/
@media only screen and (min-width: 768px) {
  .sp_only {
    display: none !important;
  }
  .alpha:hover {
    opacity: 0.7;
  }
}

@media only screen and (max-width: 767px) {
  .pc_only {
    display: none !important;
  }
}
/*# sourceMappingURL=common.css.map */