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

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul,
li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

*,
*:before,
*:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.clearfix {
  zoom: 1;
}

img {
  width: 100%;
  vertical-align: bottom;
}

/* ブレイクポイントの定義 */
/*
 * htmlのfont-size用
 */
/*
   * font-size可変用
   */
/* --------------------------------------------
 color
-------------------------------------------- */
/* 固定色 */
/* テキスト */
/* メインカラー */
/* 背景 */
/* 境界線 */
/* その他 */
/* その他 後で不要なものは削除*/
/* --------------------------------------------
 font
-------------------------------------------- */
/* --------------------------------------------
 layout
-------------------------------------------- */
/* --------------------------------------------
 spacing
-------------------------------------------- */
/* --------------------------------------------
 z-index
-------------------------------------------- */
/* variable */
i {
  margin: auto 20px;
}

a,
a:hover,
a:visited {
  color: #3B82C5;
  text-decoration: none;
}

h1,
h2 {
  line-height: 1;
}

.marquee_list {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  padding: 0;
  width: -moz-fit-content;
  width: fit-content;
  /* animationはJSで制御 */
}
.marquee_list li {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.marquee_list li img {
  width: auto;
}

.slick-dots li:only-child {
  display: none;
}

/*-------------------------------
block
--------------------------------- */
.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc {
    display: inherit;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

/* ハンバーガーメニュー (SP) */
.gnavi_btn {
  display: block;
  position: fixed;
  z-index: 9999;
  top: 1.6rem;
  right: 2.8rem;
  width: 5.6rem;
  height: 5.6rem;
  background: #A771C6;
  border-radius: 50%;
  border: none;
  cursor: pointer;
}
.gnavi_btn span {
  display: block;
  position: absolute;
  left: 50%;
  width: 2.4rem;
  height: 3px;
  background-color: #FFFEEE;
  transform: translateX(-50%);
  transition: 0.3s ease-in-out;
}
.gnavi_btn span:nth-child(1) {
  top: 1.9rem;
}
.gnavi_btn span:nth-child(2) {
  top: 2.6rem;
}
.gnavi_btn span:nth-child(3) {
  top: 3.3rem;
}
.gnavi_btn.is-open span:nth-child(1) {
  top: 2.6rem;
  transform: translateX(-50%) rotate(45deg);
}
.gnavi_btn.is-open span:nth-child(2) {
  opacity: 0;
}
.gnavi_btn.is-open span:nth-child(3) {
  top: 2.6rem;
  transform: translateX(-50%) rotate(-45deg);
}
.gnavi_btn {
  /* 初期状態は非表示 */
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.gnavi_btn.is-visible {
  opacity: 1;
  visibility: visible;
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.credit {
  line-height: 1.5;
}
.credit .name {
  font-size: 1.6rem;
  font-weight: 700;
}
.credit .name span {
  font-size: 1.4rem;
}
.credit .price {
  margin-bottom: 0.8rem;
  font-size: 1.6rem;
  font-weight: 700;
}
.credit .price span {
  font-size: 1.1rem;
}
.credit .text {
  margin-bottom: 1.6rem;
  font-size: 1.2rem;
}

.btn {
  max-width: 19.4rem;
  margin: 0 auto;
  padding: 0.8rem;
  font-size: 1.4rem;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  color: #FFFEEE;
  border-radius: 100vh;
  border: dotted 1px #3B82C5;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #A771C6;
}
.btn::before {
  content: "zoom_in";
  font-family: "Material Symbols Outlined";
  font-variation-settings: "FILL" 0, "wght" 200;
  font-size: 2.2rem;
  margin-right: 0.4rem;
  line-height: 1;
}

/* --------------------------------------------
 footer
-------------------------------------------- */
footer {
  width: 100%;
  padding: 9.6rem 1.6rem;
  text-align: center;
  color: #3B82C5;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  footer {
    border-radius: 0 0 1.6rem 1.6rem;
  }
}
footer .f_logo {
  width: 12rem;
  margin: 0 auto;
}
footer .f_logo a {
  margin: 0 auto;
  padding: 0;
  display: block;
}
footer .f_logo a svg path {
  fill: #3B82C5;
}
footer .f_icon {
  margin: 3.2rem auto 1.6rem;
  padding: 0;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
footer .f_icon li {
  margin: 0 1.2rem;
  padding: 0;
}
footer .f_icon li i {
  margin: 0;
  font-size: 2rem;
  color: #3B82C5;
}
footer small {
  text-align: center;
  font-size: 1rem;
}

/*------------------------------
animation
-------------------------------*/
.invisible {
  transition: opacity 0.5s ease;
  opacity: 0;
}

.visible {
  transition: opacity 0.5s ease;
  opacity: 1;
}

html {
  font-size: 2.7vw;
  scroll-behavior: smooth;
}
@media (min-width: 768px) {
  html {
    font-size: clamp(10px, 1.1vw, 14px);
  }
}

:target {
  scroll-margin-top: 50px;
}

body {
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 1.8;
  color: #3B82C5;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  text-align: justify;
  text-justify: inter-ideograph;
  position: relative;
  background: #3B82C5;
}

/* --------------------------------------------
 loading
-------------------------------------------- */
#loading {
  position: fixed;
  inset: 0;
  background: #3B82C5;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 1;
}
#loading .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#loading .inner ul {
  position: relative;
  width: 37.5rem;
  height: 37.5rem;
}
#loading .inner ul li {
  position: absolute;
}
#loading .inner ul li:nth-child(1) {
  width: 12rem;
  top: 10.6rem;
  left: 6.3rem;
  animation: walk-bear-1 1s steps(2, start) infinite;
}
#loading .inner ul li:nth-child(2) {
  width: 12rem;
  top: 10.6rem;
  right: 6.3rem;
  animation: walk-bear-2 1s steps(2, start) infinite;
  animation-delay: 0.5s;
}

