html {
    background-color: #f8f2dc;
    font-family: "-apple-system", "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
    font-feature-settings: "palt";
    -webkit-text-size-adjust: 100%;
    vertical-align: bottom;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-optical-sizing: auto;
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: 0;
    text-align: justify;
    color: #231815
}

@font-face {
    font-family: Quicksand;
    font-style: normal;
    font-weight: 400;
    src: local("Quicksand Regular"), local("Quicksand-Regular"), url(https://fonts.gstatic.com/s/quicksand/v9/6xKtdSZaM9iE8KbpRA_hK1QI.ttf) format("truetype")
}

@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 100
}

@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 200
}

@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 300
}

@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 400
}

@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Bold");
    font-weight: 700
}

@font-face {
    font-family: "Helvetica Neue";
    src: local("Helvetica Neue Regular");
    font-weight: 100
}

@font-face {
    font-family: "Helvetica Neue";
    src: local("Helvetica Neue Regular");
    font-weight: 200
}

::-moz-placeholder {
    margin: 0;
    padding: 0;
    list-style: none;
    background-repeat: no-repeat;
    box-sizing: inherit;
    vertical-align: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    font-feature-settings: inherit;
    color: inherit;
    -webkit-tap-highlight-color: transparent
}

*,
::placeholder,
:after,
:before {
    margin: 0;
    padding: 0;
    list-style: none;
    background-repeat: no-repeat;
    box-sizing: inherit;
    vertical-align: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    font-feature-settings: inherit;
    color: inherit;
    -webkit-tap-highlight-color: transparent
}

[id] {
    scroll-margin-top: 90px
}

body,
html {
    height: 100%
}

a,
a img,
button {
    outline: 0;
    border: none;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent
}

button {
    background-color: transparent;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

input,
textarea {
    padding: 0;
    border: none;
    border-radius: 0;
    outline: 0;
    background: 0 0
}

input[type=text]:focus,
textarea:focus {
    outline: 0
}

input[type=button],
input[type=submit] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    box-sizing: border-box;
    cursor: pointer
}

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

a {
    text-decoration: none;
    -webkit-tap-highlight-color: transparent
}

a:hover,
button:hover {
    outline: 0
}

em,
i {
    font-style: normal
}

a:disabled,
button:disabled,
input:disabled {
    pointer-events: none
}

:root {
    --swiper-theme-color: #007aff
}

:host {
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1
}

.swiper {
    display: block;
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 1
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    box-sizing: initial;
    display: flex;
    height: 100%;
    position: relative;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    width: 100%;
    z-index: 1
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
    transform: translateZ(0)
}

.swiper-horizontal {
    touch-action: pan-y
}

.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    display: block;
    flex-shrink: 0;
    height: 100%;
    position: relative;
    transition-property: transform;
    width: 100%
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
    backface-visibility: hidden;
    transform: translateZ(0)
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
    transform-style: preserve-3d
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
    scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: none
}

.swiper-css-mode.swiper-centered>.swiper-wrapper:before {
    content: "";
    flex-shrink: 0;
    order: 9999
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before {
    height: var(--swiper-centered-offset-after);
    min-width: 1px;
    width: 100%
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .1490196078)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5019607843), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5019607843), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5019607843), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5019607843), rgba(0, 0, 0, 0))
}

.swiper-lazy-preloader {
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top: 4px solid transparent;
    box-sizing: border-box;
    height: 42px;
    left: 50%;
    margin-left: -21px;
    margin-top: -21px;
    position: absolute;
    top: 50%;
    transform-origin: 50%;
    width: 42px;
    z-index: 10
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s linear infinite
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(1turn)
    }
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper:after {
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after {
    height: var(--swiper-virtual-size);
    width: 1px
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    align-items: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
    cursor: pointer;
    display: flex;
    height: var(--swiper-navigation-size);
    justify-content: center;
    position: absolute;
    width: var(--swiper-navigation-size);
    z-index: 10
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    cursor: auto;
    opacity: .35;
    pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
    cursor: auto;
    opacity: 0;
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
    display: none !important
}

.swiper-button-next svg,
.swiper-button-prev svg {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    transform-origin: center;
    width: 100%;
    fill: currentColor;
    pointer-events: none
}

.swiper-button-lock {
    display: none
}

.swiper-horizontal .swiper-button-next,
.swiper-horizontal .swiper-button-prev,
.swiper-horizontal~.swiper-button-next,
.swiper-horizontal~.swiper-button-prev {
    margin-top: calc(0px - var(--swiper-navigation-size)/ 2);
    top: var(--swiper-navigation-top-offset, 50%)
}

.swiper-horizontal .swiper-button-prev,
.swiper-horizontal.swiper-rtl .swiper-button-next,
.swiper-horizontal.swiper-rtl~.swiper-button-next,
.swiper-horizontal~.swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, 4px);
    right: auto
}

