@charset "UTF-8";
:root {
  --color-black: #000;
  --color-white: #fff;
  --color-black-main: #2a2a2a;
  --color-white-main: #ebede9;
  --color-white-article: #e5f4f7;
  --color-gray: #aaaaaa;
  --color-font-main: #301800;
  --color-dotted: #2f1800;
  --color-blue-bg: #fff9b1;
  --color-blue-lead: #cfebee;
  --color-blue-txt: #5794d3;
  --color-blue-sns: #84c3e6;
  --color-blue-movie: #1b6781;
  --color-blue-tab: #e2f3fd;
  --color-pink: #f746a1;
  --color-pink-red: #f16776;
  --color-green: #00a887;
  --color-blown-ft: #e5d297;
  --color-orange-txt: #ff9933;
  --color-orange-lead: #fff9b1;
}

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
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, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
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;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*=========== 400,500,700 ===========*/
/*=========== 600,700 ===========*/
html {
  width: 100%;
  font-size: 62.5%;
}

body {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 400;
  font-family: "M PLUS Rounded 1c", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
}

a {
  color: var(--text);
  position: relative;
  text-decoration: none;
}

.clearfix:after {
  content: " . ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

* {
  box-sizing: border-box;
}
@media screen and (max-width: 900px) {
  * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
*::before, *::after {
  box-sizing: border-box;
}
*:focus-visible {
  outline: 1px solid var(--color-black) !important;
}

input, select, textarea {
  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;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ol, ul {
  list-style: none;
}

@media screen and (min-width: 901px) {
  .is-sp {
    display: none !important;
  }
  .is-sp-inline {
    display: none !important;
  }
  .sp {
    display: none !important;
  }
  .sp-inline {
    display: none !important;
  }
}
@media screen and (max-width: 900px) {
  .is-pc {
    display: none !important;
  }
  .is-pc-inline {
    display: none !important;
  }
  .pc {
    display: none !important;
  }
  .pc-inline {
    display: none !important;
  }
}
@media screen and (orientation: landscape) {
  .is-port {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .is-land {
    display: none !important;
  }
}
img {
  max-width: 100%;
  display: block;
  vertical-align: middle;
}
img::-moz-selection {
  background: none;
}
img::selection {
  background: none;
}
img[height] {
  height: auto !important;
}

[data-prefix]::before {
  content: attr(data-prefix);
}

[data-suffix]::after {
  content: attr(data-suffix);
}

body,
html {
  width: 100%;
  height: 100%;
  background-color: var(--color--bg);
}

.l-container {
  position: relative;
  font-family: "M PLUS Rounded 1c", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  color: var(--color-font-main);
  overflow: hidden;
}

.l-main {
  position: relative;
  min-height: calc(100vh - var(--footer-height));
  padding: 150px 0 310px;
}
@media screen and (max-width: 900px) {
  .l-main {
    padding: 83px 0 210px;
  }
}

.l-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 1;
  transition: opacity 1.5s cubic-bezier(0.25, 1, 0.5, 1) 0s;
}
.l-bg.is-fixed {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.25, 1, 0.5, 1) 0s;
}
.l-bg__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.l-bg__img figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 105%;
  background: url(../img/bd/bg_pc.jpg);
  background-position: center top;
  background-repeat: repeat-y;
  background-size: contain;
  transition: transform 3.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}
@media screen and (max-width: 750px) {
  .l-bg__img figure {
    background: url(../img/bd/bg_sp.jpg);
    background-position: center top;
    background-repeat: repeat-y;
    background-size: 100% auto;
  }
}

/*============================
header
============================*/
.l-header {
  flex: 0 0 auto;
  overflow: hidden;
  width: 100%;
}
.l-header__bar {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 57px;
  z-index: 50;
  padding: 0 6.6%;
}
@media screen and (min-width: 901px) {
  .l-header__bar {
    height: 122px;
    padding: 0 35px;
  }
}
.l-header__bar-inner {
  position: relative;
  height: 100%;
}

.l-header__logo {
  width: 201px;
  width: 15%;
  position: absolute;
  left: 16px;
  top: 54%;
  transform: translateY(-50%);
  width: 15.5%;
  left: -4px;
  top: 51%;
  z-index: 50;
}
@media screen and (max-width: 1300px) {
  .l-header__logo {
    left: -15px;
  }
}
@media screen and (max-width: 900px) {
  .l-header__logo {
    transform: translate(-50%, -50%);
    left: 50%;
    width: 39%;
    max-width: 200px;
  }
}
.l-header__logo-link {
  display: block;
  opacity: 0;
  transform: translateY(-30px);
}
.is-load .l-header__logo-link {
  transform: translateY(0);
  opacity: 1;
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.7s, transform 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.7s;
}
.l-header__logo-img {
  position: relative;
  display: block;
  overflow: hidden;
}
@media screen and (min-width: 901px) and (hover: hover) and (pointer: fine) {
  .l-header__logo-link:hover .l-header__logo-img {
    animation: pyoko 0.3s linear 2;
  }
}

.l-hamburger {
  position: fixed;
  top: 0px;
  right: 5px;
  z-index: 50;
  width: 50px;
  height: 50px;
  color: var(--color-black);
  cursor: pointer;
  display: block;
}
@media screen and (min-width: 901px) {
  .l-hamburger {
    display: none;
  }
}
.l-hamburger__inner {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 18px 10px;
}
.l-hamburger__inner::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -44%);
  width: 210%;
  height: 100%;
  background: url(../img/40th/menu_bg.png) no-repeat;
  background-size: contain;
  background-position: center;
  transition: transform 0.5s linear 0s;
}
.is-menu-open .l-hamburger__inner::before {
  transform: translate(-50%, -37%);
  transition: transform 0.5s linear 0s;
}
.l-hamburger__block {
  position: relative;
  width: 100%;
  height: 100%;
}
.l-hamburger__block span {
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 10px;
  background-color: transparent;
  transition: transform 0.5s 0s, background-color 1s cubic-bezier(0.61, 1, 0.88, 1) 0s;
}
.is-menu-open .l-hamburger__block span {
  transition: background-color 0.5s 0.3s;
}
.l-hamburger__block span:nth-child(1) {
  top: 0;
  right: 0;
}
.is-menu-open .l-hamburger__block span:nth-child(1) {
  transform: translateY(12px) rotate(-40deg);
  transition: transform 0.5s 0s, background-color 1s cubic-bezier(0.61, 1, 0.88, 1) 0s;
}
.l-hamburger__block span:nth-child(1)::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-font-main);
}
.l-hamburger__block span:nth-child(1)::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: var(--color-font-main);
}
.l-hamburger__block span:nth-child(2) {
  top: 7px;
  right: 0;
}
@media screen and (max-width: 900px) {
  .l-hamburger__block span:nth-child(2) {
    top: 8px;
  }
}
.is-menu-open .l-hamburger__block span:nth-child(2) {
  transform: translateY(4px) rotate(40deg);
  transition: transform 0.5s 0s, background-color 1s cubic-bezier(0.61, 1, 0.88, 1) 0s;
}
.l-hamburger__block span:nth-child(2)::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-font-main);
}
.l-hamburger__block span:nth-child(2)::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: var(--color-font-main);
}
.l-hamburger__block span:nth-child(3) {
  bottom: 0;
  right: 0;
  opacity: 1;
  font-size: 10px;
  text-align: center;
  font-family: "Quicksand", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
}
.is-menu-open .l-hamburger__block span:nth-child(3) {
  opacity: 0;
  transition: opacity 0.5s 0s;
}

