@charset "UTF-8";
/* === foundation === */
/* 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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

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

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

q,
blockquote {
  quotes: none;
}

qbefore,
qafter,
blockquotebefore,
blockquoteafter {
  content: "";
  content: none;
}

a img {
  border: none;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: #333333;
  text-decoration: none;
}

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

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

button,
input,
select,
textarea {
  vertical-align: middle;
}

button,
input {
  line-height: normal;
}

button-moz-focus-inner,
input-moz-focus-inner {
  padding: 0;
  border: 0;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}

label,
select,
button,
input[type=button],
input[type=reset],
input[type=submit],
input[type=radio],
input[type=checkbox] {
  cursor: pointer;
}

textarea {
  overflow: auto;
  vertical-align: top;
  font-family: sans-serif;
}

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

/* ===== webfont ===== */
@font-face {
  font-family: "Brother";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/specialevent/otoko/assets/fonts/BrothersRegular/BrothersRegular.woff2") format("woff2"), url("/specialevent/otoko/assets/fonts/BrothersRegular/BrothersRegular.woff") format("woff"), url("/specialevent/otoko/assets/fonts/BrothersRegular/BrothersRegular.ttf") format("truetype");
}
@font-face {
  font-family: "BrotherBold";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/specialevent/otoko/assets/fonts/BrothersBold/BrothersBold.woff2") format("woff2"), url("/specialevent/otoko/assets/fonts/BrothersBold/BrothersBold.woff") format("woff"), url("/specialevent/otoko/assets/fonts/BrothersBold/BrothersBold.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/specialevent/otoko/assets/fonts/noto-sans-jp/NotoSansJP-Regular.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/specialevent/otoko/assets/fonts/noto-sans-jp/NotoSansJP-Medium.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/specialevent/otoko/assets/fonts/noto-sans-jp/NotoSansJP-Bold.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("/specialevent/otoko/assets/fonts/noto-sans-jp/NotoSansJP-Black.otf") format("opentype");
}
/* ===== base ===== */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  background-color: #000;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #fff;
  background: transparent;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.is-menu-open, body.is-splash {
  overflow: hidden;
}

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

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

/* ===== 背景固定動画 ===== */
.l-background-movie {
  position: fixed;
  inset: 0;
  z-index: -2;
  overflow: hidden;
  background: #1a2536;
}
.l-background-movie video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: "object-fit:cover";
  -o-object-fit: cover;
  object-fit: cover;
}

.l-background-movie__sp {
  display: none;
}

/* ===== スプラッシュ ===== */
.p-splash {
  position: fixed;
  inset: 0;
  z-index: 10000;
  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;
  background: #000;
  -webkit-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
}
.p-splash.is-hide {
  opacity: 0;
  pointer-events: none;
}
.p-splash.is-remove {
  display: none;
}
.p-splash video {
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
  object-fit: cover;
}

.p-splash__sp {
  display: none;
}

/* ===== コンテンツ土台 ===== */
.l-main {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

/* === utility === */

/* === layout === */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 60px;
  background: rgba(0, 106, 182, 0.7);
}

.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  padding: 0 45px;
}

.l-header__logo img {
  width: 145px;
  height: auto;
}

.l-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: min(30px, 2.4vw);
  margin-left: 20px;
}

.l-nav__link {
  font-family: "BrotherBold", sans-serif;
  font-weight: 700;
  font-size: min(18px, 1.8vw);
  color: #fff;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.p-menu-button {
  display: none;
}

.l-footer {
  position: relative;
  background: #1a1a1a url("/specialevent/otoko/assets/images/footer-bg.webp") center/cover no-repeat;
  overflow: hidden;
}

.l-footer__inner {
  max-width: 1080px;
  height: 580px;
  margin: 0 auto;
  padding: 70px 40px 60px;
  text-align: center;
}

.l-footer__logo {
  width: 128px;
  display: block;
  margin: 0 auto 24px;
}

.l-footer__sns-title {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.025em;
  font-size: 40px;
  line-height: 1;
  margin-bottom: 15px;
}

.l-footer__sns-lead {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.025em;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 26px;
}

.l-footer__sns {
  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;
  gap: 24px;
  margin-bottom: 34px;
}
.l-footer__sns li {
  width: 48px;
}
.l-footer__sns img {
  width: 100%;
}

.l-footer__nav {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px 40px;
  margin-bottom: 30px;
}
.l-footer__nav a {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.025em;
}

.l-footer__copy {
  font-weight: 900;
  font-size: 13px;
  letter-spacing: 0.025em;
}