.swiper-horizontal .swiper-button-next,
.swiper-horizontal.swiper-rtl .swiper-button-prev,
.swiper-horizontal.swiper-rtl~.swiper-button-prev,
.swiper-horizontal~.swiper-button-next {
    left: auto;
    right: var(--swiper-navigation-sides-offset, 4px)
}

.swiper-horizontal .swiper-button-prev .swiper-navigation-icon,
.swiper-horizontal.swiper-rtl .swiper-button-next .swiper-navigation-icon,
.swiper-horizontal.swiper-rtl~.swiper-button-next .swiper-navigation-icon,
.swiper-horizontal~.swiper-button-prev .swiper-navigation-icon {
    transform: rotate(180deg)
}

.swiper-horizontal.swiper-rtl .swiper-button-prev .swiper-navigation-icon,
.swiper-horizontal.swiper-rtl~.swiper-button-prev .swiper-navigation-icon {
    transform: rotate(0)
}

.swiper-vertical .swiper-button-next,
.swiper-vertical .swiper-button-prev,
.swiper-vertical~.swiper-button-next,
.swiper-vertical~.swiper-button-prev {
    left: var(--swiper-navigation-top-offset, 50%);
    margin-left: calc(0px - var(--swiper-navigation-size)/ 2)
}

.swiper-vertical .swiper-button-prev,
.swiper-vertical~.swiper-button-prev {
    bottom: auto;
    top: var(--swiper-navigation-sides-offset, 4px);
    transform: rotate(-90deg)
}

.swiper-vertical .swiper-button-next,
.swiper-vertical~.swiper-button-next {
    bottom: var(--swiper-navigation-sides-offset, 4px);
    top: auto;
    transform: rotate(90deg)
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transform: translateZ(0);
    transition: opacity .3s;
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    left: 0;
    top: var(--swiper-pagination-top, auto);
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    font-size: 0;
    overflow: hidden
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    position: relative;
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    display: inline-block;
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px))
}

.swiper-pagination-bullet button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    opacity: var(--swiper-pagination-bullet-opacity, 1)
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    left: var(--swiper-pagination-left, auto);
    right: var(--swiper-pagination-right, 8px);
    top: 50%;
    transform: translate3d(0, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    display: block;
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: transform .2s, top .2s
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s, left .2s
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s, right .2s
}

.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .2509803922));
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scale(0);
    transform-origin: left top;
    width: 100%
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0;
    width: 100%
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
    height: 100%;
    left: 0;
    top: 0;
    width: var(--swiper-pagination-progressbar-size, 4px)
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1019607843));
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    position: relative;
    touch-action: none
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    bottom: var(--swiper-scrollbar-bottom, 4px);
    height: var(--swiper-scrollbar-size, 4px);
    left: var(--swiper-scrollbar-sides-offset, 1%);
    position: absolute;
    top: var(--swiper-scrollbar-top, auto);
    width: calc(100% - var(--swiper-scrollbar-sides-offset, 1%) * 2);
    z-index: 50
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
    height: calc(100% - var(--swiper-scrollbar-sides-offset, 1%) * 2);
    left: var(--swiper-scrollbar-left, auto);
    position: absolute;
    right: var(--swiper-scrollbar-right, 4px);
    top: var(--swiper-scrollbar-sides-offset, 1%);
    width: var(--swiper-scrollbar-size, 4px);
    z-index: 50
}

.swiper-scrollbar-drag {
    background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5019607843));
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
    width: 100%
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    text-align: center;
    width: 100%
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-height: 100%;
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move;
    touch-action: none
}

.swiper .swiper-notification {
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
    margin: 0 auto;
    transition-timing-function: ease-out
}

.swiper-grid>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
    flex-direction: column;
    flex-wrap: wrap
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active {
    pointer-events: auto
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper.swiper-cube {
    overflow: visible
}

.swiper-cube .swiper-slide {
    backface-visibility: hidden;
    height: 100%;
    pointer-events: none;
    transform-origin: 0 0;
    visibility: hidden;
    width: 100%;
    z-index: 1
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-cube-shadow {
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: .6;
    position: absolute;
    width: 100%;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    background: #000;
    bottom: 0;
    content: "";
    filter: blur(50px);
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.swiper-cube .swiper-slide-next+.swiper-slide {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
    backface-visibility: hidden;
    z-index: 0
}

.swiper.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    backface-visibility: hidden;
    pointer-events: none;
    z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
    backface-visibility: hidden;
    z-index: 0
}

.swiper-creative .swiper-slide {
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height
}

.swiper.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    backface-visibility: hidden;
    overflow: hidden;
    transform-origin: center bottom
}

.ekiben-carousel .swiper-wrapper {
    transition-timing-function: linear
}

.ekiben-carousel .swiper-slide img {
    height: auto;
    width: 100%
}

#header {
    transition: all .2s ease;
    height: 43px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    color: #fff;
    background-color: #c83737;
    display: flex;
    align-items: center;
    line-height: 1
}

