@charset "UTF-8";
/* 上から落下バウンス（初期表示） */
/* 右方向へシームレスループ（上段） */
/* 左方向へシームレスループ（下段） */
/*---------------------------------------------
メディアクエリー
---------------------------------------------*/
/*---------------------------------------------
共通
---------------------------------------------*/
html {
  color: #000;
  /*
    display: none;
  */
}

/*リセット
--------------------------------------------*/
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #402919;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

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

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

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

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}
a:hover {
  opacity: 0.7;
  transition: all 0.3s ease;
}

a img {
  border: none;
}

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

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

@media screen and (min-width: 769px) {
  .sp_none {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .sp_none {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .pc_none {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pc_none {
    display: block;
  }
}

.flexed {
  display: flex;
  flex-wrap: wrap;
}

.flexed-center {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.flexed-between {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: stretch;
}

@media screen and (min-width: 769px) {
  .pc_flexed {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .pc_flexed {
    display: none;
  }
}

.basein {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .basein {
    padding: 0 15px;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 769px) {
  .basein {
    box-sizing: border-box;
    max-width: 1300px;
    width: 100%;
  }
}

.inline_b {
  display: inline-block;
}

/*---------------------------------------------
font
---------------------------------------------*/
.ingra {
  font-family: ingra, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.ingra_Light {
  font-family: ingra, sans-serif;
  font-weight: 200;
  font-style: normal;
}

.ingra_UltraLight {
  font-family: ingra, sans-serif;
  font-weight: 300;
  font-style: normal;
}

.ingra_Medium {
  font-family: ingra, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.ingra_SemiBold {
  font-family: ingra, sans-serif;
  font-weight: 600;
  font-style: normal;
}

.ingra_Bold {
  font-family: ingra, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.ingra_ExtraBold {
  font-family: ingra, sans-serif;
  font-weight: 800;
  font-style: normal;
}

.ingra02 {
  font-family: ingra-2, sans-serif;
  font-weight: 300;
  font-style: normal;
}

.ingra02_Medium {
  font-weight: 500;
  font-family: ingra-2, sans-serif;
  font-style: normal;
}

.ingrawide {
  font-family: ingra-wide, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.ingrawide_Bold {
  font-weight: 700;
  font-family: ingra-wide, sans-serif;
  font-style: normal;
}

.ingrawide02 {
  font-family: ingram-wide-2, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.ingrawide02_Bold {
  font-weight: 700;
  font-family: ingram-wide-2, sans-serif;
  font-style: normal;
}

.ingracondensed {
  font-family: ingra-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.ingracondensed_Bold {
  font-weight: 700;
  font-family: ingra-condensed, sans-serif;
  font-style: normal;
}

.ingracondensed02 {
  font-family: ingra-condensed-2, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.ingracondensed02_Bold {
  font-weight: 600;
  font-family: ingra-condensed-2, sans-serif;
  font-style: normal;
}

.davissans {
  font-family: davis-sans, sans-serif;
  font-weight: 300;
  font-style: normal;
}

.davissans_italic {
  font-style: italic;
  font-family: davis-sans, sans-serif;
  font-weight: 300;
}

.davissans_italic_Regular {
  font-weight: 400;
  font-style: italic;
  font-family: davis-sans, sans-serif;
}

.davissans_italic_Medium {
  font-weight: 500;
  font-style: italic;
  font-family: davis-sans, sans-serif;
}

.davissans_italic_Bold {
  font-weight: 700;
  font-style: italic;
  font-family: davis-sans, sans-serif;
}

.davissans_Regular {
  font-weight: 400;
  font-family: davis-sans, sans-serif;
  font-style: normal;
}

.davissans_Medium {
  font-weight: 500;
  font-family: davis-sans, sans-serif;
  font-style: normal;
}

.davissans_Bold {
  font-weight: 700;
  font-family: davis-sans, sans-serif;
  font-style: normal;
}

.Gill_SNova_Book {
  font-family: "gill-sans-nova", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.Gill_SNova_Book_Italic {
  font-family: "gill-sans-nova", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.Gill_SNova_Medium {
  font-family: "gill-sans-nova", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.Gill_SNova_Semibold {
  font-family: "gill-sans-nova", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.Gill_SNova_Medium {
  font-family: "gill-sans-nova-book", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.Gill_SNova_Bold {
  font-family: "gill-sans-nova", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.Gill_SNova_Heavy {
  font-family: "gill-sans-nova", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.Gill_SNova_ExtraBold {
  font-family: "gill-sans-nova", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.Gill_SNova_UltraBold {
  font-family: "gill-sans-nova", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.Gill_SNova_inline_Regular {
  font-family: "gill-sans-nova-deco", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.Gill_SNova_inline_Regular {
  font-family: "gill-sans-nova-inline", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.Gill_SNova_inline_Bold {
  font-family: "gill-sans-nova-inline", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.Gill_SNova_Shadowed_Light {
  font-family: "gill-sans-nova-shadowed", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.Gill_SNova_Shadowed_Medium {
  font-family: "gill-sans-nova-shadowed", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.Gill_SNova_Shadowed_Outline {
  font-family: "gill-sans-nova-shadowed-outl", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.Gill_SNova_ExtraCondensed_Bold {
  font-family: "gill-sans-nova-extra-condens", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.Gill_SNova_Condensed_Book {
  font-family: "gill-sans-nova-condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.Gill_SNova_Condensed_Book_Italic {
  font-family: "gill-sans-nova-condensed", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.Gill_SNova_Condensed_Bold {
  font-family: "gill-sans-nova-condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.Gill_SNova_Condensed_Bold_Italic {
  font-family: "gill-sans-nova-condensed", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.Gill_SNova_Inline_Condensed {
  font-family: "gill-sans-nova-inline-conden", sans-serif;
  font-weight: 400;
  font-style: normal;
}

@media screen and (min-width: 769px) {
  .toystory .content01 {
    padding: 80px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .toystory .content01 {
    background: #ccedff;
  }
}
.toystory .main_viz {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .toystory .main_viz h1 {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .toystory .main_viz h1 {
    max-width: 115px;
    margin: 0 auto;
    width: 100%;
    padding: 15px 0;
  }
}
.toystory .main_viz {
  /*
      .main_bgAnimation {
        position: relative;
        overflow: hidden;

        &::before {
          content: "";
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          z-index: 1;
        }

        &.slider-wrapper {
          display: flex;
          overflow: hidden;
          width: 200%;
          position: relative;
          left: 50%;
          transform: translateX(-50%);

          .left_mov.slider,
          .right_mov.slider {
            display: flex;
            margin: 0;
            padding: 0;
            list-style: none;
            width: 100%;
            animation-duration: 15s;
            animation-iteration-count: infinite;
            animation-timing-function: linear;
            animation-delay: 0.5s;
            animation-fill-mode: both;
          }

          .left_mov.slider {
            animation-name: scroll-left;
            .slide {
              @include mq(pc) {
                margin-bottom: 48px;
              }
              @include mq(sp) {
                margin-bottom: 0;
                width: calc((100% - 10px * 2) / 3);
              }
            }
          }

          .right_mov.slider {
            animation-name: scroll-right;
            justify-content: flex-start;
          }

          .slide {
            width: 185px;
            margin-right: 10px;
            flex-shrink: 0;
            @include mq(sp) {
              width: calc((100% - 10px * 2) / 3);
            }

            & img {
              display: block;
              width: 100%;
              height: auto;
            }
          }
        }

        @keyframes scroll-left {
          0% {
            transform: translateX(0);
          }
          100% {
            transform: translateX(-50%);
          }
        }

        @keyframes scroll-right {
          0% {
            transform: translateX(-50%);
          }
          100% {
            transform: translateX(0);
          }
        }
      }
  */
}
.toystory .main_viz .credit_txt {
  margin: 15px 0 30px auto;
  max-width: 175px;
  padding-right: 30px;
}
@media screen and (min-width: 769px) {
  .toystory .main_content {
    padding: 44px 20.5px 18px 80.5px;
    background: url(../images/bg04.webp) no-repeat;
    background-size: cover;
    background-position: 50% 0;
    max-width: calc(50% - 101px);
    width: 100%;
    height: calc(100vh - 62px);
    position: sticky;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .toystory .main_content h2 {
    max-width: 115px;
    margin: 0 auto;
    width: 100%;
  }
  .toystory .main_content ul {
    max-width: 425px;
    margin: 57.5px auto 52px;
    justify-content: space-between;
    width: 100%;
  }
  .toystory .main_content ul li {
    max-width: 130px;
    width: 100%;
  }
  .toystory .main_content ul li:last-child {
    max-width: 232.75px;
  }
}
@media screen and (max-width: 768px) {
  .toystory .main_content {
    display: none;
  }
}
.toystory {
  /** LEFT BLOCK **/
}
.toystory .leftBlock .collect_btn {
  overflow: visible;
  perspective: 1000px;
  transform-origin: left center;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  will-change: transform, opacity;
}
@-webkit-keyframes swing-in-left-bck {
  0% {
    -webkit-transform: rotateY(-70deg);
    transform: rotateY(-70deg);
    -webkit-transform-origin: left;
    transform-origin: left;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    -webkit-transform-origin: left;
    transform-origin: left;
    opacity: 1;
  }
}
@keyframes swing-in-left-bck {
  0% {
    -webkit-transform: rotateY(-70deg);
    transform: rotateY(-70deg);
    -webkit-transform-origin: left;
    transform-origin: left;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    -webkit-transform-origin: left;
    transform-origin: left;
    opacity: 1;
  }
}
.toystory .leftBlock .collect_btn {
  opacity: 0;
}
.toystory .leftBlock .collect_btn.is-swing {
  animation: swing-in-left-bck 0.9s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
  opacity: 1;
}
.toystory .leftBlock .collect_btn + .check_btn {
  overflow: visible;
  perspective: 1000px;
  transform-origin: left center;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  will-change: transform, opacity;
  width: 100%;
  max-width: 136px;
  aspect-ratio: 1/1;
  max-height: 136px;
  overflow: hidden;
}
@-webkit-keyframes swing-in-leftcheck-bck {
  0% {
    transform: rotate(-12deg) rotateY(38deg) scale(0.92);
    transform-origin: left center;
    opacity: 0;
  }
  100% {
    transform: rotate(-12deg) rotateY(0) scale(1);
    transform-origin: left center;
    opacity: 1;
  }
}
@keyframes swing-in-leftcheck-bck {
  0% {
    transform: rotate(-12deg) rotateY(38deg) scale(0.92);
    transform-origin: left center;
    opacity: 0;
  }
  100% {
    transform: rotate(-12deg) rotateY(0) scale(1);
    transform-origin: left center;
    opacity: 1;
  }
}
.toystory .leftBlock .collect_btn + .check_btn {
  opacity: 0;
}
.toystory .leftBlock .collect_btn + .check_btn.is-swing {
  animation: swing-in-leftcheck-bck 0.65s cubic-bezier(0.25, 0.9, 0.32, 1.1) both;
  opacity: 1;
}
@media screen and (min-width: 769px) {
  .toystory .leftBlock {
    background: url(../images/bg01_sp.webp);
    background-size: 35px;
    background-position: 50% 0;
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .toystory .leftBlock {
    background: url(../images/bg01_sp.webp);
    background-size: 5.5%;
    background-position: 50% 0;
    width: 100%;
  }
}
.toystory .leftBlock .package_item .package_img {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .toystory .leftBlock .package_item .package_img {
    max-width: 660px;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .toystory .leftBlock .package_item .package_img {
    max-width: 660px;
    width: 100%;
    margin: 0 auto;
  }
}
.toystory .leftBlock .package_item .package_img::before {
  content: "";
  display: block;
}
@media screen and (min-width: 769px) {
  .toystory .leftBlock .package_item .package_img.one_item::before {
    padding-top: 153.0303030303%;
  }
}
@media screen and (max-width: 768px) {
  .toystory .leftBlock .package_item .package_img.one_item::before {
    padding-top: 154.6666666667%;
  }
}
@media screen and (min-width: 769px) {
  .toystory .leftBlock .package_item .package_img.column_item::before {
    padding-top: 123.6363636364%;
  }
}
@media screen and (max-width: 768px) {
  .toystory .leftBlock .package_item .package_img.column_item::before {
    padding-top: 106.6666666667%;
  }
}
.toystory .leftBlock .package_item .package_img.column_item .check_btn {
  box-sizing: border-box;
  width: 108px;
  height: 108px;
  min-width: 108px;
  min-height: 108px;
  padding: 15px 7px 5px;
}
@keyframes swing-in-leftcheck-column-bck {
  0% {
    transform: rotate(-12deg) rotateY(24deg) scale(0.86);
    transform-origin: left center;
    opacity: 0;
  }
  100% {
    transform: rotate(-12deg) rotateY(0) scale(1);
    transform-origin: left center;
    opacity: 1;
  }
}
.toystory .leftBlock .package_item .package_img.column_item .check_btn {
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .toystory .leftBlock .package_item .package_img.column_item .check_btn {
    height: auto;
    min-width: 83px;
    min-height: 85px;
    padding: 7.5px 3.5px 2.5px;
  }
}
.toystory .leftBlock .package_item .package_img.column_item .check_btn.is-swing {
  animation: swing-in-leftcheck-column-bck 0.55s cubic-bezier(0.25, 0.9, 0.32, 1.05) both;
}
.toystory .leftBlock .package_item .package_img.column_item .check_btn .check_txt {
  font-size: 25px;
}
@media screen and (max-width: 768px) {
  .toystory .leftBlock .package_item .package_img.column_item .check_btn .check_txt {
    font-size: 20px;
  }
}
.toystory .leftBlock .package_item .package_img a.collect_btn {
  background: #fff100;
  display: inline-block;
  position: absolute;
  padding: 6px 0;
  text-align: center;
  font-size: 9px;
  box-shadow: -1px -1px 1px rgba(103, 121, 135, 0.5);
}
.toystory .leftBlock .package_item .package_img a span {
  font-size: 15px;
  letter-spacing: -0.4px;
}
@media screen and (max-width: 768px) {
  .toystory .leftBlock .package_item .package_img a span {
    font-size: 12px;
  }
}
.toystory .leftBlock .package_item .package_img a span.buy_link {
  display: block;
  font-size: 27px;
  line-height: 1;
  color: #e60012;
  position: relative;
  width: fit-content;
  margin: 0 auto;
  padding: 5px 0 2px;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .toystory .leftBlock .package_item .package_img a span.buy_link {
    font-size: 18px;
  }
}
.toystory .leftBlock .package_item .package_img a span.buy_link::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: -2px;
  right: 0;
  margin: 0 auto;
  width: calc(100% + 4px);
  height: 4px;
  background: #e60012;
}
.toystory .leftBlock .package_item .package_img .check_btn {
  background: #fff100;
  border-radius: 50%;
  padding: 30px 14.5px 10px;
  border: transparent;
  box-shadow: 0px 0px 4px rgba(108, 129, 134, 0.8);
  position: absolute;
}
@media screen and (min-width: 769px) {
  .toystory .leftBlock .package_item .package_img .check_btn {
    bottom: 27.7227722772%;
    right: 8.0303030303%;
  }
}
@media screen and (max-width: 768px) {
  .toystory .leftBlock .package_item .package_img .check_btn {
    width: 22.6666666667%;
    bottom: 70%;
    right: 14.1333333333%;
    padding: 15px 12px 5px;
    font-size: 18px;
  }
}
.toystory .leftBlock .package_item .package_img .check_btn {
  cursor: pointer;
}
.toystory .leftBlock .package_item .package_img .check_btn:hover {
  opacity: 0.8;
}
.toystory .leftBlock .package_item .package_img .check_btn .check_txt {
  display: block;
  font-size: 32px;
  line-height: 1;
  position: relative;
  overflow: hidden;
  color: #e50112;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .toystory .leftBlock .package_item .package_img .check_btn .check_txt {
    font-size: 20px;
  }
}
.toystory .leftBlock .package_item .package_img .check_btn .check_txt::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 3px;
  background: #e50112;
}
@media screen and (max-width: 768px) {
  .toystory .leftBlock .package_item .package_img .check_btn .check_txt::after {
    width: 60%;
  }
}
.toystory .leftBlock .package_item .package_img .check_btn .check_small {
  font-size: 12px;
  line-height: 1;
  margin-top: 6px;
  display: block;
  letter-spacing: -0.2px;
}
@media screen and (max-width: 768px) {
  .toystory .leftBlock .package_item .package_img .check_btn .check_small {
    font-size: 10px;
    margin-top: 4px;
  }
}
.toystory .leftBlock .package_item .package_img.item01 {
  background: url(../images/1_1.webp) no-repeat;
  background-size: 100%;
  background-position: 50% 0;
}
@media screen and (min-width: 769px) {
  .toystory .leftBlock .package_item .package_img.item01 .collect01 {
    width: 16.6666666667%;
    top: 49.0099009901%;
    left: 10.1515151515%;
  }
}
@media screen and (max-width: 768px) {
  .toystory .leftBlock .package_item .package_img.item01 .collect01 {
    width: 26.6666666667%;
    top: 45%;
    left: 8%;
  }
}
@media screen and (min-width: 769px) {
  .toystory .leftBlock .package_item .package_img.item01 .collect02 {
    width: 23.9393939394%;
    top: 18.5148514851%;
    right: 3.7878787879%;
  }
}
@media screen and (max-width: 768px) {
  .toystory .leftBlock .package_item .package_img.item01 .collect02 {
    width: 26.6666666667%;
    top: 17.5%;
    right: 2.6666666667%;
  }
}
@media screen and (min-width: 769px) {
  .toystory .leftBlock .package_item .package_img.item01 .collect03 {
    width: 28.7878787879%;
    bottom: 10.396039604%;
    left: 23.9393939394%;
  }
}
@media screen and (max-width: 768px) {
  .toystory .leftBlock .package_item .package_img.item01 .collect03 {
    width: 34.6666666667%;
    bottom: 10%;
    left: 18.6666666667%;
  }
}
@media screen and (min-width: 769px) {
  .toystory .leftBlock .package_item .package_img.item01 .check_btn {
    bottom: 27.7227722772%;
    right: 8.0303030303%;
  }
}
@media screen and (max-width: 768px) {
  .toystory .leftBlock .package_item .package_img.item01 .check_btn {
    width: 22.6666666667%;
    top: 60%;
    right: 6.6666666667%;
  }
}
@media screen and (min-width: 769px) {
  .toystory .leftBlock .package_item .package_img.item02 .slide_01 .collect01 {
    width: 32.8947368421%;
    top: 36.2745098039%;
    right: 4.6992481203%;
  }
}
@media screen and (max-width: 768px) {
  .toystory .leftBlock .package_item .package_img.item02 .slide_01 .collect01 {
    width: 32.6975476839%;
    top: 35%;
    right: 5.3333333333%;
  }
}
@media screen and (min-width: 769px) {
  .toystory .leftBlock .package_item .package_img.item02 .slide_01 .collect02 {
    width: 35.7142857143%;
    bottom: 12.8676470588%;
    left: 29.6992481203%;
  }
}
@media screen and (max-width: 768px) {
  .toystory .leftBlock .package_item .package_img.item02 .slide_01 .collect02 {
    width: 50.408719346%;
    bottom: 7.25%;
    right: 26.6666666667%;
  }
}
@media screen and (min-width: 769px) {
  .toystory .leftBlock .package_item .package_img.item02 .slide_01 .collect03 {
    width: 28.7593984962%;
    top: 50.9803921569%;
    right: 29.5112781955%;
  }
}
@media screen and (max-width: 768px) {
  .toystory .leftBlock .package_item .package_img.item02 .slide_01 .collect03 {
    width: 39.5095367847%;
    top: 51.25%;
    right: 29.6%;
  }
}
@media screen and (min-width: 769px) {
  .toystory .leftBlock .package_item .package_img.item02 .slide_01 .check_btn {
    width: 20.3007518797%;
    top: 28.1862745098%;
    left: 8.4586466165%;
  }
}
@media screen and (max-width: 768px) {
  .toystory .leftBlock .package_item .package_img.item02 .slide_01 .check_btn {
    width: 6.6666666667%;
    top: 25.5%;
    left: 0.8%;
  }
}
@media screen and (min-width: 769px) {
  .toystory .leftBlock .package_item .package_img.item02 .slide_02 .collect01 {
    width: 31.954887218%;
    top: 37.1323529412%;
    right: 3.7593984962%;
  }
}
@media screen and (max-width: 768px) {
  .toystory .leftBlock .package_item .package_img.item02 .slide_02 .collect01 {
    width: 33.3333333333%;
    top: 36.5%;
    right: 3.2%;
  }
}
@media screen and (min-width: 769px) {
  .toystory .leftBlock .package_item .package_img.item02 .slide_02 .collect02 {
    width: 33.8345864662%;
    bottom: 29.5343137255%;
    right: 31.954887218%;
  }
}
@media screen and (max-width: 768px) {
  .toystory .leftBlock .package_item .package_img.item02 .slide_02 .collect02 {
    width: 48%;
    bottom: 30%;
    right: 30.6666666667%;
  }
}
@media screen and (min-width: 769px) {
  .toystory .leftBlock .package_item .package_img.item02 .slide_02 .check_btn {
    width: 20.3007518797%;
    bottom: 8.8235294118%;
    right: 42.6691729323%;
  }
}
@media screen and (max-width: 768px) {
  .toystory .leftBlock .package_item .package_img.item02 .slide_02 .check_btn {
    width: 6.6666666667%;
    bottom: 3.25%;
    right: 35.2%;
  }
}
.toystory .leftBlock .package_item .package_img.item03 {
  background: url(../images/1_4.webp) no-repeat;
  background-size: 100%;
  background-position: 50% 0;
}
@media screen and (min-width: 769px) {
  .toystory .leftBlock .package_item .package_img.item03 .collect01 {
    width: 24.0909090909%;
    top: 42.1782178218%;
    right: 9.3939393939%;
  }
}
@media screen and (max-width: 768px) {
  .toystory .leftBlock .package_item .package_img.item03 .collect01 {
    width: 28%;
    top: 40%;
    right: 8.5333333333%;
  }
}
@media screen and (min-width: 769px) {
  .toystory .leftBlock .package_item .package_img.item03 .collect02 {
    width: 23.9393939394%;
    bottom: 25.4455445545%;
    right: 20%;
  }
}
@media screen and (max-width: 768px) {
  .toystory .leftBlock .package_item .package_img.item03 .collect02 {
    width: 28%;
    bottom: 25.5%;
    right: 16.2666666667%;
  }
}
@media screen and (min-width: 769px) {
  .toystory .leftBlock .package_item .package_img.item03 .check_btn {
    bottom: 25.2475247525%;
    left: 10.7575757576%;
  }
}
@media screen and (max-width: 768px) {
  .toystory .leftBlock .package_item .package_img.item03 .check_btn {
    bottom: 25%;
    left: 10.6666666667%;
  }
}
@media screen and (min-width: 769px) {
  .toystory .leftBlock .package_item .package_img.item04 .slide_01 .collect01 {
    width: 32.8947368421%;
    top: 43.5049019608%;
    right: 7.8947368421%;
  }
}
@media screen and (max-width: 768px) {
  .toystory .leftBlock .package_item .package_img.item04 .slide_01 .collect01 {
    width: 33.3333333333%;
    top: 43.25%;
    right: 7.4666666667%;
  }
}
@media screen and (min-width: 769px) {
  .toystory .leftBlock .package_item .package_img.item04 .slide_01 .collect02 {
    width: 32.8947368421%;
    top: 66.7892156863%;
    right: 15.4135338346%;
  }
}
@media screen and (max-width: 768px) {
  .toystory .leftBlock .package_item .package_img.item04 .slide_01 .collect02 {
    width: 33.3333333333%;
    bottom: 23.5%;
    right: 12.2666666667%;
  }
}
@media screen and (min-width: 769px) {
  .toystory .leftBlock .package_item .package_img.item04 .slide_01 .check_btn {
    width: 20.3007518797%;
    bottom: 15.931372549%;
    left: 9.3984962406%;
  }
}
@media screen and (max-width: 768px) {
  .toystory .leftBlock .package_item .package_img.item04 .slide_01 .check_btn {
    width: 6.6666666667%;
    bottom: 11.75%;
    left: 9.3333333333%;
  }
}
@media screen and (min-width: 769px) {
  .toystory .leftBlock .package_item .package_img.item04 .slide_02 .collect01 {
    width: 31.954887218%;
    top: 20.2205882353%;
    right: 33.8345864662%;
  }
}
@media screen and (max-width: 768px) {
  .toystory .leftBlock .package_item .package_img.item04 .slide_02 .collect01 {
    width: 33.3333333333%;
    top: 20%;
    right: 34.6666666667%;
  }
}
@media screen and (min-width: 769px) {
  .toystory .leftBlock .package_item .package_img.item04 .slide_02 .collect02 {
    width: 37.5939849624%;
    top: 43.2598039216%;
    right: 3.7593984962%;
  }
}
@media screen and (max-width: 768px) {
  .toystory .leftBlock .package_item .package_img.item04 .slide_02 .collect02 {
    width: 37.8666666667%;
    top: 41.25%;
    right: 3.4666666667%;
  }
  .toystory .leftBlock .package_item .package_img.item04 .slide_02 .collect02 .genre_name {
    display: block;
  }
}
@media screen and (min-width: 419px) and (max-width: 440px) {
  .toystory .leftBlock .package_item .package_img.item04 .slide_02 .collect02 {
    width: 37.8666666667%;
    top: 41.25%;
    right: 4.5333333333%;
  }
  .toystory .leftBlock .package_item .package_img.item04 .slide_02 .collect02 .genre_name {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .toystory .leftBlock .package_item .package_img.item04 .slide_02 .collect03 {
    width: 35.7142857143%;
    bottom: 20.9558823529%;
    right: 31.954887218%;
  }
}
@media screen and (max-width: 768px) {
  .toystory .leftBlock .package_item .package_img.item04 .slide_02 .collect03 {
    width: 53.8666666667%;
    bottom: 28.75%;
    right: 34.6666666667%;
  }
}
@media screen and (min-width: 769px) {
  .toystory .leftBlock .package_item .package_img.item04 .slide_02 .check_btn {
    width: 20.3007518797%;
    bottom: 10.0490196078%;
    left: 9.3984962406%;
  }
}
@media screen and (max-width: 768px) {
  .toystory .leftBlock .package_item .package_img.item04 .slide_02 .check_btn {
    width: 6.6666666667%;
    bottom: 3.75%;
    left: 6.6666666667%;
  }
}
.toystory .leftBlock .package_item .package_img.item05 {
  background: url(../images/1_7.webp) no-repeat;
  background-size: 100%;
  background-position: 50% 0;
}
@media screen and (min-width: 769px) {
  .toystory .leftBlock .package_item .package_img.item05 .collect01 {
    width: 24.0909090909%;
    top: 40.5940594059%;
    right: 9.3939393939%;
  }
}
@media screen and (max-width: 768px) {
  .toystory .leftBlock .package_item .package_img.item05 .collect01 {
    width: 26.6666666667%;
    top: 37.5%;
    right: 9.3333333333%;
  }
}
@media screen and (min-width: 769px) {
  .toystory .leftBlock .package_item .package_img.item05 .collect02 {
    width: 23.9393939394%;
    bottom: 25.4455445545%;
    right: 9.3939393939%;
  }
}
@media screen and (max-width: 768px) {
  .toystory .leftBlock .package_item .package_img.item05 .collect02 {
    width: 29.3333333333%;
    bottom: 25.5%;
    right: 8.5333333333%;
  }
}
@media screen and (min-width: 769px) {
  .toystory .leftBlock .package_item .package_img.item05 .collect03 {
    width: 22.4242424242%;
    bottom: 11.6831683168%;
    right: 31.5151515152%;
  }
}
@media screen and (max-width: 768px) {
  .toystory .leftBlock .package_item .package_img.item05 .collect03 {
    width: 32%;
    bottom: 9.75%;
    right: 31.4666666667%;
  }
}
@media screen and (min-width: 769px) {
  .toystory .leftBlock .package_item .package_img.item05 .check_btn {
    top: 40.5940594059%;
    left: 9.3939393939%;
  }
}
@media screen and (max-width: 768px) {
  .toystory .leftBlock .package_item .package_img.item05 .check_btn {
    width: 22.6666666667%;
    top: 40%;
    left: 9.3333333333%;
  }
}
.toystory .leftBlock .package_item .package_img.item06 {
  background: url(../images/1_8.webp) no-repeat;
  background-size: 100%;
  background-position: 50% 0;
}
@media screen and (min-width: 769px) {
  .toystory .leftBlock .package_item .package_img.item06 .collect01 {
    width: 24.0909090909%;
    top: 38.1188118812%;
    right: 9.3939393939%;
  }
}
@media screen and (max-width: 768px) {
  .toystory .leftBlock .package_item .package_img.item06 .collect01 {
    width: 26.1333333333%;
    top: 35%;
    right: 8.2666666667%;
  }
}
@media screen and (min-width: 769px) {
  .toystory .leftBlock .package_item .package_img.item06 .collect02 {
    width: 27.2727272727%;
    bottom: 24.7524752475%;
    right: 31.5151515152%;
  }
}
@media screen and (max-width: 768px) {
  .toystory .leftBlock .package_item .package_img.item06 .collect02 {
    width: 36.8%;
    bottom: 24.75%;
    right: 29.3333333333%;
  }
}
@media screen and (min-width: 769px) {
  .toystory .leftBlock .package_item .package_img.item06 .collect03 {
    width: 21.9696969697%;
    bottom: 5.2475247525%;
    left: 27.2727272727%;
  }
}
@media screen and (max-width: 768px) {
  .toystory .leftBlock .package_item .package_img.item06 .collect03 {
    width: 26.6666666667%;
    bottom: 6.25%;
    right: 46.6666666667%;
  }
}
@media screen and (min-width: 769px) {
  .toystory .leftBlock .package_item .package_img.item06 .check_btn {
    top: 43.5643564356%;
    left: 10.6060606061%;
  }
}
@media screen and (max-width: 768px) {
  .toystory .leftBlock .package_item .package_img.item06 .check_btn {
    width: 22.6666666667%;
    top: 44.75%;
    left: 10.4%;
  }
}
.toystory .leftBlock .package_item .package_img.item07 {
  background: url(../images/1_9.webp) no-repeat;
  background-size: 100%;
  background-position: 50% 0;
}
@media screen and (min-width: 769px) {
  .toystory .leftBlock .package_item .package_img.item07 .collect01 {
    width: 24.0909090909%;
    top: 19.801980198%;
    right: 3.7878787879%;
  }
}
@media screen and (max-width: 768px) {
  .toystory .leftBlock .package_item .package_img.item07 .collect01 {
    width: 25.6%;
    top: 19.75%;
    right: 2.6666666667%;
  }
}
@media screen and (min-width: 769px) {
  .toystory .leftBlock .package_item .package_img.item07 .collect02 {
    width: 27.2727272727%;
    bottom: 24.7524752475%;
    right: 8.7878787879%;
  }
}
@media screen and (max-width: 768px) {
  .toystory .leftBlock .package_item .package_img.item07 .collect02 {
    width: 37.3333333333%;
    bottom: 25%;
    right: 7.4666666667%;
  }
}
@media screen and (min-width: 769px) {
  .toystory .leftBlock .package_item .package_img.item07 .check_btn {
    bottom: 19.801980198%;
    left: 15.1515151515%;
  }
}
@media screen and (max-width: 768px) {
  .toystory .leftBlock .package_item .package_img.item07 .check_btn {
    width: 22.6666666667%;
    bottom: 21.25%;
    left: 14.6666666667%;
  }
}
@media screen and (min-width: 769px) {
  .toystory .leftBlock .package_item .package_img.item08 .slide_01 .collect01 {
    width: 30.0751879699%;
    top: 19.6078431373%;
    right: 1.8796992481%;
  }
}
@media screen and (max-width: 768px) {
  .toystory .leftBlock .package_item .package_img.item08 .slide_01 .collect01 {
    width: 33.3333333333%;
    top: 19.5%;
    right: 1.8666666667%;
  }
}
@media screen and (min-width: 769px) {
  .toystory .leftBlock .package_item .package_img.item08 .slide_01 .collect02 {
    width: 36.6541353383%;
    top: 67.6470588235%;
    right: 15.977443609%;
  }
}
@media screen and (max-width: 768px) {
  .toystory .leftBlock .package_item .package_img.item08 .slide_01 .collect02 {
    width: 48%;
    bottom: 22.5%;
    right: 10.6666666667%;
  }
}
@media screen and (min-width: 769px) {
  .toystory .leftBlock .package_item .package_img.item08 .slide_01 .check_btn {
    width: 20.3007518797%;
    bottom: 7.3529411765%;
    left: 9.3984962406%;
  }
}
@media screen and (max-width: 768px) {
  .toystory .leftBlock .package_item .package_img.item08 .slide_01 .check_btn {
    width: 22.6666666667%;
    bottom: 6.75%;
    left: 9.3333333333%;
  }
}
@media screen and (min-width: 769px) {
  .toystory .leftBlock .package_item .package_img.item08 .slide_02 .collect01 {
    width: 30.0751879699%;
    top: 19.6078431373%;
    right: 1.8796992481%;
  }
}
@media screen and (max-width: 768px) {
  .toystory .leftBlock .package_item .package_img.item08 .slide_02 .collect01 {
    width: 30.1333333333%;
    top: 20%;
    right: 1.8666666667%;
  }
}
@media screen and (min-width: 769px) {
  .toystory .leftBlock .package_item .package_img.item08 .slide_02 .collect02 {
    width: 37.5939849624%;
    top: 43.5049019608%;
    right: 23.4962406015%;
  }
}
@media screen and (max-width: 768px) {
  .toystory .leftBlock .package_item .package_img.item08 .slide_02 .collect02 {
    width: 48%;
    top: 51.5%;
    right: 20.8%;
  }
}
@media screen and (min-width: 769px) {
  .toystory .leftBlock .package_item .package_img.item08 .slide_02 .collect03 {
    width: 28.1954887218%;
    bottom: 5.5147058824%;
    right: 27.2556390977%;
  }
}
@media screen and (max-width: 768px) {
  .toystory .leftBlock .package_item .package_img.item08 .slide_02 .collect03 {
    width: 30.6666666667%;
    bottom: 4.5%;
    right: 26.6666666667%;
  }
}
@media screen and (min-width: 769px) {
  .toystory .leftBlock .package_item .package_img.item08 .slide_02 .check_btn {
    width: 20.3007518797%;
    bottom: 9.1911764706%;
    left: 9.3984962406%;
  }
}
@media screen and (max-width: 768px) {
  .toystory .leftBlock .package_item .package_img.item08 .slide_02 .check_btn {
    width: 22.6666666667%;
    bottom: 7%;
    left: 9.3333333333%;
  }
}
.toystory .leftBlock .package_item .package_img.item09 {
  background: url(../images/1_12.webp) no-repeat;
  background-size: 100%;
  background-position: 50% 0;
}
@media screen and (min-width: 769px) {
  .toystory .leftBlock .package_item .package_img.item09 .collect01 {
    width: 24.0909090909%;
    top: 23.7623762376%;
    right: 9.0909090909%;
  }
}
@media screen and (max-width: 768px) {
  .toystory .leftBlock .package_item .package_img.item09 .collect01 {
    width: 37.3333333333%;
    top: 21.75%;
    right: 8.8%;
  }
}
@media screen and (min-width: 769px) {
  .toystory .leftBlock .package_item .package_img.item09 .collect02 {
    width: 22.7272727273%;
    bottom: 9.900990099%;
    left: 27.2727272727%;
  }
}
@media screen and (max-width: 768px) {
  .toystory .leftBlock .package_item .package_img.item09 .collect02 {
    width: 27.2%;
    bottom: 9.5%;
    left: 23.4666666667%;
  }
}
@media screen and (min-width: 769px) {
  .toystory .leftBlock .package_item .package_img.item09 .check_btn {
    bottom: 26.7326732673%;
    right: 9.8484848485%;
  }
}
@media screen and (max-width: 768px) {
  .toystory .leftBlock .package_item .package_img.item09 .check_btn {
    width: 22.6666666667%;
    bottom: 27.75%;
    right: 10.6666666667%;
  }
}
@media screen and (min-width: 769px) {
  .toystory .leftBlock .package_item .package_img.item10 .slide_01 .collect01 {
    width: 30.0751879699%;
    top: 19.6078431373%;
    right: 1.8796992481%;
  }
}
@media screen and (max-width: 768px) {
  .toystory .leftBlock .package_item .package_img.item10 .slide_01 .collect01 {
    width: 46.6666666667%;
    top: 19.5%;
    right: 1.3333333333%;
  }
}
@media screen and (min-width: 769px) {
  .toystory .leftBlock .package_item .package_img.item10 .slide_01 .collect02 {
    width: 31.015037594%;
    top: 62.5%;
    right: 6.2030075188%;
  }
}
@media screen and (max-width: 768px) {
  .toystory .leftBlock .package_item .package_img.item10 .slide_01 .collect02 {
    width: 35.7333333333%;
    bottom: 23.5%;
    right: 13.3333333333%;
  }
}
@media screen and (min-width: 769px) {
  .toystory .leftBlock .package_item .package_img.item10 .slide_01 .check_btn {
    width: 20.3007518797%;
    bottom: 19.6078431373%;
    left: 5.6390977444%;
  }
}
@media screen and (max-width: 768px) {
  .toystory .leftBlock .package_item .package_img.item10 .slide_01 .check_btn {
    width: 22.6666666667%;
    bottom: 7.3529411765%;
    left: 5.6390977444%;
  }
}
@media screen and (min-width: 769px) {
  .toystory .leftBlock .package_item .package_img.item10 .slide_02 .collect01 {
    width: 30.0751879699%;
    top: 19.6078431373%;
    right: 1.8796992481%;
  }
}
@media screen and (max-width: 768px) {
  .toystory .leftBlock .package_item .package_img.item10 .slide_02 .collect01 {
    width: 46.6666666667%;
    top: 20.3431372549%;
    right: 2.8195488722%;
  }
}
@media screen and (min-width: 769px) {
  .toystory .leftBlock .package_item .package_img.item10 .slide_02 .collect02 {
    width: 37.5939849624%;
    top: 50.8578431373%;
    right: 23.4962406015%;
  }
}
@media screen and (max-width: 768px) {
  .toystory .leftBlock .package_item .package_img.item10 .slide_02 .collect02 {
    width: 34.6666666667%;
    top: 50.612745098%;
    right: 27.8195488722%;
  }
}
@media screen and (min-width: 769px) {
  .toystory .leftBlock .package_item .package_img.item10 .slide_02 .check_btn {
    width: 20.3007518797%;
    bottom: 12.5%;
    left: 9.3984962406%;
  }
}
@media screen and (max-width: 768px) {
  .toystory .leftBlock .package_item .package_img.item10 .slide_02 .check_btn {
    width: 22.6666666667%;
    bottom: 12.6225490196%;
    left: 2.8195488722%;
  }
}
@media screen and (max-width: 768px) {
  .toystory .leftBlock .slide_column .package_item .package_img a.collect_btn {
    padding: 3px 0;
  }
  .toystory .leftBlock .slide_column .package_item .package_img a span.buy_link {
    font-size: 16px;
    padding: 2px;
  }
}
.toystory .leftBlock .slider {
  overflow: hidden;
  width: 100%;
}
.toystory .leftBlock .track {
  display: flex;
  width: max-content;
  animation: toyscroll 10s linear infinite;
}
.toystory .leftBlock .item {
  width: 200px;
  height: 150px;
  flex-shrink: 0;
}
.toystory .leftBlock .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.toystory .leftBlock .gray {
  background: #ccc;
}
.toystory .leftBlock .content02 .title_large {
  max-width: 300px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .toystory .leftBlock .content02 .title_large {
    max-width: 265px;
  }
}
@media screen and (min-width: 769px) {
  .toystory .leftBlock .content07,
  .toystory .leftBlock .content08 {
    margin: 80px 0 0;
  }
}
@media screen and (min-width: 769px) {
  .toystory .leftBlock .not_column .package_wrap {
    padding: 0 25px;
  }
}
@media screen and (max-width: 768px) {
  .toystory .leftBlock .not_column .package_wrap {
    margin: 40px 0 0;
  }
}
.toystory .leftBlock .not_column .package_wrap .package_item {
  margin-bottom: 15px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .toystory .leftBlock .slide_column {
    padding: 0 0 80px 25px;
  }
}
.toystory .leftBlock .slide_column .package_item .package_img::before {
  position: absolute;
  top: 30px;
  width: 72%;
  display: block;
}
.toystory .leftBlock .slide_column .package_item .package_img ul {
  z-index: 1;
  position: relative;
}
.toystory .leftBlock .slide_column .package_item .package_img ul li {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .toystory .leftBlock .slide_column .package_item .package_img ul li {
    margin-top: 30px;
  }
}
.toystory .leftBlock .scroll_area h2 {
  padding: 100px 0 0 200px;
  max-width: 254px;
  width: calc(100% - 200px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .toystory .leftBlock .scroll_area h2 {
    padding: 50px 0 0 100px;
    width: calc(100% - 200px);
  }
}
.toystory .leftBlock .scroll_area .catch_link {
  padding: 15px 20px 115px;
}
@media screen and (max-width: 768px) {
  .toystory .leftBlock .scroll_area .catch_link {
    padding: 15px 15px 57.5px;
  }
}
.toystory .leftBlock .scroll_area .catch_link h3 {
  max-width: 365px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .toystory .leftBlock .scroll_area .catch_link h3 {
    max-width: 250px;
  }
}
.toystory .leftBlock .scroll_area .catch_link dl {
  margin: 43px auto;
  justify-content: center;
  align-items: center;
  align-content: center;
}
@media screen and (max-width: 768px) {
  .toystory .leftBlock .scroll_area .catch_link dl {
    margin: 21.5px auto;
  }
}
.toystory .leftBlock .scroll_area .catch_link dl a {
  width: calc(80% - 30px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
@media screen and (max-width: 768px) {
  .toystory .leftBlock .scroll_area .catch_link dl a {
    width: 90%;
  }
}
.toystory .leftBlock .scroll_area .catch_link dl a dt span {
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .toystory .leftBlock .scroll_area .catch_link dl a dt span {
    font-size: 13px;
  }
}
.toystory .leftBlock .scroll_area .catch_link dl a dt span:nth-child(2) {
  padding: 0 5px;
}
@media screen and (max-width: 768px) {
  .toystory .leftBlock .scroll_area .catch_link dl a dt span:nth-child(2) {
    padding: 0;
  }
}
.toystory .leftBlock .scroll_area .catch_link dl a dt span:last-child {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .toystory .leftBlock .scroll_area .catch_link dl a dt span:last-child {
    font-size: 12px;
  }
}
.toystory .leftBlock .scroll_area .catch_link dl a dd {
  max-width: 80px;
}
@media screen and (max-width: 768px) {
  .toystory .leftBlock .scroll_area .catch_link dl a dd {
    max-width: 40px;
  }
}
.toystory .leftBlock .scroll_area .catch_link .end_copy {
  max-width: 400px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .toystory .leftBlock .scroll_area .catch_link .end_copy {
    width: 71%;
  }
}
.toystory .leftBlock .end_footer ul {
  padding: 0 0 108px;
  margin: 0 auto;
  max-width: 400px;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .toystory .leftBlock .end_footer ul {
    padding: 0 0 64px;
  }
}
.toystory .leftBlock .end_footer ul li a {
  display: block;
  padding: 25px 0;
  font-size: 28px;
  color: #0061af;
  background: #fff;
  border-radius: 25px;
  margin-bottom: 28px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .toystory .leftBlock .end_footer ul li a {
    padding: 14px 0;
    font-size: 20px;
    margin: 0 auto 20px;
    border-radius: 14px;
    width: 75%;
  }
}
.toystory .leftBlock .end_footer ul li:last-child a {
  margin-bottom: 0;
}
.toystory .leftBlock .end_footer .foot_logo {
  max-width: 300px;
  margin: 0 auto 100px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .toystory .leftBlock .end_footer .foot_logo {
    margin: 0 auto 155px;
    width: 55%;
  }
}
.toystory .leftBlock .colection {
  background: #ccedff;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .toystory .leftBlock .colection {
    margin-top: 40px;
    padding-bottom: 0;
  }
  .toystory .leftBlock .colection h2 {
    width: calc(100% + 30px);
    margin-left: -15px;
  }
}
.toystory .leftBlock .colection ul {
  max-width: 710px;
  margin: 0 auto;
  width: 100%;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  .toystory .leftBlock .colection ul {
    justify-content: space-between;
  }
}
.toystory .leftBlock .colection ul li {
  width: calc(33.3333333333% - 8px);
}
@media screen and (min-width: 769px) {
  .toystory .leftBlock .colection ul li {
    margin-right: 12px;
    margin-bottom: 30px;
  }
  .toystory .leftBlock .colection ul li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .toystory .leftBlock .colection ul li {
    padding-bottom: 10vh;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 419px) and (max-width: 440px) {
  .toystory .leftBlock .colection ul li {
    padding-bottom: 13vh;
  }
}
@media screen and (min-width: 441px) and (max-width: 767px) {
  .toystory .leftBlock .colection ul li {
    padding-bottom: 30px;
  }
}
.toystory .leftBlock .colection ul li a .img_in {
  background-color: #ffdd00;
  background-image: url(../images/tap_icon.webp);
  background-repeat: no-repeat;
  background-size: 60px;
  background-position: calc(100% + 4px) calc(100% + 3px);
  border-radius: 4px;
  display: block;
  text-align: center;
  position: relative;
  box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 769px) {
  .toystory .leftBlock .colection ul li a .img_in {
    width: 207px;
    height: 212px;
  }
}
@media screen and (max-width: 768px) {
  .toystory .leftBlock .colection ul li a .img_in {
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    min-height: 28.8px;
    min-width: 28.8px;
    background-size: 38%;
  }
}
@media screen and (min-width: 419px) and (max-width: 440px) {
  .toystory .leftBlock .colection ul li a .img_in {
    height: calc(100% + 50px);
  }
}
@media screen and (min-width: 441px) and (max-width: 767px) {
  .toystory .leftBlock .colection ul li a .img_in {
    width: 100%;
    height: 130px;
  }
}
.toystory .leftBlock .colection ul li a .img_in .link_images {
  position: absolute;
}
@media screen and (min-width: 441px) and (max-width: 767px) {
  .toystory .leftBlock .colection ul li a .img_in .link_images {
    max-width: 125px;
  }
}
.toystory .leftBlock .colection ul li a .link_name {
  text-align: center;
  margin-top: 15px;
  margin-left: -10px;
  width: 100%;
  line-height: 150%;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .toystory .leftBlock .colection ul li a .link_name {
    margin: 15px 0 0;
    font-size: 0.7rem;
    line-height: 1.5;
  }
}
.toystory .leftBlock .colection ul li.colection01 .link_images {
  width: calc(100% + 20px);
  top: -5px;
  left: -10px;
}
@media screen and (max-width: 768px) {
  .toystory .leftBlock .colection ul li.colection01 .link_images {
    width: calc(100% + 1px);
    top: -1px;
    left: -3px;
  }
}
.toystory .leftBlock .colection ul li.colection02 .link_images {
  width: calc(100% + 20px);
  top: -5px;
  left: -10px;
}
@media screen and (max-width: 768px) {
  .toystory .leftBlock .colection ul li.colection02 .link_images {
    width: calc(100% + 4px);
    top: -4px;
    left: -2px;
  }
}
.toystory .leftBlock .colection ul li.colection03 .link_images {
  width: calc(100% + 35px);
  top: 25px;
  left: -17.5px;
}
@media screen and (max-width: 768px) {
  .toystory .leftBlock .colection ul li.colection03 .link_images {
    width: calc(100% + 12px);
    top: 18px;
    left: -6px;
  }
}
@media screen and (min-width: 441px) and (max-width: 767px) {
  .toystory .leftBlock .colection ul li.colection03 .link_images {
    left: 1px;
  }
}
.toystory .leftBlock .colection ul li.colection04 .link_images {
  width: calc(100% + 30px);
  top: -5px;
  left: -15px;
}
@media screen and (max-width: 768px) {
  .toystory .leftBlock .colection ul li.colection04 .link_images {
    width: calc(100% + 10px);
    top: 5px;
    left: -5px;
  }
}
.toystory .leftBlock .colection ul li.colection05 .link_images {
  width: calc(100% + 20px);
  top: 7px;
  left: -10px;
}
@media screen and (max-width: 768px) {
  .toystory .leftBlock .colection ul li.colection05 .link_images {
    width: calc(100% + 5px);
    top: 5px;
    left: -2.5px;
  }
}
.toystory .leftBlock .colection ul li.colection06 .link_images {
  width: calc(100% + 35px);
  top: 25px;
  left: -17.5px;
}
@media screen and (max-width: 768px) {
  .toystory .leftBlock .colection ul li.colection06 .link_images {
    width: calc(100% + 12px);
    top: 16px;
    left: -6px;
  }
}
@media screen and (min-width: 441px) and (max-width: 767px) {
  .toystory .leftBlock .colection ul li.colection06 .link_images {
    left: 1px;
  }
}
.toystory .leftBlock .colection ul li.colection07 .link_images {
  width: calc(100% - 40px);
  top: -5px;
  left: 20px;
}
@media screen and (max-width: 768px) {
  .toystory .leftBlock .colection ul li.colection07 .link_images {
    width: calc(100% - 20px);
    top: -6px;
    left: 7px;
  }
}
@media screen and (min-width: 441px) and (max-width: 767px) {
  .toystory .leftBlock .colection ul li.colection07 .link_images {
    width: calc(100% - 30px);
  }
}
.toystory .leftBlock .colection ul li.colection08 .link_images {
  width: calc(100% - 40px);
  top: -7.5px;
  left: 20px;
}
@media screen and (max-width: 768px) {
  .toystory .leftBlock .colection ul li.colection08 .link_images {
    width: calc(100% - 20px);
    top: -5px;
    left: 5px;
  }
}
@media screen and (min-width: 441px) and (max-width: 767px) {
  .toystory .leftBlock .colection ul li.colection08 .link_images {
    width: calc(100% - 30px);
    top: -5px;
    left: 10px;
  }
}
.toystory .leftBlock .colection ul li.colection09 .link_images {
  width: calc(100% + 9px);
  top: -18px;
  left: -15px;
}
@media screen and (max-width: 768px) {
  .toystory .leftBlock .colection ul li.colection09 .link_images {
    width: calc(100% + 2px);
    top: -10px;
    left: -7px;
  }
}
@media screen and (min-width: 441px) and (max-width: 767px) {
  .toystory .leftBlock .colection ul li.colection09 .link_images {
    width: calc(100% + 2px);
    top: -8px;
    left: -5px;
  }
}
.toystory .leftBlock .colection ul li.colection10 .link_images {
  width: calc(100% + 20px);
  top: -5px;
  left: -17px;
}
@media screen and (max-width: 768px) {
  .toystory .leftBlock .colection ul li.colection10 .link_images {
    width: calc(100% + 10px);
    top: -5px;
    left: -13px;
  }
}
.toystory .leftBlock .colection ul li.colection11 .link_images {
  width: calc(100% - 3px);
  top: -15px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .toystory .leftBlock .colection ul li.colection11 .link_images {
    width: calc(100% - 1px);
    top: -10px;
    left: 0;
  }
}
.toystory .leftBlock .colection ul li.colection12 .link_images {
  width: calc(100% + 30px);
  top: 42px;
  left: -12px;
}
@media screen and (max-width: 768px) {
  .toystory .leftBlock .colection ul li.colection12 .link_images {
    width: calc(100% + 10px);
    top: 20px;
    left: -5px;
  }
}
.toystory .leftBlock .colection ul li.colection13 .link_images {
  width: calc(100% + 40px);
  top: -15px;
  left: -20px;
}
@media screen and (max-width: 768px) {
  .toystory .leftBlock .colection ul li.colection13 .link_images {
    width: calc(100% + 10px);
    top: -17px;
    left: -5px;
  }
}
.toystory .leftBlock .colection ul li.last_colection {
  width: calc((33.3333333333% - 8px) * 2);
  margin-right: 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .toystory .leftBlock .colection ul li.last_colection {
    padding: 0;
    margin-bottom: 4vh;
  }
}
.toystory .leftBlock .colection ul li.last_colection img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80%;
}
@media screen and (max-width: 768px) {
  .toystory .leftBlock .colection ul li.last_colection img {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  .toystory .leftBlock .content02 {
    padding: 15px 0;
  }
  .toystory .leftBlock .content02 h3 {
    width: calc(100% + 30px);
    margin-left: -15px;
  }
  .toystory .leftBlock .slide_column .basein {
    padding-right: 0;
  }
}
.toystory {
  /** //END LEFT BLOCK **/
}

@media screen and (min-width: 769px) {
  .sp_fixed {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .sp_fixed {
    display: block;
    position: relative;
  }
}
.sp_fixed ul {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  position: fixed;
  bottom: 0;
  left: 0;
  width: calc(100% - 40px);
  z-index: 1;
  display: flex;
  align-content: center;
  align-items: flex-end;
  padding: 10px 20px;
  justify-content: space-between;
  background: url(../images/bg03.webp) no-repeat;
  background-size: 100%;
  background-position: 50% 102%;
}
.sp_fixed ul.is-show {
  opacity: 1;
  visibility: visible;
}
.sp_fixed ul li a {
  display: block;
}
.sp_fixed ul li:first-child {
  margin-right: 15px;
}

/** ANIMATION **/
@keyframes bounce-in-top {
  0% {
    transform: translateY(-500px);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    transform: translateY(0);
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    transform: translateY(-65px);
    animation-timing-function: ease-in;
  }
  72% {
    transform: translateY(0);
    animation-timing-function: ease-out;
  }
  81% {
    transform: translateY(-28px);
    animation-timing-function: ease-in;
  }
  90% {
    transform: translateY(0);
    animation-timing-function: ease-out;
  }
  95% {
    transform: translateY(-8px);
    animation-timing-function: ease-in;
  }
  100% {
    transform: translateY(0);
    animation-timing-function: ease-out;
  }
}
/* =========================
  初期状態
========================= */
.bounce_target {
  transform-origin: center;
  will-change: transform;
}
.bounce_target.is-animated {
  animation: bounce-in-top 1.1s both;
}

/* =========================
  バウンドアニメーション
========================= */
@keyframes pulsate-fwd {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.08);
  }
  100% {
    transform: scale(1);
  }
}
.bounce_target {
  opacity: 0;
}
.bounce_target.is-animated {
  opacity: 1;
  animation: bounce-in-top 1.1s both;
}
.bounce_target {
  /* =========================
    鼓動アニメーション
  ========================= */
}
.bounce_target.is-heartbeat {
  opacity: 1;
  animation: pulsate-fwd 1.5s ease-in-out infinite both;
}

/* 右にループスクロール */
@keyframes toyscroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(50%);
  }
}
/** POPUP **/
/* =========================
  モーダル全体
========================= */
#modal01 .gif_area,
#modal10 .gif_area,
#modal12 .gif_area {
  background: url(../images/pop_bg01.webp) no-repeat;
  background-size: 101%;
  background-position: 50% 0;
}
@media screen and (max-width: 768px) {
  #modal01 .gif_area,
  #modal10 .gif_area,
  #modal12 .gif_area {
    background-size: cover;
  }
}

#modal02 .gif_area,
#modal13 .gif_area {
  background: url(../images/pop_bg02.webp) no-repeat;
  background-size: 101%;
  background-position: 50% 0;
}
@media screen and (max-width: 768px) {
  #modal02 .gif_area,
  #modal13 .gif_area {
    background-size: cover;
  }
}

#modal03 .gif_area,
#modal11 .gif_area,
#modal14 .gif_area {
  background: url(../images/pop_bg03.webp) no-repeat;
  background-size: 101%;
  background-position: 50% 0;
}
@media screen and (max-width: 768px) {
  #modal03 .gif_area,
  #modal11 .gif_area,
  #modal14 .gif_area {
    background-size: cover;
  }
}

#modal04 .gif_area {
  background: url(../images/pop_bg04.webp) no-repeat;
  background-size: 101%;
  background-position: 50% 0;
}
@media screen and (max-width: 768px) {
  #modal04 .gif_area {
    background-size: cover;
  }
}

#modal05 .gif_area,
#modal06 .gif_area {
  background: url(../images/pop_bg05.webp) no-repeat;
  background-size: 101%;
  background-position: 50% 0;
}
@media screen and (max-width: 768px) {
  #modal05 .gif_area,
  #modal06 .gif_area {
    background-size: cover;
  }
}

#modal09 .gif_area {
  background: #cbedff;
}

#modal09 .popup_inner .credit_area,
#modal12 .popup_inner .credit_area {
  margin-top: 0;
}

.popup_inner {
  max-width: 420px;
  margin: 25px auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .popup_inner {
    width: 90%;
    max-width: 100%;
    height: auto;
    margin: 0;
  }
}
.popup_inner .gif_area {
  width: 100%;
  max-width: 420px;
  height: 100vh;
  max-height: 515px;
  position: relative;
  overflow: hidden;
}
.popup_inner .gif_area::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: url(../images/pop_copy.webp) no-repeat;
  background-size: 100%;
  background-position: 50%;
  width: 90px;
  height: 20px;
}
.popup_inner .gif_area .gif_img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  transition: none;
}
@media screen and (max-width: 768px) {
  .popup_inner .gif_area .gif_img {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
  }
}
.popup_inner .gif_area .gif_img.auto {
  width: auto;
}
.popup_inner .gif_area .gif_img.active {
  opacity: 1;
}
.popup_inner .credit_area {
  padding: 35px 25px;
  background: #ffdd00;
  margin-top: -3px;
  width: calc(100% - 50px);
  align-items: center;
  align-content: flex-start;
}
.popup_inner .credit_area ul {
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  gap: 0 30px;
  padding-bottom: 12px;
}
.popup_inner .credit_area ul li {
  display: inline-block;
  font-size: 14px;
  line-height: 1.6;
  flex-shrink: 0;
}
.popup_inner .credit_area ul li h5 {
  color: #0061af;
  font-size: 15px;
  padding-left: 15px;
  margin-bottom: 5px;
}
.popup_inner .credit_area ul li h5 span {
  font-size: 10px;
  color: #0061af;
}
.popup_inner .credit_area ul li dl {
  align-items: center;
  width: 100%;
  margin-bottom: 8px;
}
.popup_inner .credit_area ul li dl:last-child {
  margin-bottom: 0;
}
.popup_inner .credit_area ul li dl a {
  text-decoration: none;
  color: #000;
  display: block;
  width: calc(100% - 50px);
  padding-right: 50px;
  background: url(../images/txt05.webp) no-repeat;
  background-size: 40px;
  background-position: 100% 50%;
}
.popup_inner .credit_area ul li dl a:hover {
  text-decoration: underline;
}
.popup_inner .credit_area ul li dl a dt {
  width: calc(100% - 40.5px);
}
.popup_inner .credit_area ul li dl a dd {
  display: none;
}

.popup_area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 999;
}
@media screen and (max-width: 768px) {
  .popup_area {
    top: -20px;
  }
}
.popup_area.active {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* =========================
  背景オーバーレイ
========================= */
.modal_area_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
}

/* =========================
  コンテンツ本体
========================= */
.modal_area_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) translateY(20px);
  width: 90%;
  max-width: 900px;
  background: #fff;
  padding: 30px;
  box-sizing: border-box;
  opacity: 0;
  transition: all 0.4s ease;
}

/* 表示時アニメーション */
.popup_area.active .modal_area_content {
  opacity: 1;
  transform: translate(-50%, -50%) translateY(0);
}

/* =========================
  閉じるボタン
========================= */
.modal_area_close {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 20px;
  cursor: pointer;
  background: none;
  border: none;
  z-index: 2;
}
.modal_area_close span {
  font-size: 14px;
  display: block;
  border-bottom: 1px solid;
  margin-top: -8px;
}
.modal_area_close i {
  display: inline-block;
  border: 1px solid #141414;
  width: 0;
  height: 50px;
  transform: rotate(45deg);
  text-align: center;
}
.modal_area_close i + i {
  transform: rotate(-45deg);
}

/* =========================
  中身レイアウト
========================= */
.popup_inner {
  z-index: 1;
  position: relative;
}

.credit_scroll {
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
  width: 100%;
  min-width: 0;
}

.credit_scroll::-webkit-scrollbar {
  display: none;
}

/* ===================== */
/* フェイクスクロールバー */
/* ===================== */
.fake_scrollbar {
  width: 100%;
  height: 6px;
  position: relative;
  overflow: hidden;
  border-radius: 999px;
}

.fake_thumb {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #d3b533;
  border-radius: 999px;
}

/* =========================
  レスポンシブ（スマホ）
========================= */
@media screen and (min-width: 419px) and (max-width: 440px) {
  body .popup_inner {
    overflow-y: scroll;
    max-height: 100%;
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .modal_area_content {
    width: 92%;
    padding: 20px;
  }
  .popup_inner {
    flex-direction: column;
  }
  .gif_area,
  .credit_area {
    width: 100%;
  }
  .credit_area {
    margin-top: 16px;
  }
  .credit_area {
    gap: 10px;
  }
  .credit_area li {
    font-size: 12px;
  }
}
.column_item .slide_itemWrap {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.column_item .slide_itemWrap li {
  display: inline-block;
  width: 72%;
}
@media screen and (min-width: 769px) {
  .column_item .slide_itemWrap li:nth-child(odd) {
    margin-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .column_item .slide_itemWrap li:nth-child(odd) {
    margin-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .column_item .slide_itemWrap li:nth-child(even) {
    margin-right: 15px;
  }
}

/* SLIDE BADGE */
.scroll_area {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.scroll_area .scroll_track {
  display: flex;
  align-items: center;
  width: max-content;
  animation: scrollLoop 28s linear infinite;
}
.scroll_area .scroll_track .scroll_item {
  position: relative;
  flex-shrink: 0;
  max-width: 1500px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .scroll_area .scroll_track .scroll_item {
    max-width: 800px;
  }
}
.scroll_area .scroll_track .scroll_item .gray {
  display: block;
  width: 100%;
  background: transparent;
}
.scroll_area .scroll_track .scroll_item .color {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
}
.scroll_area .scroll_track .scroll_item .color.is-on {
  opacity: 1;
}

/* 横スクロール */
@keyframes scrollLoop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.marquee-section {
  width: 100%;
  overflow: hidden;
  /* iPhoneの「戻る・進む」ジェスチャーの干渉を抑制 */
  touch-action: pan-y;
  -webkit-overflow-scrolling: touch;
}

.marquee-row {
  width: 100%;
  overflow: hidden;
  margin: 24px 0;
  opacity: 0;
  transition: opacity 0.4s ease-out;
  will-change: opacity;
}
.marquee-row:last-child {
  margin-bottom: 0;
}

.marquee-section.is-show .marquee-row {
  opacity: 1;
}

.marquee-track {
  display: flex;
  gap: 5px;
  width: max-content;
  will-change: transform;
  backface-visibility: hidden;
  transform: translate3d(var(--x, 0), 0, 0);
}
.marquee-track .marquee-item {
  flex-shrink: 0;
}
.marquee-track .marquee-item img {
  width: 180px;
  height: auto;
  object-fit: cover;
  display: block;
  user-select: none;
  -webkit-user-drag: none;
  pointer-events: none;
  transform: translateZ(0);
}

@media (max-width: 768px) {
  .marquee-item img {
    width: 280px;
    height: 180px;
  }
}/*# sourceMappingURL=style.css.map */