/* === project === */
.p-menu {
  display: none;
}

/* === component === */
.c-title {
  font-family: "Brother", sans-serif;
  color: #fff;
  text-align: center;
  line-height: 1;
  font-size: 70px;
}

.c-lead {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 1;
}

.c-button {
  position: relative;
  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;
  width: 100%;
  min-height: 70px;
  padding: 14px 60px;
  background: -webkit-gradient(linear, left top, right top, color-stop(0.8%, #D8CF79), color-stop(17.7%, #DBC36C), color-stop(33%, #F8EDB6), color-stop(52.2%, #E0D086), color-stop(66.9%, #C6B97C), color-stop(86.5%, #F4F2D2), to(#D8CB74));
  background: linear-gradient(90deg, #D8CF79 0.8%, #DBC36C 17.7%, #F8EDB6 33%, #E0D086 52.2%, #C6B97C 66.9%, #F4F2D2 86.5%, #D8CB74 100%);
  color: #1a1a1a;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: 24px;
  line-height: 1.4;
  text-align: center;
  position: relative;
}
.c-button:hover .c-button__arrow {
  right: 8px;
}
.c-button._hover:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.4);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  z-index: 0;
}
.c-button._hover:hover {
  opacity: 1;
}
.c-button._hover:hover::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left;
  transform-origin: left;
}
.c-button._hover .c-button__label {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
}
.c-button._hover span {
  position: relative;
}
.c-button._hover span.c-button__arrow {
  position: absolute;
}

@-webkit-keyframes buttonBuruburu {
  0% {
    -webkit-transform: translate(1px, 1px) rotate(1deg);
    transform: translate(1px, 1px) rotate(1deg);
  }
  8% {
    -webkit-transform: translate(-1px, -2px) rotate(-0.5deg);
    transform: translate(-1px, -2px) rotate(-0.5deg);
  }
  16% {
    -webkit-transform: translate(-2px, 1px) rotate(0.5deg);
    transform: translate(-2px, 1px) rotate(0.5deg);
  }
  25% {
    -webkit-transform: translate(2px, 0) rotate(-1deg);
    transform: translate(2px, 0) rotate(-1deg);
  }
  33% {
    -webkit-transform: translate(1px, -1px) rotate(1deg);
    transform: translate(1px, -1px) rotate(1deg);
  }
  41% {
    -webkit-transform: translate(-1px, 2px) rotate(-0.5deg);
    transform: translate(-1px, 2px) rotate(-0.5deg);
  }
  50% {
    -webkit-transform: translate(-2px, -1px) rotate(1deg);
    transform: translate(-2px, -1px) rotate(1deg);
  }
  58% {
    -webkit-transform: translate(2px, -2px) rotate(-1deg);
    transform: translate(2px, -2px) rotate(-1deg);
  }
  66% {
    -webkit-transform: translate(-1px, 1px) rotate(0.5deg);
    transform: translate(-1px, 1px) rotate(0.5deg);
  }
  75% {
    -webkit-transform: translate(1px, 2px) rotate(-1deg);
    transform: translate(1px, 2px) rotate(-1deg);
  }
  83% {
    -webkit-transform: translate(2px, -1px) rotate(1deg);
    transform: translate(2px, -1px) rotate(1deg);
  }
  91% {
    -webkit-transform: translate(-2px, -1px) rotate(-0.5deg);
    transform: translate(-2px, -1px) rotate(-0.5deg);
  }
  100% {
    -webkit-transform: translate(1px, 1px) rotate(1deg);
    transform: translate(1px, 1px) rotate(1deg);
  }
}