@media (min-width:770px) {
    #header {
        min-width: 900px;
        height: 75px
    }

    #header a:hover {
        opacity: .8
    }
}

#header * {
    transition: all .2s ease
}

#header h1 {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-left: 10px;
    font-weight: 700
}

#header h1 .headnav1 {
    font-size: 14px;
    font-weight: bold;
    padding-right: 5px;
}


#header h1 {
    width: 100%;
    max-width: 850px;
    margin: auto
}


#header h1 a {
    text-decoration: none
}

#header h1 a img {
    width: 100px
}

@media (min-width:770px) {
    #header h1 a img {
        width: 128px
    }
}

#header h1 span {
    font-size: 14px;
    color: #fff;
    padding-left: 10px;
    padding-bottom: 1px
}

@media (min-width:770px) {
    #header h1 span {
        font-size: 20px
    }
}

#footer {
    text-align: center;
    position: relative;
    z-index: 0;
    background-color: #c83737;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -1;
}

@media (min-width:770px) {
    #footer {
        height: 75px
    }
}

#footer a:hover {
    filter: brightness(110%)
}

#footer p {
    font-size: 11px;
    letter-spacing: .15;
    font-family: Futura, "Trebuchet MS", Arial, sans-serif;
    color: #fff
}

@media (min-width:770px) {
    #footer p {
        font-size: 16px
    }
}

#footer .sns {
    margin-bottom: 20px
}

@media (min-width:770px) {
    #footer .sns {
        margin-bottom: 35px
    }
}

#footer .sns li {
    display: inline;
    margin: 0 5px
}

@media (min-width:770px) {
    #footer .sns li {
        margin: 0 10px
    }
}

#footer .sns li img {
    width: 30px
}

#footer #totop {
    position: fixed;
    bottom: -50px;
    right: 10px;
    opacity: 0;
    z-index: 9;
    transition: all .2s ease
}

@media (min-width:770px) {
    #footer #totop {
        bottom: -56px;
        right: auto;
        left: 50%;
        margin-left: 394px
    }
}

#footer #totop.show {
    opacity: 1;
    bottom: 10px
}

@media (min-width:770px) {
    #footer #totop.show {
        bottom: 16px
    }
}

#footer #totop a {
    position: relative;
    display: block;
    background-color: #00459c;
    color: #fff;
    font-size: 14px;
    width: 50px;
    height: 50px;
    border-radius: 28px;
    font-family: Futura, "Trebuchet MS", Arial, sans-serif;
    text-decoration: none;
    line-height: 68px
}

@media (min-width:770px) {
    #footer #totop a {
        font-size: 16px;
        width: 56px;
        height: 56px;
        line-height: 74px
    }
}

#footer #totop a:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-bottom: 0 solid transparent;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    border-right: 0 solid transparent;
    transform: rotate(45deg);
    position: absolute;
    top: 12px;
    left: 50%;
    margin-left: -5px
}

.red {
    color: red
}

i {
    font-style: normal
}

@media (max-width:769px) {
    .pc {
        display: none
    }

    .sp {
        display: block
    }
}

@media (min-width:770px) {
    .pc {
        display: block
    }

    .sp {
        display: none
    }
}

.main {
    overflow: hidden;
    position: relative;
    z-index: 0;
    margin: auto;
    padding-top: 43px;
    min-height: calc(100svh - 43px)
}

@media (min-width:770px) {
    .main {
        padding-top: 75px;
        min-height: calc(100svh - 75px)
    }
}

.bgtrain {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    pointer-events: none;
    filter: drop-shadow(0 100svh 0 rgba(65, 37, 0, .7))
}

@media (max-width:769px) {
    .bgtrain {
        display: none
    }
}

.bgtrain__left {
    position: absolute;
    top: 100svh;
    left: 0;
    translate: -70% -50%
}

@media (min-width:770px) {
    .bgtrain__left {
        top: 90svh
    }
}

.bgtrain__right {
    position: absolute;
    top: 45svh;
    right: 0;
    translate: 70% -50%
}

@media (min-width:770px) {
    .bgtrain__right {
        top: 40svh
    }
}

.teaser {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding-top: 35px
}

@media (min-width:770px) {
    .teaser {
        gap: 20px;
        padding-top: 40px
    }
}

.teaser__title {
    width: calc(100% - 74px);
    max-width: 534px
}

@media (max-width:769px) {
    .teaser__title {
        padding-bottom: 10px
    }
}

.teaser__kaiki {
    width: calc(100% - 160px);
    max-width: 320px
}

@media (max-width:769px) {
    .teaser__kouen {
        font-size: 10px;
        margin-bottom: 15px
    }
}

.teaser__counter {
    position: relative;
    max-width: 644px;
    width: calc(100% - 24px);
    margin-top: 20px
}

