body {
    overflow-x: hidden;
    font-family: 游ゴシック, YuGothic, ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, sans-serif;
}
a:hover{
    text-decoration: none;
}
header .bc_wrapper {
    display: none;
}
.btn{
    font-size: 20px;
    font-weight: bold;
    padding: 16px;
    border-radius: 30px;
    transition: 0.2s all;
}
.btn-center{
    display: flex;
    justify-content: center;
}
.btn-theme{
    background-color: #FF7789;
    color: white;
}
.btn-theme:hover{
    background-color: #cf495b;
}
/* Slider */
.caption {
    max-width: 100%;
    margin: 0 auto;
}
.caption-outer{
    width: 50%;
    margin-top: 43px;
    padding-left: 10%;
}
.caption-inner {
    background-color: #3c394dd1;
    padding: 40px;
    padding-right: 70px;
    padding-left: 70px;
    padding-bottom: 125px;
}
.caption .heading{
    color: white;
    font-size: 20px;
    font-weight: bold;
}
.caption .heading i{
    color: #fff;
}
.caption .sub-heading{
    color: white;
    margin-top: 31px;
    font-size: 32px;
    font-weight: bold;
}
.caption .text-desc{
    color: white;
    font-size: 32px;
    font-weight: bold;
}
.caption .btn-logo{
    display: block;
    margin-top: 66px;
    margin-bottom: 52px;
}
.caption .btn-create{
    display: block;
    align-items: center;
}
.caption .btn-create i{
    color: #fff;
    padding-left: 10px;
}
.caption .sub-heading .highlight{
    color: #DB8A9A;
    font-size: 42px;
    font-weight: bold;
}
.wrapper {
    background-color: white;
    line-height: 1.4;
}
.slider-inner {
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: bottom;
}
.container {
    margin: 0 auto;
    max-width: 1600px;
}
.intro{
    text-align: center;
    background-color: white;
    padding-top: 43px;
    padding-bottom: 72px;
}
.intro .icons {
    display: flex;
    justify-content: center;
    max-width: 960px;
    margin: 0 auto;
    gap: 130px;
}
.intro .icons .img-container{
    height: 150px;
    width: 150px;
    margin: 0 auto;
    background-color: #2E5873;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.intro .icons .img-container img{
    object-fit: contain;
    padding: 20px;
}
.intro .icon-desc{
    margin-top: 31px;
    font-size: 14px;
    font-weight: bold;
}
.intro .text-desc{
    max-width: 960px;
    margin: 35px auto 90px;
    font-size: 16px;
    line-height: 2;
    text-align: left;
}
.intro .heading{
    font-size: 32px;
    font-weight: bold;
}
/* Ticket menu */
.ticket-menu{
    background-color: #F6F8FA;
    text-align: center;
}
.ticket-menu .heading{
    position: absolute;
    width: 100%;
    margin-top: -23px;
    font-size: 32px;
    font-weight: bold;
}
.ticket-menu .list-menu{
    display: flex;
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 28px;
}
.ticket-menu .btn_title{
    color: #FF7789;
    font-weight: 600;
    font-size: 110%;
}
.ticket-menu .list-item {
    background: white;
    padding: 20px;
    border: 5px solid #EEEEEE;
    border-radius: 10px;
    min-width: 250px;
    margin: 10px 20px 20px 20px;
    transition: 0.2s all;
}
.ticket-menu .list-item:hover{
    border: 5px solid #ff7789;
}
.ticket-menu .menu-item .text-desc{
    margin-top: 14px;
    font-weight: bold;
}
.ticket-menu img{
    height: 55px;
}
/* Live delivery event */
.live-event{
    padding: 55px 0px 0px;
    max-width: 960px;
    margin: 0 auto 80px;
    position: relative;
}
.live-event.secondary{
    padding-bottom: 100px;
    padding-top: 0;
}
.live-event .heading{
    margin-bottom: 27px;
    padding-left: 20px;
}
.live-event .heading p{
    color: #333333;
    font-weight: bold;
}
.live-event .card-item{
    margin: 5px;
    position: relative;
    width: 290px;
    height: 598px;
    box-shadow: 0 0 5px 0 #00000022;
}
.live-event .card-item .card-img{
    position: relative;
    background-color: #FFF9E9;
    min-height: 270px;
    display: flex;
}
.live-event .card-item .img-container{
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}
.live-event .card-item .img-container img{
    max-width: 100%;
}
.live-event .card-item .img-container img{
    max-width: 100%;
}
.live-event .card-item .badge{
    position: absolute;
    background-color: #EE7F8B;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    padding: 5px 15px;
    color: white;
    font-weight: bold;
    top: 10px;
}
.live-event .card-item .closed{
    background-color: #CCC;
}
.live-event .card-item-inner {
    transition: .3s;
    box-shadow: 0 0 20px -4px #00000022;
    margin: 0 auto;
    height: 207px;
}
.event-list-slider__arrow {
    z-index: 10;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    border-radius: 50%;
    background: #00000099;
    width: 32px;
    height: 32px;
}
.event-list-slider__arrow.next-arrow {
    right: -55px;
}
.event-list-slider__arrow.prev-arrow {
    left: -55px;
}
.event-list-slider__arrow {
    top: 215px;
}
.event-list-slider__arrow::after {
    content: "";
    border-top: 3px solid #fff;
    border-left: 3px solid #fff;
    position: absolute;
    width: 25%;
    height: 25%;
}
.event-list-slider__arrow.next-arrow::after {
    right: 50%;
    transform: translate(35%,100%) rotate(135deg);
}
.event-list-slider__arrow.prev-arrow::after {
    left: 50%;
    transform: translate(-35%,100%) rotate(-45deg);
}
.live-event .slick-slide {
    transition: opacity .3s;
}
.live-event .card-item-inner:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 20px -4px #00000022;
}
.live-event .card-info{
    padding: 10px;
}
.live-event .card-info li span{
    font-size: 12px;
    padding-right: 5px;
}
.live-event .card-footer{
    padding: 0 10px;
    height: 45px;
    display: flex;
    align-items: center;
}
.live-event .card-category{
    padding: 0 10px;
}

