html {
    font-size: 16px;
    color: #131212;
    line-height: 1.5;
    letter-spacing: .05em;
    font-family: "Zen Kaku Gothic New",sans-serif;
    font-weight: bold;
    font-style: normal;
    background: #fff;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background: #f1f4f6
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: linear-gradient(to bottom, #8AD6EE, #2D55BD)
}

body {
    position: relative;
    overflow-x: hidden
}

.overlay {
    position: absolute;
    left: 0;
    width: 100%;
    height: calc(100% - 1830px);
    background-color: white;
    opacity: 0.6;
    pointer-events: none;
  }
  

#bg-video {
    position: fixed;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    background: url(../img/poster.jpg) no-repeat;
    background-size: cover
}

#background {
    position: fixed;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: auto;
    z-index: -99;
    background: rgba(255,255,255,.1)
}

img {
    max-width: 100%
}

.container {
    position: relative;
    margin: 0 auto;
    width: min(100%,1000px)
}

.container.wide,.container.fv-wide {
    width: min(100%,1340px)
}

.container.small {
    width: min(100%,1000px)
}

.btn {
    padding: 20px;
    color: #fff;
    font-size: clamp(18px, 2.34375vw, 20px);
    box-shadow: 0 4px 4px 0 rgba(141,141,141,.2);
    background: linear-gradient(to right, #531ec0 0%, #1355b7 100%);
    border-radius: 50px;
    position: relative;
}

.btn.disabled {
    background: #b9b9b9;
    pointer-events: none
}

.btn::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 65px;
    background: #fff;
    width: 2px;
    height: 29px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    margin: auto;
}

.btn::after {
    content: '';
    width: 0.65em;
    height: 0.65em;
    border: 0.1em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(45deg);
    transform-origin: top right;
    position: absolute;
    top: 50%;
    right: 50px;
    box-sizing: border-box;
}

.btn:hover::after {
    background-image: url(../img/btn_aroow_hover.svg)
}

.btn.big {
    width: min(100%,600px)
}

header {
    position: fixed;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: #fff;
    z-index: 5;
    box-shadow: 0px 5px 5px #dcdcdc;
    padding: 1.5vw 3vw;
}

header .logo {
    height: 25px;
    width: auto;
    /* margin-left: 3vw */
}

header nav {
    display: flex;
    gap: 3vw;
    align-items: center
}

header .btn-area {
    width: min(100%, 260px);
}

header .btn-area .btn {
    padding: 10px;
}

header .btn-area .btn::before {
    right: 39px;
    height: 15px;
}

header .btn-area .btn::after {
    right: 30px;
}

header nav .nav-list {
    display: flex;
    gap: 3vw
}

header nav .nav-entry {
    padding: 18px 1.5vw;
    text-align: center;
    color: #fff;
    background: linear-gradient(to right, #531ec0 0%, #1355b7 100%);
    border-radius: 50px;
    font-size: 16px;
}

header nav a {
    transition: .3s
}

header nav a:hover {
    opacity: .8
}

.fv {
    padding: 180px 0 0;
}

/* .fv-wide {
    display: flex;
    align-items: center
} */

.fv-wide .fv-text {
    text-align: center;
}

.fv-text h1 {
    text-align: center;
    font-size: clamp(18px, 2.34375vw, 20px)
}

.fv-text h1 span {
    font-size: 1.2em
}

.fv-text .schedule {
    position: relative;
    margin-top: 20px;
    /* display: flex;
    flex-wrap: wrap;
    align-items: center;
    row-gap: 10px */
}

/* .fv-text .schedule::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	border-top: 2px solid #1a47e4;
	border-bottom: 1px solid #0d23e8;
	width: 100%;
	height: 6px;
}

.fv-text .schedule::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    border-top: 1px solid #0d23e8;
    border-bottom: 2px solid #1a47e4;
    width: 100%;
    height: 6px;
} */

.fv-text .schedule .day {
    font-size: clamp(36px, 4.6875vw, 44px);
    line-height: 1
}

.fv-text .schedule .day span {
    padding-right: 7px;
    /* rotate: 90deg; */
    font-size: .45em
}

.fv-text .schedule .time {
    margin-right: 30px;
    font-size: clamp(22px, 2.8645833333vw, 30px)
}

.fv-text .schedule .detail p {
    padding: 2px 12px;
    font-size: 0.875rem;
    color: #5f5a5a;
    background: #fff;
    text-align: center
}

.fv-text .schedule .detail p~p {
    margin-top: 4px
}

.fv-text .schedule,.fv-text .btn-area {
    margin: 30px auto;
}

.fv-text .text-center {
    margin-top: 15px
}

.fv-text .btn-area {
    margin-top: 30px
}

.btn-area .btn {
    max-width: 460px;
    margin: auto;
    display: block;
}

.fv-bottom {
    background-color: #000;
    text-align: center;
    padding: 60px 15px 95px;
    position: relative;
    margin: 70px -15px 0;
}

.fv-bottom::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/bg.png) no-repeat bottom;
}