@media (min-width:770px) {
    .teaser__counter {
        margin-top: 0
    }
}

.teaser__counter .background img {
    width: 100%
}

.teaser__counter .text {
    position: absolute;
    top: 0;
    left: 50%;
    width: 124px;
    translate: -50% -100%
}

@media (min-width:770px) {
    .teaser__counter .text {
        width: 172px;
        left: 0;
        translate: -30px -50%;
        rotate: -20deg
    }
}

.teaser__counter .counter {
    position: absolute;
    top: 0;
    left: 0;
    font-family: Inconsolata, monospace;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    font-variation-settings: "wdth" 112.5;
    color: #412500;
    width: 100%;
    line-height: 1;
    padding: 6% 3.9%;
    padding-right: 3%;
    display: flex;
    justify-content: space-between;
    font-size: clamp(10px, 16vw, 100px);
    letter-spacing: .05em;
    text-align: center
}

@media (min-width:770px) {
    .teaser__counter .counter {
        padding: 6.3% 8.5%;
        padding-right: 7.7%
    }
}

.teaser__counter .counter #day {
    color: #c83737
}

.teaser__koushin {
    width: calc(100% - 74px);
    max-width: 496px;
    margin-top: 1.5em
}

.teaser__guide {
    max-width: 282px
}

@media (max-width:769px) {
    .teaser__guide {
        position: absolute;
        top: 43px;
        left: 0
    }
}

@media (min-width:770px) {
    .teaser__guide {
        width: 282px
    }

    .teaser__guide img {
        width: 100%
    }

    .teaser__guide a:hover img {
        scale: 1.1
    }
}

.teaser__guide--title {
    width: 467px !important;
    max-width: none;
    position: relative;
    left: 50%;
    translate: -50% 0;
    margin: 20px 0
}

@media (max-width:769px) {
    .teaser__guide--title {
        display: none;
        width: 22px !important;
        position: absolute;
        top: 155px;
        left: 17px
    }
}

.teaser__note {
    text-align: center;
    margin: 10px auto;
    font-size: 10px;
    font-weight: 600
}

@media (min-width:770px) {
    .teaser__note {
        font-size: 15px;
        margin: 20px auto
    }
}

.teaser__x {
    margin: 20px auto 0;
    position: relative;
    z-index: 10;
    width: -moz-fit-content;
    width: fit-content
}

@media (min-width:770px) {
    .teaser__x {
        margin: 0;
        width: -moz-fit-content;
        width: fit-content;
        position: fixed;
        left: 20px;
        bottom: 20px;
        z-index: 5;
        transition: opacity .6s
    }

    .teaser__x.is_hide {
        opacity: 0;
        pointer-events: none
    }

    .teaser__x a:hover img {
        scale: 1.1
    }
}

.teaser__x img {
    width: 220px
}

@media (min-width:770px) {
    .teaser__x img {
        width: 272px
    }
}

.teaser__click {
    width: 165px
}

@media (min-width:770px) {
    .teaser__click {
        width: 200px;
        position: absolute;
        right: 140px;
        top: 100svh;
        translate: 0 -100%;
        transition: opacity .6s
    }

    .teaser__click:hover img {
        scale: 1.1
    }

    .teaser__click.is_hide {
        opacity: 0;
        pointer-events: none
    }
}

.teaser__buttons {
    margin: 15px 22px 0;
    display: flex;
    justify-content: space-between
}

@media (min-width:770px) {
    .teaser__buttons {
        display: block;
        margin: 0
    }
}

.teaser__info {
    display: block;
    margin: auto;
    margin-top: 35px;
    width: 320px
}

@media (min-width:770px) {
    .teaser__info {
        margin-top: 40px;
        width: calc(100% - 80px);
        max-width: 575px
    }
}

.teaser__info img {
    width: 100%
}

.ekiben-carousel {
    overflow: visible;
    z-index: -1;
    pointer-events: none;
    opacity: 0
}

.ekiben-carousel.swiper-initialized {
    opacity: 1
}

.ekiben-carousel .swiper-wrapper {
    transition-timing-function: linear !important
}

.ekiben-carousel .swiper-slide {
    position: relative;
    z-index: -5
}

.ekiben-carousel .swiper-slide img:not(.balloon) {
    height: auto;
    width: 100%;
    scale: 1.1;
    z-index: -5
}

.ekiben-carousel .swiper-slide .balloon {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    width: auto;
    max-width: none;
    translate: -50% -50%;
    z-index: 1;
    animation: blnrotate 3s ease-in-out infinite;
    opacity: 0;
    transition: opacity .4s
}

.ekiben-carousel .swiper-slide.inviewed .balloon {
    opacity: 1
}

.ekiben-carousel .swiper-slide.inviewed {
    z-index: 2 !important
}

.ekiben-carousel .swiper-slide.swiper-slide-next,
.ekiben-carousel .swiper-slide.swiper-slide-prev {
    z-index: -2
}

