#pickup-opencampus {
    text-align: center;
    margin-top: 60px;
}
.present-list {
    background-color: #fff;
    border-radius: 5px;
    padding: 20px;
    line-height: 1.4;
    font-weight: bold;
    text-align: left;
    margin-bottom: 40px;
}
#shika .present-list {
    background-color: #FFF4F7;
}
#shika .snacks {
    margin-bottom: 40px;
}
#shika .snacks h4 {
    background-color: #e7546f;
    color: #fff;
    text-align: center;
    padding: 20px;
    border-radius: 5px;
    line-height: 1.5;
    background-image: url("../../../shika/images/event/oc/arrow01.png");
    background-repeat: no-repeat;
    background-position: right 25px center;
    background-size: 20px;
    padding-right: 35px;
    cursor: pointer;
}
#shika .snacks h4.active {
    background-image: url("../../../shika/images/event/oc/arrow02.png");
}
#shika .snacks h4:hover {
    background-color: #EB7187;
}
#shika .snacks h4 span {
    
}
#shika .snacks .dtl {
    background-color: #FFF4F7;
    padding: 30px;
    display: none;
}
.present-list li {
    position: relative;
    padding-left: 15px;
}
.present-list li:before {
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #0072ff;
    content: "";
    border-radius: 50%;
    z-index: 1;
    left: 0;
    top: 7px;
}
#shika .present-list li:before {
    background-color: rgb(255, 72, 124);
}
.present-list li:first-child {
    border-bottom: #333 dotted 1px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
#pickup-opencampus h2 {
    font-weight: bold;
    font-size: 25px;
    color: #0072ff;
    margin-bottom: 25px;
    line-height: 1.4;
}
#pickup-opencampus .sche-time {
        width: 150px;
    background-color: #0072ff;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    font-weight: bold;
    margin-bottom: 25px;
}
#pickup-opencampus .lead-txt {
    line-height: 1.9;
}
#pickup-opencampus .lead-txt span {
    font-weight: bold;
    color: #ff3838;
}
#pickup-opencampus .lead-txt .chance {
    font-weight: bold;
    color: #787878;
}
#pickup-opencampus .lead-txt .chance span {
    display: block;
}
#pickup-opencampus .row {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-left: -1%;
    margin-right: -1%;
    padding-top: 50px;
}
#pickup-opencampus .row .blk:nth-child(1),
#pickup-opencampus .row .blk:nth-child(2){
    border-top: #0072ff 1px solid;
    padding-top: 15px;
}
#pickup-opencampus .row .blk {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
    text-align: left;
    border-bottom: #0072ff 1px solid;
    padding-bottom: 15px;
    margin-bottom: 15px;
    
}
#pickup-opencampus .row .blk .date {
    font-family: futura-pt, sans-serif;
    color: #0072ff;
    font-size: 38px;
    letter-spacing: normal;
    letter-spacing: -0.05em;
    margin-bottom: 10px;
}
#pickup-opencampus .row .blk .date span {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight: bold;
    display: inline-block;
    width: 28px;
    line-height: 28px;
    text-align: center;
    background-color: #0072ff;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    vertical-align: middle;
    margin-left: 5px;
    margin-bottom: 5px;
    
}
#pickup-opencampus .row .blk .date span.gray {
    background-color: #ccc;
}
#pickup-opencampus .row .blk .date span.sat {
    background-color: #4d9de2;
}
#pickup-opencampus .row .blk .date span.sun {
    background-color: #ff3838;
}
#pickup-opencampus .row .blk dl {
    display: flex;
    line-height: 1.4;
    font-size: 13px;
    align-items: center;
}
#pickup-opencampus .row .blk dl:first-child {
    border-bottom: #0072ff dashed 1px;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
#pickup-opencampus .row .blk dl:nth-child(2) dt {
    background-color: #0da083;
}
#pickup-opencampus .row .blk dt {
    background-color: #0e418d;
    color: #fff;
    font-weight: bold;
    width: 75px;
    font-size: 13px;
    text-align: center;
    padding: 3px;
    margin-right: 15px;
    flex-shrink: 0;
}
#pickup-opencampus .row .blk dd {
    color: #333;
}
#pickup-opencampus .row .blk dd span {
    font-weight: bold;
    display: block;
    font-size: 18px;
}
#pickup-opencampus .row .blk .txt {
    padding-bottom: 0px;
}
#pickup-opencampus .photo-row {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 50px;
}
#pickup-opencampus .photo-row .blk {
    width: 31.3333%;
    margin-left: 1%;
    margin-right: 1%;
    position: relative;
    margin-bottom: 25px;
}
#pickup-opencampus .photo-row .blk span {
    position: absolute;
    z-index: 1;
    background-color: #0e418d;
  color: #fff;
  font-weight: bold;
  width: 80px;
  font-size: 13px;
    padding: 5px;
}
#pickup-opencampus .photo-row .blk span.shinkyu {
    background-color: #0da083;
}
#pickup-opencampus .photo-row .blk p {
    font-weight: bold;
    margin-top: 10px;
    text-align: left;
    color: #333;
}













#pickup-oc {
    text-align: center;
    margin-bottom: 60px;
}
br.sp-only {
    display: none;
}
#pickup-oc h3 {
    font-weight: 700;
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-size: 25px;
    color: #3497d6;
    margin-bottom: 30px !important;
    line-height: 1.3;
    
}
#pickup-oc .sche-time {
    width: 150px;
    background-color: #3497d6;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    font-weight: bold;
    margin-bottom: 25px;
}
#pickup-oc .lead-txt span {
    color: #ff487c;
    font-weight: bold;
}
#pickup-oc .lead-txt {
    color: #333;
    line-height: 2;
}
#pickup-oc .lead-txt .chance {
    font-weight: bold;
}
#pickup-oc .lead-txt .chance span {
    display: block;
}
#pickup-oc .row {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
#pickup-oc .row .blk {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
    display: flex;
    align-items: flex-start;
    text-align: left;
    margin-bottom: 50px;
}
#pickup-oc .row .blk .photo {
    flex-shrink: 0;
    margin-right: 20px;
    width: 150px;
}
#shika #pickup-oc .row .blk .photo img {
    border-radius: 8px;
}
#pickup-oc .row .blk .txt {
    margin-bottom: 0 !important;
    padding-bottom: 0;
}
#pickup-oc .row .blk .txt h4 {
    font-size: 40px;
    line-height: 1;
    margin-bottom: 5px;
}
#pickup-oc .row .blk .txt h4 span {
    width: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
    background-color: #ccc;
    font-size: 13px;
    display: inline-block;
    color: #fff;
    vertical-align: middle;
    margin-left: 5px;
}
#pickup-oc .row .blk .txt h4 span.sun {
    background-color: #ff3838;
}
#pickup-oc .row .blk .txt p {
    line-height: 1.7;
}
#pickup-oc .row .blk .txt p span {
    display: block;
    font-weight: bold;
    color: #ff487c;
}
#pickup-oc .row .blk .txt p span.inline {
    display: inline-block;
}
#shika .page-hero {
  padding-bottom: 80px;
}
#shika .page-hero img {
    width: 100%;
    height: auto;
}
#oc-lead.new2024 .sec-copy {
    margin-top: -35px !important;
    margin-bottom: 45px !important;
  }