@keyframes buttonBuruburu {
  0% {
    -webkit-transform: translate(1px, 1px) rotate(1deg);
    transform: translate(1px, 1px) rotate(1deg);
  }
  8% {
    -webkit-transform: translate(-1px, -2px) rotate(-0.5deg);
    transform: translate(-1px, -2px) rotate(-0.5deg);
  }
  16% {
    -webkit-transform: translate(-2px, 1px) rotate(0.5deg);
    transform: translate(-2px, 1px) rotate(0.5deg);
  }
  25% {
    -webkit-transform: translate(2px, 0) rotate(-1deg);
    transform: translate(2px, 0) rotate(-1deg);
  }
  33% {
    -webkit-transform: translate(1px, -1px) rotate(1deg);
    transform: translate(1px, -1px) rotate(1deg);
  }
  41% {
    -webkit-transform: translate(-1px, 2px) rotate(-0.5deg);
    transform: translate(-1px, 2px) rotate(-0.5deg);
  }
  50% {
    -webkit-transform: translate(-2px, -1px) rotate(1deg);
    transform: translate(-2px, -1px) rotate(1deg);
  }
  58% {
    -webkit-transform: translate(2px, -2px) rotate(-1deg);
    transform: translate(2px, -2px) rotate(-1deg);
  }
  66% {
    -webkit-transform: translate(-1px, 1px) rotate(0.5deg);
    transform: translate(-1px, 1px) rotate(0.5deg);
  }
  75% {
    -webkit-transform: translate(1px, 2px) rotate(-1deg);
    transform: translate(1px, 2px) rotate(-1deg);
  }
  83% {
    -webkit-transform: translate(2px, -1px) rotate(1deg);
    transform: translate(2px, -1px) rotate(1deg);
  }
  91% {
    -webkit-transform: translate(-2px, -1px) rotate(-0.5deg);
    transform: translate(-2px, -1px) rotate(-0.5deg);
  }
  100% {
    -webkit-transform: translate(1px, 1px) rotate(1deg);
    transform: translate(1px, 1px) rotate(1deg);
  }
}
@-webkit-keyframes buttonOut {
  0% {
    left: auto;
    right: 0;
    width: 100%;
  }
  99% {
    width: 0%;
  }
}
@keyframes buttonOut {
  0% {
    left: auto;
    right: 0;
    width: 100%;
  }
  99% {
    width: 0%;
  }
}
.c-button__label {
  position: relative;
  z-index: 1;
}
.c-button__label img {
  width: 103px;
}

.c-button__arrow {
  position: absolute;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  top: 50%;
  right: 18px;
  width: 44px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-button-blue {
  position: relative;
  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;
  width: 100%;
  min-height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #005adc;
  color: #fff;
  font-family: "BrotherBold", sans-serif;
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 0.025em;
}
.c-button-blue:hover .c-button-blue__arrow {
  right: 20px;
}

.c-button-blue__arrow {
  position: absolute;
  top: 50%;
  right: 40px;
  width: 44px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.c-button-blue__arrow path,
.c-button-blue__arrow line,
.c-button-blue__arrow polyline {
  stroke: #fff;
}

.c-scroll-arrow {
  font-size: 13px;
  letter-spacing: 0.1em;
  color: #fff;
  width: 133px;
  height: 20px;
  position: absolute;
  left: -120px;
  bottom: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-family: "BrotherBold", sans-serif;
}

.c-scroll-arrow__line-wrap {
  position: relative;
  bottom: 0;
  left: 0;
  overflow: hidden;
  -webkit-transition: all 1s;
  transition: all 1s;
  left: 0;
  width: 80px;
  height: 2px;
  overflow: hidden;
  background: #fff;
}

.c-scroll-arrow__line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 2px;
  background: #006AB6;
  max-width: unset;
  -webkit-animation-name: scroll;
  animation-name: scroll;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  -webkit-animation-duration: 1.7s;
  animation-duration: 1.7s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-direction: normal;
  animation-direction: normal;
}

@-webkit-keyframes scroll {
  0% {
    left: -80px;
  }
  100% {
    left: 80px;
  }
}

@keyframes scroll {
  0% {
    left: -80px;
  }
  100% {
    left: 80px;
  }
}
@-webkit-keyframes scrollSp {
  0% {
    left: -75px;
  }
  100% {
    left: 75px;
  }
}
@keyframes scrollSp {
  0% {
    left: -75px;
  }
  100% {
    left: 75px;
  }
}
.c-chara-wrap {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}

.c-chara {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}

._chara-1 {
  top: -224px;
  margin-left: -520px;
  width: 364px;
}

._chara-2 {
  top: -74px;
  margin-left: 544px;
  width: 388px;
  z-index: 0;
}

._chara-3 {
  top: -88px;
  margin-left: -550px;
  width: 329px;
}

._chara-4 {
  top: -112px;
  margin-left: 556px;
  width: 286px;
}

._chara-5 {
  bottom: -113px;
  margin-left: -595px;
  z-index: 1;
  width: 307px;
}

._chara-6 {
  bottom: -113px;
  margin-left: 525px;
  z-index: 1;
  width: 327px;
}

/* === section === */
.p-mainvisual {
  position: relative;
}

.p-mainvisual__inner {
  position: relative;
}
.p-mainvisual__inner picture {
  display: block;
}
.p-mainvisual__inner {
  width: 100%;
  min-height: 700px;
  height: 100vh;
  overflow: hidden;
}

.p-mainvisual__img {
  width: 100%;
  min-height: 700px;
  height: 100vh;
  font-family: "object-fit:cover;object-position:top";
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  opacity: 0;
  -webkit-transform: scale(0.35);
  transform: scale(0.35);
  will-change: transform, opacity;
}
.p-mainvisual__img.is-view {
  -webkit-animation: aboutBabaan 0.4s cubic-bezier(1, 0.04, 0.72, 1.37) forwards;
  animation: aboutBabaan 0.4s cubic-bezier(1, 0.04, 0.72, 1.37) forwards;
}

.p-mainvisual__baylogo {
  position: absolute;
  left: 57px;
  bottom: 15px;
  z-index: 3;
  width: 148px;
}

.p-mainvisual__ticket {
  position: fixed;
  right: 18px;
  bottom: 18px;
  width: 282px;
  z-index: 3;
}

.p-topics {
  background: rgba(51, 51, 51, 0.7);
}

.p-topics__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1080px;
  height: 66px;
  margin: 0 auto;
  padding: 0 10px;
  color: #fff;
}