.ekiben-carousel#bottomCarousel .balloon.left,
.ekiben-carousel#leftCarousel .balloon.left,
.ekiben-carousel#rightCarousel .balloon.right {
    display: none
}

.ekiben-carousel#bottomCarousel [data-swiper-slide-index="0"] .balloon,
.ekiben-carousel#bottomCarousel [data-swiper-slide-index="10"] .balloon,
.ekiben-carousel#bottomCarousel [data-swiper-slide-index="12"] .balloon,
.ekiben-carousel#bottomCarousel [data-swiper-slide-index="14"] .balloon,
.ekiben-carousel#bottomCarousel [data-swiper-slide-index="16"] .balloon,
.ekiben-carousel#bottomCarousel [data-swiper-slide-index="18"] .balloon,
.ekiben-carousel#bottomCarousel [data-swiper-slide-index="2"] .balloon,
.ekiben-carousel#bottomCarousel [data-swiper-slide-index="20"] .balloon,
.ekiben-carousel#bottomCarousel [data-swiper-slide-index="22"] .balloon,
.ekiben-carousel#bottomCarousel [data-swiper-slide-index="24"] .balloon,
.ekiben-carousel#bottomCarousel [data-swiper-slide-index="26"] .balloon,
.ekiben-carousel#bottomCarousel [data-swiper-slide-index="28"] .balloon,
.ekiben-carousel#bottomCarousel [data-swiper-slide-index="30"] .balloon,
.ekiben-carousel#bottomCarousel [data-swiper-slide-index="4"] .balloon,
.ekiben-carousel#bottomCarousel [data-swiper-slide-index="6"] .balloon,
.ekiben-carousel#bottomCarousel [data-swiper-slide-index="8"] .balloon {
    translate: 30% -110%
}

.ekiben-carousel#bottomCarousel [data-swiper-slide-index="1"] .balloon,
.ekiben-carousel#bottomCarousel [data-swiper-slide-index="11"] .balloon,
.ekiben-carousel#bottomCarousel [data-swiper-slide-index="13"] .balloon,
.ekiben-carousel#bottomCarousel [data-swiper-slide-index="15"] .balloon,
.ekiben-carousel#bottomCarousel [data-swiper-slide-index="17"] .balloon,
.ekiben-carousel#bottomCarousel [data-swiper-slide-index="19"] .balloon,
.ekiben-carousel#bottomCarousel [data-swiper-slide-index="21"] .balloon,
.ekiben-carousel#bottomCarousel [data-swiper-slide-index="23"] .balloon,
.ekiben-carousel#bottomCarousel [data-swiper-slide-index="25"] .balloon,
.ekiben-carousel#bottomCarousel [data-swiper-slide-index="27"] .balloon,
.ekiben-carousel#bottomCarousel [data-swiper-slide-index="29"] .balloon,
.ekiben-carousel#bottomCarousel [data-swiper-slide-index="3"] .balloon,
.ekiben-carousel#bottomCarousel [data-swiper-slide-index="5"] .balloon,
.ekiben-carousel#bottomCarousel [data-swiper-slide-index="7"] .balloon,
.ekiben-carousel#bottomCarousel [data-swiper-slide-index="9"] .balloon {
    translate: 30% -100%
}

.ekiben-carousel#leftCarousel [data-swiper-slide-index="0"] .balloon,
.ekiben-carousel#leftCarousel [data-swiper-slide-index="10"] .balloon,
.ekiben-carousel#leftCarousel [data-swiper-slide-index="12"] .balloon,
.ekiben-carousel#leftCarousel [data-swiper-slide-index="14"] .balloon,
.ekiben-carousel#leftCarousel [data-swiper-slide-index="16"] .balloon,
.ekiben-carousel#leftCarousel [data-swiper-slide-index="18"] .balloon,
.ekiben-carousel#leftCarousel [data-swiper-slide-index="2"] .balloon,
.ekiben-carousel#leftCarousel [data-swiper-slide-index="20"] .balloon,
.ekiben-carousel#leftCarousel [data-swiper-slide-index="22"] .balloon,
.ekiben-carousel#leftCarousel [data-swiper-slide-index="24"] .balloon,
.ekiben-carousel#leftCarousel [data-swiper-slide-index="26"] .balloon,
.ekiben-carousel#leftCarousel [data-swiper-slide-index="28"] .balloon,
.ekiben-carousel#leftCarousel [data-swiper-slide-index="30"] .balloon,
.ekiben-carousel#leftCarousel [data-swiper-slide-index="4"] .balloon,
.ekiben-carousel#leftCarousel [data-swiper-slide-index="6"] .balloon,
.ekiben-carousel#leftCarousel [data-swiper-slide-index="8"] .balloon {
    translate: 20% -80%
}

