:root {
    --swiper-theme-color: #545d32;
}

:root {
    --maincolor: #545d32; // ��罸�𦠜�璅蹱�𤥁𠧧
    --main-gray: #acadad; // �啗𠧧
    --bgPurple: #585494; // 撅梢�𡒊枤�聦蝝怨𠧧
    --bgOrange: #e5841f; // 蝢𤾸飛摰嗅�𧢲�䁅𠧧
    --bgGreen: #1e97d3; // mumu撱𡁏���滩𠧧
    --bgYellow: #e5b02c; // ��𣂼�𡁻�𤾸捎暺��𠧧
    --og1: #DC6024;
    --og2: #E58421;
    --og3: #E5B12C;
}

:root {
    --purple: #5b5997;
    --yeorange: #ee8718;
    --orange: #e8611d;
    --blue: #00a1e5;
    --yellow: #eeb622;
    --green: #4eb133;
    --grey: #acadad;
}

html {
    color: white;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none !important;
    text-decoration: none;
}

.bgGray {
    background-color: #acadad !important;
}

/* .bgPurple {
    background-color: var(--bgPurple) !important;
} */

.bgOrange {
    background-color: #e5841f !important;
}

.bgGreen {
    background-color: #1e97d3 !important;
}

.bgYellow {
    background-color: #e5b02c !important;
}

body {
    position: relative;
}

.bg-dark {
    background-color: unset !important;
}

.navbar {
    justify-content: flex-end;
    background-color: unset !important;
    position: fixed;
    top: 20px;
    right: 0;
    z-index: 9999999;
    width: 100%;
}

.navbar .navbar-toggler {
    padding: 0.15rem 0.15rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: var(--maincolor) !important;
    border-radius: 100px;
    width: 60px;
    height: 60px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    position: relative;
    outline: 0;
}

.navbar-toggler.collapsed i.fas.fa-bars {
    display: block;
}

.navbar-toggler.collapsed i.fas.fa-times {
    display: none;
}

.navbar-toggler i.fas.fa-bars {
    display: none;
}

.navbar-toggler i.fas.fa-times {
    display: block;
}

.navbar .navbar-toggler::after {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-sizing: inherit;
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    pointer-events: none;
    border: 5px solid white;
    z-index: -1;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-name: intervalHamburgerBorder;
    animation-name: intervalHamburgerBorder;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.navbar .navbar-toggler .navbar-toggler-icon {
    display: inline-block;
    width: 60px;
    height: 60px;
    vertical-align: middle;
    content: "";
    background-image: none;
    background-size: 70% 70%;
}

@-webkit-keyframes intervalHamburgerBorder {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    80% {
        -webkit-transform: scale(1.6);
        transform: scale(1.6);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.6);
        transform: scale(1.6);
    }
}

@keyframes intervalHamburgerBorder {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    80% {
        -webkit-transform: scale(1.6);
        transform: scale(1.6);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.6);
        transform: scale(1.6);
    }
}

ul.navbar-nav {
    background-color: var(--maincolor);
    padding: 15px 20px;
    border-radius: 3px;
    color: white !important;
    margin-top: 15px;
    float: unset;
    width: auto;
    font-size: 1.1rem;
    letter-spacing: 0.1em;
}

ul.navbar-nav>li+div img {
    width: 40px;
}

.dropdown-toggle::after {
    font-family: "Font Awesome 5 Pro";
    content: "\f0fe";
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    position: absolute;
    top: 15px;
    right: 5px;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}

@media (min-width: 992px) {
    ul.navbar-nav {
        width: 300px;
        float: right;
    }
}

ul.navbar-nav .nav-link {
    color: white !important;
}

.homepage-hero-module {
    height: 741px;
    width: 100%;
    position: relative;

}

@media (min-width: 375px) {
    .homepage-hero-module {
        height: 812px;
    }
}

.socialICon {
    width: 100%;
    text-align: right;
    float: right;
}

.socialICon a {
    display: inline-block;
}

.homepage-hero-module .video-container {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    overflow: hidden;
    background-image: url('../images/mainphoto.jpg');
    background-size: cover;
    background-position: center bottom;
}