.slider-box li img {
  position: relative;
  z-index: 2;
  border-radius: 12px;
  width: 100%;
}
.slider-box.js li img {
  border-radius: 0px;
}
.slider-box .mySwiper {
    padding-bottom: 70px;
}
.slider-box .swiper-pagination {
    bottom: 0;
}
.slider-box .swiper-pagination-bullet-active {
  background: #ff487c;
}
.slider-box.js .swiper-pagination-bullet-active {
  background: #0072ff;
}
.slider-box .swiper-slide {
  transition: transform 0.6s ease, scale 0.6s ease;
}

/* 中央のスライド */
.slider-box .swiper-slide-active {
  transform: scale(1.4); /* 真ん中のスライドを少し大きく */
}

/* 左右のスライド */
.slider-box .swiper-slide:not(.swiper-slide-active) {
  transform: scale(0.8); /* 中央以外のスライドを少し小さく */
}
.slider-box li:after {
  position: absolute;
  top: 10px;
  left: 10px;
  content: "";
  height: 100%;
  width: 100%;
  z-index: -1;
  -webkit-transform: rotate(-1deg);
  -moz-transform: rotate(0deg);
  background-size: auto auto;
  background-color: rgba(255, 255, 255, 1);
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 6px, rgba(255, 200, 216, 1) 6px, rgba(255, 200, 216, 1) 8px );
}
.slider-box.js li:after {
  display: none;
}
#event-schedule .btn-reserve.img-btn a:hover {
    background-color: #333;
    opacity: 1;
}
#lead-photo ul {
    display: flex;
    margin-left: -2%;
    margin-right: -2%;
}
#lead-photo {
    text-align: center;
}
#lead-photo ul li {
    margin: 2%;
}
#lead-photo .title {
    margin-bottom: 60px;
    margin-top: -30px;
    line-height: 1.1;
    font-size: 26px;
    background: none;
    display: inline-block;
    color: #0072ff;
  position: relative;
    font-family: source-han-sans-cjk-ja, sans-serif;
  font-weight: 700;
    text-align: center;
}
#lead-photo .title .left-img {
position: absolute;
       left: -46px;
   bottom: 0;
} 
#lead-photo .title .right-img {
position: absolute;
   right: -40px;
   bottom: 0;
}  
  
#lead-photo .title .big {
    display: block;
    font-size: 60px;
}
#jusei #lead-photo,
#shinkyu #lead-photo {
    margin-top: -50px;
  }
@media screen and (max-width: 1024px) {
#pickup-opencampus .row {
  display: block;
  margin-left: 0%;
  margin-right: 0%;
}
#pickup-opencampus .row .blk {
  width: auto;
  margin-left: 0%;
  margin-right: 0%;
    margin-bottom: 0;
}
    #pickup-opencampus .row .blk:nth-child(2) {
        border-top: none;
    }
}
@media screen and (max-width:800px) {
#jusei #lead-photo,
#shinkyu #lead-photo    {
    margin-top: -125px;
  }
    
#pickup-oc .row {
  display: block;
}
#pickup-oc .row .blk {
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
    border-top: #cacaca dashed 1px;
    padding-top: 20px;
    margin-bottom: 0px;
    padding-bottom: 20px;
}
#pickup-oc .row .blk .txt p span.inline {
  display: block;
}
}
@media screen and (max-width:640px) {
#shika .snacks h4 {
    padding: 15px;
  background-position: right 15px center;
  background-size: 18px;
    font-size: 14px;
}
.present-list {
  padding: 14px;
  font-size: 14px;
    margin-bottom: 30px;
}
#shika .snacks .dtl {
    padding: 15px;
}
#pickup-opencampus {

  margin-top: 25px;
}
#pickup-opencampus .row .blk dt {
  width: 60px;
  font-size: 12px;
  padding: 3px;
  margin-right: 10px;
}
#pickup-opencampus .photo-row {
  margin-top: 30px;
}
#pickup-opencampus .row .blk:nth-child(2) {
  padding-top: 12px;
}
    #pickup-opencampus .row .blk {
        padding-top: 12px;
        padding-bottom: 12px;
        
    }
#pickup-opencampus .row .blk dd span {

  font-size: 16px;
}
#pickup-opencampus .row .blk .date {
  font-size: 31px;
  margin-bottom: 0px;
}
#pickup-opencampus .row .blk dl:first-child {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
#pickup-opencampus .row .blk .date span {
  width: 24px;
  line-height: 24px;
  font-size: 11px;
  margin-bottom: 6px;
}
#pickup-opencampus h2 {
  font-size: 18px;
}
#pickup-opencampus .photo-row .blk {
  width: 48%;
    margin-bottom: 20px;
}
#pickup-opencampus .photo-row .blk p {
  margin-top: 5px;
  font-size: 13px;
}
#pickup-opencampus .sche-time {
  width: 150px;
  padding: 8px;
  margin-bottom: 20px;
}
#pickup-opencampus .row {
  padding-top: 30px;
}
br.sp-only {
    display: inherit;
}
#pickup-oc .row {
    padding-top: 20px;
}
#pickup-oc .row .blk .photo {
  margin-right: 15px;
  width: 100px;
}
    #shika #pickup-oc .row .blk .photo img {
        border-radius: 8px;
    }
#pickup-oc .row .blk .txt h4 {
  font-size: 25px;
}
#pickup-oc .lead-txt {
  color: #333;
    line-height: 1.5;
}
#pickup-oc h3 {
  font-size: 18px;
  margin-bottom: 25px !important;
}
#pickup-oc .row .blk .txt h4 span {
  width: 20px;
  line-height: 20px;
  font-size: 11px;
}
    
    
#jusei #lead-photo,
#shinkyu #lead-photo{
    margin-top: -115px;
  }
    
    
#oc-lead.new2024 .sec-copy {
  margin-top: -38px !important;
  margin-bottom: 29px !important;
}
    
    
    
    
#shika .page-hero {
  padding-bottom: 30px;
}
.slider-box .mySwiper {
  padding-bottom: 50px;
}
.slider-box li:after {
  top: 6px;
  left: 6px;
}
.slider-box li img {
  border-radius: 8px;
}
#lead-photo ul {
    display: block;
    margin-left: 0%;
    margin-right: 0%;
}
    #lead-photo ul li {
        margin: 0;
        width: auto;
        margin-bottom: 15px;
    }
    #lead-photo {
        margin-top: -40px;
    }
    
#lead-photo .title {
    font-size: 18px;
    
    margin-bottom: 35px;
    margin-top: 10px;
    line-height: 1.3;
    
     }
