.main {
    max-width: var(--1140-px);
}

#menu {
    z-index: 1000;
}

#bottom-in-article {
	width: var(--660-px);
    margin: auto;
}

.section1, .section2, .section4 {
	display: flex;
    gap: var(--40-px);
    padding: 0 var(--20-px);
}

.section1 :is(.col1, .col2) {
	display: flex;
    flex-direction: column;
    gap: var(--20-px);
}

.section2 :is(.col1, .col2) {
	display: flex;
    flex-direction: column;
    gap: var(--20-px);
}

.section4 :is(.col1, .col2) {
	display: flex;
    flex-direction: column;
    gap: var(--20-px);
}

video {
	width: var(--760-px);
}

.carousel {
    background: url(images/carousel-backgound.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    position: relative;
	max-width: var(--760-px);
}

.carousel * {
	box-sizing: border-box;
}

.carousel img {
	-webkit-filter: none !important;
    filter: none !important;
}

.carousel-button {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
    top: calc(50% - var(--20-px));
    padding: 0 var(--5-px);
}

.carousel-next, .carousel-prev {
    width: var(--40-px);
    padding: var(--10-px);
    background-color: #00000090;
    border-radius: 50%;
    cursor: pointer;
}

.carousel-list-item {
    display: flex;
    flex-direction: row;
    column-gap: var(--20-px);
    padding: var(--20-px);
    width: 100%;
    flex-wrap: nowrap;
    overflow: scroll hidden;
    scroll-behavior: smooth;
}

.carousel-list-item::-webkit-scrollbar {
  display: none;
}

.carousel-item {
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #fff;
    flex-shrink: 0;
    padding-bottom: var(--5-px);
}

.carousel-title {
    font-size: var(--10-px);
    padding: var(--5-px);
}

.carousel-link {
    font-size: var(--10-px);
    margin-left: auto;
    margin-right: auto;
    padding: var(--5-px) var(--8-px);
    border: 1px solid #cecdcd;
}

.carousel-link a {
    color: #cf2a0e;
    text-decoration: none;
}

.balloon {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 999;
    display: inline-block;
}

.balloon *{
	display: none;
	-webkit-filter: none !important;
    filter: none !important;
}

.hand {
	position: absolute;
    color: #000000;
    font-size: var(--10-px);
    line-height: 1.5;
    z-index: 999999;
    width: 100%;
    justify-content: center;
	top: var(--030-px);
}

.hand img {
	display: block !important;
}

.balloon-close {
	position: absolute;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    width: var(--25-px);
    aspect-ratio: 1;
    text-align: center;
    font-size: var(--15-px);
    line-height: 1.5;
    border-radius: 50%;
    cursor: pointer;
    z-index: 999999;
    display: block;
}

#countdown {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 42px;
    font-weight: bold;
    color: #fff;
    background: rgba(0,0,0,0.5);
    padding: 10px 25px;
    border-radius: 12px;
    z-index: 9999;
    pointer-events: none;
}

#balloon-standard, #balloon-01, #balloon-02 {
	width: var(--300-px);
}

#balloon-03, #balloon-04 {
	width: var(--120-px);
}

#balloon-expand-01, #balloon-expand-04 {
	width: var(--500-px);
}

#balloon-expand-02 {
	width: var(--800-px);
}

#balloon-expand-03 {
	width: var(--370-px);
}