.p-topics__label {
  font-family: "BrotherBold", sans-serif;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 18px;
  letter-spacing: 0.025em;
  padding-right: 18px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.p-topics__slider {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
}

.p-topics__item {
  grid-area: 1/1;
  min-width: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.p-topics__item.is-active {
  opacity: 1;
  visibility: visible;
}
.p-topics__item:hover {
  opacity: 0.5;
}

.p-topics__date {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-weight: 700;
  font-size: 15px;
  padding: 0 24px;
}

.p-topics__text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  max-width: calc(100% - 70px);
  overflow: hidden;
  white-space: nowrap;
  font-size: 15px;
}

.se-about {
  background: rgba(0, 0, 0, 0.5);
  padding: 72px 0 120px;
}

.se-about__inner {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}
.se-about__inner .c-title {
  margin-bottom: 40px;
}

.se-about__animation {
  -webkit-transform-origin: center;
  transform-origin: center;
  aspect-ratio: 720/712;
  margin-bottom: 90px;
}

.js-inview {
  opacity: 0;
  -webkit-transform: scale(0.35);
  transform: scale(0.35);
  will-change: transform, opacity;
}
.js-inview.is-inview {
  -webkit-animation: aboutBabaan 0.4s cubic-bezier(1, 0.04, 0.72, 1.37) forwards;
  animation: aboutBabaan 0.4s cubic-bezier(1, 0.04, 0.72, 1.37) forwards;
}

@-webkit-keyframes aboutBabaan {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.45);
    transform: scale(1.45);
  }
  55% {
    opacity: 1;
  }
  65% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  72% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  87% {
    -webkit-transform: scale(0.99);
    transform: scale(0.99);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes aboutBabaan {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.45);
    transform: scale(1.45);
  }
  55% {
    opacity: 1;
  }
  65% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  72% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  87% {
    -webkit-transform: scale(0.99);
    transform: scale(0.99);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.se-about__logo {
  width: 720px;
  max-width: 100%;
  margin: 0 auto 18px;
}

.se-about__poem {
  width: 720px;
  max-width: 100%;
  margin: 0 auto;
}

.se-about__festival {
  width: 558px;
  max-width: 100%;
  margin: 0 auto 40px;
}

.se-about__game {
  max-width: 680px;
  margin: 0 auto 56px;
}

.se-about__league {
  font-family: "BrotherBold", sans-serif;
  font-size: 24px;
  line-height: 38px;
  margin-bottom: 15px;
  letter-spacing: 0.025em;
}
.se-about__game-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 40px;
  padding: 22px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}

.se-about__days {
  text-align: left;
}

.se-about__day {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 10px;
  font-family: "Brother", sans-serif;
  line-height: 1;
  font-size: 64px;
}
.se-about__day .date {
  font-size: 64px;
  width: 150px;
}
.se-about__day .week {
  font-size: 34px;
  width: 84px;
  text-align: center;
}
.se-about__day .time {
  font-size: 34px;
}

.se-about__vs {
  text-align: left;
}

.se-about__vs-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 27px;
}
.se-about__vs-logo img {
  width: 285px;
}

.se-about__stadium {
  font-family: "Brother", sans-serif;
  font-size: 25.785px;
  letter-spacing: 0.025em;
  line-height: 41px;
}

.se-about__catch {
  width: 670px;
  max-width: 100%;
  margin: 0 auto 30px;
}
.se-about__catch img {
  width: 100%;
}