#lead-photo .title .big {
    display: block;
    font-size: 26px;
  }
}
.special-oc {
    background-color: #fff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    border-radius: 6px;
    overflow: hidden;
    margin-top: 50px;
    margin-left: 5px;
    margin-right: 5px;
}
.special-oc .txt-box {
    padding: 20px;
}
.special-oc h3 {
    background: #0072ff;
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding: 20px;
    font-size: 19px;
    line-height: 1.2;
    
}
.change-date {
    text-align: center;
    font-weight: bold;
    margin-bottom: 40px;
    margin-top: -20px;
    line-height: 1.4;
}
#shika .change-date {
  margin-top: -30px;
}
.shuei {
    font-family: dnp-shuei-mgothic-std, sans-serif;
}
#shika .special-oc h3 {
  background: #ff79b6;
    font-family: dnp-shuei-mgothic-std, sans-serif;
}
.special-oc .date {
    border-bottom: #ccc 1px solid;
    padding-bottom: 20px;
    text-align: center;
    font-weight: bold;
    color: #333;
    font-size: 19px;
    margin-bottom: 25px;
}
.special-oc .txt {
    line-height: 1.7;
    padding-bottom: 0;
    margin-bottom: 25px;
}
.special-oc .txt span {
    background:linear-gradient(transparent 60%, #fff100 60%);
    font-weight: bold;
}
.special-oc table {
    width: 100%;
    border-top: #ccc 1px solid;
    border-left: #ccc 1px solid;
    position: relative;
    z-index: 2;
    background-color: #fff;
    line-height: 1.3;
}
.special-oc table th {
    padding: 15px;
    border-bottom: #ccc 1px solid;
    border-right: #ccc 1px solid;
    text-align: left;
    
}
.special-oc table td {
    padding: 15px;
    border-bottom: #ccc 1px solid;
    border-right: #ccc 1px solid;
    width: 150px;
    text-align: center;
    background-color: #F3F3F3;
    vertical-align: middle;
}
.special-oc .cau {
    font-size: 90%;
    margin-top: 15px;
}
.special-oc .img {
    
    margin-left: 40px;
    position: relative;
}
.special-oc .img .img01{
    margin-bottom: -5px;
    width: 54%;
}
.special-oc .img .img02{
    position: absolute;
    z-index: 1;
    right: 20px;
    top: -15px;
width: 30%;
}
.tab-area {
    display: flex;
    max-width: 600px;
    margin: auto;
}
.tab-area li {
    color: #0072ff;
    border: #0072ff 2px solid;
    font-weight: bold;
    background-color: #fff;
    padding: 15px;
    text-align: center;
    width: 50%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.2;
}
#shika .tab-area li {
    color: #ff487c;
    border-color: #ff487c;
}
.tab-area li:first-child {
    border-top-left-radius: 8px;
}
.tab-area li:last-child {
    border-top-right-radius: 8px;
}
.tab-area li.active,
.tab-area li:hover {
    background-color: #0072ff;
    color: #fff;
}
#shika .tab-area li.active,
#shika .tab-area li:hover {
    background-color: #ff487c;
    color: #fff;
}
.panel {
    display: none;
}
.panel.active {
    display: block;
}
#lead-slide {
    max-width: 800px;
    margin: auto;
    width: 86%;
    margin-bottom: 20px;
}
#shika #lead-slide {
  margin-bottom: 70px;
}
#lead-slide .swiper-pagination {
    bottom: 0;
    text-align: center;
    left: 0;
    right: 0;
}
.pc-logo.wid {
  width: 460px;
}
#lead-slide .swiper-container {
    padding-bottom: 40px;
    
}
#lead-slide .swiper-pagination-bullet {
    background-color: transparent;
    border: #0072ff 1px solid;
    opacity: 1;
    width: 15px;
    height: 15px;
    margin: 3px;
}
#shika #lead-slide .swiper-pagination-bullet {
    border-color: #ff487c;
}
#lead-slide .swiper-pagination-bullet-active {
    background-color: #0072ff;
}
#shika #lead-slide .swiper-pagination-bullet-active {
    background-color: #ff487c;
}


    .page-hero-copy {
      font-size: 48px;
    }
    .coution-cov {
      text-align: left;
      width: 800px;
      padding: 32px;
      margin: 0 auto;
      font-size: 15px;
      color: #bd445a;
      line-height: 1.6;
      border: #bd445a dotted 1px;
    }
    .coution-cov .aside-title{
      font-size: 16px;
      font-weight: 600;
      margin-bottom: 16px;
    }

    .coution-cov p {
      font-size: 15px;
      line-height: 1.6;
      padding-bottom: 24px;
      color: #bd445a;
    }
    .coution-cov li {
      color: #bd445a;
    }
    #event-schedule .container {
      width: 90%;
      margin: 0 auto;
    }
    #event-schedule .item {
      width: 180px;
      height: 210px;
      float: left;
      background: #fff;
      margin: 8px;
      border-radius: 6px;
    }
    #event-schedule .item a {
      color: #333;
    }
    .data-wrap {
      padding: 16px 0;
      text-align: center;
    }
    .year {
      font-weight: 600;
      font-size: 14px;
    }
    .day {
      font-size: 40px;
      font-weight: 600;
      display: inline-block;
      letter-spacing: -0.06em;
      padding: 5px 3px 0 18px;
    }
    .daytxt {
      font-weight: 600;
      font-size: 34px;
      padding-top: 16px;
      margin-bottom: 10px;
      letter-spacing: 0;
      line-height: 1em;
    }
    .week {
      display: inline-block;
      font-size: 11px;
      width: 24px;
      height: 24px;
      background: #333;
      border-radius: 6px;
      line-height: 24px;
      font-weight: 600;
      color: #fff;
      position: relative;
      top: -8px;
    }

    .time {
      font-size: 14px;
      font-weight: 600;
    }
    .type-detail {
      padding: 40px;
      margin-bottom: 32px;
      background: #fff;
      border-radius: 6px;
    }
    #event-detail {
      clear: both;
      padding-top: 120px;
    }
    .type-title {
      font-size: 20px;
      font-weight: 600;
      color: #fff;
      background: #333;
      padding: 14px 20px 12px;
      margin-bottom: 40px;
      position: relative;
    }

    .type-title .tab-reserv {
      background: #fff;
      font-size: 12px;
      color: #f39a39;
      padding: 4px 8px 3px;
      margin-left: 10px;
      top: -3px;
      position: relative;
    }
    #session .type-title {
      background: #f39a39;
    }
    #night .type-title {
      background: #502d7c;
    }
    #private .type-title {
      background: #3b9e71;
    }
    #outcall .type-title {
      background: #61b7a8;
    }
      #assistant .type-title {
      background: #8d1c44;
    }
      #benefit .type-title {
      background: #ec7593;
    }
  #online .type-title {
      background: #13b1fb;
    }
#open01-02 .type-title {
      background: #0481d2;
    }
    #session .type-title .tab-reserv {
      color: #f39a39;
    }
    #night .type-title .tab-reserv {
      color: #502d7c;
    }
    #private .type-title .tab-reserv {
      color: #3b9e71;
    }
    #outcall .type-title .tab-reserv {
      color: #61b7a8;
    }
