html {
    font-size: 62.5%;
    scroll-behavior: smooth
}

body {
    font-size: 1.4rem;
    line-height: 1.8;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif
}

img {
    max-width: 100%
}

.nimbus-sans {
    font-family: "nimbus-sans", sans-serif;
    font-weight: 400;
    font-style: normal
}

.nimbus-sans-bold {
    font-family: "nimbus-sans", sans-serif;
    font-weight: 700;
    font-style: normal
}

.nimbus-sans-condensed {
    font-family: "nimbus-sans-condensed", sans-serif;
    font-weight: 700;
    font-style: normal
}

.display_pc {
    display: none
}

.display_tablet {
    display: none
}

.display_sp {
    display: block
}

.button a {
    background-color: #fff;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 280px;
    padding: 10px 25px;
    color: #000;
    transition: .3s ease-in-out;
    font-weight: 500
}

.button a:hover {
    background: #000;
    color: #fff
}

.button a:after {
    content: "";
    width: 6px;
    height: 6px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: .3s ease-in-out
}

.button a:hover:after {
    border-color: #fff
}

.menu-btn {
    position: fixed;
    top: 0px;
    right: 0px;
    display: flex;
    height: 42px;
    width: 42px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #fff
}

.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: "";
    display: block;
    height: 1.5px;
    width: 20px;
    background-color: #000000;
    position: absolute
}

.menu-btn span:before {
    bottom: 8px
}

.menu-btn span:after {
    top: 8px
}

.menu-btn.active span {
    background-color: rgba(255, 255, 255, 0)
}

.menu-btn.active span::before {
    bottom: 0;
    transform: rotate(45deg)
}

.menu-btn.active span::after {
    top: 0;
    transform: rotate(-45deg)
}

.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 80;
    background-color: #2e4d39;
    transition: all .5s;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.menu-content::-webkit-scrollbar {
    display: none
}

.menu-content ul {
    padding: 40px 10px 70px 70px
}

.menu-content ul li:last-child {
    margin-top: 20px
}

.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 3.2rem;
    letter-spacing: .4rem;
    color: #ffffff;
    font-family: "nimbus-sans", sans-serif;
    font-weight: 700
}

.menu-content ul li a.small {
    font-size: 1.8rem;
    letter-spacing: .3rem
}

.menu-content ul li a.middle {
    font-size: 2.4rem
}

.menu-content.active {
    right: 0
}

.menu-content .logo_area {
    margin-top: 30px;
    margin-left: 30px;
    width: 120px;
    display: flex;
    flex-direction: column
}

.menu-content .logo_area .logo_climbon {
    margin-bottom: 20px
}

.menu-content .logo_area .logo_facebook {
    width: 30px
}

.ticket-btn {
    position: fixed;
    font-weight: 700;
    border-radius: 30px 0 0 30px;
    color: #000000;
    border: 1.5px solid #000000;
    border-right: none;
    bottom: 20px;
    right: 0px;
    display: flex;
    padding: 15px 25px 15px 60px;
    justify-content: center;
    align-items: center;
    z-index: 70;
    background-color: #fff;
    font-size: 1.5rem;
    text-align: center
}

.ticket-btn .dli-arrow-right {
    position: absolute;
    top: 50%;
    left: 25px;
    display: inline-block;
    vertical-align: middle;
    color: #000000;
    line-height: 1;
    width: 1.6rem;
    height: .15rem;
    background: #000000;
    z-index: 20
}

.ticket-btn .dli-arrow-right::before {
    content: "";
    width: 1.2rem;
    height: 1.2rem;
    border: .15rem solid #000000;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(45deg);
    transform-origin: top right;
    position: absolute;
    top: 50%;
    right: -0.2rem;
    box-sizing: border-box;
    z-index: 20
}

.navigation {
    padding-top: 20px;
    background-color: #f8f4e6
}

.navigation .navigation_outer {
    display: flex;
    overflow-x: scroll;
    padding-left: 7.5%;
    padding-right: 7.5%;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.navigation .navigation_outer::-webkit-scrollbar {
    display: none
}

.navigation .navigation_content {
    width: 82px;
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 6.5%
}

.navigation .navigation_content:last-child {
    margin-right: 0px
}

.navigation .navigation-icon {
    height: 60px;
    display: flex;
    align-items: center;
    margin-bottom: 10px
}

.navigation .navigation-text {
    font-family: "nimbus-sans", sans-serif;
    font-size: 1rem;
    color: #000000;
    font-weight: 700;
    letter-spacing: .1rem
}
.keyvisual{
    height: 100%;
    object-fit: cover;
    width: 100%;
}.keyvisual img{
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.about {
    margin-top:40px;
    background-color: #ffffff;
    color: #000000
}

.about .about_title {
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -1.28px;
    color: #000000;
}
.about .about_logo{
    max-width:800px;
    margin:auto;
    padding:10px 30px 25px;
    box-sizing: border-box;
}


.about .about_description {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
    line-height: 2.4;
    letter-spacing: .2rem;
    font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
    -moz-font-feature-settings: "palt";
    text-align: justify;
    font-size:14px;
}

.about .about_description.display_pc p{
    /* UI Properties */
    text-align: center;
    font: normal normal normal 14px/31px Yu Gothic Pr6N;
    letter-spacing: -0.56px;
    color: #000000;
    margin-bottom:30px;
    line-height: 24px;
}

.about .about_description.display_sp p,
.about .about_description.display_tablet p{
    /* UI Properties */
    text-align: left;
    font: normal normal normal 14px/31px Yu Gothic Pr6N;
    letter-spacing: -0.56px;
    color: #000000;
    margin-bottom:30px;
    line-height: 24px;
}


.about ul::-webkit-scrollbar {
    display: none
}


.about li:last-child {
    margin-right: 0px
}


.about .about_content {
   width:100%;
   margin:auto;
}

.about .about_content ul{
   width:100%;
   flex-direction: column;
   margin:0px;
   padding:0;

}

.about .about_content li{
   width:100%;
   flex-direction: column;
   margin:0;
   padding:0 0 50px;
}
.about .about_content li:last-of-type{
   padding:0 0 0px;
}

.about .about_content_title {
    font-family: "Montserrat", sans-serif;
    font-size:22px;
    font-weight:bold;
    letter-spacing: 0px;
    color: #000000;
    text-align: left;
    width:80%;
    margin:18px auto 0;
    line-height: 1.2;
}


.about .about_content_subtitle {
    width: 80%;
    margin: 16px auto 0;
    text-align: left;
    font-weight: 400;
    letter-spacing: -0.64px;
    font-size: 1.6rem;
    color: #000;
}

.about .about_content_photo {
    margin-bottom: 10px;
    margin-top:0px;
    width: 100%;
}
.about .about_content_photo img{
    width: 100%;
}

.about .about_content_description {
    text-align: justify;
    width:80%;
    margin: 18px auto 0;
    font-size:12px;
}

.about .about_btn_area {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
    margin-top: 20px
}

.about .about_btn_area .about-btn {
    width: 100%;
    position: relative;
    font-weight: 700;
    border-radius: 30px;
    padding: 12px;
    color: #000000;
    border: 1px solid #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    font-size: 1rem;
    text-align: center;
    cursor: pointer
}

.about .about_btn_area .about-btn:hover {
    color: #e8c32e
}

.about .about_btn_area .about-btn .about-btn-inner {
    display: flex;
    align-items: center
}

.about .about_btn_area .about-btn .dli-arrow-right {
    display: inline-block;
    margin-right: 15px;
    color: #000000;
    line-height: 1;
    width: 1.4rem;
    height: .15rem;
    background: #000000;
    z-index: 20;
    position: relative
}

.about .about_btn_area .about-btn .dli-arrow-right:before {
    content: "";
    width: 1.1rem;
    height: 1.1rem;
    border: .15rem solid #000000;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(45deg);
    transform-origin: top right;
    position: absolute;
    top: 50%;
    right: -0.2rem;
    box-sizing: border-box;
    z-index: 20
}

.about .about_btn_area .about-btn .about-btn-text {
    margin-right: 15px;
    letter-spacing: .1rem
}

.schedule {
    padding-top: 80px;
    padding-bottom: 0px;
    position: relative;
    overflow-x: clip
}

.schedule .schedule_ill_01 {
    position: absolute;
    top: -40px;
    right: 0px;
    width: 180px
}

.schedule .schedule_title {
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: -1.28px;
    color: #000000;
}

.schedule .schedule_subtitle {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px;
    font-weight: bold;
    position: relative;
    text-align: center;
    padding-top: 24px;
    padding-bottom: 24px;
    font-family: "nimbus-sans", sans-serif;
    font-weight: 700;
    letter-spacing: .2rem;
    font-size: 1.6rem;
    color: #000000
}

.schedule .schedule_subtitle::before {
    background-color: #000000;
    top: 0;
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 100%
}

.schedule .schedule_subtitle::after {
    background-color: #000000;
    bottom: 0;
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 100%
}

.schedule .schedule_photoarea {
    margin-bottom: 40px
}

.schedule .schedule_photoarea:last-child {
    margin-bottom: 0px
}

.schedule .schedule_photo {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding-left: 7.5%;
    padding-right: 7.5%;
    padding-top:20px;
}

.schedule .schedule_photo::-webkit-scrollbar {
    display: none
}

.schedule .schedule_photo img {
    max-width: initial;
    width: 100%
}

.guest {
    margin-top:80px;
    position: relative;
    overflow-x: clip
}

.guest .guest_ill_02 {
    position: absolute;
    bottom: -50px;
    left: 0px;
    width: 126px;
    z-index: 100
}

.guest .guest_title {
    font-family: "Montserrat", sans-serif;
    text-align: center;
    font-weight: bold;
    font-size: 2rem;
    letter-spacing: -1.28px;
    color: #000000;
}


.guest .guest_outer {
    display: flex;
    overflow-x: hidden;
    flex-wrap: wrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
    justify-content:center;
    margin:0px auto;
    width:80%;
}

.guest .guest_outer.athlete{
    max-width: 569px;
}
.guest .guest_outer.guide{
    max-width: 800px;
}

.guest .guest_outer img{
    margin:auto;
    object-fit:contain;
}

.guest .guest_outer::-webkit-scrollbar {
    display: none
}

.guest .guest_content {
    width: 46%;
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #000000;
    position: relative;
    margin-right:8%;
    margin-bottom:40px;
}

.guest .guest_content:nth-child(2n){
    margin-right: 0px
}

.guest .guest_content:last-child::after {
    position: absolute;
    content: "";
    top: 0;
    left: 100%;
    height: 1px;
    width: 12%;
    background-color: rgba(0, 0, 0, 0)
}

.guest .guest-photo {
    width: 84px;
}

.guest .guest-photo img {
    border-radius: 50%;
}

.guest .guest-job {
    font-size: 1rem;
    text-align: center;
    margin: 20px auto 0;
    line-height: 1;
}

.guest .guest-name {
    font-size: 1.2rem;
    text-align: center;
    margin: 10px auto 0;
    line-height: 1;
}

.guest .guest-description {
    font-size: 1rem;
    margin: 20px auto 0;
}

.contents {
    padding-top: 80px;
    background-color: #ffffff;
    color: #000;
    position: relative
}

.contents .contents_ill_03 {
    position: absolute;
    bottom: -50px;
    right: 0px;
    width: 126px
}

.contents .contents_title {
    font-family: "Montserrat", sans-serif;
    text-align: center;
    font-weight: bold;
    font-size: 2rem;
    letter-spacing: -1.28px;
    color: #000000;
}


.contents .contents_subtitle {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px;
    font-weight: bold;
    position: relative;
    text-align: center;
    padding-top: 24px;
    padding-bottom: 24px;
    font-family: "nimbus-sans", sans-serif;
    font-weight: 700;
    letter-spacing: .2rem;
    font-size: 1.6rem
}

.contents .contents_subtitle::before {
    background-color: #000000;
    top: 0;
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 100%
}

.contents .contents_subtitle::after {
    background-color: #000000;
    bottom: 0;
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 100%
}

.contents .contents_boothtitle {
    margin-left: calc(7.5% + 42px);
    margin-bottom: 10px;
    font-family: "nimbus-sans", sans-serif;
    font-weight: 700;
    letter-spacing: .1rem;
    font-size: 1.4rem;
    position: relative;
    margin-top: 40px
}

.contents .contents_boothtitle:first-child {
    margin-top: 0px
}

.contents .contents_boothtitle .circle {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: -42px;
    width: 30px;
    height: 30px;
    border: 1px solid #000000;
    background-color: #fff;
    transform: translateY(-50%);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: 10
}

.contents .contents_boothtitle .dli-arrow-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -35px;
    display: inline-block;
    vertical-align: middle;
    color: #000000;
    line-height: 1;
    width: 1.4rem;
    height: .15rem;
    background: #000000;
    z-index: 20
}

.contents .contents_boothtitle .dli-arrow-right::before {
    content: "";
    width: 1rem;
    height: 1rem;
    border: .15rem solid #000000;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(45deg);
    transform-origin: top right;
    position: absolute;
    top: 50%;
    right: -0.2rem;
    box-sizing: border-box;
    z-index: 20
}

.contents .contents-btn {
    margin-top: 15px;
    width: 100%;
    position: relative;
    font-weight: 700;
    border-radius: 30px;
    padding: 12px;
    color: #000000;
    border: 1px solid #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    font-size: 1rem;
    text-align: center;
    cursor: pointer
}

.contents .contents-btn:hover {
    color: #e8c32e
}

.contents .contents-btn .contents-btn-inner {
    display: flex;
    align-items: center
}

.contents .contents-btn .dli-arrow-right {
    display: inline-block;
    margin-right: 15px;
    color: #000000;
    line-height: 1;
    width: 1.4rem;
    height: .15rem;
    background: #000000;
    z-index: 20;
    position: relative
}

.contents .contents-btn .dli-arrow-right:before {
    content: "";
    width: 1.1rem;
    height: 1.1rem;
    border: .15rem solid #000000;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(45deg);
    transform-origin: top right;
    position: absolute;
    top: 50%;
    right: -0.2rem;
    box-sizing: border-box;
    z-index: 20
}

.contents .contents-btn .contents-btn-text {
    margin-right: 15px;
    letter-spacing: .1rem
}

.contents .contents_category {
    margin-bottom: 40px
}

.contents .contents_category:last-child {
    margin-bottom: 0px
}

.contents .contents_outer {
    display: flex;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding-left: 7.5%;
    padding-right: 7.5%
}

.contents .contents_outer::-webkit-scrollbar {
    display: none
}

.contents .contents_content {
    width: 200px;
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-right: 12%;
    position: relative
}

.contents .contents_content:last-child {
    margin-right: 0px
}

.contents .contents_content:last-child::after {
    position: absolute;
    content: "";
    top: 0;
    left: 100%;
    height: 1px;
    width: 12%;
    background-color: rgba(0, 0, 0, 0)
}

.contents .contents_content_photo {
    margin-bottom: 7px
}

.contents .contents_content_title {
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: -1.28px;
    color: #000000;
}

.contents .contents_content_description {
    font-size: 1rem;
    text-align: justify;
    margin-top: 5px
}

.contents .contents_content_detail {
    font-size: 1rem;
    margin-top: 7px;
    display: none
}

.contents .contents_content_detail.active {
    display: block
}

.contents .content_display_btn {
    font-family: "nimbus-sans", sans-serif;
    font-size: 1rem;
    margin-top: 7px;
    position: relative
}

.contents .content_display_btn::after {
    content: "";
    width: 6px;
    height: 6px;
    border: 0;
    border-bottom: solid 1px #000000;
    border-right: solid 1px #000000;
    position: absolute;
    top: 36%;
    right: -10px;
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg)
}

