@charset "UTF-8";

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  list-style: none;
}
html{
  background: #ddd;
}
body {
  background: rgb(229, 0, 87);
  background: linear-gradient(0deg, #831910 -10%, rgba(230, 226, 216, 1) 50%);
  background-size: 100px;
  color: #000000;
  line-height: 1;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Helvetica, Arial, sans-serif;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.04rem;
}
::-moz-selection {
  background: #203248;
  color: #fff;
}
::selection {
  background: #203248;
  color: #fff;
}
//Firefox
::-moz-selection {
  background: #203248;
  color: #fff;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  color: #203248;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}
a:focus {
  outline: none;
}

img{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
}
* {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;   
  -webkit-transition: all 0.6s cubic-bezier(.19, 1, .22, 1);
  -o-transition: all 0.6s cubic-bezier(.19, 1, .22, 1);
  transition: all 0.6s cubic-bezier(.19, 1, .22, 1); 
}
h1,h2,h3,p,ol,li {
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif ;
}
.fv{
  position: relative;
  background: url(../img/bg.jpg) no-repeat center top;
  background-size: cover;
  padding-bottom: 20vw;
}
.brandlogo {
  width: 100vw;
  overflow: hidden;
  background: #f5f3ed;
}
.logo{
  width: 27%;
  margin: 0 auto;
  padding-top: 10%;
}
.swiper {
  margin-top: -5%;
}
.middle{
   height: 100vh;
   width: 100vw;
   overflow: scroll;
   position: relative;
   scroll-behavior: smooth;
}
h1{
  margin-top: 1%;
}

h1 img {
  width: 90%;
  margin: 0 auto 5%;
}

.link{
  width: 100%;
  background: #dfdfde;
  height: 15vw;
  display: flex;
}
.link a{
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  border-right: 1px solid #f5f3ed;
}
.link a svg{
  width: 46%;
  height: 10vw;
}
.link a svg path{
  fill:#000000;
}
.link a.active{
  background: #e50057;
  color: #fff;
}
.link a.active svg path {
  fill:#fff;
}
.link a:last-child{
  border: none;
}

.link a {
  background: #f5d4dd;
}

.fv a{
  position: absolute;
  display: block;
  left: 10.5%;
  bottom: 14%;
  width: 64%;
  -webkit-filter: drop-shadow(4px 7px 11px #08273a8c);
          filter: drop-shadow(4px 7px 11px #08273a8c);
}
.flowBtn{
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  bottom: -10%;
  left: 20%;
  box-shadow: 0px 14px 23px -4px #840300de;
  z-index: 9999;
  -webkit-transition: all 0.6s cubic-bezier(.19, 1, .22, 1);
  -o-transition: all 0.6s cubic-bezier(.19, 1, .22, 1);
  transition: all 0.6s cubic-bezier(.19, 1, .22, 1);
}
.flowBtn.active{
  bottom: 5%;
}
.contents{
  width: 82%;
  margin: 0 auto;
  margin-top: -12vw;
  z-index: 9;
  position: relative;
}


/******************** COMMON ********************/
.contents h2{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 8%;
  text-align: center;
  width: 100%;
}

.contents h2 span:first-child{
  font-family: henderson-sans-basic, sans-serif;
  font-weight: 600;
  letter-spacing: -0.22rem;
  font-size: 33px;
  margin-bottom: 5%;
  width: 100%;
}
.contents h2 span:last-child{
  letter-spacing: 0.2rem;
  width: 100%;
  font-size: 17px;
}

.min-txt {
  font-size: 14px;
}

.logo01{
    position: relative;
    width: 400%;
    height: 52px;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    z-index: 20;
    left: -300%;
    background-position: -600px;
    background-size: 1300px;    
    background-repeat: repeat-x; 
    background-image: url(../img/logo01.png);
    -webkit-animation: mainvisualSlideThemes-toLeft-sp 25s infinite linear;
    animation: mainvisualSlideThemes-toLeft-sp 25s infinite linear;
    opacity: 1;               
}

.logo02{
    position: relative;
    width: 400%;
    height: 52px;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    z-index: 20;
    left: 0;
    background-position: -600px;
    background-size: 1300px;    
    background-repeat: repeat-x; 
    background-image: url(../img/logo02.png);
    -webkit-animation: mainvisualSlideThemes-toRight-sp 25s infinite linear;
    animation: mainvisualSlideThemes-toRight-sp 25s infinite linear;  
    opacity: 1;             
}

.logo03{
    position: relative;
    width: 400%;
    height: 52px;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    z-index: 20;
    left: -300%;
    background-position: -600px;
    background-size: 1300px;    
    background-repeat: repeat-x; 
    background-image: url(../img/logo03.png);
    -webkit-animation: mainvisualSlideThemes-toLeft-sp 25s infinite linear;
    animation: mainvisualSlideThemes-toLeft-sp 25s infinite linear;   
    opacity: 1;            
}

.logo04{
    position: relative;
    width: 400%;
    height: 66px;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    z-index: 20;
    left: 0;
    background-position: -600px;
    background-size: 1300px;    
    background-repeat: repeat-x; 
    background-image: url(../img/logo04.png);
    -webkit-animation: mainvisualSlideThemes-toRight-sp 25s infinite linear;
    animation: mainvisualSlideThemes-toRight-sp 25s infinite linear;  
    opacity: 1;             
}

.logo05{
    position: relative;
    width: 400%;
    height: 47px;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    z-index: 20;
    left: -300%;
    background-position: -600px;
    background-size: 1300px;    
    background-repeat: repeat-x; 
    background-image: url(../img/logo05.png);
    -webkit-animation: mainvisualSlideThemes-toLeft-sp 25s infinite linear;
    animation: mainvisualSlideThemes-toLeft-sp 25s infinite linear;
    opacity: 1;               
}

@keyframes mainvisualSlideThemes-toLeft-sp {

0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

100% {
    -webkit-transform: translateX(1300px);
    transform: translateX(1300px);
}

}

@keyframes mainvisualSlideThemes-toRight-sp {

0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

100% {
    -webkit-transform: translateX(-1300px);
    transform: translateX(-1300px);
}

}


/******************** OUTLINE ********************/
.contents #outline{
  margin-bottom: 10%;
}

.contents #outline p {
  text-align: left;
  font-weight: 500;
  font-size: 1rem;
  margin-bottom: 10%;
  line-height: 1.7;
}
.contents #outline ul{}
.contents #outline ul li{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-top: 1px solid #000;
  padding: 8% 0;
  position: relative;
  font-size: 17px;
}
.contents #outline ul li::before{
  content: "";
  position: absolute;
  width: 24%;
  height: 2px;
  top: 0;
  left: 0;
  background: #000;
}
.contents #outline ul li .left{
  width: 24%;
}
.contents #outline ul li .right{
  width: 76%;
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.3;
  font-size: 15px;
}
.contents #outline ul li .right span{
  font-size: 12px;
  margin-left: 10px;
  
}