.ekiben-carousel#leftCarousel [data-swiper-slide-index="1"] .balloon,
.ekiben-carousel#leftCarousel [data-swiper-slide-index="11"] .balloon,
.ekiben-carousel#leftCarousel [data-swiper-slide-index="13"] .balloon,
.ekiben-carousel#leftCarousel [data-swiper-slide-index="15"] .balloon,
.ekiben-carousel#leftCarousel [data-swiper-slide-index="17"] .balloon,
.ekiben-carousel#leftCarousel [data-swiper-slide-index="19"] .balloon,
.ekiben-carousel#leftCarousel [data-swiper-slide-index="21"] .balloon,
.ekiben-carousel#leftCarousel [data-swiper-slide-index="23"] .balloon,
.ekiben-carousel#leftCarousel [data-swiper-slide-index="25"] .balloon,
.ekiben-carousel#leftCarousel [data-swiper-slide-index="27"] .balloon,
.ekiben-carousel#leftCarousel [data-swiper-slide-index="29"] .balloon,
.ekiben-carousel#leftCarousel [data-swiper-slide-index="3"] .balloon,
.ekiben-carousel#leftCarousel [data-swiper-slide-index="5"] .balloon,
.ekiben-carousel#leftCarousel [data-swiper-slide-index="7"] .balloon,
.ekiben-carousel#leftCarousel [data-swiper-slide-index="9"] .balloon {
    translate: 50% -80%
}

.ekiben-carousel#rightCarousel [data-swiper-slide-index="0"] .balloon,
.ekiben-carousel#rightCarousel [data-swiper-slide-index="10"] .balloon,
.ekiben-carousel#rightCarousel [data-swiper-slide-index="12"] .balloon,
.ekiben-carousel#rightCarousel [data-swiper-slide-index="14"] .balloon,
.ekiben-carousel#rightCarousel [data-swiper-slide-index="16"] .balloon,
.ekiben-carousel#rightCarousel [data-swiper-slide-index="18"] .balloon,
.ekiben-carousel#rightCarousel [data-swiper-slide-index="2"] .balloon,
.ekiben-carousel#rightCarousel [data-swiper-slide-index="20"] .balloon,
.ekiben-carousel#rightCarousel [data-swiper-slide-index="22"] .balloon,
.ekiben-carousel#rightCarousel [data-swiper-slide-index="24"] .balloon,
.ekiben-carousel#rightCarousel [data-swiper-slide-index="26"] .balloon,
.ekiben-carousel#rightCarousel [data-swiper-slide-index="28"] .balloon,
.ekiben-carousel#rightCarousel [data-swiper-slide-index="30"] .balloon,
.ekiben-carousel#rightCarousel [data-swiper-slide-index="4"] .balloon,
.ekiben-carousel#rightCarousel [data-swiper-slide-index="6"] .balloon,
.ekiben-carousel#rightCarousel [data-swiper-slide-index="8"] .balloon {
    translate: -150% -80%
}

.ekiben-carousel#rightCarousel [data-swiper-slide-index="1"] .balloon,
.ekiben-carousel#rightCarousel [data-swiper-slide-index="11"] .balloon,
.ekiben-carousel#rightCarousel [data-swiper-slide-index="13"] .balloon,
.ekiben-carousel#rightCarousel [data-swiper-slide-index="15"] .balloon,
.ekiben-carousel#rightCarousel [data-swiper-slide-index="17"] .balloon,
.ekiben-carousel#rightCarousel [data-swiper-slide-index="19"] .balloon,
.ekiben-carousel#rightCarousel [data-swiper-slide-index="21"] .balloon,
.ekiben-carousel#rightCarousel [data-swiper-slide-index="23"] .balloon,
.ekiben-carousel#rightCarousel [data-swiper-slide-index="25"] .balloon,
.ekiben-carousel#rightCarousel [data-swiper-slide-index="27"] .balloon,
.ekiben-carousel#rightCarousel [data-swiper-slide-index="29"] .balloon,
.ekiben-carousel#rightCarousel [data-swiper-slide-index="3"] .balloon,
.ekiben-carousel#rightCarousel [data-swiper-slide-index="5"] .balloon,
.ekiben-carousel#rightCarousel [data-swiper-slide-index="7"] .balloon,
.ekiben-carousel#rightCarousel [data-swiper-slide-index="9"] .balloon {
    translate: -120% -80%
}

#bottomCarousel {
    padding: 20px 0
}

@media (min-width:770px) {
    #bottomCarousel {
        display: none
    }
}

#bottomCarousel [data-swiper-slide-index="0"] img:not(.balloon),
#bottomCarousel [data-swiper-slide-index="10"] img:not(.balloon),
#bottomCarousel [data-swiper-slide-index="2"] img:not(.balloon),
#bottomCarousel [data-swiper-slide-index="4"] img:not(.balloon),
#bottomCarousel [data-swiper-slide-index="6"] img:not(.balloon),
#bottomCarousel [data-swiper-slide-index="8"] img:not(.balloon) {
    translate: 0 -10%
}