.se-about__ticket {
  display: block;
  width: 680px;
  max-width: 100%;
  margin: 0 auto;
}
.se-about__ticket picture,
.se-about__ticket img {
  display: block;
  width: 100%;
}

.se-guest {
  position: relative;
  background: rgba(22, 50, 95, 0.7);
  padding: 80px 0 130px;
}

.se-guest__inner {
  position: relative;
  z-index: 1;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 40px;
}
.se-guest__inner .c-title {
  margin-bottom: 37px;
}
.se-guest__inner .c-lead {
  margin-bottom: 56px;
}

.se-guest__comment {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 44px;
  max-width: 980px;
  margin: 0 auto 80px;
  padding: 57px 55px 55px;
  background: #0a0a0a;
}

.se-guest__badge {
  position: absolute;
  top: -82px;
  left: -100px;
  width: 266px;
  z-index: 3;
}

.se-guest__photo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 270px;
}
.se-guest__photo picture,
.se-guest__photo img {
  display: block;
  width: 100%;
}

.se-guest__comment-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.se-guest__comment-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  padding: 14px 0;
  margin-bottom: 17px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.se-guest__comment-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 34px;
  letter-spacing: 0.05em;
}

.se-guest__days {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 60px;
}

.se-guest__day {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

.se-guest__day-img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 385px;
  height: auto;
  max-width: 39%;
}
.se-guest__day-img img {
  width: 100%;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
  object-fit: cover;
}

.se-guest__day-info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.se-guest__day-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  margin-bottom: 6px;
}
.se-guest__day-head .badge {
  font-family: "Brother", sans-serif;
  font-size: 25px;
  letter-spacing: 0.05em;
  color: #fff;
  background: #16294c;
  line-height: 45px;
  width: 90px;
  height: 45px;
  text-align: center;
}
.se-guest__day-head .date {
  font-family: "Brother", sans-serif;
  font-size: 48px;
  line-height: 1;
  width: 116px;
}
.se-guest__day-head .week {
  font-family: "Brother", sans-serif;
  font-size: 25px;
  position: relative;
  left: -34px;
  bottom: -5px;
}
.se-guest__day-head .week span {
  font-size: 30px;
}

.se-guest__day-row {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  padding: 10px 0 20px;
  font-size: 25px;
  letter-spacing: 0.025em;
  line-height: 36px;
  border-bottom: 2px solid #fff;
}
.se-guest__day-row + .se-guest__day-row {
  font-size: 20px;
  padding: 6px 0;
}

.se-guest__day-button {
  margin-top: 36px;
}

.se-ticket {
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  padding: 80px 0 120px;
  overflow: hidden;
}

.se-ticket__inner {
  position: relative;
  z-index: 1;
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 40px;
}
.se-ticket__inner .c-title {
  margin-bottom: 26px;
}

.se-ticket__lead {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  text-align: center;
  font-size: 20px;
  line-height: 50px;
  font-weight: 600;
  margin-bottom: 40px;
  letter-spacing: 0.025em;
}

.se-ticket__item {
  margin-bottom: 80px;
}
.se-ticket__item:last-child {
  margin-bottom: 0;
}

.se-ticket__name {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 0.025em;
  text-align: center;
  padding: 17px 0;
  margin-bottom: 30px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.se-ticket__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

.se-ticket__img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 450px;
  max-width: 46%;
}
.se-ticket__img img {
  width: 100%;
}

.se-ticket__detail {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.se-ticket__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 2em;
  margin-bottom: auto;
  letter-spacing: 0.05em;
}

.se-ticket__button {
  margin-top: 30px;
  font-size: 19px;
  line-height: 1.4;
  font-style: normal;
  font-weight: 900;
}

.se-goods {
  position: relative;
  background: rgba(0, 106, 182, 0.7);
  padding: 80px 40px 120px;
  overflow: hidden;
}
.se-goods .c-chara-wrap {
  z-index: 2;
}

.se-goods__inner {
  position: relative;
  z-index: 1;
  max-width: 1080px;
  margin: 0 auto;
}
.se-goods__inner .c-title {
  margin-bottom: 35px;
}

.se-goods__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px 60px;
  margin-bottom: 50px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.se-goods__item {
  width: calc((100% - 120px) / 3);
  overflow: hidden;
}
.se-goods__item:nth-child(2n-1) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.se-goods__item:nth-child(3n-1) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.se-goods__item:nth-child(3n) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.se-goods__item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.se-goods__item-link:hover {
  opacity: 1;
}