.live-event .card-category ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 10px;
    max-height: 108px;
}
.live-event .card-category ul li{
    background: white;
    padding: 3px 10px;
    border: 1px solid #7c7c7c;
    border-radius: 100px;
    min-width: 60px;
    margin: 0px 5px 5px 0px;
    transition: 0.2s all;
    font-size: 80%;
    font-weight: 600;
    white-space: nowrap;
    text-align: center;
}


.live-event .card-info .title{
    font-size: 16px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 45px;
    word-break: break-word;
}
.live-event .card-info .list-info{
    margin: 27px auto 23px;
}
.live-event .card-info .list-info li{
    line-height: 1.2rem;
    display: flex;
    align-items: center;
}
.live-event .card-info .list-info li .live,.live-event .card-info .list-info li .live i{
    color: #FF7789;
}
.live-event .card-footer .card-meta{
    display: flex;
    align-items: center;
    gap: 7px;
}
.live-event .card-footer .card-meta .author-avatar{
    height:22px;
}

.live-event .card-footer .card-meta .author-name{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
}



/* news */
.news{
    background-color: #F6F8FA;
    text-align: center;
}
.news .heading{
    position: absolute;
    width: 100%;
    margin-top: -23px;
    font-size: 32px;
    font-weight: bold;
}
.news .news_list{
    max-width: 960px;
    margin: 0px auto;
}
.news .news-menu{
    padding-top: 50px;
    text-align: left;
}
.news .list-item {
    padding-bottom: 35px;
}

.news .list-item a{
    display: block;
    margin:0px 15px ;
    transition: 0.2s all;
    font-weight: 600;
}
.news .list-item a:hover{
    opacity: .7;
}
.news .list-item a .date{
    color:#FF6C87 ;
    font-size: 80%;
    padding-bottom: 5px;
    display: flex;
    align-items: center;
}
.news .list-item a .date span.icon_new{
    display: block;
    color: #fff;
    background: #FF6C87;
    padding: 0px 2px;
    border-radius: 3px;
    font-size: 80%;
    margin-left: 10px;
    font-weight: 300;
}
.news a.btn_newslist{
    display: block;
    margin: 0px auto 60px auto;
    color: #fff;
    padding: 15px;
    font-weight: 600;
    border-radius: 50px;
    background: #666274;
    font-size: 80%;
    max-width: 250px;
    transition: 0.2s all;
}
.news a.btn_newslist:hover{
    opacity: .7;
}
@media screen and (max-width: 768px) {
    .news a.btn_newslist{
        font-size: 100%;
    }
}


