.pc {
    display: inline;
}

.sp {
    display: none;
}

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

    .sp {
        display: inline;
    }
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    line-height: 1.5;
}

#wrap {
    width: 100%;
    height: 100%;
    margin-top: 110px;
}

section#page_top {
    padding-top: 110px;
    margin-top: -110px;
    margin-bottom: 60px;
}

section#page_schedule,
section#page_ticket,
section#page_fanclub,
section#page_goods,
section#page_food,
section#page_special {
    margin:60px auto;
    padding-top: 150px;
    margin-top: -150px;
}

header {
    width: 100%;
    margin: 0 auto;
    border-bottom: 1px solid #c9caca;
    top: 0;
    position: fixed;
    background: #fff;
    z-index: 9999;
}

header .headerarea {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 40px);
    height: 70px;
    margin: 0 auto;
}

header .homeicon img {
    vertical-align: top;
}
header .homeicon img.sp {
    max-height: 60px;
}

header #header_navi {
    height: 100%;
}

header .header_navi_inner {
    display: flex;
    justify-content: end;
    text-align: center;
    gap: 0 30px;
    height: 100% ;
}

header #header_navi li {
    position: relative;
    display: flex;
    align-items: center;
    pointer-events: none;
}

header #header_navi li a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 4px;
    background-color: #c9caca;
    transition: all 0.3s ease;
    display: block;
}

header #header_navi li a {
    color: #898989;
    font-size: 15px;
    text-decoration: none !important;
    outline: none !important;
    pointer-events: auto;
}

header #header_navi li.active a:after {
    width: 100%;
}

header #header_navi li a:hover {
    color: #000;
    transition: all 1s ease;
}

header #header_navi li:hover a:after {
    width: 100%;
}

header #header_navi .login {
    color: #ed60a0;
    margin: auto;
}

header #header_navi .login img {
    margin-top: -4px;
}

header #header_navi .login span {
    top: auto;
}

#page_top h1#main {
    width: 800px;
    font-size: 60px;
    font-weight: bold;
    margin: 0 auto;
    margin-top: 80px;
    text-align: center;
    color: #000;
}

#page_top h1#main img {
    width: 100%
}

#page_top h2#sub {
    width: 800px;
    margin: 0 auto;
    margin-top: 30px;
    text-align: center;
}

#page_top h2#sub span {
    display: block;
    background: #fa7598;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    margin: 0 auto;
    padding: 5px 20px;
}

#page_poster ul {
    display: flex;
    justify-content: space-between;
}

#page_poster li {
    height: 572px;
}

#page_poster img {
    width: auto;
    height: 100%;
}

.no-break {
  white-space: nowrap;
}

.contentsbox {
    margin: 0 auto;
    padding: 40px 80px 15px 80px;
    width: 800px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
    position: relative;
}

.contentsbox::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 50%;
    width: 3px;
    height: 40px;
    background-color: #fa7598;
    transform: translate(-50%, 0);
}

.contentsbox::after {
    top: auto;
    bottom: -20px;
}

.contentsbox #title {
    width: 100%;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #fa7598;
    margin: 0 auto 5px;
}

.contentsbox #subtitle {
    width: 100%;
    text-align: center;
    font-size: 10px;
    color: #000;
    margin: 0 auto;
}

.contentsbox #submessage {
    width: 100%;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    color: #fa7598;
    margin: 50px auto 0;
}

.contentsbox #submessage .no-break{
    font-weight: bold;
}

.contentsbox #infobox {
    width: 100%;
    margin: 0 auto;
}

.contentsbox #infobox #info_title {
    width: 100%;
    margin: 50px auto 10px;
    text-align: center;
}

.contentsbox #infobox #info_title span {
    display: flex;
    width: fit-content;
    margin: 0 auto;
    color: #000;
    font-size: 12px;
    text-align: center;
    padding: 0 50px;
    position: relative;
}

.contentsbox #infobox #info_title span::before,
.contentsbox #infobox #info_title span::after {
    content: "";
    position: absolute;
    top: 45%;
    left: 0;
    width: 30px;
    height: 1px;
    background-color: #c9caca;
}

.contentsbox #infobox #info_title span::after {
    left: auto;
    right: 0;
}

.contentsbox .linkbtn {
    margin: 50px auto 0;
    text-align: center;
    display: block;
    width: 360px;
    background: #ff6a8e;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0;
}

.contentsbox .linkbtn:hover {
    opacity: .5;
    transition: all 1s ease;
}

.contentsbox a {
    color: #ff6a8e;
}

footer#page_footer {
    background: #e6e6e6;
    padding: 15px 0;
}

footer#page_footer #footer_copyright {
    width: 100%;
    text-align: center;
    font-size: 10px;
    color: #000;
}

footer#page_footer.js-fixed-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
}

footer .foot_nav a {
    display: inline-block;
    border-left: 1px solid #333;
    color: #000;
    text-decoration: none;
    padding: 0 4px;
}
footer .foot_nav {
    margin: 0 auto 28px;
    text-align: center;
    font-size: .75em;
}
footer .foot_nav a:first-child {
    margin-left: 40px;
}
.npc {
	display:none;
}