#assistant .type-title .tab-reserv {
      color: #8d1c44;
    }
#benefit .type-title .tab-reserv {
      color: #ec7593;
    }
#online .type-title .tab-reserv {
      color: #13b1fb;
    }
    .summary-copy {
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 8px;
    }
    .summary p {
      font-size: 15px;
      line-height: 1.6;

    }
    #event-detail table {
      width: 100%;
      margin: 32px 0;
      border-top: #b1b1b1 solid 1px;
      border-bottom: #b1b1b1 solid 1px;
    }

    #event-detail th {
      font-size: 15px;
      padding: 14px;
      text-align: left;
      border-bottom: #b1b1b1 dotted 1px;
      line-height: 1.5;
    }
    #event-detail td {
      font-size: 15px;
      padding: 14px;
      text-align: left;
      border-bottom: #b1b1b1 dotted 1px;
      line-height: 1.5;
    } 
  #event-detail td a {
    text-decoration: underline;
}
  .bnr-op {
    width: 400px;
    margin: 0px auto 60px;
}
   #event-detail {
    clear: both;
    padding-top: 60px;
}
@media screen and (max-width:800px) {
.outline {
  width: 86% !important;
}
}
@media screen and (max-width:600px) {
.bnr-op {
    width: 80%;
    margin: 0px auto 60px;
}
.special-oc h3 {
  padding: 15px;
  font-size: 16px;
  line-height: 1.2;
}
.special-oc .date {
  font-size: 16px;
  margin-bottom: 20px;
}
.special-oc table th {
  padding: 10px;
}
.special-oc table td {
  padding: 10px;
  width: 60px;
}
.special-oc {
  margin-top: 40px;
}
.special-oc table {
  font-size: 15px;
}
    .special-oc .img {
        text-align: center;
        margin-left: 0;
    }
.special-oc .img .img02 {
  position: static;
  width: 80%;
    margin-bottom: 20px;
}
.special-oc .img .img01 {
  width: 92%;
}
.special-oc .txt {
  margin-bottom: 10px;
}
.change-date {
    margin-bottom: 35px;
    margin-top: -10px;
}
#oc-timetable th {
  width: 105px !important;
}
#shika .change-date {
  margin-top: -50px;
}
}


.coution li {
      list-style: none;
      font-size: 13px;
      line-height: 1.5;
      padding-bottom: 3px;
    }
    .schedule {
      padding: 40px 0 0 ;
    }
    .sec-subtitle {
      font-size: 16px;
      font-weight: 600;
    }
    .schedule li {
      display: inline-block;
      color: #333;
      border-right: #d1d1d1 solid 1px;
      padding: 0;
      width: 24%;
      margin-bottom: 16px;
      
    }
     .schedule li:nth-child(4n){
      border-right: none;
    }






     @media screen and (max-width:1250px) {
      .schedule li {
      width: 32.5%;
        
    } 
        .schedule li:nth-child(4n){
      border-right: #d1d1d1 solid 1px;
    }
       .schedule li:nth-child(3n){
      border-right: none;
    }
     }
      @media screen and (max-width:960px) {
      .schedule li {
      width: 49.5%;
    } .schedule li:nth-child(3n){
      border-right: #d1d1d1 solid 1px;
    }
         .schedule li:nth-child(2n){
      border-right: none;
    }
     }
.schedule li:last-child{
      border-right: none;
    }
    .inner-lg{
      width: 95%;
      margin: 0 auto;
    }
    .btn-reserve a {
		clear: both;
    width: 300px;
    display: block;
    text-align: center;
    margin-top: 60px;
    padding: 20px;
    background: #ff3838;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.04em;
    border-radius: 50px;
    margin: 60px auto 0;
}
.btn-reserve a.mail {
    background-image: url("../../images/event/icon_mail.png");
    background-repeat: no-repeat;
    background-position: 25px center;
    background-size: 30px;
    margin-bottom: 15px;
}
.btn-reserve a.line {
    background-image: url("../../images/event/line_icon.png");
    background-repeat: no-repeat;
    background-position: 25px center;
    background-size: 30px;
    background-color: #00b900;
}
.btn-reserve.img-btn {
	margin-top: 40px;
}
.btn-reserve.img-btn a {
    width: 380px;
	margin-top: 0;
}
.btn-reserve.img-btn img {
	width: 350px;
	vertical-align: bottom;
}
.btn-reserve.img-btn {
	text-align: center;
}
.btn-reserve a:hover {
    background-color: #333;
}
.btn-reserve.mdb {
    margin-bottom: 120px;
}
.point-blk {
    display: flex;
    align-items: flex-start;
    margin-bottom: 70px;
    
}
.point-blk .photo {
    flex-shrink: 0;
    width: 25%;
    margin-right: 5%;
    position: relative;
}
.point-blk .photo .num {
    width: 60px;
    height: 60px;
    background-color: #ff487c;
    position: absolute;
    z-index: 3;
    border-radius: 50%;
        font-family: futura-pt, sans-serif;
    text-align: center;
    font-weight: bold;
    color: #fff;
    font-size: 25px;
    left: -30px;
    top: -30px;
}
.point-blk .photo .num span {
    display: block;
    font-size: 40%;
    padding-top: 15px;
}
.point-blk .photo:after {
    position: absolute;
    top: 12px;
    left: 12px;
    content: "";
    height: 100%;
    width: 100%;
    z-index: 1;
    -webkit-transform: rotate(-1deg);
    -moz-transform: rotate(0deg);
    background-size: auto auto;
    background-color: rgba(255, 255, 255, 1);
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 6px, rgba(255, 200, 216, 1) 6px, rgba(255, 200, 216, 1) 8px);
}
.point-blk .photo img {
    border-radius: 8px;
    position: relative;
    z-index: 2;
}
.point-blk .txt {
    text-align: left;
}
.point-blk .txt h3 {
    font-style: italic;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: #242424;
    margin-bottom: 15px;
    letter-spacing: 0.05em;
    position: relative;
    font-family: dnp-shuei-mgothic-std, sans-serif;
}
.js .point-blk .txt h3 {
    font-style: normal;
    font-family: source-han-sans-cjk-ja, sans-serif;
  font-weight: 700;
    font-size: 23px;
    color: #0072ff;
    text-align: left;
}

