@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@500&family=Zen+Maru+Gothic:wght@500&display=swap");
/*------------------------------------------------------*/
/*  reset */
/*------------------------------------------------------*/
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-style: normal;
  vertical-align: baseline;
}

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

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

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

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

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input, textarea, select {
  *font-size: 100%;
}

legend {
  color: #000;
}

table {
  width: 100%;
}

*,
::before,
::after {
  border-style: solid;
  border-width: 0;
}

:root {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}
img {
  vertical-align: bottom;
}

.clearfix:after,
.cf:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .clearfix, * html .cf {
  zoom: 1;
} /* IE6 */
*:first-child + html .clearfix, *:first-child + html .cf {
  zoom: 1;
} /* IE7 */
/*------------------------------------------------------*/
/* noneImages */
/*------------------------------------------------------*/
.noneImages {
  display: none;
}

.nf-message {
  display: none;
}

* {
  -webkit-appearance: none;
}

/*------------------------------------------------------*/
/*  base */
/*------------------------------------------------------*/
html {
  height: 100%;
  font-size: 62.5%;
}
html.-fontL {
  font-size: 77.5%;
}

body {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", meiryo, "Noto Sans JP", sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  min-height: 100%;
  background: #fff;
  color: #404040;
  font-weight: 400;
}
@media screen and (max-width: 750px) {
  body {
    font-weight: 300;
  }
}

a {
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #404040;
}
@media screen and (min-width: 751px) {
  a:hover {
    text-decoration: none;
  }
}

input, button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
}

button,
input:focus {
  outline: 0;
}

main {
  display: block;
  position: relative;
}

input, textarea {
  -webkit-user-select: auto;
}

img {
  -webkit-touch-callout: none;
  width: 100%;
}

::-moz-selection {
  background: #d6c0a2;
}

::selection {
  background: #d6c0a2;
}

::-moz-selection {
  background: #d6c0a2;
}

::-webkit-input-placeholder {
  color: #cdcdcd;
  font-size: 13px;
}

::-moz-placeholder {
  color: #cdcdcd;
  font-size: 13px;
}

:-ms-input-placeholder {
  color: #cdcdcd;
  font-size: 13px;
}

::-ms-input-placeholder {
  color: #cdcdcd;
  font-size: 13px;
}

::placeholder {
  color: #cdcdcd;
  font-size: 13px;
}
@media screen and (max-width: 750px) {
  ::-webkit-input-placeholder {
    font-size: 1.4rem;
  }
  ::-moz-placeholder {
    font-size: 1.4rem;
  }
  :-ms-input-placeholder {
    font-size: 1.4rem;
  }
  ::-ms-input-placeholder {
    font-size: 1.4rem;
  }
  ::placeholder {
    font-size: 1.4rem;
  }
}

.alphaBtn:hover {
  cursor: pointer;
}

.obj {
  position: absolute;
}

.layout {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .layout {
    width: 100%;
    left: 0;
    margin-left: 0;
    top: 0px;
  }
}

#wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
  min-height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  left: 0;
  padding: 110px 75px 0 0;
}
#wrapper.-notfound {
  min-height: 100vh;
}
@media screen and (max-width: 1150px) {
  #wrapper {
    padding-right: 0;
  }
}
@media screen and (max-width: 750px) {
  #wrapper {
    padding-top: 100px;
  }
}

.container {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}

.side {
  width: 310px;
}
@media screen and (max-width: 750px) {
  .side {
    width: calc(100% - 54px);
    padding: 27px 0;
  }
}

#contents {
  position: relative;
  margin: 0 auto;
}

.block-title {
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 0.3em;
  padding-left: 6px;
}

.img-cover {
  position: relative;
}
.img-cover::before {
  content: "";
  width: 100%;
  display: block;
  position: relative;
}
.img-cover img.img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  font-family: "object-fit: cover;";
}