#bottomCarousel [data-swiper-slide-index="1"] img:not(.balloon),
#bottomCarousel [data-swiper-slide-index="3"] img:not(.balloon),
#bottomCarousel [data-swiper-slide-index="5"] img:not(.balloon),
#bottomCarousel [data-swiper-slide-index="7"] img:not(.balloon),
#bottomCarousel [data-swiper-slide-index="9"] img:not(.balloon) {
    translate: 0 10%
}

#leftCarousel,
#rightCarousel {
    position: absolute;
    top: 0;
    width: -moz-fit-content;
    width: fit-content;
    height: 100%;
    padding: 0 40px
}

@media (max-width:769px) {

    #leftCarousel,
    #rightCarousel {
        display: none
    }
}

#leftCarousel .swiper-slide img:not(.balloon),
#rightCarousel .swiper-slide img:not(.balloon) {
    height: 100%;
    width: auto
}

#leftCarousel [data-swiper-slide-index="0"] img:not(.balloon),
#leftCarousel [data-swiper-slide-index="10"] img:not(.balloon),
#leftCarousel [data-swiper-slide-index="2"] img:not(.balloon),
#leftCarousel [data-swiper-slide-index="4"] img:not(.balloon),
#leftCarousel [data-swiper-slide-index="6"] img:not(.balloon),
#leftCarousel [data-swiper-slide-index="8"] img:not(.balloon),
#rightCarousel [data-swiper-slide-index="0"] img:not(.balloon),
#rightCarousel [data-swiper-slide-index="10"] img:not(.balloon),
#rightCarousel [data-swiper-slide-index="2"] img:not(.balloon),
#rightCarousel [data-swiper-slide-index="4"] img:not(.balloon),
#rightCarousel [data-swiper-slide-index="6"] img:not(.balloon),
#rightCarousel [data-swiper-slide-index="8"] img:not(.balloon) {
    translate: -20% 0
}

#leftCarousel [data-swiper-slide-index="1"] img:not(.balloon),
#leftCarousel [data-swiper-slide-index="3"] img:not(.balloon),
#leftCarousel [data-swiper-slide-index="5"] img:not(.balloon),
#leftCarousel [data-swiper-slide-index="7"] img:not(.balloon),
#leftCarousel [data-swiper-slide-index="9"] img:not(.balloon),
#rightCarousel [data-swiper-slide-index="1"] img:not(.balloon),
#rightCarousel [data-swiper-slide-index="3"] img:not(.balloon),
#rightCarousel [data-swiper-slide-index="5"] img:not(.balloon),
#rightCarousel [data-swiper-slide-index="7"] img:not(.balloon),
#rightCarousel [data-swiper-slide-index="9"] img:not(.balloon) {
    translate: 20% 0
}

#leftCarousel {
    left: 0
}

#rightCarousel {
    right: 0
}

@keyframes blnrotate {
    0% {
        transform: rotate(-5deg)
    }

    50% {
        transform: rotate(5deg)
    }

    100% {
        transform: rotate(-5deg)
    }
}

.roulette {
    padding: 10px 0;
    width: calc(100% - 40px);
    max-width: 980px;
    margin: auto
}

@media (min-width:770px) {
    .roulette {
        width: calc(100% - 80px);
        padding: 50px 0;
    }
}

.roulette__title {
    width: 326px;
    margin: 0 auto 18px
}

@media (min-width:770px) {
    .roulette__title {
        width: 500px;
        margin: 0 auto 53px
    }
}

.roulette__lead {
    display: block;
    width: 277px;
    margin: 0 auto 28px
}

@media (min-width:770px) {
    .roulette__lead {
        width: 100%;
        margin: 0 auto 60px
    }
}

.roulette__lead img {
    width: 100%
}

.roulette__flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 35px;
    margin-bottom: 25px
}

@media (min-width:770px) {
    .roulette__flex {
        flex-direction: row;
        align-items: flex-start;
        margin-bottom: 60px
    }
}

.roulette__slot {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%
}

.roulette__slot .slot {
    width: 245px
}

@media (min-width:770px) {
    .roulette__slot .slot {
        width: 100%
    }
}

.roulette__info {
    width: 327px
}

@media (min-width:770px) {
    .roulette__info {
        width: 100%;
        flex: 2.1
    }
}

.roulette__info img {
    width: 100%
}

.roulette__start {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin: 20px auto 0
}

@media (min-width:770px) {
    .roulette__start {
        width: 100%
    }
}

.roulette__start img {
    display: block;
    width: 298px;
    translate: 4% 0
}

@media (min-width:770px) {
    .roulette__start img {
        width: 100%
    }
}

.roulette__start:hover img {
    scale: 1.025
}

.roulette__check {
    display: block;
    width: 337px;
    margin: 0 auto 1em
}