.fv-bottom__title {
    color: #fff;
    font-size: clamp(27px, 3.125vw, 40px);
}

.fv-bottom__text {
    display: inline-block;
    text-align: left;
    margin-top: 40px;
    color: #fff;
    font-size: clamp(14px, 1.8229166667vw, 16px);
    line-height: 2;
    color: #ffe495;
}

.gold-text {
    display: inline-block;
    background: linear-gradient(to right, #BD9D41, #836D2D);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0,0,0,0);
    font-size: clamp(20px, 3.125vw, 27px);
}

/* .blue-text {
    display: inline-block;
    background: linear-gradient(to right, #8AD6EE, #2D55BD);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0,0,0,0)
} */

.section-title {
    position: relative;
    text-align: center;
    width: min(100%, 1000px);
    margin: 0 auto 40px;
    padding-bottom: 8px;
}

.section-title::before {
	position: absolute;
	content: '';
	bottom: 15px;
	left: 0;
	border-top: 2px solid #000;
	border-bottom: 1px solid #000;
	width: 100%;
	height: 6px;
}

.section-title.white::before {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	border-top: 2px solid #fff;
	border-bottom: 1px solid #fff;
	width: 100%;
	height: 6px;
}

.section-title h2 {
    font-size: clamp(40px, 4.3854166667vw, 60px);
    font-family: DIN Condensed;
}

.section-title h2 img {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-bottom: 14px;
}

.section-title h2.white,
.section-title.white p {
    color: #fff
}

.section-title h2.white {
    font-size: 30px;
}

.section-title.white p {
    font-size: clamp(20px, 3.125vw, 25px);
}

.speakers {
    padding: 75px 0 215px;
}

.speakers-item:nth-of-type(8) {
    padding-bottom: 60px;
    border-bottom: solid 4px #000;
    position: relative;
    margin-bottom: 80px;
}

.speakers-item:nth-of-type(8)::before {
    content: "";
    border-bottom: solid 3px #000;
    position: absolute;
    bottom: -10px;
    width: 100%;
}

.speakers-item:nth-of-type(8)::after {
    content: "";
    border-bottom: solid 2px #000;
    position: absolute;
    bottom: -16px;
    width: 100%;
}

.speakers-item__image {
    position: relative;
    margin: 0 auto;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.speakers-item__image img {
    display: block;
    margin: 0 auto
}

.speakers-item__image span {
    position: absolute;
    padding: 8px 12px;
    color: #fff;
    font-size: clamp(18px, 2.34375vw, 20px);
    background: linear-gradient(to right, #BD9D41, #836D2D)
}

.speakers-item__detail {
    flex: 1
}

.speakers-item__detail .job {
    margin-top: 16px;
    font-size: clamp(14px, 1.8229166667vw, 16px)
}

.speakers-item__detail .name {
    font-size: clamp(20px, 2.6041666667vw, 24px)
}

.speakers-item__detail .name span {
    font-size: .6em;
    margin-left: 8px
}

.speakers-item__detail .text {
    margin-top: 16px;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.5;
    overflow-wrap: break-word;
}

.speakers-item__detail .stage {
    color: #fff;
    padding: 5px 10px;
    background: linear-gradient(to right, #531ec0 0%, #1355b7 100%);
    width: fit-content;
    margin: 5px 0;
}

.speakers-item__detail .stage-list {
    list-style: disc;
    margin-left: 1rem;
}

.speakers-item__detail .stage-list li {
    background: linear-gradient(to right, #5f24c2 0%, #0b9eb7 110%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.speakers-item__detail .stage-list li span {
    background: linear-gradient(to right, #5f24c2 -150%, #0b9eb7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.speakers-item.main {
    width: 85%;
    margin: 0 auto
}

.speakers-item.sub {
    margin-top: 60px;
    display: flex;
    gap: 30px
}

.speakers-item.sub:nth-of-type(even) {
    flex-direction: row-reverse
}

.speakers-item.sub .speakers-item__detail .job {
    font-size: 1rem;
    font-weight: bold;
}

.speakers-item.sub .speakers-item__detail .name {
    font-size: clamp(30px, 3.34375vw, 40px);
    letter-spacing: -0.1px;
    line-height: 1.25;
}

h3.title {
    position: relative;
    padding: 12px 16px;
    background: #dfe3eb;
    font-size: clamp(18px, 2.34375vw, 20px)
}

h3.table__title {
    font-size: clamp(18px, 2.34375vw, 20px)
}

.session {
    position: relative;
    width: min(100% - 20px,1000px);
    margin: 0 auto;
    padding: 60px 50px;
    background: #83640d;
}

.session.archive {
    margin-bottom: 50px;
    background-color: #1d3c7b;
}

.session .section-title {
    margin-bottom: 16px;
}

.session .section-title h2 {
    font-size: clamp(50px, 4.3854166667vw, 60px) !important;
}

.session .section-title .open-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 48px;
    aspect-ratio: 1
}

.session .section-title .open-button::before,.session .section-title .open-button::after {
    position: absolute;
    content: "";
    top: 50%;
    height: 4px;
    width: 70%;
    background: #fff;
    border-radius: 3px;
    transition: all .3s ease-in-out;
    display: block;
    transform: rotate(50deg);
    right: 20px;
}

.session .section-title .open-button::before {
    transform: rotate(-50deg);
    display: block;
    right: 0;
}

.session .section-title .open-button.active::before {
    transform: rotate(50deg);
}

.session .section-title .open-button.active::after {
    transform: rotate(130deg);
}

.session .text-center+.session-menu {
    margin-top: 30px
}

.session .text-center~.text-center {
    margin-top: 50px
}

.session-menu {
    margin-top: 30px;
}

.session-menu__time {
    padding: 8px 40px 8px 8px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    color: #fff;
    font-size: clamp(14px, 2.34375vw, 20px);
    background: #141820;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    border-left: 2px solid #fff;
    clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 100%, 0% 100%);
    position: relative;
}

.session-menu__time::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 100%;
    background: repeating-linear-gradient( 45deg, #fff, #fff 2px, transparent 2px, transparent 2px);
    clip-path: polygon(0 0, 100% 0, 100% 100%);
}

.session-menu__time span {
    border: 3px solid #113274;
    border-radius: 50px;
    margin-left: 16px;
    padding: 0 8px;
    color: #113274;
    background-color: #fff;
}

.table__time {
    color: #fff;
    font-size: clamp(18px, 3.34375vw, 35px);
    font-family: DIN Condensed;
    display: flex;
    align-items: center;
}

.circle {
    position: relative;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #fff04d;
    margin-bottom: 10px;
    margin-right: 15px;
}

.circle::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 15px;
    width: 2px;
    height: 23.3rem;
    margin: auto;
    background-color: #fff04d;
}

.session-menu:nth-of-type(even) .circle::after {
    height: 59rem;
}

.session-menu:last-child .circle::after {
    content: none; 
}

.session-menu__main {
    padding: 20px 24px;
    background: #fff;
}

.session-menu__main.table {
    margin-left: 30px;
}

.session-menu__main>p {
    font-weight: bold;
}

.session-menu__main h3+p {
    margin-top: 12px
}

.flex {
    position: relative;
    display: flex;
    margin-top: 20px;
    gap: 20px 0;
    flex-wrap: wrap;
}

.flex.border {
    margin-top: 60px;
}

.border::before {
	position: absolute;
	content: '';
	top: -30px;
	left: 0;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	width: 100%;
	height: 6px;
}

.session-menu__main .mc {
    margin-bottom: 10px;
    font-size: 1.3rem;
    font-weight: bold;
}

.session-menu__main.flex img {
    width: 170px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    aspect-ratio: 3/4;
    -o-object-fit: cover;
    object-fit: cover
}

.session-menu__main.flex .text {
    flex: 1
}

.session-menu__main .job {
    margin-top: 5px;
    font-size: 1rem;
    font-weight: bold;
}

.session-menu__main .name {
    /* margin-top: 4px; */
    font-size: clamp(18px, 2.34375vw, 20px)
}

.session-menu__main .name span {
    font-size: .6em;
    margin-left: 8px
}

.cv {
    padding: 30px 0;
    margin-top: 60px;
    text-align: center;
}

.cv .attention {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative
}

.cv .attention:before,.cv .attention:after {
    content: "";
    display: inline-block;
    height: 20px;
    width: 2px;
    background: #131212;
}

.cv .attention:before {
    rotate: -30deg;
    margin-right: 10px
}

.cv .attention::after {
    rotate: 30deg;
    margin-left: 10px
}

.cv .btn {
    margin: 10px auto
}

/* .note {
    color: #bd9d41
} */

.area-about {
    padding: 5vw 20px;
    background: #83640d;
    margin: 0 -15px 60px;
}

.area-about .about-text {
    font-size: clamp(14px, 1.8229166667vw, 16px);
    color: #fff
}

.area-sponsor h3 {
    margin: 50px auto 20px;
    text-align: center;
    font-size: clamp(24px, 3.125vw, 28px)
}

.area-sponsor .sponsor {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.area-sponsor .sponsor:first-of-type,
.area-sponsor .sponsor:last-of-type {
    justify-content: center;
}

.area-sponsor .sponsor-item {
    width: min(230px,100%);
}

.area-sponsor .sponsor-item img {
    -o-object-fit: contain;
    object-fit: contain;
    height: 100%;
    -o-object-position: center;
    object-position: center;
    width: 100%
}

.area-sponsor .sponsor a {
    transition: .3s
}

.area-sponsor .sponsor a:hover {
    opacity: .8
}

.area-sponsor .text {
    margin-top: 25px;
    text-align: center
}

.area-outline {
    padding-top: 60px
}

table {
    margin: 0 auto;
    width: min(100%,860px);
    border-spacing: 0 10px;
}

table th,table td {
    vertical-align: middle
}

table th {
    padding: 30px 16px;
    color: #fff;
    text-align: center;
    font-weight: normal;
    background: rgba(18,18,18,.9)
}

table td {
    padding: 16px;
    border: 1px solid;
    background-color: #fff;
}

table .logo-link {
    display: block;
    transition: .3s
}

table .logo-link:hover {
    opacity: .8
}

.btn-gold {
    display: table;
    padding: 0 35px;
    color: #fff;
    background: linear-gradient(to right, #BD9D41, #836D2D);
    transition: .3s;
    text-align: center;
    border-radius: 50px;
}

.btn-gold:nth-of-type(2) {
    margin: 10px 0;
}

.btn-gold:hover {
    opacity: .8
}

footer {
    position: relative;
    padding-top: 45px;
    margin-top: 60px;
    color: #fff;
    background: #151922;
}

footer .footer-service {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px
}

footer .footer-service li {
    width: 130px;
    height: 47px
}

footer .footer-service li a {
    display: block;
    width: 100%;
    height: 100%;
    transition: .3s
}

footer .footer-service li a:hover {
    opacity: .8
}

footer .footer-service li a img {
    -o-object-fit: contain;
    object-fit: contain
}

footer .footer-other {
    margin-top: 45px;
    padding-bottom: 35px;
    display: flex;
    justify-content: center;
    font-size: 0.875rem;
    font-weight: normal
}

footer .footer-other li {
    padding: 0 30px
}

footer .footer-other li:not(:last-child) {
    border-right: 1px solid #fff
}

footer .footer-other a {
    transition: .3s
}

footer .footer-other a:hover {
    opacity: .8
}

footer small {
    display: block;
    width: 100%;
    padding: 16px;
    text-align: center;
    font-weight: normal;
    background: #111
}

.thanks {
    margin-top: 135px;
    padding: 50px 20px 30px;
    background: rgba(241,244,246,.8)
}

.thanks h1 {
    font-size: clamp(24px, 3.125vw, 30px);
    padding-bottom: 10px;
    border-bottom: 1px solid
}

.thanks p {
    margin-top: 30px
}

.thanks .link {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: min(100%,300px);
    margin: 50px auto;
    border: 2px solid;
    background: #fff;
    padding: 20px;
    transition: .3s
}

.thanks .link:hover {
    opacity: .8
}

.text-center {
    text-align: center
}

.archive-date {
    font-size: clamp(24px, 3.125vw, 30px);
    font-weight: bold;
    color: #fff04d;
    margin-top: 30px;
    font-family: DIN Condensed;
    font-size: 60px;
}

.archive-date span {
    font-size: 40px;
}

/* .archive-date::before,.archive-date::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 50px;
    height: 6px;
    border-top: solid 2px #bd9d41
}

.archive-date::before {
    left: 0
}

.archive-date::after {
    right: 0
} */

#archive-schedule {
    /* display: none */
}

.slick-arrow {
    display: none !important;
}

::marker {
    color: #5f24c2;
}

@media screen and (min-width: 769px) {
    header nav {
        width: 75%;
        justify-content: flex-end;
    }

    header .spMenu {
        display:none
    }

    .flex .text {
        width: 33%;
    }

    .pcOnly {
        display:block
    }

    .spOnly {
        display: none
    }
}

@media screen and (max-width: 768px) {
    .overlay {
        height: calc(100% - 1600px);
    }

    .btn {
        padding:15px 25px
    }

    header {
        padding:15px 3vw
    }

    header .logo {
        margin-left:0
    }

    header .btn-area {
        margin: 10px auto 0;
    }

    header nav .nav-entry {
        display:block;
        margin: 20px auto 0
    }

    header nav {
        display:none
    }

    header nav.active {
        display: block;
        position: absolute;
        padding: 20px;
        top: 55px;
        left: 0;
        width: 100%;
        background: #f1f4f6;
        transition: .3s;
        box-shadow: 0 4px 4px 0 rgba(141,141,141,.2)
    }

    header nav.active .nav-list {
        flex-direction: column;
        align-items: center
    }

    header .spMenu {
        position:absolute;
        top: 0;
        right: 5px;
        height: 56px;
        width: 60px;
        padding: 0 15px;
        z-index: 10;
        cursor: pointer
    }

    header .spMenu i {
        display: block;
        width: 30px;
        height: 2px;
        transition: .3s ease-in-out;
        position: absolute;
        background: #bd9d41
    }

    header .spMenu i:nth-child(1) {
        top: 15px
    }

    header .spMenu i:nth-child(2) {
        top: 25px
    }

    header .spMenu i:nth-child(3) {
        top: 35px
    }

    header .spMenu.active i:nth-child(1) {
        top: 27px;
        transform: rotate(45deg)
    }

    header .spMenu.active i:nth-child(2),header .spMenu.active i:nth-child(3) {
        top: 27px;
        transform: rotate(-45deg)
    }

    .fv {
        padding:130px 0 0;
    }

    .fv-wide {
        flex-direction:column
    }

    .fv-text .schedule {
        margin-top:10px;
        justify-content: center
    }

    .fv-text .schedule .detail {
        display:flex;
        gap: 5px
    }

    .fv-text .schedule .detail p {
        min-width:135px
    }

    .fv-text .schedule .detail p~p {
        margin-top: 0
    }

    .fv-text .schedule,.fv-text .btn-area {
        margin-left:0
    }

    .fv-text .btn-area,
    .fv-bottom {
        margin-top:20px
    }

    .fv-bottom {
        margin: 20px -15px 0;
        padding: 30px 15px 65px;
    }

    .section-title {
        margin-bottom: 10px;
    }

    .section-title h2 img {
        width: 67%;
        margin-bottom: 11px;
    }
    
    .section-title h2.white {
        font-size: 24px;
    }

    .speakers {
        padding: 30px 0 50px;
    }

    .speakers-item__image {
        width:100%
    }

    .speakers-item.main {
        width:100%
    }

    .speakers-item.sub:nth-of-type(even) {
        flex-direction:column
    }

    .speakers-item.sub {
        flex-direction:column;
        gap: 0;
        margin: 0 auto 30px;
    }

    .session {
        padding:30px 20px 40px;
    }

    .session .container.small {
        padding: 0
    }

    .session .section-title .open-button {
        width:30px
    }

    .session-menu {
        margin-top:30px;
    }

    .session-menu__main {
        padding:20px 12px
    }

    .circle::after {
        height: 89rem !important;
    }

    .session-menu:nth-of-type(2) .circle::after {
        height: 55rem;
    }
    
    .session-menu:nth-of-type(4) .circle::after {
        height: 49rem;
    }

    .flex {
        flex-direction:column
    }

    .session-menu__main.flex img {
        margin:0 auto
    }

    .cv {
        margin-top: 0;
    }

    .cv .attention:before,.cv .attention:after {
        height: 20px;
    }

    .area-about {
        margin: 0 -15px 30px;
    }

    .area-about .about-text {
        margin-left:0
    }

    .area-sponsor h3 {
        margin: 20px auto 10px;
    }

    .area-sponsor .sponsor {
        gap:10px
    }

    .area-sponsor .sponsor-item {
        width:calc(50% - 5px);
    }

    .area-sponsor .text {
        margin-top: 25px;
        text-align: left;
    }

    .area-outline {
        padding-top: 40px;
    }

    table th,table td {
        display: block;
    }

    table th {
        padding: 5px;
    }

    table td {
        text-align: center;
    }

    table td.btn-wrap {
        gap:10px
    }

    .btn-gold {
        width:100%
    }

    .session .section-title .open-button::after {
        right: 12px;
    }

    footer .footer-other {
        margin-top:25px;
        flex-direction: column;
        gap: 10px;
        align-items: center
    }

    footer .footer-other li:not(:last-child) {
        border:none
    }

    .pcOnly {
        display:none
    }

    .spOnly {
        display: block
    }
}