/* search */
.search{
    background-color: #fff;
    text-align: center;
}
.search .heading{
    position: absolute;
    width: 100%;
    margin-top: -23px;
    font-size: 32px;
    font-weight: bold;
}
.search .search_area{
    width: 60%;
    margin: 0px auto;
    padding: 50px 20px 28px 20px;
    max-width: 960px;
}
@media screen and (max-width: 768px) {
    .search .search_area{
        padding: 50px 15px 28px 15px;
        width: 100%;
    }
}
.search_container{
    box-sizing: border-box;
    text-align: left;
    width: 100%;
    overflow: hidden;
  }
  .search_container .search_box{
    display: flex;
  }
  @media screen and (max-width: 768px) {
    .search_container .search_box{
        height: 48px;
    }
}

 .search_container .search_left{
    width: 30%;
    border: 1px solid #999;
    border-right: none;
    border-radius: 50px 0px 0px 50px;
    padding: 10px 0px 10px 10px;
}
@media screen and (max-width: 768px) {
    .search_container .search_left{
        height: 48px;
    }
}

  .search_container .cp_ipselect {
  overflow: hidden;
  width: 100%;
  text-align: center;
}
.search_container .cp_ipselect select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.search_container .cp_ipselect select::-ms-expand {
    display: none;
}
.search_container .cp_ipselect.cp_sl01 {
  position: relative;
  border-right: 1px solid #999;
  background: #ffffff;
}
.search_container .cp_ipselect.cp_sl01::before {
  position: absolute;
  top: 9px;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #999;
  pointer-events: none;
}
.search_container .cp_ipselect.cp_sl01 select {
  padding: 5px;
  padding-right: 38px;
  color: black;
}




  .search_container input[type="text"]{
    padding: 15px;
    border-radius: 0px 50px 50px 0px;
    border: 1px solid #999;
    border-left: none;
    font-size: 80%;
    width: 70%;
  }
  @media screen and (max-width: 768px) {
    .search_container input[type="text"]{
        height: 48px;
    }
}
  .search_container input[type="text"]:focus {
    outline: 0;
  }
  .search_container input[type="submit"]{
    display: block;
    cursor: pointer;
    border: none;
    background: #FF7789;
    color: #fff;
    outline : none;
    margin: 20px auto 60px auto;
    padding: 15px;
    font-weight: 600;
    border-radius: 50px;
    font-size: 100%;
    width: 250px;
  }
  @media screen and (max-width: 768px) {
    .search_container input[type="submit"]{
        font-size: 80%;
        height: 49px;
    }
}

  .search_container input[type="submit"]:hover{
    opacity: .7;
    transition: 0.2s all;
  }
  .search_container input::placeholder {
    color: #999999;
  }

/* category */
.category{
    background-color: #F6F8FA;
    text-align: center;
}
.category .heading{
    position: absolute;
    width: 100%;
    margin-top: -23px;
    font-size: 32px;
    font-weight: bold;
}
.category .category_list{
    width: 60%;
    margin: 0px auto;
}
.category .list-menu{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 28px;
}

.category .list-item a{
    display: block;
    background: white;
    padding: 5px 10px;
    border: 1px solid #7c7c7c;
    border-radius: 100px;
    min-width: 100px;
    margin: 10px ;
    transition: 0.2s all;
    font-size: 80%;
    font-weight: 600;
    white-space:nowrap;
}
@media screen and (max-width: 768px) {
    .category .list-item a{
        min-width: 80px;
    }
 }
 .category .list-item a:hover{
    border: 1px solid #ff7789;
}








/* Contact */
.contact {
    background-image: url(../img/banner-01.jpg);
    padding-top: 111px;
    padding-bottom: 157px;
    background-position-y: center;
}
.contact .heading {
    color: white;
    font-weight: bold;
    font-size: 24px;
}
.contact .heading i{
    color: #fff;
}
.contact .sub-heading{
    font-size: 14px;
    color: white;
    margin-top: 30px;
    margin-bottom: 38px;
}
/* Brands */
.brands {
    padding: 20px;
}
.brands .icons{
    display: flex;
    gap: 53px;
    justify-content: center;
}
.brands img{
    height: 20px;
}
.btn-bottom{
    width: 500px;
    display: block;
    max-width: 100%;
}
.btn-bottom i{
    color: #fff;
    padding-left: 10px;
}

.contact{
    padding-left: 120px;
    padding-right: 120px;
}
@media (max-width: 1440px) {
    .caption-inner {
        padding: 20px 50px;
        padding-bottom: 120px;
        padding-top: 60px;
    }
    .caption .btn-logo img {
        height: 40px;
    }
    
    .caption .btn-logo {
        margin: 20px 0;
    }
    
    .contact {
        background-size: cover;
        padding: 120px 50px;
    }
}
@media (max-width: 1024px) {
    .caption .btn-logo img {
        height: 30px;
    }
    .slider-inner {
        background-size: cover;
    }
    .btn {
        padding: 10px;
    }
    
    .caption .sub-heading .highlight {
        font-size: 25px;
    }
    
    .caption .sub-heading {
        font-size: 20px;
        margin-top: 10px;
    }
    
    .caption .text-desc {
        font-size: 20px;
    }
    
    .caption-inner {
        padding: 30px;
        width: 500px;
        padding-bottom: 50px;
    }
    
}
.icons-pc {
    display: flex !important;
}
.icons-sp {
    display: none !important;
}
@media (max-width: 767px) {
    .icons-pc {
        display: none !important;
    }
    .icons-sp,.icons-sp > div:nth-child(1) {
        display: flex !important;
        gap: 20px;
    }
    .icons-pc {
        display: none !important;
    }
    .icons-sp,.icons-sp > div:nth-child(1) {
        display: flex !important;
        gap: 20px;
    }
    .event-list {
        overflow: visible;
    }
}
@media (min-width: 768px) {
    .live-event .slick-list{
        overflow: visible;
    }
}
        