.l-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 900px) {
  .l-nav {
    pointer-events: none;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .is-menu-open .l-nav {
    align-items: center;
    pointer-events: auto;
  }
}
.l-nav__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  background-color: var(--color-blue-bg);
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.l-nav__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/40th/bg_sp.jpg) no-repeat;
  background-size: 100% auto;
}
.is-menu-open .l-nav__bg {
  opacity: 1;
  transition: opacity 0.2s cubic-bezier(0.25, 1, 0.5, 1);
}
.l-nav__bg-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 20.05%;
  height: 100%;
  background-color: rgba(var(--color-black), 0.5);
  transform-origin: bottom center;
  transform: scalex(0);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), background-color 1s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (min-width: 901px) {
  .l-nav__bg-item {
    display: none;
  }
}
.is-menu-open .l-nav__bg-item {
  transform: scalex(1);
  background-color: var(--color-white);
  transform-origin: top center;
}
.l-nav__bg-item:nth-of-type(1) {
  left: 0%;
  transition-delay: 0s, 0.1s;
}
.l-nav__bg-item:nth-of-type(2) {
  left: 20%;
  transition-delay: 0.1s, 0.1s;
}
.l-nav__bg-item:nth-of-type(3) {
  left: 40%;
  transition-delay: 0.2s, 0.1s;
}
.l-nav__bg-item:nth-of-type(4) {
  left: 60%;
  transition-delay: 0.3s, 0.1s;
}
.l-nav__bg-item:nth-of-type(5) {
  left: 80%;
  transition-delay: 0.4s, 0.1s;
}
.l-nav__bg-item:nth-of-type(6) {
  left: 100%;
  transition-delay: 0.5s, 0.1s;
}
.l-nav__bg-item:nth-of-type(7) {
  left: 120%;
  transition-delay: 0.6s, 0.1s;
}
.l-nav__bg-item:nth-of-type(8) {
  left: 140%;
  transition-delay: 0.7s, 0.1s;
}
.l-nav__bg-item:nth-of-type(9) {
  left: 160%;
  transition-delay: 0.8s, 0.1s;
}
.l-nav__bg-item:nth-of-type(10) {
  left: 180%;
  transition-delay: 0.9s, 0.1s;
}
.l-nav__bg-item:nth-of-type(11) {
  left: 200%;
  transition-delay: 1s, 0.1s;
}
.l-nav__bg-item:nth-of-type(12) {
  left: 220%;
  transition-delay: 1.1s, 0.1s;
}
.l-nav__bg-item:nth-of-type(13) {
  left: 240%;
  transition-delay: 1.2s, 0.1s;
}
.l-nav__bg-item:nth-of-type(14) {
  left: 260%;
  transition-delay: 1.3s, 0.1s;
}
.l-nav__bg-item:nth-of-type(15) {
  left: 280%;
  transition-delay: 1.4s, 0.1s;
}
.l-nav__bg-item:nth-of-type(16) {
  left: 300%;
  transition-delay: 1.5s, 0.1s;
}
.l-nav__bg-item:nth-of-type(17) {
  left: 320%;
  transition-delay: 1.6s, 0.1s;
}
.l-nav__bg-item:nth-of-type(18) {
  left: 340%;
  transition-delay: 1.7s, 0.1s;
}
.l-nav__bg-item:nth-of-type(19) {
  left: 360%;
  transition-delay: 1.8s, 0.1s;
}
.l-nav__bg-item:nth-of-type(20) {
  left: 380%;
  transition-delay: 1.9s, 0.1s;
}
@media screen and (max-width: 900px) {
  .l-nav__inner {
    display: table;
    position: relative;
    z-index: 50;
    width: 100%;
    margin-left: auto;
    min-height: 100%;
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .is-menu-open .l-nav__inner {
    opacity: 1;
    transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.2s;
  }
}
@media screen and (max-width: 900px) {
  .l-nav__content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    padding: 100px 0;
    width: 100%;
  }
}
.l-nav__chara {
  position: absolute;
  bottom: 16%;
  left: 4%;
  width: 37%;
  max-width: 280px;
}
@media screen and (min-width: 901px) {
  .l-nav__chara {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .l-nav__block {
    transition: opacity 0s 0s;
    z-index: 10;
    opacity: 0;
    pointer-events: none;
  }
  .is-menu-open .l-nav__block {
    opacity: 1;
    pointer-events: auto;
    transition: opacity 0.5s 0s;
  }
}

.l-nav__menu {
  position: relative;
  opacity: 0;
  transform: translateY(-30px);
}
.is-load .l-nav__menu {
  transform: translateY(0);
  opacity: 1;
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.7s, transform 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.7s;
}
@media screen and (min-width: 901px) {
  .l-nav__menu {
    width: 100%;
    height: 122px;
    margin: 0 auto 0 270px;
    margin-left: 18.5%;
    transition: opacity 0.8s 0.1s;
    z-index: 10;
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 901px) and (max-width: 1300px) {
  .l-nav__menu {
    margin-left: 14.5%;
  }
}
@media screen and (min-width: 901px) {
  .is-menu-open .l-nav__menu {
    opacity: 1;
    transition: opacity 0.5s 0.3s;
  }
}
@media screen and (max-width: 900px) {
  .l-nav__menu {
    width: 85%;
    margin: 0 auto;
    padding-bottom: 150px;
  }
}
@media screen and (min-width: 901px) {
  .l-nav__menu-list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 51px;
  }
}
@media screen and (max-width: 900px) {
  .l-nav__menu-list {
    flex-wrap: wrap;
    text-align: center;
    line-height: 1.32;
  }
}
.l-nav__menu-item {
  position: relative;
  margin-left: 14px;
  width: 13%;
  cursor: pointer;
}
@media screen and (max-width: 900px) {
  .l-nav__menu-item {
    width: 50%;
    max-width: 304px;
    margin-left: 0;
    margin-top: -24px;
    opacity: 0;
    transform: translateY(30px);
  }
  .is-menu-open .l-nav__menu-item {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0.4s, transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.4s;
  }
  .is-menu-open .l-nav__menu-item:nth-child(1) {
    transition-delay: 0.48s, 0.48s;
  }
  .is-menu-open .l-nav__menu-item:nth-child(2) {
    transition-delay: 0.56s, 0.56s;
  }
  .is-menu-open .l-nav__menu-item:nth-child(3) {
    transition-delay: 0.64s, 0.64s;
  }
  .is-menu-open .l-nav__menu-item:nth-child(4) {
    transition-delay: 0.72s, 0.72s;
  }
  .is-menu-open .l-nav__menu-item:nth-child(5) {
    transition-delay: 0.8s, 0.8s;
  }
  .is-menu-open .l-nav__menu-item:nth-child(6) {
    transition-delay: 0.88s, 0.88s;
  }
  .is-menu-open .l-nav__menu-item:nth-child(7) {
    transition-delay: 0.96s, 0.96s;
  }
  .is-menu-open .l-nav__menu-item:nth-child(8) {
    transition-delay: 1.04s, 1.04s;
  }
  .is-menu-open .l-nav__menu-item:nth-child(9) {
    transition-delay: 1.12s, 1.12s;
  }
  .is-menu-open .l-nav__menu-item:nth-child(10) {
    transition-delay: 1.2s, 1.2s;
  }
  .is-menu-open .l-nav__menu-item:nth-child(11) {
    transition-delay: 1.28s, 1.28s;
  }
  .is-menu-open .l-nav__menu-item:nth-child(12) {
    transition-delay: 1.36s, 1.36s;
  }
  .is-menu-open .l-nav__menu-item:nth-child(13) {
    transition-delay: 1.44s, 1.44s;
  }
  .is-menu-open .l-nav__menu-item:nth-child(14) {
    transition-delay: 1.52s, 1.52s;
  }
  .is-menu-open .l-nav__menu-item:nth-child(15) {
    transition-delay: 1.6s, 1.6s;
  }
}
.l-nav__menu-item:first-of-type {
  margin-left: 0;
}
@media screen and (max-width: 900px) {
  .l-nav__menu-item:first-of-type {
    margin-top: 0;
  }
}
@media screen and (max-width: 900px) {
  .l-nav__menu-item:nth-of-type(even) {
    margin-left: auto;
    margin-right: 0;
  }
}
.l-nav__menu-item .p-in-bg {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.l-nav__menu-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-decoration: none;
  text-align: center;
  color: var(--color-black);
  padding: 0px 5px;
  opacity: 1;
  transition: color 0.7s cubic-bezier(0.25, 1, 0.5, 1) 0s;
}
.l-nav__menu-jp {
  --anim_pyoko: -5px;
  display: block;
  position: relative;
  font-size: 15px;
  letter-spacing: 1px;
  font-family: "M PLUS Rounded 1c", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  margin-top: 2px;
  transform: rotate(0.03deg);
}
@media screen and (max-width: 1300px) {
  .l-nav__menu-jp {
    font-size: 11px;
  }
}
@media screen and (max-width: 900px) and (min-width: 761px) {
  .l-nav__menu-jp {
    font-size: 15px;
  }
}
@media screen and (max-width: 760px) {
  .l-nav__menu-jp {
    font-size: 13px;
    letter-spacing: 0.5px;
    margin-top: 6px;
  }
}
.l-nav__menu-word {
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 901px) and (hover: hover) and (pointer: fine) {
  .l-nav__menu-item:hover .l-nav__menu-word {
    animation: pyoko 0.2s linear 0s;
  }
  .l-nav__menu-item:hover .l-nav__menu-word:nth-child(1) {
    animation-delay: 0s;
  }
  .l-nav__menu-item:hover .l-nav__menu-word:nth-child(2) {
    animation-delay: 0.05s;
  }
  .l-nav__menu-item:hover .l-nav__menu-word:nth-child(3) {
    animation-delay: 0.1s;
  }
  .l-nav__menu-item:hover .l-nav__menu-word:nth-child(4) {
    animation-delay: 0.15s;
  }
  .l-nav__menu-item:hover .l-nav__menu-word:nth-child(5) {
    animation-delay: 0.2s;
  }
  .l-nav__menu-item:hover .l-nav__menu-word:nth-child(6) {
    animation-delay: 0.25s;
  }
  .l-nav__menu-item:hover .l-nav__menu-word:nth-child(7) {
    animation-delay: 0.3s;
  }
  .l-nav__menu-item:hover .l-nav__menu-word:nth-child(8) {
    animation-delay: 0.35s;
  }
  .l-nav__menu-item:hover .l-nav__menu-word:nth-child(9) {
    animation-delay: 0.4s;
  }
  .l-nav__menu-item:hover .l-nav__menu-word:nth-child(10) {
    animation-delay: 0.45s;
  }
  .l-nav__menu-item:hover .l-nav__menu-word:nth-child(11) {
    animation-delay: 0.5s;
  }
  .l-nav__menu-item:hover .l-nav__menu-word:nth-child(12) {
    animation-delay: 0.55s;
  }
  .l-nav__menu-item:hover .l-nav__menu-word:nth-child(13) {
    animation-delay: 0.6s;
  }
  .l-nav__menu-item:hover .l-nav__menu-word:nth-child(14) {
    animation-delay: 0.65s;
  }
  .l-nav__menu-item:hover .l-nav__menu-word:nth-child(15) {
    animation-delay: 0.7s;
  }
  .l-nav__menu-item:hover .l-nav__menu-word:nth-child(16) {
    animation-delay: 0.75s;
  }
  .l-nav__menu-item:hover .l-nav__menu-word:nth-child(17) {
    animation-delay: 0.8s;
  }
  .l-nav__menu-item:hover .l-nav__menu-word:nth-child(18) {
    animation-delay: 0.85s;
  }
  .l-nav__menu-item:hover .l-nav__menu-word:nth-child(19) {
    animation-delay: 0.9s;
  }
  .l-nav__menu-item:hover .l-nav__menu-word:nth-child(20) {
    animation-delay: 0.95s;
  }
}
.l-nav__menu-en {
  font-family: "Quicksand", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 14px;
  color: var(--color-orange-txt);
}
@media screen and (max-width: 1300px) {
  .l-nav__menu-en {
    font-size: 11px;
  }
}
@media screen and (max-width: 900px) and (min-width: 761px) {
  .l-nav__menu-en {
    font-size: 14px;
  }
}
@media screen and (max-width: 900px) {
  .l-nav__menu-en {
    font-size: 12px;
  }
}

@media screen and (min-width: 901px) {
  .l-nav__sns {
    width: 143px;
    width: 11%;
    position: absolute;
    right: 232px;
    right: 14.5%;
    top: 45%;
    transform: translateY(-50%);
    z-index: 50;
  }
}
@media screen and (min-width: 901px) and (max-width: 1300px) {
  .l-nav__sns {
    width: 14%;
  }
}
@media screen and (max-width: 900px) {
  .l-nav__sns {
    position: absolute;
    bottom: 0;
    left: 0;
    top: auto;
    width: 100%;
    margin: 120px auto 0;
    margin-top: 0;
    padding: 28px 10% 50px;
  }
  .l-nav__sns::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--color-white);
  }
  .l-nav__sns::after {
    content: "";
    position: absolute;
    top: -28px;
    left: 0;
    width: 100%;
    height: 48px;
    background: url(../img/common/cloud_w.png) repeat-x;
    background-size: auto;
    transform: scale(-1);
  }
}
@media screen and (max-width: 900px) and (max-width: 900px) {
  .l-nav__sns::after {
    height: 24px;
    top: -14px;
    background-size: auto 100%;
  }
}
.l-nav__sns-head {
  position: relative;
}
@media screen and (min-width: 901px) {
  .l-nav__sns-head {
    display: none;
  }
}
.l-nav__sns-cap {
  width: 23%;
  margin: 0 auto;
}
.l-nav__sns-list {
  margin-top: 17px;
  display: flex;
  align-items: center;
  opacity: 0;
  transform: translateY(-30px);
}
.is-load .l-nav__sns-list {
  transform: translateY(0);
  opacity: 1;
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.7s, transform 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.7s;
}
@media screen and (max-width: 900px) {
  .l-nav__sns-list {
    justify-content: center;
  }
}
.l-nav__sns-item {
  width: 30px;
  margin-left: 30px;
}
@media screen and (max-width: 1300px) {
  .l-nav__sns-item {
    margin-left: 26px;
  }
}
@media screen and (max-width: 900px) {
  .l-nav__sns-item {
    width: 23px;
    margin-left: 22px;
  }
}
.l-nav__sns-item:first-child {
  margin-left: 0;
}
.l-nav__sns-link {
  display: block;
  position: relative;
  overflow: hidden;
}
.l-nav__sns-icon {
  --anim_pyoko: -5px;
  display: block;
  position: relative;
}
@media screen and (min-width: 901px) and (hover: hover) and (pointer: fine) {
  .l-nav__sns-link:hover .l-nav__sns-icon {
    animation: pyoko 0.3s linear 2;
  }
}