.point-blk .txt h3 span{
    background-image: linear-gradient(transparent 60%, #fff600 60%, #fff701 100%);
}
.js .point-blk .photo::after {
  display: none;
}
.js .point-blk .photo img {
  border-radius: 0px;
}
.js .point-blk .photo .num {
  background-color: #fff600;
    color: #0072ff;
}
    @media screen and (max-width:600px) {
        .outline th {
            width: auto !important;
            display: block;
            border-bottom: none !important;
            padding-bottom: 0 !important;
        }
        .outline td .txt-red {
  font-size: 15px !important;
}
        .outline td {
            width: auto;
            display: block;
            border-top: none !important;
        }      
.hosoku {
  margin-bottom: 30px !important;
}
.outline td .tel-number .tel-num a {
        background-color: #a09068;
        color: #fff !important;
        font-size: 19px;
        display: block;
        border-radius: 8px;
        padding: 10px;
        margin-top: 15px;
    }
        
.outline td .tel-number .tel-num a span {
        background-image: url(../../../common/images/tel_icon01.png);
    background-size: 30px;
    padding-top: 6px;
    padding-bottom: 6px;
    }
.outline td .tel-number .tel-num .free {
        display: block;
        width: 80px;
        margin-left: auto !important;
        margin-right: auto !important;
        margin-top: 15px;
        margin-bottom: 15px;
        text-align: center;
        transform: translateY(0px);
        margin-left: 0px;
    }
        .point-blk .photo::after {
  top: 10px;
  left: 10px;
}
        .point-blk {
            display: block;
            margin-bottom: 30px;
        }
        #oc-lead .sec-copy {
            margin-top: 50px !important;
            margin-bottom: 40px !important;
        }
        #oc-lead .big {
    font-size: 29px;
  }
        .point-blk .txt h3 {
  font-size: 17px;
}
        .point-blk .photo {
            margin-right: auto;
            max-width: 250px;
            margin-left: auto;
            width: auto;
            margin-bottom: 40px;
}
.js .point-blk .txt h3 {
  font-size: 18px;
  color: #0072ff;
  text-align: center;
}
.js .point-blk .photo {
    margin-bottom: 25px;
  }
.tab-area li {
  font-size: 14px;
}
    #lead-slide .swiper-container {
  padding-bottom: 30px;
}
        #lead-slide .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

      .page-hero-copy {
        font-size: 30px;
      }
      .coution-cov {
        text-align: left;
        width: 100%;
        padding: 20px;
        margin: 0 auto;
        font-size: 13px;
    color: #bd445a;
    line-height: 1.6;
        border: #bd445a dotted 1px;
      }
      #event-schedule .container {
        width: 90%;
        margin: 0 auto;
      }#event-schedule .item {
        width: 47%;
            height: 180px;
        float: left;
        background: #fff;
        margin: 4px;
        border-radius: 6px;
      }
       .data-wrap {
    padding: 12px 0;
}
    .year {
    font-size: 12px;
}
    .day {
font-size: 26px;
    padding: 5px 3px 0 18px;
}
    .daytxt {
    font-weight: 600;
    font-size: 34px;
    padding-top: 16px;
    margin-bottom: 10px;
    letter-spacing: 0;
    line-height: 1em;
}
    .week {
font-size: 10px;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    line-height: 20px;
    top: -6px;
}
    .time {
font-size: 12px;
    font-weight: 600;
    margin-top: 3px;
}
    .type-detail {
       padding: 24px;
}
      .type-title {
        font-size: 16px;
        line-height: 1.4;
         margin-bottom: 20px;
      }
      .daytxt {
    font-weight: 600;
    font-size: 24px;
    padding-top: 16px;
    margin-bottom: 7px;
      }
      
     .summary-copy {
    font-size: 15px;
           line-height: 1.5;
    margin-bottom: 16px;
}
      .coution li {
        list-style: none;
        font-size: 11px;
        line-height: 1.7;
        padding-bottom: 3px;
      }
      .schedule .item {
        display: inline-block;
        border-right: #d1d1d1 solid 1px;
        padding: 0 10px;
      }
      .btn-reserve a {
        width: 100%;
        display: block;
        text-align: center;
        margin-top: 60px;
        padding: 16px;
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        letter-spacing: -0.04em;
      }
	.btn-reserve.img-btn a {
  width: 100%;
}
.btn-reserve.img-btn {
  margin-top: 20px;
}
.summary p {
    font-size: 13px;
    line-height: 1.6;
}
      #event-detail td {
    font-size: 12px;
    width: 70%;
    padding: 6px 4px;
    text-align: left;
    border-bottom: #b1b1b1 dotted 1px;
    line-height: 1.6;
}
    #event-detail th {
    font-size: 12px;
    padding: 6px 2px;
    width: 30%;
    text-align: left;
    border-bottom: #b1b1b1 dotted 1px;
    line-height: 1.5;
}  
     .inner-lg {
    width: 100%;
    margin: 0 auto;
} .sec-subtitle {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}
      .type-title .tab-reserv {
     font-size: 11px;
    padding: 4px 4px 3px;
    margin-left: 10px;
    top: -2px;
      }

      .schedule .item {
    display: inline-block;
    border-right: #d1d1d1 solid 1px;
        padding: 0;
    width: 49%;
}
      .schedule .item.no-border{
    border-right:none;
}
      .schedule {
    padding: 40px 0 0;
    font-size: 0;
}#event-detail {
    clear: both;
    padding-top: 60px;
}
       .schedule .day {
    font-size: 24px;
         padding: 5px 3px 0 0px;
} 
    }
    @media screen and (max-width:320px) {
     .schedule .day {
    font-size: 24px;
} 
      .coution-cov {
    font-size: 11px;
      }
      .type-title {
    font-size: 14px;
        line-height: 1.6;
}.type-detail {
    padding: 18px;
}
      .type-title .tab-reserv {
    font-size: 10px;
      }
    }





  #content {
    background: #f2f0ec;
}
  .sec-title {
    margin-bottom: 60px;
}
  .page-hero {
    padding-bottom: 100px;
}
  .l-sec {
    padding-bottom: 120px;
}
  .archive .page-hero {
    padding-top: 10px;
    max-width: 900px;
}
  .page-hero-copy-wrap .txt {
 line-height: 1.8em;
    padding-bottom: 80px;
    text-align: left;
    text-align: center;
    font-weight: 600;
    color: #000;
    font-size: 18px;
}
  .coution-cov {
    color: #191919;
    border: #707070 dotted 1px;
    border-left: none;
    border-right: none;
}
  .coution-cov p {
    color: #484848;
}
  .coution-cov li {
   color: #484848;
}
  .page-hero-copy-wrap .txt strong {
background-image: linear-gradient( transparent 60%, #fff600 60%, #fff600 100%);
}


  .page-hero-copy {
    font-size: 48px;
    margin-top: 60px;
}
  .sec-title:after {
 display: none;
  }
  .event-schedule .container {
    width: 900px;
}
 #event-bnr li {
   width: 49%;
   float: left;
    margin-bottom: 17px;
}
 #event-bnr li.w100 {
   width: 100%;
   float: none;
}

  #event-bnr li a:hover {
  opacity: 0.6;
}
   #event-bnr li:nth-child(3),#event-bnr li:nth-child(5) {
 margin-right:2%;
}
   #event-bnr li:nth-child(4),#event-bnr li:nth-child(6) {
 margin-right:0%;
}
  #event-bnr .container {
    width: 80%;
    max-width: 900px;
  }
  #event-schedule a {
    color: #000;
  }
   #event-schedule a:hover {
   opacity: 0.7;
  }
  #event-schedule .item {
    width: 140px;
    height: 180px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    float: left;
    background: #fff;
    margin: 8px;
    border-radius:5px;
}
#event-schedule .slick-slide{
    margin-left: 8px;
    margin-right: 8px;
}
#event-schedule .slick-slide .item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}
  .day {
    font-size: 50px;
    font-weight: 600;
    display: inline-block;
    letter-spacing: -0.06em;
    padding: 5px 3px 0 18px;
}
  .time {
    border-top: #cacaca solid 1px;
    font-size: 14px;
    font-weight: 600;
    padding-top: 6px;
    width: 80%;
    margin: 6px auto 0;
}
  .week {
    display: inline-block;
    font-size: 11px;
    width: 23px;
    height: 23px;
    background: #4d9de2;
    border-radius: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #fff;
    position: relative;
    top: -8px;
    text-align: center;
}
.week.sun {

      background: #ff3838;
    }
 .type {
    font-size: 12px;
    text-align: center;
    font-weight: 600;
    padding: 10px 0;
    background: #ff933b;
    color: #fff;
   border-radius: 5px 5px 0px 0px;
     line-height: 1.2;
}
  .type.oc {
    background: #0072ff;
}
   .type.session {
    background: #ff933b;
}
      .type.private {
    background: #2e9164;
}
   .type.outcall {
    background:#50a697;
}
   .type.online {
    background: #0ea5fd;
}
.red-coution {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  padding-top: 26px;
  color: #ff3838;
    line-height: 1.3;
}
.red-coution.mdt {
    margin-top: 30px;
}
#event-schedule {
    background: #e7e5e1;
    padding: 60px 0;
    padding-bottom: 0px;
    margin-bottom: 120px;
}
#event-schedule.no-pdb {
    padding-bottom: 0;
}
 .other-event-title {
width: 200px;
    float: left;
    padding: 16px 0;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    background: #dd002f;
    border-radius: 4px;
    text-align: center;
    margin: 16px 30px 0 0;
   position: relative;
}
   .other-event-title:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -8px;
  border: 8px solid transparent;
  border-left: 10px solid #dd002f;
}
  
  #event-schedule .other-event .item {
    width: 140px;
    height: 64px;
  }
   .other-event .time {
    border-top: none;
    font-size: 14px;
    font-weight: 600;
    padding-top: 3px;
    width: 80%;
    margin: 6px auto 0;
} 
  .other-event .data-wrap {
    padding: 0px;
    text-align: center;
}