/******************** BRANDS ********************/

.tabcontent {
  display: none;
}

.tab {
  display: flex;
  justify-content: center;
  align-items: center;

}

.tablinks {
  cursor: pointer;
  font-size: 17px;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  width: 100%;
  margin: 0 auto 10%;
  border: 1px solid #000;
  padding: 4%;
}

.tablinks:last-child {
  border-left: none;
}

.tablinks.active {
  background-color: #000;
  color: #fff;
}



.contents #brands{
  margin-bottom: 18%;
}
.contents #brands h2{}
.contents #brands h3{
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: center;
  width: 100%;
  margin:0 auto 3.5%; 
  padding: 4%;
  
}

.first-day {
  margin-bottom: 15%; 
}

.contents #brands h2 span:first-child{}
.contents #brands h2 span:last-child{}


.contents #brands ul li{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-top: 1px solid #000;
  padding: 5% 0;
  position: relative;
  font-size: 17px;
}
.contents #brands ul li.rest{
  padding-left: 8%;
}
.contents #brands ul li.rest .right{
  display: flex;
  align-items: center;
}
.contents #brands ul li::before {
  content: "";
  position: absolute;
  width: 24%;
  height: 2px;
  top: 0;
  left: 0;
  background: #000;
}
.contents #brands ul li.rest::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #0000001a;
}
.contents #brands ul li .left{
  width: 32%;
  font-family: henderson-sans-basic, sans-serif;
  font-weight: 600;
  letter-spacing: -0.06rem;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contents #brands ul li .left span{
  font-size: 15px;
  margin-left: 4px;
}
.contents #brands ul li .right{
  width: 68%;
  padding-left: 3%;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 600;
  font-family: henderson-sans-basic,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","游ゴシック体",YuGothic,"游ゴシック Medium","Yu Gothic Medium","游ゴシック","Yu Gothic","メイリオ",Meiryo,Helvetica,Arial,sans-serif;
  letter-spacing: -0.06rem;
}
.contents #brands ul li .right span{
  letter-spacing: 0.05rem;
}