.l-nav__shop {
  width: 148px;
  width: 11%;
  position: absolute;
  right: 20px;
  right: -0.5%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 50;
}
@media screen and (max-width: 900px) {
  .l-nav__shop {
    right: auto;
    left: -3.5%;
    width: 28%;
    max-width: 120px;
  }
}
.l-nav__shop-link {
  display: block;
  position: relative;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-30px);
}
.is-load .l-nav__shop-link {
  transform: translateY(0);
  opacity: 1;
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.7s, transform 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.7s;
}
.l-nav__shop-img {
  display: block;
  position: relative;
}
.l-nav__shop-chara {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 799px) {
  .l-nav__shop-chara {
    display: none;
  }
}
.l-nav__shop-chara::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/common/menu_shop_tama_pc.png") no-repeat center/contain;
}
@media screen and (min-width: 901px) and (hover: hover) and (pointer: fine) {
  .l-nav__shop-chara::before {
    transform: translateY(0);
    transition: transform 0.6s cubic-bezier(0.65, 0, 0.35, 1) 0s;
  }
  .l-nav__shop:hover .l-nav__shop-chara::before {
    transform: translateY(10px);
    transition: transform 0.6s cubic-bezier(0.65, 0, 0.35, 1) 0s;
  }
}
.l-nav__shop-chara::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/common/menu_shop_cart_pc.png") no-repeat center/contain;
}