.ticket_area {
    margin: 50px auto 0;
    padding: 15px 10px;
    border: solid 1px #808080;
    background: #f5f5f5;
}

.ticket_area_emphasis {
    font-weight: bold;
    text-align: center;
    color: #ff031a;
    border: solid 2px #ff031a;
    padding: 5px;
}

.fanclubarea {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px 0
}

.fanclubarea li {
    background: #ddd;
    width: 300px;
    box-sizing: border-box;
}

.fanclubarea li.blank {
    background: none;
}

.fanclubarea li.boa {
    background: rgb(251, 247, 222);
}

.fanclubarea li.touhoushinki {
    background: rgb(251, 223, 207);
}

.fanclubarea li.superjunior {
    background: #AFCBEB;
}

.fanclubarea li.syoujozidai {
    background: rgb(252, 241, 247);
}

.fanclubarea li.shinee {
    background: rgb(228, 242, 240);
}

.fanclubarea li.exo {
    background: rgb(244, 244, 243);
}

.fanclubarea li.nct {
    background: rgb(246, 246, 223);
}

.fanclubarea li.nct-dream {
    background: rgb(246, 246, 223);
}

.fanclubarea li.nct-wish {
    background: rgb(246, 246, 223);
}

.fanclubarea li.wayv {
    background: rgb(246, 246, 223);
}

.fanclubarea li.aespa {
    background: rgb(223, 218, 252);
}

.fanclubarea li.riize {
    background: #FDD19B;
}

.fanclubbox {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 30px 0 20px;
}

.fanclubbox img,
.mailmagazinebox img {
    margin-left: auto;
    margin-right: auto;
}

.fanclubbox p.fan_img {
    text-align: center;
    width: 100%;
    height:auto;
    margin-bottom: 20px;
}

.fanclubbox p.fan_img img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.fanclubbox p.fan_logo {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.touhoushinki .fanclubbox p.fan_logo {
    min-height: 119px;
}

.fanclubbox a.fan_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    transition: opacity .7s;
    width: 220px;
    height: 55px;
    background-color: #333;
}

.fanclubbox a.fan_btn.light {
    background-color: #707070;
}

.fanclubbox a.fan_btn:nth-of-type(1) {
    margin-top: auto;
}

.fanclubbox a.fan_btn:nth-of-type(n + 2) {
    margin-top: 5px;
}

.fanclubbox a.fan_btn span {
    position: relative;
    color: #fff;
    padding-right: 10px;
}

.fanclubbox .fan_btn_blank {
    height: 55px;
    margin-top: 5px;
}

.fanclubbox a.fan_btn span:after {
    content: "";
    display: block;
    width: 15px;
    height: 11px;
    position: absolute;
    bottom: 6px;
    right: -10px;
    background-image: url("/images/smtownlive2024/icon_link.svg");
    background-size: 15px 11px;
}

.fanclubbox a.fan_btn:hover {
    opacity: .3;
}

.exo .fanclubbox a.fan_btn:nth-of-type(1) {
    margin-top: -10px !important;
}

.mailmagazinearea li {
    background: #fff;
    width: 43.7%;
    margin: 20px;
    box-sizing: border-box;
    border: 1px solid #ddd;
}

.mailmagazinearea li.blank {
    background: none;
    border-color: none;
}

.mailmagazinearea li.redvelvet {
    border-color: rgb(223, 148, 127);
}

.mailmagazinearea li.nct {
    border-color: rgb(217, 221, 103);
}
.mailmagazinearea li.aespa {
    border-color: rgb(192,185,233);
}

.mailmagazinebox {
    width: 100%;
    padding: 0 0 20px;
}

.mailmagazinebox p.magazine_title {
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 10px;
    background: #ddd;
}

.mailmagazinearea li.redvelvet p.magazine_title {
    background: rgb(223, 148, 127);
}

.mailmagazinearea li.nct p.magazine_title {
    background: rgb(217, 221, 103);
}
.mailmagazinearea li.aespa p.magazine_title {
    background:  rgb(192,185,233);
}

.mailmagazinebox p.magazine_logo {
    width: 100%;
    min-height: 66px;
    text-align: center;
    margin: 20px auto;
}

.mailmagazinearea li.redvelvet p.magazine_logo img {
    margin-top: 15px;
}

.mailmagazinebox a.magazine_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    transition: opacity .7s;
    width: 220px;
    height: 55px;
    background-color: #333;
}

.mailmagazinebox a.magazine_btn span {
    position: relative;
    color: #fff;
    padding-right: 10px;
}

.mailmagazinebox a.magazine_btn span:after {
    content: "";
    display: block;
    width: 15px;
    height: 11px;
    position: absolute;
    bottom: 6px;
    right: -10px;
    background-image: url("/images/smtownlive2024/icon_link.svg");
    background-size: 15px 11px;
}

.mailmagazinebox a.magazine_btn:hover {
    opacity: .3;
}

