@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");
:root {
  --grid-size: 48px;
}

@media (min-width: 481px) {
  :root {
    --grid-size: 68px;
  }
}
/*------------------------------------------------------*/
/*  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: 43.8%;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
     -ms-text-size-adjust: 100%;
         text-size-adjust: 100%;
  }
}
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #000;
  font-weight: 500;
}

@media screen and (max-width: 750px) {
  body {
    font-weight: 500;
  }
}
.layout {
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

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

.grid-section {
  --grid-color: rgba(0, 0, 0, 0.1);
  --grid-offset-y: 0px;
  background-color: var(--bg-color, #fff);
  background-image: linear-gradient(to right, var(--grid-color) 1px, transparent 1px), linear-gradient(to bottom, var(--grid-color) 1px, transparent 1px);
  background-size: var(--grid-size) var(--grid-size);
  background-position: -1px var(--grid-offset-y);
}
.grid-section.section01 {
  --bg-color: #fff;
  --grid-color: rgba(204, 204, 204, 1.0);
}
.grid-section.section02 {
  --bg-color: #e7841f;
  --grid-color: rgba(255, 255, 255, 1.0);
}
.grid-section.section03 {
  --bg-color: #fffbf3;
  --grid-color: rgba(250, 242, 186, 1.0);
}

._shadow {
  position: relative;
}
._shadow::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 10px;
}
@media screen and (max-width: 480px) {
  ._shadow::before {
    left: 6.5px;
  }
}
._shadow::before {
  top: 10px;
}
@media screen and (max-width: 480px) {
  ._shadow::before {
    top: 6.5px;
  }
}
._shadow::before {
  background: #231815;
}

.load {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  background-color: #ffffff;
  background-image: linear-gradient(90deg, #b5b5b6 1px, transparent 1px), linear-gradient(#b5b5b6 1px, transparent 1px);
  background-position: 10px 10px;
  background-size: 49px 49px;
}
.load-line {
  width: 100%;
  height: 26px;
  position: absolute;
  left: 0;
}
.load-line.-t {
  top: 76px;
  background: url(../images/special/haikyu2026/common/line14.svg) repeat-x center center;
  background-size: auto 26px;
}
.load-line.-b {
  bottom: 76px;
  background: url(../images/special/haikyu2026/common/line15.svg) repeat-x center center;
  background-size: auto 26px;
}
.load-main {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}
.load-text {
  width: 200px;
  margin: 0 auto 34px;
}
.load-text2 {
  width: 210px;
  padding-left: 5px;
}
.load-logo {
  width: 70%;
  max-width: 490px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.load-logo img {
  opacity: 0;
}
.load-ball {
  width: 150px;
  height: 150px;
  position: relative;
  margin: 0 auto 64px;
}
.load-ball p {
  width: 150px;
  height: 150px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: loading__illust 3s ease-in-out infinite;
          animation: loading__illust 3s ease-in-out infinite;
}
.load-ball p img {
  position: relative;
  -webkit-animation: loading__illust2 2s linear infinite;
          animation: loading__illust2 2s linear infinite;
}

@-webkit-keyframes loading__illust {
  0%, 50%, 70%, 100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  60% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}

@keyframes loading__illust {
  0%, 50%, 70%, 100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  60% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}
@-webkit-keyframes loading__illust2 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes loading__illust2 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.section {
  position: relative;
}
.section-inner {
  position: relative;
}
.section-title {
  margin: 0 auto;
  position: relative;
  padding-bottom: 13px;
}
@media screen and (max-width: 480px) {
  .section-title {
    padding-bottom: 8.45px;
  }
}
.section-title__line {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 0;
  line-height: 0;
}
.section-title__line .st0 {
  fill: #facda3;
  clip-path: inset(0 100% 0 0);
  -webkit-transition: clip-path 0.6s ease;
  transition: clip-path 0.6s ease;
}
.section-title__text {
  position: relative;
  margin: 0 auto;
}
.section-title.-anime .section-title__line .st0 {
  clip-path: inset(0 0 0 0);
}
.section-btn a {
  width: 83.3333333333%;
  display: block;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 769px) {
  .section-btn a:hover .section-btn__base .st1 {
    fill: #e7841f;
  }
  .section-btn a:hover .section-btn__base.-i2 .st1 {
    fill: #1d1e1d;
  }
  .section-btn a:hover .section-btn__base.-i3 .st1 {
    fill: #a22535;
  }
}
.section-btn__base {
  position: absolute;
  left: 0;
  right: 0;
  width: auto;
  top: 0;
}
.section-btn__base .st1 {
  fill: #1d1e1d;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.section-btn__base.-i2 .st1 {
  fill: #a22535;
}
.section-btn__main {
  position: relative;
}
.section-frame {
  width: 100%;
  pointer-events: none;
  position: absolute;
  left: 0;
  z-index: 1;
}
.section-frame::before {
  content: "";
  display: block;
  padding-top: 6%;
}
.section-frame img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.section-frame.-top {
  top: 0;
}
.section-frame.-bottom {
  bottom: 0;
}
.section .obj {
  position: absolute;
}
.section-bg {
  --slope: 70px; /* 左右の高低差 */
  --line-size: 2px; /* 上部ラインの太さ */
  --line-color: #ccc; /* 上部ラインの色 */
  --bg-color: #b51f35;
  position: relative;
}
.section-bg__inner {
  position: relative;
  background: #fff;
}
.section-bg__inner::before {
  content: "";
  width: 24px;
  height: 100%;
  background: #e7841f;
  position: absolute;
  left: 0;
  top: 0;
}
.section-bg__inner::after {
  content: "";
  width: 24px;
  height: 100%;
  background: #e7841f;
  position: absolute;
  right: 0;
  top: 0;
}
.section-bg__inner {
  padding: calc(var(--slope) + 40px) 0 60px;
  clip-path: polygon(0 var(--slope), 100% 0, 100% 100%, 0 100%);
}
.section-bg__line {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(var(--slope) + var(--line-size));
  background: var(--line-color);
  clip-path: polygon(0 var(--slope), 100% 0, 100% var(--line-size), 0 calc(var(--slope) + var(--line-size)));
  pointer-events: none;
}
@media screen and (max-width: 480px) {
  .section-bg {
    --slope: 46px;
  }
  .section-bg__inner {
    background-size: 182px auto;
  }
  .section-bg__inner::before, .section-bg__inner::after {
    width: 16px;
  }
}
.section-bg2 {
  position: relative;
  background: #fff;
}
.section-bg2::before {
  content: "";
  width: 24px;
  height: 100%;
  background: #e7841f;
  position: absolute;
  left: 0;
  top: 0;
}
.section-bg2::after {
  content: "";
  width: 24px;
  height: 100%;
  background: #e7841f;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 480px) {
  .section-bg2::before, .section-bg2::after {
    width: 16px;
  }
}

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

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

.draw-svg .draw-mask {
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
}

/* 再生 */
.draw-svg.is-show .draw-mask {
  -webkit-animation: drawLine 0.6s ease-out forwards;
          animation: drawLine 0.6s ease-out forwards;
}