a.se-goods__item-link:hover .se-goods__img img {
  opacity: 0.5;
}

.se-goods__img {
  background: #fff;
  aspect-ratio: 1/1;
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: hidden;
}
.se-goods__img img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.se-goods__label {
  background: #006ab4;
  padding: 14px 18px;
  height: 100%;
}
.se-goods__label .name {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  color: #fff;
}
.se-goods__label .price {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 1;
  color: #fff;
  margin-top: 8px;
}

.se-goods__more {
  margin-top: 4px;
}

.se-campaign {
  position: relative;
  background: rgba(100, 71, 52, 0.7);
  padding: 80px 40px 120px;
  overflow: hidden;
}
.se-campaign .c-chara-wrap {
  z-index: 2;
}

.se-campaign__inner {
  position: relative;
  z-index: 1;
  max-width: 1080px;
  margin: 0 auto;
}
.se-campaign__inner .c-title {
  margin-bottom: 35px;
}

.se-campaign__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px 60px;
}

.se-campaign__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  width: calc((100% - 60px) / 2);
}
.se-campaign__item:nth-child(2n-1) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.se-campaign__item:nth-child(2n) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

a.se-campaign__item:hover .se-campaign__img {
  opacity: 0.5;
}

.se-campaign__img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 200px;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.se-campaign__img img {
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
  object-fit: cover;
}

.se-campaign__body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 13px 20px;
}

.se-campaign__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  color: #644734;
  padding-bottom: 16px;
  margin-bottom: 13px;
  letter-spacing: 0.025em;
  border-bottom: 1px solid #000;
}

.se-campaign__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.9;
  color: #333;
}

.se-news {
  position: relative;
  background: rgba(0, 0, 0, 0.9);
  padding: 80px 40px 113px;
  overflow: hidden;
}
.se-news .c-chara-wrap {
  z-index: 2;
}

.se-news__inner {
  position: relative;
  z-index: 2;
  max-width: 880px;
  margin: 0 auto;
}
.se-news__inner .c-title {
  margin-bottom: 40px;
}

.se-news__list {
  border-top: 1px solid #fff;
}