.event-matchi-detail{
    border-radius: 8px;
    background: #fff;
    padding: 30px;
    margin-bottom: 20px;
}
.event-matchi-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 16px;
}
.event-matchi-detail li {
    width: 19%;
    float: left;
    text-align: center;
  margin-right: 1%;
}
  .event-matchi-detail li:nth-child(5) {
  margin-right: 0%;
}
.event-matchi-detail li a {
    width: 100%;
    display: block;
    background: #333;
    padding: 14px 0;
    border-radius: 6px;
    font-weight: 600;
    font-size: 13px;

    color: #fff;
}
.event-matchi-detail li a:hover {
opacity: 0.7;
}
    .event-matchi-detail li.oc a {
    background: #0072ff;
}
   .event-matchi-detail li.session a {
    background: #ff933b;
}
    .event-matchi-detail li.private a {
    background: #2e9164;
}
   .event-matchi-detail li.outcall a {
    background:#50a697;
}
   .event-matchi-detail li.online a {
    background: #0ea5fd;
}
  .event-matchi-detail li.oc.off a, 
  .event-matchi-detail li.session.off a, 
  .event-matchi-detail li.private.off a, 
  .event-matchi-detail li.outcall.off a, 
  .event-matchi-detail li.online.off a {
    background: #d7d7d7;
    pointer-events: none;
  }


 @media screen and (max-width:640px) {
   .page-hero {
    padding-bottom: 0;
}
   .container.page-hero {
    width: 100%;
}
   .archive .page-hero {
    padding-top: 0;
}
   .page-hero-copy {
    font-size: 30px;
    margin-top: 60px;
}
   .page-hero-copy-wrap .txt {
    font-size: 15px;
}
   .l-sec {
    padding-bottom: 60px;
}
   #event-bnr li {
    width: 100%;
    float: none;
    margin-bottom: 10px;
}
    .event-matchi-detail li.oc.off a, 
  .event-matchi-detail li.session.off a, 
  .event-matchi-detail li.private.off a, 
  .event-matchi-detail li.outcall.off a, 
  .event-matchi-detail li.online.off a {
   display: none;
  }
   .event-matchi-detail li {
    width: 100%;
    float: none;
    text-align: center;
    margin-right: 0;
    margin-bottom: 8px;
}
   .other-event-title {
    width: 100%;
    float: left;
    padding: 16px 0;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    background: #dd002f;
    border-radius: 4px;
    text-align: center;
    margin: 30px 0 10px;
    position: relative;
}
   .other-event-title{
  
   }
   .event-matchi-detail {
    border-radius: 8px;
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
     text-align: center;
}
   
   #event-schedule .other-event .item {
    width: 31%;
    height: 64px;
     margin: 1%;
}
   #event-schedule .item {
    width: 100%;
    height: 150px;
    box-shadow: rgb(50 50 93 / 25%) 0px 2px 5px -1px, rgb(0 0 0 / 30%) 0px 1px 3px -1px;
    float: left;
    background: #fff;
    margin: 1%;
    border-radius: 5px;
}
  .type {
    font-size: 11px;
   }
   .other-event .time {
       font-size: 10px;
    width: 95%;
   }
   .slick-prev, .slick-next {
  
   }
.week {
    display: inline-block;
    font-size: 10px;
    width: 20px;
    height: 20px;
    background: #4d9de2;
    border-radius: 20px;
    line-height: 20px;
    font-weight: 600;
    color: #fff;
    position: relative;
    top: -8px;
    text-align: center;
}
.year {
    font-size: 11px;
}
.slick-slide {
    margin: 5px;
}
  .day {
    font-size: 40px;
    font-weight: 600;
    display: inline-block;
    letter-spacing: -0.06em;
    padding: 5px 3px 0 18px;
} 
   .time {
    border-top: #cacaca solid 1px;
    font-size: 11px;
    font-weight: 600;
    padding-top: 6px;
    width: 80%;
    margin: 6px auto 0;
}
   #event-schedule {
    background: #e7e5e1;
    padding: 60px 0;
    margin-bottom: 30px;
}
      .other-event-title:before {
     display: none;
   }
   
}
.hosoku {
    margin-bottom: 80px;
}
.hosoku li {
    width: 30%;
    float: left;
    margin-right: 3%;
    border-radius: 8px;
    padding: 30px;
    background: #fffdaa;
    height: 240px;
}
  .hosoku li:nth-child(3n) {
    margin-right: 0%;
}
.hosoku-title {
    font-weight: 600;
    text-align: center;
    margin-bottom: 14px;
    line-height: 1.4;
    font-size: 18px;
    color: #599a99;
}
.hosoku p {
    font-size: 14px;
    line-height: 1.6;
    color:#252407;
}
.hosoku-icon {
    height: 60px;
    width: 100px;
    margin: 0 auto 10px;
    text-align: center;
}
.hosoku-icon img {
    height: 60px;
}
  
   @media screen and (max-width:640px) {
    #event-schedule .slick-slide {
    margin-left: 5px;
    margin-right: 5px;
} 
     .hosoku li {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 15px;
    border-radius: 8px;
    padding: 20px;
    background: #fffdaa;
    height: auto;
}
}  


