#main_slider .slick-next {
    right: -5px;
    height: 100%;
    width: 50px;
}
#main_slider .slick-prev {
    left: -5px;
    height: 100%;
    width: 50px;
    z-index: 999;
}
ul.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000;
}
ul.slick-dots li button:before{
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 20px;
    height: 20px;
    content: "¡ü";
    text-align: center;
    opacity: 0.25;
    color: rgb(0, 0, 0);
    -webkit-font-smoothing: antialiased;
}

button.slick-prev:before, button.slick-next:before {
    color: #000;
}
button.slick-prev::before {
    font-family: "Font Awesome 5 Free";
    /* content: "\f104"; */
    content: "\f053";
    font-size: 2rem;
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
  /* background: #dcdcdc; */
    color: #fff;
    width: 32px;
    border-radius: 16px;
}
button.slick-next::before {
    font-family: "Font Awesome 5 Free";
/*    content: "\f105"; */
    content: "\f054";
    font-size: 2rem;
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    /* background: #dcdcdc; */
    color: #fff;
    width: 32px;
    border-radius: 16px;
}
.slick-slide {
  transition: .3s ease;
}
.slick-slide:not(.slick-current) {
  opacity: .5;
}

.caption{
    font-family: 'avenirCnIt';
    margin-top: -150px;
    font-size: 55px;
    margin-left: 40px;
    margin-left: 60px;
    color: #fff;
    font-weight: bold;
    font-style: italic;
    letter-spacing: 0.1em;
    transition-property: font-size;
    transition-duration: 0.5s;
}

/* Information */
.info{
    padding: 0px 10px;
    padding-bottom: 10px;
    background: #f8f7f2;
    max-height: 84px;
   overflow: auto;
   font-size: 10px;
}
.info h3{
      font-size: 14px;
    font-family: &quot;Þâ¥´¥·¥Ã¥¯ Medium&quot;, &quot;Yu Gothic Medium&quot;, &quot;Þâ¥´¥·¥Ã¥¯ÂÎ&quot;, &quot;YuGothic&quot;, &quot;¥Ò¥é¥®¥Î³Ñ¥´ ProN W3&quot;, &quot;Hiragino Kaku Gothic ProN&quot;, &quot;¥á¥¤¥ê¥ª&quot;, &quot;Meiryo&quot;, &quot;verdana&quot;, sans-serif;
  font-weight: bold;
}
.info ul li{
  
}


.ct-order-button {
  display: block;
  margin: 90px auto 100px auto;
  text-decoration: none;
  width: 1200px;
  max-width: 100%;
  height: 180px;
  opacity: 1;
  transition: opacity 0.2 ease-in-out;
}
.ct-order-button:hover {
  opacity: 0.6;
}
@media screen and (min-width: 500px) {
  .ct-order-button {
    height: 250px;
  }
}

.ct-order-banner {
  display: flex;
  flex-direction: row;
  flex-direction: column;
  background: url(https://img07.shop-pro.jp/PA01427/550/etc/aomura.jpg?cmsp_timestamp=20221228102514) center no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  margin: 0;
  text-decoration: none !important;
}
.ct-order-banner .left-col,
.ct-order-banner .right-col {
  width: 90%;
  margin-left: 5%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.ct-order-banner .left-col p,
.ct-order-banner .right-col p {
  display: block;
  width: fit-content;
  color: #FFFFFF;
  font-family: "YuGothic", YuGothic;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin: 0;
  text-decoration: none !important;
}
.ct-order-banner .left-col p {
  margin-top: 5%;
  max-width: 96%;
  font-size: 20px;
  line-height: 180%;
}
.ct-order-banner .right-col {
  margin-top: 10%;
}
.ct-order-banner .right-col p {
  font-size: 20px;
  line-height: 120%;
  margin-bottom: 5%;
  text-decoration: none !important;
  border-bottom: 2px solid #FFFFFF;
}
@media screen and (min-width: 500px) {
  .ct-order-banner .left-col p {
    font-size: 32px;
  }
  .ct-order-banner .right-col {
    margin-top: 5%;
  }
  .ct-order-banner .right-col p {
    font-size: 28px;
    line-height: 120%;
  }
}
@media screen and (min-width: 1000px) {
  .ct-order-banner {
    flex-direction: row;
  }
  .ct-order-banner .left-col,
.ct-order-banner .right-col {
    width: 50%;
    margin-left: 0;
  }
  .ct-order-banner .left-col {
    justify-content: flex-start;
    align-items: end;
  }
  .ct-order-banner .left-col p {
    font-size: 32px;
    margin-top: 5%;
  }
  .ct-order-banner .right-col {
    justify-content: flex-end;
    align-items: center;
  }
  .ct-order-banner .right-col p {
    font-size: 28px;
    margin-bottom: 5%;
  }
}
}