@media (min-width:770px) {
    .roulette__check {
        width: 100%;
        max-width: 1145px
    }
}

.roulette__check img {
    width: 100%
}

@media (min-width:770px) {
    .roulette .teaser__guide {
        margin: 40px auto 40px
    }
}

.slot {
    position: relative
}

.slot__bg {
    width: 100%
}

.slot__item {
    position: absolute;
    top: 5%;
    left: 5%;
    width: 45%;
    aspect-ratio: 1
}

.slot__item.slotA {
    top: 5%;
    left: 5%
}

.slot__item.slotB {
    top: 5%;
    left: 50%
}

.slot__item.slotC {
    top: 50%;
    left: 5%
}

.slot__item.slotD {
    top: 50%;
    left: 50%
}

.slot__item--icon {
    position: absolute;
    top: 4%;
    left: 4%;
    width: 18%;
    z-index: 1
}

.slot__item--photo {
    position: absolute;
    width: 99%;
    height: 99%;
    z-index: 0;
    -o-object-fit: contain;
    object-fit: contain;
    opacity: 0
}

.slotA .slot__item--photo {
    top: 0;
    left: 0
}

.slotB .slot__item--photo {
    top: 0;
    right: 0
}

.slotC .slot__item--photo {
    bottom: 0;
    left: 0
}

.slotD .slot__item--photo {
    bottom: 0;
    right: 0
}

[data-slot="1"] .slot__item--photo.item1,
[data-slot="2"] .slot__item--photo.item2,
[data-slot="3"] .slot__item--photo.item3,
[data-slot="4"] .slot__item--photo.item4,
[data-slot="5"] .slot__item--photo.item5,
[data-slot="6"] .slot__item--photo.item6,
[data-slot="7"] .slot__item--photo.item7,
[data-slot="8"] .slot__item--photo.item8,
[data-slot="9"] .slot__item--photo.item9 {
    opacity: 1
}

.modal-open {
    overflow: hidden
}

.modal {
    opacity: 0;
    scale: .95;
    pointer-events: none;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(65, 37, 0, .9);
    overflow: auto;
    padding: 100px 20px 40px;
    transition: all .3s ease
}

@media (min-width:770px) {
    .modal {
        padding: 100px 20px
    }
}

.modal-open .modal {
    opacity: 1;
    scale: 1;
    pointer-events: all
}

.modal__title {
    width: 300px;
    margin: 0 auto 48px
}

@media (min-width:770px) {
    .modal__title {
        width: 534px;
        margin: 0 auto 60px
    }
}

@media (min-width:770px) {
    .modal__flex {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: auto;
        gap: 60px;
        width: 90%;
        max-width: 980px
    }

    .modal__flex--info {
        flex: 2.1
    }
}

.modal__image {
    width: 248px;
    margin: 0 auto 48px;
    position: relative
}

@media (min-width:770px) {
    .modal__image {
        width: auto;
        flex: 1;
        margin: 0
    }
}

.modal__cracker {
    width: 50px;
    position: absolute;
    top: 0;
    left: 0;
    translate: -80% -80%;
    transform-origin: right bottom;
    animation: cracker 1s ease-in-out infinite
}

@media (min-width:770px) {
    .modal__cracker {
        width: 100px
    }
}

.modal__cracker+.modal__cracker {
    top: auto;
    left: auto;
    right: 0;
    bottom: 0;
    translate: -20% -20%;
    rotate: 180deg
}

.modal__info {
    display: flex;
    flex-direction: column;
    gap: 20px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    width: 248px;
    margin: 0 auto 48px
}

@media (min-width:770px) {
    .modal__info {
        flex-direction: row;
        flex-wrap: wrap;
        width: auto;
        gap: 30px 20px;
        font-size: 20px;
        margin: 0
    }
}

.modal__info dl {
    display: flex;
    gap: .5em
}

@media (min-width:770px) {
    .modal__info dl {
        width: calc(50% - 15px)
    }
}

.modal__info dl dt {
    width: 1.5em
}

.modal__info dl dt img {
    width: 100%
}

.modal__lineup {
    display: block;
    width: 100%;
    margin: 0 auto
}

@media (min-width:770px) {
    .modal__lineup {
        width: 100%;
        max-width: 980px;
        margin-top: 60px
    }
}

.modal__lineup img {
    width: 100%
}

.modal__close {
    display: block;
    width: 40px;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 10;
    opacity: 0;
    scale: .95;
    pointer-events: none;
    transition: all .3s ease
}

.modal-open .modal__close {
    opacity: 1;
    scale: 1;
    pointer-events: all
}

@keyframes cracker {
    0% {
        scale: 0;
        opacity: 1
    }

    80% {
        opacity: 1
    }

    100% {
        scale: 1;
        opacity: 0
    }
}

/*# sourceMappingURL=style_ekiben.css.map */