#content {
    background: #fffedb;
}
  #event-schedule {
    background: #fffedb;
  }
.hero-img {
    position: relative;
}
.pc-logo {
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.page-hero {
    padding-top: 0;
}
  .page-hero-copy {
    color: #0072ff;
    font-size: 28px;
    margin-top: 70px;
    
}
.coution-cov p {
    padding: 0;
}
  .page-hero-copy-wrap .txt {
    line-height: 2em;
    padding-bottom: 10px;
    text-align: left;
    text-align: center;
    font-weight: 600;
    color: #000;
    font-size: 18px;
    letter-spacing: -0.05em;
}

 .sec-title-gp {
    text-align: center;
   position: relative;
}
 .sec-title-en {
font-size: 50px;
    letter-spacing: -0.05em;
    font-family: futura-pt, sans-serif;
    font-weight: 800;
    font-style: italic;
    color: #0072ff;
    position: relative;
    display: inline-block;
    padding: 10px 120px;
}


 .sec-title-en:before,
 .sec-title-en:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 100px;
    height: 3px;
    background-color: #0072ff;
}

 .sec-title-en:before {
    left: 0;
}

 .sec-title-en:after {
    right: 0;
}
  .sec-title {
    margin-bottom: 60px;
    font-size: 18px;
    background: #52fdcf;
    display: inline-block;
    color: #0072ff;
    line-height: 1.2;
    padding: 0 2px;
}
#oc-timetable table {
    width: 600px;
    font-size: 18px;
    font-weight: 600;
    color: #0072ff;
  margin: 0 auto;
    line-height: 1.3;
}
#oc-timetable th {
    padding: 18px 10px;
    border-top: #0072ff dotted 1px;
    width: 140px;
    text-align: left;
}
  #oc-timetable td {
    padding: 18px 10px;
    border-top: #0072ff dotted 1px;
      
}
#oc-point .sec-title {
    margin-bottom: 60px;
    margin-top: 30px;
    line-height: 1.1;
    font-size: 26px;
    background: none;
    display: inline-block;
    color: #0072ff;
  position: relative;
}
 #oc-point .sec-title .left-img {
position: absolute;
       left: -46px;
   bottom: 0;
} 
  #oc-point .sec-title .right-img {
position: absolute;
   right: -40px;
   bottom: 0;
}  
  
.big {
    display: block;
    font-size: 60px;
}
  .point-ico {
    font-family: futura-pt, sans-serif;
    font-weight: 800;
    font-style: italic;
    width: 90px;
    height: 90px;
    background: #fff600;
    margin: 0 auto 40px;
    border-radius: 90px;
    text-align: center;
    color: #0072ff;
    font-weight: 700;
    font-size: 14px;
    padding-top: 21px;
    line-height: 0.9;
    
}  .point-no{
    font-size: 48px;
    display: block;
}
 .point-title {
font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
    color: #0072ff;
}
.point-wrap {
    margin-bottom: 80px;
}
.point-pic {
    text-align: center;
}
  .point-txt {
    width: 560px;
    margin: 0 auto;
    margin-top: 30px;
}
  
.point-pic li {
    width: 360px;
    margin: 10px;
    display: inline-block;
}
.point-txt p {
    font-size: 16px;
    line-height: 1.8;
}
  
#oc-voice {
    text-align: center;
}
.voice-wrap {
    width: 32%;
    background: #fff;
    padding: 24px;
    border-radius: 6px;

    box-shadow: rgb(50 50 93 / 25%) 0px 2px 5px -1px, rgb(0 0 0 / 30%) 0px 1px 3px -1px;
    display: inline-block;
    background: #fff;
    margin: 8px 1.5%;
    border-radius: 5px;
    position: relative;
    vertical-align: top;
}
  .voice-pic {
width: 120px;
    margin: 14px auto 0;
    border-radius: 60px;
}
  .voice-pic img {
border-radius: 50%;
}
 .voice-name {
    font-size: 18px;
    text-align: center;
    margin: 10px 0 10px;
    letter-spacing: 0.05em;
    font-weight: 600;
    padding-left: 10px;
}
.voice-wrap p {
    font-size: 14px;
    line-height: 1.6;
    text-align: left;
}

.voice-tag {
    position: absolute;
    top: 0;
    left: 0;
    width: 85px;
    height: 85px;
    overflow: hidden;
  }