@media screen and (min-width: 901px) {
  #js-nav-show-point {
    position: absolute;
    top: 40vh;
    bottom: 0;
    width: 1px;
    pointer-events: none;
    z-index: 100;
  }
}

/*============================
footer
============================*/
.l-footer {
  position: relative;
}
.l-footer__deco {
  position: absolute;
  pointer-events: none;
}
.l-footer__deco figure {
  animation: chara_anime_1 5s linear infinite 0.2s;
}
.l-footer__deco.-deco01 {
  top: -72%;
  left: 56%;
  width: 10%;
}
@media screen and (max-width: 900px) {
  .l-footer__deco.-deco01 {
    top: -40%;
    left: 46%;
    width: 19%;
  }
}
.l-footer__inner {
  position: relative;
  background-color: var(--color-white);
  padding: 77px 0;
}
@media screen and (max-width: 900px) {
  .l-footer__inner {
    padding-top: 50px;
    padding-bottom: 0;
  }
}
.l-footer__inner::before {
  content: "";
  position: absolute;
  top: -28px;
  left: 0;
  width: 100%;
  height: 48px;
  transform: scale(-1);
  background: url(../img/common/cloud_w.png) repeat-x;
  background-size: auto;
}
@media screen and (max-width: 900px) {
  .l-footer__inner::before {
    height: 24px;
    top: -14px;
    background-size: auto 100%;
  }
}
.l-footer__chara {
  position: absolute;
  bottom: 72%;
  left: 2.3%;
  width: 20.5%;
  max-width: 328px;
  animation: chara_anime_1 5s linear infinite 0.2s;
}
@media screen and (max-width: 900px) {
  .l-footer__chara {
    bottom: 96%;
    left: 3.3%;
    width: 37.5%;
    max-width: 190px;
  }
}
.l-footer__chara figure {
  animation: chara_anime_2 5s linear infinite 0.2s;
}
@media screen and (min-width: 901px) {
  .l-footer__bnr {
    max-width: 960px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 900px) {
  .l-footer__bnr {
    width: 91.5%;
    max-width: 460px;
    margin: 0 auto;
  }
}
.l-footer__bnr-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.l-footer__bnr-item {
  margin-left: 1.5%;
}
.l-footer__bnr-item:first-of-type {
  margin-left: 0;
}
@media screen and (min-width: 901px) {
  .l-footer__bnr-item:nth-of-type(4n + 1) {
    margin-left: 0;
  }
  .l-footer__bnr-item:nth-of-type(n + 5) {
    margin-top: 15px;
  }
}
@media screen and (max-width: 900px) {
  .l-footer__bnr-item {
    width: 48%;
    margin-left: 2%;
  }
  .l-footer__bnr-item:nth-of-type(odd) {
    margin-left: 0;
  }
  .l-footer__bnr-item:nth-of-type(n + 3) {
    margin-top: 10px;
  }
}
.l-footer__bnr-link {
  display: block;
}
.l-footer__bnr-img {
  display: block;
  position: relative;
}
.l-footer__bnr-img::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/common/footer_bnr_cover.png") no-repeat center/cover;
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1);
}
@media screen and (min-width: 901px) and (hover: hover) and (pointer: fine) {
  .l-footer__bnr-link:hover .l-footer__bnr-img::after {
    opacity: 0.5;
  }
}
.l-footer__privacypolicy {
  margin-top: 40px;
}
@media screen and (max-width: 900px) {
  .l-footer__privacypolicy {
    margin-top: 29px;
  }
}
.l-footer__privacypolicy-btn {
  text-align: center;
}
.l-footer__privacypolicy-link {
  border-radius: 50px;
  padding: 6px 27px;
  display: inline-block;
  border-radius: 50px;
  transition: color 0.4s cubic-bezier(0.5, 1, 0.89, 1), background-color 0.4s cubic-bezier(0.5, 1, 0.89, 1);
}
@media screen and (max-width: 900px) {
  .l-footer__privacypolicy-link {
    padding: 4px 17px;
  }
}
@media screen and (min-width: 901px) and (hover: hover) and (pointer: fine) {
  .l-footer__privacypolicy-link:hover {
    color: var(--color-white);
    background: var(--color-font-main);
  }
}
.l-footer__privacypolicy-link::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50px;
  border: 1px solid var(--color-font-main);
}
.l-footer__privacypolicy-txt {
  font-size: 12.5px;
  font-weight: 400;
}
@media screen and (max-width: 760px) {
  .l-footer__privacypolicy-txt {
    font-size: 10px;
  }
}
.l-footer__copy {
  width: 163px;
  margin: 18px auto 0;
}
@media screen and (max-width: 900px) {
  .l-footer__copy {
    width: 122px;
    margin-top: 14px;
  }
}
.l-footer__pagetop {
  cursor: pointer;
}
@media screen and (min-width: 901px) {
  .l-footer__pagetop {
    position: absolute;
    bottom: 0;
    right: 51px;
    width: 18%;
  }
}
@media screen and (min-width: 901px) and (hover: hover) and (pointer: fine) {
  .l-footer__pagetop {
    transform: translateY(0);
    transition: transform 0.6s cubic-bezier(0.65, 0, 0.35, 1) 0s;
  }
  .l-footer__pagetop:hover {
    transform: translateY(15px);
    transition: transform 0.6s cubic-bezier(0.65, 0, 0.35, 1) 0s;
  }
}
@media screen and (max-width: 900px) {
  .l-footer__pagetop {
    position: relative;
    width: 50%;
    margin: 28px auto 0;
  }
}
@keyframes pagetop {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(15px);
  }
  100% {
    transform: translateY(0);
  }
}
.l-footer__pagetop-arrow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*============================
more (中ページ)
============================*/
.c-btn {
  --btn_color: var(--color-pink-red);
  display: block;
  position: relative;
  cursor: pointer;
}
.c-btn::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 0.3rem solid var(--btn_color);
  border-radius: 50px;
  pointer-events: none;
  transition: opacity 0.3s cubic-bezier(0.5, 1, 0.89, 1), transform 0s linear 0.3s;
  opacity: 0;
}
@media screen and (min-width: 901px) {
  .c-btn:hover::after {
    opacity: 1;
    transition: opacity 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  }
}
.c-btn__link {
  display: block;
  position: relative;
  padding: 17px 30px;
  border-radius: 50px;
  background-color: var(--btn_color);
  color: var(--color-white);
  z-index: 0;
  overflow: hidden;
  transition: color 0.4s cubic-bezier(0.5, 1, 0.89, 1), background-color 0.4s cubic-bezier(0.5, 1, 0.89, 1);
}
@media screen and (max-width: 900px) {
  .c-btn__link {
    padding: 11px 20px;
  }
}
@media screen and (min-width: 901px) and (hover: hover) and (pointer: fine) {
  .c-btn__link:hover {
    color: var(--btn_color);
  }
}
.c-btn__link::after {
  content: "";
  width: 100%;
  padding-top: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background: var(--color-white);
  border-radius: 50%;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0);
  transition: opacity 0.3s cubic-bezier(0.5, 1, 0.89, 1), transform 0s linear 0.3s;
  z-index: -1;
}
@media screen and (min-width: 901px) {
  .c-btn:hover .c-btn__link::after {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.2);
    transition: opacity 0.3s cubic-bezier(0.5, 1, 0.89, 1), transform 0.6s cubic-bezier(0.5, 1, 0.89, 1);
  }
}
.c-btn__txt {
  display: block;
  position: relative;
  font-family: "Quicksand", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 20px;
  letter-spacing: 1px;
}
@media screen and (max-width: 760px) {
  .c-btn__txt {
    font-size: 13px;
    letter-spacing: 0.5px;
  }
}
.c-btn__icon {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background: var(--color-white);
  border-radius: 50%;
}
.c-btn__icon.-b {
  transform: translateY(-50%) rotate(90deg) !important;
}
@media screen and (min-width: 901px) and (hover: hover) and (pointer: fine) {
  .c-btn__icon {
    transition: background-color 0.4s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .c-btn:hover .c-btn__icon {
    background-color: var(--btn_color);
  }
}
.c-btn__icon::after {
  content: "";
  width: 8px;
  height: 10px;
  display: block;
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
  border-left: 8px solid var(--btn_color);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  box-sizing: border-box;
}
@media screen and (min-width: 901px) and (hover: hover) and (pointer: fine) {
  .c-btn__icon::after {
    transition: border-left-color 0.4s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .c-btn:hover .c-btn__icon::after {
    border-left-color: var(--color-white);
  }
}

/*============================
ttl
============================*/
.c-ttl {
  position: relative;
}
.c-ttl__img {
  padding-right: 13%;
}
.c-ttl__icon {
  position: absolute;
  top: 3px;
  right: 0;
  width: 9.3%;
}
/*============================
subtitle
============================*/
.c-subtitle {
  position: relative;
  display: inline-block;
}
.c-subtitle__deco {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 9.5%;
}
@media screen and (max-width: 900px) {
  .c-subtitle__deco {
    width: 8.8%;
  }
}
.c-subtitle__deco.-deco01 {
  left: -55px;
}
@media screen and (max-width: 900px) {
  .c-subtitle__deco.-deco01 {
    left: -37px;
    left: -21%;
  }
}
.c-subtitle__deco.-deco02 {
  right: -55px;
}
@media screen and (max-width: 900px) {
  .c-subtitle__deco.-deco02 {
    right: -37px;
    right: -21%;
  }
}

template {
  display: none;
}

.m-modal {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2000;
  width: 100vw;
  height: 100%;
  overflow: auto;
  visibility: hidden;
  touch-action: none;
  pointer-events: none;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0s;
}
.is-modal-overflow-prep .m-modal {
  display: block;
}
.m-modal.is-open {
  opacity: 1;
  visibility: visible;
  touch-action: auto;
  pointer-events: auto;
  transition: all 0.8s cubic-bezier(0.5, 1, 0.89, 1);
}
.m-modal.is-load-start {
  opacity: 1;
  visibility: visible;
  touch-action: auto;
  pointer-events: auto;
  transition: all 0s cubic-bezier(0.5, 1, 0.89, 1);
}
.m-modal.is-close {
  visibility: hidden;
  touch-action: none;
  pointer-events: none;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.5, 1, 0.89, 1) 0s;
}
.m-modal__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: var(--color-black);
  opacity: 1;
}
.m-modal__content {
  width: 90%;
  max-width: 1000px;
  position: relative;
  height: auto;
  font-size: 0;
  text-align: center;
}
.is-modal-overflow-prep .m-modal__content {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  margin: 60px auto;
}
@media screen and (max-width: 900px) {
  .is-modal-overflow-prep .m-modal__content {
    margin-top: 16%;
  }
}
.m-modal__content > * {
  width: 100%;
  height: auto;
}
.m-modal__content > * img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  margin: 0 auto;
}
.m-modal__content-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
@media screen and (max-width: 900px) {
  .m-modal__content-btn {
    position: relative;
    top: auto;
    right: auto;
    width: 84%;
    height: auto;
    margin: 20px auto 0;
  }
}
.m-modal__close {
  width: 60px;
  height: 60px;
  display: block;
  position: fixed;
  top: 30px;
  right: 30px;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0s linear 1s;
}
@media screen and (max-width: 900px) {
  .m-modal__close {
    width: 40px;
    height: 40px;
    top: 18px;
    right: 18px;
  }
}
.is-modal-open .m-modal__close {
  opacity: 1;
  transition: opacity 1.2s cubic-bezier(0.25, 1, 0.5, 1) 0.6s;
}
@media screen and (min-width: 901px) {
  .m-modal__close:hover .m-modal__close-inner span:nth-child(1) {
    transform: translate(-50%, -50%) rotate(0);
    transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0s;
  }
  .m-modal__close:hover .m-modal__close-inner span:nth-child(2) {
    transform: translate(-50%, -50%) rotate(0);
    transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0s;
  }
}
.m-modal__close-inner {
  width: 90%;
  height: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.m-modal__close-inner span {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  top: 50%;
  left: 50%;
  background-color: var(--color-white);
  transform: translate(-50%, -50%);
  transform-origin: center;
}
.m-modal__close-inner span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
  transition: 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0s;
}
@media screen and (max-width: 900px) {
  .m-modal__close-inner span:nth-child(1) {
    transform: translate(-50%, -50%) rotate(45deg);
  }
}
.m-modal__close-inner span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
  transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0s;
}
@media screen and (max-width: 900px) {
  .m-modal__close-inner span:nth-child(2) {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loading_dash {
  0% {
    stroke-dasharray: 1, 314;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 188, 314;
    stroke-dashoffset: -73;
  }
  100% {
    stroke-dasharray: 188, 314;
    stroke-dashoffset: -260;
  }
}
@keyframes chara_anime_1 {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-8px);
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(8px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes chara_anime_2 {
  0% {
    transform: rotate(0deg);
    transform-origin: bottom center;
  }
  25% {
    transform: rotate(-5deg);
    transform-origin: bottom center;
  }
  50% {
    transform: rotate(0deg);
    transform-origin: bottom center;
  }
  75% {
    transform: rotate(5deg);
    transform-origin: bottom center;
  }
  100% {
    transform: rotate(0deg);
    transform-origin: bottom center;
  }
}
:root {
  --anim_pyoko: -10px;
}

@keyframes pyoko {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(var(--anim_pyoko));
  }
  100% {
    transform: translateY(0);
  }
}