.contents .content_display_btn.active::after {
    content: "";
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 1px #000000;
    border-right: solid 1px #000000;
    position: absolute;
    top: 52%;
    right: -10px;
    transform: translateY(-50%) rotate(-45deg);
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -moz-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    -o-transform: translateY(-50%) rotate(-45deg)
}

.movie {
    padding-top: 80px;
}

.movie .movie_title_area {
    text-align: center;
    margin-bottom: 20px
}

.movie .movie_title {
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: -1.28px;
    color: #000000;
}

.movie .movie_outer{
    width:800px;
    max-width: 100%;
    margin:auto;
    display: flex;
    justify-content: center;
}

.movie .circle {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: -49px;
    width: 38px;
    height: 38px;
    border: 1px solid #000000;
    background-color: #fff;
    transform: translateY(-50%);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: 10
}

.movie .dli-arrow-right {
    position: absolute;
    top: 50%;
    left: -40px;
    display: inline-block;
    vertical-align: middle;
    color: #000000;
    line-height: 1;
    width: 1.8rem;
    height: .15rem;
    background: #000000;
    z-index: 20
}

.movie .dli-arrow-right::before {
    content: "";
    width: 1.2rem;
    height: 1.2rem;
    border: .15rem solid #000000;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(45deg);
    transform-origin: top right;
    position: absolute;
    top: 50%;
    right: -0.2rem;
    box-sizing: border-box;
    z-index: 20
}

.movie .movie_youtube {
    width: 85%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px
}

.movie .movie_youtube:last-child {
    margin-bottom: 0px
}

.movie .movie_youtube_inner {
    width: 100%;
    aspect-ratio: 16/9
}

.movie .movie_youtube_inner iframe {
    width: 100%;
    height: 100%
}

.map {
    padding-top: 60px;
    padding-bottom: 40px
}

.map .map_title_area {
    text-align: center;
    margin-bottom: 20px
}

.map .map_title {
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: -1.28px;
    color: #000000;
}

.map .circle {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: -49px;
    width: 38px;
    height: 38px;
    border: 1px solid #000000;
    background-color: #fff;
    transform: translateY(-50%);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: 10
}

.map .dli-arrow-right {
    position: absolute;
    top: 50%;
    left: -40px;
    display: inline-block;
    vertical-align: middle;
    color: #000000;
    line-height: 1;
    width: 1.8rem;
    height: .15rem;
    background: #000000;
    z-index: 20
}

.map .dli-arrow-right::before {
    content: "";
    width: 1.2rem;
    height: 1.2rem;
    border: .15rem solid #000000;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(45deg);
    transform-origin: top right;
    position: absolute;
    top: 50%;
    right: -0.2rem;
    box-sizing: border-box;
    z-index: 20
}

.map .map_photo {
    width: 85%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto
}

.access {
    padding-top: 80px;
}

.access .access_title_area {
    text-align: center;
    margin-bottom: 30px
}

.access .access_title {
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: -1.28px;
    color: #000000;
}

.access .circle {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: -49px;
    width: 38px;
    height: 38px;
    border: 1px solid #000000;
    background-color: #fff;
    transform: translateY(-50%);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: 10
}

.access .dli-arrow-right {
    position: absolute;
    top: 50%;
    left: -40px;
    display: inline-block;
    vertical-align: middle;
    color: #000000;
    line-height: 1;
    width: 1.8rem;
    height: .15rem;
    background: #000000;
    z-index: 20
}

.access .dli-arrow-right::before {
    content: "";
    width: 1.2rem;
    height: 1.2rem;
    border: .15rem solid #000000;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(45deg);
    transform-origin: top right;
    position: absolute;
    top: 50%;
    right: -0.2rem;
    box-sizing: border-box;
    z-index: 20
}

.access .access_photo_area {
    margin-bottom: 40px
}

.access .access_photo {
    width: 85%;
    margin-left: auto;
    margin-right: auto
}

.access .access_detail {
    width: 85%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
    color: #000000
}

.access .access_detail .access_detail_title {
    font-size: 1.6rem;
    font-weight: 700
}

.access .access_detail .access_detail_description {
    font-size: 1.4rem;
    margin-bottom: 30px
}

.access .access_detail .access_detail_description:last-child {
    margin-bottom: 0px
}