@media (max-width: 768px) {
    .caption .btn-logo img {
        height: 35px;
        margin: 0 30px;
        display: block;
        margin-left: 0;
    }
    .btn {
        padding: 10px;
    }
    .caption .sub-heading .highlight {
        font-size: 21px;
    }
    
    .caption .sub-heading {
        font-size: 20px;
        margin-top: 10px;
    }
    
    .caption .text-desc {
        font-size: 17px;
    }
    
    .caption-inner {
        padding: 10px;
        width: 330px;
        padding-bottom: 40px;
        padding-top: 40px;
    }
    .caption .btn-create {
        font-size: 14px;
    }
    
    .caption .heading {
        font-size: 14px;
    }
    
    .caption .btn-logo {
        margin: 10px 0;
    }
    
    .intro {
        padding: 20px 20px 50px;
    }
    
    .intro .icons {
        gap: 20px;
    }
    
    .brands img {
        height: 23px;
    }
    
}
@media (max-width: 425px) {
    .ticket-menu .list-menu {
        padding: 40px 20px 20px 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .caption .btn-logo img {
        margin: 20px auto;
    }
    .contact {
        padding: 120px 20px;
        background-position-x: 40%;
    }
    .slider-inner {
        background-image: url(/static/owners/img/slider-01-sp.jpg) !important;
        background-position-y: 49px;
        background-position-x: -29px;
    }
    .caption-inner > div{
        padding: 20px;
        background: #3333339e;
        box-shadow: 0 0 20px -4px #ddd;
        margin-top: 320px;
    }
    .caption .sub-heading .highlight {
        font-size: 26px;
    }
    .intro .heading {
        margin: 60px 0 30px;
    }
    .caption .sub-heading {
        margin-top: 21px;
    }
    .intro .icons .img-container {
        height: 70px;
        width: 70px;
    }
    .caption .heading {
        margin-top: 5px;
        margin-bottom: 21px;
    }
    
    .intro {
        padding: 20px 20px 60px;
    }
    .caption .text-desc {
        margin-bottom: 15px;
    }
    
    .intro .icons .icon-desc {
        max-width: 180px;
    }
    
    .ticket-menu .list-menu {
        flex-direction: column;
        align-items: center;
    }
    
    .contact .heading {
        font-size: 18px;
    }
    
    .caption .btn-create {
        line-height: 40px;
        text-align: left;
        padding-right: 0;
        display: flex;
        margin: 0 auto;
        border-radius: 150px;
    }
    .contact .sub-heading {
        margin: 10px 0 40px;
    }
    .caption-inner {
        width: auto;
        padding: 20px 20px 40px;
        background: none;
    }
    .btn {
        font-size: 13px;
    }
    .caption {
        width: auto;
    }
    .caption-outer {
        width: 100%;
        padding: 0;
        margin-top: -8px;
    }
    
    .brands img {
        height: 15px;
    }
    .intro .icons .img-container img {
        transform: scale(0.5);
    }
    .intro .icons {
        flex-wrap: wrap;
        gap: 0;
        row-gap: 20px;
    }
    .brands .icons {
        gap: 20px;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .intro .text-desc {
        margin: 20px 0 50px;
    }
    .intro .heading {
        margin: 66px 0 30px;
    }    
    .btn-bottom{
        font-size: 14px;
        line-height: 35px;
    }
}
@media (max-width: 375px) {
    .intro .icons .icon-desc {
        max-width: 200px;
    }
    .slider-inner {
        background-size: contain !important;
        background-position-y: 30px;
        background-position-x: 0;
    }
    .caption .btn-logo img {
        margin: 5px auto;
        height: 35px;
    }
    .intro .icons {
        gap: 0;
        row-gap: 40px;
    }
    .ticket-menu .menu-item .text-desc {
        font-size: 12px;
    }
    .caption .btn-create {
        line-height: 35px;
    }
    
    .caption-inner > div{
        margin-top: 250px;
    }
}