.-fontm {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.fs-title__jp {
  font-size: 2.9rem;
  line-height: 5rem;
  margin-bottom: 2px;
  font-weight: 500;
}
.fs-title__en {
  font-size: 1.4rem;
  letter-spacing: 0.02em;
}
.fs-headline {
  text-align: center;
}
.fs-headline__jp {
  font-size: 2.6rem;
  margin-bottom: 3px;
}
.fs-headline__en {
  font-size: 1.4rem;
}
.fs-subtitle {
  font-size: 2.6rem;
  line-height: 4.4rem;
  font-weight: 400;
}
.fs-copy {
  font-size: 2.2rem;
  line-height: 4.5rem;
  font-weight: 400;
}
.fs-text {
  font-size: 1.7rem;
  line-height: 3.6rem;
  font-weight: 400;
}
.fs-texts {
  font-size: 1.5rem;
  line-height: 3rem;
  font-weight: 400;
}
.fs-note {
  font-size: 1.3rem;
  line-height: 2.5rem;
}
@media screen and (max-width: 750px) {
  .fs-title__jp {
    font-size: 2.4rem;
    line-height: 4rem;
    font-weight: 300;
    margin-bottom: -2px;
    -webkit-text-stroke: 0.5px #404040;
  }
  .fs-title__en {
    font-size: 1.1rem;
  }
  .fs-headline__jp {
    font-size: 2.2rem;
    font-weight: 300;
    margin-bottom: 1px;
  }
  .fs-headline__en {
    font-size: 1.1rem;
  }
  .fs-subtitle {
    font-size: 2.2rem;
    line-height: 3.2rem;
    font-weight: 300;
  }
  .fs-copy {
    font-size: 1.5rem;
    line-height: 2.8rem;
    font-weight: 300;
  }
  .fs-text {
    font-size: 1.5rem;
    line-height: 2.8rem;
    font-weight: 300;
  }
  .fs-texts {
    font-size: 1.3rem;
    line-height: 2.4rem;
    font-weight: 300;
  }
}

@media screen and (max-width: 1400px) {
  .cont-min1401 {
    display: none !important;
  }
}

@media screen and (min-width: 1401px) {
  .cont-max1400 {
    display: none !important;
  }
}

@media screen and (max-width: 1340px) {
  .cont-min1341 {
    display: none !important;
  }
}

@media screen and (min-width: 1341px) {
  .cont-max1340 {
    display: none !important;
  }
}

@media screen and (max-width: 1260px) {
  .cont-min1261 {
    display: none !important;
  }
}

@media screen and (min-width: 1261px) {
  .cont-max1260 {
    display: none !important;
  }
}

@media screen and (max-width: 1200px) {
  .cont-min1201 {
    display: none !important;
  }
}

@media screen and (min-width: 1201px) {
  .cont-max1200 {
    display: none !important;
  }
}

@media screen and (max-width: 1160px) {
  .cont-min1161 {
    display: none !important;
  }
}

@media screen and (min-width: 1161px) {
  .cont-max1160 {
    display: none !important;
  }
}

@media screen and (max-width: 1150px) {
  .cont-min1151 {
    display: none !important;
  }
}

@media screen and (min-width: 1151px) {
  .cont-max1150 {
    display: none !important;
  }
}

@media screen and (max-width: 1060px) {
  .cont-min1061 {
    display: none !important;
  }
}

@media screen and (min-width: 1061px) {
  .cont-max1060 {
    display: none !important;
  }
}

@media screen and (max-width: 1030px) {
  .cont-min1031 {
    display: none !important;
  }
}

@media screen and (min-width: 1031px) {
  .cont-max1030 {
    display: none !important;
  }
}

@media screen and (max-width: 950px) {
  .cont-min951 {
    display: none !important;
  }
}

@media screen and (min-width: 951px) {
  .cont-max950 {
    display: none !important;
  }
}

@media screen and (max-width: 850px) {
  .cont-min851 {
    display: none !important;
  }
}

@media screen and (min-width: 851px) {
  .cont-max850 {
    display: none !important;
  }
}

@media screen and (max-width: 750px) {
  .cont-min751 {
    display: none !important;
  }
}

@media screen and (min-width: 751px) {
  .cont-max750 {
    display: none !important;
  }
}

@media screen and (min-width: 487px) {
  .cont-max486 {
    display: none !important;
  }
}

@media screen and (min-width: 401px) {
  .cont-max400 {
    display: none !important;
  }
}

@media screen and (max-width: 320px) {
  .cont-min321 {
    display: none !important;
  }
}

@media screen and (min-width: 321px) {
  .cont-max320 {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .cont-pc {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .cont-sp {
    display: none !important;
  }
}

.-mt20 {
  margin-top: 20px;
}
@media screen and (max-width: 750px) {
  .-mt20 {
    margin-top: 30px;
  }
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  -webkit-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.1s ease;
  transition: -webkit-transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

._d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 2001px) {
  html {
    font-size: 70%;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
     -ms-text-size-adjust: 100%;
         text-size-adjust: 100%;
  }
}
@media screen and (min-width: 1341px) and (max-width: 1700px) {
  html {
    font-size: 50%;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
     -ms-text-size-adjust: 100%;
         text-size-adjust: 100%;
  }
}
@media screen and (max-width: 480px) {
  html {
    font-size: 40.5%;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
     -ms-text-size-adjust: 100%;
         text-size-adjust: 100%;
  }
}
body {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  color: #633118;
  background-image: url(../images/special/nintama2026/common/pattern1.webp);
  background-size: 672px 1119px;
  background-repeat: repeat;
  background-position: center 0;
  background-attachment: fixed;
}

.layout {
  width: 1715px;
  position: absolute;
  right: 0;
  top: 0;
}

.nintama {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  z-index: 1;
}
.nintama.-hide {
  opacity: 0;
}
.nintama-inner {
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 601px) {
  .nintama::before {
    content: "";
    width: 4px;
    height: 100%;
    position: absolute;
    left: -3px;
    top: 0;
    background: #F7E27B;
  }
  .nintama::after {
    content: "";
    width: 4px;
    height: 100%;
    position: absolute;
    right: -3px;
    top: 0;
    background: #F7E27B;
  }
}
@media screen and (max-width: 600px) {
  .nintama {
    overflow: hidden;
  }
}

.load {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  background-image: url(../images/special/nintama2026/common/pattern1.webp);
  background-size: 480px 800px;
  background-repeat: repeat;
  background-position: center 0;
}
.load-main {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 30%;
  max-width: 180px;
}
.load-main .icon {
  width: 45.3781512605%;
  margin: 0 auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  .load-main .icon {
    margin-bottom: 26px;
  }
}
.load-main .icon img {
  position: relative;
  -webkit-animation: load 2s linear 0s infinite;
          animation: load 2s linear 0s infinite;
}
.load-main .text {
  -webkit-transition: 0.2s ease-out 0s;
  transition: 0.2s ease-out 0s;
}
.load .obj {
  -webkit-transition: 0.2s ease-out 0s;
  transition: 0.2s ease-out 0s;
}
.load .obj.-i1 {
  width: 23.5294117647%;
  right: -17%;
  top: -17%;
}
.load .obj.-i2 {
  width: 21.8487394958%;
  left: -5%;
  bottom: -63%;
}
.load .obj.-i3 {
  width: 17.6470588235%;
  left: -21%;
  bottom: 28%;
}
.load .obj.-i4 {
  width: 11.7647058824%;
  left: -35%;
  bottom: -27%;
}
.load .obj.-i5 {
  width: 10.9243697479%;
  right: -30%;
  top: -38%;
}
.load .obj.-i6 {
  width: 29.1666666667%;
  max-width: 170px;
  left: -1%;
  top: 8.5%;
}
.load .obj.-i7 {
  width: 30%;
  max-width: 180px;
  right: -2%;
  bottom: 12.8%;
}
.load.-end {
  opacity: 0;
  -webkit-transition: 0.5s ease-in 1s;
  transition: 0.5s ease-in 1s;
}
.load.-end .obj {
  opacity: 0;
}
.load.-end .load-main .text {
  opacity: 0;
}
.load.-end .load-main .icon {
  -webkit-transition: 1.6s ease-out 0.4s;
  transition: 1.6s ease-out 0.4s;
  -webkit-transform: scale(90);
          transform: scale(90);
}
.load.-end .load-main .icon img {
  -webkit-animation: none;
          animation: none;
}

@-webkit-keyframes load-mask {
  0% {
    -webkit-mask-size: 2000px 2000px;
    mask-size: 2000px 2000px;
  }
  100% {
    -webkit-mask-size: 10000px 10000px;
    mask-size: 10000px 10000px;
  }
}

@keyframes load-mask {
  0% {
    -webkit-mask-size: 2000px 2000px;
    mask-size: 2000px 2000px;
  }
  100% {
    -webkit-mask-size: 10000px 10000px;
    mask-size: 10000px 10000px;
  }
}
.section {
  position: relative;
}
.section-inner {
  position: relative;
}
.section-bg {
  position: absolute;
  width: 100%;
  height: 120%;
  left: 0;
  top: 0;
  overflow: hidden;
}
.section-bg__top {
  position: absolute;
  width: 100%;
  height: 34px;
  pointer-events: none;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-size: 100% auto;
  background-repeat: repeat;
  background-position: center 0;
  -webkit-mask-image: url("../images/special/nintama2026/common/mask1.svg");
  mask-image: url("../images/special/nintama2026/common/mask1.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top left;
  mask-position: top left;
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
}
.section-bg__bottom {
  position: absolute;
  width: 100%;
  height: calc(100% - 34px);
  background-size: 100% auto;
  background-repeat: repeat;
  background-position: center -34px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 480px) {
  .section-bg__top {
    width: 480px;
    height: 27px;
    background-size: 480px 238px;
  }
  .section-bg__bottom {
    width: 480px;
    height: calc(100% - 27px);
    background-size: 480px 238px;
    background-position: center -27px;
  }
}
.section-bg.-pattern1 .section-bg__top {
  background-color: #f7e27b;
  background-image: url(../images/special/nintama2026/common/pattern3.svg);
}
.section-bg.-pattern1 .section-bg__bottom {
  background-color: #f7e27b;
  background-image: url(../images/special/nintama2026/common/pattern3.svg);
}
.section-bg.-pattern2 .section-bg__top {
  background-color: #248057;
  background-image: url(../images/special/nintama2026/common/pattern4.svg);
}
.section-bg.-pattern2 .section-bg__bottom {
  background-color: #248057;
  background-image: url(../images/special/nintama2026/common/pattern4.svg);
}
.section-bg.-pattern3 .section-bg__top {
  background-color: #5dc1d0;
  background-image: url(../images/special/nintama2026/common/pattern5.svg);
}
.section-bg.-pattern3 .section-bg__bottom {
  background-color: #5dc1d0;
  background-image: url(../images/special/nintama2026/common/pattern5.svg);
}
.section-bg2 {
  position: absolute;
  width: 100%;
  height: 120%;
  left: 0;
  top: 0;
  overflow: hidden;
}
.section-bg2__top {
  position: absolute;
  width: 100%;
  height: 300px;
  pointer-events: none;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../images/special/nintama2026/common/pattern1.webp);
  background-size: 672px 1119px;
  background-repeat: repeat;
  background-position: center 0;
  -webkit-mask-image: url("../images/special/nintama2026/common/mask3.svg");
  mask-image: url("../images/special/nintama2026/common/mask3.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center top;
  mask-position: center top;
  -webkit-mask-size: 102% auto;
  mask-size: 102% auto;
}
.section-bg2__bottom {
  position: absolute;
  width: 100%;
  height: calc(100% - 300px);
  background-image: url(../images/special/nintama2026/common/pattern1.webp);
  background-size: 672px 1119px;
  background-repeat: repeat;
  background-position: center -300px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
}
@media screen and (max-width: 480px) {
  .section-bg2__top {
    width: 480px;
    background-size: 480px 800px;
  }
  .section-bg2__bottom {
    width: 480px;
    background-size: 480px 800px;
  }
}
@media screen and (max-width: 390px) {
  .section-bg2__top {
    width: 390px;
    height: 195px;
  }
  .section-bg2__bottom {
    width: 390px;
  }
}
.section-bg3 {
  position: absolute;
  width: 100%;
  height: 120%;
  left: 0;
  top: 0;
  overflow: hidden;
}
.section-bg3__top {
  position: absolute;
  width: 100%;
  height: 91px;
  pointer-events: none;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../images/special/nintama2026/common/pattern1.webp);
  background-size: 672px 1119px;
  background-repeat: repeat;
  background-position: center 0;
  -webkit-mask-image: url("../images/special/nintama2026/common/mask4.svg");
  mask-image: url("../images/special/nintama2026/common/mask4.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center top;
  mask-position: center top;
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
}
.section-bg3__bottom {
  position: absolute;
  width: 100%;
  height: calc(100% - 91px);
  background-image: url(../images/special/nintama2026/common/pattern1.webp);
  background-size: 672px 1119px;
  background-repeat: repeat;
  background-position: center -91px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
}
@media screen and (max-width: 480px) {
  .section-bg3__top {
    width: 480px;
    background-size: 480px 800px;
  }
  .section-bg3__bottom {
    width: 480px;
    background-size: 480px 800px;
  }
}
@media screen and (max-width: 390px) {
  .section-bg3__top {
    width: 390px;
  }
}
.section-bg4 {
  position: absolute;
  width: 100%;
  height: 120%;
  left: 0;
  top: 0;
  overflow: hidden;
}
.section-bg4__top {
  position: absolute;
  width: 100%;
  height: 91px;
  pointer-events: none;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../images/special/nintama2026/common/pattern2.svg);
  background-size: 100% auto;
  background-repeat: repeat;
  background-position: center 0;
  -webkit-mask-image: url("../images/special/nintama2026/common/mask4.svg");
  mask-image: url("../images/special/nintama2026/common/mask4.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center top;
  mask-position: center top;
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
}
.section-bg4__bottom {
  position: absolute;
  width: 100%;
  height: calc(100% - 91px);
  background-color: #5dc1cf;
  background-image: url(../images/special/nintama2026/common/pattern2.svg);
  background-size: 100% auto;
  background-repeat: repeat;
  background-position: center -91px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
}
.section-bg4__head {
  position: absolute;
  width: 100%;
  pointer-events: none;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
}
.section-btn img {
  position: relative;
  -webkit-transition: 0.2s ease-out 0s;
  transition: 0.2s ease-out 0s;
}
@media screen and (min-width: 751px) {
  .section-btn a:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.section .obj {
  position: absolute;
}

.-js--sectbg_top img {
  opacity: 0;
}

.-js--scroll_item {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}

.kv {
  overflow: hidden;
  background-image: url(../images/special/nintama2026/common/pattern1.webp);
  background-size: 672px 1119px;
  background-repeat: repeat;
  background-position: center 0;
}
@media screen and (max-width: 480px) {
  .kv {
    background-size: 480px 800px;
  }
}
.kv::before {
  content: "";
  display: block;
  padding-top: 215%;
}
.kv .obj {
  opacity: 0;
}
.kv .obj.-i1 {
  width: 29.1666666667%;
  left: -11%;
  top: 1.5%;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}
.kv .obj.-i2 {
  width: 30%;
  right: -13%;
  top: 8.8%;
  -webkit-transform: translateX(12px);
          transform: translateX(12px);
}
.kv .obj.-i3 {
  width: 8.1666666667%;
  left: 43%;
  top: 21.8%;
}
.kv .obj.-i4 {
  width: 4.3333333333%;
  left: 52%;
  top: 18.8%;
}
.kv-head {
  position: absolute;
  left: -6%;
  top: 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.kv-head__logo1 {
  width: 36.5%;
  opacity: 0;
}
.kv-head__mark {
  width: 6.3333333333%;
  font-size: 0;
  line-height: 0;
  padding-left: 30px;
}
@media screen and (max-width: 480px) {
  .kv-head__mark {
    padding-left: 19.5px;
  }
}
.kv-head__mark {
  padding-right: 20px;
}
@media screen and (max-width: 480px) {
  .kv-head__mark {
    padding-right: 13px;
  }
}
.kv-head__mark {
  position: relative;
  top: 20px;
}
@media screen and (max-width: 480px) {
  .kv-head__mark {
    top: 13px;
  }
}
.kv-head__mark {
  opacity: 0;
}
.kv-head__brands {
  width: 25%;
  position: relative;
  top: 10px;
}
@media screen and (max-width: 480px) {
  .kv-head__brands {
    top: 6.5px;
  }
}
.kv-head__brands .logo {
  text-align: center;
  opacity: 0;
}
.kv-head__brands .logo + .logo {
  margin-top: 14px;
}
@media screen and (max-width: 480px) {
  .kv-head__brands .logo + .logo {
    margin-top: 9.1px;
  }
}
.kv-head__brands .logo.-i1 img {
  width: 100%;
}
.kv-head__brands .logo.-i2 img {
  width: 30%;
}
.kv-head__brands .logo.-i3 img {
  width: 76.6666666667%;
}
.kv-head__brands .logo.-i4 img {
  width: 100%;
}
.kv-chara {
  position: absolute;
  opacity: 0;
}
.kv-chara.-i1 {
  width: 83%;
  left: -14.6%;
  top: 16.5%;
}
.kv-chara.-i2 {
  width: 70%;
  left: 40.8%;
  top: 18.6%;
}
.kv-chara.-i3 {
  width: 58.25%;
  left: -1.6%;
  top: 36%;
}
.kv-chara.-i4 {
  width: 58.1666666667%;
  left: 55.4%;
  top: 36.5%;
}
.kv-chara.-i5 {
  width: 55.8333333333%;
  left: -8%;
  top: 51.6%;
}
.kv-chara.-i6 {
  width: 84.25%;
  left: 46%;
  top: 53.6%;
}
.kv-chara.-i7 {
  width: 50.5833333333%;
  left: 0;
  bottom: -14%;
}
.kv-chara.-i8 {
  width: 49.9166666667%;
  left: 21%;
  bottom: -6.4%;
}
.kv-chara.-i9 {
  width: 44.0833333333%;
  left: 58%;
  bottom: -4%;
}

.about {
  padding-bottom: 90px;
}
@media screen and (max-width: 480px) {
  .about {
    padding-bottom: 58.5px;
  }
}
@media screen and (min-width: 1341px) and (max-width: 1700px) {
  .about {
    padding-bottom: 81px;
  }
}
@media screen and (min-width: 2001px) {
  .about {
    padding-bottom: 117px;
  }
}
.about {
  margin-top: -92px;
}
@media screen and (max-width: 480px) {
  .about {
    margin-top: -59.8px;
  }
}
.about .obj.-i1 {
  width: 28.3333333333%;
  left: -6%;
  top: 12.2%;
}
.about .obj.-i1 img {
  position: relative;
  -webkit-animation: cloud 10s linear 0.4s infinite;
          animation: cloud 10s linear 0.4s infinite;
}
.about .obj.-i2 {
  width: 7.3333333333%;
  left: 3%;
  top: 28.2%;
}
.about .obj.-i3 {
  width: 7.3333333333%;
  right: 1%;
  top: 12.6%;
}
.about .obj.-i4 {
  width: 3.8333333333%;
  right: 8%;
  top: 17.8%;
}
.about .obj.-i5 {
  width: 3.5%;
  left: 10%;
  top: 25.2%;
}
.about h1 {
  width: 79%;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-41%);
          transform: translateX(-41%);
  padding-top: 55px;
}
@media screen and (max-width: 480px) {
  .about h1 {
    padding-top: 35.75px;
  }
}
.about h1 {
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  .about h1 {
    margin-bottom: 19.5px;
  }
}
.about h1 img {
  opacity: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  position: relative;
  -webkit-transition: 0.3s ease-out 0s;
  transition: 0.3s ease-out 0s;
}
.about h1.-show img {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.about-img {
  position: relative;
  width: 82.8%;
  margin: 0 auto;
}
.about-img__badge {
  width: 21.7%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate(-23%, -57%);
          transform: translate(-23%, -57%);
}
.about-img__badge img {
  opacity: 0;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  position: relative;
  -webkit-transition: 0.3s ease-out 0.3s;
  transition: 0.3s ease-out 0.3s;
}
.about-img.-show .about-img__badge img {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.about-chara {
  width: 59.5833333333%;
  position: absolute;
  right: -0.5%;
  bottom: -12%;
}
.about-chara__balloon {
  width: 31.6083916084%;
  position: absolute;
  right: 5%;
  top: -30%;
  opacity: 0;
}
.about-chara__main img {
  position: relative;
  -webkit-animation: chara1 6s linear 0s infinite;
          animation: chara1 6s linear 0s infinite;
}
.about-chara.-show .about-chara__balloon {
  -webkit-animation: chara1-bal 0.6s linear 0.6s forwards;
          animation: chara1-bal 0.6s linear 0.6s forwards;
}

.lead {
  padding-top: 40px;
}
@media screen and (max-width: 480px) {
  .lead {
    padding-top: 26px;
  }
}
.lead {
  padding-bottom: 350px;
}
@media screen and (max-width: 480px) {
  .lead {
    padding-bottom: 227.5px;
  }
}
@media screen and (min-width: 1341px) and (max-width: 1700px) {
  .lead {
    padding-bottom: 315px;
  }
}
@media screen and (min-width: 2001px) {
  .lead {
    padding-bottom: 455px;
  }
}
.lead {
  margin-top: -20px;
}
@media screen and (max-width: 480px) {
  .lead {
    margin-top: -13px;
  }
}
.lead .obj.-i1 {
  width: 8.0160320641%;
  left: 4%;
  top: 7%;
}
.lead .obj.-i2 {
  width: 4.0080160321%;
  left: 14%;
  top: 11.5%;
}
.lead .obj.-i3 {
  width: 8.0160320641%;
  right: 4%;
  top: 7%;
}
.lead .obj.-i4 {
  width: 4.0080160321%;
  right: 14%;
  top: 11.5%;
}
.lead .obj.-dot {
  left: 50%;
  width: 15%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 10%;
}
.lead-copy {
  width: 78.1666666667%;
  margin: 0 auto;
  margin-bottom: 70px;
}
@media screen and (max-width: 480px) {
  .lead-copy {
    margin-bottom: 45.5px;
  }
}
.lead-text {
  font-size: 2.7rem;
  line-height: 5.2rem;
  text-align: center;
  color: #248057;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.lead-nav__head {
  width: 84.5%;
  margin: 0 auto;
  margin-bottom: 2px;
}
@media screen and (max-width: 480px) {
  .lead-nav__head {
    margin-bottom: 1.3px;
  }
}
.lead-nav__main {
  width: 85%;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px 0;
}
@media screen and (max-width: 480px) {
  .lead-nav__main {
    gap: 8px 0;
  }
}
.lead-nav__item {
  width: 49.0196078431%;
}
.lead-nav__item.-l {
  width: 100%;
  padding-top: 20px;
}
@media screen and (max-width: 480px) {
  .lead-nav__item.-l {
    padding-top: 13px;
  }
}
.lead-nav__item a {
  display: block;
  position: relative;
}
.lead-nav__item a .chara {
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.2s ease-out 0s;
  transition: 0.2s ease-out 0s;
}
.lead-nav__item a .chara.-i1 {
  width: 45.6%;
  -webkit-transform: translate(38%, 3%);
          transform: translate(38%, 3%);
}
.lead-nav__item a .chara.-i2 {
  width: 33.2%;
  -webkit-transform: translate(-10%, 3%);
          transform: translate(-10%, 3%);
}
.lead-nav__item a .chara.-i3 {
  width: 30.8%;
  -webkit-transform: translate(9%, 5%);
          transform: translate(9%, 5%);
}
.lead-nav__item a .chara.-i4 {
  width: 36%;
  -webkit-transform: translate(-10%, 5%);
          transform: translate(-10%, 5%);
}
.lead-nav__item a .chara.-i5 {
  width: 45%;
  -webkit-transform: translate(3%, 5%);
          transform: translate(3%, 5%);
}
.lead-nav__item a .chara.-i6 {
  width: 44%;
  -webkit-transform: translate(8%, 5%);
          transform: translate(8%, 5%);
}
.lead-nav__item a .chara.-i7 {
  width: 17.4509803922%;
  right: auto;
  left: 0;
  -webkit-transform: translate(-23%, -32%);
          transform: translate(-23%, -32%);
}
.lead-nav__item a .chara.-i8 {
  width: 15.9803921569%;
  right: auto;
  left: 0;
  -webkit-transform: translate(79%, 19%);
          transform: translate(79%, 19%);
}
.lead-nav__item a .chara.-i9 {
  width: 16.1764705882%;
  -webkit-transform: translate(-59%, 22%);
          transform: translate(-59%, 22%);
}
@media screen and (min-width: 751px) {
  .lead-nav__item a .chara {
    opacity: 0;
  }
  .lead-nav__item a:hover .chara {
    opacity: 1;
  }
}

.antique {
  position: relative;
  margin-top: -260px;
}
@media screen and (max-width: 480px) {
  .antique {
    margin-top: -169px;
  }
}
.antique .obj.-i1 {
  width: 29.1666666667%;
  left: -6%;
  top: 8.5%;
}
.antique .obj.-i1 img {
  position: relative;
  -webkit-animation: cloud 10s linear 0s infinite;
          animation: cloud 10s linear 0s infinite;
}
.antique .obj.-i2 {
  width: 30%;
  right: -6%;
  top: 66.4%;
}
.antique .obj.-i2 img {
  position: relative;
  -webkit-animation: cloud 10s linear 2s infinite;
          animation: cloud 10s linear 2s infinite;
}
.antique-logo {
  padding-top: 62px;
}
@media screen and (max-width: 480px) {
  .antique-logo {
    padding-top: 40.3px;
  }
}
.antique-logo {
  width: 35%;
  margin: 0 auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  .antique-logo {
    margin-bottom: 26px;
  }
}
.antique-item {
  width: 82.6666666667%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 60px;
}
@media screen and (max-width: 480px) {
  .antique-item {
    padding-bottom: 39px;
  }
}
.antique-item__photo {
  margin-bottom: 34px;
}
@media screen and (max-width: 480px) {
  .antique-item__photo {
    margin-bottom: 22.1px;
  }
}
.antique-item__photo {
  position: relative;
}
.antique-item__photo .photo2 {
  width: 33.4677419355%;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: translate(28%, 8%);
          transform: translate(28%, 8%);
}
.antique-item__title {
  margin-bottom: 76px;
}
@media screen and (max-width: 480px) {
  .antique-item__title {
    margin-bottom: 49.4px;
  }
}
.antique-item__title {
  position: relative;
}
.antique-item__title::after {
  content: "";
  width: calc(100% + 20px);
  height: 6px;
  position: absolute;
  left: -10px;
  bottom: -50px;
}
@media screen and (max-width: 480px) {
  .antique-item__title::after {
    bottom: -32.5px;
  }
}
.antique-item__title::after {
  background-image: radial-gradient(circle, #633118 3px, transparent 3px);
  background-size: 20px 6px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
@media screen and (max-width: 480px) {
  .antique-item__title::after {
    height: 5px;
    background-image: radial-gradient(circle, #633118 2.5px, transparent 2.5px);
    background-size: 14px 5px;
  }
}
.antique-item__lead {
  font-size: 2.8rem;
  line-height: 4.8rem;
  margin-bottom: 6px;
}
@media screen and (max-width: 480px) {
  .antique-item__lead {
    margin-bottom: 3.9px;
  }
}
.antique-item__price {
  font-size: 3.5rem;
}
.antique-item__price span {
  font-size: 70%;
}
.antique-item__btn {
  margin: 0 auto;
  position: relative;
  margin-top: 26px;
}
@media screen and (max-width: 480px) {
  .antique-item__btn {
    margin-top: 16.9px;
  }
}
.antique-item__btn a {
  display: block;
}
.antique-items {
  color: #fff;
  padding-top: 60px;
}
@media screen and (max-width: 480px) {
  .antique-items {
    padding-top: 39px;
  }
}
.antique-items {
  padding-bottom: 50px;
}
@media screen and (max-width: 480px) {
  .antique-items {
    padding-bottom: 32.5px;
  }
}
.antique-items {
  margin-top: -20px;
}
@media screen and (max-width: 480px) {
  .antique-items {
    margin-top: -13px;
  }
}
.antique-items .inner {
  width: 82.3333333333%;
  margin: 0 auto;
}
.antique-items .item {
  position: relative;
}
.antique-items .item:nth-of-type(2n) {
  text-align: right;
}
.antique-items .item:nth-of-type(2n) .item-photo {
  left: 0;
}
.antique-items .item:nth-of-type(2n) .item-name {
  display: inline-block;
}
.antique-items .item:nth-of-type(2n) .item-info {
  padding-left: 49%;
  text-align: left;
}
.antique-items .item:nth-of-type(2n) .item-info__lead {
  width: 110%;
}
.antique-items .item:nth-of-type(2n + 1) .item-info {
  width: 54%;
}
.antique-items .item:nth-of-type(2n + 1) .item-photo {
  right: 0;
}
.antique-items .item-name {
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .antique-items .item-name {
    margin-bottom: 13px;
  }
}
.antique-items .item-info__lead {
  font-size: 2.2rem;
  line-height: 3.2rem;
  margin-bottom: 4px;
}
@media screen and (max-width: 480px) {
  .antique-items .item-info__lead {
    margin-bottom: 2.6px;
  }
}
.antique-items .item-info__price {
  font-size: 3.5rem;
}
.antique-items .item-info__price span {
  font-size: 70%;
}
.antique-items .item-photo {
  position: absolute;
  top: 0;
  max-width: 220px;
}
.antique-items .item.-i1 .item-photo {
  width: 48.8866396761%;
  -webkit-transform: translate(8%, 15%);
          transform: translate(8%, 15%);
}
.antique-items .item.-i1 .item-name {
  width: 53.6437246964%;
}
.antique-items .item.-i2 {
  margin-top: 30px;
}
@media screen and (max-width: 480px) {
  .antique-items .item.-i2 {
    margin-top: 19.5px;
  }
}
.antique-items .item.-i2 .item-photo {
  width: 43.7246963563%;
  -webkit-transform: translate(0, 10%);
          transform: translate(0, 10%);
}
.antique-items .item.-i2 .item-name {
  width: 55.6680161943%;
}
.antique-items .item.-i3 {
  margin-top: 42px;
}
@media screen and (max-width: 480px) {
  .antique-items .item.-i3 {
    margin-top: 27.3px;
  }
}
.antique-items .item.-i3 .item-photo {
  width: 45.3441295547%;
}
.antique-items .item.-i3 .item-name {
  width: 54.048582996%;
}
.antique-items .item.-i4 {
  margin-top: 26px;
}
@media screen and (max-width: 480px) {
  .antique-items .item.-i4 {
    margin-top: 16.9px;
  }
}
.antique-items .item.-i4 .item-photo {
  width: 41.0931174089%;
  -webkit-transform: translate(2%, 10%);
          transform: translate(2%, 10%);
}
.antique-items .item.-i4 .item-name {
  width: 48.5829959514%;
}
.antique-items .item.-i5 {
  margin-top: 30px;
}
@media screen and (max-width: 480px) {
  .antique-items .item.-i5 {
    margin-top: 19.5px;
  }
}
.antique-items .item.-i5 .item-photo {
  width: 49.1902834008%;
  -webkit-transform: translate(2%, 6%);
          transform: translate(2%, 6%);
}
.antique-items .item.-i5 .item-name {
  width: 44.7368421053%;
}
.antique-items .item.-i6 {
  margin-top: 22px;
}
@media screen and (max-width: 480px) {
  .antique-items .item.-i6 {
    margin-top: 14.3px;
  }
}
.antique-items .item.-i6 .item-photo {
  width: 47.1659919028%;
  -webkit-transform: translate(0, 16%);
          transform: translate(0, 16%);
}
.antique-items .item.-i6 .item-name {
  width: 40.4858299595%;
}
.antique-items .item.-i7 {
  margin-top: 38px;
}
@media screen and (max-width: 480px) {
  .antique-items .item.-i7 {
    margin-top: 24.7px;
  }
}
.antique-items .item.-i7 .item-photo {
  width: 47.5708502024%;
  -webkit-transform: translate(4%, 20%);
          transform: translate(4%, 20%);
}
.antique-items .item.-i7 .item-name {
  width: 56.5789473684%;
}
.antique-items .item-note {
  margin-top: 18px;
}
@media screen and (max-width: 480px) {
  .antique-items .item-note {
    margin-top: 11.7px;
  }
}
.antique-items .item-note {
  font-size: 1.9rem;
  line-height: 2.5rem;
}
.antique-item2 {
  color: #fff;
  padding-top: 50px;
}
@media screen and (max-width: 480px) {
  .antique-item2 {
    padding-top: 32.5px;
  }
}
.antique-item2 {
  margin-top: -20px;
}
@media screen and (max-width: 480px) {
  .antique-item2 {
    margin-top: -13px;
  }
}
.antique-item2 {
  padding-bottom: 350px;
}
@media screen and (max-width: 480px) {
  .antique-item2 {
    padding-bottom: 227.5px;
  }
}
@media screen and (min-width: 1341px) and (max-width: 1700px) {
  .antique-item2 {
    padding-bottom: 315px;
  }
}
@media screen and (min-width: 2001px) {
  .antique-item2 {
    padding-bottom: 455px;
  }
}
.antique-item2 .inner {
  width: 82.3333333333%;
  margin: 0 auto;
  position: relative;
  margin-bottom: 26px;
}
@media screen and (max-width: 480px) {
  .antique-item2 .inner {
    margin-bottom: 16.9px;
  }
}
.antique-item2__title {
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  .antique-item2__title {
    margin-bottom: 26px;
  }
}
.antique-item2__name {
  width: 45.3441295547%;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .antique-item2__name {
    margin-bottom: 13px;
  }
}
.antique-item2__price {
  font-size: 3.5rem;
  line-height: 4.8rem;
}
.antique-item2__price span {
  font-size: 70%;
}
.antique-item2__photo {
  width: 63.5627530364%;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate(13%, 30%);
          transform: translate(13%, 30%);
  max-width: 380px;
}
.antique-item2__photo::before {
  content: "";
  display: block;
  padding-top: 78.98%;
}
.antique-item2__photo .balloon {
  width: 64.0127388535%;
  position: absolute;
  left: 0;
  top: 0;
}
.antique-item2__photo .photo1 {
  width: 43.6305732484%;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translate(16%, 2%);
          transform: translate(16%, 2%);
}
.antique-item2__photo .photo2 {
  width: 52.5477707006%;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: translate(-4%, -4%);
          transform: translate(-4%, -4%);
}
.antique-item2 .slide {
  margin-bottom: 26px;
}
@media screen and (max-width: 480px) {
  .antique-item2 .slide {
    margin-bottom: 16.9px;
  }
}
.antique-item2 .slide .block {
  width: 175px;
}
@media screen and (max-width: 480px) {
  .antique-item2 .slide .block {
    width: 113.75px;
  }
}
@media screen and (min-width: 2001px) {
  .antique-item2 .slide .block {
    width: 245px;
  }
}
.antique-item2__lead {
  font-size: 2.8rem;
  line-height: 4.3rem;
  text-align: center;
  margin-bottom: 26px;
}
@media screen and (max-width: 480px) {
  .antique-item2__lead {
    margin-bottom: 16.9px;
  }
}
.antique-item2__btn {
  width: 82.3333333333%;
  margin: 0 auto;
  position: relative;
  margin-bottom: 26px;
}
@media screen and (max-width: 480px) {
  .antique-item2__btn {
    margin-bottom: 16.9px;
  }
}
.antique-item2__btn a {
  display: block;
}
.antique-item2__note {
  width: 82.3333333333%;
  margin: 0 auto;
  position: relative;
  font-size: 1.9rem;
  line-height: 2.5rem;
}

.nekoneko {
  position: relative;
  margin-top: -302px;
}
@media screen and (max-width: 480px) {
  .nekoneko {
    margin-top: -196.3px;
  }
}
.nekoneko {
  padding-bottom: 60px;
}
@media screen and (max-width: 480px) {
  .nekoneko {
    padding-bottom: 39px;
  }
}
.nekoneko .obj.-i1 {
  width: 29.1666666667%;
  left: -6%;
  top: 4.5%;
}
.nekoneko .obj.-i1 img {
  position: relative;
  -webkit-animation: cloud 10s linear 0.4s infinite;
          animation: cloud 10s linear 0.4s infinite;
}
.nekoneko .obj.-i2 {
  width: 30%;
  right: -6%;
  top: 36.6%;
}
.nekoneko .obj.-i2 img {
  position: relative;
  -webkit-animation: cloud 10s linear 0.8s infinite;
          animation: cloud 10s linear 0.8s infinite;
}
.nekoneko-logo {
  padding-top: 46px;
}
@media screen and (max-width: 480px) {
  .nekoneko-logo {
    padding-top: 29.9px;
  }
}
.nekoneko-logo {
  width: 13.6666666667%;
  margin: 0 auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  .nekoneko-logo {
    margin-bottom: 26px;
  }
}
.nekoneko-item {
  width: 82.6666666667%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 10px;
}
@media screen and (max-width: 480px) {
  .nekoneko-item {
    padding-bottom: 6.5px;
  }
}
.nekoneko-item__photo {
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  .nekoneko-item__photo {
    margin-bottom: 26px;
  }
}
.nekoneko-item__photo {
  position: relative;
}
.nekoneko-item__photo .photo2 {
  width: 31.8548387097%;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: translate(22%, 62%);
          transform: translate(22%, 62%);
}
.nekoneko-item__title {
  margin-bottom: 76px;
}
@media screen and (max-width: 480px) {
  .nekoneko-item__title {
    margin-bottom: 49.4px;
  }
}
.nekoneko-item__title {
  position: relative;
}
.nekoneko-item__title img {
  width: 64.7177419355%;
  margin: 0 auto;
  position: relative;
  -webkit-transform: translateX(-2%);
          transform: translateX(-2%);
}
.nekoneko-item__title::after {
  content: "";
  width: calc(100% + 20px);
  height: 6px;
  position: absolute;
  left: -10px;
  bottom: -50px;
}
@media screen and (max-width: 480px) {
  .nekoneko-item__title::after {
    bottom: -32.5px;
  }
}
.nekoneko-item__title::after {
  background-image: radial-gradient(circle, #633118 3px, transparent 3px);
  background-size: 20px 6px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
@media screen and (max-width: 480px) {
  .nekoneko-item__title::after {
    height: 5px;
    background-image: radial-gradient(circle, #633118 2.5px, transparent 2.5px);
    background-size: 14px 5px;
  }
}
.nekoneko-item__lead {
  font-size: 2.8rem;
  line-height: 4.8rem;
  margin-bottom: 6px;
}
@media screen and (max-width: 480px) {
  .nekoneko-item__lead {
    margin-bottom: 3.9px;
  }
}
.nekoneko-item__lead {
  width: 120%;
  position: relative;
  left: -10%;
}
.nekoneko-item__price {
  font-size: 3.5rem;
}
.nekoneko-item__price span {
  font-size: 70%;
}
.nekoneko-item__image {
  position: relative;
}
.nekoneko-item__image::before {
  content: "";
  display: block;
  padding-top: 41%;
}
.nekoneko-item__image .image1 {
  width: 40.7258064516%;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate(9%, 13%);
          transform: translate(9%, 13%);
}
.nekoneko-item__image .image2 {
  width: 68.3467741935%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate(-2%, 0%);
          transform: translate(-2%, 0%);
}
.nekoneko-present {
  width: 83.1666666667%;
  margin: 0 auto;
  color: #248057;
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .nekoneko-present {
    margin-bottom: 13px;
  }
}
.nekoneko-present .text1 {
  position: absolute;
  width: 100%;
  left: 0;
  top: 3%;
  font-size: 2.3rem;
  line-height: 3.8rem;
}
.nekoneko-present .text2 {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 5%;
  font-size: 2.3rem;
  line-height: 3.2rem;
}
.nekoneko-present .item1 {
  width: 49.498997996%;
  position: absolute;
  left: 3%;
  top: 22%;
}
.nekoneko-present .item2 {
  width: 50.9018036072%;
  position: absolute;
  right: -5%;
  top: 24%;
}
.nekoneko-note {
  width: 83.1666666667%;
  margin: 0 auto;
  font-size: 1.9rem;
  line-height: 2.5rem;
  letter-spacing: -0.04em;
}
.nekoneko-item2 {
  color: #248057;
  padding-top: 48px;
}
@media screen and (max-width: 480px) {
  .nekoneko-item2 {
    padding-top: 31.2px;
  }
}
.nekoneko-item2 {
  margin-top: -20px;
}
@media screen and (max-width: 480px) {
  .nekoneko-item2 {
    margin-top: -13px;
  }
}
.nekoneko-item2 {
  padding-bottom: 60px;
}
@media screen and (max-width: 480px) {
  .nekoneko-item2 {
    padding-bottom: 39px;
  }
}
.nekoneko-item2 .inner {
  width: 82.3333333333%;
  margin: 0 auto;
  position: relative;
  margin-bottom: 32px;
}
@media screen and (max-width: 480px) {
  .nekoneko-item2 .inner {
    margin-bottom: 20.8px;
  }
}
.nekoneko-item2__title {
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  .nekoneko-item2__title {
    margin-bottom: 26px;
  }
}
.nekoneko-item2__name {
  width: 59.3117408907%;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .nekoneko-item2__name {
    margin-bottom: 13px;
  }
}
.nekoneko-item2__price {
  font-size: 3.5rem;
  line-height: 4.8rem;
}
.nekoneko-item2__price span {
  font-size: 70%;
}
.nekoneko-item2__photo {
  width: 62.7530364372%;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate(9%, 32%);
          transform: translate(9%, 32%);
  max-width: 380px;
}
.nekoneko-item2__photo::before {
  content: "";
  display: block;
  padding-top: 69.64%;
}
.nekoneko-item2__photo .balloon {
  width: 52.9032258065%;
  position: absolute;
  right: 0;
  top: 0;
}
.nekoneko-item2__photo .photo1 {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translate(0, 2%);
          transform: translate(0, 2%);
}
.nekoneko-item2 .slide {
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .nekoneko-item2 .slide {
    margin-bottom: 13px;
  }
}
.nekoneko-item2 .slide .block {
  width: 175px;
}
@media screen and (max-width: 480px) {
  .nekoneko-item2 .slide .block {
    width: 113.75px;
  }
}
@media screen and (min-width: 2001px) {
  .nekoneko-item2 .slide .block {
    width: 245px;
  }
}
.nekoneko-item2 .slide .block-item {
  position: relative;
}
.nekoneko-item2 .slide .block-item::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #248057;
}
.nekoneko-item2__lead {
  font-size: 2.8rem;
  line-height: 3.9rem;
  text-align: center;
  margin-bottom: 26px;
}
@media screen and (max-width: 480px) {
  .nekoneko-item2__lead {
    margin-bottom: 16.9px;
  }
}
.nekoneko-item2__lead {
  position: relative;
  letter-spacing: -0.03em;
}
.nekoneko-item2__lead .obj {
  width: 10.5%;
  left: 2%;
  top: 5%;
}
.nekoneko-item2__photo2 {
  width: 82.3333333333%;
  margin: 0 auto;
  position: relative;
  margin-bottom: 26px;
}
@media screen and (max-width: 480px) {
  .nekoneko-item2__photo2 {
    margin-bottom: 16.9px;
  }
}
.nekoneko-item2__photo2 {
  z-index: 1;
}
.nekoneko-item2__photo2 .item {
  display: none;
}
.nekoneko-item2__photo2 .item.-show {
  display: block;
}
.nekoneko-item2__photo2 .chara {
  position: absolute;
}
.nekoneko-item2__photo2 .chara.-i1 {
  width: 22.2672064777%;
  right: -5%;
  bottom: -15%;
}
.nekoneko-item2__photo2 .chara.-i2 {
  width: 18.2186234818%;
  right: -5%;
  bottom: -15%;
}
.nekoneko-item2__photo2 .chara.-i3 {
  width: 18.2186234818%;
  left: -5%;
  bottom: -15%;
}
.nekoneko-item2__btn {
  width: 82.3333333333%;
  margin: 0 auto;
  position: relative;
  margin-bottom: 26px;
}
@media screen and (max-width: 480px) {
  .nekoneko-item2__btn {
    margin-bottom: 16.9px;
  }
}
.nekoneko-item2__btn a {
  display: block;
}
.nekoneko-item2__note {
  width: 82.3333333333%;
  margin: 0 auto;
  position: relative;
  font-size: 1.9rem;
  line-height: 2.5rem;
}

.ec {
  margin-top: -20px;
}
@media screen and (max-width: 480px) {
  .ec {
    margin-top: -13px;
  }
}
.ec {
  padding-top: 54px;
}
@media screen and (max-width: 480px) {
  .ec {
    padding-top: 35.1px;
  }
}
.ec {
  padding-bottom: 350px;
}
@media screen and (max-width: 480px) {
  .ec {
    padding-bottom: 227.5px;
  }
}
@media screen and (min-width: 1341px) and (max-width: 1700px) {
  .ec {
    padding-bottom: 315px;
  }
}
@media screen and (min-width: 2001px) {
  .ec {
    padding-bottom: 455px;
  }
}
.ec .inner {
  width: 82.5%;
  margin: 0 auto;
  position: relative;
}
.ec-title {
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .ec-title {
    margin-bottom: 13px;
  }
}
.ec-image {
  width: 112%;
  position: relative;
  left: -8%;
  margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
  .ec-image {
    margin-bottom: 6.5px;
  }
}
.ec-btn a {
  display: block;
}

.pastel {
  position: relative;
  margin-top: -302px;
}
@media screen and (max-width: 480px) {
  .pastel {
    margin-top: -196.3px;
  }
}
.pastel {
  padding-bottom: 60px;
}
@media screen and (max-width: 480px) {
  .pastel {
    padding-bottom: 39px;
  }
}
.pastel .obj.-i1 {
  width: 29.1666666667%;
  left: -6%;
  top: 6.5%;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.pastel .obj.-i1 img {
  position: relative;
  -webkit-animation: cloud 10s linear 0s infinite;
          animation: cloud 10s linear 0s infinite;
}
.pastel .obj.-i2 {
  width: 30%;
  right: -6%;
  bottom: 23.8%;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.pastel .obj.-i2 img {
  position: relative;
  -webkit-animation: cloud 10s linear 1s infinite;
          animation: cloud 10s linear 1s infinite;
}
.pastel-logo {
  padding-top: 76px;
}
@media screen and (max-width: 480px) {
  .pastel-logo {
    padding-top: 49.4px;
  }
}
.pastel-logo {
  width: 36.5%;
  margin: 0 auto;
  margin-bottom: 56px;
}
@media screen and (max-width: 480px) {
  .pastel-logo {
    margin-bottom: 36.4px;
  }
}
.pastel-item {
  width: 82.6666666667%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 10px;
}
@media screen and (max-width: 480px) {
  .pastel-item {
    padding-bottom: 6.5px;
  }
}
.pastel-item__photo {
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  .pastel-item__photo {
    margin-bottom: 26px;
  }
}
.pastel-item__photo {
  position: relative;
}
.pastel-item__title {
  margin-bottom: 76px;
}
@media screen and (max-width: 480px) {
  .pastel-item__title {
    margin-bottom: 49.4px;
  }
}
.pastel-item__title {
  position: relative;
}
.pastel-item__title img {
  width: 70.564516129%;
  margin: 0 auto;
  position: relative;
  -webkit-transform: translateX(-2%);
          transform: translateX(-2%);
}
.pastel-item__title::after {
  content: "";
  width: calc(100% + 20px);
  height: 6px;
  position: absolute;
  left: -10px;
  bottom: -50px;
}
@media screen and (max-width: 480px) {
  .pastel-item__title::after {
    bottom: -32.5px;
  }
}
.pastel-item__title::after {
  background-image: radial-gradient(circle, #633118 3px, transparent 3px);
  background-size: 20px 6px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
@media screen and (max-width: 480px) {
  .pastel-item__title::after {
    height: 5px;
    background-image: radial-gradient(circle, #633118 2.5px, transparent 2.5px);
    background-size: 14px 5px;
  }
}
.pastel-item__lead {
  font-size: 2.8rem;
  line-height: 4.8rem;
  margin-bottom: 6px;
}
@media screen and (max-width: 480px) {
  .pastel-item__lead {
    margin-bottom: 3.9px;
  }
}
.pastel-item__lead {
  width: 120%;
  position: relative;
  left: -10%;
}
.pastel-item__price {
  font-size: 3.5rem;
}
.pastel-item__price span {
  font-size: 70%;
}
.pastel-item__image {
  position: relative;
}
.pastel-item__image::before {
  content: "";
  display: block;
  padding-top: 41%;
}
.pastel-item__image .image1 {
  width: 40.7258064516%;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate(9%, 13%);
          transform: translate(9%, 13%);
}
.pastel-item__image .image2 {
  width: 68.3467741935%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate(-2%, 0%);
          transform: translate(-2%, 0%);
}
.pastel-item2 {
  color: #fff;
  padding-top: 42px;
}
@media screen and (max-width: 480px) {
  .pastel-item2 {
    padding-top: 27.3px;
  }
}
.pastel-item2 {
  margin-top: -50px;
}
@media screen and (max-width: 480px) {
  .pastel-item2 {
    margin-top: -32.5px;
  }
}
.pastel-item2 {
  padding-bottom: 300px;
}
@media screen and (max-width: 480px) {
  .pastel-item2 {
    padding-bottom: 195px;
  }
}
@media screen and (min-width: 1341px) and (max-width: 1700px) {
  .pastel-item2 {
    padding-bottom: 270px;
  }
}
@media screen and (min-width: 2001px) {
  .pastel-item2 {
    padding-bottom: 390px;
  }
}
.pastel-item2 .obj.-i1 {
  width: 25%;
  left: -4%;
  top: 51.7%;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  z-index: 1;
}
.pastel-item2 .obj.-i2 {
  width: 25.3333333333%;
  right: 4%;
  top: -7.7%;
  z-index: 1;
}
.pastel-item2 .inner {
  width: 82.3333333333%;
  margin: 0 auto;
  position: relative;
  margin-bottom: 26px;
}
@media screen and (max-width: 480px) {
  .pastel-item2 .inner {
    margin-bottom: 16.9px;
  }
}
.pastel-item2__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
}
@media screen and (max-width: 480px) {
  .pastel-item2__head {
    margin-bottom: 5.2px;
  }
}
.pastel-item2__name {
  width: 67.3076923077%;
  font-size: 0;
  line-height: 0;
}
.pastel-item2__price {
  font-size: 3.5rem;
  line-height: 4.8rem;
}
.pastel-item2__price span {
  font-size: 70%;
}
.pastel-item2__seal .seal-title {
  width: 85.3333333333%;
  margin: 0 auto;
  margin-bottom: 8px;
}
@media screen and (max-width: 480px) {
  .pastel-item2__seal .seal-title {
    margin-bottom: 5.2px;
  }
}
.pastel-item2__seal .seal-block {
  position: relative;
}
.pastel-item2__seal .seal-block::before {
  content: "";
  display: block;
  padding-top: 40.83%;
}
.pastel-item2__seal .seal-block.-i1 .seal-term {
  width: 60%;
  left: 33%;
  top: 6%;
}
.pastel-item2__seal .seal-block.-i1 .seal-item {
  width: 36.8333333333%;
  left: 4%;
  top: 0;
}
.pastel-item2__seal .seal-block.-i1 .seal-sleeve {
  width: 83.3333333333%;
  left: 33%;
  top: 37%;
}
.pastel-item2__seal .seal-block.-i1 .seal-sleeve .chara {
  width: 11.4%;
  position: absolute;
  left: 43.2%;
  top: 17%;
  -webkit-transform: rotate(-17deg);
          transform: rotate(-17deg);
  -webkit-transition: 0.2s ease-out 0s;
  transition: 0.2s ease-out 0s;
}
.pastel-item2__seal .seal-block.-i1 .seal-sleeve.-show .chara {
  width: 13.8%;
  left: 47.2%;
  top: -7%;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.pastel-item2__seal .seal-block.-i2 {
  z-index: 1;
  margin-bottom: 6px;
}
@media screen and (max-width: 480px) {
  .pastel-item2__seal .seal-block.-i2 {
    margin-bottom: 3.9px;
  }
}
.pastel-item2__seal .seal-block.-i2 .seal-term {
  width: 59.1666666667%;
  left: 8%;
  top: 6%;
}
.pastel-item2__seal .seal-block.-i2 .seal-item {
  width: 36.8333333333%;
  right: 4%;
  top: -3%;
}
.pastel-item2__seal .seal-block.-i2 .seal-sleeve {
  width: 83.3333333333%;
  left: -5%;
  top: 36%;
}
.pastel-item2__seal .seal-block.-i2 .seal-sleeve .chara {
  width: 14%;
  position: absolute;
  left: 53.2%;
  top: 26%;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
  -webkit-transition: 0.2s ease-out 0s;
  transition: 0.2s ease-out 0s;
}
.pastel-item2__seal .seal-block.-i2 .seal-sleeve.-show .chara {
  width: 14.5%;
  left: 56.2%;
  top: -6%;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.pastel-item2__seal .seal-term {
  position: absolute;
}
.pastel-item2__seal .seal-item {
  position: absolute;
}
.pastel-item2__seal .seal-sleeve {
  position: absolute;
}
.pastel-item2__lead {
  font-size: 2.2rem;
  line-height: 3.2rem;
  margin-bottom: 26px;
}
@media screen and (max-width: 480px) {
  .pastel-item2__lead {
    margin-bottom: 16.9px;
  }
}
.pastel-item2__lead {
  letter-spacing: -0.03em;
}
.pastel-item2__corabo {
  width: 82.3333333333%;
  margin: 0 auto;
  position: relative;
  margin-bottom: 26px;
}
@media screen and (max-width: 480px) {
  .pastel-item2__corabo {
    margin-bottom: 16.9px;
  }
}
.pastel-item2__corabo .chara {
  width: 20.7489878543%;
  position: absolute;
  right: -7%;
  top: -4%;
}
.pastel-item2__btn {
  width: 82.3333333333%;
  margin: 0 auto;
  position: relative;
  margin-bottom: 26px;
}
@media screen and (max-width: 480px) {
  .pastel-item2__btn {
    margin-bottom: 16.9px;
  }
}
.pastel-item2__btn a {
  display: block;
}
.pastel-item2__note {
  width: 82.3333333333%;
  margin: 0 auto;
  position: relative;
  font-size: 1.9rem;
  line-height: 2.5rem;
}

.pinede {
  position: relative;
  margin-top: -262px;
}
@media screen and (max-width: 480px) {
  .pinede {
    margin-top: -170.3px;
  }
}
.pinede {
  padding-bottom: 180px;
}
@media screen and (max-width: 480px) {
  .pinede {
    padding-bottom: 117px;
  }
}
.pinede .obj.-i1 {
  width: 27.5%;
  left: -1%;
  top: 6.7%;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.pinede .obj.-i1 img {
  position: relative;
  -webkit-animation: cloud 10s linear 0.2s infinite;
          animation: cloud 10s linear 0.2s infinite;
}
.pinede .obj.-i2 {
  width: 30%;
  right: -7%;
  bottom: 27.8%;
}
.pinede .obj.-i2 img {
  position: relative;
  -webkit-animation: cloud 14s linear 0s infinite;
          animation: cloud 14s linear 0s infinite;
}
.pinede-logo {
  padding-top: 42px;
}
@media screen and (max-width: 480px) {
  .pinede-logo {
    padding-top: 27.3px;
  }
}
.pinede-logo {
  width: 32.3333333333%;
  margin: 0 auto;
  margin-bottom: 76px;
}
@media screen and (max-width: 480px) {
  .pinede-logo {
    margin-bottom: 49.4px;
  }
}
.pinede-lead {
  width: 60%;
  margin: 0 auto;
  margin-bottom: 38px;
}
@media screen and (max-width: 480px) {
  .pinede-lead {
    margin-bottom: 24.7px;
  }
}
.pinede-name {
  width: 79.1666666667%;
  margin: 0 auto;
  margin-bottom: 38px;
}
@media screen and (max-width: 480px) {
  .pinede-name {
    margin-bottom: 24.7px;
  }
}
.pinede-head {
  position: relative;
  margin-bottom: -17px;
}
.pinede-head .balloon {
  width: 33%;
  margin-left: 6.2%;
}
.pinede-head .comment {
  width: 42.3333333333%;
  position: absolute;
  right: 8%;
  top: 5%;
}
.pinede .slide {
  width: 305px;
}
@media screen and (max-width: 480px) {
  .pinede .slide {
    width: 198.25px;
  }
}
.pinede .slide {
  margin: 0 auto;
  margin-bottom: 58px;
}
@media screen and (max-width: 480px) {
  .pinede .slide {
    margin-bottom: 37.7px;
  }
}
.pinede .slide .block {
  width: 305px;
}
@media screen and (max-width: 480px) {
  .pinede .slide .block {
    width: 198.25px;
  }
}
.pinede .slide .owl-stage-outer {
  overflow: visible;
}
.pinede .slide .owl-dots {
  margin-top: 28px;
}
@media screen and (max-width: 480px) {
  .pinede .slide .owl-dots {
    margin-top: 18.2px;
  }
}
.pinede .slide .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  width: 200%;
  position: relative;
  left: -50%;
}
.pinede .slide .owl-dots .owl-dot {
  width: 24px;
}
@media screen and (max-width: 480px) {
  .pinede .slide .owl-dots .owl-dot {
    width: 15.6px;
  }
}
.pinede .slide .owl-dots .owl-dot {
  position: relative;
  font-size: 0;
  line-height: 0;
}
.pinede .slide .owl-dots .owl-dot::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.pinede .slide .owl-dots .owl-dot span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/special/nintama2026/pinede/icon2.svg) no-repeat 0 0;
  background-size: contain;
}
.pinede .slide .owl-dots .owl-dot.active span {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  background-image: url(../images/special/nintama2026/pinede/icon1.svg);
}
.pinede-copy {
  text-align: center;
  font-size: 2.8rem;
  line-height: 4.8rem;
  margin-bottom: 26px;
}
@media screen and (max-width: 480px) {
  .pinede-copy {
    margin-bottom: 16.9px;
  }
}
.pinede-price {
  font-size: 3.5rem;
  line-height: 4.8rem;
  text-align: center;
  width: 82.6666666667%;
  margin: 0 auto;
}
.pinede-price span {
  font-size: 70%;
}
.pinede-price {
  margin-bottom: 76px;
}
@media screen and (max-width: 480px) {
  .pinede-price {
    margin-bottom: 49.4px;
  }
}
.pinede-price {
  position: relative;
}
.pinede-price::after {
  content: "";
  width: calc(100% + 20px);
  height: 6px;
  position: absolute;
  left: -10px;
  bottom: -50px;
}
@media screen and (max-width: 480px) {
  .pinede-price::after {
    bottom: -32.5px;
  }
}
.pinede-price::after {
  background-image: radial-gradient(circle, #633118 3px, transparent 3px);
  background-size: 20px 6px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
@media screen and (max-width: 480px) {
  .pinede-price::after {
    height: 5px;
    background-image: radial-gradient(circle, #633118 2.5px, transparent 2.5px);
    background-size: 14px 5px;
  }
}
.pinede-reserve {
  width: 82.6666666667%;
  margin: 0 auto;
}
.pinede-reserve dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pinede-reserve dl dt {
  width: 36.2903225806%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 2.5rem;
  line-height: 3.8rem;
}
.pinede-reserve dl dd {
  font-size: 2.8rem;
  line-height: 3.8rem;
}
.pinede-reserve .note {
  margin-top: 20px;
}
@media screen and (max-width: 480px) {
  .pinede-reserve .note {
    margin-top: 13px;
  }
}
.pinede-reserve .note {
  font-size: 2.3rem;
  line-height: 3.8rem;
  letter-spacing: -0.02em;
}
.pinede-btn {
  width: 82.3333333333%;
  margin: 0 auto;
  position: relative;
  margin-bottom: 26px;
}
@media screen and (max-width: 480px) {
  .pinede-btn {
    margin-bottom: 16.9px;
  }
}
.pinede-btn {
  margin-top: 42px;
}
@media screen and (max-width: 480px) {
  .pinede-btn {
    margin-top: 27.3px;
  }
}
.pinede-btn a {
  display: block;
}
.pinede-note {
  width: 82.3333333333%;
  margin: 0 auto;
  position: relative;
  font-size: 1.9rem;
  line-height: 2.5rem;
}

.goods {
  margin-top: -112px;
}
@media screen and (max-width: 480px) {
  .goods {
    margin-top: -72.8px;
  }
}
.goods {
  padding-bottom: 180px;
}
@media screen and (max-width: 480px) {
  .goods {
    padding-bottom: 117px;
  }
}
.goods {
  color: #fff;
}
.goods-title {
  padding-top: 66px;
}
@media screen and (max-width: 480px) {
  .goods-title {
    padding-top: 42.9px;
  }
}
.goods-title {
  width: 34.25%;
  margin: 0 auto;
  margin-bottom: 24px;
}
@media screen and (max-width: 480px) {
  .goods-title {
    margin-bottom: 15.6px;
  }
}
.goods-text1 {
  text-align: center;
  font-size: 2.8rem;
  line-height: 4rem;
  margin-bottom: 6px;
}
@media screen and (max-width: 480px) {
  .goods-text1 {
    margin-bottom: 3.9px;
  }
}
.goods-text2 {
  text-align: center;
  font-size: 2.4rem;
  line-height: 3.4rem;
  letter-spacing: -0.04em;
  margin-bottom: 26px;
}
@media screen and (max-width: 480px) {
  .goods-text2 {
    margin-bottom: 16.9px;
  }
}
.goods-list {
  width: 83.1666666667%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px 0;
  margin-bottom: 36px;
}
@media screen and (max-width: 480px) {
  .goods-list {
    margin-bottom: 23.4px;
  }
}
.goods-item {
  width: 47.8957915832%;
  position: relative;
}
.goods-item.-l {
  width: 100%;
}
.goods-item.-l .goods-item__image {
  margin-bottom: 8px;
}
@media screen and (max-width: 480px) {
  .goods-item.-l .goods-item__image {
    margin-bottom: 5.2px;
  }
}
.goods-item__info {
  text-align: center;
  font-size: 2rem;
  line-height: 2.6rem;
}
.goods-item__balloon {
  width: 33.4669338677%;
  position: absolute;
  left: -4%;
  bottom: 16%;
  pointer-events: none;
}
.goods-item__image {
  position: relative;
  cursor: pointer;
}
.goods-item__image::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/special/nintama2026/pc/menu/icon1.svg) no-repeat 0 0;
  background-size: contain;
  position: absolute;
  right: 10px;
  top: 10px;
  opacity: 0;
  -webkit-transform: scale(2) rotate(0deg);
          transform: scale(2) rotate(0deg);
  -webkit-transition: 0.2s ease-out 0s;
  transition: 0.2s ease-out 0s;
}
@media screen and (min-width: 751px) {
  .goods-item__image:hover::after {
    opacity: 1;
    -webkit-transform: scale(1) rotate(360deg);
            transform: scale(1) rotate(360deg);
  }
}
.goods-foot {
  width: 83.1666666667%;
  margin: 0 auto;
}
.goods-foot__title {
  margin-bottom: 26px;
}
@media screen and (max-width: 480px) {
  .goods-foot__title {
    margin-bottom: 16.9px;
  }
}
.goods-btn {
  position: relative;
  margin-bottom: 26px;
}
@media screen and (max-width: 480px) {
  .goods-btn {
    margin-bottom: 16.9px;
  }
}
.goods-btn a {
  display: block;
}
.goods-note {
  position: relative;
  font-size: 1.9rem;
  line-height: 2.5rem;
}

.campaign {
  margin-top: -100px;
}
@media screen and (max-width: 480px) {
  .campaign {
    margin-top: -65px;
  }
}
.campaign {
  padding-bottom: 50px;
}
@media screen and (max-width: 480px) {
  .campaign {
    padding-bottom: 32.5px;
  }
}
.campaign .obj.-i1 {
  width: 30%;
  right: -4.3%;
  top: 3%;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.campaign .obj.-i1 img {
  position: relative;
  -webkit-animation: cloud 10s linear 0s infinite;
          animation: cloud 10s linear 0s infinite;
}
.campaign-title {
  padding-top: 58px;
}
@media screen and (max-width: 480px) {
  .campaign-title {
    padding-top: 37.7px;
  }
}
.campaign-title {
  width: 41.6666666667%;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .campaign-title {
    margin-bottom: 13px;
  }
}
.campaign-lead {
  text-align: center;
  font-size: 3rem;
  line-height: 4.2rem;
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  .campaign-lead {
    margin-bottom: 26px;
  }
}
.campaign-lead .balloon {
  width: 22.8333333333%;
  position: absolute;
  left: 3%;
  top: -58%;
}
.campaign-lead::after {
  content: "";
  width: 54%;
  background: url(../images/special/nintama2026/campaign/line1.svg) no-repeat center bottom;
  height: 20px;
  position: absolute;
  left: 50%;
  bottom: -17%;
  -webkit-transform: translateX(-46%);
          transform: translateX(-46%);
}
.campaign-item.-i2 {
  margin-top: 40px;
}
@media screen and (max-width: 480px) {
  .campaign-item.-i2 {
    margin-top: 26px;
  }
}
.campaign-item.-i2 {
  margin-bottom: 32px;
}
@media screen and (max-width: 480px) {
  .campaign-item.-i2 {
    margin-bottom: 20.8px;
  }
}
.campaign-item.-i2 .campaign-image1 {
  width: 85.8333333333%;
}
.campaign-text {
  width: 75.4166666667%;
  margin: 0 auto;
  margin-bottom: 28px;
}
@media screen and (max-width: 480px) {
  .campaign-text {
    margin-bottom: 18.2px;
  }
}
.campaign-term {
  width: 82.0833333333%;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .campaign-term {
    margin-bottom: 13px;
  }
}
.campaign-image1 {
  width: 82.5%;
  margin: 0 auto;
  margin-bottom: 12px;
}
@media screen and (max-width: 480px) {
  .campaign-image1 {
    margin-bottom: 7.8px;
  }
}
.campaign-image2 {
  width: 81.8333333333%;
  margin: 0 auto;
  margin-bottom: 16px;
}
@media screen and (max-width: 480px) {
  .campaign-image2 {
    margin-bottom: 10.4px;
  }
}
.campaign-note {
  text-align: center;
  font-size: 1.6rem;
  line-height: 2rem;
}
.campaign-btn {
  position: relative;
  margin-bottom: 26px;
}
@media screen and (max-width: 480px) {
  .campaign-btn {
    margin-bottom: 16.9px;
  }
}
.campaign-btn a {
  display: block;
}
.campaign-foot {
  width: 83.1666666667%;
  margin: 0 auto;
}
.campaign-note2 {
  position: relative;
  font-size: 1.9rem;
  line-height: 2.5rem;
}

.app {
  margin-top: -20px;
}
@media screen and (max-width: 480px) {
  .app {
    margin-top: -13px;
  }
}
.app {
  padding-bottom: 54px;
}
@media screen and (max-width: 480px) {
  .app {
    padding-bottom: 35.1px;
  }
}
.app {
  color: #fff;
}
.app-title {
  padding-top: 56px;
}
@media screen and (max-width: 480px) {
  .app-title {
    padding-top: 36.4px;
  }
}
.app-title {
  width: 67.5%;
  margin: 0 auto;
  margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
  .app-title {
    margin-bottom: 6.5px;
  }
}
.app-lead {
  text-align: center;
  font-size: 2.9rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .app-lead {
    margin-bottom: 13px;
  }
}
.app-item.-i1 .app-head {
  padding-left: 34.25%;
}
.app-item.-i1 .app-head__balloon {
  width: 27.1666666667%;
  left: 5%;
  top: -13%;
}
.app-item.-i2 {
  margin-top: 36px;
}
@media screen and (max-width: 480px) {
  .app-item.-i2 {
    margin-top: 23.4px;
  }
}
.app-item.-i2 {
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  .app-item.-i2 {
    margin-bottom: 19.5px;
  }
}
.app-item.-i2 .app-head {
  padding-left: 8.25%;
  margin-bottom: 26px;
}
@media screen and (max-width: 480px) {
  .app-item.-i2 .app-head {
    margin-bottom: 16.9px;
  }
}
.app-item.-i2 .app-head__balloon {
  width: 27.1666666667%;
  right: 5%;
  top: -13%;
}
.app-item__image {
  width: 83.1666666667%;
  margin: 0 auto;
  position: relative;
}
.app-item__image .image1 {
  width: 65.130260521%;
}
.app-item__image .image2 {
  width: 38.0761523046%;
  position: absolute;
  right: 1%;
  top: 3%;
}
.app-item__image .obj.-i1 {
  width: 8.0160320641%;
  left: 51%;
  top: -4%;
}
.app-item__image .obj.-i2 {
  width: 4.0080160321%;
  left: 45%;
  top: 6%;
}
.app-item__image .obj.-i3 {
  width: 8.0160320641%;
  left: 1%;
  top: 87%;
}
.app-item__image .obj.-i4 {
  width: 4.0080160321%;
  left: 12%;
  top: 78%;
}
.app-head {
  position: relative;
  margin-bottom: 42px;
}
@media screen and (max-width: 480px) {
  .app-head {
    margin-bottom: 27.3px;
  }
}
.app-head__text {
  font-size: 3.2rem;
  line-height: 4.2rem;
  color: #F7E27B;
}
.app-head__balloon {
  position: absolute;
}
.app .slide .block {
  width: 205px;
}
@media screen and (max-width: 480px) {
  .app .slide .block {
    width: 133.25px;
  }
}
@media screen and (min-width: 2001px) {
  .app .slide .block {
    width: 275px;
  }
}
.app-btn {
  position: relative;
  margin-bottom: 22px;
}
@media screen and (max-width: 480px) {
  .app-btn {
    margin-bottom: 14.3px;
  }
}
.app-btn a {
  display: block;
}
.app-foot {
  width: 83.1666666667%;
  margin: 0 auto;
}
.app-note {
  position: relative;
  font-size: 1.9rem;
  line-height: 2.5rem;
}

.panel {
  margin-top: -20px;
}
@media screen and (max-width: 480px) {
  .panel {
    margin-top: -13px;
  }
}
.panel {
  padding-bottom: 150px;
}
@media screen and (max-width: 480px) {
  .panel {
    padding-bottom: 97.5px;
  }
}
.panel {
  color: #fff;
}
.panel-title {
  padding-top: 56px;
}
@media screen and (max-width: 480px) {
  .panel-title {
    padding-top: 36.4px;
  }
}
.panel-title {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 24px;
}
@media screen and (max-width: 480px) {
  .panel-title {
    margin-bottom: 15.6px;
  }
}
.panel-lead {
  text-align: center;
  font-size: 2.8rem;
  line-height: 4.2rem;
}
.panel-lead .image {
  width: 85%;
  margin: 0 auto;
  -webkit-transform: translateY(-5%);
          transform: translateY(-5%);
}
.panel-list {
  width: 83.1666666667%;
  margin: 0 auto;
  margin-top: -40px;
}
@media screen and (max-width: 480px) {
  .panel-list {
    margin-top: -26px;
  }
}
.panel-list {
  margin-bottom: 34px;
}
@media screen and (max-width: 480px) {
  .panel-list {
    margin-bottom: 22.1px;
  }
}
.panel-list {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 4% 12px;
  position: relative;
}
.panel-list::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  opacity: 0.7;
}
.panel-list__title {
  position: relative;
}
.panel-list .inner {
  font-size: 2.3rem;
  line-height: 3.7rem;
  color: #633118;
  padding-top: 10px;
}
@media screen and (max-width: 480px) {
  .panel-list .inner {
    padding-top: 6.5px;
  }
}
.panel-list .inner {
  letter-spacing: -0.04em;
  position: relative;
}
.panel-btn {
  position: relative;
  width: 83.1666666667%;
  margin: 0 auto;
}
.panel-btn a {
  display: block;
}

.attention {
  margin-top: -90px;
}
@media screen and (max-width: 480px) {
  .attention {
    margin-top: -58.5px;
  }
}
.attention {
  padding-bottom: 74px;
}
@media screen and (max-width: 480px) {
  .attention {
    padding-bottom: 48.1px;
  }
}
.attention .obj.-i1 {
  width: 30%;
  left: -4%;
  top: 5.8%;
}
.attention .obj.-i1 img {
  position: relative;
  -webkit-animation: cloud 12s linear 0s infinite;
          animation: cloud 12s linear 0s infinite;
}
.attention-title {
  padding-top: 68px;
}
@media screen and (max-width: 480px) {
  .attention-title {
    padding-top: 44.2px;
  }
}
.attention-title {
  width: 31.6666666667%;
  margin: 0 auto;
  margin-bottom: 44px;
}
@media screen and (max-width: 480px) {
  .attention-title {
    margin-bottom: 28.6px;
  }
}
.attention-inner {
  width: 83.1666666667%;
  margin: 0 auto;
  font-size: 2.4rem;
  line-height: 4rem;
}

.link {
  margin-top: -20px;
}
@media screen and (max-width: 480px) {
  .link {
    margin-top: -13px;
  }
}
.link {
  padding-bottom: 140px;
}
@media screen and (max-width: 480px) {
  .link {
    padding-bottom: 91px;
  }
}
.link {
  color: #fff;
}
.link .obj.-i1 {
  width: 30%;
  right: -6.3%;
  top: 8%;
}
.link .obj.-i1 img {
  position: relative;
  -webkit-animation: cloud 10s linear 0.5s infinite;
          animation: cloud 10s linear 0.5s infinite;
}
.link-title {
  padding-top: 64px;
}
@media screen and (max-width: 480px) {
  .link-title {
    padding-top: 41.6px;
  }
}
.link-title {
  width: 38.1666666667%;
  margin: 0 auto;
  margin-bottom: 26px;
}
@media screen and (max-width: 480px) {
  .link-title {
    margin-bottom: 16.9px;
  }
}
.link-list {
  width: 83.1666666667%;
  margin: 0 auto;
}
.link-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding-top: 20px;
}
@media screen and (max-width: 480px) {
  .link-item {
    padding-top: 13px;
  }
}
.link-item {
  padding-bottom: 22px;
}
@media screen and (max-width: 480px) {
  .link-item {
    padding-bottom: 14.3px;
  }
}
.link-item {
  position: relative;
}
.link-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: transparent;
  background-size: 12px 1px;
  background-image: linear-gradient(to right, #633118 7px, transparent 5px);
  background-repeat: repeat-x;
  background-position: left top;
  pointer-events: none;
}
.link-item:last-of-type::after {
  display: none;
}
@media screen and (max-width: 480px) {
  .link-item {
    gap: 13px;
  }
}
.link-item__brand {
  width: 45.6913827655%;
  text-align: center;
}
.link-item.-i1 .link-item__brand img {
  width: 73.0263157895%;
}
.link-item.-i2 .link-item__brand img {
  width: 83.7719298246%;
}
.link-item.-i3 .link-item__brand img {
  width: 82.0175438596%;
}
.link-item.-i4 .link-item__brand img {
  width: 64.9122807018%;
}
.link-item.-i5 .link-item__brand img {
  width: 85.5263157895%;
}
.link-item__link {
  width: 68px;
}
.link-item__link a {
  display: block;
  position: relative;
}
.link-item__link a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  border-radius: 50%;
  -webkit-transition: 0.2s ease-out 0s;
  transition: 0.2s ease-out 0s;
}
.link-item__link a::after {
  content: "";
  display: block;
  padding-top: 100%;
}
.link-item__link a img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 751px) {
  .link-item__link a:hover::before {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.link-item__link.-web img {
  width: 69.1176470588%;
}
.link-item__link.-x img {
  width: 44.1176470588%;
}
.link-item__link.-ig img {
  width: 54.4117647059%;
}
@media screen and (max-width: 480px) {
  .link-item__link {
    width: 44px;
  }
}
.link-btn {
  position: relative;
  width: 83.1666666667%;
  margin: 0 auto;
  margin-top: 24px;
}
@media screen and (max-width: 480px) {
  .link-btn {
    margin-top: 15.6px;
  }
}
.link-btn a {
  display: block;
}

.foot {
  margin-top: -90px;
}
@media screen and (max-width: 480px) {
  .foot {
    margin-top: -58.5px;
  }
}
.foot {
  padding-bottom: 100px;
}
@media screen and (max-width: 480px) {
  .foot {
    padding-bottom: 65px;
  }
}
.foot .obj.-i1 {
  width: 30%;
  left: -8%;
  top: 4.2%;
}
.foot .obj.-i1 img {
  position: relative;
  -webkit-animation: cloud 12s linear 0s infinite;
          animation: cloud 12s linear 0s infinite;
}
.foot .obj.-i2 {
  width: 30%;
  right: -7%;
  top: 18.2%;
}
.foot .obj.-i2 img {
  position: relative;
  -webkit-animation: cloud 10s linear 2s infinite;
          animation: cloud 10s linear 2s infinite;
}
.foot-title {
  padding-top: 64px;
}
@media screen and (max-width: 480px) {
  .foot-title {
    padding-top: 41.6px;
  }
}
.foot-title {
  width: 42.6666666667%;
  margin: 0 auto;
  margin-bottom: 26px;
}
@media screen and (max-width: 480px) {
  .foot-title {
    margin-bottom: 16.9px;
  }
}
.foot-title img {
  position: relative;
  -webkit-transform: translateX(-5%);
          transform: translateX(-5%);
}
.foot-lead {
  text-align: center;
  font-size: 3rem;
  line-height: 5.4rem;
  margin-bottom: 46px;
}
@media screen and (max-width: 480px) {
  .foot-lead {
    margin-bottom: 29.9px;
  }
}
.foot .slide .block {
  width: 468px;
}
@media screen and (max-width: 480px) {
  .foot .slide .block {
    width: 304.2px;
  }
}
.foot-btn {
  position: relative;
  width: 83.1666666667%;
  margin: 0 auto;
  margin-top: 34px;
}
@media screen and (max-width: 480px) {
  .foot-btn {
    margin-top: 22.1px;
  }
}
.foot-btn a {
  display: block;
}
.foot-copy {
  font-size: 1.9rem;
  line-height: 2.5rem;
  text-align: center;
  margin-top: 28px;
}
@media screen and (max-width: 480px) {
  .foot-copy {
    margin-top: 18.2px;
  }
}

.fix-foot {
  position: fixed;
  left: 50%;
  bottom: 0;
  width: 100vw;
  max-width: 600px;
  height: 78px;
}
@media screen and (max-width: 480px) {
  .fix-foot {
    height: 50.7px;
  }
}
.fix-foot {
  -webkit-transform: translateX(-50%) translateY(0);
          transform: translateX(-50%) translateY(0);
  z-index: 2;
  -webkit-transition: 0.3s ease-out 0s;
  transition: 0.3s ease-out 0s;
  overflow: hidden;
}
.fix-foot.-hide {
  -webkit-transform: translateX(-50%) translateY(100%);
          transform: translateX(-50%) translateY(100%);
}
.fix-foot a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  position: relative;
}
.fix-foot a::before {
  content: "";
  width: 200%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/special/nintama2026/common/pattern6.svg) repeat-x 0 0;
  background-size: auto 100%;
}
.fix-foot a .text {
  width: 57.1666666667%;
  position: relative;
}
.fix-foot a .icon {
  width: 8.3333333333%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.fix-foot a .icon.-i1 {
  left: 5%;
}
.fix-foot a .icon.-i2 {
  right: 5%;
}
@media screen and (min-width: 751px) {
  .fix-foot a:hover::before {
    -webkit-animation: hover-pattern 30s linear 0s infinite;
            animation: hover-pattern 30s linear 0s infinite;
  }
}

@media screen and (max-width: 1099px) {
  .pc-kv {
    display: none;
  }
  .pc-foot {
    display: none;
  }
}
@media screen and (min-width: 1100px) {
  .fix-foot {
    display: none;
  }
  .nintama {
    margin: 0 0 0 auto;
    padding-top: 12px;
  }
  .nintama::after {
    display: none;
  }
  .nintama .kv {
    display: none;
  }
  .nintama .about {
    margin-top: 0;
  }
  .pc-kv {
    position: fixed;
    display: -ms-grid;
    display: grid;
    place-items: center;
    width: calc(100vw - 600px);
    height: 100%;
    left: 0;
    top: 0;
  }
  .pc-kv .obj {
    opacity: 0;
  }
  .pc-kv .obj.-i1 {
    width: 20.2572347267%;
    left: -1%;
    top: -11%;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  .pc-kv .obj.-i2 {
    width: 20.578778135%;
    right: 0.2%;
    bottom: 26.4%;
    -webkit-transform: translateX(12px);
            transform: translateX(12px);
  }
  .pc-kv .obj.-i3 {
    width: 26.5273311897%;
    left: -7%;
    bottom: 8.6%;
    -webkit-transform: translateX(-12px);
            transform: translateX(-12px);
  }
  .pc-kv .obj.-i4 {
    width: 5.4662379421%;
    right: 12%;
    top: -7%;
  }
  .pc-kv .obj.-i5 {
    width: 4.8231511254%;
    right: 5%;
    bottom: 41.5%;
  }
  .pc-kv .obj.-i6 {
    width: 5.4662379421%;
    left: -1.8%;
    bottom: 57%;
  }
  .pc-kv .obj.-i7 {
    width: 3.8585209003%;
    right: -1%;
    bottom: 35.5%;
  }
  .pc-kv .obj.-i8 {
    width: 3.536977492%;
    left: -1.2%;
    bottom: 27.9%;
  }
  .pc-kv .obj.-i9 {
    width: 5.4662379421%;
    right: 0.2%;
    bottom: 18.4%;
  }
  .pc-kv .obj.-i10 {
    width: 25.9557344064%;
    left: -6.2%;
    top: 23.9%;
    -webkit-transform: translateX(-16px);
            transform: translateX(-16px);
  }
  .pc-kv .obj.-i11 {
    width: 25.3521126761%;
    right: -9.8%;
    top: 40.9%;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  .pc-kv .pckv-main {
    position: relative;
  }
  .pc-kv .pckv-chara {
    position: absolute;
    opacity: 0;
  }
  .pc-kv .pckv-chara.-i1 {
    width: 32.4758842444%;
    left: -5%;
    top: 15%;
  }
  .pc-kv .pckv-chara.-i2 {
    width: 48.231511254%;
    left: -2.8%;
    top: -6%;
  }
  .pc-kv .pckv-chara.-i3 {
    width: 30.5466237942%;
    left: 27%;
    top: -6.4%;
  }
  .pc-kv .pckv-chara.-i4 {
    width: 42.2829581994%;
    left: 46%;
    top: -7%;
  }
  .pc-kv .pckv-chara.-i5 {
    width: 33.922829582%;
    left: 63%;
    top: -3%;
  }
  .pc-kv .pckv-chara.-i6 {
    width: 35.0482315113%;
    left: 75.8%;
    top: 12%;
  }
  .pc-kv .pckv-chara.-i7 {
    width: 43.0868167203%;
    left: 3%;
    top: 65.5%;
  }
  .pc-kv .pckv-chara.-i8 {
    width: 43.0868167203%;
    left: 24%;
    top: 64%;
  }
  .pc-kv .pckv-chara.-i9 {
    width: 36.9774919614%;
    left: 62%;
    top: 69.4%;
  }
  .pc-kv .pckv-title {
    width: 79.9035369775%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .pc-kv .pckv-title::before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  .pc-kv .pckv-title > img {
    width: 112.676056338%;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
  }
  .pc-foot {
    width: 100%;
    height: 50px;
    position: fixed;
    left: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: url(../images/special/nintama2026/common/pattern6.svg) repeat-x 0 0;
    background-size: auto 60px;
    z-index: 2;
  }
  .pc-foot.-hide {
    opacity: 0;
  }
  .pc-foot__kv {
    width: calc(100% - 600px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0;
    line-height: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 28px;
  }
  .pc-foot__kv .item.-i1 {
    width: 16px;
  }
  .pc-foot__kv .item.-i2 {
    width: 78px;
  }
  .pc-foot__kv .item.-i3 {
    width: 26px;
  }
  .pc-foot__kv .item.-i4 {
    width: 60px;
  }
  .pc-foot__kv .item.-i5 {
    width: 80px;
  }
  .pc-foot__link {
    width: 600px;
    position: relative;
  }
  .pc-foot__link::before {
    content: "";
    width: 4px;
    height: 100%;
    position: absolute;
    left: -3px;
    top: 0;
    background: #F7E27B;
  }
  .pc-foot__link a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    position: relative;
    overflow: hidden;
  }
  .pc-foot__link a::before {
    content: "";
    width: 200%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/special/nintama2026/common/pattern6.svg) repeat-x 0 0;
    background-size: auto 100%;
    opacity: 0;
  }
  .pc-foot__link a .text {
    width: 258px;
    position: relative;
  }
  .pc-foot__link a .icon {
    width: 36px;
    position: absolute;
    top: 52%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .pc-foot__link a .icon.-i1 {
    left: 26px;
  }
  .pc-foot__link a .icon.-i2 {
    right: 32px;
  }
}
@media screen and (min-width: 1100px) and (min-width: 751px) {
  .pc-foot__link a:hover::before {
    opacity: 1;
    -webkit-animation: hover-pattern 30s linear 0s infinite;
            animation: hover-pattern 30s linear 0s infinite;
  }
}
@media screen and (max-width: 1340px) {
  .pc-nav {
    display: none;
  }
}
@media screen and (min-width: 1341px) {
  .nintama {
    width: 35vw;
    margin-right: 25vw;
    max-width: 100%;
  }
  .nintama::after {
    display: block;
  }
  .pc-kv {
    width: 40vw;
  }
  .modal-nav__btn {
    display: none;
  }
  .pc-nav {
    width: 25vw;
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    overflow: hidden;
  }
  .pc-nav.-hide {
    opacity: 0;
  }
  .pc-nav .obj.-obj1 {
    width: 31.25%;
    top: 9px;
    right: -85px;
  }
  .pc-nav .obj.-obj2 {
    width: 41.5625%;
    top: 51%;
    left: -54px;
  }
  .pc-nav .pcnav-main {
    width: 80%;
    position: absolute;
    left: 50%;
    top: 48%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .pc-nav .pcnav-title {
    width: 56.25%;
    margin: 0 auto 4px;
    margin-bottom: 4px;
    padding-bottom: 22px;
    position: relative;
  }
}
@media screen and (min-width: 1341px) and (max-width: 480px) {
  .pc-nav .pcnav-title {
    margin-bottom: 2.6px;
  }
}
@media screen and (min-width: 1341px) and (max-width: 480px) {
  .pc-nav .pcnav-title {
    padding-bottom: 14.3px;
  }
}
@media screen and (min-width: 1341px) {
  .pc-nav .pcnav-title .line {
    width: 176.6666666667%;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .pc-nav .pcnav-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 20px;
    font-size: 0;
    line-height: 0;
  }
}
@media screen and (min-width: 1341px) and (min-width: 1801px) {
  .pc-nav .pcnav-item a {
    padding: 30px 0;
  }
}
@media screen and (min-width: 1341px) {
  .pc-nav .pcnav-item a::after {
    content: "";
    width: 100%;
    height: 2px;
    background: url(../images/special/nintama2026/pc/menu/line2.svg) repeat-x center top;
    background-size: 14px 1;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .pc-nav .pcnav-item a .icon {
    width: 6.25%;
    font-size: 0;
    line-height: 0;
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .pc-nav .pcnav-item a .icon svg {
    -webkit-transition: 0.2s ease-out 0s;
    transition: 0.2s ease-out 0s;
    position: relative;
  }
  .pc-nav .pcnav-item a .icon .st0 {
    fill: #b81c22;
  }
  .pc-nav .pcnav-item a:hover .icon svg {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  .pc-nav .pcnav-item.-i1 .logo {
    width: 92px;
    width: 28.75%;
  }
  .pc-nav .pcnav-item.-i1 .txt {
    width: 70px;
    width: 21.875%;
  }
  .pc-nav .pcnav-item.-i2 .logo {
    width: 120px;
    width: 37.5%;
  }
  .pc-nav .pcnav-item.-i2 .txt {
    width: 140px;
    width: 43.75%;
  }
  .pc-nav .pcnav-item.-i2 .icon .st0 {
    fill: #5dc1cf;
  }
  .pc-nav .pcnav-item.-i3 .logo {
    width: 82px;
    width: 25.625%;
  }
  .pc-nav .pcnav-item.-i3 .txt {
    width: 80px;
    width: 25%;
  }
  .pc-nav .pcnav-item.-i3 .icon .st0 {
    fill: #248057;
  }
  .pc-nav .pcnav-item.-i4 .logo {
    width: 92px;
    width: 28.75%;
  }
  .pc-nav .pcnav-item.-i4 .txt {
    width: 86px;
    width: 26.875%;
  }
  .pc-nav .pcnav-list.-list2 {
    margin-top: 100px;
  }
}
@media screen and (min-width: 1341px) and (max-width: 480px) {
  .pc-nav .pcnav-list.-list2 {
    margin-top: 65px;
  }
}
@media screen and (min-width: 1341px) and (max-height: 758px) {
  .pc-nav .pcnav-list.-list2 {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1341px) {
  .pc-nav .pcnav-list.-list2 .pcnav-item a {
    padding-left: 30px;
  }
  .pc-nav .pcnav-list.-list2 .pcnav-item a::after {
    display: none;
  }
  .pc-nav .pcnav-list.-list2 .pcnav-item a .line {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .pc-foot__kv {
    width: 40vw;
  }
  .pc-foot__link {
    width: 35vw;
  }
  .pc-foot__link::after {
    content: "";
    width: 4px;
    height: 100%;
    position: absolute;
    right: -3px;
    top: 0;
    background: #F7E27B;
  }
  .pc-foot__nav {
    width: 25vw;
  }
}
.modal {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 0;
  max-width: 600px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
}
@media screen and (min-width: 1100px) {
  .modal {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    left: auto;
    right: 0;
  }
}
@media screen and (min-width: 1341px) {
  .modal {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    left: auto;
    right: 25vw;
    max-width: 35vw;
  }
}
.modal-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0.8;
}
.modal-nav {
  -webkit-transition: 0.2s ease-out 0s;
  transition: 0.2s ease-out 0s;
}
.modal-nav.-open {
  opacity: 1;
  pointer-events: auto;
}
.modal-nav.-open .modal-nav__box {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.modal-nav__btn {
  width: 100px;
}
@media screen and (max-width: 480px) {
  .modal-nav__btn {
    width: 65px;
  }
}
.modal-nav__btn {
  position: fixed;
  right: 3%;
  top: 0;
  -webkit-transition: 0.3s ease-out 0s;
  transition: 0.3s ease-out 0s;
  z-index: 2;
  cursor: pointer;
}
.modal-nav__btn.-hide {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.modal-nav__btn::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.modal-nav__btn p {
  width: 70%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.modal-nav__btn::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/special/nintama2026/pc/menu/icon1.svg) no-repeat 0 0;
  background-size: contain;
  position: absolute;
  left: calc(50% - 10px);
  bottom: -5px;
  opacity: 0;
  -webkit-transform: scale(1.1) rotate(0deg);
          transform: scale(1.1) rotate(0deg);
  -webkit-transition: 0.2s ease-out 0s;
  transition: 0.2s ease-out 0s;
}
@media screen and (min-width: 751px) {
  .modal-nav__btn:hover::after {
    opacity: 1;
    -webkit-transform: scale(1) rotate(360deg);
            transform: scale(1) rotate(360deg);
  }
}
.modal-nav__box {
  width: 87.5%;
  margin: 0 auto;
  position: relative;
  background: url(../images/special/nintama2026/menu/bg1.svg) no-repeat center bottom;
  background-size: 100% auto;
  padding-bottom: 180px;
}
@media screen and (max-width: 480px) {
  .modal-nav__box {
    padding-bottom: 117px;
  }
}
.modal-nav__box {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: 0.4s ease-out 0.4s;
  transition: 0.4s ease-out 0.4s;
}
.modal-nav__title {
  width: 62.4761904762%;
  margin: 0 auto;
  padding-top: 50px;
}
@media screen and (max-width: 480px) {
  .modal-nav__title {
    padding-top: 32.5px;
  }
}
.modal-nav__title {
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  .modal-nav__title {
    margin-bottom: 26px;
  }
}
.modal-nav__close {
  width: 15.619047619%;
  margin: 0 auto;
  margin-top: 36px;
}
@media screen and (max-width: 480px) {
  .modal-nav__close {
    margin-top: 23.4px;
  }
}
.modal-nav__close {
  cursor: pointer;
  position: relative;
}
.modal-nav__close::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/special/nintama2026/pc/menu/icon1.svg) no-repeat 0 0;
  background-size: contain;
  position: absolute;
  right: -25px;
  top: -15px;
  opacity: 0;
  -webkit-transform: scale(1.1) rotate(0deg);
          transform: scale(1.1) rotate(0deg);
  -webkit-transition: 0.2s ease-out 0s;
  transition: 0.2s ease-out 0s;
}
@media screen and (min-width: 751px) {
  .modal-nav__close:hover::after {
    opacity: 1;
    -webkit-transform: scale(1) rotate(360deg);
            transform: scale(1) rotate(360deg);
  }
}
.modal-nav__main {
  width: 76.5714285714%;
  margin: 0 auto;
}
.modal-nav__title2 {
  position: relative;
  padding-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .modal-nav__title2 {
    padding-bottom: 13px;
  }
}
.modal-nav__title2 img {
  width: 45.2736318408%;
  margin-left: 16px;
}
@media screen and (max-width: 480px) {
  .modal-nav__title2 img {
    margin-left: 10.4px;
  }
}
.modal-nav__title2 .line {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.modal-nav__title2 .line img {
  width: 100%;
  margin-left: 0;
}
.modal-nav__list.-list2 {
  margin-top: 30px;
}
@media screen and (max-width: 480px) {
  .modal-nav__list.-list2 {
    margin-top: 19.5px;
  }
}
.modal-nav__list.-list2 .modal-nav__item a {
  color: #fff;
}
.modal-nav__list.-list2 .modal-nav__item a::after {
  background: url(../images/special/nintama2026/pc/menu/line1.svg) no-repeat center top;
  background-size: 100% auto;
  height: 5px;
}
.modal-nav__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 26px;
}
@media screen and (max-width: 480px) {
  .modal-nav__item a {
    padding-top: 16.9px;
  }
}
.modal-nav__item a {
  padding-bottom: 26px;
}
@media screen and (max-width: 480px) {
  .modal-nav__item a {
    padding-bottom: 16.9px;
  }
}
.modal-nav__item a {
  position: relative;
}
.modal-nav__item a::after {
  content: "";
  width: 100%;
  height: 2px;
  background: url(../images/special/nintama2026/pc/menu/line2.svg) repeat-x center top;
  background-size: 14px 1;
  position: absolute;
  left: 0;
  bottom: 0;
}
.modal-nav__item a .logo {
  margin-left: 20px;
}
@media screen and (max-width: 480px) {
  .modal-nav__item a .logo {
    margin-left: 13px;
  }
}
.modal-nav__item a .txt {
  margin-left: 20px;
}
@media screen and (max-width: 480px) {
  .modal-nav__item a .txt {
    margin-left: 13px;
  }
}
.modal-nav__item a .arrow {
  width: 11.4427860697%;
  font-size: 0;
  line-height: 0;
  top: 50%;
  right: 4%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
}
.modal-nav__item a .arrow img {
  position: relative;
  -webkit-transition: 0.2s ease-out 0s;
  transition: 0.2s ease-out 0s;
}
@media screen and (min-width: 751px) {
  .modal-nav__item a:hover .arrow img {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
.modal-nav__item.-i1 .logo {
  width: 32.3383084577%;
}
.modal-nav__item.-i1 .txt {
  width: 19.4029850746%;
}
.modal-nav__item.-i2 .logo {
  width: 43.7810945274%;
}
.modal-nav__item.-i2 .txt {
  width: 37.3134328358%;
}
.modal-nav__item.-i3 .logo {
  width: 29.8507462687%;
}
.modal-nav__item.-i3 .txt {
  width: 25.8706467662%;
}
.modal-nav__item.-i4 .logo {
  width: 33.8308457711%;
}
.modal-nav__item.-i4 .txt {
  width: 25.8706467662%;
}
.modal-goods {
  -webkit-transition: 0.3s ease-out 0s;
  transition: 0.3s ease-out 0s;
  opacity: 0;
  pointer-events: none;
}
.modal-goods.-show {
  opacity: 1;
  pointer-events: auto;
}
.modal-goods__main {
  width: 84%;
  position: relative;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.modal-goods__main::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.modal-goods__main .inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.modal-goods__main .inner img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.modal-goods__close {
  width: 82px;
}
@media screen and (max-width: 480px) {
  .modal-goods__close {
    width: 53.3px;
  }
}
.modal-goods__close {
  position: absolute;
  left: 50%;
  bottom: -80px;
}
@media screen and (max-width: 480px) {
  .modal-goods__close {
    bottom: -52px;
  }
}
.modal-goods__close {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: relative;
  cursor: pointer;
}
.modal-goods__close::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/special/nintama2026/pc/kv/icon1.svg) no-repeat 0 0;
  background-size: contain;
  position: absolute;
  right: -25px;
  top: -15px;
  opacity: 0;
  -webkit-transform: scale(1.1) rotate(0deg);
          transform: scale(1.1) rotate(0deg);
  -webkit-transition: 0.2s ease-out 0s;
  transition: 0.2s ease-out 0s;
}
@media screen and (min-width: 751px) {
  .modal-goods__close:hover::after {
    opacity: 1;
    -webkit-transform: scale(1) rotate(360deg);
            transform: scale(1) rotate(360deg);
  }
}

@media screen and (min-width: 601px) {
  .modal-nav__btn {
    right: calc(50% - 282px);
  }
}
@media screen and (min-width: 1100px) {
  .modal-nav__btn {
    right: 18px;
  }
}
@-webkit-keyframes hover-pattern {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes hover-pattern {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes cloud {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
  }
  75% {
    -webkit-transform: translateX(10%);
            transform: translateX(10%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes cloud {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
  }
  75% {
    -webkit-transform: translateX(10%);
            transform: translateX(10%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes chara1 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
  }
  75% {
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes chara1 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
  }
  75% {
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes chara1-bal {
  0%, 19.9%, 40%, 59.9%, 80%, 99.9% {
    opacity: 0;
  }
  20%, 39.9%, 60%, 79.9%, 100% {
    opacity: 1;
  }
}
@keyframes chara1-bal {
  0%, 19.9%, 40%, 59.9%, 80%, 99.9% {
    opacity: 0;
  }
  20%, 39.9%, 60%, 79.9%, 100% {
    opacity: 1;
  }
}
@-webkit-keyframes load {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  25% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes load {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  25% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}