.tag {
    display: inline-block;
    position: absolute;
    padding: 8px 0;
    right: -26px;
    top: 15px;
    width: 160px;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    background: #0072ff;
    color: #fff;
    letter-spacing: 0.05em;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
  .coution li {
    padding-top: 15px;
    color: #ea0000;
}
 .outline {
    max-width: 800px;
     width: 86%;
    margin: 80px auto 0;
     margin-bottom: 30px;
}
 .outline th {
    width: 10em;
    text-align: left;
    padding: 20px;
    font-size: 16px;
    border-top: #333 dotted 1px;
}
.outline td .txt-red {
    font-size: 18px;
  font-weight: 600;
  color: #ff3838;
}
.outline td .tel-num a span{
    background-image: url(../../../common/images/tel_icon02.png);
    background-size: 35px;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 45px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.outline td .tel-num a {
    text-align: center;
    color: #208850 !important;
    font-weight: bold;
    font-size: 37px;
    text-decoration: none;
}
.outline td .tel-num .free {
    background-color: #000;
    color: #fff;
    font-size: 80%;
    font-weight: bold;
    border-radius: 3px;
    padding: 5px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.2;
    transform: translateY(-8px);
    margin-left: 10px;
}
.outline td .tel-number .time {
    font-size: 85%;
    font-weight: bold;
    margin-top: 20px;
    color: #000;
    margin-top: 0;
    padding-top: 0;
    border-top: none;
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}
.outline td .tel-number .time br {
    display: none;
}
  .outline td {
    text-align: left;
    padding: 20px;
    font-size: 16px;
    border-top: #333 dotted 1px;
    line-height: 1.6;
}
  .outline td a {
    text-decoration: underline;
}
  
  .outline table {
    width: 100%;
    border-bottom: #333 dotted 1px;
}
 .outline .coution {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    padding-top: 26px;
    color: #ff3838;
}
  #event-schedule .btn-reserve a {
    
    color: #fff;
  }
.hosoku {
    margin-bottom: 80px;
}
.hosoku li {
    width: 30%;
    float: left;
    margin-right: 3%;
    border-radius: 8px;
    padding: 30px;
    background: #fffdaa;
    height: 240px;
}
  .hosoku li:nth-child(3n) {
    margin-right: 0%;
}
.hosoku-title {
    font-weight: 600;
    text-align: center;
    margin-bottom: 14px;
    line-height: 1.4;
    font-size: 18px;
    color: #599a99;
}
.hosoku p {
    font-size: 14px;
    line-height: 1.6;
    color:#252407;
}
.hosoku-icon {
    height: 60px;
    width: 100px;
    margin: 0 auto 10px;
    text-align: center;
}
.hosoku-icon img {
    height: 60px;
}
  
   @media screen and (max-width:640px) {
       .pc-logo.wid {
  width: 100%;
}
     .hosoku li {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 15px;
    border-radius: 8px;
    padding: 20px;
    background: #fffdaa;
    height: auto;
}
     #event-schedule .container {
    width: 90%;
    margin: 0 auto;
}

.slick-slider {
    width: 86%;
    margin: 0 auto;
}
     
  .archive .page-hero {
    padding-top: 0px;
}
  .page-hero.container {
    width: 100%;
}   
  .page-hero .inner-md {
    width: 86%;
    text-align: left;
}
     .pc-logo {
    position: absolute;
    bottom: -30px;
     }
     
     
     .pc-logo {
    width: 80%;
     }
     .page-hero-copy {
    font-size: 24px;
    margin-top: 50px;
}
     .page-hero-copy-wrap .txt {
    font-size: 15px;
           text-align: left;
}
     .sec-title-en {
    font-size: 36px;
    padding: 10px 60px;
}
.sec-title-en:before, .sec-title-en:after {
    width: 50px;
}     
     .sec-title {
    margin-bottom: 40px;
    font-size: 16px;
     }
 #event-schedule .sec-title-ico {
    width: 150px;
    margin: 0 auto;
}   
 #oc-timetable .sec-title-ico {
    width: 150px;
    margin: 0 auto;
}
  #oc-point .sec-title-ico {
    width: 130px;
    margin: 0 auto;
}
   #oc-timetable table {
    width: 100%;
    font-size: 14px;
}  
     #oc-timetable th,#oc-timetable td {
    padding: 8px;
           line-height: 1.5;
     }
     .big {
    display: block;
    font-size: 40px;
}
  #oc-point .sec-title {
    font-size: 18px;
    
    margin-bottom: 60px;
    margin-top: 10px;
    line-height: 1.3;
     }
     .point-title {
    font-size: 18px;
       line-height: 1.4;
     }
    .point-pic li {
    width: 100%;
    margin: 0 0 10px;
    display: inline-block;
} 
     .point-txt p {
    font-size: 13px;
    line-height: 1.8;
}.point-txt {
    width: 85%;
    margin: 0 auto;
    margin-top: 20px;
}
     .voice-wrap {
    width: 80%;
       height: auto;
     }
     .voice-wrap p {
    font-size: 13px;
}
     #oc-point .sec-title .left-img {
    width: 22px;
       left: -26px;
}
     #oc-point .sec-title .right-img {
    position: absolute;
    right: -20px;
    bottom: 0;
    width: 22px;
}
     .coution li {
    padding-top: 15px;
    list-style: none;
    font-size: 11px;
    line-height: 1.7;
    padding-bottom: 3px;
    color: #ea0000;
}
     .outline {
    width: 86%;
    margin: 80px auto 0;
}
     .outline .coution {
    font-size: 18px;
    line-height: 1.6;
    font-weight: 600;
    text-align: center;
    padding-top: 26px;
    color: #ff3838;
}
.red-coution {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 600;
  text-align: center;
  padding-top: 26px;
  color: #ff3838;
}
     .outline th {
    width: 7em;
    text-align: left;
    padding: 10px 0;
    font-size: 13px;
    border-top: #333 dotted 1px;
}
     .outline td {
    text-align: left;
    padding: 10px 0;
    font-size: 13px;
    border-top: #333 dotted 1px;
    line-height: 1.6;
}
    .slick-prev, .slick-next {
    display: none;
     }
  }

        .archive .page-hero {
    padding-top: 0;
}
        
 .coution-cov li {
    width: 122px;
    color: #484848;
    float: left;
    text-align: center;
    margin: 5px;
    line-height: 1.2;
} .coution-cov li span {
    font-size: 12px;
    line-height: 1.4;
}
        .coution-cov {
    padding: 32px 0;
          margin-top: 60px;
        }
        @media screen and (max-width:1024px) {
        .coution-cov {
    text-align: left;
    width: 100%;
        }
          .coution-cov li {
    width: 110px;
          }
        }
        @media screen and (max-width:640px) {
        .coution-cov {
    width: 90%;
        }
        .coution-cov li {
    width: 30%;
    color: #484848;
    float: left;
    text-align: center;
    margin: 1.5%;
    line-height: 1.4;
    height: 160px;
}
.coution-cov li span {
    font-size: 11px;
    line-height: 1.4;
}
          .slick-prev {
    left: -28px!important;
            z-index: 3;
}
      .slick-next {
    right:-28px!important;
}    
          
     .slick-next::before {
    content: url(../img/next-sp.png)!important;
}     
      .slick-prev::before {
    content: url(../img/prev-sp.png)!important;
}    
        }







.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate(0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-box-lines:multiple;-moz-box-lines:multiple;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex:0 0 auto;flex-shrink:0;width:100%;height:100%;position:relative}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start;-webkit-transition-property:-webkit-transform,height;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform,height}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-wp8-horizontal{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-wp8-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:2;cursor:pointer;-moz-background-size:27px 44px;-webkit-background-size:27px 44px;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:0.2;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s;-moz-transition:.3s;-o-transition:.3s;transition:.3s;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-moz-appearance:none;-ms-appearance:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-white .swiper-pagination-bullet{background:#fff}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);-moz-transform:translate3d(0,-50%,0);-o-transform:translate(0,-50%);-ms-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:5px 0;display:block}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 5px}.swiper-pagination-progress{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progress .swiper-pagination-progressbar{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-moz-transform-origin:left top;-ms-transform-origin:left top;-o-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar{-webkit-transform-origin:right top;-moz-transform-origin:right top;-ms-transform-origin:right top;-o-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progress{width:100%;height:4px;left:0;top:0}.swiper-container-vertical>.swiper-pagination-progress{width:4px;height:100%;left:0;top:0}.swiper-pagination-progress.swiper-pagination-white{background:rgba(255,255,255,.5)}.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar{background:#fff}.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar{background:#000}.swiper-container-3d{-webkit-perspective:1200px;-moz-perspective:1200px;-o-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-coverflow .swiper-wrapper,.swiper-container-flip .swiper-wrapper{-ms-perspective:1200px}.swiper-container-cube,.swiper-container-flip{overflow:visible}.swiper-container-cube .swiper-slide,.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-cube .swiper-slide .swiper-slide,.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active,.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-slide{visibility:hidden;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-moz-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-moz-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-moz-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;-moz-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:"";width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;-webkit-background-size:100%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}