@-webkit-keyframes drawLine {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes drawLine {
  to {
    stroke-dashoffset: 0;
  }
}
.kv {
  overflow: hidden;
}
.kv::before {
  content: "";
  display: block;
  padding-top: 213%;
}
.kv .obj {
  opacity: 0;
}
.kv .obj.-i1 {
  width: 33.3%;
  left: -10%;
  top: 22%;
}
.kv .obj.-i2 {
  width: 33.3%;
  right: -10%;
  top: 55%;
}
.kv .obj.-i3 {
  width: 55%;
  right: -5%;
  top: 19%;
}
.kv .obj.-i4 {
  width: 37%;
  left: 9%;
  top: 80.8%;
}
.kv .obj.-i5 {
  width: 33.3%;
  left: -10%;
  top: 57%;
}
.kv .obj.-i6 {
  width: 33.3%;
  right: -10%;
  top: 78%;
}
.kv-head {
  position: absolute;
  left: 0;
  top: 5%;
  width: 100%;
}
.kv-head__logo1 {
  width: 51.8333333333%;
  margin: 0 auto;
  opacity: 0;
}
.kv-head__mark {
  width: 4%;
  margin: 0 auto;
  opacity: 0;
  margin-top: 20px;
}
@media screen and (max-width: 480px) {
  .kv-head__mark {
    margin-top: 13px;
  }
}
.kv-head__mark {
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .kv-head__mark {
    margin-bottom: 13px;
  }
}
.kv-head__brands {
  position: relative;
  top: 10px;
}
@media screen and (max-width: 480px) {
  .kv-head__brands {
    top: 6.5px;
  }
}
.kv-head__brands {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 480px) {
  .kv-head__brands {
    gap: 0 16px;
  }
}
.kv-head__brands .logo {
  text-align: center;
  opacity: 0;
}
.kv-head__brands .logo.-i1 {
  width: 21%;
}
.kv-head__brands .logo.-i2 {
  width: 7.3333333333%;
}
.kv-head__brands .logo.-i3 {
  width: 16.3333333333%;
}
.kv-head__brands .logo.-i4 {
  width: 20%;
}
.kv-chara {
  position: absolute;
  opacity: 0;
}
.kv-chara.-i1 {
  width: 102%;
  right: -4.2%;
  top: 22.2%;
}
.kv-chara.-i2 {
  width: 101.16%;
  left: 0.8%;
  top: 35.2%;
}
.kv-chara.-i3 {
  width: 101.66%;
  left: -1.6%;
  top: 50%;
}
.kv-chara.-i4 {
  width: 101%;
  left: -0.8%;
  top: 64.7%;
}
.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: 46px;
}
@media screen and (max-width: 480px) {
  .about {
    padding-bottom: 29.9px;
  }
}
.about-box {
  position: relative;
}
.about .obj.-i1 {
  width: 28.3333333333%;
  left: -6%;
  top: 13.2%;
}
.about .obj.-i2 {
  width: 33.33%;
  right: -12%;
  top: 25.2%;
}
.about .obj.-i3 {
  width: 35%;
  left: -18%;
  top: 46.6%;
}
.about .obj.-i4 {
  width: 41%;
  right: -9%;
  top: 75.8%;
  z-index: 1;
}
.about .obj.-i5 {
  width: 3.5%;
  left: 10%;
  top: 25.2%;
}
.about h1 {
  width: 86.6666666667%;
  margin: 0 auto;
  padding-top: 91px;
}
@media screen and (max-width: 480px) {
  .about h1 {
    padding-top: 59.15px;
  }
}
.about h1 {
  margin-bottom: -70px;
}
@media screen and (max-width: 480px) {
  .about h1 {
    margin-bottom: -45.5px;
  }
}
.about h1 {
  position: relative;
  z-index: 1;
}
.about-main {
  margin-bottom: -28px;
}
@media screen and (max-width: 480px) {
  .about-main {
    margin-bottom: -18.2px;
  }
}
.about-text1 {
  width: 71.6666666667%;
  margin: 0 auto;
  margin-bottom: 28px;
}
@media screen and (max-width: 480px) {
  .about-text1 {
    margin-bottom: 18.2px;
  }
}
.about-text1 {
  position: relative;
}
.about-text2 {
  width: 85%;
  margin: 0 auto;
  margin-bottom: 28px;
}
@media screen and (max-width: 480px) {
  .about-text2 {
    margin-bottom: 18.2px;
  }
}
.about-text2 {
  position: relative;
}
.about-term {
  width: 83.3333333333%;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.about-term__inner {
  position: relative;
  padding-top: 30px;
}
@media screen and (max-width: 480px) {
  .about-term__inner {
    padding-top: 19.5px;
  }
}
.about-term__inner {
  padding-bottom: 40px;
}
@media screen and (max-width: 480px) {
  .about-term__inner {
    padding-bottom: 26px;
  }
}
.about-term__inner {
  background: #fff;
}
.about-term__text1 {
  width: 86%;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .about-term__text1 {
    margin-bottom: 13px;
  }
}
.about-term__text2 {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 3.2rem;
  margin-bottom: 14px;
}
@media screen and (max-width: 480px) {
  .about-term__text2 {
    margin-bottom: 9.1px;
  }
}
.about-term__text3 {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2rem;
}

.nav {
  padding-top: 90px;
}
@media screen and (max-width: 480px) {
  .nav {
    padding-top: 58.5px;
  }
}
.nav {
  padding-bottom: 77px;
}
@media screen and (max-width: 480px) {
  .nav {
    padding-bottom: 50.05px;
  }
}
.nav .obj.-i1 {
  width: 33.33%;
  left: -13%;
  top: 17.2%;
}
.nav .obj.-i2 {
  width: 55%;
  right: -25%;
  top: 33.2%;
}
.nav .obj.-i3 {
  width: 55%;
  left: -18%;
  top: 66.6%;
}
.nav .obj.-i4 {
  width: 33.33%;
  right: -16%;
  top: 76.8%;
}
.nav .obj.-i5 {
  width: 3.5%;
  left: 10%;
  top: 25.2%;
}
.nav-title {
  width: 58%;
}
.nav-title .section-title__text {
  width: 80.4597701149%;
}
.nav-line {
  width: 84.3333333333%;
  margin: 0 auto;
  margin-top: 50px;
}
@media screen and (max-width: 480px) {
  .nav-line {
    margin-top: 32.5px;
  }
}
.nav-line {
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  .nav-line {
    margin-bottom: 26px;
  }
}
.nav-line {
  font-size: 0;
  line-height: 0;
}
.nav-list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 83.33%;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.nav-item {
  width: 47.0355731225%;
  margin-bottom: 18px;
}
@media screen and (max-width: 480px) {
  .nav-item {
    margin-bottom: 11.7px;
  }
}
.nav-item.-l {
  width: 100%;
}
.nav-item a {
  position: relative;
}
.nav-item__base {
  position: relative;
  width: calc(100% + 6px);
}
@media screen and (min-width: 481px) {
  .nav-item__base {
    width: calc(100% + 10px);
  }
}
.nav-item__cover {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

.calendar {
  padding-top: 52px;
}
@media screen and (max-width: 480px) {
  .calendar {
    padding-top: 33.8px;
  }
}
.calendar {
  padding-bottom: 53px;
}
@media screen and (max-width: 480px) {
  .calendar {
    padding-bottom: 34.45px;
  }
}
.calendar-title {
  width: 91.6666666667%;
  padding-bottom: 15px;
}
@media screen and (max-width: 480px) {
  .calendar-title {
    padding-bottom: 9.75px;
  }
}
.calendar-title .section-title__text {
  width: 89.0909090909%;
}
.calendar-line {
  width: 84.3333333333%;
  margin: 0 auto;
  margin-top: 26px;
}
@media screen and (max-width: 480px) {
  .calendar-line {
    margin-top: 16.9px;
  }
}
.calendar-line {
  margin-bottom: 14px;
}
@media screen and (max-width: 480px) {
  .calendar-line {
    margin-bottom: 9.1px;
  }
}
.calendar-line {
  font-size: 0;
  line-height: 0;
}
.calendar-text {
  font-size: 2.1rem;
  line-height: 3.2rem;
  text-align: center;
  margin-bottom: 14px;
}
@media screen and (max-width: 480px) {
  .calendar-text {
    margin-bottom: 9.1px;
  }
}
.calendar-img {
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .calendar-img {
    margin-bottom: 13px;
  }
}

.campaign {
  padding-top: 95px;
}
@media screen and (max-width: 480px) {
  .campaign {
    padding-top: 61.75px;
  }
}
.campaign {
  padding-bottom: 50px;
}
@media screen and (max-width: 480px) {
  .campaign {
    padding-bottom: 32.5px;
  }
}
.campaign .obj.-i1 {
  width: 33.33%;
  left: -19%;
  top: 13.2%;
}
.campaign .obj.-i2 {
  width: 55%;
  right: -25%;
  top: 19.2%;
}
.campaign .obj.-i3 {
  width: 55%;
  left: -18%;
  top: 40.6%;
}
.campaign .obj.-i4 {
  width: 33.33%;
  right: -16%;
  top: 45.8%;
}
.campaign .obj.-i5 {
  width: 55%;
  left: -1%;
  top: 66.2%;
}
.campaign-title {
  width: 76.6666666667%;
  padding-bottom: 22px;
}
@media screen and (max-width: 480px) {
  .campaign-title {
    padding-bottom: 14.3px;
  }
}
.campaign-title .section-title__text {
  width: 89.5652173913%;
}
.campaign-title2 {
  width: 90.6666666667%;
  padding-bottom: 0px;
}
@media screen and (max-width: 480px) {
  .campaign-title2 {
    padding-bottom: 0px;
  }
}
.campaign-title2 {
  margin-bottom: 34px;
}
@media screen and (max-width: 480px) {
  .campaign-title2 {
    margin-bottom: 22.1px;
  }
}
.campaign-title2 .section-title__line .st0 {
  fill: #fce6d8;
}
.campaign-title2 .section-title__text {
  width: 100%;
}
.campaign-line {
  width: 84.3333333333%;
  margin: 0 auto;
  margin-top: 34px;
}
@media screen and (max-width: 480px) {
  .campaign-line {
    margin-top: 22.1px;
  }
}
.campaign-line {
  margin-bottom: 34px;
}
@media screen and (max-width: 480px) {
  .campaign-line {
    margin-bottom: 22.1px;
  }
}
.campaign-line {
  font-size: 0;
  line-height: 0;
}
.campaign-lead {
  font-size: 3rem;
  line-height: 5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 28px;
}
@media screen and (max-width: 480px) {
  .campaign-lead {
    margin-bottom: 18.2px;
  }
}
.campaign-img {
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .campaign-img {
    margin-bottom: 13px;
  }
}
.campaign-box {
  width: 79.3333333333%;
  margin: 0 auto;
  position: relative;
}
.campaign-box + .campaign-box {
  margin-top: 9px;
}
@media screen and (max-width: 480px) {
  .campaign-box + .campaign-box {
    margin-top: 5.85px;
  }
}
.campaign-box.-anime .campaign-box__img {
  -webkit-transform: rotate(0deg) translate(0%, 0%) !important;
          transform: rotate(0deg) translate(0%, 0%) !important;
}
.campaign-box__base {
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% + 6px);
}
@media screen and (min-width: 481px) {
  .campaign-box__base {
    width: calc(100% + 10px);
  }
}
.campaign-box__title {
  padding-top: 22px;
}
@media screen and (max-width: 480px) {
  .campaign-box__title {
    padding-top: 14.3px;
  }
}
.campaign-box__title {
  padding-bottom: 22px;
}
@media screen and (max-width: 480px) {
  .campaign-box__title {
    padding-bottom: 14.3px;
  }
}
.campaign-box__title {
  margin: 0 auto;
  font-size: 0;
  line-height: 0;
  position: relative;
}
.campaign-box__title.-i1 {
  width: 88.6554621849%;
}
.campaign-box__title.-i2 {
  width: 96.218487395%;
}
.campaign-box__img {
  position: absolute;
  -webkit-transition: 0.2s ease-out 0s;
  transition: 0.2s ease-out 0s;
}
.campaign-box__imgtop {
  position: relative;
}
.campaign-box__imgtop::before {
  content: "";
  display: block;
  padding-top: 56.8%;
}
.campaign-box__imgbottom {
  position: relative;
  width: calc(100% + 24px);
  left: -12px;
}
@media screen and (max-width: 480px) {
  .campaign-box__imgbottom {
    width: calc(100% + 16px);
    left: -8px;
  }
}
.campaign-box__img.-i1 {
  width: 51.6806722689%;
  left: 6%;
  top: 7%;
  z-index: 1;
  -webkit-transform: rotate(21deg) translate(20%, -10%);
          transform: rotate(21deg) translate(20%, -10%);
}
.campaign-box__img.-i2 {
  width: 44.9579831933%;
  right: 7%;
  top: 6.4%;
  -webkit-transform: rotate(-18deg) translate(-20%, 5%);
          transform: rotate(-18deg) translate(-20%, 5%);
}
.campaign-box__img.-i3 {
  width: 49.1596638655%;
  left: 6%;
  top: 7%;
  -webkit-transform: rotate(21deg) translate(30%, -10%);
          transform: rotate(21deg) translate(30%, -10%);
}
.campaign-box__img.-i4 {
  width: 50.4201680672%;
  right: 5.8%;
  top: 6.4%;
  -webkit-transform: rotate(-17deg) translate(-20%, -5%);
          transform: rotate(-17deg) translate(-20%, -5%);
}
.campaign-box__note {
  font-size: 1.6rem;
  line-height: 3.2rem;
  text-align: center;
  font-weight: 500;
}
.campaign-btn1 {
  margin-top: 22px;
}
@media screen and (max-width: 480px) {
  .campaign-btn1 {
    margin-top: 14.3px;
  }
}
.campaign-note {
  width: 83.3333333333%;
  margin: 0 auto;
  margin-top: 15px;
}
@media screen and (max-width: 480px) {
  .campaign-note {
    margin-top: 9.75px;
  }
}
.campaign-note {
  position: relative;
  font-size: 1.8rem;
  line-height: 2.5rem;
}

.snsc {
  padding-top: 54px;
}
@media screen and (max-width: 480px) {
  .snsc {
    padding-top: 35.1px;
  }
}
.snsc {
  padding-bottom: 54px;
}
@media screen and (max-width: 480px) {
  .snsc {
    padding-bottom: 35.1px;
  }
}
.snsc .obj.-i1 {
  width: 33.33%;
  left: -19%;
  top: 20.2%;
}
.snsc .obj.-i2 {
  width: 55%;
  right: -1%;
  top: 13.2%;
}
.snsc .obj.-i3 {
  width: 55%;
  left: -18%;
  top: 47.6%;
}
.snsc .obj.-i4 {
  width: 33.33%;
  right: -16%;
  top: 43.8%;
}
.snsc .obj.-i5 {
  width: 55%;
  right: -29%;
  top: 64.2%;
}
.snsc-title {
  width: 51.6666666667%;
  position: absolute;
  left: -30px;
}
@media screen and (max-width: 480px) {
  .snsc-title {
    left: -19.5px;
  }
}
.snsc-title {
  top: -30px;
}
@media screen and (max-width: 480px) {
  .snsc-title {
    top: -19.5px;
  }
}
.snsc-title {
  z-index: 1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: 0.2s ease-out 0s;
  transition: 0.2s ease-out 0s;
}
.snsc-title.-anime {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.snsc-main {
  width: 79%;
  position: relative;
  margin: 0 auto;
}
.snsc-inner {
  padding-top: 25px;
}
@media screen and (max-width: 480px) {
  .snsc-inner {
    padding-top: 16.25px;
  }
}
.snsc-inner {
  padding-bottom: 18px;
}
@media screen and (max-width: 480px) {
  .snsc-inner {
    padding-bottom: 11.7px;
  }
}
.snsc-inner {
  background: #fff;
  position: relative;
}
.snsc-text1 {
  margin-left: 38px;
}
@media screen and (max-width: 480px) {
  .snsc-text1 {
    margin-left: 24.7px;
  }
}
.snsc-text1 {
  width: 86.0759493671%;
  position: relative;
  margin-bottom: 26px;
}
@media screen and (max-width: 480px) {
  .snsc-text1 {
    margin-bottom: 16.9px;
  }
}
.snsc-text1::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #e7841f;
  position: absolute;
  left: 0;
  bottom: 0;
}
.snsc-text2 {
  width: 90.7172995781%;
  margin: 0 auto;
  margin-bottom: 6px;
}
@media screen and (max-width: 480px) {
  .snsc-text2 {
    margin-bottom: 3.9px;
  }
}
.snsc-img {
  position: relative;
  width: calc(100% + 46px);
  left: -23px;
  margin-bottom: -18px;
}
@media screen and (max-width: 480px) {
  .snsc-img {
    margin-bottom: -11.7px;
  }
}
@media screen and (max-width: 480px) {
  .snsc-img {
    width: calc(100% + 30px);
    left: -15px;
  }
}
.snsc-lead {
  font-size: 2.2rem;
  line-height: 3rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 18px;
}
@media screen and (max-width: 480px) {
  .snsc-lead {
    margin-bottom: 11.7px;
  }
}
.snsc-title2 {
  width: 95.7805907173%;
  margin-bottom: 34px;
}
@media screen and (max-width: 480px) {
  .snsc-title2 {
    margin-bottom: 22.1px;
  }
}
.snsc-title2 {
  margin-left: 18px;
}
@media screen and (max-width: 480px) {
  .snsc-title2 {
    margin-left: 11.7px;
  }
}
.snsc-title2 .section-title__line .st0 {
  fill: #fce6d8;
}
.snsc-title2 .section-title__text {
  width: 100%;
}
.snsc-title2 .section-title__text.-i2 {
  width: 88.5462555066%;
  margin-top: 31px;
}
@media screen and (max-width: 480px) {
  .snsc-title2 .section-title__text.-i2 {
    margin-top: 20.15px;
  }
}
.snsc-btn + .snsc-btn {
  margin-top: 12px;
}
@media screen and (max-width: 480px) {
  .snsc-btn + .snsc-btn {
    margin-top: 7.8px;
  }
}
.snsc-btn a {
  width: 88.1856540084%;
  display: block;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 769px) {
  .snsc-btn a:hover .snsc-btn__base .st1 {
    fill: #000;
  }
}
.snsc-btn__base {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.snsc-btn__base .st1 {
  fill: #e7841f;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.snsc-btn__main {
  position: relative;
}
.snsc-note {
  margin-top: 19px;
}
@media screen and (max-width: 480px) {
  .snsc-note {
    margin-top: 12.35px;
  }
}
.snsc-note {
  text-align: center;
  font-size: 1.6rem;
  line-height: 2rem;
}
.snsc .section-btn {
  margin-top: 8px;
}
@media screen and (max-width: 480px) {
  .snsc .section-btn {
    margin-top: 5.2px;
  }
}

.bakery-box1 {
  padding-top: 82px;
}
@media screen and (max-width: 480px) {
  .bakery-box1 {
    padding-top: 53.3px;
  }
}
.bakery-box1 {
  padding-bottom: 100px;
}
@media screen and (max-width: 480px) {
  .bakery-box1 {
    padding-bottom: 65px;
  }
}
.bakery-box1 {
  margin-bottom: -70px;
}
@media screen and (max-width: 480px) {
  .bakery-box1 {
    margin-bottom: -45.5px;
  }
}
.bakery-box1 {
  position: relative;
  z-index: 1;
}
.bakery-box1 .obj-block {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 20%;
  width: 31.3333333333%;
  pointer-events: none;
}
.bakery-box1 .obj-block::before {
  content: "";
  display: block;
  padding-top: 60%;
}
.bakery-box1 .obj-block.-anime .obj {
  opacity: 1;
}
.bakery-box1 .obj-block .obj {
  opacity: 0;
  -webkit-transition: opacity 0.05s linear 0s;
  transition: opacity 0.05s linear 0s;
}
.bakery-box1 .obj-block .obj.-i3 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.bakery-box1 .obj-block .obj.-i2 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.bakery-box1 .obj-block .obj.-i1 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.bakery-box1 .obj {
  font-size: 0;
  line-height: 0;
}
.bakery-box1 .obj.-i1 {
  width: 13%;
  left: 7%;
  top: -6%;
}
.bakery-box1 .obj.-i2 {
  width: 12%;
  left: 37%;
  top: -6%;
}
.bakery-box1 .obj.-i3 {
  width: 13%;
  left: 48%;
  top: 42%;
}
.bakery-box1 .obj.-i4 {
  width: 13%;
  left: 79%;
  top: 55%;
  -webkit-transform: rotate(31deg);
          transform: rotate(31deg);
}
.bakery-box1__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.bakery-box1__bg p {
  width: 100%;
}
.bakery-box1__bg .top {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: url(../images/special/haikyu2026/antique/bg1.svg) no-repeat 0 0;
  background-size: 100% auto;
}
.bakery-box1__bg .top::before {
  content: "";
  display: block;
  padding-top: 72.96%;
}
.bakery-box1__bg .middle {
  height: 100%;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  background: #e7841f;
}
.bakery-box1__bg .bottom {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: url(../images/special/haikyu2026/antique/bg1.svg) no-repeat 0 bottom;
  background-size: 100% auto;
}
.bakery-box1__bg .bottom::before {
  content: "";
  display: block;
  padding-top: 78.77%;
}
.bakery-title {
  margin: 0 auto;
  position: relative;
  width: 73%;
}
.bakery-title__logo {
  width: 52.5114155251%;
  margin: 0 auto;
  margin-bottom: 27px;
}
@media screen and (max-width: 480px) {
  .bakery-title__logo {
    margin-bottom: 17.55px;
  }
}
.bakery-title__text {
  position: relative;
  margin: 0 auto;
}
.bakery-title__text .line {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.bakery-title__text .line .st0 {
  fill: #c4641a;
  clip-path: inset(0 100% 0 0);
  -webkit-transition: clip-path 0.6s ease;
  transition: clip-path 0.6s ease;
}
.bakery-title__text .line .st0.-i2 {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.bakery-title__text .text {
  position: relative;
}
.bakery-title.-anime .bakery-title__text .line .st0 {
  clip-path: inset(0 0 0 0);
}
.bakery-line {
  width: 84.3333333333%;
  margin: 0 auto;
  margin-top: 39px;
}
@media screen and (max-width: 480px) {
  .bakery-line {
    margin-top: 25.35px;
  }
}
.bakery-line {
  margin-bottom: 70px;
}
@media screen and (max-width: 480px) {
  .bakery-line {
    margin-bottom: 45.5px;
  }
}
.bakery-line {
  font-size: 0;
  line-height: 0;
}
.bakery-item1 {
  position: relative;
  color: #fff;
  text-align: center;
}
.bakery-item1__ribbon {
  width: 62.4%;
  position: absolute;
  left: -49px;
}
@media screen and (max-width: 480px) {
  .bakery-item1__ribbon {
    left: -31.85px;
  }
}
.bakery-item1__ribbon {
  top: -78px;
}
@media screen and (max-width: 480px) {
  .bakery-item1__ribbon {
    top: -50.7px;
  }
}
.bakery-item1__ribbon {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: 0.2s ease-out 0s;
  transition: 0.2s ease-out 0s;
}
.bakery-item1__ribbon.-anime {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.bakery-item1__img {
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .bakery-item1__img {
    margin-bottom: 13px;
  }
}
.bakery-item1__term {
  width: 76%;
  margin: 0 auto;
  font-size: 0;
  line-height: 0;
  position: relative;
  margin-bottom: 35px;
}
@media screen and (max-width: 480px) {
  .bakery-item1__term {
    margin-bottom: 22.75px;
  }
}
.bakery-item1__term .label {
  width: 39.4736842105%;
  position: absolute;
  right: -54px;
}
@media screen and (max-width: 480px) {
  .bakery-item1__term .label {
    right: -35.1px;
  }
}
.bakery-item1__term .label {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.bakery-item1__term .obj {
  width: 34.8%;
  position: absolute;
  left: -73px;
}
@media screen and (max-width: 480px) {
  .bakery-item1__term .obj {
    left: -47.45px;
  }
}
.bakery-item1__term .obj {
  top: 20px;
}
@media screen and (max-width: 480px) {
  .bakery-item1__term .obj {
    top: 13px;
  }
}
.bakery-item1__name {
  width: 54%;
  margin: 0 auto;
  margin-bottom: 24px;
}
@media screen and (max-width: 480px) {
  .bakery-item1__name {
    margin-bottom: 15.6px;
  }
}
.bakery-item1__lead {
  font-size: 2.3rem;
  line-height: 3.2rem;
  margin-bottom: 25px;
}
@media screen and (max-width: 480px) {
  .bakery-item1__lead {
    margin-bottom: 16.25px;
  }
}
.bakery-item1__price {
  font-size: 2.3rem;
  line-height: 3.2rem;
  font-weight: bold;
}
.bakery-box2 {
  position: relative;
  padding-top: 92px;
}
@media screen and (max-width: 480px) {
  .bakery-box2 {
    padding-top: 59.8px;
  }
}
.bakery-box2 {
  padding-bottom: 35px;
}
@media screen and (max-width: 480px) {
  .bakery-box2 {
    padding-bottom: 22.75px;
  }
}
.bakery-box2 .obj-block {
  position: absolute;
  width: 20%;
  width: 31.3333333333%;
  pointer-events: none;
}
.bakery-box2 .obj-block::before {
  content: "";
  display: block;
  padding-top: 60%;
}
.bakery-box2 .obj-block.-anime .obj {
  opacity: 1;
}
.bakery-box2 .obj-block .obj {
  opacity: 0;
  -webkit-transition: opacity 0.05s linear 0s;
  transition: opacity 0.05s linear 0s;
}
.bakery-box2 .obj-block .obj.-i3 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.bakery-box2 .obj-block .obj.-i2 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.bakery-box2 .obj-block .obj.-i1 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.bakery-box2 .obj-block.-i1 {
  left: 0;
  top: 43%;
}
.bakery-box2 .obj-block.-i1 .obj.-i1 {
  width: 13%;
  left: 5%;
  top: -6%;
}
.bakery-box2 .obj-block.-i1 .obj.-i2 {
  width: 12%;
  left: 6%;
  top: 37%;
}
.bakery-box2 .obj-block.-i2 {
  right: 0;
  top: 58%;
}
.bakery-box2 .obj-block.-i2 .obj.-i1 {
  width: 13%;
  left: 49%;
  top: 3%;
}
.bakery-box2 .obj-block.-i2 .obj.-i2 {
  width: 12%;
  left: 60%;
  top: 45%;
}
.bakery-box2 .obj-block.-i2 .obj.-i3 {
  width: 12%;
  left: 88%;
  top: 52%;
}
.bakery-box2 .obj {
  font-size: 0;
  line-height: 0;
}
.bakery-box2__ribbon {
  width: 62.4%;
  position: absolute;
  left: -60px;
}
@media screen and (max-width: 480px) {
  .bakery-box2__ribbon {
    left: -39px;
  }
}
.bakery-box2__ribbon {
  top: -4px;
}
@media screen and (max-width: 480px) {
  .bakery-box2__ribbon {
    top: -2.6px;
  }
}
.bakery-box2__ribbon {
  z-index: 2;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: 0.2s ease-out 0s;
  transition: 0.2s ease-out 0s;
}
.bakery-box2__ribbon.-anime {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.bakery-box2__term {
  width: 80%;
  margin: 0 auto;
}
.bakery-box2__img {
  position: relative;
}
.bakery-box2__img::before {
  content: "";
  display: block;
  padding-top: 60.66%;
}
.bakery-box2__img .txt {
  position: absolute;
  width: 61.6666666667%;
  right: -8px;
}
@media screen and (max-width: 480px) {
  .bakery-box2__img .txt {
    right: -5.2px;
  }
}
.bakery-box2__img .txt {
  top: 55px;
}
@media screen and (max-width: 480px) {
  .bakery-box2__img .txt {
    top: 35.75px;
  }
}
.bakery-box2__img .img-main {
  position: absolute;
  width: 70.66%;
  left: -25px;
}
@media screen and (max-width: 480px) {
  .bakery-box2__img .img-main {
    left: -16.25px;
  }
}
.bakery-box2__img .img-main {
  top: -35px;
}
@media screen and (max-width: 480px) {
  .bakery-box2__img .img-main {
    top: -22.75px;
  }
}
.bakery-box2__img .img-sub {
  position: absolute;
  width: 54%;
  right: -3px;
}
@media screen and (max-width: 480px) {
  .bakery-box2__img .img-sub {
    right: -1.95px;
  }
}
.bakery-box2__img .img-sub {
  top: 105px;
}
@media screen and (max-width: 480px) {
  .bakery-box2__img .img-sub {
    top: 68.25px;
  }
}
.bakery-box2__main {
  width: 82%;
  margin: 0 auto;
}
.bakery-box2__name {
  width: 42.459%;
  margin-bottom: 19px;
}
@media screen and (max-width: 480px) {
  .bakery-box2__name {
    margin-bottom: 12.35px;
  }
}
.bakery-box2__line {
  width: 85.3658536585%;
  margin-bottom: 16px;
}
@media screen and (max-width: 480px) {
  .bakery-box2__line {
    margin-bottom: 10.4px;
  }
}
.bakery-box2__line {
  position: relative;
}
.bakery-box2__line .obj {
  width: 57%;
  right: -177px;
}
@media screen and (max-width: 480px) {
  .bakery-box2__line .obj {
    right: -115.05px;
  }
}
.bakery-box2__line .obj {
  top: -123px;
}
@media screen and (max-width: 480px) {
  .bakery-box2__line .obj {
    top: -79.95px;
  }
}
.bakery-box2__lead {
  font-size: 2.2rem;
  line-height: 3.3rem;
  margin-bottom: 14px;
}
@media screen and (max-width: 480px) {
  .bakery-box2__lead {
    margin-bottom: 9.1px;
  }
}
.bakery-box2__lead {
  letter-spacing: -0.02em;
}
.bakery-box2__price {
  font-weight: 700;
  font-size: 2.3rem;
  line-height: 3.2rem;
}
.bakery-box2__sticker {
  width: 93.3333333333%;
  margin: 0 auto;
  margin-bottom: 36px;
}
@media screen and (max-width: 480px) {
  .bakery-box2__sticker {
    margin-bottom: 23.4px;
  }
}
.bakery-box2__sticker {
  position: relative;
  color: #a22535;
}
.bakery-box2__sticker .sticker-bg {
  position: absolute;
  left: 0;
  top: -10px;
}
@media screen and (max-width: 480px) {
  .bakery-box2__sticker .sticker-bg {
    top: -6.5px;
  }
}
.bakery-box2__sticker .sticker-bg {
  width: calc(100% + 10px);
}
@media screen and (max-width: 480px) {
  .bakery-box2__sticker .sticker-bg {
    width: calc(100% + 6px);
  }
}
.bakery-box2__sticker .sticker-main {
  position: relative;
  padding-left: 28px;
}
@media screen and (max-width: 480px) {
  .bakery-box2__sticker .sticker-main {
    padding-left: 18.2px;
  }
}
.bakery-box2__sticker .sticker-main {
  padding-top: 74px;
}
@media screen and (max-width: 480px) {
  .bakery-box2__sticker .sticker-main {
    padding-top: 48.1px;
  }
}
.bakery-box2__sticker .sticker-name {
  width: 54.5112781955%;
  margin-bottom: 11px;
}
@media screen and (max-width: 480px) {
  .bakery-box2__sticker .sticker-name {
    margin-bottom: 7.15px;
  }
}
.bakery-box2__sticker .sticker-lead {
  font-size: 2rem;
  line-height: 3.3rem;
  letter-spacing: -0.04em;
  margin-bottom: 6px;
}
@media screen and (max-width: 480px) {
  .bakery-box2__sticker .sticker-lead {
    margin-bottom: 3.9px;
  }
}
.bakery-box2__sticker .sticker-line {
  width: 45.8646616541%;
  margin-bottom: 16px;
}
@media screen and (max-width: 480px) {
  .bakery-box2__sticker .sticker-line {
    margin-bottom: 10.4px;
  }
}
.bakery-box2__sticker .sticker-price {
  font-size: 2.3rem;
  font-weight: 700;
}
.bakery-box2__sticker .sticker-img {
  width: 60%;
  position: absolute;
  right: -5px;
}
@media screen and (max-width: 480px) {
  .bakery-box2__sticker .sticker-img {
    right: -3.25px;
  }
}
.bakery-box2__sticker .sticker-img {
  top: -85px;
}
@media screen and (max-width: 480px) {
  .bakery-box2__sticker .sticker-img {
    top: -55.25px;
  }
}
.bakery-box2__note {
  width: 83.3333333333%;
  margin: 0 auto;
  font-size: 1.8rem;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transform: rotate(-6.5deg);
          transform: rotate(-6.5deg);
}
.bakery-box3 .obj-block {
  position: absolute;
  width: 20%;
  width: 31.3333333333%;
  pointer-events: none;
}
.bakery-box3 .obj-block::before {
  content: "";
  display: block;
  padding-top: 60%;
}
.bakery-box3 .obj-block.-anime .obj {
  opacity: 1;
}
.bakery-box3 .obj-block .obj {
  opacity: 0;
  -webkit-transition: opacity 0.05s linear 0s;
  transition: opacity 0.05s linear 0s;
}
.bakery-box3 .obj-block .obj.-i3 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.bakery-box3 .obj-block .obj.-i2 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.bakery-box3 .obj-block .obj.-i1 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.bakery-box3 .obj-block.-i1 {
  right: -24%;
  top: 37%;
}
.bakery-box3 .obj-block.-i1 .obj.-i1 {
  width: 13%;
  left: 5%;
  top: -6%;
}
.bakery-box3 .obj-block.-i1 .obj.-i2 {
  width: 12%;
  left: 6%;
  top: 37%;
}
.bakery-box3 .obj-block.-i2 {
  left: 0;
  top: 51%;
}
.bakery-box3 .obj-block.-i2 .obj.-i1 {
  width: 13%;
  left: 49%;
  top: 3%;
}
.bakery-box3 .obj-block.-i2 .obj.-i2 {
  width: 12%;
  left: 40%;
  top: 36%;
}
.bakery-box3 .obj-block.-i2 .obj.-i3 {
  width: 12%;
  left: 12%;
  top: 38%;
}
.bakery-box3 .obj {
  font-size: 0;
  line-height: 0;
}
.bakery-box3 {
  position: relative;
  padding-bottom: 35px;
}
@media screen and (max-width: 480px) {
  .bakery-box3 {
    padding-bottom: 22.75px;
  }
}
.bakery-box3 {
  margin-bottom: -75px;
}
@media screen and (max-width: 480px) {
  .bakery-box3 {
    margin-bottom: -48.75px;
  }
}
.bakery-box3 {
  color: #fff;
}
.bakery-box3__bg {
  width: 100%;
  position: absolute;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  top: -68px;
  height: calc(100% + 60px);
}
@media screen and (max-width: 480px) {
  .bakery-box3__bg {
    top: -44px;
    height: calc(100% + 39px);
  }
}
.bakery-box3__bg p {
  width: 100%;
}
.bakery-box3__bg .top {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: url(../images/special/haikyu2026/antique/bg2.svg) no-repeat 26% 0;
  background-size: 102% auto;
}
.bakery-box3__bg .top::before {
  content: "";
  display: block;
  padding-top: 72.96%;
}
.bakery-box3__bg .middle {
  height: 100%;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  background: #a22535;
}
.bakery-box3__bg .bottom {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: url(../images/special/haikyu2026/antique/bg2.svg) no-repeat -1% bottom;
  background-size: 102% auto;
}
.bakery-box3__bg .bottom::before {
  content: "";
  display: block;
  padding-top: 78.77%;
}
.bakery-box3__term {
  width: 80%;
  margin: 0 auto;
  position: relative;
}
.bakery-box3__img {
  position: relative;
}
.bakery-box3__img::before {
  content: "";
  display: block;
  padding-top: 54.66%;
}
.bakery-box3__img .txt {
  position: absolute;
  width: 61.6666666667%;
  left: -8px;
}
@media screen and (max-width: 480px) {
  .bakery-box3__img .txt {
    left: -5.2px;
  }
}
.bakery-box3__img .txt {
  top: 40px;
}
@media screen and (max-width: 480px) {
  .bakery-box3__img .txt {
    top: 26px;
  }
}
.bakery-box3__img .img-main {
  position: absolute;
  width: 70.66%;
  right: -25px;
}
@media screen and (max-width: 480px) {
  .bakery-box3__img .img-main {
    right: -16.25px;
  }
}
.bakery-box3__img .img-main {
  top: -35px;
}
@media screen and (max-width: 480px) {
  .bakery-box3__img .img-main {
    top: -22.75px;
  }
}
.bakery-box3__img .img-sub {
  position: absolute;
  width: 54%;
  left: -3px;
}
@media screen and (max-width: 480px) {
  .bakery-box3__img .img-sub {
    left: -1.95px;
  }
}
.bakery-box3__img .img-sub {
  top: 90px;
}
@media screen and (max-width: 480px) {
  .bakery-box3__img .img-sub {
    top: 58.5px;
  }
}
.bakery-box3__main {
  width: 82%;
  margin: 0 auto;
  text-align: right;
  position: relative;
}
.bakery-box3__name {
  width: 42.459%;
  margin-bottom: 22px;
}
@media screen and (max-width: 480px) {
  .bakery-box3__name {
    margin-bottom: 14.3px;
  }
}
.bakery-box3__name {
  margin-right: 0;
  display: inline-block;
}
.bakery-box3__line {
  width: 85.3658536585%;
  margin-bottom: 19px;
}
@media screen and (max-width: 480px) {
  .bakery-box3__line {
    margin-bottom: 12.35px;
  }
}
.bakery-box3__line {
  position: relative;
  display: inline-block;
}
.bakery-box3__line .obj {
  width: 38%;
  left: -146px;
}
@media screen and (max-width: 480px) {
  .bakery-box3__line .obj {
    left: -94.9px;
  }
}
.bakery-box3__line .obj {
  top: -135px;
}
@media screen and (max-width: 480px) {
  .bakery-box3__line .obj {
    top: -87.75px;
  }
}
.bakery-box3__lead {
  font-size: 2.2rem;
  line-height: 3.3rem;
  margin-bottom: 14px;
}
@media screen and (max-width: 480px) {
  .bakery-box3__lead {
    margin-bottom: 9.1px;
  }
}
.bakery-box3__lead {
  letter-spacing: -0.02em;
}
.bakery-box3__price {
  font-weight: 700;
  font-size: 2.3rem;
  line-height: 3.2rem;
}
.bakery-box3__sticker {
  width: 93.3333333333%;
  margin: 0 auto;
  margin-bottom: 84px;
}
@media screen and (max-width: 480px) {
  .bakery-box3__sticker {
    margin-bottom: 54.6px;
  }
}
.bakery-box3__sticker {
  position: relative;
  color: #fff;
}
.bakery-box3__sticker .sticker-bg {
  position: absolute;
  left: 0;
  top: 6px;
}
@media screen and (max-width: 480px) {
  .bakery-box3__sticker .sticker-bg {
    top: 3.9px;
  }
}
.bakery-box3__sticker .sticker-bg {
  width: calc(100% + 10px);
}
@media screen and (max-width: 480px) {
  .bakery-box3__sticker .sticker-bg {
    width: calc(100% + 6px);
  }
}
.bakery-box3__sticker .sticker-main {
  position: relative;
  padding-right: 32px;
}
@media screen and (max-width: 480px) {
  .bakery-box3__sticker .sticker-main {
    padding-right: 20.8px;
  }
}
.bakery-box3__sticker .sticker-main {
  padding-top: 63px;
}
@media screen and (max-width: 480px) {
  .bakery-box3__sticker .sticker-main {
    padding-top: 40.95px;
  }
}
.bakery-box3__sticker .sticker-main {
  text-align: right;
}
.bakery-box3__sticker .sticker-name {
  width: 54.5112781955%;
  margin-bottom: 11px;
}
@media screen and (max-width: 480px) {
  .bakery-box3__sticker .sticker-name {
    margin-bottom: 7.15px;
  }
}
.bakery-box3__sticker .sticker-name {
  display: inline-block;
}
.bakery-box3__sticker .sticker-lead {
  font-size: 2rem;
  line-height: 3.3rem;
  letter-spacing: -0.04em;
  margin-bottom: 6px;
}
@media screen and (max-width: 480px) {
  .bakery-box3__sticker .sticker-lead {
    margin-bottom: 3.9px;
  }
}
.bakery-box3__sticker .sticker-line {
  width: 45.8646616541%;
  margin-bottom: 16px;
}
@media screen and (max-width: 480px) {
  .bakery-box3__sticker .sticker-line {
    margin-bottom: 10.4px;
  }
}
.bakery-box3__sticker .sticker-line {
  display: inline-block;
}
.bakery-box3__sticker .sticker-price {
  font-size: 2.3rem;
  font-weight: 700;
}
.bakery-box3__sticker .sticker-img {
  width: 66%;
  position: absolute;
  left: -31px;
}
@media screen and (max-width: 480px) {
  .bakery-box3__sticker .sticker-img {
    left: -20.15px;
  }
}
.bakery-box3__sticker .sticker-img {
  top: -63px;
}
@media screen and (max-width: 480px) {
  .bakery-box3__sticker .sticker-img {
    top: -40.95px;
  }
}
.bakery-box3__note {
  width: 83.3333333333%;
  margin: 0 auto;
  font-size: 1.8rem;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transform: rotate(-6.5deg);
          transform: rotate(-6.5deg);
}
.bakery-box4 {
  padding-top: 92px;
}
@media screen and (max-width: 480px) {
  .bakery-box4 {
    padding-top: 59.8px;
  }
}
.bakery-box4 {
  padding-bottom: 70px;
}
.bakery-box4__head {
  position: relative;
}
.bakery-box4__head::before {
  content: "";
  display: block;
  padding-top: 37.6%;
}
.bakery-box4__head .text1 {
  width: 60.33%;
  right: 0;
  top: -75px;
}
@media screen and (max-width: 480px) {
  .bakery-box4__head .text1 {
    top: -48.75px;
  }
}
.bakery-box4__head .img {
  width: 68.3333333333%;
  left: -3%;
  top: -46px;
}
@media screen and (max-width: 480px) {
  .bakery-box4__head .img {
    top: -29.9px;
  }
}
.bakery-box4__head .img-line {
  width: 51.2195121951%;
  position: absolute;
  left: 16px;
}
@media screen and (max-width: 480px) {
  .bakery-box4__head .img-line {
    left: 10.4px;
  }
}
.bakery-box4__head .img-line {
  bottom: 20px;
}
@media screen and (max-width: 480px) {
  .bakery-box4__head .img-line {
    bottom: 13px;
  }
}
.bakery-box4__head .img-main {
  position: relative;
}
.bakery-box4__head .text2 {
  width: 38.3333333333%;
  right: 51px;
}
@media screen and (max-width: 480px) {
  .bakery-box4__head .text2 {
    right: 33.15px;
  }
}
.bakery-box4__head .text2 {
  top: 66px;
}
@media screen and (max-width: 480px) {
  .bakery-box4__head .text2 {
    top: 42.9px;
  }
}
.bakery-box4__note {
  width: 83.6666666667%;
  margin: 0 auto;
  font-size: 1.9rem;
  line-height: 2.5rem;
  letter-spacing: -0.02em;
}
.bakery-box5 {
  margin-top: -70px;
}
.bakery-box5__ribbon {
  width: 62.4%;
  position: absolute;
  left: -49px;
}
@media screen and (max-width: 480px) {
  .bakery-box5__ribbon {
    left: -31.85px;
  }
}
.bakery-box5__ribbon {
  top: 9px;
}
@media screen and (max-width: 480px) {
  .bakery-box5__ribbon {
    top: 5.85px;
  }
}
.bakery-box5__ribbon {
  z-index: 1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: 0.2s ease-out 0s;
  transition: 0.2s ease-out 0s;
}
.bakery-box5__ribbon.-anime {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.bakery-box5__inner {
  padding-top: 76px;
}
@media screen and (max-width: 480px) {
  .bakery-box5__inner {
    padding-top: 49.4px;
  }
}
.bakery-box5__inner {
  padding-bottom: 30px;
}
@media screen and (max-width: 480px) {
  .bakery-box5__inner {
    padding-bottom: 19.5px;
  }
}
.bakery-box5__inner .section-btn {
  margin-top: 59px;
}
@media screen and (max-width: 480px) {
  .bakery-box5__inner .section-btn {
    margin-top: 38.35px;
  }
}
.bakery-box5__block {
  width: 83.6666666667%;
  margin: 0 auto;
}
.bakery-box5__block + .bakery-box5__block {
  margin-top: 86px;
}
@media screen and (max-width: 480px) {
  .bakery-box5__block + .bakery-box5__block {
    margin-top: 55.9px;
  }
}
.bakery-box5__note {
  width: 83.6666666667%;
  margin: 0 auto;
  font-size: 2.2rem;
  line-height: 3.2rem;
  margin-top: 23px;
}
@media screen and (max-width: 480px) {
  .bakery-box5__note {
    margin-top: 14.95px;
  }
}
.bakery-box5__list {
  background: url(../images/special/haikyu2026/common/bg1.svg) no-repeat center center;
  background-size: 280px auto;
}
@media screen and (max-width: 480px) {
  .bakery-box5__list {
    background-size: 182px auto;
  }
}
.bakery-box5__head {
  margin-bottom: 48px;
}
@media screen and (max-width: 480px) {
  .bakery-box5__head {
    margin-bottom: 31.2px;
  }
}
.bakery-box5__head {
  position: relative;
}
.bakery-box5__head .ribbon {
  position: absolute;
  width: 74.4%;
  position: absolute;
  left: -79px;
}
@media screen and (max-width: 480px) {
  .bakery-box5__head .ribbon {
    left: -51.35px;
  }
}
.bakery-box5__head .ribbon {
  top: -67px;
}
@media screen and (max-width: 480px) {
  .bakery-box5__head .ribbon {
    top: -43.55px;
  }
}
.bakery-box5__head .ribbon.-i2 {
  width: 75.4%;
  left: -103px;
}
@media screen and (max-width: 480px) {
  .bakery-box5__head .ribbon.-i2 {
    left: -66.95px;
  }
}
.bakery-box5__head .ribbon.-i2 {
  top: -57px;
}
@media screen and (max-width: 480px) {
  .bakery-box5__head .ribbon.-i2 {
    top: -37.05px;
  }
}
.bakery-box5__head .ribbon.-i3 {
  width: 70.4%;
  left: -89px;
}
@media screen and (max-width: 480px) {
  .bakery-box5__head .ribbon.-i3 {
    left: -57.85px;
  }
}
.bakery-box5__head .ribbon.-i3 {
  top: -57px;
}
@media screen and (max-width: 480px) {
  .bakery-box5__head .ribbon.-i3 {
    top: -37.05px;
  }
}
.bakery-box5__head .ribbon {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: 0.2s ease-out 0s;
  transition: 0.2s ease-out 0s;
}
.bakery-box5__head .ribbon.-anime {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.bakery-box5__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bakery-box5__item + .bakery-box5__item {
  margin-top: 38px;
}
@media screen and (max-width: 480px) {
  .bakery-box5__item + .bakery-box5__item {
    margin-top: 24.7px;
  }
}
.bakery-box5__item:nth-of-type(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.bakery-box5__item .item-photo {
  width: 46.6135458167%;
  position: relative;
}
.bakery-box5__item .item-photo::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.bakery-box5__item .item-photo img {
  position: absolute;
  left: 0;
  top: 0;
}
.bakery-box5__item .item-main {
  width: 49.8007968127%;
}
.bakery-box5__item .item-line {
  margin-top: 19px;
}
@media screen and (max-width: 480px) {
  .bakery-box5__item .item-line {
    margin-top: 12.35px;
  }
}
.bakery-box5__item .item-line {
  margin-bottom: 15px;
}
@media screen and (max-width: 480px) {
  .bakery-box5__item .item-line {
    margin-bottom: 9.75px;
  }
}
.bakery-box5__item .item-line {
  font-size: 0;
  line-height: 0;
}
.bakery-box5__item .item-lead {
  font-size: 2.2rem;
  line-height: 3.2rem;
  letter-spacing: -0.02em;
  width: 106%;
  margin-bottom: 19px;
}
@media screen and (max-width: 480px) {
  .bakery-box5__item .item-lead {
    margin-bottom: 12.35px;
  }
}
.bakery-box5__item .item-price {
  font-size: 2.3rem;
  line-height: 3.2rem;
  font-weight: 700;
}
.bakery-box5__item.-i1 .item-photo img {
  width: 100%;
  left: -10px;
}
@media screen and (max-width: 480px) {
  .bakery-box5__item.-i1 .item-photo img {
    left: -6.5px;
  }
}
.bakery-box5__item.-i1 .item-photo img {
  top: -18px;
}
@media screen and (max-width: 480px) {
  .bakery-box5__item.-i1 .item-photo img {
    top: -11.7px;
  }
}
.bakery-box5__item.-i1 .item-name img {
  width: 76%;
}
.bakery-box5__item.-i2 .item-photo img {
  width: 128%;
  left: -26px;
}
@media screen and (max-width: 480px) {
  .bakery-box5__item.-i2 .item-photo img {
    left: -16.9px;
  }
}
.bakery-box5__item.-i2 .item-photo img {
  top: 1px;
}
@media screen and (max-width: 480px) {
  .bakery-box5__item.-i2 .item-photo img {
    top: 0.65px;
  }
}
.bakery-box5__item.-i2 .item-name img {
  width: 96.8%;
}
.bakery-box5__item.-i3 .item-photo img {
  width: 144%;
  left: -68px;
}
@media screen and (max-width: 480px) {
  .bakery-box5__item.-i3 .item-photo img {
    left: -44.2px;
  }
}
.bakery-box5__item.-i3 .item-photo img {
  top: -18px;
}
@media screen and (max-width: 480px) {
  .bakery-box5__item.-i3 .item-photo img {
    top: -11.7px;
  }
}
.bakery-box5__item.-i3 .item-name img {
  width: 94.4%;
}
.bakery-box5__item.-i4 {
  margin-top: 54px;
}
@media screen and (max-width: 480px) {
  .bakery-box5__item.-i4 {
    margin-top: 35.1px;
  }
}
.bakery-box5__item.-i4 .item-photo img {
  width: 140%;
  left: -43px;
}
@media screen and (max-width: 480px) {
  .bakery-box5__item.-i4 .item-photo img {
    left: -27.95px;
  }
}
.bakery-box5__item.-i4 .item-photo img {
  top: -51px;
}
@media screen and (max-width: 480px) {
  .bakery-box5__item.-i4 .item-photo img {
    top: -33.15px;
  }
}
.bakery-box5__item.-i4 .item-name img {
  width: 96.8%;
}
.bakery-box5__item.-i5 .item-photo img {
  width: 139%;
  left: -67px;
}
@media screen and (max-width: 480px) {
  .bakery-box5__item.-i5 .item-photo img {
    left: -43.55px;
  }
}
.bakery-box5__item.-i5 .item-photo img {
  top: -26px;
}
@media screen and (max-width: 480px) {
  .bakery-box5__item.-i5 .item-photo img {
    top: -16.9px;
  }
}
.bakery-box5__item.-i5 .item-name img {
  width: 96.4%;
}
.bakery-box5__item.-i6 {
  margin-top: 56px;
}
@media screen and (max-width: 480px) {
  .bakery-box5__item.-i6 {
    margin-top: 36.4px;
  }
}
.bakery-box5__item.-i6 .item-photo img {
  width: 131%;
  left: -12px;
}
@media screen and (max-width: 480px) {
  .bakery-box5__item.-i6 .item-photo img {
    left: -7.8px;
  }
}
.bakery-box5__item.-i6 .item-photo img {
  top: 1px;
}
@media screen and (max-width: 480px) {
  .bakery-box5__item.-i6 .item-photo img {
    top: 0.65px;
  }
}
.bakery-box5__item.-i6 .item-name img {
  width: 75.2%;
}
.bakery-box5__item.-i7 .item-photo img {
  width: 148%;
  left: -59px;
}
@media screen and (max-width: 480px) {
  .bakery-box5__item.-i7 .item-photo img {
    left: -38.35px;
  }
}
.bakery-box5__item.-i7 .item-photo img {
  top: -37px;
}
@media screen and (max-width: 480px) {
  .bakery-box5__item.-i7 .item-photo img {
    top: -24.05px;
  }
}
.bakery-box5__item.-i7 .item-name img {
  width: 73.6%;
}
.bakery-box5__item.-i8 {
  margin-top: 59px;
}
@media screen and (max-width: 480px) {
  .bakery-box5__item.-i8 {
    margin-top: 38.35px;
  }
}
.bakery-box5__item.-i8 .item-photo img {
  width: 151%;
  left: -59px;
}
@media screen and (max-width: 480px) {
  .bakery-box5__item.-i8 .item-photo img {
    left: -38.35px;
  }
}
.bakery-box5__item.-i8 .item-photo img {
  top: -44px;
}
@media screen and (max-width: 480px) {
  .bakery-box5__item.-i8 .item-photo img {
    top: -28.6px;
  }
}
.bakery-box5__item.-i8 .item-name img {
  width: 84%;
}

.sweets-title {
  width: 75.6666666667%;
  padding-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .sweets-title {
    padding-bottom: 13px;
  }
}
.sweets-title {
  margin: 0 auto;
}
.sweets-title .section-title__line .st0 {
  fill: #c4641a;
}
.sweets-title .section-title__text {
  width: 91.6299559471%;
}
.sweets-line {
  width: 84.3333333333%;
  margin: 0 auto;
  margin-top: 40px;
}
@media screen and (max-width: 480px) {
  .sweets-line {
    margin-top: 26px;
  }
}
.sweets-line {
  font-size: 0;
  line-height: 0;
}
.sweets-box1 {
  padding-top: 97px;
}
@media screen and (max-width: 480px) {
  .sweets-box1 {
    padding-top: 63.05px;
  }
}
.sweets-box1 {
  padding-bottom: 60px;
}
@media screen and (max-width: 480px) {
  .sweets-box1 {
    padding-bottom: 39px;
  }
}
.sweets-box1 {
  margin-bottom: -75px;
}
@media screen and (max-width: 480px) {
  .sweets-box1 {
    margin-bottom: -48.75px;
  }
}
.sweets-box1 {
  position: relative;
  color: #fff;
  z-index: 1;
}
.sweets-box1__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sweets-box1__bg p {
  width: 100%;
}
.sweets-box1__bg .top {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: url(../images/special/haikyu2026/antique/bg1.svg) no-repeat 0 0;
  background-size: 100% auto;
}
.sweets-box1__bg .top::before {
  content: "";
  display: block;
  padding-top: 72.96%;
}
.sweets-box1__bg .middle {
  height: 100%;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  background: #e7841f;
}
.sweets-box1__bg .bottom {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: url(../images/special/haikyu2026/antique/bg1.svg) no-repeat 0 bottom;
  background-size: 100% auto;
}
.sweets-box1__bg .bottom::before {
  content: "";
  display: block;
  padding-top: 78.77%;
}
.sweets-box1__inner {
  position: relative;
}
.sweets-box1__block1 {
  position: relative;
  padding-left: 50%;
}
.sweets-box1__block1 .img1 {
  width: 40.3333333333%;
  right: 50%;
  top: 36px;
}
@media screen and (max-width: 480px) {
  .sweets-box1__block1 .img1 {
    top: 23.4px;
  }
}
.sweets-box1__block1 .img2 {
  width: 22.66%;
  left: 22px;
}
@media screen and (max-width: 480px) {
  .sweets-box1__block1 .img2 {
    left: 14.3px;
  }
}
.sweets-box1__block1 .img2 {
  top: 257px;
}
@media screen and (max-width: 480px) {
  .sweets-box1__block1 .img2 {
    top: 167.05px;
  }
}
.sweets-box1__block1 .text1 {
  width: 51.6666666667%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 6px;
}
@media screen and (max-width: 480px) {
  .sweets-box1__block1 .text1 {
    top: 3.9px;
  }
}
.sweets-box1__block1 .text-main {
  padding-top: 115px;
}
@media screen and (max-width: 480px) {
  .sweets-box1__block1 .text-main {
    padding-top: 74.75px;
  }
}
.sweets-box1__block1 .text-main {
  position: relative;
}
.sweets-box1__block1 .text-name {
  width: 69%;
  margin-bottom: 23px;
}
@media screen and (max-width: 480px) {
  .sweets-box1__block1 .text-name {
    margin-bottom: 14.95px;
  }
}
.sweets-box1__block1 .text-lead {
  font-size: 2.2rem;
  line-height: 3.2rem;
  padding-right: 20px;
  letter-spacing: -0.02em;
}
.sweets-box1__block2 {
  position: relative;
}
.sweets-box1__block2::before {
  content: "";
  display: block;
  padding-top: 64%;
}
.sweets-box1__block2 .img1 {
  width: 57.33%;
  left: 8px;
}
@media screen and (max-width: 480px) {
  .sweets-box1__block2 .img1 {
    left: 5.2px;
  }
}
.sweets-box1__block2 .img1 {
  top: 124px;
}
@media screen and (max-width: 480px) {
  .sweets-box1__block2 .img1 {
    top: 80.6px;
  }
}
.sweets-box1__block2 .img2 {
  width: 48%;
  right: 10px;
}
@media screen and (max-width: 480px) {
  .sweets-box1__block2 .img2 {
    right: 6.5px;
  }
}
.sweets-box1__block2 .img2 {
  top: 22px;
}
@media screen and (max-width: 480px) {
  .sweets-box1__block2 .img2 {
    top: 14.3px;
  }
}
.sweets-box1__block2 .text1 {
  width: 22%;
  left: 195px;
}
@media screen and (max-width: 480px) {
  .sweets-box1__block2 .text1 {
    left: 126.75px;
  }
}
.sweets-box1__block2 .text1 {
  top: 65px;
}
@media screen and (max-width: 480px) {
  .sweets-box1__block2 .text1 {
    top: 42.25px;
  }
}
.sweets-box1__price {
  font-size: 2.3rem;
  line-height: 3.6rem;
  text-align: center;
  font-weight: 700;
  margin-bottom: 32px;
}
@media screen and (max-width: 480px) {
  .sweets-box1__price {
    margin-bottom: 20.8px;
  }
}
.sweets-box1__type {
  width: 76.3333333333%;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .sweets-box1__type {
    margin-bottom: 13px;
  }
}
.sweets-box1 .slide {
  width: 220px;
}
@media screen and (max-width: 480px) {
  .sweets-box1 .slide {
    width: 143px;
  }
}
.sweets-box1 .slide {
  margin: 0 auto;
  margin-bottom: 29px;
}
@media screen and (max-width: 480px) {
  .sweets-box1 .slide {
    margin-bottom: 18.85px;
  }
}
.sweets-box1 .slide .block {
  width: 220px;
}
@media screen and (max-width: 480px) {
  .sweets-box1 .slide .block {
    width: 143px;
  }
}
.sweets-box1 .slide .owl-stage-outer {
  overflow: visible;
}
.sweets-box1__note {
  width: 83.6666666667%;
  margin: 0 auto;
  font-size: 2.2rem;
  line-height: 3.2rem;
  margin-top: 23px;
}
@media screen and (max-width: 480px) {
  .sweets-box1__note {
    margin-top: 14.95px;
  }
}
.sweets-box2 {
  position: relative;
}
.sweets-box2 .obj-block {
  position: absolute;
  width: 20%;
  width: 31.3333333333%;
  pointer-events: none;
}
.sweets-box2 .obj-block::before {
  content: "";
  display: block;
  padding-top: 60%;
}
.sweets-box2 .obj-block.-anime .obj {
  opacity: 1;
}
.sweets-box2 .obj-block .obj {
  opacity: 0;
  -webkit-transition: opacity 0.05s linear 0s;
  transition: opacity 0.05s linear 0s;
}
.sweets-box2 .obj-block .obj.-i3 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.sweets-box2 .obj-block .obj.-i2 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.sweets-box2 .obj-block .obj.-i1 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.sweets-box2 .obj-block.-i1 {
  left: 0;
  top: 33%;
}
.sweets-box2 .obj-block.-i1 .obj.-i1 {
  width: 12%;
  left: 15%;
  top: -8%;
  -webkit-transform: rotate(-9deg);
          transform: rotate(-9deg);
}
.sweets-box2 .obj-block.-i1 .obj.-i2 {
  width: 12%;
  left: 27%;
  top: 31%;
}
.sweets-box2 .obj-block.-i1 .obj.-i3 {
  width: 12%;
  left: 56%;
  top: 39%;
}
.sweets-box2 .obj-block.-i2 {
  right: 0;
  top: 39%;
}
.sweets-box2 .obj-block.-i2 .obj.-i1 {
  width: 13%;
  left: 49%;
  top: 3%;
}
.sweets-box2 .obj-block.-i2 .obj.-i2 {
  width: 12%;
  left: 60%;
  top: 45%;
}
.sweets-box2 .obj-block.-i2 .obj.-i3 {
  width: 12%;
  left: 88%;
  top: 52%;
}
.sweets-box2 .obj {
  font-size: 0;
  line-height: 0;
}
.sweets-box2 {
  padding-bottom: 70px;
}
.sweets-box2__head {
  position: relative;
}
.sweets-box2__head::before {
  content: "";
  display: block;
  padding-top: 75%;
}
.sweets-box2__head .img1 {
  width: 54.33%;
  left: -5px;
}
@media screen and (max-width: 480px) {
  .sweets-box2__head .img1 {
    left: -3.25px;
  }
}
.sweets-box2__head .img1 {
  top: 75px;
}
@media screen and (max-width: 480px) {
  .sweets-box2__head .img1 {
    top: 48.75px;
  }
}
.sweets-box2__head .img2 {
  width: 52%;
  left: 72px;
}
@media screen and (max-width: 480px) {
  .sweets-box2__head .img2 {
    left: 46.8px;
  }
}
.sweets-box2__head .img2 {
  top: 207px;
}
@media screen and (max-width: 480px) {
  .sweets-box2__head .img2 {
    top: 134.55px;
  }
}
.sweets-box2__head .img3 {
  width: 25%;
  right: 95px;
}
@media screen and (max-width: 480px) {
  .sweets-box2__head .img3 {
    right: 61.75px;
  }
}
.sweets-box2__head .img3 {
  top: 250px;
}
@media screen and (max-width: 480px) {
  .sweets-box2__head .img3 {
    top: 162.5px;
  }
}
.sweets-box2__head .img4 {
  width: 26.6%;
  right: 7px;
}
@media screen and (max-width: 480px) {
  .sweets-box2__head .img4 {
    right: 4.55px;
  }
}
.sweets-box2__head .img4 {
  top: 305px;
}
@media screen and (max-width: 480px) {
  .sweets-box2__head .img4 {
    top: 198.25px;
  }
}
.sweets-box2__head .text1 {
  width: 51.6666666667%;
  left: 50%;
  -webkit-transform: translateX(-36%);
          transform: translateX(-36%);
  top: 43px;
}
@media screen and (max-width: 480px) {
  .sweets-box2__head .text1 {
    top: 27.95px;
  }
}
.sweets-box2__head .text2 {
  width: 44%;
  left: 50%;
  -webkit-transform: translateX(3%);
          transform: translateX(3%);
  top: 154px;
}
@media screen and (max-width: 480px) {
  .sweets-box2__head .text2 {
    top: 100.1px;
  }
}
.sweets-box2__main {
  text-align: center;
}
.sweets-box2__lead {
  font-size: 2.2rem;
  line-height: 3.2rem;
  margin-bottom: 16px;
}
@media screen and (max-width: 480px) {
  .sweets-box2__lead {
    margin-bottom: 10.4px;
  }
}
.sweets-box2__price {
  font-size: 2.3rem;
  line-height: 3.2rem;
  font-weight: 700;
  margin-bottom: 19px;
}
@media screen and (max-width: 480px) {
  .sweets-box2__price {
    margin-bottom: 12.35px;
  }
}
.sweets-box2__type {
  width: 76.3333333333%;
  margin: 0 auto;
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  .sweets-box2__type {
    margin-bottom: 19.5px;
  }
}
.sweets-box2 .slide {
  width: 220px;
}
@media screen and (max-width: 480px) {
  .sweets-box2 .slide {
    width: 143px;
  }
}
.sweets-box2 .slide {
  margin: 0 auto;
  margin-bottom: 13px;
}
@media screen and (max-width: 480px) {
  .sweets-box2 .slide {
    margin-bottom: 8.45px;
  }
}
.sweets-box2 .slide .block {
  width: 220px;
}
@media screen and (max-width: 480px) {
  .sweets-box2 .slide .block {
    width: 143px;
  }
}
.sweets-box2 .slide .owl-stage-outer {
  overflow: visible;
}
.sweets-box2__note {
  width: 83.6666666667%;
  margin: 0 auto;
  font-size: 2.2rem;
  line-height: 3.2rem;
}
.sweets-box3 {
  margin-top: -70px;
}
.sweets-box3__inner {
  padding-top: 76px;
}
@media screen and (max-width: 480px) {
  .sweets-box3__inner {
    padding-top: 49.4px;
  }
}
.sweets-box3__inner {
  padding-bottom: 30px;
}
@media screen and (max-width: 480px) {
  .sweets-box3__inner {
    padding-bottom: 19.5px;
  }
}
.sweets-box3__block {
  width: 83.6666666667%;
  margin: 0 auto;
  padding-bottom: 140px;
}
@media screen and (max-width: 480px) {
  .sweets-box3__block {
    padding-bottom: 91px;
  }
}
.sweets-box3__note {
  width: 83.6666666667%;
  margin: 0 auto;
  font-size: 2.2rem;
  line-height: 3.2rem;
  margin-top: 23px;
}
@media screen and (max-width: 480px) {
  .sweets-box3__note {
    margin-top: 14.95px;
  }
}
.sweets-box3__list {
  background: url(../images/special/haikyu2026/common/bg1.svg) no-repeat center center;
  background-size: 280px auto;
}
@media screen and (max-width: 480px) {
  .sweets-box3__list {
    background-size: 182px auto;
  }
}
.sweets-box3__head {
  margin-bottom: 48px;
}
@media screen and (max-width: 480px) {
  .sweets-box3__head {
    margin-bottom: 31.2px;
  }
}
.sweets-box3__head {
  position: relative;
}
.sweets-box3__head .ribbon {
  position: absolute;
  width: 74.4%;
  position: absolute;
  left: -79px;
}
@media screen and (max-width: 480px) {
  .sweets-box3__head .ribbon {
    left: -51.35px;
  }
}
.sweets-box3__head .ribbon {
  top: -67px;
}
@media screen and (max-width: 480px) {
  .sweets-box3__head .ribbon {
    top: -43.55px;
  }
}
.sweets-box3__head .ribbon.-i2 {
  width: 75.4%;
  left: -103px;
}
@media screen and (max-width: 480px) {
  .sweets-box3__head .ribbon.-i2 {
    left: -66.95px;
  }
}
.sweets-box3__head .ribbon.-i2 {
  top: -57px;
}
@media screen and (max-width: 480px) {
  .sweets-box3__head .ribbon.-i2 {
    top: -37.05px;
  }
}
.sweets-box3__head .ribbon.-i3 {
  width: 70.4%;
  left: -89px;
}
@media screen and (max-width: 480px) {
  .sweets-box3__head .ribbon.-i3 {
    left: -57.85px;
  }
}
.sweets-box3__head .ribbon.-i3 {
  top: -57px;
}
@media screen and (max-width: 480px) {
  .sweets-box3__head .ribbon.-i3 {
    top: -37.05px;
  }
}
.sweets-box3__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sweets-box3__item + .sweets-box3__item {
  margin-top: 94px;
}
@media screen and (max-width: 480px) {
  .sweets-box3__item + .sweets-box3__item {
    margin-top: 61.1px;
  }
}
.sweets-box3__item:nth-of-type(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.sweets-box3__item .item-photo {
  width: 46.6135458167%;
  position: relative;
}
.sweets-box3__item .item-photo::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.sweets-box3__item .item-photo img {
  position: absolute;
  left: 0;
  top: 0;
}
.sweets-box3__item .item-main {
  width: 50.5976095618%;
}
.sweets-box3__item .item-line {
  margin-top: 8px;
}
@media screen and (max-width: 480px) {
  .sweets-box3__item .item-line {
    margin-top: 5.2px;
  }
}
.sweets-box3__item .item-line {
  margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
  .sweets-box3__item .item-line {
    margin-bottom: 6.5px;
  }
}
.sweets-box3__item .item-line {
  font-size: 0;
  line-height: 0;
}
.sweets-box3__item .item-lead {
  font-size: 2.2rem;
  line-height: 3.2rem;
  letter-spacing: -0.02em;
  margin-bottom: 11px;
}
@media screen and (max-width: 480px) {
  .sweets-box3__item .item-lead {
    margin-bottom: 7.15px;
  }
}
.sweets-box3__item .item-price {
  font-size: 2.3rem;
  line-height: 3.2rem;
  font-weight: 700;
  white-space: nowrap;
}
@media screen and (max-width: 400px) {
  .sweets-box3__item .item-price {
    font-size: 2.2rem;
  }
}
.sweets-box3__item .item-bottom {
  width: 100%;
  position: relative;
  margin-top: 38px;
}
@media screen and (max-width: 480px) {
  .sweets-box3__item .item-bottom {
    margin-top: 24.7px;
  }
}
.sweets-box3__item .item-bottom__photo {
  position: absolute;
}
.sweets-box3__item.-i1 .item-photo img.-i1 {
  width: 77%;
  left: -15px;
}
@media screen and (max-width: 480px) {
  .sweets-box3__item.-i1 .item-photo img.-i1 {
    left: -9.75px;
  }
}
.sweets-box3__item.-i1 .item-photo img.-i1 {
  top: 6px;
}
@media screen and (max-width: 480px) {
  .sweets-box3__item.-i1 .item-photo img.-i1 {
    top: 3.9px;
  }
}
.sweets-box3__item.-i1 .item-photo img.-i2 {
  width: 121%;
  left: -38px;
}
@media screen and (max-width: 480px) {
  .sweets-box3__item.-i1 .item-photo img.-i2 {
    left: -24.7px;
  }
}
.sweets-box3__item.-i1 .item-photo img.-i2 {
  top: 50px;
}
@media screen and (max-width: 480px) {
  .sweets-box3__item.-i1 .item-photo img.-i2 {
    top: 32.5px;
  }
}
.sweets-box3__item.-i1 .item-name img {
  width: 73.2283464567%;
}
.sweets-box3__item.-i1 .item-bottom__photo {
  width: 72.2222222222%;
  left: -32px;
}
@media screen and (max-width: 480px) {
  .sweets-box3__item.-i1 .item-bottom__photo {
    left: -20.8px;
  }
}
.sweets-box3__item.-i1 .item-bottom__photo {
  top: 50%;
  -webkit-transform: translateY(-48%);
          transform: translateY(-48%);
}
.sweets-box3__item.-i2 .item-photo img.-i1 {
  width: 98%;
  left: 0px;
}
@media screen and (max-width: 480px) {
  .sweets-box3__item.-i2 .item-photo img.-i1 {
    left: 0px;
  }
}
.sweets-box3__item.-i2 .item-photo img.-i1 {
  top: -65px;
}
@media screen and (max-width: 480px) {
  .sweets-box3__item.-i2 .item-photo img.-i1 {
    top: -42.25px;
  }
}
.sweets-box3__item.-i2 .item-photo img.-i2 {
  width: 55%;
  left: auto;
  right: -14px;
}
@media screen and (max-width: 480px) {
  .sweets-box3__item.-i2 .item-photo img.-i2 {
    right: -9.1px;
  }
}
.sweets-box3__item.-i2 .item-photo img.-i2 {
  top: 150px;
}
@media screen and (max-width: 480px) {
  .sweets-box3__item.-i2 .item-photo img.-i2 {
    top: 97.5px;
  }
}
@media screen and (max-width: 400px) {
  .sweets-box3__item.-i2 .item-photo {
    top: 10px;
  }
}
.sweets-box3__item.-i2 .item-line {
  margin-top: 19px;
}
@media screen and (max-width: 480px) {
  .sweets-box3__item.-i2 .item-line {
    margin-top: 12.35px;
  }
}
.sweets-box3__item.-i2 .item-line {
  margin-bottom: 15px;
}
@media screen and (max-width: 480px) {
  .sweets-box3__item.-i2 .item-line {
    margin-bottom: 9.75px;
  }
}
.sweets-box3__item.-i2 .item-name img {
  width: 86.6141732283%;
}
.sweets-box3__item.-i2 .item-bottom__photo {
  width: 59.7%;
  right: -25px;
}
@media screen and (max-width: 480px) {
  .sweets-box3__item.-i2 .item-bottom__photo {
    right: -16.25px;
  }
}
.sweets-box3__item.-i2 .item-bottom__photo {
  top: 50%;
  -webkit-transform: translateY(-70%);
          transform: translateY(-70%);
}
@media screen and (max-width: 400px) {
  .sweets-box3__item.-i2 .item-bottom__photo {
    top: 50%;
    -webkit-transform: translateY(-55%);
            transform: translateY(-55%);
  }
}
.sweets-box3__set {
  position: relative;
  color: #fff;
  z-index: 1;
  margin-bottom: 74px;
}
@media screen and (max-width: 480px) {
  .sweets-box3__set {
    margin-bottom: 48.1px;
  }
}
.sweets-box3__set .set-bg {
  width: 100%;
  position: absolute;
  left: 0;
  top: -65px;
}
@media screen and (max-width: 480px) {
  .sweets-box3__set .set-bg {
    top: -42.25px;
  }
}
.sweets-box3__set .set-head {
  position: relative;
}
.sweets-box3__set .set-head__ribbon {
  width: 66%;
  position: absolute;
  left: -80px;
}
@media screen and (max-width: 480px) {
  .sweets-box3__set .set-head__ribbon {
    left: -52px;
  }
}
.sweets-box3__set .set-head__ribbon {
  top: -110px;
}
@media screen and (max-width: 480px) {
  .sweets-box3__set .set-head__ribbon {
    top: -71.5px;
  }
}
.sweets-box3__set .set-head__main {
  width: 86.6666666667%;
  position: relative;
  left: 5px;
}
@media screen and (max-width: 480px) {
  .sweets-box3__set .set-head__main {
    left: 3.25px;
  }
}
.sweets-box3__set .set-head__line {
  width: 76%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 24px;
}
@media screen and (max-width: 480px) {
  .sweets-box3__set .set-head__line {
    bottom: 15.6px;
  }
}
.sweets-box3__set .set-head__line {
  position: absolute;
}
.sweets-box3__set .set-head__text {
  width: 36%;
  left: 50%;
  -webkit-transform: translateX(16%);
          transform: translateX(16%);
  position: absolute;
  top: 37px;
}
@media screen and (max-width: 480px) {
  .sweets-box3__set .set-head__text {
    top: 24.05px;
  }
}
.sweets-box3__set .set-head__name {
  margin-bottom: 22px;
}
@media screen and (max-width: 480px) {
  .sweets-box3__set .set-head__name {
    margin-bottom: 14.3px;
  }
}
.sweets-box3__set .set-head__price {
  text-align: right;
  font-size: 2.3rem;
  font-weight: 700;
}
.sweets-box3__set .set-main {
  position: relative;
}
.sweets-box3__set .set-contents {
  font-size: 2.2rem;
  line-height: 3.3rem;
  letter-spacing: -0.04em;
  padding-left: 180px;
}
@media screen and (max-width: 480px) {
  .sweets-box3__set .set-contents {
    padding-left: 117px;
  }
}
.sweets-box3__set .set-contents {
  position: relative;
}
.sweets-box3__set .set-contents > p {
  width: 15%;
  left: 76px;
}
@media screen and (max-width: 480px) {
  .sweets-box3__set .set-contents > p {
    left: 49.4px;
  }
}
.sweets-box3__set .set-contents > p {
  top: 50%;
  -webkit-transform: translateY(-120%);
          transform: translateY(-120%);
  font-size: 0;
  line-height: 0;
}
.sweets-box3__set .set-contents li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sweets-box3__set .set-contents li::before {
  content: "・";
}

.pudding-title {
  width: 73.3333333333%;
  padding-bottom: 13px;
}
@media screen and (max-width: 480px) {
  .pudding-title {
    padding-bottom: 8.45px;
  }
}
.pudding-title {
  margin: 0 auto;
}
.pudding-title .section-title__line .st0 {
  fill: #c4641a;
}
.pudding-title .section-title__logo {
  width: 42.2727272727%;
  margin: 0 auto;
  margin-bottom: 36px;
}
@media screen and (max-width: 480px) {
  .pudding-title .section-title__logo {
    margin-bottom: 23.4px;
  }
}
.pudding-title .section-title__text {
  width: 90.9090909091%;
}
.pudding-line {
  width: 84.3333333333%;
  margin: 0 auto;
  margin-top: 36px;
}
@media screen and (max-width: 480px) {
  .pudding-line {
    margin-top: 23.4px;
  }
}
.pudding-line {
  margin-bottom: 22px;
}
@media screen and (max-width: 480px) {
  .pudding-line {
    margin-bottom: 14.3px;
  }
}
.pudding-line {
  font-size: 0;
  line-height: 0;
}
.pudding-box1 {
  padding-top: 90px;
}
@media screen and (max-width: 480px) {
  .pudding-box1 {
    padding-top: 58.5px;
  }
}
.pudding-box1 {
  color: #fff;
  position: relative;
  padding-bottom: 60px;
}
@media screen and (max-width: 480px) {
  .pudding-box1 {
    padding-bottom: 39px;
  }
}
.pudding-box1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #e7841f;
}
.pudding-box1__frame {
  position: absolute;
}
.pudding-box1__frame.-top {
  left: 0;
  top: 0;
  width: 61.6666666667%;
}
.pudding-box1__frame.-bottom {
  right: 0;
  bottom: 0px;
}
@media screen and (max-width: 480px) {
  .pudding-box1__frame.-bottom {
    bottom: 0px;
  }
}
.pudding-box1__frame.-bottom {
  width: 61.6666666667%;
}
.pudding-box1__inner {
  position: relative;
}
.pudding-box1__item {
  margin-bottom: 26px;
}
@media screen and (max-width: 480px) {
  .pudding-box1__item {
    margin-bottom: 16.9px;
  }
}
.pudding-box1__item .item-term {
  width: 82.3333333333%;
  margin: 0 auto;
  position: relative;
  -webkit-transform: translate(-4%, -50%);
          transform: translate(-4%, -50%);
  margin-bottom: 8px;
}
@media screen and (max-width: 480px) {
  .pudding-box1__item .item-term {
    margin-bottom: 5.2px;
  }
}
.pudding-box1__item .item-term__badge {
  width: 36.4372469636%;
  position: absolute;
  bottom: -14px;
}
@media screen and (max-width: 480px) {
  .pudding-box1__item .item-term__badge {
    bottom: -9.1px;
  }
}
.pudding-box1__item .item-term__badge {
  right: -24px;
}
@media screen and (max-width: 480px) {
  .pudding-box1__item .item-term__badge {
    right: -15.6px;
  }
}
.pudding-box1__item .item-name {
  width: 54%;
  margin: 0 auto;
  margin-bottom: 32px;
}
@media screen and (max-width: 480px) {
  .pudding-box1__item .item-name {
    margin-bottom: 20.8px;
  }
}
.pudding-box1__item .item-name {
  position: relative;
}
.pudding-box1__item .item-name > .obj {
  width: 22.6%;
  left: -114px;
}
@media screen and (max-width: 480px) {
  .pudding-box1__item .item-name > .obj {
    left: -74.1px;
  }
}
.pudding-box1__item .item-name > .obj {
  top: -12px;
}
@media screen and (max-width: 480px) {
  .pudding-box1__item .item-name > .obj {
    top: -7.8px;
  }
}
.pudding-box1__item .item-lead {
  text-align: center;
  font-size: 2.2rem;
  line-height: 3.2rem;
  margin-bottom: 11px;
}
@media screen and (max-width: 480px) {
  .pudding-box1__item .item-lead {
    margin-bottom: 7.15px;
  }
}
.pudding-box1__item .item-price {
  font-size: 2.3rem;
  text-align: center;
  font-weight: 700;
}
.pudding-box1__sleeve .sleeve-lead {
  width: 61.3333333333%;
  margin: 0 auto;
  margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
  .pudding-box1__sleeve .sleeve-lead {
    margin-bottom: 6.5px;
  }
}
.pudding-box1__sleeve .sleeve-box {
  width: 83.6666666667%;
  margin: 0 auto;
  position: relative;
}
.pudding-box1__sleeve .sleeve-box.-i1 .sleeve-bg::after {
  border-color: #3379cc;
}
.pudding-box1__sleeve .sleeve-box.-i1 .sleeve-head {
  background: #3379cc;
  margin-bottom: 44px;
}
@media screen and (max-width: 480px) {
  .pudding-box1__sleeve .sleeve-box.-i1 .sleeve-head {
    margin-bottom: 28.6px;
  }
}
.pudding-box1__sleeve .sleeve-box.-anime .sleeve-item.-i1 .sleeve-item__chara img {
  -webkit-transform: scale(2.3) translate(35%, -26%);
          transform: scale(2.3) translate(35%, -26%);
}
.pudding-box1__sleeve .sleeve-box.-anime .sleeve-item.-i2 .sleeve-item__chara img {
  -webkit-transform: scale(2.3) translate(40%, -18%);
          transform: scale(2.3) translate(40%, -18%);
}
.pudding-box1__sleeve .sleeve-bg {
  position: absolute;
  width: 100%;
  height: calc(100% - 26px);
  left: 0;
  top: 0;
}
.pudding-box1__sleeve .sleeve-bg::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 10px;
  top: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #000;
}
.pudding-box1__sleeve .sleeve-bg::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 3px solid #d35454;
  background: #fff;
}
.pudding-box1__sleeve .sleeve-head {
  font-size: 0;
  line-height: 0;
  text-align: center;
  padding-top: 18px;
}
@media screen and (max-width: 480px) {
  .pudding-box1__sleeve .sleeve-head {
    padding-top: 11.7px;
  }
}
.pudding-box1__sleeve .sleeve-head {
  padding-bottom: 15px;
}
@media screen and (max-width: 480px) {
  .pudding-box1__sleeve .sleeve-head {
    padding-bottom: 9.75px;
  }
}
.pudding-box1__sleeve .sleeve-head {
  margin-bottom: 14px;
}
@media screen and (max-width: 480px) {
  .pudding-box1__sleeve .sleeve-head {
    margin-bottom: 9.1px;
  }
}
.pudding-box1__sleeve .sleeve-head {
  position: relative;
  background: #d35454;
}
.pudding-box1__sleeve .sleeve-head img {
  width: 60.9561752988%;
}
.pudding-box1__sleeve .sleeve-head.-i2 img {
  width: 65.7370517928%;
}
.pudding-box1__sleeve .sleeve-item {
  position: relative;
}
.pudding-box1__sleeve .sleeve-item__base {
  width: 151%;
  position: relative;
}
.pudding-box1__sleeve .sleeve-item__chara {
  position: absolute;
  left: 0;
  top: 0;
}
.pudding-box1__sleeve .sleeve-item__chara img {
  position: relative;
  -webkit-transition: 0.3s ease-out 0s;
  transition: 0.3s ease-out 0s;
}
.pudding-box1__sleeve .sleeve-item.-i1 {
  margin-bottom: -89px;
}
@media screen and (max-width: 480px) {
  .pudding-box1__sleeve .sleeve-item.-i1 {
    margin-bottom: -57.85px;
  }
}
.pudding-box1__sleeve .sleeve-item.-i1 .sleeve-item__base {
  width: 155%;
  -webkit-transform: translateX(-7%);
          transform: translateX(-7%);
}
.pudding-box1__sleeve .sleeve-item.-i1 .sleeve-item__chara {
  width: 10%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-8%, -58%);
          transform: translate(-8%, -58%);
}
.pudding-box1__sleeve .sleeve-item.-i2 .sleeve-item__base {
  -webkit-transform: translateX(-26%);
          transform: translateX(-26%);
}
.pudding-box1__sleeve .sleeve-item.-i2 .sleeve-item__chara {
  width: 10%;
  left: 17%;
  top: 49%;
  -webkit-transform: translate(-132%, -38%) rotate(-7deg);
          transform: translate(-132%, -38%) rotate(-7deg);
}
.pudding-box1__sleeve .sleeve-text {
  width: 45.4183266932%;
  position: absolute;
  right: 18px;
}
@media screen and (max-width: 480px) {
  .pudding-box1__sleeve .sleeve-text {
    right: 11.7px;
  }
}
.pudding-box1__sleeve .sleeve-text {
  top: 69px;
}
@media screen and (max-width: 480px) {
  .pudding-box1__sleeve .sleeve-text {
    top: 44.85px;
  }
}
.pudding-box2 {
  padding-top: 46px;
}
@media screen and (max-width: 480px) {
  .pudding-box2 {
    padding-top: 29.9px;
  }
}
.pudding-box2 {
  margin-bottom: -31px;
}
@media screen and (max-width: 480px) {
  .pudding-box2 {
    margin-bottom: -20.15px;
  }
}
.pudding-box2__title {
  width: 77.5%;
  padding-bottom: 0;
  margin-bottom: 15px;
}
@media screen and (max-width: 480px) {
  .pudding-box2__title {
    margin-bottom: 9.75px;
  }
}
.pudding-box2__title .section-title__line .st0 {
  fill: #fce6d8;
}
.pudding-box2__title .section-title__line .st0.-i2 {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.pudding-box2__lead {
  font-size: 2.2rem;
  line-height: 3.2rem;
  text-align: center;
  margin-bottom: 6px;
}
@media screen and (max-width: 480px) {
  .pudding-box2__lead {
    margin-bottom: 3.9px;
  }
}
.pudding-box2__photo {
  position: relative;
  margin-bottom: 7px;
}
@media screen and (max-width: 480px) {
  .pudding-box2__photo {
    margin-bottom: 4.55px;
  }
}
.pudding-box2__photo::before {
  content: "";
  width: 82.5%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding-top: 43.53%;
  background: #e7841f;
  top: 55px;
}
@media screen and (max-width: 480px) {
  .pudding-box2__photo::before {
    top: 35.75px;
  }
}
.pudding-box2__photo img {
  position: relative;
  width: 101%;
  left: -0.5%;
}
.pudding-box2__block .block-lead {
  width: 61.3333333333%;
  margin: 0 auto;
  margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
  .pudding-box2__block .block-lead {
    margin-bottom: 6.5px;
  }
}
.pudding-box2__block .block-box {
  width: 83.6666666667%;
  margin: 0 auto;
  position: relative;
}
.pudding-box2__block .block-box.-i1 {
  margin-bottom: 21px;
}
@media screen and (max-width: 480px) {
  .pudding-box2__block .block-box.-i1 {
    margin-bottom: 13.65px;
  }
}
.pudding-box2__block .block-box .obj.-i1 {
  width: 31%;
  left: -64px;
}
@media screen and (max-width: 480px) {
  .pudding-box2__block .block-box .obj.-i1 {
    left: -41.6px;
  }
}
.pudding-box2__block .block-box .obj.-i1 {
  top: 239px;
}
@media screen and (max-width: 480px) {
  .pudding-box2__block .block-box .obj.-i1 {
    top: 155.35px;
  }
}
.pudding-box2__block .block-box .obj.-i2 {
  width: 23%;
  right: -38px;
}
@media screen and (max-width: 480px) {
  .pudding-box2__block .block-box .obj.-i2 {
    right: -24.7px;
  }
}
.pudding-box2__block .block-box .obj.-i2 {
  top: -30px;
}
@media screen and (max-width: 480px) {
  .pudding-box2__block .block-box .obj.-i2 {
    top: -19.5px;
  }
}
.pudding-box2__block .block-box .obj.-i3 {
  width: 28%;
  left: -64px;
}
@media screen and (max-width: 480px) {
  .pudding-box2__block .block-box .obj.-i3 {
    left: -41.6px;
  }
}
.pudding-box2__block .block-box .obj.-i3 {
  top: 178px;
}
@media screen and (max-width: 480px) {
  .pudding-box2__block .block-box .obj.-i3 {
    top: 115.7px;
  }
}
.pudding-box2__block .block-box .obj.-i4 {
  width: 23%;
  right: -61px;
}
@media screen and (max-width: 480px) {
  .pudding-box2__block .block-box .obj.-i4 {
    right: -39.65px;
  }
}
.pudding-box2__block .block-box .obj.-i4 {
  top: -4px;
}
@media screen and (max-width: 480px) {
  .pudding-box2__block .block-box .obj.-i4 {
    top: -2.6px;
  }
}
.pudding-box2__block .block-bg {
  position: absolute;
  width: calc(100% + 10px);
  left: 0;
  top: 0;
}
@media screen and (max-width: 480px) {
  .pudding-box2__block .block-bg {
    width: calc(100% + 6px);
  }
}
.pudding-box2__block .block-head {
  font-size: 0;
  line-height: 0;
  text-align: center;
  padding-top: 18px;
}
@media screen and (max-width: 480px) {
  .pudding-box2__block .block-head {
    padding-top: 11.7px;
  }
}
.pudding-box2__block .block-head {
  padding-bottom: 15px;
}
@media screen and (max-width: 480px) {
  .pudding-box2__block .block-head {
    padding-bottom: 9.75px;
  }
}
.pudding-box2__block .block-head {
  margin-bottom: 12px;
}
@media screen and (max-width: 480px) {
  .pudding-box2__block .block-head {
    margin-bottom: 7.8px;
  }
}
.pudding-box2__block .block-head {
  position: relative;
}
.pudding-box2__block .block-head img {
  width: 60.9561752988%;
}
.pudding-box2__block .block-head.-i2 img {
  width: 65.7370517928%;
}
.pudding-box2__block .block-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 91.6334661355%;
  margin: 0 auto;
}
.pudding-box2__block .block-item {
  width: 49.1304347826%;
  padding-bottom: 38px;
}
@media screen and (max-width: 480px) {
  .pudding-box2__block .block-item {
    padding-bottom: 24.7px;
  }
}
.pudding-box2__block .block-photo {
  margin-bottom: 12px;
}
@media screen and (max-width: 480px) {
  .pudding-box2__block .block-photo {
    margin-bottom: 7.8px;
  }
}
.pudding-box2__block .block-photo {
  position: relative;
}
.pudding-box2__block .block-name {
  position: relative;
  margin-bottom: 19px;
}
@media screen and (max-width: 480px) {
  .pudding-box2__block .block-name {
    margin-bottom: 12.35px;
  }
}
.pudding-box2__block .block-name::before {
  content: "";
  display: block;
  padding-top: 38%;
}
.pudding-box2__block .block-name img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.pudding-box2__block .block-name.-i1 img {
  width: 82.3008849558%;
}
.pudding-box2__block .block-name.-i2 img {
  width: 84.9557522124%;
}
.pudding-box2__block .block-name.-i3 img {
  width: 82.3008849558%;
}
.pudding-box2__block .block-name.-i4 img {
  width: 61.0619469027%;
}
.pudding-box2__block .block-price {
  font-size: 2.3rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  position: relative;
}
.pudding-box3 {
  position: relative;
  color: #fff;
}
.pudding-box3 .obj-block {
  position: absolute;
  width: 20%;
  width: 31.3333333333%;
  pointer-events: none;
}
.pudding-box3 .obj-block::before {
  content: "";
  display: block;
  padding-top: 60%;
}
.pudding-box3 .obj-block.-anime .obj {
  opacity: 1;
}
.pudding-box3 .obj-block .obj {
  opacity: 0;
  -webkit-transition: opacity 0.05s linear 0s;
  transition: opacity 0.05s linear 0s;
}
.pudding-box3 .obj-block .obj.-i3 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.pudding-box3 .obj-block .obj.-i2 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.pudding-box3 .obj-block .obj.-i1 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.pudding-box3 .obj-block.-i1 {
  left: 0;
  top: 30%;
}
.pudding-box3 .obj-block.-i1 .obj.-i1 {
  width: 12%;
  left: 10%;
  top: -8%;
  -webkit-transform: rotate(29deg);
          transform: rotate(29deg);
}
.pudding-box3 .obj-block.-i1 .obj.-i2 {
  width: 12%;
  left: 17%;
  top: 37%;
}
.pudding-box3 .obj-block.-i1 .obj.-i3 {
  width: 12%;
  left: 47%;
  top: 48%;
  -webkit-transform: rotate(4deg);
          transform: rotate(4deg);
}
.pudding-box3 .obj-block.-i2 {
  right: 0;
  top: 42%;
}
.pudding-box3 .obj-block.-i2 .obj.-i1 {
  width: 13%;
  left: 49%;
  top: 3%;
}
.pudding-box3 .obj-block.-i2 .obj.-i2 {
  width: 12%;
  left: 75%;
  top: 3%;
}
.pudding-box3 .obj-block.-i2 .obj.-i3 {
  width: 12%;
  left: 88%;
  top: 52%;
}
.pudding-box3 .obj {
  font-size: 0;
  line-height: 0;
}
.pudding-box3 .pudding-box1__frame.-bottom {
  bottom: 0;
}
.pudding-box3__ribbon {
  position: absolute;
  width: 69%;
  left: -72px;
}
@media screen and (max-width: 480px) {
  .pudding-box3__ribbon {
    left: -46.8px;
  }
}
.pudding-box3__ribbon {
  top: -5px;
}
@media screen and (max-width: 480px) {
  .pudding-box3__ribbon {
    top: -3.25px;
  }
}
.pudding-box3__ribbon {
  z-index: 1;
}
.pudding-box3__inner {
  --slope: 70px; /* 左右の高低差 */
  --line-size: 2px; /* 上部ラインの太さ */
  --line-color: #ccc; /* 上部ラインの色 */
  --bg-color: #b51f35;
  position: relative;
  clip-path: polygon(0 var(--slope), 100% 0, 100% 100%, 0 100%);
  padding-top: 20px;
}
@media screen and (max-width: 480px) {
  .pudding-box3__inner {
    padding-top: 13px;
  }
}
.pudding-box3__inner {
  padding-bottom: 40px;
}
@media screen and (max-width: 480px) {
  .pudding-box3__inner {
    padding-bottom: 26px;
  }
}
.pudding-box3__inner {
  background: #e7841f;
}
.pudding-box3__inner .pudding-line {
  margin-top: 14px;
}
@media screen and (max-width: 480px) {
  .pudding-box3__inner .pudding-line {
    margin-top: 9.1px;
  }
}
.pudding-box3__inner .pudding-line {
  margin-bottom: 27px;
}
@media screen and (max-width: 480px) {
  .pudding-box3__inner .pudding-line {
    margin-bottom: 17.55px;
  }
}
.pudding-box3__inner .set-contents {
  font-size: 1.9rem;
  line-height: 2.3rem;
  letter-spacing: -0.04em;
  padding-left: 180px;
}
@media screen and (max-width: 480px) {
  .pudding-box3__inner .set-contents {
    padding-left: 117px;
  }
}
.pudding-box3__inner .set-contents {
  position: relative;
  margin-bottom: 27px;
}
@media screen and (max-width: 480px) {
  .pudding-box3__inner .set-contents {
    margin-bottom: 17.55px;
  }
}
.pudding-box3__inner .set-contents > p {
  width: 15%;
  left: 70px;
}
@media screen and (max-width: 480px) {
  .pudding-box3__inner .set-contents > p {
    left: 45.5px;
  }
}
.pudding-box3__inner .set-contents > p {
  top: 50%;
  -webkit-transform: translateY(-59%);
          transform: translateY(-59%);
  font-size: 0;
  line-height: 0;
}
.pudding-box3__inner .set-contents li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pudding-box3__inner .set-contents li::before {
  content: "・";
}
.pudding-box3__main {
  position: relative;
}
.pudding-box3__photo {
  position: relative;
  left: 5%;
  margin-bottom: 8px;
}
@media screen and (max-width: 480px) {
  .pudding-box3__photo {
    margin-bottom: 5.2px;
  }
}
.pudding-box3__name {
  width: 69.6666666667%;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .pudding-box3__name {
    margin-bottom: 13px;
  }
}
.pudding-box3__price {
  font-size: 2.3rem;
  font-weight: 700;
  text-align: center;
}

.cake {
  padding-top: 76px;
}
@media screen and (max-width: 480px) {
  .cake {
    padding-top: 49.4px;
  }
}
.cake {
  padding-bottom: 40px;
}
@media screen and (max-width: 480px) {
  .cake {
    padding-bottom: 26px;
  }
}
.cake .section-frame {
  background: #fff;
}
.cake-title {
  width: 73.3333333333%;
  padding-bottom: 24px;
}
@media screen and (max-width: 480px) {
  .cake-title {
    padding-bottom: 15.6px;
  }
}
.cake-title {
  margin: 0 auto;
}
.cake-title .section-title__logo {
  width: 34.0909090909%;
  margin: 0 auto;
  margin-bottom: 41px;
}
@media screen and (max-width: 480px) {
  .cake-title .section-title__logo {
    margin-bottom: 26.65px;
  }
}
.cake-title .section-title__text {
  width: 90.9090909091%;
}
.cake-line {
  width: 84.3333333333%;
  margin: 0 auto;
  margin-top: 43px;
}
@media screen and (max-width: 480px) {
  .cake-line {
    margin-top: 27.95px;
  }
}
.cake-line {
  margin-bottom: 47px;
}
@media screen and (max-width: 480px) {
  .cake-line {
    margin-bottom: 30.55px;
  }
}
.cake-line {
  font-size: 0;
  line-height: 0;
}
.cake-main {
  background: url(../images/special/haikyu2026/common/bg1.svg) no-repeat center center;
  background-size: 280px auto;
}
@media screen and (max-width: 480px) {
  .cake-main {
    background-size: 182px auto;
  }
}
.cake-lead {
  width: 70%;
  margin: 0 auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  .cake-lead {
    margin-bottom: 26px;
  }
}
.cake-slide {
  margin-bottom: 37px;
}
@media screen and (max-width: 480px) {
  .cake-slide {
    margin-bottom: 24.05px;
  }
}
.cake .slide {
  margin-bottom: 26px;
}
@media screen and (max-width: 480px) {
  .cake .slide {
    margin-bottom: 16.9px;
  }
}
.cake .slide .block {
  width: 210px;
}
@media screen and (max-width: 480px) {
  .cake .slide .block {
    width: 136.5px;
  }
}
@media screen and (min-width: 2001px) {
  .cake .slide .block {
    width: 245px;
  }
}
.cake .slide .block-item {
  position: relative;
}
.cake .slide:nth-of-type(2) {
  width: calc(100% + 105px);
  position: relative;
  left: -105px;
}
@media screen and (max-width: 480px) {
  .cake .slide:nth-of-type(2) {
    width: calc(100% + 78px);
    left: -78px;
  }
}
.cake-text {
  font-size: 2.2rem;
  line-height: 3.2rem;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 480px) {
  .cake-text {
    margin-bottom: 9.75px;
  }
}
.cake-price {
  font-size: 2.3rem;
  line-height: 3.2rem;
  text-align: center;
  font-weight: 700;
}
.cake-line2 {
  width: 84.3333333333%;
  margin: 0 auto;
  margin-top: 20px;
}
@media screen and (max-width: 480px) {
  .cake-line2 {
    margin-top: 13px;
  }
}
.cake-line2 {
  margin-bottom: 24px;
}
@media screen and (max-width: 480px) {
  .cake-line2 {
    margin-bottom: 15.6px;
  }
}
.cake-line2 {
  font-size: 0;
  line-height: 0;
}
.cake-reserve {
  font-size: 2.1rem;
  line-height: 3.2rem;
  text-align: center;
  margin-bottom: 28px;
}
@media screen and (max-width: 480px) {
  .cake-reserve {
    margin-bottom: 18.2px;
  }
}
@media screen and (min-width: 401px) {
  .cake-reserve span br {
    display: none;
  }
}
.cake .section-btn + .section-btn {
  margin-top: 20px;
}
@media screen and (max-width: 480px) {
  .cake .section-btn + .section-btn {
    margin-top: 13px;
  }
}
.cake-note {
  width: 83.6666666667%;
  margin: 0 auto;
  font-size: 2.2rem;
  line-height: 3.2rem;
  margin-top: 13px;
}
@media screen and (max-width: 480px) {
  .cake-note {
    margin-top: 8.45px;
  }
}

.goods .obj.-i1 {
  width: 55%;
  right: -11%;
  top: 11.8%;
}
.goods .obj.-i2 {
  width: 55%;
  left: -2%;
  top: 20.6%;
}
.goods .obj.-i3 {
  width: 33.3%;
  right: -6%;
  top: 29.6%;
}
.goods .obj.-i4 {
  width: 33.3%;
  left: -2%;
  top: 38.4%;
}
.goods .obj.-i5 {
  width: 33.3%;
  right: -6%;
  top: 44.2%;
}
.goods .obj.-i6 {
  width: 33.3%;
  left: -12%;
  top: 54.2%;
}
.goods .obj.-i7 {
  width: 33.3%;
  right: -17%;
  top: 56.2%;
}
.goods .obj.-i8 {
  width: 33.3%;
  left: -2%;
  top: 69.8%;
}
.goods .obj.-i9 {
  width: 33.3%;
  right: -6%;
  top: 68.2%;
}
.goods {
  padding-top: 98px;
}
@media screen and (max-width: 480px) {
  .goods {
    padding-top: 63.7px;
  }
}
.goods {
  padding-bottom: 93px;
}
@media screen and (max-width: 480px) {
  .goods {
    padding-bottom: 60.45px;
  }
}
.goods .section-frame {
  background: #fff;
}
.goods-title {
  width: 76.6666666667%;
  padding-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .goods-title {
    padding-bottom: 13px;
  }
}
.goods-title {
  margin: 0 auto;
  margin-bottom: 43px;
}
@media screen and (max-width: 480px) {
  .goods-title {
    margin-bottom: 27.95px;
  }
}
.goods-title .section-title__text {
  width: 65.2173913043%;
}
.goods-lead {
  width: 75%;
  margin: 0 auto;
}
.goods-line {
  width: 84.3333333333%;
  margin: 0 auto;
  margin-top: 36px;
}
@media screen and (max-width: 480px) {
  .goods-line {
    margin-top: 23.4px;
  }
}
.goods-line {
  margin-bottom: 41px;
}
@media screen and (max-width: 480px) {
  .goods-line {
    margin-bottom: 26.65px;
  }
}
.goods-line {
  font-size: 0;
  line-height: 0;
}
.goods-box {
  width: 83.6666666667%;
  margin: 0 auto;
  position: relative;
}
.goods-box__head {
  margin-bottom: 24px;
}
@media screen and (max-width: 480px) {
  .goods-box__head {
    margin-bottom: 15.6px;
  }
}
.goods-box__note {
  text-align: right;
  font-size: 2rem;
  line-height: 2.4rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
  .goods-box__note {
    margin-bottom: 6.5px;
  }
}
.goods-box__note {
  margin-top: -10px;
}
@media screen and (max-width: 480px) {
  .goods-box__note {
    margin-top: -6.5px;
  }
}
.goods-box + .goods-box {
  margin-top: 48px;
}
@media screen and (max-width: 480px) {
  .goods-box + .goods-box {
    margin-top: 31.2px;
  }
}
.goods-list {
  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: 19px 0;
}
.goods-item {
  width: 48.2071713147%;
}
.goods-item.-l {
  width: 100%;
}
.goods-item__image {
  margin-bottom: 7px;
}
@media screen and (max-width: 480px) {
  .goods-item__image {
    margin-bottom: 4.55px;
  }
}
.goods-item__image {
  position: relative;
  cursor: pointer;
}
.goods-item__image img {
  position: relative;
  -webkit-transition: 0.2s ease-out 0s;
  transition: 0.2s ease-out 0s;
}
.goods-item__image .badge {
  width: 27%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate(-14%, -30%);
          transform: translate(-14%, -30%);
}
@media screen and (min-width: 769px) {
  .goods-item__image:hover > img {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
.goods-item__info {
  font-size: 2rem;
  line-height: 2.4rem;
  text-align: center;
  letter-spacing: -0.04em;
  white-space: nowrap;
  width: 110%;
  position: relative;
  left: -5%;
}
.goods .section-btn.-i1 {
  margin-top: 21px;
}
@media screen and (max-width: 480px) {
  .goods .section-btn.-i1 {
    margin-top: 13.65px;
  }
}
.goods .section-btn.-i1 {
  margin-bottom: 70px;
}
@media screen and (max-width: 480px) {
  .goods .section-btn.-i1 {
    margin-bottom: 45.5px;
  }
}
.goods-text {
  width: 75.6666666667%;
  margin: 0 auto;
  margin-top: 44px;
}
@media screen and (max-width: 480px) {
  .goods-text {
    margin-top: 28.6px;
  }
}
.goods-text {
  margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
  .goods-text {
    margin-bottom: 6.5px;
  }
}
.goods-note {
  width: 83.6666666667%;
  margin: 0 auto;
  font-size: 2.2rem;
  line-height: 3.2rem;
  margin-top: 31px;
}
@media screen and (max-width: 480px) {
  .goods-note {
    margin-top: 20.15px;
  }
}

.ec .obj.-i7 {
  width: 33.3%;
  left: -21%;
  top: 21.4%;
}
.ec .obj.-i8 {
  width: 33.3%;
  right: -6%;
  top: 29.6%;
}
.ec .obj.-i9 {
  width: 33.3%;
  left: -2%;
  top: 49.6%;
}
.ec .obj.-i10 {
  width: 55%;
  right: -17%;
  top: 55.6%;
}
.ec-inner {
  --slope: 70px; /* 左右の高低差 */
  --line-size: 2px; /* 上部ラインの太さ */
  --line-color: #ccc; /* 上部ラインの色 */
  --bg-color: #b51f35;
  position: relative;
  clip-path: polygon(0 var(--slope), 100% 0, 100% 100%, 0 100%);
  margin-top: -70px;
}
@media screen and (max-width: 480px) {
  .ec-inner {
    margin-top: -45.5px;
  }
}
.ec-inner {
  padding-top: 80px;
  padding-bottom: 50px;
}
@media screen and (max-width: 480px) {
  .ec-inner {
    padding-bottom: 32.5px;
  }
}
.ec-title {
  width: 83.3333333333%;
  margin: 0 auto;
}
.ec-head {
  position: relative;
  margin-bottom: 11px;
}
@media screen and (max-width: 480px) {
  .ec-head {
    margin-bottom: 7.15px;
  }
}
.ec-head::before {
  content: "";
  display: block;
  padding-top: 95%;
}
.ec-head .obj.-i1 {
  width: 77%;
  left: -1%;
  top: -1%;
}
.ec-head .obj.-i2 {
  width: 48%;
  right: -5%;
  top: 66.4%;
}
.ec-head .obj.-i3 {
  width: 68.3333333333%;
  left: 27%;
  top: 76.2%;
}
.ec-head .obj.-i4 {
  width: 59%;
  right: -11%;
  top: 7%;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: 0.4s ease-out 0s;
  transition: 0.4s ease-out 0s;
}
.ec-head .obj.-i4 img {
  position: relative;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
  -webkit-transition: 0.4s ease-out 0s;
  transition: 0.4s ease-out 0s;
}
.ec-head .obj.-i4.-anime {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.ec-head .obj.-i4.-anime img {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.ec-head .obj.-i5 {
  width: 47.3333333333%;
  left: 4%;
  top: 57%;
}
.ec-head .obj.-i6 {
  font-size: 2.2rem;
  line-height: 3.2rem;
  text-align: center;
  left: 11%;
  top: 29%;
}
.ec-box {
  position: relative;
  width: 84.3333333333%;
  margin: 0 auto;
  background: #fff;
  margin-bottom: 46px;
}
@media screen and (max-width: 480px) {
  .ec-box {
    margin-bottom: 29.9px;
  }
}
.ec-box::before {
  content: "";
  display: block;
  padding-top: 110%;
}
.ec-box .obj.-i1 {
  width: 80.4780876494%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 3.6%;
}
.ec-box .obj.-i2 {
  width: 42.2310756972%;
  left: 6.5%;
  top: 25.4%;
}
.ec-box .obj.-i3 {
  width: 47.8087649402%;
  right: 5%;
  bottom: 3%;
}
.ec-box .obj.-i4 {
  width: 57%;
  right: -8%;
  top: 15%;
}
.ec-box .obj.-i5 {
  width: 61.6%;
  left: -10%;
  top: 37%;
}
.ec-note {
  width: 84.3333333333%;
  margin: 0 auto;
  font-size: 2.2rem;
  line-height: 3.2rem;
  margin-top: 14px;
}
@media screen and (max-width: 480px) {
  .ec-note {
    margin-top: 9.1px;
  }
}

.app {
  color: #fff;
  padding-top: 96px;
}
@media screen and (max-width: 480px) {
  .app {
    padding-top: 62.4px;
  }
}
.app {
  padding-bottom: 25px;
}
@media screen and (max-width: 480px) {
  .app {
    padding-bottom: 16.25px;
  }
}
.app {
  background: #e7841f;
}
.app .pudding-box1__frame.-bottom {
  bottom: 0;
}
.app-slide {
  margin-bottom: 65px;
}
@media screen and (max-width: 480px) {
  .app-slide {
    margin-bottom: 42.25px;
  }
}
.app-title {
  width: 75%;
  margin: 0 auto;
}
.app-line {
  width: 84.3333333333%;
  margin: 0 auto;
  margin-top: 47px;
}
@media screen and (max-width: 480px) {
  .app-line {
    margin-top: 30.55px;
  }
}
.app-line {
  margin-bottom: 51px;
}
@media screen and (max-width: 480px) {
  .app-line {
    margin-bottom: 33.15px;
  }
}
.app-line {
  font-size: 0;
  line-height: 0;
}
.app-text1 {
  width: 79.6666666667%;
  margin: 0 auto;
  margin-bottom: 41px;
}
@media screen and (max-width: 480px) {
  .app-text1 {
    margin-bottom: 26.65px;
  }
}
.app-text2 {
  width: 68%;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .app-text2 {
    margin-bottom: 13px;
  }
}
.app-text3 {
  width: 62.3333333333%;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .app-text3 {
    margin-bottom: 13px;
  }
}
.app-text3 {
  -webkit-transform: translateX(-5%);
          transform: translateX(-5%);
}
.app .slide {
  width: 208px;
}
@media screen and (max-width: 480px) {
  .app .slide {
    width: 135.2px;
  }
}
.app .slide {
  margin: 0 auto;
  margin-bottom: 29px;
}
@media screen and (max-width: 480px) {
  .app .slide {
    margin-bottom: 18.85px;
  }
}
.app .slide .block {
  width: 208px;
}
@media screen and (max-width: 480px) {
  .app .slide .block {
    width: 135.2px;
  }
}
.app .slide .block {
  background: #737071;
}
.app .slide .owl-stage-outer {
  overflow: visible;
}
.app-block {
  position: relative;
  margin-bottom: -10px;
}
@media screen and (max-width: 480px) {
  .app-block {
    margin-bottom: -6.5px;
  }
}
.app-block::before {
  display: block;
  content: "";
  padding-top: 64.4%;
}
.app-block .obj.-i1 {
  width: 29%;
  left: 10%;
  top: 0.4%;
}
.app-block .obj.-i2 {
  width: 31.6666666667%;
  left: 37%;
  top: 9.4%;
}
.app-block .obj.-i3 {
  width: 35.6666666667%;
  right: 0;
  top: 1%;
}
.app-block .obj.-i4 {
  width: 25.6666666667%;
  right: 3%;
  bottom: 6%;
}
.app-note {
  width: 84.3333333333%;
  margin: 0 auto;
  font-size: 2.2rem;
  line-height: 3.2rem;
  margin-top: 14px;
}
@media screen and (max-width: 480px) {
  .app-note {
    margin-top: 9.1px;
  }
}

.popup {
  padding-top: 79px;
}
@media screen and (max-width: 480px) {
  .popup {
    padding-top: 51.35px;
  }
}
.popup {
  padding-bottom: 22px;
}
@media screen and (max-width: 480px) {
  .popup {
    padding-bottom: 14.3px;
  }
}
.popup-title {
  width: 76.6666666667%;
  padding-bottom: 25px;
}
@media screen and (max-width: 480px) {
  .popup-title {
    padding-bottom: 16.25px;
  }
}
.popup-title {
  margin: 0 auto;
}
.popup-title .section-title__text {
  width: 57.1739130435%;
}
.popup-lead {
  width: 82.5%;
  margin: 0 auto;
  margin-bottom: 42px;
}
@media screen and (max-width: 480px) {
  .popup-lead {
    margin-bottom: 27.3px;
  }
}
.popup-line {
  width: 84.3333333333%;
  margin: 0 auto;
  margin-top: 34px;
}
@media screen and (max-width: 480px) {
  .popup-line {
    margin-top: 22.1px;
  }
}
.popup-line {
  margin-bottom: 47px;
}
@media screen and (max-width: 480px) {
  .popup-line {
    margin-bottom: 30.55px;
  }
}
.popup-line {
  font-size: 0;
  line-height: 0;
}
.popup-box {
  color: #fff;
  position: relative;
  width: calc(100% - 48px);
  position: relative;
  left: 24px;
  z-index: 1;
}
.popup-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #333;
  /* 右下へ少しずらす */
  -webkit-transform: translate(10px, 10px);
          transform: translate(10px, 10px);
  clip-path: polygon(0 15%, 100% 0, 100% 85%, 0 100%);
}
.popup-box.-i2 .popup-box__bg {
  top: -21px;
}
@media screen and (max-width: 480px) {
  .popup-box.-i2 .popup-box__bg {
    top: -13.65px;
  }
}
.popup-box.-i2 .popup-box__inner {
  background: #292020;
}
.popup-box.-i2 .popup-box__main {
  padding-left: 6%;
  width: 40%;
  margin-top: -20px;
}
@media screen and (max-width: 480px) {
  .popup-box.-i2 .popup-box__main {
    margin-top: -13px;
  }
}
.popup-box.-i2 .popup-box__main .type {
  width: 61.8181818182%;
  margin-bottom: 39px;
}
@media screen and (max-width: 480px) {
  .popup-box.-i2 .popup-box__main .type {
    margin-bottom: 25.35px;
  }
}
.popup-box.-i2 .popup-box__main .text1 {
  margin-bottom: 36px;
}
@media screen and (max-width: 480px) {
  .popup-box.-i2 .popup-box__main .text1 {
    margin-bottom: 23.4px;
  }
}
.popup-box__bg {
  position: absolute;
  width: calc(100% + 10px);
  left: 0;
  top: 0;
}
.popup-box__inner {
  background: #b52639;
  position: relative;
  clip-path: polygon(0 15%, 100% 0, 100% 85%, 0 100%);
}
@media screen and (max-width: 480px) {
  .popup-box {
    width: calc(100% - 32px);
    left: 16px;
  }
  .popup-box__bg {
    width: calc(100% + 6px);
  }
}
.popup-box__main {
  padding-top: 90px;
}
@media screen and (max-width: 480px) {
  .popup-box__main {
    padding-top: 58.5px;
  }
}
.popup-box__main {
  padding-bottom: 90px;
}
@media screen and (max-width: 480px) {
  .popup-box__main {
    padding-bottom: 58.5px;
  }
}
.popup-box__main {
  position: relative;
  padding-left: 60%;
}
.popup-box__main .type {
  width: 72.7272727273%;
  margin-bottom: 39px;
}
@media screen and (max-width: 480px) {
  .popup-box__main .type {
    margin-bottom: 25.35px;
  }
}
.popup-box__main .text1 {
  font-size: 2rem;
  line-height: 3.2rem;
  margin-bottom: 51px;
}
@media screen and (max-width: 480px) {
  .popup-box__main .text1 {
    margin-bottom: 33.15px;
  }
}
.popup-box__main .text2 {
  font-size: 1.7rem;
  line-height: 2.3rem;
  letter-spacing: -0.04em;
  padding-right: 20px;
}
.popup-box .obj {
  z-index: 2;
}
.popup-box .obj.-i1 {
  width: 31.884057971%;
  left: 27%;
  top: -0.6%;
}
.popup-box .obj.-i2 {
  width: 46%;
  left: -8%;
  top: 16.4%;
}
.popup-box .obj.-i3 {
  width: 34%;
  right: -3%;
  top: -13%;
}
.popup-box .obj.-i4 {
  width: 39%;
  right: 20%;
  top: 10.4%;
}
.popup-list {
  width: 83.3333333333%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 20px;
}
@media screen and (max-width: 480px) {
  .popup-list {
    padding-left: 13px;
  }
}
.popup-list {
  padding-right: 20px;
}
@media screen and (max-width: 480px) {
  .popup-list {
    padding-right: 13px;
  }
}
.popup-list {
  font-size: 2.1rem;
  line-height: 3.3rem;
  background: #e6e6e6;
  padding-top: 14px;
}
@media screen and (max-width: 480px) {
  .popup-list {
    padding-top: 9.1px;
  }
}
.popup-list {
  padding-bottom: 18px;
}
@media screen and (max-width: 480px) {
  .popup-list {
    padding-bottom: 11.7px;
  }
}
.popup-list {
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .popup-list {
    margin-bottom: 13px;
  }
}
.popup-list__title {
  width: 98%;
  margin: 0 auto;
  font-size: 0;
  line-height: 0;
  margin-bottom: 16px;
}
@media screen and (max-width: 480px) {
  .popup-list__title {
    margin-bottom: 10.4px;
  }
}
.popup-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
}
.popup-item .pref {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.popup-item .shop {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  padding-right: 30px;
}
.popup-item .type {
  position: absolute;
  right: -16px;
}
@media screen and (max-width: 480px) {
  .popup-item .type {
    right: -10.4px;
  }
}
.popup-item .type {
  top: 0;
  font-weight: 700;
}
.popup-item .type.-typea {
  color: #a22535;
}
.popup-item .type.-event {
  right: -30px;
}
@media screen and (max-width: 480px) {
  .popup-item .type.-event {
    right: -19.5px;
  }
}
.popup-item .type.-event .-typeb {
  position: relative;
  margin-left: -12px;
}
@media screen and (max-width: 480px) {
  .popup-item .type.-event .-typeb {
    margin-left: -7.8px;
  }
}
.popup-item .type .-typea {
  color: #a22535;
}
.popup-item .type .-typeb {
  color: #000;
}
.popup-text {
  width: 75.3333333333%;
  margin: 0 auto;
  margin-top: 50px;
}
@media screen and (max-width: 480px) {
  .popup-text {
    margin-top: 32.5px;
  }
}
.popup-text {
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  .popup-text {
    margin-bottom: 26px;
  }
}
.popup-note {
  width: 84.3333333333%;
  margin: 0 auto;
  font-size: 2.2rem;
  line-height: 3.2rem;
  margin-top: 14px;
}
@media screen and (max-width: 480px) {
  .popup-note {
    margin-top: 9.1px;
  }
}
.popup-note2 {
  width: 84.3333333333%;
  margin: 0 auto;
  font-size: 2.2rem;
  line-height: 3.2rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .popup-note2 {
    margin-bottom: 13px;
  }
}

.attention {
  color: #fff;
  padding-bottom: 6px;
}
@media screen and (max-width: 480px) {
  .attention {
    padding-bottom: 3.9px;
  }
}
.attention {
  background: #e7841f;
}
.attention-title {
  padding-top: 70px;
}
@media screen and (max-width: 480px) {
  .attention-title {
    padding-top: 45.5px;
  }
}
.attention-title {
  width: 29.6%;
  margin: 0 auto;
}
.attention-line {
  width: 84.3333333333%;
  margin: 0 auto;
  margin-top: 19px;
}
@media screen and (max-width: 480px) {
  .attention-line {
    margin-top: 12.35px;
  }
}
.attention-line {
  margin-bottom: 22px;
}
@media screen and (max-width: 480px) {
  .attention-line {
    margin-bottom: 14.3px;
  }
}
.attention-line {
  font-size: 0;
  line-height: 0;
}
.attention-inner {
  width: 83.1666666667%;
  margin: 0 auto;
  font-size: 2.4rem;
  line-height: 4rem;
}

.link {
  padding-bottom: 58px;
}
@media screen and (max-width: 480px) {
  .link {
    padding-bottom: 37.7px;
  }
}
.link-title {
  padding-top: 54px;
}
@media screen and (max-width: 480px) {
  .link-title {
    padding-top: 35.1px;
  }
}
.link-title {
  width: 38.1666666667%;
  margin: 0 auto;
  margin-bottom: 43px;
}
@media screen and (max-width: 480px) {
  .link-title {
    margin-bottom: 27.95px;
  }
}
.link-list {
  width: 83.1666666667%;
  margin: 0 auto;
  margin-bottom: 23px;
}
@media screen and (max-width: 480px) {
  .link-list {
    margin-bottom: 14.95px;
  }
}
.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, #000 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 {
    background: #e7841f;
  }
}
.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 {
  padding-top: 60px;
}
@media screen and (max-width: 480px) {
  .foot {
    padding-top: 39px;
  }
}
.foot {
  padding-bottom: 120px;
}
@media screen and (max-width: 480px) {
  .foot {
    padding-bottom: 78px;
  }
}
.foot {
  background: #e7841f;
}
.foot-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0 20px;
  margin-bottom: 39px;
}
@media screen and (max-width: 480px) {
  .foot-head {
    margin-bottom: 25.35px;
  }
}
.foot-head__text {
  font-size: 4.4rem;
  position: relative;
  top: 12px;
}
@media screen and (max-width: 480px) {
  .foot-head__text {
    top: 7.8px;
  }
}
.foot-head__logo {
  width: 420px;
}
@media screen and (max-width: 480px) {
  .foot-head__logo {
    width: 273px;
  }
}
@media screen and (max-width: 480px) {
  .foot-head {
    gap: 0 12px;
  }
  .foot-head__text {
    top: 8px;
  }
}
@media screen and (max-width: 480px) and (max-width: 480px) {
  .foot-head__text {
    top: 5.2px;
  }
}
.foot-inner {
  width: 83%;
  font-size: 2.5rem;
  line-height: 3.9rem;
  margin: 0 auto;
  margin-bottom: 28px;
}
@media screen and (max-width: 480px) {
  .foot-inner {
    margin-bottom: 18.2px;
  }
}
.foot-image {
  width: 87%;
  margin: 0 auto;
  margin-bottom: 36px;
}
@media screen and (max-width: 480px) {
  .foot-image {
    margin-bottom: 23.4px;
  }
}
.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;
  }
}
.foot-pagetop {
  width: 60px;
  position: fixed;
  right: 20px;
  bottom: 90px;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: 0.4s ease-out 0s;
  transition: 0.4s ease-out 0s;
  bottom: 90px;
}
@media screen and (max-width: 480px) {
  .foot-pagetop {
    bottom: 58.5px;
  }
}
.foot-pagetop.-hide {
  -webkit-transform: translateY(180px);
          transform: translateY(180px);
}
.foot-pagetop img {
  position: relative;
  -webkit-transition: 0.2s ease-out 0s;
  transition: 0.2s ease-out 0s;
}
@media screen and (min-width: 769px) {
  .foot-pagetop:hover img {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}

.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._close {
  pointer-events: none;
}
.fix-foot._close a .text {
  width: 66.6666666667%;
}
.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;
  background: #000;
}
.fix-foot a .text {
  width: 68.3823529412%;
  position: relative;
}
.fix-foot a .icon {
  width: 8.4558823529%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.2s ease-out 0s;
  transition: 0.2s ease-out 0s;
}
.fix-foot a .icon.-i1 {
  left: 5%;
}
.fix-foot a .icon.-i2 {
  right: 5%;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
@media screen and (min-width: 751px) {
  .fix-foot a:hover .icon {
    -webkit-transform: translateY(-50%) rotate(360deg);
            transform: translateY(-50%) rotate(360deg);
  }
}

@media screen and (max-width: 1099px) {
  body {
    --grid-color: rgba(0, 0, 0, 0.1);
    --grid-offset-y: 0px;
    background-color: var(--bg-color, #fff);
    background-image: linear-gradient(to right, var(--grid-color) 1px, transparent 1px), linear-gradient(to bottom, var(--grid-color) 1px, transparent 1px);
    background-size: var(--grid-size) var(--grid-size);
    background-position: -1px var(--grid-offset-y);
  }
  .pc-kv {
    display: none;
  }
  .pc-foot {
    display: none;
  }
}
@media screen and (min-width: 1100px) {
  .fix-foot {
    display: none;
  }
  .haikyu {
    margin: 0 0 0 auto;
  }
  .haikyu::after {
    display: none;
  }
  .haikyu .kv {
    display: none;
  }
  .haikyu .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__cover {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #fff;
    opacity: 0;
    -webkit-transition: 0.4s ease-out 0s;
    transition: 0.4s ease-out 0s;
  }
  .pc-kv__cover.-load {
    opacity: 0.3;
  }
  .pc-kv__line {
    width: 10px;
    height: 100%;
    position: absolute;
    top: 0;
  }
  .pc-kv__line.-l {
    left: 24px;
    background: url(../images/special/haikyu2026/common/line12.svg) repeat center top;
    background-size: 100% auto;
  }
  .pc-kv__line.-r {
    right: 24px;
    background: url(../images/special/haikyu2026/common/line13.svg) repeat center top;
    background-size: 100% auto;
  }
  .pc-kv__frame {
    width: 100%;
    height: 18%;
    background: url(../images/special/haikyu2026/pc/kv/pattern.svg) repeat center top #e7841f;
    background-size: 73.7px 51.02px;
    position: absolute;
    left: 0;
  }
  .pc-kv__frame.-top {
    top: 0;
    clip-path: polygon(0 0, 100% 0, 100% 50%, 0 100%);
  }
  .pc-kv__frame.-bottom {
    bottom: 0;
    clip-path: polygon(0 50%, 100% 0, 100% 100%, 0 100%);
  }
  .pc-kv__text {
    width: 45.58%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: 0.4s ease-out 0s;
    transition: 0.4s ease-out 0s;
  }
  .pc-kv__text.-load {
    opacity: 1;
  }
  .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: absolute;
  }
  .pc-kv .pckv-logo {
    width: 28.77%;
    position: absolute;
    left: 50%;
    top: -1%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .pc-kv .pckv-logo img {
    position: relative;
    opacity: 0;
  }
  .pc-kv .pckv-logo2 {
    width: 79.77%;
    position: absolute;
    left: 50%;
    top: 29%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .pc-kv .pckv-logo2 img {
    position: relative;
    opacity: 0;
  }
  .pc-kv .pckv-chara {
    position: absolute;
    opacity: 0;
  }
  .pc-kv .pckv-chara.-i1 {
    width: 130.77%;
    left: -17%;
    top: -2%;
  }
  .pc-kv .pckv-chara.-i2 {
    width: 110.77%;
    left: -5.4%;
    top: 45%;
  }
  .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: 60px;
    position: fixed;
    left: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #000;
    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._close {
    pointer-events: none;
  }
  .pc-foot__link._close a .text {
    width: 318px;
  }
  .pc-foot__link::before {
    content: "";
    width: 4px;
    height: 100%;
    position: absolute;
    left: -3px;
    top: 0;
    background: #E68018;
  }
  .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 .text {
    width: 374px;
    position: relative;
  }
  .pc-foot__link a .icon {
    width: 42px;
    position: absolute;
    top: 52%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: 0.2s ease-out 0s;
    transition: 0.2s ease-out 0s;
  }
  .pc-foot__link a .icon.-i1 {
    left: 26px;
  }
  .pc-foot__link a .icon.-i2 {
    right: 32px;
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
}
@media screen and (min-width: 1100px) and (min-width: 751px) {
  .pc-foot__link a:hover .icon {
    -webkit-transform: translateY(-50%) rotate(360deg);
            transform: translateY(-50%) rotate(360deg);
  }
}
@media screen and (max-width: 1340px) {
  .pc-nav {
    display: none;
  }
}
@media screen and (min-width: 1341px) {
  .haikyu {
    width: 35vw;
    margin-right: 25vw;
    max-width: 100%;
  }
  .haikyu::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;
    font-size: 0;
    line-height: 0;
  }
  .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: 71.25%;
    margin: 0 auto 4px;
    margin-bottom: 27px;
    padding-bottom: 34px;
    position: relative;
  }
}
@media screen and (min-width: 1341px) and (max-width: 480px) {
  .pc-nav .pcnav-title {
    margin-bottom: 17.55px;
  }
}
@media screen and (min-width: 1341px) and (max-width: 480px) {
  .pc-nav .pcnav-title {
    padding-bottom: 22.1px;
  }
}
@media screen and (min-width: 1341px) {
  .pc-nav .pcnav-title .line {
    width: 128%;
    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-top: 27px;
    padding-bottom: 27px;
    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: 50px;
    font-size: 0;
    line-height: 0;
  }
}
@media screen and (min-width: 1341px) and (max-width: 480px) {
  .pc-nav .pcnav-item a {
    padding-top: 17.55px;
  }
}
@media screen and (min-width: 1341px) and (max-width: 480px) {
  .pc-nav .pcnav-item a {
    padding-bottom: 17.55px;
  }
}
@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/haikyu2026/pc/nav/line2.svg) repeat-x center top;
    background-size: 14px 1;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .pc-nav .pcnav-item a .icon {
    width: 15.625%;
    font-size: 0;
    line-height: 0;
    position: absolute;
    left: 5px;
    top: 48%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: 0.2s ease-out 0s;
    transition: 0.2s ease-out 0s;
  }
  .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 {
    -webkit-transform: translateY(-50%) rotateY(360deg);
            transform: translateY(-50%) rotateY(360deg);
  }
}
@media screen and (min-width: 1341px) and (max-height: 790px) {
  .pc-nav .pcnav-item a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 1341px) and (max-height: 790px) and (max-width: 480px) {
  .pc-nav .pcnav-item a {
    padding-top: 13px;
  }
}
@media screen and (min-width: 1341px) and (max-height: 790px) and (max-width: 480px) {
  .pc-nav .pcnav-item a {
    padding-bottom: 13px;
  }
}
@media screen and (min-width: 1341px) and (max-height: 790px) {
  .pc-nav .pcnav-item a .icon {
    width: 12% !important;
  }
}
@media screen and (min-width: 1341px) {
  .pc-nav .pcnav-item.-i1 .logo {
    width: 45.75%;
  }
  .pc-nav .pcnav-item.-i1 .txt {
    width: 70px;
    width: 21.875%;
  }
  .pc-nav .pcnav-item.-i2 .logo {
    width: 56.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: 46.625%;
  }
  .pc-nav .pcnav-item.-i3 .txt {
    width: 80px;
    width: 25%;
  }
  .pc-nav .pcnav-item.-i3 .icon .st0 {
    fill: #E68018;
  }
  .pc-nav .pcnav-item.-i4 .logo {
    width: 65.625%;
  }
  .pc-nav .pcnav-item.-i4 .txt {
    width: 80px;
    width: 25%;
  }
  .pc-nav .pcnav-item.-i4 .icon .st0 {
    fill: #E68018;
  }
  .pc-nav .pcnav-item.-i5 .logo {
    width: 57.625%;
  }
  .pc-nav .pcnav-item.-i5 .txt {
    width: 80px;
    width: 25%;
  }
  .pc-nav .pcnav-item.-i5 .icon .st0 {
    fill: #E68018;
  }
  .pc-nav .pcnav-item.-i6 .logo {
    width: 66.625%;
  }
  .pc-nav .pcnav-item.-i6 .txt {
    width: 80px;
    width: 25%;
  }
  .pc-nav .pcnav-item.-i6 .icon .st0 {
    fill: #E68018;
  }
  .pc-nav .pcnav-item.-i7 .logo {
    width: 25.625%;
  }
  .pc-nav .pcnav-item.-i7 .txt {
    width: 80px;
    width: 25%;
  }
  .pc-nav .pcnav-item.-i7 .icon {
    width: 13%;
  }
  .pc-nav .pcnav-item.-i8 .logo {
    width: 39.625%;
  }
  .pc-nav .pcnav-item.-i8 .txt {
    width: 80px;
    width: 25%;
  }
  .pc-nav .pcnav-item.-i8 .icon {
    width: 12%;
  }
  .pc-nav .pcnav-item.-i9 .logo {
    width: 34.625%;
  }
  .pc-nav .pcnav-item.-i9 .txt {
    width: 80px;
    width: 25%;
  }
  .pc-nav .pcnav-item.-i9 .icon {
    width: 18%;
  }
  .pc-nav .pcnav-list.-list2 {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1341px) and (max-width: 480px) {
  .pc-nav .pcnav-list.-list2 {
    margin-top: 32.5px;
  }
}
@media screen and (min-width: 1341px) and (max-height: 758px) {
  .pc-nav .pcnav-list.-list2 {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1341px) {
  .pc-nav .pcnav-list.-list2 .pcnav-item a {
    padding-left: 30px;
  }
  .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: #E68018;
  }
  .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;
  overflow: hidden;
}
@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-goods .modal-bg {
  background: transparent;
}
.modal-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
}
.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: translateX(0);
          transform: translateX(0);
}
.modal-nav.-open .modal-nav__clip {
  -webkit-transform: translateY(-54%);
          transform: translateY(-54%);
}
@media screen and (max-width: 480px) {
  .modal-nav.-open .modal-nav__clip {
    -webkit-transform: translateY(-32%);
            transform: translateY(-32%);
  }
}
.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%);
}
@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: 89.1156462585%;
  position: relative;
  padding-top: 80px;
}
@media screen and (max-width: 480px) {
  .modal-nav__box {
    padding-top: 52px;
  }
}
.modal-nav__box {
  padding-bottom: 140px;
}
@media screen and (max-width: 480px) {
  .modal-nav__box {
    padding-bottom: 91px;
  }
}
.modal-nav__box {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: 0.4s ease-out 0.4s;
  transition: 0.4s ease-out 0.4s;
  background: url(../images/special/haikyu2026/nav/bg1.svg) no-repeat 0 0;
  background-size: 100% auto;
  top: 40px;
}
.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: 22.8571428571%;
  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::before {
  content: "";
  width: 0;
  height: 60%;
  background: #facda3;
  position: absolute;
  left: -3px;
  bottom: -4px;
  opacity: 0.8;
  -webkit-transition: 0.2s ease-out 0s;
  transition: 0.2s ease-out 0s;
}
.modal-nav__close img {
  position: relative;
}
@media screen and (min-width: 751px) {
  .modal-nav__close:hover::before {
    width: calc(100% + 6px);
  }
}
.modal-nav__clip {
  width: 20.9523809524%;
  position: absolute;
  right: 16%;
  top: 0;
  -webkit-transform: translateY(-150%);
          transform: translateY(-150%);
  -webkit-transition: 0.4s ease-out 0.4s;
  transition: 0.4s ease-out 0.4s;
}
.modal-nav__main {
  width: 85%;
  margin: 0 auto;
}
.modal-nav__title2 {
  position: relative;
  padding-bottom: 32px;
}
@media screen and (max-width: 480px) {
  .modal-nav__title2 {
    padding-bottom: 20.8px;
  }
}
.modal-nav__title2 {
  text-align: center;
}
.modal-nav__title2 img {
  width: 45.2736318408%;
  margin: 0 auto;
}
.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: #000;
}
.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/haikyu2026/nav/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 .logo img {
  width: auto !important;
  height: 16px !important;
}
@media screen and (max-width: 480px) {
  .modal-nav__item a .logo img {
    height: 16px !important;
  }
}
.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: 13px;
  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 (max-width: 768px) {
  .modal-nav__item a .arrow {
    width: 6px;
  }
}
@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: 22.8571428571%;
  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::before {
  content: "";
  width: 0;
  height: 60%;
  background: #facda3;
  position: absolute;
  left: -3px;
  bottom: -4px;
  opacity: 0.8;
  -webkit-transition: 0.2s ease-out 0s;
  transition: 0.2s ease-out 0s;
}
.modal-goods__close img {
  position: relative;
}
@media screen and (min-width: 751px) {
  .modal-goods__close:hover::before {
    width: calc(100% + 6px);
  }
}

@media screen and (min-width: 601px) {
  .modal-nav__btn, .foot-pagetop {
    right: calc(50% - 282px);
  }
}
@media screen and (min-width: 1100px) {
  .modal-nav__btn, .foot-pagetop {
    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);
  }
}