.goods_infolist li {
    width: 300px;
    margin: 0 auto;
}

.goods_infolist li:nth-of-type(n + 2) {
    margin-top: 20px;
}

.goods_infolist li h3 span {
    width: 100%;
}

.btn-info {
    position: relative;
    width: 26px;
    height: 26px;
    background-color: #ff6a8e;
    margin: 15px auto 0;
    cursor: pointer;
}

.btn-info:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 3px;
    background-color: #fff;
    transform: translate(-50%, -50%);
}

.btn-info:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3px;
    height: 12px;
    background-color: #fff;
    transform: translate(-50%, -50%);
    transition: height .4s;
}

.btn-info.js-btn-active:after {
    height: 0;
}

.hidden-info {
    display: none;
}

#special_contents {
    margin-top: 125px;
}

#special_contents article form {
    max-width: 100%;
}

#special_contents article form .code {
    display: block;
    width: 70%;
    margin: 0 auto;
}

#special_contents article form .btn {
    margin-bottom: 70px;
}

#special_contents .list-download {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 35px 0;
    /* margin: 50px 0 45px; */
}

#special_contents .list-download li {
    width: 48%;
}

#special_contents .list-download .linkbtn {
    width: 250px;
    /* margin: 10px; */
    margin: 0 auto;
}

.linkbuttons {
    width: 100%;
    display: flex;
}

@media only screen and (max-width: 1023px) {
    header .hamburger {
        display: block;
        position: absolute;
        z-index: 3;
        right: 0;
        top: 20px;
        width: 42px;
        height: 42px;
        cursor: pointer;
        text-align: center;
    }

    header .hamburger span {
        display: block;
        position: absolute;
        width: 30px;
        height: 2px;
        left: 6px;
        background: #000;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }

    header .hamburger span:nth-child(1) {
        top: 10px;
    }

    header .hamburger span:nth-child(2) {
        top: 20px;
    }

    header .hamburger span:nth-child(3) {
        top: 30px;
    }

    header .hamburger.active span:nth-child(1) {
        top: 16px;
        left: 6px;
        background: #fff;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    header .hamburger.active span:nth-child(2),
    header .hamburger.active span:nth-child(3) {
        top: 16px;
        background: #fff;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    header #header_navi {
        margin: 0 auto;
        padding: 0;
        width: 100%;
        position: fixed;
        z-index: 2;
        top: 0;
        left: 0;
        color: #fff;
        background: rgba(71, 70, 73, 0.6);
        text-align: center;
        transform: translateY(-100%);
        transition: all 0.6s;
    }

    header .header_navi_inner {
        flex-direction: column;
        justify-content: center;
        text-align: center;
        gap: 0 30px;
        height: 100% ;
    }

    header #header_navi li {
        list-style-type: none;
        padding: 0;
        width: 100%;
        transition: .4s all;
        justify-content: center;
    }

    header #header_navi li:last-child {
        padding-bottom: 0;
    }

    header #header_navi li:hover {
        background: #ddd;
    }

    header #header_navi li a {
        display: block;
        color: #fff;
        padding: 1.5em 0;
        text-decoration: none;
    }

    header #header_navi.active {
        opacity: 100;
        display: block;
        transform: translateY(0%);
        padding-top: 30px;
    }

    header #header_navi li a.active {
        border-bottom: none;
        color: #fff;
    }

    header #header_navi li a:hover {
        color: #fff;
        transition: none;
    }

    header #header_navi li a:after {
        display: none;
    }

    header #header_navi li a:hover:after {
        width: 100%;
        border-bottom: none;
    }

    .npc {
        display:block;
    }
}
@media only screen and (max-width: 320px) {
    .pc {
        display:none;
    }
    .npc {
        display:block;
    }
}
@media only screen and (min-width: 321px) and (max-width: 1023px) {
    footer .foot_nav ul li {
        width: 100%;
        padding: 0 0;
        margin: 0;
        font-size: 1.0em;
        border-left: none;
        border-right: none;
        border-top: 1px solid #aeaeae;
    }
    .npc {
        display: block;
    }
    .foot_nav.pc{
        display: none;
    }
    footer .foot_nav ul {
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        font-size: 100%;
        /* vertical-align: baseline; */
        background: transparent;
        display: block;
        margin-block-start: 1em;
        margin-block-end: 1em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
        padding-inline-start: 40px;
    }
    footer .foot_nav a:last-child {
        border: none;
    }
    footer .foot_nav a:first-child {
        margin: auto;
    }
    footer .foot_nav a {
        display: block;
        width: 96%;
        margin: 0 auto;
        border: none;
        text-align: left;
        font-weight: 600;
        padding: 15px 0;
        background: var(--arr-img) right center no-repeat;
        background-size: auto 25%;
    }
    footer .copy {
        font-size: 10px;
        margin: 32px 0 5px;
    }
}
@media only screen and (min-width: 641px) and (max-width: 800px) {

}

.toauth {
    width: 475px !important;
}
@media (max-width:480px) {
    .toauth {
        width: 100% !important;
    }
}