.contents #brands ul li .right span:first-child{
  font-family: henderson-sans-basic, sans-serif;
  font-weight: 600;
  font-size: 22px;
}
.contents #brands ul li .right span:last-child{
  font-size: 13px;
  margin-top: 3%;
  font-weight: normal;
}

.contents #brands ul li.rest .right span:last-child{
  margin: 0;
  margin-left: 5%;
}
.contents #brands ul li .right .tyui {
  font-size: 8px !important;
  font-weight: normal !important;
  padding-left: 4px !important;
}

.tyui-txt {
  font-size: 14px;
  font-weight: normal;
  padding: 10% 0% 5%;
}

.contents #brands .alert{
  font-size: 14px;
  width: 100%;
  line-height: 170%;
  font-weight: normal;
  text-align: justify;
}



/******************** SCHEDULE ********************/
.contents #schedule{
  margin-bottom: 15%;
}
.contents #schedule h2{}
.contents #schedule h2 span:first-child{}
.contents #schedule h2 span:last-child{}
.contents #schedule ul{}
.contents #schedule ul li{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-top: 1px solid #000;
  padding: 8% 0;
  position: relative;
  font-size: 17px;
}

ul ol {
  padding-inline-start: unset;
  margin-bottom: 5%;
  font-size: 1.2em;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.contents #schedule .agenda {
  margin-bottom: 8%;
}

ul ol span {
  color: #000;
  font-weight: bold;
  margin-right: 2%;
  width: 7vw;
  height: 7vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 19px;
}
.swiper-pagination{
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-pagination span:first-child::before{
  content: "DAY 1";
  position: absolute;
  font-family: henderson-sans-basic, sans-serif;
  letter-spacing: -0.04rem;
  font-size: 14px;
}
.swiper-pagination span:last-child::before{
  content: "DAY 2";
  position: absolute;
  font-family: henderson-sans-basic, sans-serif;
  letter-spacing: -0.04rem;
  font-size: 14px;
}
.swiper-pagination-bullet{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 23vw;
  height: 7vw;
  border-radius: 40px;
  opacity: 1;
  color: color(srgb 1 1 1 / 0.8);
  background: color(srgb 0.15 0.21 0.45 / 0.36);
}


.swiper-pagination-bullet-active{
  opacity: 1;
  background: color(srgb 0.15 0.21 0.45);
  color: #fff;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    top: 0;
    left: 0;
    width: 100%;
    bottom: unset;
}
.contents #schedule ul li::before{
  content: "";
  position: absolute;
  width: 28%;
  height: 2px;
  top: 0;
  left: 0;
  background: #000;
}
.contents #schedule ul li .left{
  width: 32%;
  font-family: henderson-sans-basic, sans-serif;
  font-weight: 600;
  letter-spacing: -0.1rem;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contents #schedule ul li .left span{
  font-size: 13px;
  margin-left: 4px;
}
.contents #schedule ul li .right{
  width: 68%;
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 3%;
  font-size: 15px;
  line-height: 1.6;
}
.contents #schedule ul li .right span:first-child{
  font-family: henderson-sans-basic, sans-serif;
  font-weight: 600;
  letter-spacing: -0.16rem;
  font-size: 22px;
}
.contents #schedule ul li .right span:last-child{
  font-size: 13px;
  margin-top: 3%;
  font-weight: normal;
}
.contents #schedule .alert{
  font-size: 13px;
  width: 100%;
  line-height: 170%;
  font-weight: normal;
  text-align: justify;
}