.access .access_map_area {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.access .access_googlemap {
    width: 85%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto
}

.access .access_googlemap iframe {
    width: 100%;
    aspect-ratio: 16/9
}

.co-operation-event {
    padding-top: 80px
}

.co-operation-event .co-operation-event_title {
    font-size: 2rem;
    font-family: "nimbus-sans", sans-serif;
    font-weight: 700;
    text-align: center;
    color: #000000;
    letter-spacing: .2rem;
    margin-bottom: 25px;
    position: relative
}

.co-operation-event .co-operation-event_logo {
    width: 85%;
    margin-left: auto;
    margin-right: auto
}

.co-operation-event .co-operation-event_logo_outer {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.co-operation-event .co-operation-event_logo_content {
    width: 22%;
    text-align: center;
    margin-right: 17%;
    display: flex;
    align-items: center
}

.co-operation-event .co-operation-event_logo_content:nth-child(2n) {
    margin-right: 0px
}

.main_sponsored {
    padding-top: 40px
}

.main_sponsored .main_sponsored_title {
    font-size: 2rem;
    font-family: "nimbus-sans", sans-serif;
    font-weight: 700;
    text-align: center;
    color: #000000;
    letter-spacing: .2rem;
    margin-bottom: 25px;
    position: relative
}

.main_sponsored .main_sponsored_logo {
    width: 85%;
    margin-left: auto;
    margin-right: auto
}

.main_sponsored .main_sponsored_logo_outer {
    display: flex;
    justify-content: center
}

.main_sponsored .main_sponsored_logo_content {
    width: 48%
}

.sponsored {
    padding-top: 80px;
    padding-bottom: 80px;
}

.sponsored .sponsored_title {
    font-family: "Montserrat", sans-serif;
    text-align: center;
    font-weight: bold;
    font-size: 2rem;
    letter-spacing: -1.28px;
    color: #000000;
}

.sponsored .sponsored_logo {
    width: 85%;
    margin-left: auto;
    margin-right: auto
}

.sponsored .sponsored_logo_outer {
    margin-top:40px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap
}

.sponsored .sponsored_logo_content {
    width: 22%;
    text-align: center;
    margin-right: 17%;
    display: flex;
    align-items: center;
    margin-bottom: 5%
}

.sponsored .sponsored_logo_content:nth-child(3n) {
    margin-right: 0px
}

.sponsored .sponsored_logo_content:nth-child(3n) {
    margin-right: 0px
}

.sponsored .sponsored_logo_content:nth-last-child(1) {
    margin-bottom: 0px
}

.sponsored .sponsored_logo_content:nth-last-child(2):nth-child(3n+1) {
    margin-bottom: 0px
}

.sponsored .sponsored_logo_content:nth-last-child(2):nth-child(3n+2) {
    margin-bottom: 0px
}

.sponsored .sponsored_logo_content:nth-last-child(3):nth-child(3n+1) {
    margin-bottom: 0px
}

.specialthanks {
    padding-top: 40px
}

.specialthanks .specialthanks_title {
    font-size: 2rem;
    font-family: "nimbus-sans", sans-serif;
    font-weight: 700;
    text-align: center;
    color: #000000;
    letter-spacing: .2rem;
    margin-bottom: 25px;
    position: relative
}

.specialthanks .specialthanks_logo {
    width: 85%;
    margin-left: auto;
    margin-right: auto
}

.specialthanks .specialthanks_logo_outer {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap
}

.specialthanks .specialthanks_logo_content {
    width: 22%;
    text-align: center;
    margin-right: 17%;
    display: flex;
    align-items: center;
    margin-bottom: 5%
}

.specialthanks .specialthanks_logo_content:nth-child(3n) {
    margin-right: 0px
}

.specialthanks .specialthanks_logo_content:nth-child(3n) {
    margin-right: 0px
}

.specialthanks .specialthanks_logo_content:nth-last-child(1) {
    margin-bottom: 0px
}

.specialthanks .specialthanks_logo_content:nth-last-child(2):nth-child(3n+1) {
    margin-bottom: 0px
}

.specialthanks .specialthanks_logo_content:nth-last-child(2):nth-child(3n+2) {
    margin-bottom: 0px
}

.specialthanks .specialthanks_logo_content:nth-last-child(3):nth-child(3n+1) {
    margin-bottom: 0px
}

.organizer {
    padding-top: 40px
}

.organizer .organizer_title {
    font-size: 2rem;
    font-family: "nimbus-sans", sans-serif;
    font-weight: 700;
    text-align: center;
    color: #000000;
    letter-spacing: .2rem;
    margin-bottom: 25px;
    position: relative
}

.organizer .organizer_logo {
    width: 85%;
    margin-left: auto;
    margin-right: auto
}

.organizer .organizer_logo_outer {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap
}

.organizer .organizer_logo_content {
    width: 22%;
    text-align: center;
    margin-right: 17%;
    display: flex;
    align-items: center
}

.organizer .organizer_logo_content:nth-child(3n) {
    margin-right: 0px
}

.sns {
    padding-top: 80px;
}

.sns .sns_title {
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: -1.28px;
    color: #000000;
}
.sns .sns_outer{
    display: flex;
    justify-content: center;
}
.sns .sns_item{
    width: 100%;
    margin:20px;
    text-align: center;
}
.sns .sns_item .sns_link{
    display: block;
    padding:10px;
}

.sns .sns_item.sns_insta{
    border:1px solid #E900A0;
}
.sns .sns_item.sns_facebook{
    border:1px solid #3877F2;
}

.sns .sns_logo {
    width: 30px;
    margin-left: auto;
    margin-right: auto
}

.sns .sns_logo_outer {
    display: flex;
    justify-content: center
}


.footer {
    background-color: #2e4d39;
    color: #fff;
    text-align: center;
    font-size: 1rem;
    padding-top: 10px;
    padding-bottom: 10px
}

.articles .articles_nav {
    display: flex;
    padding-left: 8%;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin-bottom: 40px;
    margin-top:40px;
}

.articles .articles_nav .articles_nav_content {
    width: 42%;
    min-width: 160px;
    margin-right: 5px;
    flex: 0 0 auto;
    position: relative;
    overflow: visible;
    display: flex;
    flex-direction: column;
    text-align: center;
    padding-bottom: 10px;
    align-items: center;
    opacity: .6;
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    cursor: pointer
}

.articles .articles_nav .articles_nav_content .articles_nav_content_number {
    background-color: #000;
    padding: 6px 12px;
    margin-bottom: 20px;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px
}

.articles .articles_nav .articles_nav_content .articles_nav_content_number p {
    font-size: 1rem;
    font-weight: bold;
    color: #fff;
    font-family: Montserrat;
    line-height: 1
}

.articles .articles_nav .articles_nav_content .articles_nav_content_number p span {
    font-size: 1.4rem;
    margin-left: 3px
}

.articles .articles_nav .articles_nav_content .articles_nav_content_number.nav03 {
    margin-bottom: 10px
}

.articles .articles_nav .articles_nav_content .articles_nav_content_text {
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.8
}

.articles .articles_nav .articles_nav_content.active {
    border-bottom: 2px solid #000;
    opacity: 1
}

.articles .articles_nav .articles_nav_content:last-child {
    margin-right: 0px
}

.articles .articles_nav .articles_nav_content:last-child::after {
    position: absolute;
    content: "";
    top: 0;
    left: 100%;
    height: 1px;
    width: 8vw;
    background-color: rgba(0, 0, 0, 0)
}

.articles .articles_inner {
    width: 80%;
    max-width: 1190px;
    margin-left: auto;
    margin-right: auto
}

.articles .articles_inner .articles_content {
    flex-wrap: wrap
}

.articles .articles_inner .articles_content.content01 {
    display: none
}

.articles .articles_inner .articles_content.content01.active {
    display: flex
}

.articles .articles_inner .articles_content.content02 {
    display: none
}

.articles .articles_inner .articles_content.content02.active {
    display: flex
}

.articles .articles_inner .articles_content.content03 {
    display: none
}

.articles .articles_inner .articles_content.content03.active {
    display: flex
}

.articles .articles_inner .articles_content.content04 {
    display: none
}

.articles .articles_inner .articles_content.content04.active {
    display: flex
}

.articles .articles_inner .articles_content.content05 {
    display: none
}

.articles .articles_inner .articles_content.content05.active {
    display: flex
}

.articles .articles_inner .articles_content_detail {
    width: 47.5%;
    margin-right: 5%;
    margin-bottom: 10%
}

.articles .articles_inner .articles_content_detail:nth-child(2n) {
    margin-right: 0px
}

.articles .articles_inner .articles_content_detail:last-child {
    margin-bottom: 0px
}

.articles .articles_inner .articles_content_detail:nth-last-child(2):nth-child(odd) {
    margin-bottom: 0px
}

.articles .articles_inner .articles_content_detail_photo {
    margin-bottom: 5px
}

.articles .articles_inner .articles_content_detail_title {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 5px
}

.articles .articles_inner .articles_content_detail_brand {
    display: flex;
    align-items: center;
    margin-bottom: 10px
}

.articles .articles_inner .articles_content_detail_brand .articles_content_detail_brand_logo {
    width: 30px;
    margin-right: 5px
}

.articles .articles_inner .articles_content_detail_brand .articles_content_detail_brand_name {
    font-size: 1.2rem;
    font-weight: 700;
    width: calc(100% - 35px)
}

.articles .articles_inner .articles_content_detail_tag {
    display: flex;
    flex-wrap: wrap
}

.articles .articles_inner .articles_content_detail_tag .articles_content_detail_tag_brand,
.articles .articles_inner .articles_content_detail_tag .articles_content_detail_tag_genre {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    font-family: Montserrat;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 5px;
    margin-right: 5px;
    padding-left: 8px;
    padding-right: 8px;
    line-height: 1.8
}

.articles .articles_inner .articles_content_detail_tag .articles_content_detail_tag_brand {
    background-color: gray;
    border: 1px solid gray
}

.articles .articles_inner .articles_content_detail_tag .articles_content_detail_tag_brand a {
    color: #fff
}

.articles .articles_inner .articles_content_detail_tag .articles_content_detail_tag_genre {
    border: 1px solid gray
}

.articles .articles_inner .articles_content_detail_sponsored {
    color: #c1c1c1;
    font-family: Montserrat;
    font-size: 1.2rem
}

.articles .articles_inner .articles_content_detail_date {
    color: #000;
    font-family: Montserrat;
    font-size: 1.2rem;
    font-weight: 700
}

.notice{
    max-width:80%;
    width:600px;
    margin:80px auto 80px;
    text-align: center;
}

.notice h2{
    font-size: 24px;
    color: red;
    font-weight: 700;
    margin-bottom:40px;
    line-height:1.2;
}

.notice p{
    font-size:14px;
    margin-top:20px;
    line-height:1.6;
}




@media screen and (min-width: 768px)and (max-width: 1024px) {
    .display_pc {
        display: none
    }

    .display_tablet {
        display: block
    }

    .display_sp {
        display: none
    }

    .button a {
        background: #fff;
        border-radius: 3px;
        position: relative;
        display: flex;
        justify-content: space-around;
        align-items: center;
        margin: 0 auto;
        max-width: 280px;
        padding: 10px 25px;
        color: #000;
        transition: .3s ease-in-out;
        font-weight: 500
    }

    .button a:hover {
        background: #000;
        color: #fff
    }

    .button a:after {
        content: "";
        width: 6px;
        height: 6px;
        border-top: 1px solid #000;
        border-right: 1px solid #000;
        transform: rotate(45deg) translateY(-50%);
        position: absolute;
        top: 50%;
        right: 20px;
        border-radius: 1px;
        transition: .3s ease-in-out
    }

    .button a:hover:after {
        border-color: #fff
    }

    .menu-btn {
        position: fixed;
        top: 0px;
        right: 0px;
        display: flex;
        height: 42px;
        width: 42px;
        justify-content: center;
        align-items: center;
        z-index: 90;
        background-color: #fff;
        cursor: pointer
    }

    .menu-btn span,
    .menu-btn span:before,
    .menu-btn span:after {
        content: "";
        display: block;
        height: 1.5px;
        width: 20px;
        background-color: #000000;
        position: absolute
    }

    .menu-btn span:before {
        bottom: 8px
    }

    .menu-btn span:after {
        top: 8px
    }

    .menu-btn.active span {
        background-color: rgba(255, 255, 255, 0)
    }

    .menu-btn.active span::before {
        bottom: 0;
        transform: rotate(45deg)
    }

    .menu-btn.active span::after {
        top: 0;
        transform: rotate(-45deg)
    }

    .menu-content {
        width: 300px;
        height: 100%;
        position: fixed;
        top: 0;
        right: -300px;
        z-index: 80;
        background-color: #2e4d39;
        transition: all .5s;
        overflow-y: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none
    }

    .menu-content::-webkit-scrollbar {
        display: none
    }

    .menu-content ul {
        padding: 40px 10px 70px 70px
    }

    .menu-content ul li a {
        display: block;
        width: 100%;
        font-size: 3.2rem;
        letter-spacing: .4rem;
        color: #ffffff;
        font-family: "nimbus-sans", sans-serif;
        font-weight: 700
    }

    .menu-content ul li a.small {
        font-size: 1.8rem;
        letter-spacing: .3rem
    }

    .menu-content ul li a.middle {
        font-size: 2.4rem
    }

    .menu-content.active {
        right: 0
    }

    .menu-content .logo_area {
        margin-top: 30px;
        margin-left: 30px;
        width: 120px;
        display: flex;
        flex-direction: column
    }

    .menu-content .logo_area .logo_climbon {
        margin-bottom: 20px
    }

    .menu-content .logo_area .logo_facebook {
        width: 30px
    }

    .ticket-btn {
        position: fixed;
        border-radius: 30px 0 0 30px;
        color: #000000;
        border: 1.5px solid #000000;
        border-right: none;
        bottom: 20px;
        right: 0px;
        display: flex;
        padding: 15px 25px 15px 60px;
        justify-content: center;
        align-items: center;
        z-index: 70;
        background-color: #fff;
        font-size: 1.5rem;
        text-align: center
    }

    .ticket-btn:hover {
        color: #e8c32e
    }

    .ticket-btn .dli-arrow-right {
        position: absolute;
        top: 50%;
        left: 25px;
        display: inline-block;
        vertical-align: middle;
        color: #000000;
        line-height: 1;
        width: 1.6rem;
        height: .15rem;
        background: #000000
    }

    .ticket-btn .dli-arrow-right::before {
        content: "";
        width: 1.2rem;
        height: 1.2rem;
        border: .15rem solid #000000;
        border-left: 0;
        border-bottom: 0;
        transform: rotate(45deg);
        transform-origin: top right;
        position: absolute;
        top: 50%;
        right: -0.2rem;
        box-sizing: border-box;
        z-index: 20
    }

    .navigation {
        padding-top: 80px
    }

    .navigation .navigation_outer {
        display: flex;
        overflow-x: auto;
        width: 85%;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0px;
        padding-right: 0px;
        max-width: 1080px;
        justify-content: center;
        -ms-overflow-style: none;
        scrollbar-width: none
    }

    .navigation .navigation_outer::-webkit-scrollbar {
        display: none
    }

    .navigation .navigation_content {
        width: 65px;
        flex: 0 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-right: 20px
    }

    .navigation .navigation_content:last-child {
        margin-right: 0px
    }

    .navigation .navigation_content:hover .navigation-text {
        color: #e8c32e
    }

    .navigation .navigation-icon {
        height: 60px;
        display: flex;
        align-items: center;
        margin-bottom: 10px
    }

    .navigation .navigation-text {
        font-family: "nimbus-sans", sans-serif;
        font-size: 1rem;
        color: #000000;
        font-weight: 700;
        letter-spacing: .1rem;
        line-height: 1
    }

    .about {
        margin-top:140px;
        background-color: #ffffff;
        color: #000000
    }

    .about .about_title {
        text-align: center;
        font-family: "Montserrat", sans-serif;
        font-size: 32px;
        font-weight: 700;
        letter-spacing: -1.28px;
        color: #000000;
    }

    .about .about_description {
        width: 85%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 80px;
        text-align: justify
    }

    .about .about_content {
        width: 100%;
        margin-left: auto;
        margin-right: auto
    }

    .about .about_content ul{
        width:100%;
        margin:auto;
        flex-direction: row;
        display: flex;
        overflow-x: scroll;
        justify-content: flex-start;
        -ms-overflow-style: none;
        scrollbar-width: none;
        padding-left: 7.5%;
        padding-right: 7.5%
     }
     
     .about .about_content li{
        width: 32%;
        flex: 0 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-right: 2%;
        position: relative;
        padding-bottom:0;
     }

    .about ul::-webkit-scrollbar {
        display: none
    }

    .about .about_content li:last-child {
        margin-right: 0px
    }

    .about li:last-child::after {
        position: absolute;
        content: "";
        top: 0;
        left: 100%;
        height: 1px;
        width: 7.5%;
        background-color: rgba(0, 0, 0, 0)
    }

    .about .about_content_title {
        font-family: "Montserrat", sans-serif;
        font-size:22px;
        font-weight:bold;
        letter-spacing: 0px;
        color: #000000;
        text-align: left;
    }

    .about .about_content_photo {
        margin-bottom: 0px;
    }

    .about .about_content_description {
        font-size: 1.2rem
    }

    .about .about_btn_area {
        width: 85%;
        margin-left: auto;
        margin-right: auto;
        max-width: 300px;
        margin-top: 40px
    }

    .about .about_btn_area .about-btn {
        width: 100%;
        position: relative;
        font-weight: 700;
        border-radius: 30px;
        padding: 12px;
        color: #000000;
        border: 1px solid #000000;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #fff;
        font-size: 1rem;
        text-align: center;
        cursor: pointer
    }

    .about .about_btn_area .about-btn:hover {
        color: #e8c32e
    }

    .about .about_btn_area .about-btn .about-btn-inner {
        display: flex;
        align-items: center
    }

    .about .about_btn_area .about-btn .dli-arrow-right {
        display: inline-block;
        margin-right: 15px;
        color: #000000;
        line-height: 1;
        width: 1.4rem;
        height: .15rem;
        background: #000000;
        z-index: 20;
        position: relative
    }

    .about .about_btn_area .about-btn .dli-arrow-right:before {
        content: "";
        width: 1.1rem;
        height: 1.1rem;
        border: .15rem solid #000000;
        border-left: 0;
        border-bottom: 0;
        transform: rotate(45deg);
        transform-origin: top right;
        position: absolute;
        top: 50%;
        right: -0.2rem;
        box-sizing: border-box;
        z-index: 20
    }

    .about .about_btn_area .about-btn .about-btn-text {
        margin-right: 15px;
        letter-spacing: .1rem
    }

    .schedule {
        padding-top: 140px;
        padding-bottom: 0px;
        position: relative;
        overflow-x: clip;
        max-width: 800px;
        margin-left: auto;
        margin-right: auto
    }

    .schedule .schedule_ill_01 {
        position: absolute;
        top: -40px;
        right: 0px;
        width: 200px
    }

    .schedule .schedule_title {
        text-align: center;
        font-family: "Montserrat", sans-serif;
        font-size: 32px;
        font-weight: 700;
        letter-spacing: -1.28px;
        color: #000000;
    }

    .schedule .schedule_subtitle {
        width: 85%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 24px;
        font-weight: bold;
        position: relative;
        text-align: center;
        padding-top: 24px;
        padding-bottom: 24px;
        font-family: "nimbus-sans", sans-serif;
        font-weight: 700;
        letter-spacing: .2rem;
        font-size: 1.6rem;
        color: #000000
    }

    .schedule .schedule_subtitle::before {
        background-color: #000000;
        top: 0;
        content: "";
        height: 1px;
        left: 50%;
        position: absolute;
        transform: translateX(-50%);
        width: 100%
    }

    .schedule .schedule_subtitle::after {
        background-color: #000000;
        bottom: 0;
        content: "";
        height: 1px;
        left: 50%;
        position: absolute;
        transform: translateX(-50%);
        width: 100%
    }

    .schedule .schedule_photoarea {
        margin-bottom: 40px
    }

    .schedule .schedule_photoarea:last-child {
        margin-bottom: 0px
    }

    .schedule .schedule_photo {
        width: 85%;
        margin-left: auto;
        margin-right: auto;
        overflow-x: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
        padding-left: 0px;
        padding-right: 0px;
        padding-top:20px;
    }

    .schedule .schedule_photo::-webkit-scrollbar {
        display: none
    }

    .schedule .schedule_photo img {
        max-width: 100%;
        width: auto
    }

    .guest {
        position: relative;
        margin-top:140px;
    }

    .guest .guest_ill_02 {
        position: absolute;
        bottom: -50px;
        left: 20px;
        width: 190px;
        z-index: 100
    }

    .guest .guest_title {
        font-family: "Montserrat", sans-serif;
        text-align: center;
        font-weight: bold;
        font-size: 32px;
        letter-spacing: -1.28px;
        color: #000000;
    }


    .guest .guest_outer {
        width: 90%;
        max-width: 1090px;
        margin-top:10px;
        justify-content: flex-start;
        display: flex;
        overflow-x: hidden;
        padding-left: 0px;
        padding-right: 0px;
        -ms-overflow-style: none;
        scrollbar-width: none
    }
    

    .guest .guest_outer::-webkit-scrollbar {
        display: none
    }

    .guest .guest_content {
        width: 250px;
        max-width: 22%;
        flex: 0 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-right: 3%;
        color: #000;
        position: relative;
    }

    .guest .guest_content:nth-child(2n){
        margin-right: 3%;
    }

    .guest .guest_content:last-child {
        margin-right: 0px
    }

    .guest .guest_content:last-child::after {
        position: absolute;
        content: "";
        top: 0;
        left: 100%;
        height: 1px;
        width: 30px;
        background-color: rgba(0, 0, 0, 0)
    }

    .guest .guest-photo {
        width: 84px;
    }

    .guest .guest-photo img {
        border-radius: 50%;
    }

    .guest .guest-job {
        font-size: 1rem;
        text-align: center;
        margin: 20px auto 0;
        line-height: 1;
    }

    .guest .guest-name {
        font-size: 1.2rem;
        text-align: center;
        margin: 10px auto 0;
        line-height: 1;
    }

    .guest .guest-description {
        font-size: 1rem;
        margin: 20px auto 0;
    }

    .contents {
        padding-top: 100px;
        padding-bottom: 100px;
        background-color: #ffffff;
        color: #000;
        position: relative
    }

    .contents .contents_ill_03 {
        position: absolute;
        bottom: -50px;
        right: 20px;
        width: 160px
    }

    .contents .contents_title {
        font-family: "Montserrat", sans-serif;
        text-align: center;
        font-weight: bold;
        font-size: 32px;
        letter-spacing: -1.28px;
        color: #000000;
    }


    .contents .contents_category {
        width: 85%;
        margin-left: auto;
        margin-right: auto;
        max-width: 1080px;
        margin-bottom: 40px
    }

    .contents .contents_category:last-child {
        margin-bottom: 0px
    }

    .contents .contents_subtitle {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 25px;
        font-weight: bold;
        position: relative;
        text-align: center;
        padding-top: 25px;
        padding-bottom: 25px;
        font-family: "nimbus-sans", sans-serif;
        font-weight: 700;
        letter-spacing: .2rem;
        font-size: 1.6rem
    }

    .contents .contents_subtitle::before {
        background-color: #000000;
        top: 0;
        content: "";
        height: 1px;
        left: 50%;
        position: absolute;
        transform: translateX(-50%);
        width: 100%
    }

    .contents .contents_subtitle::after {
        background-color: #000000;
        bottom: 0;
        content: "";
        height: 1px;
        left: 50%;
        position: absolute;
        transform: translateX(-50%);
        width: 100%
    }

    .contents .contents_boothtitle {
        margin-left: 42px;
        margin-bottom: 25px;
        font-family: "nimbus-sans", sans-serif;
        font-weight: 700;
        letter-spacing: .1rem;
        font-size: 1.4rem;
        position: relative;
        margin-top: 40px
    }

    .contents .contents_boothtitle:first-child {
        margin-top: 0px
    }

    .contents .contents_boothtitle .circle {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        left: -42px;
        width: 30px;
        height: 30px;
        border: 1px solid #000000;
        background-color: #fff;
        transform: translateY(-50%);
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        z-index: 10
    }

    .contents .contents_boothtitle .dli-arrow-right {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: -35px;
        display: inline-block;
        vertical-align: middle;
        color: #000000;
        line-height: 1;
        width: 1.4rem;
        height: .15rem;
        background: #000000;
        z-index: 20
    }

    .contents .contents_boothtitle .dli-arrow-right::before {
        content: "";
        width: 1rem;
        height: 1rem;
        border: .15rem solid #000000;
        border-left: 0;
        border-bottom: 0;
        transform: rotate(45deg);
        transform-origin: top right;
        position: absolute;
        top: 50%;
        right: -0.2rem;
        box-sizing: border-box;
        z-index: 20
    }

    .contents .contents-btn {
        margin-top: 15px;
        width: 100%;
        position: relative;
        font-weight: 700;
        border-radius: 30px;
        padding: 12px;
        color: #000000;
        border: 1px solid #000000;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #fff;
        font-size: 1rem;
        text-align: center;
        cursor: pointer
    }

    .contents .contents-btn:hover {
        color: #e8c32e
    }

    .contents .contents-btn .contents-btn-inner {
        display: flex;
        align-items: center
    }

    .contents .contents-btn .dli-arrow-right {
        display: inline-block;
        margin-right: 15px;
        color: #000000;
        line-height: 1;
        width: 1.4rem;
        height: .15rem;
        background: #000000;
        z-index: 20;
        position: relative
    }

    .contents .contents-btn .dli-arrow-right:before {
        content: "";
        width: 1.1rem;
        height: 1.1rem;
        border: .15rem solid #000000;
        border-left: 0;
        border-bottom: 0;
        transform: rotate(45deg);
        transform-origin: top right;
        position: absolute;
        top: 50%;
        right: -0.2rem;
        box-sizing: border-box;
        z-index: 20
    }

    .contents .contents-btn .contents-btn-text {
        margin-right: 15px;
        letter-spacing: .1rem
    }

    .contents .contents_outer {
        display: flex;
        overflow-x: initial;
        flex-wrap: wrap;
        -ms-overflow-style: none;
        scrollbar-width: none;
        margin-left: 0px;
        padding-left: 0px;
        padding-right: 0px
    }

    .contents .contents_outer::-webkit-scrollbar {
        display: none
    }

    .contents .contents_outer.live_stage {
        justify-content: center
    }

    .contents .contents_content {
        width: 22%;
        flex: 0 0 auto;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-right: 4%;
        margin-bottom: 20px
    }

    .contents .contents_content:last-child {
        margin-right: 0px
    }

    .contents .contents_content:last-child::after {
        position: absolute;
        content: "";
        top: 0;
        left: 100%;
        height: 0px;
        width: 0px;
        background-color: rgba(0, 0, 0, 0)
    }

    .contents .contents_content:nth-child(4n) {
        margin-right: 0px
    }

    .contents .contents_content:nth-last-child(1) {
        margin-bottom: 0px
    }

    .contents .contents_content:nth-last-child(2):nth-child(4n+1) {
        margin-bottom: 0px
    }

    .contents .contents_content:nth-last-child(2):nth-child(4n+2) {
        margin-bottom: 0px
    }

    .contents .contents_content:nth-last-child(2):nth-child(4n+3) {
        margin-bottom: 0px
    }

    .contents .contents_content:nth-last-child(3):nth-child(4n+1) {
        margin-bottom: 0px
    }

    .contents .contents_content:nth-last-child(3):nth-child(4n+2) {
        margin-bottom: 0px
    }

    .contents .contents_content:nth-last-child(4):nth-child(4n+1) {
        margin-bottom: 0px
    }

    .contents .contents_content_photo {
        margin-bottom: 7px
    }

    .contents .contents_content_title {
        font-size: 1.2rem;
        font-weight: bold
    }

    .contents .contents_content_description {
        font-size: 1rem;
        text-align: justify;
        margin-top: 5px
    }

    .contents .contents_content_detail {
        font-size: 1rem;
        margin-top: 7px;
        display: block
    }

    .contents .content_display_btn {
        display: none
    }

    .movie {
        padding-top: 140px;
    }

    .movie .movie_title_area {
        text-align: center;
        margin-bottom: 20px
    }

    .movie .movie_title {
        font-size: 2rem;
        font-family: "nimbus-sans", sans-serif;
        font-weight: 700;
        text-align: center;
        color: #000000;
        letter-spacing: .2rem;
        position: relative;
        display: inline-block
    }

    .movie .circle {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        left: -49px;
        width: 38px;
        height: 38px;
        border: 1px solid #000000;
        background-color: #fff;
        transform: translateY(-50%);
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        z-index: 10
    }

    .movie .dli-arrow-right {
        position: absolute;
        top: 50%;
        left: -40px;
        display: inline-block;
        vertical-align: middle;
        color: #000000;
        line-height: 1;
        width: 1.8rem;
        height: .15rem;
        background: #000000;
        z-index: 20
    }

    .movie .dli-arrow-right::before {
        content: "";
        width: 1.2rem;
        height: 1.2rem;
        border: .15rem solid #000000;
        border-left: 0;
        border-bottom: 0;
        transform: rotate(45deg);
        transform-origin: top right;
        position: absolute;
        top: 50%;
        right: -0.2rem;
        box-sizing: border-box;
        z-index: 20
    }

    .movie .movie_youtube {
        width: 85%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 40px
    }

    .movie .movie_youtube:last-child {
        margin-bottom: 0px
    }

    .movie .movie_youtube_inner {
        width: 100%;
        aspect-ratio: 16/9
    }

    .movie .movie_youtube_inner iframe {
        width: 100%;
        height: 100%
    }

    .map {
        padding-top: 100px;
        padding-bottom: 60px
    }

    .map .map_title_area {
        text-align: center;
        margin-bottom: 30px
    }

    .map .map_title {
        font-size: 3.2rem;
        font-family: "nimbus-sans", sans-serif;
        font-weight: 700;
        text-align: center;
        color: #000000;
        letter-spacing: .2rem;
        position: relative;
        display: inline-block
    }

    .map .circle {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        left: -49px;
        width: 38px;
        height: 38px;
        border: 1px solid #000000;
        background-color: #fff;
        transform: translateY(-50%);
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        z-index: 10
    }

    .map .dli-arrow-right {
        position: absolute;
        top: 50%;
        left: -40px;
        display: inline-block;
        vertical-align: middle;
        color: #000000;
        line-height: 1;
        width: 1.8rem;
        height: .15rem;
        background: #000000;
        z-index: 20
    }

    .map .dli-arrow-right::before {
        content: "";
        width: 1.2rem;
        height: 1.2rem;
        border: .15rem solid #000000;
        border-left: 0;
        border-bottom: 0;
        transform: rotate(45deg);
        transform-origin: top right;
        position: absolute;
        top: 50%;
        right: -0.2rem;
        box-sizing: border-box;
        z-index: 20
    }

    .map .map_photo {
        width: 85%;
        margin-left: auto;
        margin-right: auto
    }

    .access {
        padding-top: 100px;
        padding-bottom: 60px
    }

    .access .access_title_area {
        text-align: center;
        margin-bottom: 30px
    }

    .access .access_title {
        font-size: 3.2rem;
        font-family: "nimbus-sans", sans-serif;
        font-weight: 700;
        text-align: center;
        color: #000000;
        letter-spacing: .2rem;
        position: relative;
        display: inline-block
    }

    .access .circle {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        left: -49px;
        width: 38px;
        height: 38px;
        border: 1px solid #000000;
        background-color: #fff;
        transform: translateY(-50%);
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        z-index: 10
    }

    .access .dli-arrow-right {
        position: absolute;
        top: 50%;
        left: -40px;
        display: inline-block;
        vertical-align: middle;
        color: #000000;
        line-height: 1;
        width: 1.8rem;
        height: .15rem;
        background: #000000;
        z-index: 20
    }

    .access .dli-arrow-right::before {
        content: "";
        width: 1.2rem;
        height: 1.2rem;
        border: .15rem solid #000000;
        border-left: 0;
        border-bottom: 0;
        transform: rotate(45deg);
        transform-origin: top right;
        position: absolute;
        top: 50%;
        right: -0.2rem;
        box-sizing: border-box;
        z-index: 20
    }

    .access .access_photo_area {
        width: 85%;
        margin-left: auto;
        margin-right: auto;
        max-width: 800px;
        display: flex;
        align-items: center;
        margin-bottom: 40px
    }

    .access .access_photo {
        width: 48%;
        margin-left: 0px;
        margin-right: 4%
    }

    .access .access_detail {
        width: 48%;
        max-width: 800px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        color: #000000
    }

    .access .access_detail .access_detail_title {
        font-size: 1.6rem
    }

    .access .access_detail .access_detail_description {
        font-size: 1.4rem;
        margin-bottom: 20px
    }

    .access .access_detail .access_detail_description:last-child {
        margin-bottom: 0px
    }

    .access .access_map_area {
        width: 85%;
        margin-left: auto;
        margin-right: auto;
        max-width: 800px;
        display: flex;
        align-items: center;
        margin-bottom: 40px
    }
    .access .access_googlemap {
        width: 85%;
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
        position: relative
    }

    .access .access_googlemap .access_ill_05 {
        position: absolute;
        bottom: -400px;
        right: -100px;
        width: 158px
    }

    .access .access_googlemap iframe {
        width: 100%;
        aspect-ratio: 16/9
    }

    .co-operation-event {
        padding-top: 100px
    }

    .co-operation-event .co-operation-event_title {
        font-size: 2.4rem;
        font-family: "nimbus-sans", sans-serif;
        font-weight: 700;
        text-align: center;
        color: #000000;
        letter-spacing: .2rem;
        margin-bottom: 30px;
        position: relative
    }

    .co-operation-event .co-operation-event_logo {
        width: 85%;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto
    }

    .co-operation-event .co-operation-event_logo_outer {
        display: flex;
        justify-content: center;
        flex-wrap: wrap
    }

    .co-operation-event .co-operation-event_logo_content {
        width: 22%;
        margin-right: 17%;
        margin-bottom: 10%;
        justify-content: center
    }

    .co-operation-event .co-operation-event_logo_content:nth-child(2n) {
        margin-right: 0px
    }

    .main_sponsored {
        padding-top: 50px
    }

    .main_sponsored .main_sponsored_title {
        font-size: 2.4rem;
        font-family: "nimbus-sans", sans-serif;
        font-weight: 700;
        text-align: center;
        color: #000000;
        letter-spacing: .2rem;
        margin-bottom: 30px;
        position: relative
    }

    .main_sponsored .main_sponsored_logo {
        width: 85%;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto
    }

    .main_sponsored .main_sponsored_logo_outer {
        display: flex;
        justify-content: center
    }

    .main_sponsored .main_sponsored_logo_content {
        width: 46%
    }

    .sponsored {
        padding-top: 50px
    }

    .sponsored .sponsored_title {
        font-family: "Montserrat", sans-serif;
        text-align: center;
        font-weight: bold;
        font-size: 32px;
        letter-spacing: -1.28px;
        color: #000000;
    }

    .sponsored .sponsored_logo {
        width: 85%;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto
    }

    .sponsored .sponsored_logo_outer {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap
    }

    .sponsored .sponsored_logo_content {
        width: 22%;
        margin-right: 17%;
        margin-bottom: 10%;
        justify-content: center
    }

    .sponsored .sponsored_logo_content:nth-child(3n) {
        margin-right: 0px
    }

    .sponsored .sponsored_logo_content:nth-last-child(1) {
        margin-bottom: 0px
    }

    .sponsored .sponsored_logo_content:nth-last-child(2):nth-child(3n+1) {
        margin-bottom: 0px
    }

    .sponsored .sponsored_logo_content:nth-last-child(2):nth-child(3n+2) {
        margin-bottom: 0px
    }

    .sponsored .sponsored_logo_content:nth-last-child(3):nth-child(3n+1) {
        margin-bottom: 0px
    }

    .specialthanks {
        padding-top: 50px
    }

    .specialthanks .specialthanks_title {
        font-size: 2.4rem;
        font-family: "nimbus-sans", sans-serif;
        font-weight: 700;
        text-align: center;
        color: #000000;
        letter-spacing: .2rem;
        margin-bottom: 30px;
        position: relative
    }

    .specialthanks .specialthanks_logo {
        width: 85%;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto
    }

    .specialthanks .specialthanks_logo_outer {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap
    }

    .specialthanks .specialthanks_logo_content {
        width: 22%;
        margin-right: 17%;
        margin-bottom: 10%;
        justify-content: center
    }

    .specialthanks .specialthanks_logo_content:nth-child(3n) {
        margin-right: 0px
    }

    .specialthanks .specialthanks_logo_content:nth-last-child(1) {
        margin-bottom: 0px
    }

    .specialthanks .specialthanks_logo_content:nth-last-child(2):nth-child(3n+1) {
        margin-bottom: 0px
    }

    .specialthanks .specialthanks_logo_content:nth-last-child(2):nth-child(3n+2) {
        margin-bottom: 0px
    }

    .specialthanks .specialthanks_logo_content:nth-last-child(3):nth-child(3n+1) {
        margin-bottom: 0px
    }

    .organizer {
        padding-top: 50px
    }

    .organizer .organizer_title {
        font-size: 2.4rem;
        font-family: "nimbus-sans", sans-serif;
        font-weight: 700;
        text-align: center;
        color: #000000;
        letter-spacing: .2rem;
        margin-bottom: 30px;
        position: relative
    }

    .organizer .organizer_logo {
        width: 85%;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto
    }

    .organizer .organizer_logo_outer {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap
    }

    .organizer .organizer_logo_content {
        width: 22%;
        justify-content: center;
        margin-right: 17%
    }

    .organizer .organizer_logo_content:nth-child(3n) {
        margin-right: 0px
    }

    .sns {
        padding-top: 120px;
    }

    .sns .sns_title {
        text-align: center;
        font-family: "Montserrat", sans-serif;
        font-size: 32px;
        font-weight: 700;
        letter-spacing: -1.28px;
        color: #000000;
    }
    .sns .sns_outer{
        display: flex;
        justify-content: center;
    }
    .sns .sns_item{
        width: 300px;
        text-align: center;
    }
    .sns .sns_item .sns_link{
        display: block;
        padding:10px;
    }
    
    .sns .sns_item.sns_insta{
        border:1px solid #E900A0;
    }
    .sns .sns_item.sns_facebook{
        border:1px solid #3877F2;
    }
    .sns .sns_logo {
        width: 30px;
        margin-left: auto;
        margin-right: auto
    }
    
    .sns .sns_logo_outer {
        display: flex;
        justify-content: center
    }
    
    

    .footer {
        background-color: #2e4d39;
        color: #fff;
        text-align: center;
        font-size: 1rem;
        padding-top: 10px;
        padding-bottom: 10px
    }


    .articles .articles_nav {
        display: flex;
        padding-left: 0;
        overflow-x: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
        margin-bottom: 40px
    }

    .articles .articles_nav .articles_nav_content {
        box-sizing: border-box;
        width: 25%;
        min-width: 160px;
        max-width: 350px;
        margin-right: 2%;
        flex: 0 0 auto;
        position: relative;
        overflow: visible;
        display: flex;
        flex-direction: column;
        text-align: center;
        padding-bottom: 10px;
        align-items: center;
        opacity: .6;
        border-bottom: 2px solid rgba(0, 0, 0, 0)
    }

    .articles .articles_nav .articles_nav_content .articles_nav_content_number {
        background-color: #000;
        padding: 6px 12px;
        margin-bottom: 15px;
        border-radius: 40px;
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px;
        -ms-border-radius: 40px;
        -o-border-radius: 40px
    }

    .articles .articles_nav .articles_nav_content .articles_nav_content_number p {
        font-size: 1.2rem;
        font-weight: bold;
        color: #fff;
        font-family: Montserrat;
        line-height: 1
    }

    .articles .articles_nav .articles_nav_content .articles_nav_content_number p span {
        font-size: 1.6rem;
        margin-left: 3px
    }


    .articles .articles_nav .articles_nav_content .articles_nav_content_text {
        font-size: 2rem;
        font-weight: bold;
        line-height: 1.8
    }

    .articles .articles_nav .articles_nav_content.active {
        border-bottom: 2px solid #000;
        opacity: 1
    }

    .articles .articles_nav .articles_nav_content:last-child {
        margin-right: 0px
    }

}

@media screen and (min-width: 1024px) {
    .display_pc {
        display: block
    }

    .display_tablet {
        display: none
    }

    .display_sp {
        display: none
    }

    .button a {
        background: #fff;
        border-radius: 3px;
        position: relative;
        display: flex;
        justify-content: space-around;
        align-items: center;
        margin: 0 auto;
        max-width: 280px;
        padding: 10px 25px;
        color: #000;
        transition: .3s ease-in-out;
        font-weight: 500
    }

    .button a:hover {
        background: #000;
        color: #fff
    }

    .button a:after {
        content: "";
        width: 6px;
        height: 6px;
        border-top: 1px solid #000;
        border-right: 1px solid #000;
        transform: rotate(45deg) translateY(-50%);
        position: absolute;
        top: 50%;
        right: 20px;
        border-radius: 1px;
        transition: .3s ease-in-out
    }

    .button a:hover:after {
        border-color: #fff
    }

    .menu-btn {
        position: fixed;
        top: 0px;
        right: 0px;
        display: flex;
        height: 42px;
        width: 42px;
        justify-content: center;
        align-items: center;
        z-index: 90;
        background-color: #fff;
        cursor: pointer
    }

    .menu-btn span,
    .menu-btn span:before,
    .menu-btn span:after {
        content: "";
        display: block;
        height: 1.5px;
        width: 20px;
        background-color: #000000;
        position: absolute
    }

    .menu-btn span:before {
        bottom: 8px
    }

    .menu-btn span:after {
        top: 8px
    }

    .menu-btn.active span {
        background-color: rgba(255, 255, 255, 0)
    }

    .menu-btn.active span::before {
        bottom: 0;
        transform: rotate(45deg)
    }

    .menu-btn.active span::after {
        top: 0;
        transform: rotate(-45deg)
    }

    .menu-content {
        width: 300px;
        height: 100%;
        position: fixed;
        top: 0;
        right: -300px;
        z-index: 80;
        background-color: #2e4d39;
        transition: all .5s;
        overflow-y: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none
    }

    .menu-content::-webkit-scrollbar {
        display: none
    }

    .menu-content ul {
        padding: 40px 10px 70px 70px
    }

    .menu-content ul li a {
        display: block;
        width: 100%;
        font-size: 3.2rem;
        letter-spacing: .4rem;
        color: #ffffff;
        font-family: "nimbus-sans", sans-serif;
        font-weight: 700
    }

    .menu-content ul li a.small {
        font-size: 1.8rem;
        letter-spacing: .3rem
    }

    .menu-content ul li a.middle {
        font-size: 2.4rem
    }

    .menu-content.active {
        right: 0
    }

    .menu-content .logo_area {
        margin-top: 30px;
        margin-left: 30px;
        width: 120px;
        display: flex;
        flex-direction: column
    }

    .menu-content .logo_area .logo_climbon {
        margin-bottom: 20px
    }

    .menu-content .logo_area .logo_facebook {
        width: 30px
    }

    .ticket-btn {
        position: fixed;
        border-radius: 30px 0 0 30px;
        color: #000000;
        border: 1.5px solid #000000;
        border-right: none;
        bottom: 20px;
        right: 0px;
        display: flex;
        padding: 15px 25px 15px 60px;
        justify-content: center;
        align-items: center;
        z-index: 70;
        background-color: #fff;
        font-size: 1.5rem;
        text-align: center
    }

    .ticket-btn:hover {
        color: #e8c32e
    }

    .ticket-btn .dli-arrow-right {
        position: absolute;
        top: 50%;
        left: 25px;
        display: inline-block;
        vertical-align: middle;
        color: #000000;
        line-height: 1;
        width: 1.6rem;
        height: .15rem;
        background: #000000
    }

    .ticket-btn .dli-arrow-right::before {
        content: "";
        width: 1.2rem;
        height: 1.2rem;
        border: .15rem solid #000000;
        border-left: 0;
        border-bottom: 0;
        transform: rotate(45deg);
        transform-origin: top right;
        position: absolute;
        top: 50%;
        right: -0.2rem;
        box-sizing: border-box;
        z-index: 20
    }

    .navigation {
        padding-top: 80px
    }

    .navigation .navigation_outer {
        display: flex;
        overflow-x: auto;
        width: 85%;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0px;
        padding-right: 0px;
        max-width: 1080px;
        justify-content: center;
        -ms-overflow-style: none;
        scrollbar-width: none
    }

    .navigation .navigation_outer::-webkit-scrollbar {
        display: none
    }

    .navigation .navigation_content {
        width: 82px;
        flex: 0 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-right: 25px
    }

    .navigation .navigation_content:last-child {
        margin-right: 0px
    }

    .navigation .navigation_content:hover .navigation-text {
        color: #e8c32e
    }

    .navigation .navigation-icon {
        height: 60px;
        display: flex;
        align-items: center;
        margin-bottom: 10px
    }

    .navigation .navigation-text {
        font-family: "Montserrat", sans-serif;
        font-size: 1.2rem;
        color: #000000;
        font-weight: 700;
        letter-spacing: .1rem;
        line-height: 1
    }

    .about {
        margin-top:140px;
        background-color: #ffffff;
        color: #000000
    }

    .about .about_title {
        font-family: "Montserrat", sans-serif;
        text-align: center;
        font-weight: bold;
        font-size: 32px;
        letter-spacing: -1.28px;
        color: #000000;
    }

    .about .about_description {
        width: 85%;
        max-width: 1080px;
        margin-left: auto;
        margin-right: auto;
        text-align: center
    }

    .about .about_content {
        width: 85%;
        max-width: 1190px;
        margin-left: auto;
        margin-right: auto
    }

    .about .about_content ul{
        width:100%;
        margin:auto;
        flex-direction: row;
        display: flex;
        overflow-x: scroll;
        justify-content:space-between;
        -ms-overflow-style: none;
        scrollbar-width: none;
     }
     
     .about .about_content li{
        width: 380px;
        max-width: 32%;
        flex: 0 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
        padding-bottom: 0;
     }


    .about ul::-webkit-scrollbar {
        display: none
    }

    .about li:last-child {
        margin-right: 0px
    }

    .about li:last-child::after {
        position: absolute;
        content: "";
        top: 0;
        left: 100%;
        height: 0px;
        width: 0px;
        background-color: rgba(0, 0, 0, 0)
    }

    .about .about_content_title {
        width: 100%;
        margin-top:20px;
        font-family: "Montserrat", sans-serif;
        font-size:2.2rem;
        font-weight:bold;
        letter-spacing: 0px;
        color: #000000;
        text-align: left;
        padding:0 20px;
    }

    .about .about_content_subtitle {
        width: 100%;
        margin-top: 18px;
        padding:0 20px;
        text-align: left;
        font-weight: 400;
        letter-spacing: 0;
        font-size: 1.6rem;
        color: #000;
    }


    .about .about_content_photo {
        margin-bottom: 0px;
    }

    .about .about_content_description {
        width: 100%;
        margin: 18px 0;
        padding:0 20px;
        font-size: 1.2rem;
        color: #000;
    }

    .about .about_btn_area {
        width: 85%;
        margin-left: auto;
        margin-right: auto;
        max-width: 300px;
        margin-top: 40px
    }

    .about .about_btn_area .about-btn {
        width: 100%;
        position: relative;
        font-weight: 700;
        border-radius: 30px;
        padding: 12px;
        color: #000000;
        border: 1px solid #000000;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #fff;
        font-size: 1rem;
        text-align: center;
        cursor: pointer
    }

    .about .about_btn_area .about-btn:hover {
        color: #e8c32e
    }

    .about .about_btn_area .about-btn .about-btn-inner {
        display: flex;
        align-items: center
    }

    .about .about_btn_area .about-btn .dli-arrow-right {
        display: inline-block;
        margin-right: 15px;
        color: #000000;
        line-height: 1;
        width: 1.4rem;
        height: .15rem;
        background: #000000;
        z-index: 20;
        position: relative
    }

    .about .about_btn_area .about-btn .dli-arrow-right:before {
        content: "";
        width: 1.1rem;
        height: 1.1rem;
        border: .15rem solid #000000;
        border-left: 0;
        border-bottom: 0;
        transform: rotate(45deg);
        transform-origin: top right;
        position: absolute;
        top: 50%;
        right: -0.2rem;
        box-sizing: border-box;
        z-index: 20
    }

    .about .about_btn_area .about-btn .about-btn-text {
        margin-right: 15px;
        letter-spacing: .1rem
    }

    .schedule {
        padding-top: 140px;
        padding-bottom: 0px;
        position: relative;
        overflow-x: clip;
        max-width: 1080px;
        margin-left: auto;
        margin-right: auto
    }

    .schedule .schedule_ill_01 {
        position: absolute;
        top: -40px;
        right: 0px;
        width: 320px
    }

    .schedule .schedule_title {
        text-align: center;
        font-family: "Montserrat", sans-serif;
        font-size: 32px;
        font-weight: 700;
        letter-spacing: -1.28px;
        color: #000000;
    }


    .schedule .schedule_subtitle {
        width: 85%;
        max-width: 1080px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 24px;
        font-weight: bold;
        position: relative;
        text-align: center;
        padding-top: 24px;
        padding-bottom: 24px;
        font-family: "nimbus-sans", sans-serif;
        font-weight: 700;
        letter-spacing: .2rem;
        font-size: 1.6rem;
        color: #000000
    }

    .schedule .schedule_subtitle::before {
        background-color: #000000;
        top: 0;
        content: "";
        height: 1px;
        left: 50%;
        position: absolute;
        transform: translateX(-50%);
        width: 100%
    }

    .schedule .schedule_subtitle::after {
        background-color: #000000;
        bottom: 0;
        content: "";
        height: 1px;
        left: 50%;
        position: absolute;
        transform: translateX(-50%);
        width: 100%
    }

    .schedule .schedule_photoarea {
        margin-bottom: 40px
    }

    .schedule .schedule_photoarea:last-child {
        margin-bottom: 0px
    }

    .schedule .schedule_photo {
        width: 85%;
        max-width: 1080px;
        margin-left: auto;
        margin-right: auto;
        overflow-x: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
        padding-left: 0px;
        padding-right: 0px;
        padding-top:20px;
    }

    .schedule .schedule_photo::-webkit-scrollbar {
        display: none
    }

    .schedule .schedule_photo img {
        max-width: 100%;
        width: auto
    }

    .guest {
        margin-top:140px;
        width: 85%;
        max-width: 1090px;
        margin-left: auto;
        margin-right: auto;
    }


    .guest .guest_title {
        font-family: "Montserrat", sans-serif;
        text-align: center;
        font-weight: bold;
        font-size: 32px;
        letter-spacing: -1.28px;
        color: #000000;
    }


    .guest .guest_outer {
        width: 100%;
        max-width: 1090px;
        margin-top:10px;
        justify-content: flex-start;
        display: flex;
        overflow-x: hidden;
        padding-left: 0px;
        padding-right: 0px;
        -ms-overflow-style: none;
        scrollbar-width: none
    }

    .guest .guest_outer::-webkit-scrollbar {
        display: none
    }

    .guest .guest_content {
        width: 250px;
        max-width: 22%;
        flex: 0 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-right: 3%;
        color: #000;
        position: relative;
    }

    .guest .guest_content:nth-child(2n){
        margin-right: 3%;
    }

    .guest .guest_content:last-child {
        margin-right: 0px
    }

    .guest .guest_content:last-child::after {
        position: absolute;
        content: "";
        top: 0;
        left: 100%;
        height: 1px;
        width: 30px;
        background-color: rgba(0, 0, 0, 0)
    }

    .guest .guest-photo {
        width: 100px;
    }

    .guest .guest-photo img {
        border-radius: 50%;
        border: 0px solid #000;
    }

    .guest .guest-job {
        font-size: 1rem;
        text-align: center;
        margin: 20px auto 0;
        line-height: 1;
    }

    .guest .guest-name {
        font-size: 1.2rem;
        text-align: center;
        margin: 10px auto 0;
        line-height: 1;
    }

    .guest .guest-description {
        font-size: 1rem;
        margin: 20px auto 0;
    }

    .contents {
        padding-top: 140px;
        background-color: #ffffff;
        color: #000
    }

    .contents .contents_ill_03 {
        position: absolute;
        bottom: -90px;
        right: 60px;
        width: 178px
    }

    .contents .contents_title {
        font-family: "Montserrat", sans-serif;
        text-align: center;
        font-weight: bold;
        font-size: 32px;
        letter-spacing: -1.28px;
        color: #000000;
    }

    .contents .contents_category {
        width: 85%;
        margin-left: auto;
        margin-right: auto;
        max-width: 1080px;
        margin-bottom: 40px
    }

    .contents .contents_category:last-child {
        margin-bottom: 0px
    }

    .contents .contents_subtitle {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 25px;
        font-weight: bold;
        position: relative;
        text-align: center;
        padding-top: 25px;
        padding-bottom: 25px;
        font-family: "nimbus-sans", sans-serif;
        font-weight: 700;
        letter-spacing: .2rem;
        font-size: 1.6rem
    }

    .contents .contents_subtitle::before {
        background-color: #000000;
        top: 0;
        content: "";
        height: 1px;
        left: 50%;
        position: absolute;
        transform: translateX(-50%);
        width: 100%
    }

    .contents .contents_subtitle::after {
        background-color: #000000;
        bottom: 0;
        content: "";
        height: 1px;
        left: 50%;
        position: absolute;
        transform: translateX(-50%);
        width: 100%
    }

    .contents .contents_boothtitle {
        margin-left: 42px;
        margin-bottom: 25px;
        font-family: "nimbus-sans", sans-serif;
        font-weight: 700;
        letter-spacing: .1rem;
        font-size: 1.4rem;
        position: relative;
        margin-top: 40px
    }

    .contents .contents_boothtitle:first-child {
        margin-top: 0px
    }

    .contents .contents_boothtitle .circle {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        left: -42px;
        width: 30px;
        height: 30px;
        border: 1px solid #000000;
        background-color: #fff;
        transform: translateY(-50%);
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        z-index: 10
    }

    .contents .contents_boothtitle .dli-arrow-right {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: -35px;
        display: inline-block;
        vertical-align: middle;
        color: #000000;
        line-height: 1;
        width: 1.4rem;
        height: .15rem;
        background: #000000;
        z-index: 20
    }

    .contents .contents_boothtitle .dli-arrow-right::before {
        content: "";
        width: 1rem;
        height: 1rem;
        border: .15rem solid #000000;
        border-left: 0;
        border-bottom: 0;
        transform: rotate(45deg);
        transform-origin: top right;
        position: absolute;
        top: 50%;
        right: -0.2rem;
        box-sizing: border-box;
        z-index: 20
    }

    .contents .contents-btn {
        margin-top: 15px;
        width: 100%;
        position: relative;
        font-weight: 700;
        border-radius: 30px;
        padding: 12px;
        color: #000000;
        border: 1px solid #000000;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #fff;
        font-size: 1rem;
        text-align: center;
        cursor: pointer
    }

    .contents .contents-btn:hover {
        color: #e8c32e
    }

    .contents .contents-btn .contents-btn-inner {
        display: flex;
        align-items: center
    }

    .contents .contents-btn .dli-arrow-right {
        display: inline-block;
        margin-right: 15px;
        color: #000000;
        line-height: 1;
        width: 1.4rem;
        height: .15rem;
        background: #000000;
        z-index: 20;
        position: relative
    }

    .contents .contents-btn .dli-arrow-right:before {
        content: "";
        width: 1.1rem;
        height: 1.1rem;
        border: .15rem solid #000000;
        border-left: 0;
        border-bottom: 0;
        transform: rotate(45deg);
        transform-origin: top right;
        position: absolute;
        top: 50%;
        right: -0.2rem;
        box-sizing: border-box;
        z-index: 20
    }

    .contents .contents-btn .contents-btn-text {
        margin-right: 15px;
        letter-spacing: .1rem
    }

    .contents .contents_outer {
        display: flex;
        overflow-x: initial;
        flex-wrap: wrap;
        -ms-overflow-style: none;
        scrollbar-width: none;
        padding-left: 0px;
        padding-right: 0px
    }

    .contents .contents_outer::-webkit-scrollbar {
        display: none
    }

    .contents .contents_outer.live_stage {
        justify-content: center
    }

    .contents .contents_content {
        width: 22%;
        flex: 0 0 auto;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-right: 4%;
        margin-bottom: 20px
    }

    .contents .contents_content:last-child {
        margin-right: 0px
    }

    .contents .contents_content:last-child::after {
        position: absolute;
        content: "";
        top: 0;
        left: 100%;
        height: 0px;
        width: 0px;
        background-color: rgba(0, 0, 0, 0)
    }

    .contents .contents_content:nth-child(4n) {
        margin-right: 0px
    }

    .contents .contents_content:nth-last-child(1) {
        margin-bottom: 0px
    }

    .contents .contents_content:nth-last-child(2):nth-child(4n+1) {
        margin-bottom: 0px
    }

    .contents .contents_content:nth-last-child(2):nth-child(4n+2) {
        margin-bottom: 0px
    }

    .contents .contents_content:nth-last-child(2):nth-child(4n+3) {
        margin-bottom: 0px
    }

    .contents .contents_content:nth-last-child(3):nth-child(4n+1) {
        margin-bottom: 0px
    }

    .contents .contents_content:nth-last-child(3):nth-child(4n+2) {
        margin-bottom: 0px
    }

    .contents .contents_content:nth-last-child(4):nth-child(4n+1) {
        margin-bottom: 0px
    }

    .contents .contents_content_photo {
        margin-bottom: 7px
    }

    .contents .contents_content_title {
        font-size: 1.2rem;
        font-weight: bold
    }

    .contents .contents_content_description {
        font-size: 1rem;
        text-align: justify;
        margin-top: 5px
    }

    .contents .contents_content_detail {
        font-size: 1rem;
        margin-top: 7px;
        display: block
    }

    .contents .content_display_btn {
        display: none
    }

    .movie {
        padding-top: 140px;
    }

    .movie .movie_title_area {
        text-align: center;
        margin-bottom: 20px
    }

    .movie .movie_title {
        font-size: 3.2rem;
        font-family: "nimbus-sans", sans-serif;
        font-weight: 700;
        text-align: center;
        color: #000000;
        letter-spacing: .2rem;
        position: relative;
        display: inline-block
    }

    .movie .circle {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        left: -49px;
        width: 38px;
        height: 38px;
        border: 1px solid #000000;
        background-color: #fff;
        transform: translateY(-50%);
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        z-index: 10
    }

    .movie .dli-arrow-right {
        position: absolute;
        top: 50%;
        left: -40px;
        display: inline-block;
        vertical-align: middle;
        color: #000000;
        line-height: 1;
        width: 1.8rem;
        height: .15rem;
        background: #000000;
        z-index: 20
    }

    .movie .dli-arrow-right::before {
        content: "";
        width: 1.2rem;
        height: 1.2rem;
        border: .15rem solid #000000;
        border-left: 0;
        border-bottom: 0;
        transform: rotate(45deg);
        transform-origin: top right;
        position: absolute;
        top: 50%;
        right: -0.2rem;
        box-sizing: border-box;
        z-index: 20
    }

    .movie .movie_youtube {
        width: 85%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 40px
    }

    .movie .movie_youtube:last-child {
        margin-bottom: 0px
    }

    .movie .movie_youtube_inner {
        width: 100%;
        aspect-ratio: 16/9
    }

    .movie .movie_youtube_inner iframe {
        width: 100%;
        height: 100%
    }

    .map {
        padding-top: 100px;
        padding-bottom: 60px
    }

    .map .map_title_area {
        text-align: center;
        margin-bottom: 30px
    }

    .map .map_title {
        font-size: 3.2rem;
        font-family: "nimbus-sans", sans-serif;
        font-weight: 700;
        text-align: center;
        color: #000000;
        letter-spacing: .2rem;
        position: relative;
        display: inline-block
    }

    .map .circle {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        left: -49px;
        width: 38px;
        height: 38px;
        border: 1px solid #000000;
        background-color: #fff;
        transform: translateY(-50%);
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        z-index: 10
    }

    .map .dli-arrow-right {
        position: absolute;
        top: 50%;
        left: -40px;
        display: inline-block;
        vertical-align: middle;
        color: #000000;
        line-height: 1;
        width: 1.8rem;
        height: .15rem;
        background: #000000;
        z-index: 20
    }

    .map .dli-arrow-right::before {
        content: "";
        width: 1.2rem;
        height: 1.2rem;
        border: .15rem solid #000000;
        border-left: 0;
        border-bottom: 0;
        transform: rotate(45deg);
        transform-origin: top right;
        position: absolute;
        top: 50%;
        right: -0.2rem;
        box-sizing: border-box;
        z-index: 20
    }

    .map .map_photo {
        width: 85%;
        margin-left: auto;
        margin-right: auto
    }

    .access {
        padding-top: 100px;
        padding-bottom: 60px
    }

    .access .access_title_area {
        text-align: center;
        margin-bottom: 30px
    }

    .access .access_title {
        font-size: 3.2rem;
        font-family: "nimbus-sans", sans-serif;
        font-weight: 700;
        text-align: center;
        color: #000000;
        letter-spacing: .2rem;
        position: relative;
        display: inline-block
    }

    .access .circle {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        left: -49px;
        width: 38px;
        height: 38px;
        border: 1px solid #000000;
        background-color: #fff;
        transform: translateY(-50%);
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        z-index: 10
    }

    .access .dli-arrow-right {
        position: absolute;
        top: 50%;
        left: -40px;
        display: inline-block;
        vertical-align: middle;
        color: #000000;
        line-height: 1;
        width: 1.8rem;
        height: .15rem;
        background: #000000;
        z-index: 20
    }

    .access .dli-arrow-right::before {
        content: "";
        width: 1.2rem;
        height: 1.2rem;
        border: .15rem solid #000000;
        border-left: 0;
        border-bottom: 0;
        transform: rotate(45deg);
        transform-origin: top right;
        position: absolute;
        top: 50%;
        right: -0.2rem;
        box-sizing: border-box;
        z-index: 20
    }

    .access .access_photo_area {
        width: 85%;
        margin-left: auto;
        margin-right: auto;
        max-width: 800px;
        display: flex;
        align-items: center;
        margin-bottom: 40px
    }

    .access .access_photo {
        width: 48%;
        margin-left: 0px;
        margin-right: 4%
    }

    .access .access_detail {
        width: 48%;
        max-width: 800px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        color: #000000
    }

    .access .access_detail .access_detail_title {
        font-size: 1.6rem
    }

    .access .access_detail .access_detail_description {
        font-size: 1.4rem;
        margin-bottom: 20px
    }

    .access .access_detail .access_detail_description:last-child {
        margin-bottom: 0px
    }

    .access .access_googlemap {
        width: 85%;
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
        position: relative
    }

    .access .access_googlemap .access_ill_05 {
        position: absolute;
        bottom: -500px;
        left: -100px;
        width: 158px
    }

    .access .access_googlemap iframe {
        width: 100%;
        aspect-ratio: 16/9
    }

    .co-operation-event {
        padding-top: 100px
    }

    .co-operation-event .co-operation-event_title {
        font-size: 2.4rem;
        font-family: "nimbus-sans", sans-serif;
        font-weight: 700;
        text-align: center;
        color: #000000;
        letter-spacing: .2rem;
        margin-bottom: 30px;
        position: relative
    }

    .co-operation-event .co-operation-event_logo {
        width: 85%;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto
    }

    .co-operation-event .co-operation-event_logo_outer {
        display: flex;
        justify-content: center;
        flex-wrap: wrap
    }

    .co-operation-event .co-operation-event_logo_content {
        width: 22%;
        margin-right: 17%;
        margin-bottom: 10%;
        justify-content: center
    }

    .co-operation-event .co-operation-event_logo_content:nth-child(2n) {
        margin-right: 0px
    }

    .main_sponsored {
        padding-top: 50px
    }

    .main_sponsored .main_sponsored_title {
        font-size: 2.4rem;
        font-family: "nimbus-sans", sans-serif;
        font-weight: 700;
        text-align: center;
        color: #000000;
        letter-spacing: .2rem;
        margin-bottom: 30px;
        position: relative
    }

    .main_sponsored .main_sponsored_logo {
        width: 85%;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto
    }

    .main_sponsored .main_sponsored_logo_outer {
        display: flex;
        justify-content: center
    }

    .main_sponsored .main_sponsored_logo_content {
        width: 46%
    }

    .sponsored {
        padding-top: 50px
    }

    .sponsored .sponsored_title {
        font-family: "Montserrat", sans-serif;
        text-align: center;
        font-weight: bold;
        font-size: 32px;
        letter-spacing: -1.28px;
        color: #000000;
    }

    .sponsored .sponsored_logo {
        width: 80%;
        max-width: 1190px;
        margin-left: auto;
        margin-right: auto
    }

    .sponsored .sponsored_logo_outer {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap
    }

    .sponsored .sponsored_logo_content {
        width: 22%;
        margin-right: 17%;
        margin-bottom: 10%;
        justify-content: center
    }

    .sponsored .sponsored_logo_content:nth-child(3n) {
        margin-right: 0px
    }

    .sponsored .sponsored_logo_content:nth-last-child(1) {
        margin-bottom: 0px
    }

    .sponsored .sponsored_logo_content:nth-last-child(2):nth-child(3n+1) {
        margin-bottom: 0px
    }

    .sponsored .sponsored_logo_content:nth-last-child(2):nth-child(3n+2) {
        margin-bottom: 0px
    }

    .sponsored .sponsored_logo_content:nth-last-child(3):nth-child(3n+1) {
        margin-bottom: 0px
    }

    .specialthanks {
        padding-top: 50px
    }

    .specialthanks .specialthanks_title {
        font-size: 2.4rem;
        font-family: "nimbus-sans", sans-serif;
        font-weight: 700;
        text-align: center;
        color: #000000;
        letter-spacing: .2rem;
        margin-bottom: 30px;
        position: relative
    }

    .specialthanks .specialthanks_logo {
        width: 85%;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto
    }

    .specialthanks .specialthanks_logo_outer {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap
    }

    .specialthanks .specialthanks_logo_content {
        width: 22%;
        margin-right: 17%;
        margin-bottom: 10%;
        justify-content: center
    }

    .specialthanks .specialthanks_logo_content:nth-child(3n) {
        margin-right: 0px
    }

    .specialthanks .specialthanks_logo_content:nth-last-child(1) {
        margin-bottom: 0px
    }

    .specialthanks .specialthanks_logo_content:nth-last-child(2):nth-child(3n+1) {
        margin-bottom: 0px
    }

    .specialthanks .specialthanks_logo_content:nth-last-child(2):nth-child(3n+2) {
        margin-bottom: 0px
    }

    .specialthanks .specialthanks_logo_content:nth-last-child(3):nth-child(3n+1) {
        margin-bottom: 0px
    }

    .organizer {
        padding-top: 50px
    }

    .organizer .organizer_title {
        font-size: 2.4rem;
        font-family: "nimbus-sans", sans-serif;
        font-weight: 700;
        text-align: center;
        color: #000000;
        letter-spacing: .2rem;
        margin-bottom: 30px;
        position: relative
    }

    .organizer .organizer_logo {
        width: 85%;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto
    }

    .organizer .organizer_logo_outer {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap
    }

    .organizer .organizer_logo_content {
        width: 22%;
        justify-content: center;
        margin-right: 17%
    }

    .organizer .organizer_logo_content:nth-child(3n) {
        margin-right: 0px
    }

    .sns {
        padding-top: 120px;
    }
    
    .sns .sns_title {
        text-align: center;
        font-family: "Montserrat", sans-serif;
        font-size: 32px;
        font-weight: 700;
        letter-spacing: -1.28px;
        color: #000000;
    }
    .sns .sns_outer{
        display: flex;
        justify-content: center;
    }
    .sns .sns_item{
        width: 240px;
        text-align: center;
    }
    .sns .sns_item .sns_link{
        display: block;
        padding:10px;
    }
    
    .sns .sns_item.sns_insta{
        border:1px solid #E900A0;
    }
    .sns .sns_item.sns_facebook{
        border:1px solid #3877F2;
    }
    .sns .sns_logo {
        width: 30px;
        margin-left: auto;
        margin-right: auto
    }
    
    .sns .sns_logo_outer {
        display: flex;
        justify-content: center
    }
    
    

    .footer {
        background-color: #2e4d39;
        color: #fff;
        text-align: center;
        font-size: 1rem;
        padding-top: 10px;
        padding-bottom: 10px
    }
    .articles {
        width: 85%;
        max-width: 1090px;
        margin-left: auto;
        margin-right: auto;
    }
    .articles .articles_nav {
        display: flex;
        padding-left: 0;
        margin-right: 0;
        overflow-x: hidden;
        -ms-overflow-style: none;
        scrollbar-width: none;
        margin-bottom: 40px
    }
    .articles .articles_nav .articles_nav_content {
        box-sizing: border-box;
        width: 25%;
        margin-right: 0px;
        padding-right: 0px;
        flex: 0 0 auto;
        position: relative;
        overflow: visible;
        display: flex;
        flex-direction: column;
        text-align: center;
        padding-bottom: 10px;
        align-items: center;
        opacity: .6;
        border-bottom: 2px solid rgba(0, 0, 0, 0)
    }

    .articles .articles_nav .articles_nav_content .articles_nav_content_number {
        background-color: #000;
        padding: 6px 12px;
        margin-bottom: 15px;
        border-radius: 40px;
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px;
        -ms-border-radius: 40px;
        -o-border-radius: 40px
    }

    .articles .articles_nav .articles_nav_content .articles_nav_content_number p {
        font-size: 1.2rem;
        font-weight: bold;
        color: #fff;
        font-family: Montserrat;
        line-height: 1
    }

    .articles .articles_nav .articles_nav_content .articles_nav_content_number p span {
        font-size: 1.6rem;
        margin-left: 3px
    }

    .articles .articles_nav .articles_nav_content .articles_nav_content_text {
        font-size: 2rem;
        font-weight: bold;
        line-height: 1.8
    }

    .articles .articles_nav .articles_nav_content.active {
        border-bottom: 2px solid #000;
        opacity: 1
    }

    .articles .articles_nav .articles_nav_content:last-child {
        margin-right: 0px;
        padding-right: 0px;
    }

    .articles .articles_inner {
        width: 100%;
        max-width: 1190px;
        margin-left: auto;
        margin-right: auto
    }

    .articles .articles_inner .articles_content {
        flex-wrap: wrap
    }

    .articles .articles_inner .articles_content.content01 {
        display: none
    }

    .articles .articles_inner .articles_content.content01.active {
        display: flex
    }

    .articles .articles_inner .articles_content.content02 {
        display: none
    }

    .articles .articles_inner .articles_content.content02.active {
        display: flex
    }

    .articles .articles_inner .articles_content.content03 {
        display: none
    }

    .articles .articles_inner .articles_content.content03.active {
        display: flex
    }

    .articles .articles_inner .articles_content.content04 {
        display: none
    }

    .articles .articles_inner .articles_content.content04.active {
        display: flex
    }

    .articles .articles_inner .articles_content.content05 {
        display: none
    }

    .articles .articles_inner .articles_content.content05.active {
        display: flex
    }

    .articles .articles_inner .articles_content_detail {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 5%
    }

    .articles .articles_inner .articles_content_detail:nth-child(2n) {
        margin-right: 2%
    }

    .articles .articles_inner .articles_content_detail:nth-child(3n) {
        margin-right: 0px
    }

    .articles .articles_inner .articles_content_detail:last-child {
        margin-bottom: 0px
    }

    .articles .articles_inner .articles_content_detail:nth-last-child(2):nth-child(odd) {
        margin-bottom: 0px
    }

    .articles .articles_inner .articles_content_detail:nth-child(3n+1):nth-last-child(-n+3) {
        margin-bottom: 0px
    }

    .articles .articles_inner .articles_content_detail:nth-child(3n+1):nth-last-child(-n+3)~div {
        margin-bottom: 0px
    }

    .articles .articles_inner .articles_content_detail_photo {
        margin-bottom: 10px
    }

    .articles .articles_inner .articles_content_detail_title {
        font-size: 1.6rem;
        font-weight: 700;
        line-height: 1.8;
        margin-bottom: 10px
    }

    .articles .articles_inner .articles_content_detail_brand {
        display: flex;
        align-items: center;
        margin-bottom: 10px
    }

    .articles .articles_inner .articles_content_detail_brand .articles_content_detail_brand_logo {
        width: 30px;
        margin-right: 5px
    }

    .articles .articles_inner .articles_content_detail_brand .articles_content_detail_brand_name {
        font-size: 1.2rem;
        font-weight: 700;
        width: calc(100% - 35px)
    }

    .articles .articles_inner .articles_content_detail_tag {
        display: flex;
        flex-wrap: wrap
    }

    .articles .articles_inner .articles_content_detail_tag .articles_content_detail_tag_brand,
    .articles .articles_inner .articles_content_detail_tag .articles_content_detail_tag_genre {
        align-items: center;
        box-sizing: border-box;
        display: flex;
        font-family: Montserrat;
        font-size: 1rem;
        font-weight: 700;
        margin-bottom: 5px;
        margin-right: 5px;
        padding-left: 8px;
        padding-right: 8px;
        line-height: 1.8
    }

    .articles .articles_inner .articles_content_detail_tag .articles_content_detail_tag_brand {
        background-color: gray;
        border: 1px solid gray
    }

    .articles .articles_inner .articles_content_detail_tag .articles_content_detail_tag_brand a {
        color: #fff
    }

    .articles .articles_inner .articles_content_detail_tag .articles_content_detail_tag_genre {
        border: 1px solid gray
    }

    .articles .articles_inner .articles_content_detail_sponsored {
        color: #c1c1c1;
        font-family: Montserrat;
        font-size: 1.2rem
    }

    .articles .articles_inner .articles_content_detail_date {
        color: #000;
        font-family: Montserrat;
        font-size: 1.2rem;
        font-weight: 700
    }
}

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