@charset "UTF-8";
/*!
  Reset Stylesheet
  Author: yama-dev - https://github.com/yama-dev
  */
html, body, div, span, object, iframe, embed, main,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, tbody, tfoot, thead, tr, th, td, caption,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, source {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: middle;
  background: transparent;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

button, input, select, textarea, datalist {
  vertical-align: middle;
  min-height: 1.5em;
  background-color: transparent;
}

input[type=submit], input[type=reset] {
  cursor: pointer;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
}

a[href^=tel] {
  display: inline-block;
  color: inherit;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

iframe {
  border: none;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0;
}

[role=button] {
  cursor: pointer;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

body {
  line-height: 1;
}

body, button, input, select, textarea, datalist {
  font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  word-wrap: break-word;
}

:root {
  --color-blue: #0147bb;
  --color-white: #fff;
  --color-black: #000;
  --color-pink: #f4a6d7;
  --color-orange: #ff8e1b;
  --color-yellow: #fedd00;
  --color-green: #02ab8e;
}

@keyframes loop_x {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes op_bg_PC {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -130px -130px;
  }
}
@keyframes op_bg_SP {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -80px -80px;
  }
}
@keyframes kakukaku1 {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes kakukaku2 {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(0.9);
  }
  20% {
    transform: scale(1);
  }
  30% {
    transform: scale(1.1);
  }
  40% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes kakukaku3 {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes kakukaku4 {
  0% {
    transform: rotate(0);
  }
  10% {
    transform: rotate(10deg);
  }
  20% {
    transform: rotate(0);
  }
  30% {
    transform: rotate(10deg);
  }
  40% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes kakukaku5 {
  0% {
    transform: translate(0, 0);
  }
  10% {
    transform: translate(5px, -5px);
  }
  20% {
    transform: translate(7px, -7px);
  }
  30% {
    transform: translate(5px, -5px);
  }
  40% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes kakukaku6 {
  0% {
    transform: scale(1) rotate(0);
  }
  50% {
    transform: scale(0.9) rotate(-5deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
@keyframes kakukaku7 {
  0% {
    transform: translate(0, 0);
  }
  10% {
    transform: translate(0, 5px);
  }
  20% {
    transform: translate(0, 7px);
  }
  30% {
    transform: translate(0, 5px);
  }
  40% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes chara1 {
  0% {
    transform: translateY(0);
  }
  5% {
    transform: translateY(-1rem);
  }
  10% {
    transform: translateY(0);
  }
  15% {
    transform: translateY(-1rem);
  }
  20% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes chara2 {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes friends_bg1 {
  from {
    transform: translate(0px, 0px) scale(1, 1) rotate(0deg) skew(0deg, 0deg);
  }
  to {
    transform: translate(0px, 0px) scale(1, 1) rotate(0deg) skew(0deg, 0deg);
  }
  50% {
    transform: translate(0px, 0px) scale(1, 1) rotate(0deg) skew(0deg, 0deg);
  }
  20% {
    transform: translate(0px, 0px) scale(1.1, 1.1) rotate(-15deg) skew(0deg, 0deg);
  }
  40% {
    transform: translate(0px, 0px) scale(0.9, 0.9) rotate(0deg) skew(0deg, 0deg);
  }
  30% {
    transform: translate(0px, 0px) scale(1, 1) rotate(0deg) skew(0deg, 0deg);
  }
  10% {
    transform: translate(0px, 0px) scale(1, 1) rotate(-15deg) skew(0deg, 0deg);
  }
  60% {
    transform: translate(0px, 0px) scale(1, 1) rotate(15deg) skew(0deg, 0deg);
  }
  80% {
    transform: translate(0px, 0px) scale(1, 1) rotate(0deg) skew(0deg, 0deg);
  }
  90% {
    transform: translate(0px, 0px) scale(1, 1) rotate(0deg) skew(0deg, 0deg);
  }
}
@keyframes friends_bg2 {
  from {
    transform: translate(0px, 0px) scale(1, 1) rotate(0deg) skew(0deg, 0deg);
  }
  to {
    transform: translate(0px, 0px) scale(1, 1) rotate(0deg) skew(0deg, 0deg);
  }
  20% {
    transform: translate(0px, 0px) scale(1.1, 1.1) rotate(0deg) skew(0deg, 0deg);
  }
  50% {
    transform: translate(0px, 0px) scale(1, 1) rotate(10deg) skew(0deg, 0deg);
  }
  30% {
    transform: translate(0px, 0px) scale(1.1, 1.1) rotate(0deg) skew(0deg, 0deg);
  }
  60% {
    transform: translate(0px, 0px) scale(0.95, 0.95) rotate(15deg) skew(0deg, 0deg);
  }
  80% {
    transform: translate(0px, 0px) scale(1, 1) rotate(0deg) skew(0deg, 0deg);
  }
}
@keyframes friends_bg3 {
  from {
    transform: translate(0px, 0px) scale(1, 1) rotate(0deg) skew(0deg, 0deg);
  }
  to {
    transform: translate(0px, 0px) scale(1, 1) rotate(0deg) skew(0deg, 0deg);
  }
  20% {
    transform: translate(0px, 0px) scale(1, 1) rotate(10deg) skew(0deg, 0deg);
  }
  40% {
    transform: translate(0px, 0px) scale(1.1, 1.1) rotate(15deg) skew(0deg, 0deg);
  }
  70% {
    transform: translate(0px, 0px) scale(1, 1) rotate(-10deg) skew(0deg, 0deg);
  }
  90% {
    transform: translate(0px, 0px) scale(1, 1) rotate(0deg) skew(0deg, 0deg);
  }
}
@keyframes friends_bg4 {
  from {
    transform: translate(0px, 0px) scale(1, 1) rotate(0deg) skew(0deg, 0deg);
  }
  to {
    transform: translate(0px, 0px) scale(1, 1) rotate(0deg) skew(0deg, 0deg);
  }
  20% {
    transform: translate(0px, 0px) scale(1, 1) rotate(-10deg) skew(0deg, 0deg);
  }
  40% {
    transform: translate(0px, 0px) scale(1.1, 1.1) rotate(-15deg) skew(0deg, 0deg);
  }
  70% {
    transform: translate(0px, 0px) scale(1, 1) rotate(10deg) skew(0deg, 0deg);
  }
  90% {
    transform: translate(0px, 0px) scale(1, 1) rotate(0deg) skew(0deg, 0deg);
  }
}
html {
  width: 100%;
  font-size: 62.5%;
}
@media screen and (min-width: 860px) {
  html {
    font-size: min(0.7142857143vw, 10px);
  }
}
@media screen and (max-width: 370px) {
  html {
    font-size: 54%;
  }
}

body {
  font-size: 1.6rem;
  background-color: var(--color-blue);
  font-family: YakuHanJP, "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
}
body .m-modal .m-modal__content {
  width: 92%;
  position: relative;
}
body .m-modal .m-modal__close {
  position: absolute;
  top: 2rem;
  right: -1rem;
  width: 4.5rem;
  height: 4.5rem;
  background-color: var(--color-pink);
  border: 2px solid var(--color-black);
  box-sizing: border-box;
  border-radius: 50%;
}
body .m-modal .m-modal__close::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 45%;
  height: 2px;
  background-color: var(--color-blue);
}
body .m-modal .m-modal__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 45%;
  height: 2px;
  background-color: var(--color-blue);
}

.is-modal-overflow-prep .m-modal .m-modal__content {
  margin: 0 auto;
}

.l-content {
  position: relative;
  z-index: 1;
}
.l-content__inner {
  background-color: var(--color-blue);
  min-height: 100vh;
}

.l-hashdeco {
  padding: 10px 0 41px;
  overflow: hidden;
}
@media screen and (max-width: 859px) {
  .l-hashdeco {
    padding: 5px 0 20px;
  }
}
.l-hashdeco.--type2 {
  background: url(../img/hashtag_bg.jpg) repeat center top;
  background-size: 30px;
  padding: 20px 0 20px;
  border-top: 4px solid var(--color-blue);
  border-bottom: 4px solid var(--color-blue);
}
@media screen and (max-width: 859px) {
  .l-hashdeco.--type2 {
    border-width: 2px;
    padding: 10px 0 10px;
    background-size: 15px;
  }
}
.l-hashdeco__list {
  display: flex;
}
.l-hashdeco__list-item {
  flex-shrink: 0;
  width: 1555px;
  height: 72px;
  padding-right: 15px;
}
@media screen and (max-width: 859px) {
  .l-hashdeco__list-item {
    width: 780px;
    height: 36px;
    padding-right: 8px;
  }
}
.is-load .-l .l-hashdeco__list-item {
  animation: loop_x 20s linear infinite forwards;
}
.is-load .-r .l-hashdeco__list-item {
  animation: loop_x 20s linear infinite forwards reverse;
}
.l-hashdeco__list-item img {
  height: 100%;
}

.l-wrap {
  position: relative;
  overflow: hidden;
}

.l-main {
  padding: 0 3rem 3rem;
}
@media screen and (max-width: 859px) {
  .l-main {
    padding: 0 1.5rem 1.5rem;
  }
}
.l-main__inner {
  background: url(../img/bg_grid.jpg) repeat center 0;
  background-size: 98px;
  border-radius: 3rem;
  overflow: hidden;
}
@media screen and (max-width: 859px) {
  .l-main__inner {
    background-size: 45px;
    border-radius: 2rem;
  }
}

.l-box {
  position: relative;
  overflow: hidden;
}

.l-footer {
  padding: 8.5rem 0 2rem;
}
@media screen and (max-width: 859px) {
  .l-footer {
    padding: 5.7rem 0 1rem;
  }
}
.l-footer__content {
  text-align: center;
  position: relative;
  margin: 0 auto;
  width: 97%;
  padding-bottom: 7.2rem;
}
@media screen and (max-width: 859px) {
  .l-footer__content {
    padding-bottom: 3rem;
  }
}
.l-footer__copy {
  color: var(--color-blue);
  font-size: 1.2rem;
}
@media screen and (max-width: 859px) {
  .l-footer__copy {
    font-size: 0.9rem;
  }
}
.l-footer__pagetop {
  position: absolute;
  bottom: 1rem;
  right: 0;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background-color: var(--color-blue);
}
@media (hover: hover) {
  .l-footer__pagetop {
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  }
  .l-footer__pagetop:hover {
    transform: scale(1.1);
  }
}
@media screen and (max-width: 859px) {
  .l-footer__pagetop {
    width: 3.6rem;
    height: 3.6rem;
    bottom: auto;
    top: -1.2rem;
    right: 0.5rem;
  }
}
.l-footer__pagetop a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.l-footer__pagetop-icon {
  width: 2rem;
  height: 2rem;
  fill: var(--color-pink);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 859px) {
  .l-footer__pagetop-icon {
    width: 1rem;
    height: 1rem;
  }
}
.l-footer__pagetop-icon svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.l-footer__line {
  display: flex;
  flex-wrap: nowrap;
}
.l-footer__line-item {
  flex-shrink: 0;
  width: 1490px;
}
@media screen and (min-width: 1600px) {
  .l-footer__line-item {
    width: 1788px;
  }
}
@media screen and (max-width: 859px) {
  .l-footer__line-item {
    width: 790px;
  }
}
.is-load .l-footer__line-item {
  animation: loop_x 30s linear infinite forwards reverse;
}

.l-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  pointer-events: none;
}
@media screen and (min-width: 860px) {
  .l-menu.is-show {
    pointer-events: auto;
  }
}
@media screen and (max-width: 859px) {
  .l-menu {
    height: 100%;
  }
  .is-menu-open .l-menu {
    pointer-events: auto;
  }
}
.l-menu__btn {
  position: absolute;
  top: 2.5rem;
  right: 2.5rem;
  width: 6rem;
  cursor: pointer;
  pointer-events: all;
  z-index: 1;
}
.l-menu__btn-inner {
  position: relative;
}
.l-menu__btn-close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
}
.is-menu-open .l-menu__btn-close {
  opacity: 1;
}
@media screen and (max-width: 859px) {
  .l-menu__inner {
    width: 100%;
    height: 100%;
    background-color: var(--color-blue);
    padding: 1.5rem 1.5rem;
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .is-menu-open .l-menu__inner {
    opacity: 1;
  }
}
.l-menu__logo {
  position: absolute;
  z-index: 1;
  top: 1.45rem;
  left: 1.45rem;
  background-color: var(--color-blue);
  padding: 0px 1.7rem 2.6rem;
  border-radius: 0 0 2rem 0;
  width: 20.7rem;
}
@media screen and (max-width: 859px) {
  .l-menu__logo {
    padding: 0px 1rem 1.5rem;
    width: 12.5rem;
    border-radius: 0 0 1.5rem 0;
  }
}
.l-menu__logo::before {
  content: "";
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/corner.png) no-repeat center center;
  background-size: contain;
  transform: translateX(99%);
}
@media screen and (max-width: 859px) {
  .l-menu__logo::before {
    width: 1rem;
    height: 1rem;
  }
}
.l-menu__logo::after {
  content: "";
  width: 2rem;
  height: 2rem;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/corner.png) no-repeat center center;
  background-size: contain;
  transform: translateY(99%);
}
@media screen and (max-width: 859px) {
  .l-menu__logo::after {
    width: 1rem;
    height: 1rem;
  }
}
.l-menu__logo-img {
  width: 89%;
}
.l-menu__content {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: var(--color-white);
}
@media screen and (min-width: 860px) {
  .l-menu__content {
    border-radius: 0 0 2rem 2rem;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    transform: translateY(-100%);
    transition: transform 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  }
  .is-show .l-menu__content {
    transform: translateY(0);
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  }
}
@media screen and (max-width: 859px) {
  .l-menu__content {
    overflow: hidden;
    border-radius: 1.5rem;
  }
}
.l-menu__content-outer {
  width: 100%;
  height: 100%;
  overflow: auto;
}
.l-menu__content-inner {
  padding: 10.5rem 7% 4rem;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 860px) {
  .l-menu__content-inner {
    padding: 2rem 4rem 2rem;
    flex-direction: row;
  }
}
@media screen and (min-width: 860px) {
  .l-menu__list {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 859px) {
  .l-menu__list {
    padding-left: 0.6rem;
  }
}
@media screen and (min-width: 860px) {
  .l-menu__list-item {
    margin-right: 3.5rem;
    position: relative;
  }
  .l-menu__list-item.-logo {
    width: 13.5rem;
    flex-shrink: 0;
    margin-right: 4rem;
  }
  .l-menu__list-item.-logo::before {
    content: none;
  }
  .l-menu__list-item::before {
    content: "";
    width: 3rem;
    height: 3rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.7);
    opacity: 0;
    pointer-events: none;
    background: url(../img/heart_shape_pink.png) no-repeat center center;
    background-size: contain;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  }
}
@media screen and (min-width: 860px) and (hover: hover) {
  .l-menu__list-item:hover::before {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0s linear;
  }
}
@media screen and (max-width: 859px) {
  .l-menu__list-item {
    margin-bottom: 2.7rem;
    opacity: 0;
    transform: translateY(3.5rem);
  }
  .is-menu-open .l-menu__list-item {
    opacity: 1;
    transform: translateY(0);
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .is-menu-open .l-menu__list-item:nth-child(1) {
    transition-delay: 0.1s;
  }
  .is-menu-open .l-menu__list-item:nth-child(2) {
    transition-delay: 0.22s;
  }
  .is-menu-open .l-menu__list-item:nth-child(3) {
    transition-delay: 0.34s;
  }
  .is-menu-open .l-menu__list-item:nth-child(4) {
    transition-delay: 0.46s;
  }
  .is-menu-open .l-menu__list-item:nth-child(5) {
    transition-delay: 0.58s;
  }
}
.l-menu__list-item a {
  text-decoration: none;
  position: relative;
  font-family: "laca-text", YakuHanJP, "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 800;
  font-size: 2.3rem;
  color: var(--color-blue);
}
@media screen and (min-width: 860px) {
  .l-menu__list-item a {
    font-size: 1.75rem;
  }
}
.l-menu__list-item a span {
  vertical-align: baseline;
  font-size: 2.2rem;
}
@media screen and (min-width: 860px) {
  .l-menu__list-item a span {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 860px) {
  .l-menu__links {
    padding-right: 5.6rem;
  }
}
@media screen and (max-width: 859px) {
  .l-menu__links {
    padding-left: 0.6rem;
    margin-top: 6rem;
  }
}
@media screen and (min-width: 860px) {
  .l-menu__share {
    position: absolute;
    top: 2.6rem;
    right: 4rem;
    padding-bottom: 4rem;
    width: 3rem;
    flex-shrink: 0;
    cursor: pointer;
  }
  .l-menu__share-icon {
    fill: var(--color-blue);
    transition: fill 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  }
}
@media (hover: hover) {
  .l-menu__share:hover .l-menu__share-icon {
    fill: var(--color-pink);
  }
  .l-menu__share:hover .l-menu__share-list {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(6.5rem) translateX(-50%);
  }
}
@media screen and (max-width: 859px) {
  .l-menu__share {
    padding-left: 0.6rem;
  }
}
@media screen and (max-width: 859px) {
  .l-menu__share-list {
    display: flex;
  }
}
@media screen and (min-width: 860px) {
  .l-menu__share-list {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateY(4rem) translateX(-50%);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1), transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  }
}
.l-menu__share-list-item {
  width: 4.3rem;
}
@media screen and (min-width: 860px) {
  .l-menu__share-list-item {
    width: 5.7rem;
  }
}
@media screen and (min-width: 860px) {
  .l-menu__share-list-item + .l-menu__share-list-item {
    margin-top: 0.8rem;
  }
}
@media screen and (max-width: 859px) {
  .l-menu__share-list-item + .l-menu__share-list-item {
    margin-left: 1rem;
  }
}
.l-menu__share-list-item a {
  display: block;
  position: relative;
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}
@media (hover: hover) {
  .l-menu__share-list-item a:hover {
    transform: scale(1.1);
  }
}
.l-menu__share-list-item a img {
  width: 100%;
}
@media screen and (max-width: 859px) {
  .l-menu__share-list-item {
    opacity: 0;
    transform: translateY(3.5rem);
  }
  .is-menu-open .l-menu__share-list-item {
    opacity: 1;
    transform: translateY(0);
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .is-menu-open .l-menu__share-list-item:nth-child(1) {
    transition-delay: 0.4s;
  }
  .is-menu-open .l-menu__share-list-item:nth-child(2) {
    transition-delay: 0.52s;
  }
  .is-menu-open .l-menu__share-list-item:nth-child(3) {
    transition-delay: 0.64s;
  }
}
.--sharex .l-menu__share-list-base {
  fill: var(--color-black);
}
.--sharefb .l-menu__share-list-base {
  fill: var(--color-blue);
}
.--shareline .l-menu__share-list-base {
  fill: var(--color-green);
}
.l-menu__share-list-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 37%;
  fill: var(--color-white);
}
.l-menu__official {
  border: 2px solid var(--color-black);
  box-sizing: border-box;
  width: 21.3rem;
  border-radius: 100px;
  background-color: var(--color-pink);
}
@media screen and (max-width: 859px) {
  .l-menu__official {
    margin-bottom: 2.7rem;
    transform: translateY(3.5rem);
    opacity: 0;
  }
  .is-menu-open .l-menu__official {
    opacity: 1;
    transform: translateY(0);
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition-delay: 0.2s;
  }
}
@media (hover: hover) {
  .l-menu__official {
    transition: transform 0.55s cubic-bezier(0.34, 1.56, 0.64, 1), background 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  }
  .l-menu__official:hover {
    transform: scale(1.05);
    background-color: var(--color-blue);
  }
  .l-menu__official:hover .l-menu__official-text {
    color: var(--color-pink);
  }
}
.l-menu__official a {
  display: block;
  padding: 1rem 0 0.7rem;
  text-decoration: none;
  font-family: "laca-text", sans-serif;
  font-weight: 800;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 860px) {
  .l-menu__official a {
    padding: 0.9rem 0 1.1rem;
  }
}
.l-menu__official-text {
  font-size: 2rem;
  color: var(--color-blue);
  padding-left: 3rem;
}
.l-menu__official-chara {
  position: absolute;
  bottom: 9%;
  left: 7%;
  width: 29%;
}
@media screen and (min-width: 860px) {
  .l-menu__official-chara {
    bottom: 8%;
    left: 8%;
    width: 22%;
  }
}
.l-menu__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
}
.l-menu__bg-item {
  position: absolute;
}
.l-menu__bg-item.-d1 {
  width: 8%;
  top: 27.5%;
  left: 17%;
}
.is-load .l-menu__bg-item.-d1 img {
  animation: kakukaku1 1.5s steps(1) infinite forwards;
}
.l-menu__bg-item.-d2 {
  width: 7%;
  top: 34.5%;
  left: 20%;
}
.is-load .l-menu__bg-item.-d2 img {
  animation: kakukaku6 1.2s steps(2) infinite forwards;
}
.l-menu__bg-item.-d3 {
  width: 11%;
  top: 11.5%;
  left: 25%;
}
.is-load .l-menu__bg-item.-d3 img {
  animation: kakukaku3 1.5s steps(1) infinite 0.1s;
}
.l-menu__bg-item.-d4 {
  width: 8.5%;
  top: 50.5%;
  right: 38%;
}
.is-load .l-menu__bg-item.-d4 img {
  animation: kakukaku3 1.5s steps(1) infinite 0.1s;
}
.l-menu__bg-item.-d5 {
  width: 21.5%;
  top: 6%;
  right: 25%;
}
.is-load .l-menu__bg-item.-d5 img {
  animation: kakukaku7 2s steps(1) infinite forwards;
}
.l-menu__bg-item.-d6 {
  width: 14.5%;
  top: 16%;
  right: 6%;
}
.is-load .l-menu__bg-item.-d6 img {
  animation: kakukaku1 2.5s steps(1) infinite forwards;
}
.l-menu__bg-item.-d7 {
  width: 7.5%;
  top: 53.5%;
  left: 9.5%;
}
.is-load .l-menu__bg-item.-d7 img {
  animation: kakukaku2 1.8s steps(1) infinite forwards;
}
.l-menu__bg-item.-d8 {
  width: 12.5%;
  bottom: 3.5%;
  left: 10.5%;
}
.is-load .l-menu__bg-item.-d8 img {
  animation: kakukaku3 1.5s steps(1) infinite forwards 0.2s;
}
.l-menu__bg-item.-d9 {
  width: 11.5%;
  bottom: 26%;
  left: 27.5%;
}
.is-load .l-menu__bg-item.-d9 img {
  animation: kakukaku1 1.5s steps(1) infinite forwards;
}
.l-menu__bg-item.-d10 {
  width: 11%;
  bottom: 7.5%;
  right: 25.5%;
}
.is-load .l-menu__bg-item.-d10 img {
  animation: kakukaku4 3.5s steps(1) infinite forwards;
}
.l-menu__bg-item.-d11 {
  width: 6%;
  top: 49.5%;
  right: 9.5%;
}
.is-load .l-menu__bg-item.-d11 img {
  animation: kakukaku6 2s steps(1) infinite forwards;
}
.l-menu__bg-item.-d12 {
  width: 12%;
  bottom: 23.5%;
  right: 7.5%;
}
.is-load .l-menu__bg-item.-d12 img {
  animation: kakukaku4 2s steps(1) infinite forwards;
}
.l-menu__bg-item.-d13 {
  width: 14%;
  top: 33.5%;
  right: 21.5%;
}
.is-load .l-menu__bg-item.-d13 img {
  animation: kakukaku5 1.8s steps(1) infinite forwards;
}

img {
  max-width: 100%;
  display: block;
  vertical-align: middle;
}

@media screen and (min-width: 860px) {
  .is-pc {
    display: block;
  }
  .is-sp {
    display: none;
  }
  .is-pc-inline {
    display: inline-block;
  }
  .is-sp-inline {
    display: none;
  }
}
@media screen and (max-width: 859px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
  .is-pc-inline {
    display: none;
  }
  .is-sp-inline {
    display: inline-block;
  }
}