#wrapper {
  width: 100%;
  margin: 0;
  position: relative;
  z-index: 1;
}
#wrapper::before {
  content: "";
  position: fixed;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
  border: solid 5px;
  z-index: -1;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .contents_area {
    display: flex;
    justify-content: center;
  }
}
.contents_area {
  /* --------------------------------------------
  center
  -------------------------------------------- */
}
.contents_area .center_area {
  background: url("../images/bg.webp") fixed;
  background-size: 46px;
  background-position: center;
  background-color: #FFFEEE;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .contents_area .center_area {
    width: 37.5rem;
    margin: 0;
    order: 2;
    overflow: hidden;
    border-left: solid 1px rgba(59, 130, 197, 0.9);
    border-right: solid 1px rgba(59, 130, 197, 0.9);
  }
}
.contents_area .center_area {
  /* ---------- hero ---------- */
}
.contents_area .center_area .hero_area {
  width: 100%;
  margin: 0;
  padding-bottom: 5.6rem;
  overflow: hidden;
  position: relative;
  color: #FFFEEE;
  text-align: center;
  background: #3B82C5;
}
.contents_area .center_area .hero_area .mv {
  padding: 5.6rem;
  position: relative;
}
.contents_area .center_area .hero_area .mv .movie {
  width: 24rem;
  margin: 0 auto;
  aspect-ratio: 640/900;
  position: relative;
  overflow: hidden;
  background: #ccc;
}
.contents_area .center_area .hero_area .mv .movie .mv_frame {
  width: 100%;
  aspect-ratio: 640/900;
  position: absolute;
  top: 0;
  left: 0;
}
.contents_area .center_area .hero_area .mv .deco {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.contents_area .center_area .hero_area .mv .deco li {
  position: absolute;
}
.contents_area .center_area .hero_area .mv .deco li:nth-child(1) {
  width: 6.4rem;
  bottom: 0;
  left: 0.8rem;
}
.contents_area .center_area .hero_area .mv .deco li:nth-child(2) {
  width: 6.4rem;
  bottom: 0;
  left: 6.8rem;
}
.contents_area .center_area .hero_area .mv .deco li:nth-child(3) {
  width: 11.6rem;
  bottom: 0;
  right: 0.8rem;
}
.contents_area .center_area .hero_area .mv .deco li:nth-child(4) {
  padding: 0.4rem 1.2rem;
  font-size: 1rem;
  line-height: 1;
  color: rgba(255, 254, 238, 0.3);
  border: solid 1px rgba(255, 254, 238, 0.3);
  border-radius: 100vh;
  top: 2.4rem;
  left: 2.4rem;
}
.contents_area .center_area .hero_area .mv .deco li:nth-child(5) {
  font-size: 1rem;
  line-height: 1;
  color: rgba(255, 254, 238, 0.3);
  top: 50%;
  left: -5.6rem;
  transform: translateY(-50%) rotate(-90deg);
}
.contents_area .center_area .hero_area .mv .deco li:nth-child(6) {
  font-size: 1rem;
  line-height: 1;
  color: rgba(255, 254, 238, 0.3);
  top: 50%;
  right: -5.6rem;
  transform: translateY(-50%) rotate(90deg);
}
.contents_area .center_area .hero_area h1 {
  margin-bottom: 3.2rem;
  font-size: 4.4rem;
  font-family: clother, sans-serif;
  letter-spacing: 0.01em;
}
.contents_area .center_area .hero_area h1 span {
  font-size: 1.2rem;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  display: block;
  letter-spacing: 0.05em;
}
.contents_area .center_area .hero_area .copy {
  margin-bottom: 2.4rem;
  font-size: 1.6rem;
}
.contents_area .center_area .hero_area .lead {
  margin-bottom: 2.4rem;
  font-size: 1.3rem;
}
.contents_area .center_area .hero_area .date {
  font-size: 2.8rem;
  font-family: clother, sans-serif;
  letter-spacing: 0.01em;
}
.contents_area .center_area .hero_area .date span {
  font-size: 2.2rem;
}
.contents_area .center_area {
  /* ---------- item ---------- */
}
.contents_area .center_area .item_area {
  padding: 0;
}
.contents_area .center_area .item_area .item_list > li {
  padding: 5.6rem 3.2rem;
  position: relative;
  text-align: center;
}
.contents_area .center_area .item_area .item_list > li a {
  margin: 3.2rem 0 5.6rem;
  display: block;
}
.contents_area .center_area .item_area .item_list > li a .img {
  width: 100%;
  aspect-ratio: 2/2.2;
  border: solid 1px #3B82C5;
  border-radius: 100vh 100vh 0 0;
  position: relative;
}
.contents_area .center_area .item_area .item_list > li a .img .img_1 {
  width: 14rem;
  position: absolute;
  top: 5.6rem;
  left: 1.6rem;
}
.contents_area .center_area .item_area .item_list > li a .img .img_2 {
  width: 14rem;
  position: absolute;
  top: 8.4rem;
  right: 1.6rem;
}
.contents_area .center_area .item_area .item_list > li a .img .img_3 {
  width: 10.4rem;
  position: absolute;
  bottom: 0;
  left: 0.8rem;
}
.contents_area .center_area .item_area .item_list > li a .img .img_4 {
  width: 11.3rem;
  position: absolute;
  bottom: 0;
  left: 9.6rem;
}
.contents_area .center_area .item_area .item_list > li a .img .img_5 {
  width: 8rem;
  position: absolute;
  bottom: 0;
  right: 1.2em;
}
.contents_area .center_area .item_area .item_list > li a .img .img_6 {
  width: 20rem;
  position: absolute;
  top: 3.6rem;
  left: -0.8rem;
  transform: rotate(-25deg);
}
.contents_area .center_area .item_area .item_list > li a .img .img_7 {
  width: 20rem;
  position: absolute;
  top: 16rem;
  right: -1.68rem;
  transform: rotate(10deg);
}
.contents_area .center_area .item_area .item_list > li a .img .pickup {
  width: 8.8rem;
  height: 4.2rem;
  padding-bottom: 0.4rem;
  font-size: 1.6rem;
  font-family: clother, sans-serif;
  letter-spacing: 0.01em;
  line-height: 1;
  border: solid 1px #3B82C5;
  border-radius: 50%;
  background: #FFFEEE;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  animation: rotate-pickup 4s ease-in-out infinite alternate;
  transform-origin: center;
}
.contents_area .center_area .item_area .item_list > li a .img .type {
  padding: 0 0.8rem 0.4rem;
  position: absolute;
  z-index: 100;
  background: #3B82C5;
  color: #FFFEEE;
  font-size: 1.2rem;
  font-family: clother, sans-serif;
  letter-spacing: 0.01em;
  transform: scale(0.7);
}
.contents_area .center_area .item_area .item_list > li a .img .type span {
  font-size: 1.6rem;
}
.contents_area .center_area .item_area .item_list > li a .img .type_1 {
  bottom: 5.2rem;
  left: 1rem;
}
.contents_area .center_area .item_area .item_list > li a .img .type_2 {
  bottom: 5.2rem;
  left: 10.2rem;
}
.contents_area .center_area .item_area .item_list > li a .img .type_3 {
  bottom: 5.2rem;
  right: 0.4rem;
}
.contents_area .center_area .item_area .item_list > li a h3 {
  width: 21rem;
  height: 6.3rem;
  margin: -3.2rem auto 2.4rem;
  padding-bottom: 0.4rem;
  font-size: 2.6rem;
  font-family: clother, sans-serif;
  letter-spacing: 0.01em;
  color: #FFFEEE;
  background: url("../images/title_frame_1.webp") no-repeat;
  background-size: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.contents_area .center_area .item_area .item_list > li .howto h4 {
  margin-bottom: 1.6rem;
  font-size: 2.4rem;
  font-family: clother, sans-serif;
  letter-spacing: 0.01em;
  line-height: 1.5;
}
.contents_area .center_area .item_area .item_list > li .howto h4 span {
  font-size: 1.1rem;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  letter-spacing: 0.05em;
  display: block;
}
.contents_area .center_area .item_area .item_list > li .howto .howto_slider {
  width: 37.5rem;
  margin-left: -3.2rem;
}
.contents_area .center_area .item_area .item_list > li .howto .howto_slider li {
  margin: 0 0.8rem;
  padding: 0;
  position: relative;
}
.contents_area .center_area .item_area .item_list > li .howto .howto_slider li .type {
  padding: 0 0.8rem 0.4rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  background: #3B82C5;
  color: #FFFEEE;
  font-size: 1.2rem;
  font-family: clother, sans-serif;
  letter-spacing: 0.01em;
}
.contents_area .center_area .item_area .item_list > li .howto .howto_slider li .type span {
  font-size: 1.6rem;
}
.contents_area .center_area .item_area .item_list > li .howto .howto_slider .slick-prev {
  width: 3.6rem;
  height: 3.6rem;
  left: 2.4rem;
  z-index: 100;
  padding: 0;
  border-radius: 100vh;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contents_area .center_area .item_area .item_list > li .howto .howto_slider .slick-prev::before {
  content: "arrow_circle_left";
  font-family: "Material Symbols Outlined";
  font-variation-settings: "FILL" 1, "wght" 200;
  font-size: 4.8rem;
  line-height: 1;
  color: #A771C6;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
}
.contents_area .center_area .item_area .item_list > li .howto .howto_slider .slick-next {
  width: 3.6rem;
  height: 3.6rem;
  right: 2.4rem;
  z-index: 100;
  padding: 0;
  border-radius: 100vh;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contents_area .center_area .item_area .item_list > li .howto .howto_slider .slick-next::before {
  content: "arrow_circle_right";
  font-family: "Material Symbols Outlined";
  font-variation-settings: "FILL" 1, "wght" 200;
  font-size: 4.8rem;
  line-height: 1;
  color: #A771C6;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
}
.contents_area .center_area .item_area .item_list > li .howto .howto_slider .slick-dots li {
  margin: 0;
  padding: 0;
}
.contents_area .center_area .item_area .item_list > li .howto .howto_slider .slick-dots li button:before {
  color: #3B82C5;
}
.contents_area .center_area .item_area .item_list > li:nth-child(1) {
  background: #ECE9B5;
}
.contents_area .center_area .item_area .item_list > li:nth-child(1) .img {
  background: #D8C6E3;
}
.contents_area .center_area .item_area .item_list > li:nth-child(2) {
  background: #C6D8F0;
}
.contents_area .center_area .item_area .item_list > li:nth-child(2) .img {
  background: #ECE9B5;
}
.contents_area .center_area .item_area .item_list > li:nth-child(3) {
  background: #D8C6E3;
}
.contents_area .center_area .item_area .item_list > li:nth-child(3) .img {
  background: #C6D8F0;
}
.contents_area .center_area {
  /* ---------- item_other ---------- */
}
.contents_area .center_area .item_other_area {
  width: 100%;
  padding: 5.6rem 1.6rem;
  position: relative;
  text-align: center;
}
.contents_area .center_area .item_other_area h2 {
  padding: 5.6rem 3.2rem;
  font-size: 3.4rem;
  color: #3B82C5;
  font-family: clother, sans-serif;
  letter-spacing: 0.01em;
}
.contents_area .center_area .item_other_area article .item_list_area {
  width: 100%;
}
.contents_area .center_area .item_other_area article .item_list_area .item_list_sub {
  width: 92%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
}
.contents_area .center_area .item_other_area article .item_list_area .item_list_sub.slick-initialized {
  display: block;
  gap: 0;
}
.contents_area .center_area .item_other_area article .item_list_area .item_list_sub > li {
  padding: 0;
  margin: 0 auto 2.4rem;
  width: calc((100% - 1.6rem) / 2);
}
.contents_area .center_area .item_other_area article .item_list_area .item_list_sub > li:nth-child(-n+3) {
  width: 81%;
}
.slick-initialized .contents_area .center_area .item_other_area article .item_list_area .item_list_sub > li {
  width: auto;
}
.contents_area .center_area .item_other_area article .item_list_area .item_list_sub > li a .image {
  width: 100%;
  margin: 0 auto 0.8rem;
  position: relative;
  border: solid 1px #3B82C5;
  border-radius: 100vh 100vh 0 0;
  background: #3B82C5;
}
.contents_area .center_area .item_other_area article .item_list_area .item_list_sub > li a .image li {
  border-radius: 100vh 100vh 0 0;
  overflow: hidden;
}
.contents_area .center_area .item_other_area article .item_list_area .item_list_sub > li a .credit {
  transform: scale(0.8);
}
.contents_area .center_area {
  /* ---------- movie ---------- */
}
.contents_area .center_area .movie_area {
  width: calc(100% - 3.2rem);
  margin: 0 auto;
  padding: 5.6rem 2.4rem;
  text-align: center;
  background: #3B82C5;
  color: #FFFEEE;
  border-radius: 1.6rem;
}
.contents_area .center_area .movie_area h2 {
  margin-bottom: 3.2rem;
  font-size: 4rem;
  font-family: clother, sans-serif;
  letter-spacing: -0.03rem;
}
.contents_area .center_area .movie_area p {
  font-size: 1.2rem;
  line-height: 180%;
}
.contents_area .center_area .movie_area .youtube {
  margin: 1.6rem auto;
  width: 100%;
  max-width: 60rem;
  aspect-ratio: 16/9;
}
.contents_area .center_area .movie_area .youtube iframe {
  width: 100%;
  height: 100%;
}
.contents_area .center_area .movie_area .btn {
  width: 100%;
  padding: 0.8rem 1.6rem;
  border-radius: 100vh;
  color: #FFFFFF;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #A771C6;
}
.contents_area .center_area .movie_area .btn::before {
  content: "expand_circle_right";
  font-family: "Material Symbols Outlined";
  margin-right: 0.4rem;
  font-size: 2rem;
}

/* --------------------------------------------
 left
-------------------------------------------- */
.left_box {
  display: none;
}
@media screen and (min-width: 768px) {
  .left_box {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc((100% - 37.5rem) / 2);
    position: sticky;
    top: 0;
    order: 1;
    background: url("../images/bg1.webp") no-repeat center center;
    background-size: cover;
  }
}

.gnavi {
  display: none;
}
.gnavi.is-open {
  display: flex;
  position: fixed;
  inset: 0;
  background: #3B82C5;
  z-index: 9998;
  justify-content: center;
  align-items: center;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s, visibility 0.3s;
}
.gnavi .gnavi__inner ul.main {
  margin: 2.4rem;
  padding: 6.4rem 4rem 2.4rem;
  color: #FFFEEE;
}
.gnavi .gnavi__inner ul.main > li {
  margin-bottom: 5.6rem;
}
.gnavi .gnavi__inner ul.main > li a {
  padding: 0;
  color: #FFFEEE;
  font-size: 3.2rem;
  text-align: center;
  font-family: clother, sans-serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.01em;
  display: block;
}
.gnavi .gnavi__inner ul.main > li a span {
  margin-top: 0.8rem;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  font-size: 0.9rem;
  display: block;
  letter-spacing: 0.1em;
}
.gnavi .gnavi__inner ul.main > li ul.sub {
  margin-top: 2.4rem;
}
.gnavi .gnavi__inner ul.main > li ul.sub > li {
  margin-top: 1.6rem;
}
.gnavi .gnavi__inner ul.main > li ul.sub > li a {
  font-size: 1.4rem;
}

/* --------------------------------------------
 right
-------------------------------------------- */
.right_box {
  display: none;
}
@media screen and (min-width: 768px) {
  .right_box {
    display: flex;
    position: sticky;
    height: 100vh;
    top: 0;
    justify-content: center;
    align-items: center;
    width: calc((100% - 37.5rem) / 2);
    order: 3;
    background: url("../images/bg2.webp") no-repeat center center;
    background-size: cover;
  }
}

@keyframes rotate-pickup {
  0% {
    transform: rotate(-30deg);
  }
  100% {
    transform: rotate(30deg);
  }
}
@keyframes walk-bear-1 {
  0% {
    transform: rotate(20deg);
  }
  to {
    transform: rotate(-10deg);
  }
}
@keyframes walk-bear-2 {
  0% {
    transform: rotate(20deg);
  }
  to {
    transform: rotate(-10deg);
  }
}
#molddoll::before,
#blockflower-wh::before,
#punch-needle::before,
#app::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  height: 30px;
  transform: translateY(-100%);
  background-size: 100% 100%;
}

#molddoll::before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1280 100' preserveAspectRatio='none'%3e%3cpath d='M 0 50 Q 106.67 150 213.33 50 Q 320 150 426.67 50 Q 533.33 150 640 50 Q 746.67 150 853.33 50 Q 960 150 1066.67 50 Q 1173.33 150 1280 50 L 1280 0 L 0 0 Z' fill='%233B82C5'/%3e%3c/svg%3e");
}

#blockflower-wh::before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1280 100' preserveAspectRatio='none'%3e%3cpath d='M 0 50 Q 106.67 150 213.33 50 Q 320 150 426.67 50 Q 533.33 150 640 50 Q 746.67 150 853.33 50 Q 960 150 1066.67 50 Q 1173.33 150 1280 50 L 1280 0 L 0 0 Z' fill='%23ECE9B5'/%3e%3c/svg%3e");
}

#punch-needle::before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1280 100' preserveAspectRatio='none'%3e%3cpath d='M 0 50 Q 106.67 150 213.33 50 Q 320 150 426.67 50 Q 533.33 150 640 50 Q 746.67 150 853.33 50 Q 960 150 1066.67 50 Q 1173.33 150 1280 50 L 1280 0 L 0 0 Z' fill='%23C6D8F0'/%3e%3c/svg%3e");
}

#app::before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1280 100' preserveAspectRatio='none'%3e%3cpath d='M 0 50 Q 106.67 150 213.33 50 Q 320 150 426.67 50 Q 533.33 150 640 50 Q 746.67 150 853.33 50 Q 960 150 1066.67 50 Q 1173.33 150 1280 50 L 1280 0 L 0 0 Z' fill='%23D8C6E3'/%3e%3c/svg%3e");
}/*# sourceMappingURL=style.css.map */