footer {
  width: 100%;
  margin: 0 auto;
  padding: 1% 9% 33%;
  background: #f5f3ed;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.mb-logo {
  width: 75%;
  margin-bottom: 10%;
}
.footer-link {
  display: flex;
  justify-content: space-between;
  text-align: center;
  width: 96%;
}
.footer-link a {
  color: #000;
  font-weight: bold;
  padding-bottom: 1px;
  font-size: 14px;
  border-bottom: 1px solid #000;
}
.footer-link span {
  font-family: henderson-sans-basic, sans-serif;
  font-weight: 600;
  letter-spacing: -0.1rem;
  font-size: 14px;
}
@media screen and (max-width:768px) {
  .column_left{
    display: none;
  }
  .column_right{
    display: none;
  }
  .bg{
    display: none;
  }
  .entry{
    display: none;
  }
}

@media screen and (min-width:768px) {
  .sp_only{
    display: none;
  }
  .entry{
    position: fixed;
    top: 3vw;
    right: 3vw;
    width: 17vw;
    box-shadow: 0px 14px 23px -4px #831910;
  }
  .bg{
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 0;
    opacity: 0.2;
  }
  .column_left .mb-logo{
    width: 20vw;
    position: absolute;
    height: auto;
    display: flex;
    margin: 0;
    top: 3vw;
    left: 3vw;
  }
  .brandlogo{
    width: 100%;
    overflow: hidden;
  }
  
  .wrap{
    display: flex;
  }
  .column_left{
    width: calc(50vw - 200px);
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .column_left .img{
   width: 54%;
   margin-bottom: 22vh;
  }
  
  .middle{
    height: 80vh;
    width: 400px;
    overflow: scroll;
    margin-top: 10vh;
    border-radius: 22px;
    z-index: 9999;
    position: relative;
    box-shadow: 0px 8px 150px -20px #b5b1a682;
    scroll-behavior: smooth;
    overflow-x: hidden;
  }
  
  .middle::-webkit-scrollbar {
  width: 10px;
  }
  .middle::-webkit-scrollbar-thumb {
  background: #831910;
  }
  
  .column_right{
    width: calc(50vw - 200px);
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .column_right .img{
    width: 72%;
    margin-bottom: 22vh;
  }
  .flowBtn {
    width: 16vw;
    left: 42vw;
    z-index: 99999;
  }
  .flowBtn.active {
      bottom: 8vw;
  }
 html::before{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  content: "";
  width: 100%;
  height: 100vh;
  background: url(img/pcbg.jpg) no-repeat center center;
  background-size: cover;
  z-index: -1;
  position: fixed;
 }
 .link {
     width: 100%;
     background: #dfdfde;
     height: 70px;
     display: flex;
 }
 
 .fv {
   padding-bottom: 10vw;
 }
 
 .swiper-pagination-bullet{
   width: 12vw;
   height: 3vw;
 }
 
 
 .contents {
    margin-top: -4%;
 }
 .contents h2 {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
         -ms-flex-direction: column;
             flex-direction: column;
     -webkit-box-align: center;
         -ms-flex-align: center;
             align-items: center;
     -webkit-box-pack: start;
         -ms-flex-pack: start;
             justify-content: flex-start;
     margin-bottom: 5%;
     text-align: center;
     width: 100%;
 }
 .contents h2 span:first-child {
     font-family: henderson-sans-basic, sans-serif;
     font-weight: 600;
     letter-spacing: -0.22rem;
     font-size: 40px;
     margin-bottom: 4%;
     width: 100%;
 }
 .contents h2 span:last-child {
     letter-spacing: 0.2rem;
     width: 100%;
     font-size: 20px;
 }
 
 .contents h3 {
   isplay: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: start;
   -ms-flex-pack: start;
   justify-content: flex-start;
   text-align: center;
   width: 40%;
   margin: 0 auto 4%;
   border: 2px solid #000;
   padding: 2.5%;
   
 }
 
 
 .contents #outline ul li {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
         -ms-flex-align: center;
             align-items: center;
     -webkit-box-pack: start;
         -ms-flex-pack: start;
             justify-content: flex-start;
     border-top: 1px solid #000;
     padding: 5% 0;
     position: relative;
     font-size: 17px;
 }
 
 .contents #outline p {
   line-height: 1.7;
   margin-bottom: 5%;
   text-align: center;
   font-weight: 600;
   font-size: 1rem;
 }
 
 /* .contents #brands ul {
     width: 104%;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-wrap: wrap;
         flex-wrap: wrap;
     -webkit-box-pack: justify;
         -ms-flex-pack: justify;
             justify-content: space-between;
     margin-left: -2%;
     margin-bottom: 5%;
 }
 .contents #brands ul li {
     -webkit-box-shadow: 7px 7px 20px -4px #16172238;
             box-shadow: 7px 7px 20px -4px #16172238;
     margin-bottom: 4%;
     width: 48%;
 } */
 
 .contents #brand ul li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      border-top: 1px solid #000;
      padding: 5% 0;
      position: relative;
      font-size: 16px;
      line-height: 1.2;
  }

 .contents #schedule ul li {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
         -ms-flex-align: center;
             align-items: center;
     -webkit-box-pack: start;
         -ms-flex-pack: start;
             justify-content: flex-start;
     border-top: 1px solid #000;
     padding: 6% 0;
     position: relative;
     font-size: 17px;
 }
 
 ul ol {
   margin-bottom: 2%;
 }
 
 ul ol span {
   width: 4vw;
   height: 4vw;
   font-size: 22px;
 }

 
 .contents #schedule ul li::before {
     content: "";
     position: absolute;
     width: 21%;
     height: 2px;
     top: 0;
     left: 0;
     background: #000;
 }
 .contents #schedule ul li .left {
     width: 27%;
     font-family: henderson-sans-basic, sans-serif;
     font-weight: 600;
     letter-spacing: -0.16rem;
     font-size: 22px;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
         -ms-flex-align: center;
             align-items: center;
 }
 .contents #schedule ul li .right {
     width: 68%;
     font-weight: normal;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: start;
         -ms-flex-align: start;
             align-items: flex-start;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
         -ms-flex-direction: column;
             flex-direction: column;
     padding-left: 3%;
 }
 .contents #schedule {
     margin-bottom: 16%;
 }
 .contents #brands {
     margin-bottom: 13%;
 }
 footer {
  padding: 2% 9% 40%;
  display: flex;
  flex-direction: column;
  align-items: center;
 }
}


.zoom-link {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.zoom-link a {
  position: initial; 
  display: flex;
  justify-content: center;
  width: 64%;
  border: 1.5px solid #fff;
  color: #fff;
  padding: 6% 10%;
  margin-bottom: 5%;
}

.zoom-link a:hover {
  background: #e4e3e7;
  border: 1.5px solid #e4e3e7;
  color: #333;
}