.se-news__item {
  border-bottom: 1px solid #fff;
}
.se-news__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  padding: 22px 6px;
}
.se-news__item .date {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-weight: 700;
  font-size: 16px;
}
.se-news__item .text {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (min-width: 751px){
  a:hover {
    opacity: 0.5;
  }

  .u-sp {
    display: none !important;
  }

  .u-pc-none {
    display: none !important;
  }
}
@media screen and (max-width: 750px){
  .l-background-movie__pc {
    display: none;
  }

  .l-background-movie__sp {
    display: block;
  }

  .p-splash__pc {
    display: none;
  }

  .p-splash__sp {
    display: block;
  }

  .u-pc {
    display: none !important;
  }

  .u-sp-none {
    display: none !important;
  }

  .l-header {
    height: 45px;
  }

  .l-header__inner {
    padding: 0 12px 0 0;
  }

  .l-header__logo img {
    width: auto;
    height: 45px;
  }

  .l-nav {
    display: none;
  }

  .p-menu-button {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1200;
    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;
    width: 60px;
    height: 45px;
    cursor: pointer;
  }

  .p-menu-button span,
  .p-menu-button span::before,
  .p-menu-button span::after {
    content: "";
    position: absolute;
    width: 28px;
    height: 1px;
    background: #fff;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  }

  .p-menu-button span::before {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }

  .p-menu-button span::after {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }

  .is-menu-open .p-menu-button span {
    background: transparent;
  }

  .is-menu-open .p-menu-button span::before {
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
    width: 32px;
    left: -2px;
  }

  .is-menu-open .p-menu-button span::after {
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
    width: 32px;
    left: -2px;
  }

  .l-footer {
    background: #1a1a1a url("/specialevent/otoko/assets/images/footer-bg_sp.webp") center/cover no-repeat;
  }

  .l-footer__inner {
    height: 470px;
    padding: 50px 24px 40px;
  }

  .l-footer__logo {
    width: 92px;
    margin-bottom: 22px;
  }

  .l-footer__sns-title {
    font-size: 30px;
    margin-bottom: 10px;
  }

  .l-footer__sns-lead {
    font-size: 13px;
    margin-bottom: 25px;
  }

  .l-footer__sns {
    gap: 18px;
    margin-bottom: 26px;
  }

  .l-footer__sns li {
    width: 40px;
  }

  .l-footer__nav {
    max-width: 230px;
    margin: 0 auto 35px;
    gap: 2px 22px;
  }

  .l-footer__nav a {
    font-size: 12px;
  }

  .l-footer__copy {
    font-size: 10px;
  }

  .p-menu {
    position: fixed;
    inset: 0;
    z-index: 1100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 26px;
    background: #000 url("/specialevent/otoko/assets/images/menu-bg_sp.webp") center/cover no-repeat;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }

  .is-menu-open .p-menu {
    opacity: 1;
    visibility: visible;
  }

  .p-menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
  }

  .p-menu__link {
    font-family: "BrotherBold", sans-serif;
    font-weight: 700;
    font-size: 25px;
    color: #fff;
    letter-spacing: 0.025em;
  }

  .p-menu__ticket {
    margin-top: 14px;
    width: 210px;
  }

  .c-title {
    font-size: 42px;
  }

  .c-lead {
    font-size: 14px;
  }

  .c-button {
    min-height: 60px;
    padding: 13px 40px;
    font-size: 13px;
  }

  .c-button__arrow {
    right: 18px;
    width: 26px;
  }

  .c-button-blue {
    min-height: 54px;
    font-size: 20px;
  }

  .c-button-blue:hover .c-button-blue__arrow {
    right: 12px;
  }

  .c-button-blue__arrow {
    right: 12px;
    width: 26px;
  }

  .c-scroll-arrow {
    width: 70px;
    left: -71px;
  }

  .c-scroll-arrow__line-wrap {
    width: 70px;
  }

  .c-scroll-arrow__line {
    width: 70px;
    -webkit-animation-name: scrollSp;
    animation-name: scrollSp;
  }

  ._chara-1 {
    top: -98px;
    margin-left: -160px;
    width: 145px;
  }

  ._chara-2 {
    top: -80px;
    width: 178px;
    margin-left: 157px;
  }

  ._chara-3 {
    top: -36px;
    width: 132px;
    margin-left: -147px;
    -webkit-transform: translateX(-50%) rotate(-7deg);
    transform: translateX(-50%) rotate(-7deg);
  }

  ._chara-4 {
    top: -71px;
    width: 110px;
    margin-left: 155px;
  }

  ._chara-5 {
    width: 170px;
    margin-left: -141px;
    bottom: -155px;
  }

  ._chara-6 {
    width: 166px;
    margin-left: 122px;
    bottom: -155px;
  }

  .p-mainvisual__inner {
    height: 100vh;
    min-height: unset;
  }

  .p-mainvisual__img {
    height: 100vh;
    min-height: unset;
  }

  .p-mainvisual__baylogo {
    left: 30px;
    bottom: 10px;
    width: 112px;
  }

  .p-mainvisual__ticket {
    right: 8px;
    bottom: 10px;
    width: 150px;
  }

  .p-topics__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 68px;
    padding: 16px 16px 16px 16px;
    gap: 5px 0;
  }

  .p-topics__label {
    font-size: 15px;
    line-height: 1em;
    width: 100%;
    border: none;
  }

  .p-topics__slider {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
  }

  .p-topics__date {
    font-size: 12px;
    padding: 0;
    width: 70px;
  }

  .p-topics__text {
    font-size: 12px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: calc(100% - 70px);
  }

  .se-about {
    padding: 40px 0 60px;
  }

  .se-about__inner .c-title {
    margin-bottom: 26px;
  }

  .se-about__animation {
    margin-bottom: 38px;
  }

  .se-about__logo {
    margin: 0 0 0 -10px;
    max-width: calc(100% + 20px);
    width: calc(100% + 20px);
    margin-bottom: 30px;
  }

  .se-about__poem {
    margin: 0 0 0 -5px;
    max-width: calc(100% + 10px);
    width: calc(100% + 10px);
  }

  .se-about__festival {
    width: 100%;
    margin-bottom: 22px;
  }

  .se-about__game {
    margin-bottom: 28px;
  }

  .se-about__game-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    padding: 8px 0 3px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .se-about__day {
    gap: 0;
  }

  .se-about__day .date {
    font-size: 55px;
    width: 128px;
  }

  .se-about__day .week {
    font-size: 30px;
    width: 74px;
    margin-right: 10px;
  }

  .se-about__day .time {
    font-size: 30px;
  }

  .se-about__vs {
    text-align: center;
  }

  .se-about__vs-logo {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0px;
  }

  .se-about__vs-logo img {
    width: 211px;
  }

  .se-about__stadium {
    font-size: 20px;
    text-align: center;
  }

  .se-about__catch {
    width: 100%;
    margin-bottom: 20px;
  }

  .se-about__ticket {
    width: 100%;
    max-width: 100%;
  }

  .se-guest {
    padding: 36px 0 67px;
  }

  .se-guest__inner {
    padding: 0 18px;
  }

  .se-guest__inner .c-title {
    margin-bottom: 12px;
  }

  .se-guest__inner .c-lead {
    margin-bottom: 34px;
  }

  .se-guest__comment {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    padding: 15px 15px 34px;
    margin-bottom: 60px;
  }

  .se-guest__badge {
    width: 153px;
    top: -27px;
    left: -47px;
  }

  .se-guest__photo {
    width: 100%;
    margin: 0 auto;
  }

  .se-guest__comment-title {
    font-size: 16px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }

  .se-guest__comment-text {
    font-size: 14px;
    line-height: 31px;
    text-align: center;
  }

  .se-guest__days {
    gap: 60px;
  }

  .se-guest__day {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
  }

  .se-guest__day-img {
    width: 100%;
    max-width: 100%;
  }

  .se-guest__day-head {
    gap: 8px;
    margin-bottom: 2px;
  }

  .se-guest__day-head .badge {
    width: 65px;
    height: 32px;
    font-size: 18px;
    line-height: 32px;
    padding: 0;
  }

  .se-guest__day-head .date {
    width: 81px;
    font-size: 35px;
  }

  .se-guest__day-head .week {
    font-size: 18px;
    left: -20px;
    bottom: -3px;
  }

  .se-guest__day-head .week span {
    font-size: 22px;
    font-weight: 600;
  }

  .se-guest__day-row {
    font-size: 16px;
    padding: 10px 0 14px;
    line-height: 26px;
    border-bottom: 1px solid #fff;
  }

  .se-guest__day-row + .se-guest__day-row {
    padding: 13px 0;
    font-size: 14px;
    line-height: 24px;
  }

  .se-guest__day-button {
    margin-top: 21px;
  }

  .se-ticket {
    padding: 80px 0 64px;
  }

  .se-ticket__inner {
    padding: 0 20px;
  }

  .se-ticket__inner .c-title {
    margin-bottom: 18px;
  }

  .se-ticket__lead {
    font-size: 13px;
    line-height: 25px;
    margin: 0 -10px 55px;
    width: calc(100% + 20px);
  }

  .se-ticket__item {
    margin-bottom: 44px;
  }

  .se-ticket__name {
    font-size: 14px;
    line-height: 25px;
    padding: 10px 0;
    margin-bottom: 21px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }

  .se-ticket__cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
  }

  .se-ticket__img {
    width: 100%;
    max-width: unset;
  }

  .se-ticket__text {
    font-size: 11px;
  }

  .se-ticket__button {
    margin-top: 20px;
  }

  .se-goods {
    padding: 35px 0 54px;
  }

  .se-goods__inner {
    padding: 0 18px;
  }

  .se-goods__inner .c-title {
    margin-bottom: 22px;
  }

  .se-goods__list {
    gap: 31px 5px;
    margin-bottom: 30px;
  }

  .se-goods__item {
    width: calc((100% - 5px) / 2);
  }

  .se-goods__label {
    padding: 10px 8px;
  }

  .se-goods__label .name {
    font-size: 11px;
  }

  .se-goods__label .price {
    font-size: 11px;
  }

  .se-campaign {
    padding: 60px 0 63px;
  }

  .se-campaign__inner {
    padding: 0 18px;
  }

  .se-campaign__inner .c-title {
    margin-bottom: 20px;
  }

  .se-campaign__list {
    gap: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .se-campaign__item {
    width: 100%;
  }

  .se-campaign__img {
    width: 135px;
  }

  .se-campaign__body {
    padding: 8px 9px;
  }

  .se-campaign__title {
    font-size: 11px;
    line-height: 1.9em;
    padding-bottom: 7px;
    margin-bottom: 6px;
  }

  .se-campaign__text {
    font-size: 11px;
    letter-spacing: 0.05em;
  }

  .se-news {
    padding: 30px 0 155px;
  }

  .se-news__inner {
    padding: 0 18px;
  }

  .se-news__inner .c-title {
    margin-bottom: 30px;
  }

  .se-news__item a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 6px;
    padding: 13px 2px 16px;
  }

  .se-news__item .date {
    font-size: 12px;
  }

  .se-news__item .text {
    font-size: 12px;
  }
}