.homepage-hero-module video.pc {
    width: auto;
    height: 1024px;
    position: absolute;
    margin-top: 0px;
    z-index: 0;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

@media (min-width: 768px) {
    .homepage-hero-module video.pc {
        width: auto;
        height: 1120px;
    }
}

@media (min-width: 992px) {
    .homepage-hero-module video.pc {
        width: auto;
        height: 1366px;
    }
}

@media (min-width: 1200px) {
    .homepage-hero-module video.pc {
        width: auto;
        height: 100vh;
    }
}

@media (min-width: 1440px) {
    .homepage-hero-module video.pc {
        width: auto;
        height: 1080px;
    }
}

@media (min-width: 1900px) {
    .homepage-hero-module video.pc {
        width: auto;
        height: 1080px;
    }
}

@media (min-width: 2000px) {
    .homepage-hero-module video.pc {
        width: 120%;
        height: auto;
    }
}

.homepage-hero-module video.mobile {
    width: auto;
    height: 990px;
    position: absolute;
    left: 50%;
    bottom: unset;
    transform: translateX(-50%);
    z-index: 33;
}

@media (min-width: 768px) {
    .homepage-hero-module video.mobile {
        width: auto;
        height: 1400px;
        bottom: 170px;
    }
}

.mainVisual {
    display: block;
    position: absolute;
    z-index: 111117;
    width: 100%;
    height: 100vh;
    justify-content: unset;
    align-items: unset;
}

@media (min-width: 992px) {
    .mainVisual {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.mainVisual img {
    width: 40%;
    display: block;
    margin: 90px auto 0 auto;
    position: unset;
}

@media (min-width: 320px) {
    .mainVisual img {
        width: 50%;
        margin: 40px auto 0 auto;
    }
}

@media (min-width: 768px) {
    .mainVisual img {
        width: 30%;
        margin: 100px auto 0 auto;
    }
}

@media (min-width: 992px) {
    .mainVisual img {
        width: 300px;
        margin: 100px auto 0 auto;
    }
}

@media (min-width: 1200px) {
    .mainVisual img {
        width: 270px;
        margin: 50px auto 0 auto;
    }
}

@media (min-width: 1440px) {
    .mainVisual img {
        width: 350px;
        margin: 0;
    }
}

.circleStyle {
    width: 80px;
    height: 80px;
    font-size: 1rem;
    line-height: 1.2;
    text-align: center;
    border-radius: 100%;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 5px 6px 0 rgba(0, 0, 0, 0.5);
    margin: 0 auto;
}

@media (min-width: 1200px) {
    .circleStyle {
        width: 180px;
        height: 180px;
        font-size: 36px;
        line-height: 1.2;
        box-shadow: 20px 28px 0 rgba(0, 0, 0, 0.5);
    }
}

@media (min-width: 1440px) {
    .circleStyle {
        width: 240px;
        height: 240px;
        font-size: 46px;
        line-height: 1.2;
        box-shadow: 20px 28px 0 rgba(0, 0, 0, 0.5);
    }
}

.og1 {
    background-color: #DC6024;
}

.og2 {
    background-color: #E58421;
}

.og3 {
    background-color: #E5B12C;
}

.mainText {
    text-align: center;
    color: white;
    font-size: 1rem;
    padding-top: 60px;
    padding-bottom: 45px;
    background-image: url(../images/mainbg.png);
    background-size: cover;
    background-position: center center;
    clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0% 100%);
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    margin-top: 100vh;
    font-weight: bold;
}


@media (min-width: 768px) {
    .mainText {
        /*margin-top: 250px;*/
        padding-top: 131px;
        padding-bottom: 143px;
    }
}

@media (min-width: 991px) {
    .mainText {
        /*margin-top: 650px;*/
        padding-top: 350px;
        padding-bottom: 350px;
        font-size: 1.5rem;
    }
}

@media (min-width: 1200px) {
    .mainText {
        padding-top: 150px;
        padding-bottom: 150px;

    }
}

@media (min-width: 1441px) {
    .mainText {
        padding-top: 150px;
        padding-bottom: 150px;
        /*margin-top: 1080px;*/
    }
}

@media (max-width: 1440px) {
    .mainText {
        position: initial;
        margin: 0;
        padding: 10% 0;

        margin-top: 50px;
    }
}

@media (max-width: 992px) {
    .mainText {

        padding: 150px 0;
    }

    .mainVisual {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .mainVisual img {
        margin: 0;
    }
}

@media (max-width: 480px) {
    .mainText {
        /* clip-path: polygon(0 130px, 100% 0%, 100% 560px, 0% 100%); */
        padding: 130px 0;
        margin: 0;
    }
}

.mainwrap {
    background-image: url(../images/qabg.jpg);
    background-size: 120%;
    background-position: center center;
    background-attachment: fixed;
    width: 100%;
    height: auto;
    padding: 20px 5px;
    position: absolute;
    z-index: 77;
    margin-top: 0;
}

@media (min-width: 375px) {
    .mainwrap {
        /* margin-top: 50px; */
    }
}

@media (min-width: 768px) {
    .mainwrap {
        /* margin-top: 150px; */
    }
}

@media (min-width: 992px) {
    .mainwrap {
        margin-top: 1080px;
        padding: 40px 40px;
    }
}

@media (min-width: 1200px) {
    .mainwrap {
        margin-top: 260px;
        padding: 40px 40px;
    }
}

@media (min-width: 1400px) {
    .mainwrap {
        margin-top: 1560px;
        padding: 40px 40px;
    }
}

.infoList {
    background-color: white;
    width: 100%;
    padding: 50px 0 50px 0;
    margin: 0 0 150px 0;
}

@media (min-width: 992px) {
    .infoList {
        margin: 0 0 250px 0;
        padding: 50px 0 50px 0;
    }
}

@media (min-width: 1440px) {
    .infoList {
        margin: 0 0 250px 0;
        padding: 50px 90px 50px 90px;
    }
}

.infoList .mainTitle {
    text-align: center;
    margin: 30px auto;
}

.infoList .mainTitle span {
    display: inline-block;
    margin: 0 auto;
    font-size: 2.8rem;
    color: #000000;
    padding-bottom: 0px;
    border-bottom: 8px solid #000000;
    text-align: center;
    font-weight: bold;
}

@media (min-width: 992px) {
    .infoList .mainTitle span {
        font-size: 3.5rem;
    }
}

.spec img {
    width: calc(100% - 1px);
    max-height: 100%;
}

@media (min-width: 768px) {
    .spec img {
        width: 100%;
    }
}

.specInfo {
    text-align: center;
    font-size: 0.5rem;
    line-height: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (min-width: 768px) {
    .specInfo {
        font-size: 1rem;
        line-height: 2rem;
    }
}

@media (min-width: 992px) {
    .specInfo {
        font-size: 1.2rem;
        line-height: 2rem;
    }
}

@media (min-width: 1200px) {
    .specInfo {
        font-size: 1.2rem;
        line-height: 3rem;
    }
}

@media (min-width: 1400px) {
    .specInfo {
        font-size: 1.2rem;
        line-height: 4rem;
    }
}

.specInfo>div {
    width: auto;
    padding: 0 3px;
    text-align: left;
    width: 85%;
}

@media (min-width: 414px) {
    .specInfo>div {
        padding: 0 10px;
        width: 85%;
    }
}

@media (min-width: 992px) {
    .specInfo>div {
        padding: 0 25px;
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .specInfo>div {
        padding: 0 75px;
        width: 100%;
    }
}

.specInfo span {
    font-size: 0.7rem;
    margin-bottom: 5px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 100%;
    display: inline-block;
    color: white;
    text-align: center;
}

@media (min-width: 768px) {
    .specInfo span {
        font-size: 2.2rem;
        width: 65px;
        height: 65px;
        line-height: 65px;
        margin-bottom: 15px;
    }
}

@media (min-width: 992px) {
    .specInfo span {
        font-size: 2.2rem;
        width: 50px;
        height: 50px;
        line-height: 50px;
        margin-bottom: 35px;
    }
}

@media (min-width: 1200px) {
    .specInfo span {
        font-size: 3rem;
        width: 80px;
        height: 80px;
        line-height: 80px;
        margin-bottom: 55px;
    }
}

@media (min-width: 1400px) {
    .specInfo span {
        font-size: 3rem;
        width: 80px;
        height: 80px;
        line-height: 80px;
        margin-bottom: 50px;
    }
}

.specInfo a {
    display: block;
    float: right;
    margin-top: 5px;
}

@media (min-width: 768px) {
    .specInfo a {
        margin-top: 30px;
    }
}

.specInfo a,
.specInfo a:hover,
.specInfo a:visited {
    color: #000000;
    text-decoration: none;
}

.specInfo a:hover {
    text-shadow: 0px 0px 6px #8a8a8a;
}

.purBG span {
    background-color: #585494 !important;
}

.purOG span {
    background-color: #e5841f !important;
}

.purGRE span {
    background-color: #1e97d3 !important;
}

.purYEL span {
    background-color: #e5b02c !important;
}

.purGRY span {
    background-color: #acadad !important;
}

.mainTitle img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

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

.ticket .ticketBACKG {
    background-color: white;
}

.ticket .ticketBACKG a:link,
.ticket .ticketBACKG a:visited,
.ticket .ticketBACKG a:hover,
.ticket .ticketBACKG a:visited {
    text-decoration: none;
}

.ticket .ticketBACKG:nth-child(2) .ticketRightColumn .row .ticketCard span:first-child {
    color: #DC6024;
}

.ticket .ticketBACKG:nth-child(2) .ticketRightColumn .row .ticketCard span:first-child.maggtop {
    margin-top: unset;
}

@media (min-width: 992px) {
    .ticket .ticketBACKG:nth-child(2) .ticketRightColumn .row .ticketCard span:first-child.maggtop {
        margin-top: 15px;
    }
}

@media (min-width: 1200px) {
    .ticket .ticketBACKG:nth-child(2) .ticketRightColumn .row .ticketCard span:first-child.maggtop {
        margin-top: 1rem;
    }
}

@media (min-width: 1440px) {
    .ticket .ticketBACKG:nth-child(2) .ticketRightColumn .row .ticketCard span:first-child.maggtop {
        margin-top: 1rem;
    }
}

.ticket .ticketBACKG:nth-child(2) .ticketRightColumn .row .ticketCard a:link,
.ticket .ticketBACKG:nth-child(2) .ticketRightColumn .row .ticketCard a:visited,
.ticket .ticketBACKG:nth-child(2) .ticketRightColumn .row .ticketCard a:hover,
.ticket .ticketBACKG:nth-child(2) .ticketRightColumn .row .ticketCard a:visited {
    text-decoration: none;
}

.ticket .ticketBACKG:nth-child(2) .ticketRightColumn .row .ticketCard a:hover * {
    text-decoration: none;
}

.ticket .ticketBACKG:nth-child(3) .ticketRightColumn .row .ticketCard span:first-child {
    color: #E58421;
}

.ticket .ticketBACKG:nth-child(4) .ticketRightColumn .row .ticketCard span:first-child {
    color: #E5B12C;
}

.ticket .jungleBg {
    height: 45px;
    background-image: url(../images/qabg.jpg);
    color: white;
    font-size: 1rem;
    line-height: 45px;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
    padding: 0 20px;
    font-weight: bold;
}

@media (min-width: 1200px) {
    .ticket .jungleBg {
        height: 90px;
        font-size: 28px;
        line-height: 90px;
        margin-top: 0;
        margin-bottom: 30px;
        padding: unset;
    }
}

@media (min-width: 1440px) {
    .ticket .jungleBg {
        font-size: 36px;
        line-height: 90px;
        margin-top: 0;
        margin-bottom: 30px;
        padding: unset;
    }
}

.ticket .ticketRightColumn {
    padding-left: 15px;
    padding-bottom: 40px;
    text-align: center;
}

@media (min-width: 1440px) {
    .ticket .ticketRightColumn {
        padding-left: 70px;
        padding-bottom: 140px;
    }
}

.ticket .ticketRightColumn .ticketCard {
    /* color: white !important; */
    height: 220px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 10px;
    font-size: 2.2rem;
    line-height: 1;
    font-weight: bold;
    /* color: white; */
}

.ticket .ticketRightColumn .ticketCard:hover {
    opacity: 0.7;
    box-shadow: 0px 1px 20px #fa5100a3;
}

.ticket .ticketRightColumn .ticketCard .btn {
    color: white;
    font-weight: bold;
    font-size: 2.1rem;
}

@media (min-wdth: 1440px) {
    .ticket .ticketRightColumn .ticketCard {
        padding-top: 20px;
        padding-bottom: 20px;
        font-size: 127px;
        margin-bottom: unset;
    }
}

.ticket .ticketRightColumn .ticketCard span:first-child {
    width: 80%;
    display: block;
    margin: 0 auto;
    border-radius: 34px;
    background-color: white;
    text-align: center;
    font-size: 1rem;
    margin-bottom: 20px;
    padding: 6px 0;
}

@media (min-width: 992px) {
    .ticket .ticketRightColumn .ticketCard span:first-child {
        font-size: 2rem;
    }
}

@media (min-width: 1200px) {
    .ticket .ticketRightColumn .ticketCard span:first-child {
        font-size: 2rem;
    }
}

@media (min-width: 1440px) {
    .ticket .ticketRightColumn .ticketCard span:first-child {
        font-size: 47px;
        margin-bottom: 20px;
        padding: 6px 0;
    }
}

.ticket .ticketRightColumn .ticketCard p {
    font-size: 1rem;
    text-align: center;
    margin-bottom: 0;
    line-height: 1.2;
}

@media (min-width: 992px) {
    .ticket .ticketRightColumn .ticketCard p {
        font-size: 2rem;
    }
}

@media (min-width: 1200px) {
    .ticket .ticketRightColumn .ticketCard p {
        font-size: 20px;
    }
}

@media (min-width: 1440px) {
    .ticket .ticketRightColumn .ticketCard p {
        font-size: 43px;
    }
}

.ticket .ticketRightColumn .ticketCard span:last-child {
    font-size: 1rem;
}

@media (min-width: 1440px) {
    .ticket .ticketRightColumn .ticketCard span:last-child {
        font-size: 35px;
    }
}

.ticket .ticketRightColumn .notice {
    font-size: 1rem;
    padding: 5px 3px;
    margin-bottom: 20px;
}

@media (min-width: 1200px) {
    .ticket .ticketRightColumn .notice {
        font-size: 20px;
        padding: 20px 0;
    }
}

@media (min-width: 1440px) {
    .ticket .ticketRightColumn .notice {
        font-size: 35px;
        padding: 20px 0;
    }
}

.ticket .ticketRightColumn .ticketIntro {
    font-size: 1.7rem;
    text-align: left;
    position: relative;
    height: 50PX;
    font-weight: bold;
    padding: 0 0 0 0;
}

@media (min-width: 1440px) {
    .ticket .ticketRightColumn .ticketIntro {
        font-size: 47px;
        height: 72px;
        padding: 0 15px 0 15px;
    }
}

.ticket .ticketRightColumn .ticketIntro span {
    background-color: white;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    padding-right: 20px;
}

@media (min-width: 1440px) {
    .ticket .ticketRightColumn .ticketIntro span {
        /* top: 25%;
        left: 15px; */
    }
}

.ticket .ticketIntro::after {
    display: block;
    content: "";
    height: 1px;
    width: calc(100% - 30px);
    position: absolute;
    background: #000000;
    top: 50%;
    right: 15px;
    z-index: 0;
}

@media (min-width: 1440px) {
    .ticket .ticketIntro::after {
        top: 50%;
        right: 15px;
    }
}

.ticket .ticketSpec {
    padding: 5px 5px;
    text-align: left;
    font-size: 1rem;
}

@media (min-width: 1440px) {
    .ticket .ticketSpec {
        font-size: 27px;
        padding: 40px 20px;
    }
}

.ticket .ticketSpec>ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ticket .ticketSpec>ul li {
    margin: 0 0 10px 0;
    padding: 0;
}

.ticket .ticketSpec>ul li>ol {
    margin: 0;
    padding: 0 0 0 30px;
}

.ticket .ticketSpec>ul li>ol li {
    margin: 0;
    padding: 0;
}

.ticket a.goBuyBtn:link,
.ticket a.goBuyBtn:hover,
.ticket a.goBuyBtn:visited,
.ticket a.goBuyBtn:active {
    width: 100%;
    display: block;
    color: white;
    font-size: 1rem;
    padding: 10px 0;
    text-decoration: none;
}

@media (min-width: 992px) {

    .ticket a.goBuyBtn:link,
    .ticket a.goBuyBtn:hover,
    .ticket a.goBuyBtn:visited,
    .ticket a.goBuyBtn:active {
        font-size: 2rem;
    }
}

@media (min-width: 1200px) {

    .ticket a.goBuyBtn:link,
    .ticket a.goBuyBtn:hover,
    .ticket a.goBuyBtn:visited,
    .ticket a.goBuyBtn:active {
        font-size: 35px;
    }
}

@media (min-width: 1440px) {

    .ticket a.goBuyBtn:link,
    .ticket a.goBuyBtn:hover,
    .ticket a.goBuyBtn:visited,
    .ticket a.goBuyBtn:active {
        font-size: 47px;
    }
}

.freeEvent {
    font-weight: bold;
    font-size: 1rem;
}

@media (min-width: 992px) {
    .freeEvent {
        font-size: 1.2rem;
    }
}

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

.freeEvent h3 {
    margin: 30px 0;
    font-weight: bold;
}

.freeEvent .infoList {
    padding: 50px 5px;
}

@media (min-width: 992px) {
    .freeEvent .infoList {
        padding: 50px 50px 70px;
    }
}

.freeEvent .infoList h3 {
    height: 4rem;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.freeEvent .infoList h3 span:last-child {
    font-size: 18px;
    font-weight: 600;
}

.lacaltionmap {
    margin-bottom: 50px;
}

.lacaltionmap iframe {
    width: 100%;
    height: 300px;
}

@media (min-width: 992px) {
    .lacaltionmap iframe {
        height: 650px;
    }
}

.traffic {
    font-size: 1rem;
}

@media (min-width: 768px) {
    .traffic {
        font-size: 1.5rem;
    }
}

.traffic img {
    max-width: 50%;
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .traffic img {
        max-width: 30%;
    }
}

@media (min-width: 992px) {
    .traffic img {
        max-width: 20%;
    }
}

.infoList .traffic {
    line-height: 1.1;
}

.FAQ {
    font-size: 1rem;
    padding: 0;
}

.FAQ img {
    max-width: 100%;
}

@media (min-width: 992px) {
    .FAQ {
        font-size: 1.2rem;
    }
}

@media (min-width: 1440px) {
    .FAQ {
        font-size: 1.2rem;
    }
}

.FAQ .card {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.FAQ .card ul,
.FAQ .card ol {
    padding: 10px 0 0 10px;
}

.FAQ .card .btn {
    width: 100%;
    height: auto;
    padding: 0 2.25rem 0 0;
    color: #000000;
    font-weight: bold;
    display: block;
    position: relative;
    text-align: left;
    font-size: 1rem;
}

@media (min-width: 992px) {
    .FAQ .card .btn {
        font-size: 1.2rem;
    }
}

.FAQ .card .btn:focus,
.FAQ .card .btn:active {
    text-decoration: none;
}

.FAQ .card .btn::after {
    font-family: "Font Awesome 5 Pro";
    content: "\f0fe";
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 5px;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.FAQ .card .card-header {
    background-color: rgba(0, 0, 0, 0);
    border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.FAQ table {
    width: 100%;
    border: 1px solid #8a8a8a;
}

.FAQ table tr {
    border: 1px solid #8a8a8a;
}

.FAQ table th,
.FAQ table td {
    border: 1px solid #8a8a8a;
    text-align: center;
    font-size: 1rem;
}

.FAQ table th ul,
.FAQ table td ul {
    margin: 0 0 0 17px;
    padding: 0px 0px 0 7px;
}

.FAQ table th ul li,
.FAQ table td ul li {
    padding: 0 0 0 0;
    margin: 0 0 0 0px;
}

.FAQ table th:nth-child(3) {
    width: 80px;
}

footer {
    text-align: center;
    padding: 25px 0;
    color: white;
    margin-bottom: 15px;
    margin-top: -150px;
}

@media (min-width: 992px) {
    footer {
        margin-top: -200px;
    }
}

footer a:link,
footer a:visited,
footer a:hover,
footer a:active {
    color: white;
}

.ticketlist {
    padding: 0 125px;
}

.ticketlist a {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 1.25rem;
    color: white;
}

.contentWrapp {
    width: 100%;
    position: relative;
}

.contentWrapp .banner.Vfix {
    position: relative;
    display: flex;
    top: 0;
    z-index: 55;
    left: 0;
    width: 100%;
    height: 100vh;
    justify-content: center;
    align-items: center;
}

.insidePage {
    color: white;
    position: absolute;
    z-index: 1;
}

.insidePage .protext {
    color: white;
    text-align: center;
    padding: 240px 0 0 0;
    margin-top: 0;
    display: block;
    position: relative;
    font-size: 1.5rem;
}

.insidePage .protext>p.h4 {
    text-align: center;
    color: #fff;
    line-height: 200%;
    letter-spacing: 0.2em;
    margin: 0 20px;
    padding: 3rem;
    margin: 3rem;
}
.insidePage .protext>p.h4{
    background: rgb(0 0 0 / 60%);
    width: 100vw;
    margin: 0;
    padding: 20px;
    box-sizing: border-box;
}

@media (max-width: 991px) {
    .insidePage .protext>p.h4 {
        padding: 150px 0;
        margin: 0;
    }
}

@media (max-width: 413px) {
    .insidePage .protext>p.h4 {
        padding: 70px 0;
        margin: 0;
        font-size: 1rem;
    }
}

.insidePage .mainContent {
    padding: 50px;
    margin: 0 35px;
    background-color: #ffffffd1;
    border-radius: 50px;
}

@media (max-width: 991px) {
    .insidePage .mainContent {
        padding: 20px 30px;
    }
}

@media (max-width: 768px) {
    .insidePage .mainContent {
        margin: 0;
    }
}

.insidePage .mainContent .h1 {
    color: #000;
    font-weight: 700;
    font-size: 2.5rem;
    margin-bottom: 21px;
}

.insidePage .mainContent .sectionContent {
    color: #000000;
    /* padding: 3rem; */
    margin: 0;
    padding: 0;
}

@media (max-width: 991px) {
    .insidePage .mainContent .sectionContent {
        /* padding: 1rem 1.2rem; */
    }
}

.insidePage .mainContent .sectionContent section {
    text-align: center;
    font-weight: bold;
    font-size: 1.7rem;
    letter-spacing: 0.2em;
    margin-bottom: 1rem;
}

@media (max-width: 991px) {
    .insidePage .mainContent .sectionContent section {
        /* margin: 30px; */
        font-size: 1.5rem;
    }
}

.insidePage .mainContent .sectionContent .melllist>div {
    padding: 0;
    width: calc(50% - 30px);
    max-width: unset;
    flex: none;
}

.insidePage .mainContent .sectionContent .melllist>div .row {
    margin: 0;
}

.insidePage .mainContent .sectionContent .melllist>div:not(.at-GRPAG) {
    margin-top: 50px;
}

.insidePage .mainContent .sectionContent .melllist {
    margin: 0 0 50px;
    justify-content: space-between;
    flex-wrap: nowrap;
}

@media (max-width: 991px) {
    .insidePage .mainContent .sectionContent .melllist>div {
        /* padding: 0; */
        /* margin-top: 15px; */
        width: 100%;
    }
}

.insidePage .mainContent .sectionContent .mealSpec {
    font-size: 1.3rem;
    padding: 2rem 0;
}

.insidePage .mainContent .sectionContent .mealSpec h1,
.insidePage .mainContent .sectionContent .mealSpec h2,
.insidePage .mainContent .sectionContent .mealSpec .h1 {
    font-weight: bold;
}

.insidePage .mainContent .sectionContent .mealSpec a.buy {
    background-color: #545d32;
    color: white;
    font-weight: bold;
    width: 33%;
    display: block;
    margin: 0 auto;
}

@media (max-width: 991px) {
    .insidePage .mainContent .sectionContent .mealSpec a.buy {
        width: 80%;
        display: block;
        margin: 0 auto;
    }
}

@media (max-width: 413px) {
    .insidePage .mainContent .sectionContent .mealSpec a.buy {
        width: 100%;
        display: block;
        margin: 0 auto;
    }
}

.sectionContent .venderWrap {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 15px 5px;
}

.sectionContent .venderWrap>.venderCover {
    width: 5rem;
    height: 5rem;
    background-image: url(../images/bg.jpg);
    background-size: 180%;
    background-position: -43px -72px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.sectionContent .venderWrap>.venderName {
    width: calc(100% - 6rem);
    margin-left: 1rem;
    font-size: 1.25rem;
    font-weight: bold;
}

.insidePage::after {
    position: absolute;
    content: '';
    display: block;
    -webkit-clip-path: polygon(0 0, 100% 450px, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 450px, 100% 100%, 0 100%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-image: url(../images202507/articlebg.jpg);
    background-repeat: repeat;
    background-position: 50% 0;
    background-attachment: fixed;
    background-size: contain;
}

.insidePage .insidePageOverview{
    background: rgb(0 0 0 / 60%);
    width: 100%;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
    margin: 600px 0 450px;
}
@media screen and (max-width: 1440px) {
    .insidePage .insidePageOverview{
        margin-top: 450px;
        margin-bottom: 250px;
    }
}
@media screen and (max-width: 1280px) {
    .insidePage .insidePageOverview{
        margin-top: 350px;
        margin-bottom: 150px;
        min-height: initial;
    }
}
@media screen and (max-width: 768px) {
    .insidePage .insidePageOverview{
        margin-top: 200px;
        margin-bottom: 100px;
    }
}
@media screen and (max-width: 480px) {
    .insidePage .insidePageOverview{
        margin-top: 120px;
        margin-bottom: 100px;
    }
}

.insidePage .insidePageOverview p{
    letter-spacing: 0.2em;
    line-height: 200%;
}
@media screen and (max-width: 1280px) {
    .insidePage .insidePageOverview p{
        font-size: 1.1rem;
        line-height: 180%;
    }
}
@media screen and (max-width: 480px) {
    .insidePage .insidePageOverview p{
        font-size: 1rem;
    }
}

.at-GRPAG {
    /* font-size: 1.5rem;
    letter-spacing: 0.1em;
    line-height: 2;
    margin: 5px 0; */
    padding: 0;
}

@media (max-width: 1280px) {
    .insidePage::after {
        -webkit-clip-path: polygon(0 0, 100% 250px, 100% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 250px, 100% 100%, 0 100%);
    }

    .insidePage .protext>p.h4 {
        line-height: 180%;
        font-size: 1.1rem;
    }

    .insidePage .protext {
        padding: 40px 0 0 0;
    }
}

@media (max-width: 768px) {
    .insidePage::after {
        -webkit-clip-path: polygon(0 0, 100% 150px, 100% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 150px, 100% 100%, 0 100%);
        background-image: url(../images202507/articlebg_m.jpg);
        background-size: 100%;

    }
}

@media (max-width: 480px) {
    .insidePage::after {
        -webkit-clip-path: polygon(0 0, 100% 80px, 100% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 80px, 100% 100%, 0 100%);
    }
}


/* @media (max-width: 991px) {
    .at-GRPAG {
        font-size: 1rem;
        letter-spacing: 1;
        line-height: 1.2;
    }
} */

.at-GRPAG [class^="col-"] {
    padding: 15px;
}

@media (max-width: 991px) {
    .at-GRPAG [class^="col-"] {
        padding: 0;
    }
}

.at-GRPAG .mealTitt {
    font-size: 2.5rem;
    line-height: 105%;
    font-weight: bold;
    margin-bottom: 13.5px;
    padding: 0;
}

@media (max-width: 1440px) {
    .at-GRPAG .mealTitt {
        line-height: 1.5;
        color: #000;
        padding: 0;
    }
}

@media (max-width: 1200px) {
    .at-GRPAG .mealTitt {
        /* font-size: 1.8rem; */
    }
}

@media (max-width: 992px) {
    .at-GRPAG .mealTitt {
        /* font-size: 1.4rem; */
        margin-bottom: 1rem;
    }
}

@media (max-width: 768px) {
    .at-GRPAG .mealTitt {
        /* font-size: 1.6rem; */
        margin-bottom: 1rem;
    }

}

@media (max-width: 413px) {
    .at-GRPAG .mealTitt {
        /* font-size: 1.2rem; */
    }
}

.at-GRPAG .mealimg {
    padding: 15px;
}

@media (max-width: 768px) {
    .at-GRPAG .mealimg {
        padding: 0;
        margin-bottom: 15px;
    }
}

.at-GRPAG .mealInfo {
    font-size: 1.3rem;
    margin: unset;
    padding: 0;
    line-height: 180%;
    color: #4D4D4D;
}


/* @media (max-width: 1440px) {
    .at-GRPAG .mealInfo {
        font-size: 1.5rem;
        line-height: 1.8;
    }
}

@media (max-width: 1200px) {
    .at-GRPAG .mealInfo {
        font-size: 1.1rem;
        line-height: 1.5;
    }
}

@media (max-width: 992px) {
    .at-GRPAG .mealInfo {
        font-size: 1rem;
        line-height: 1.3;
        margin: 15px 0 0 0;
    }
}

@media (max-width: 768px) {
    .at-GRPAG .mealInfo {
        font-size: 1rem;
        line-height: 1.3;
    }
}

@media (max-width: 414px) {
    .at-GRPAG .mealInfo {
        font-size: 1rem;
        line-height: 1.3;
    }
} */

.at-GRPAG img {
    max-width: 100%;
    height: auto;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 2px solid rgba(0, 0, 0, 0.31);
}

.spkenben {
    /* padding: 0 245px 0 95px; */
    color: white;
    margin: 0 35px;
}

@media (max-width: 1200px) {
    .spkenben {
        padding: 0 0 0 0;
    }
}

.spkenben::after {
    display: block;
    content: "";
    clear: both;
    height: 0;
}

.lefMenu {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 20%;
    position: sticky;
    top: 1%;
}

.lefMenu.wutaifixx {
    width: 20%;
    /* transform: translateX(4rem); */
    display: unset;
    flex-wrap: wrap;
    flex-direction: row;
}

@media (max-width: 768px) {
    .lefMenu.wutaifixx {
        width: 100%;
        transform: translateX(0);
        display: none;
        flex-wrap: wrap;
        flex-direction: row;
    }
}

.maimainCon {
    background-color: #ffffffe3;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 75%;
    /* margin: 0 0 0 2rem; */
    padding: 40px 3rem;
    color: #000000;
    overflow: hidden;
    border-radius: 30px;
}

.maimainCon .inGroup {
    width: 100%;
    position: relative;
}

.maimainCon .inGroup p,
.maimainCon .inGroup p>b {
    font-size: 1.3rem;
    font-weight: unset;
    margin: 0;
    color: #4d4d4d;
}

.maimainCon .inGroup .swwrp {
    width: 100%;
    overflow: hidden;
}

.maimainCon .inGroup .swwrp .swiper-container-horizontal>.swiper-pagination-bullets,
.maimainCon .inGroup .swwrp .swiper-pagination-custom,
.maimainCon .inGroup .swwrp .swiper-pagination-fraction {
    bottom: -5px !important;
}

.maimainCon .inGroup>div:first-child {
    margin-bottom: 15px;
}

.maimainCon .inGroup .swiper-container {
    position: relative;
}

.maimainCon .inGroup>span:first-of-type,
.maimainCon .inGroup>span:nth-of-type(2) {
    background-color: #fcd000;
    display: inline-block;
    padding: 5px 35px;
    text-align: center;
    font-weight: bold;
    color: white !important;
    border-radius: 25px;
    margin-right: 15px;
}

@media (max-width: 768px) {

    .maimainCon .inGroup>span:first-of-type,
    .maimainCon .inGroup>span:nth-of-type(2) {
        margin-top: 0.25rem;
    }
}

.maimainCon .inGroup h1:first-of-type {
    color: #000 !important;
    font-weight: bold;
    margin: 15px 0;
    font-size: 2.5rem;
}

.maimainCon .inGroup h1:first-of-type b {
    display: block;
    color: #E8BE09;
    font-size: 1.3rem;
    margin-top: 20px;
}

.maimainCon .inGroup h1:first-of-type b.b202306 {
    color: #e75e9c;
    margin-top: 15px;
}

.maimainCon .inGroup h1:nth-of-type(2) {
    color: #fcd000;
    font-weight: bold;
    margin: 15px 0;
    font-size: 1.8rem;
}

@media (max-width: 980px) {
    .maimainCon .inGroup h1:first-of-type {
        font-size: 2rem;
    }

    .maimainCon .inGroup section:first-of-type {
        font-size: 1.6rem;
    }

    .maimainCon .inGroup h3:first-of-type {
        font-size: 1.5rem;
    }
}

.maimainCon .inGroup section:first-of-type {
    font-size: 1.8rem;
}

.maimainCon .inGroup section:first-of-type span {
    font-size: 1rem;
}

.maimainCon .inGroup h3:first-of-type {
    font-weight: bold;
    margin: 0.75rem 0;
    font-size: 1.3rem;
}

.maimainCon .inGroup h2:first-of-type {
    font-weight: bold;
}

.maimainCon.taiFixx {width: calc(78% - 60px);margin-left: 30px;}

@media (max-width: 768px) {

    .maimainCon.taiFixx {
        width: 100%;
        margin: 0 1rem;
    }
}

@media (max-width: 480px) {
    .maimainCon.taiFixx {
        width: 100%;
        margin: 0;
    }

    .maimainCon {
        padding: 20px;
    }

    .maimainCon .inGroup>span:first-of-type, .maimainCon .inGroup>span:nth-of-type(2) {
        padding: 5px 15px;
    }
}


/* 撽𡁜�𣈯�𣂼�� */

.maimainCon.taiFixx .inGroup>.SurpriseTable {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.maimainCon.taiFixx .inGroup>.SurpriseTable {
    max-width: 100%;
}

.maimainCon.taiFixx .inGroup>.SurpriseTable>div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: space-between;
}

@media(max-width:992px) {
    .maimainCon.taiFixx .inGroup>.SurpriseTable>div {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-content: unset;
    }
}

.maimainCon.taiFixx .inGroup>.SurpriseTable>div:first-of-type,
.maimainCon.taiFixx .inGroup>.SurpriseTable>div:nth-of-type(2) {
    width: 50%;
}

.maimainCon.taiFixx .inGroup>.SurpriseTable>div:first-of-type {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
    align-content: inherit;
}

.maimainCon.taiFixx .inGroup>.SurpriseTable>div:first-of-type>* {
    display: flex;
    width: 100%;
    color: #000000 !important;
    margin: 0 !important;
}

.maimainCon.taiFixx .inGroup>.SurpriseTable>div:last-of-type {
    width: 100%;
    padding: 1rem 0;
}

@media (max-width:992px) {

    .maimainCon.taiFixx .inGroup>.SurpriseTable>div:first-of-type,
    .maimainCon.taiFixx .inGroup>.SurpriseTable>div:nth-of-type(2) {
        display: block;
        width: 100%;
        overflow: hidden;
    }

    .maimainCon.taiFixx .inGroup>.SurpriseTable>div:nth-of-type(2) img {
        max-width: 100%;
        height: auto;
    }
}


/* ���𧋦��撽𡁜�𣈯�𣂼�� */

.maimainCon.taiFixx .suppImgCla {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

@media (max-width: 768px) {
    .maimainCon.taiFixx .suppImgCla {
        flex-direction: column;
    }
}

.maimainCon.taiFixx .suppImgCla>div {
    width: 50%;
    padding: 0 1.25rem;
}

.maimainCon.taiFixx .suppImgCla>div:last-of-type {
    width: 100%;
    padding: 0 1.25rem;
}

@media (max-width: 768px) {
    .maimainCon.taiFixx .suppImgCla>div {
        width: 100%;
        margin: 0;
        padding: 0;
    }
}

.maimainCon.taiFixx+.taiFixx {
    margin-top: 5rem;
}

.menuGrup {
    width: 100%;
    padding: 0.25rem 0;
}

.menuGrup h1 {
    font-weight: bold;
    text-align: center;
}

.menuGrup ul {
    margin: 0;
    padding: 0;
}

.menuGrup ul a {
    display: block;
    width: 100%;
}

.menuGrup ul a:link,
.menuGrup ul a:visited,
.menuGrup ul a:hover,
.menuGrup ul a:visited {
    text-decoration: none;
}

.menuGrup ul a:hover>li,
.menuGrup ul a:hover>li::after,
.menuGrup ul a:hover>li>span:first-of-type {
    background-color: #e5b02c;
    color: white;
}

.menuGrup ul li {
    display: block;
    margin: 0;
    padding: 0;
    color: #000000;
    font-size: 1rem;
    /* width: 80%; */
    height: auto;
    border: 2px solid #e5b02c;
    margin-bottom: 0.8rem;
    background-color: white;
    position: relative;
    padding: 0.4rem 1.2rem;
    font-size: 1.2rem;
    text-align: center;
    border-radius: 15px;
}

.menuGrup ul li span {
    display: block;
    margin: 0 auto;
    color: #e5b02c;
    font-size: 1.2rem;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 0.5rem;
    text-align: center;
}

.menuGrup ul li::after {
    display: none;
    content: "";
    border-top: 2px solid #e5b02c;
    border-right: 2px solid #e5b02c;
    background-color: white;
    position: absolute;
    width: 30px;
    height: 30px;
    right: -17px;
    top: 33%;
    z-index: 4;
    transform: rotate(15);
    transform: rotate(45deg);
}

.ameFire {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: row;
    flex-wrap: wrap;
    flex-direction: row;
}

.newsPAG {
    background-color: #ffffffd1;
    padding: 2rem;
    color: #000000;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: row;
    flex-wrap: wrap;
    flex-direction: row;
    border-radius: 50px;
}

@media (max-width: 768px) {
    .newsPAG {
        margin: 0 1rem;
    }
}

.newsPAG .reaconnnews {
    width: 50%;
    font-size: 1.2rem;
    color: #e75d9b;
}

@media (max-width: 768px) {
    .newsPAG .reaconnnews {
        width: 100%;
    }
}

.newsPAG .reaconnnews>h1:first-of-type {
    color: #262626;
    font-weight: bold;
    margin-bottom: 2rem;
    margin-top: 20px;
}
.newsPAG .reaconnnews>h1:first-of-type span{
    display: block;
    font-size: 1.5rem;
    color: #e75d9b;
    margin-top: 20px;
}

.newsPAG .reaconnnews>span:first-of-type {
    color: white;
    background-color: #e75d9b;
    padding: 3px 20px;
    margin-bottom: 2rem;
    border-radius: 25px;
    margin-right: 15px;
}

.newsPAG .reaconnnews>p {
    margin-top: 2rem;
    font-size: 1.3rem;
    color: #4d4d4d;
}

.newsPAG .newsPCover {
    width: 50%;
    padding-left: 2rem;
}

@media (max-width: 768px) {
    .newsPAG .newsPCover {
        width: 100%;
        padding: 0;
    }

    .newsPAG .reaconnnews>h1:first-of-type {
        font-size: 2rem;
    }

    .newsPAG .reaconnnews>p {
        font-size: 1.2rem;
    }
}

.spkenben {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.spkenben .lefMenu {
    width: 22%;
    margin-right: 30px;
}

@media (max-width: 768px) {
    .spkenben {
        margin: 0;
    }

    .spkenben .lefMenu {
        width: 100%;
    }
}

.spkenben .lefMenu .newsFixFix {
    width: 100%;
    padding: 30px 0;
}

@media (max-width: 768px) {
    .spkenben .lefMenu .newsFixFix {
        display: none;
    }
}

.spkenben .lefMenu .newsFixFix>h1:first-of-type {
    font-weight: bold;
    font-size: 1.8rem;
    text-align: center;
}

.spkenben .lefMenu .newsFixFix>h1:nth-of-type(2) {
    font-weight: bold;
    font-size: 1.8rem;
    text-align: center;
}

.spkenben .lefMenu .newsFixFix>ul {
    margin: 0 0 0;
    padding: 0;
}

.spkenben .lefMenu .newsFixFix>ul>a {
    display: block;
    width: 100%;
}

.spkenben .lefMenu .newsFixFix>ul>a>li {
    margin: 0 0 0.8rem 0;
    list-style: none;
    display: block;
    width: 100%;
    border-radius: 100px;
    padding: 0.25rem 0.8rem;
    border: 2px solid #e75d9b;
    background-color: white;
    color: #e75d9b;
    font-weight: bold;
    text-align: center;
}

.spkenben .lefMenu .newsFixFix>ul>a>li>span {
    margin-right: 0.25rem;
}

.spkenben .lefMenu .newsFixFix>ul>a:link,
.spkenben .lefMenu .newsFixFix>ul a:visited,
.spkenben .lefMenu .newsFixFix>ul a:hover,
.spkenben .lefMenu .newsFixFix>ul a:active {
    text-decoration: none;
}

.spkenben .lefMenu .newsFixFix>ul>a:hover li {
    background-color: #e75d9b;
    color: white;
}

.newsFixLayout {
    background-color: #ffffffd1;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-end;
    width: calc(70% - 60px);
    margin: 0 0 0 60px;
    padding: 40px 3rem;
    color: #000000;
    color: #DC6024 !important;
}

@media (max-width: 768px) {
    .newsFixLayout {
        width: 100%;
        margin: 0 1rem;
        padding: 20px;
    }
}

@media (max-width: 480px) {
    .newsFixLayout {
        width: 100%;
        margin: 0;
    }
}

.newsFixLayout img {
    max-width: 100%;
}

.newsFixLayout>.inGroup span:first-of-type {
    color: white;
    background-color: #e75e9c !important;
    margin-top: 2rem;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: bold;
    text-align: left;
    padding: 0.25rem 2rem 0.25rem 2rem;
}

.newsFixLayout>.inGroup h1 {
    color: #e05b97 !important;
}

.newsFixLayout>.inGroup>p {
    color: #4d4d4d;
    font-size: 1.3rem;
    line-height: 2;
}