<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body, h1, h2, h3, h4, h5, h6, a, p, span, em, small, strong, sub, sup, mark, del, ins, strike, abbr, dfn,
blockquote, q, cite, code, pre, ol, ul, li, dl, dt, dd, div, section, article, main, aside, nav, header, hgroup, footer,
img, figure, figcaption, address, time, audio, video, canvas, iframe, details, summary, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  font-size: 1.6rem;
  line-height: 1;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

*:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

a, a:visited {
  color: inherit;
}

article, aside, footer, header, nav, section, main {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ol, ul {
  list-style: none;
}

img, video {
  border-style: none;
  max-width: 100%;
  vertical-align: middle;
}

blockquote, q {
  quotes: none;
}

blockquote:after, blockquote:before,
q:after, q:before {
  content: "";
  content: none;
}

[hidden] {
  display: none !important;
}

[disabled] {
  cursor: not-allowed;
}

:focus:not(:focus-visible) {
  outline: none;
}

sup {
  position: relative;
  top: -0.5em;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

em {
  font-style: normal;
}

.contentsWrapper {
  position: relative;
  width: 100%;
  padding-top: 43px;
  font-family: -apple-system, "BIZ UDPGothic", Hiragino Kaku Gothic ProN, sans-serif;
  font-size: 18px;
  line-height: 1;
  background-color: #febb00;
}
@media (max-width: 768px) {
  .contentsWrapper {
    padding: 26px 16px 0;
    font-size: 15px;
  }
}

.contentsArea {
  position: relative;
  max-width: 960px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.mainContents {
  position: relative;
  display: block;
  padding: 40px 36px 36px;
  border-top: 20px solid #000;
  background-color: #fff;
}
@media (max-width: 768px) {
  .mainContents {
    padding: 22px 14px 30px;
    border-top-width: 12px;
  }
}
.mainContents::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 10px;
  width: calc(100% - 20px);
  height: 7px;
  background: url(../img/top_border.png) repeat-x left top/22px 7px;
}
@media (max-width: 768px) {
  .mainContents::before {
    top: -9px;
    background-size: 18px auto;
  }
}
.mainContents .logo {
  background: url(../img/locipo_logo_bg.png) no-repeat right center/248px auto;
}
@media (max-width: 768px) {
  .mainContents .logo {
    background: none;
  }
}
.mainContents .logo img {
  width: 593px;
}
@media (max-width: 768px) {
  .mainContents .logo img {
    width: 100%;
  }
}

.lineup {
  margin-top: 32px;
}
@media (max-width: 768px) {
  .lineup {
    margin-top: 14px;
  }
}
.lineup .lineupTitle {
  position: relative;
  color: #febb00;
  font-family: "Baloo 2", cursive;
  font-size: 26px;
}
@media (max-width: 768px) {
  .lineup .lineupTitle {
    font-size: 20px;
  }
}
.lineup .lineupTitle::before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #febb00;
}
.lineup .lineupTitle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -6px;
  width: 100%;
  height: 13px;
  background: url(../img/dot.png) no-repeat left center/13px, url(../img/dot.png) no-repeat right center/13px;
}
@media (max-width: 768px) {
  .lineup .lineupTitle::after {
    background-size: 10px;
  }
}
.lineup .lineupTitle span {
  position: relative;
  z-index: 1;
  display: table;
  margin: 0 auto;
  padding: 0 20px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .lineup .lineupTitle span {
    padding: 0 14px;
  }
}
.lineup .list {
  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;
}
@media (max-width: 768px) {
  .lineup .list {
    display: block;
    padding: 0 6px;
  }
}
.lineup .programBox {
  position: relative;
  width: 432px;
  margin-top: 36px;
  border-radius: 10px;
  background-color: #030303;
}
@media (max-width: 768px) {
  .lineup .programBox {
    width: 100%;
    margin-top: 20px;
  }
}
.lineup .programBox.limited a::before {
  content: "";
  position: absolute;
  top: -10px;
  right: -10px;
  width: 94px;
  height: 94px;
  background: url(../img/limited.png) no-repeat 0 0/cover;
}
@media (max-width: 768px) {
  .lineup .programBox.limited a::before {
    top: -6px;
    right: -6px;
    width: 60px;
    height: 60px;
  }
}
.lineup .programBox a {
  position: relative;
  display: block;
  padding: 9px 9px 24px;
  text-decoration: none;
}
@media (min-width: 768px) {
  .lineup .programBox a {
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .lineup .programBox a:hover {
    -webkit-filter: brightness(1.1);
            filter: brightness(1.1);
  }
}
@media (max-width: 768px) {
  .lineup .programBox a {
    padding: 7px 7px 20px;
  }
}
.lineup .programBox a::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 168px;
  height: 30px;
  background: url(../img/list_btn.png) no-repeat 0 0/168px 30px;
}
@media (max-width: 768px) {
  .lineup .programBox a::after {
    bottom: -11px;
    width: 130px;
    height: 23px;
    background-size: 130px 23px;
  }
}
.lineup .programBox p {
  margin-top: 8px;
  color: #fff;
  text-align: center;
  line-height: 1.2;
}
.lineup .programBox img {
  border: 6px solid #fff;
  border-radius: 5px 5px 0 0;
}
.lineup .more {
  margin-top: 40px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .lineup .more {
    font-size: 5vw;
  }
}

.scheduleBnr {
  max-width: 640px;
  margin: 40px auto 0;
}
@media (max-width: 768px) {
  .scheduleBnr {
    margin-top: 20px;
  }
}

.introduction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
  padding: 20px 16px 0 22px;
  border: 2px solid #dea70b;
  border-radius: 10px;
  background-color: #febb00;
  background-image: radial-gradient(#fecf4c 30%, transparent 30%);
  background-size: 5px 5px;
}
@media (max-width: 768px) {
  .introduction {
    display: block;
    margin-top: 40px;
    padding: 20px 16px;
  }
}
.introduction figure {
  width: 292px;
}
@media (max-width: 768px) {
  .introduction figure {
    display: none;
  }
}
.introduction .text {
  width: 528px;
  text-align: center;
}
@media (max-width: 768px) {
  .introduction .text {
    width: 100%;
  }
}
.introduction .introTitle {
  font-size: 28px;
  font-weight: 700;
  color: #76cc00;
  text-shadow: 0px 3px 1px #fff, 0px 2px 1px #fff, 1px 2px 1px #fff, 2px 2px 1px #fff, 2px 1px 1px #fff, 2px 0px 1px #fff, 3px 0px 1px #fff, 2px -1px 1px #fff, 2px -2px 1px #fff, 2px -3px 1px #fff, 1px -3px 1px #fff, 0px -3px 1px #fff, -1px -3px 1px #fff, -2px -3px 1px #fff, -3px -3px 1px #fff, -3px -2px 1px #fff, -3px -1px 1px #fff, -3px 0px 1px #fff, -3px 1px 1px #fff, -3px 2px 1px #fff, -2px 2px 1px #fff, -1px 2px 1px #fff;
  line-height: 1.42;
}
@media (max-width: 768px) {
  .introduction .introTitle {
    font-size: 20px;
  }
}
.introduction .introTitle + p {
  line-height: 1.2;
  margin-top: 12px;
}
@media (max-width: 768px) {
  .introduction .introTitle + p {
    line-height: 1.37;
  }
}
.introduction .download {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr 43px;
  grid-template-rows: 1fr 43px;
  -ms-grid-columns: 305px 16px 176px;
  grid-template-columns: 305px 176px;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  margin-top: 12px;
  padding: 16px;
  background-color: #fff;
}
.introduction .download &gt; *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.introduction .download &gt; *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.introduction .download &gt; *:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.introduction .download &gt; *:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}
@media (max-width: 768px) {
  .introduction .download {
    position: relative;
    display: block;
    padding: 0 0 0 48%;
    background-color: transparent;
  }
  .introduction .download::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 45%;
    height: 100%;
    background: url(../img/dl_img_sp.png) no-repeat left bottom/cover;
  }
}
.introduction .download .dlTitle {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  padding-left: 30px;
  color: #fd8800;
  font-weight: bold;
}
@media (max-width: 768px) {
  .introduction .download .dlTitle {
    display: none;
  }
}
.introduction .download .dlBnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
}
@media (max-width: 768px) {
  .introduction .download .dlBnr {
    display: block;
    padding: 12px 16px;
    border-radius: 5px;
    background-color: #fff;
  }
  .introduction .download .dlBnr li + li {
    margin-top: 6px;
  }
}
.introduction .download .dlBnr img {
  width: 146px;
}
@media (max-width: 768px) {
  .introduction .download .dlBnr img {
    width: 100%;
  }
}
.introduction .download .dlQr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
}
@media (max-width: 768px) {
  .introduction .download .dlQr {
    display: none;
  }
}
.introduction .download .dlQr img {
  width: 80px;
}

.snsBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 36px 0;
}
.snsBtn li {
  width: 48px;
  margin: 0 8px;
}
.snsBtn li a {
  display: block;
  overflow: hidden;
  width: 48px;
  height: 48px;
  text-indent: 120%;
  white-space: nowrap;
  background-image: url(../img/icon_sns.png);
  background-repeat: no-repeat;
  background-size: 48px 144px;
}
.snsBtn .snsBtnTw a {
  background-position: 0 0;
}
.snsBtn .snsBtnFb a {
  background-position: 0 -48px;
}
.snsBtn .snsBtnLi a {
  background-position: 0 -96px;
}

.thailand {
  width: 90%;
  margin: 0 auto;
}
.thailand__header {
  font-size: 30px;
  text-align: center;
}
@media (max-width: 768px) {
  .thailand__header {
    line-height: 1.2;
  }
}
.thailand__lead {
  margin-top: 40px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .thailand__lead {
    margin-top: 30px;
    text-align: center;
  }
}
.thailand__th {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .thailand__th {
    display: block;
    margin-top: 10px;
  }
}
.thailand__th img {
  width: 380px;
}
@media (max-width: 768px) {
  .thailand__th img {
    margin-top: 20px;
  }
}
.thailand__box {
  margin-top: 40px;
  text-align: left;
}
.thailand__title {
  text-align: left;
  border-radius: 30px;
  font-size: 25px;
}
.thailand__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px auto 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .thailand__img {
    display: block;
    margin-top: 10px;
  }
}
.thailand__img img {
  width: 380px;
}
@media (max-width: 768px) {
  .thailand__img img {
    margin-top: 20px;
  }
}
.thailand__text {
  margin-top: 20px;
  line-height: 1.5;
}
.thailand figcaption {
  margin-top: 10px;
  font-size: 14px;
  text-align: left;
  line-height: 1.4;
}

/* ----- common class ----- */
.fz-l {
  font-size: 1.25em;
}

.co-b {
  color: #4490d1;
}

.co-o {
  color: #fea840;
}

.co-p {
  color: #f95e81;
}

.w700 {
  font-weight: 700;
}

.w900 {
  font-weight: 900;
}

.fw-b {
  font-weight: bold;
}

@media (min-width: 768px) {
  .hover {
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .hover:hover {
    opacity: 0.8;
  }
}
.db-sp {
  display: none;
}

@media (max-width: 768px) {
  .db-pc {
    display: none !important;
  }
  .db-sp {
    display: block !important;
  }
}
.mt0 {
  margin-top: 0 !important;
}

.mt8 {
  margin-top: 8px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt64 {
  margin-top: 64px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb8 {
  margin-bottom: 8px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb64 {
  margin-bottom: 64px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

@media screen and (max-width: 768px) {
  .mt10 {
    margin-top: 1.5% !important;
  }
  .mt15 {
    margin-top: 2.3% !important;
  }
  .mt20 {
    margin-top: 3.1% !important;
  }
  .mt25 {
    margin-top: 3.9% !important;
  }
  .mt30 {
    margin-top: 4.6% !important;
  }
  .mt35 {
    margin-top: 5.4% !important;
  }
  .mt40 {
    margin-top: 6.2% !important;
  }
  .mt45 {
    margin-top: 7% !important;
  }
  .mt50 {
    margin-top: 7.8% !important;
  }
  .mt60 {
    margin-top: 9.3% !important;
  }
  .mt64 {
    margin-top: 10% !important;
  }
  .mt70 {
    margin-top: 10.9% !important;
  }
  .mt80 {
    margin-top: 12.5% !important;
  }
  .mb10 {
    margin-bottom: 1.5% !important;
  }
  .mb15 {
    margin-bottom: 2.3% !important;
  }
  .mb20 {
    margin-bottom: 3.1% !important;
  }
  .mb25 {
    margin-bottom: 3.9% !important;
  }
  .mb30 {
    margin-bottom: 4.6% !important;
  }
  .mb35 {
    margin-bottom: 5.4% !important;
  }
  .mb40 {
    margin-bottom: 6.2% !important;
  }
  .mb45 {
    margin-bottom: 7% !important;
  }
  .mb50 {
    margin-bottom: 7.8% !important;
  }
  .mb60 {
    margin-bottom: 9.3% !important;
  }
  .mb64 {
    margin-bottom: 10% !important;
  }
  .mb70 {
    margin-bottom: 10.9% !important;
  }
  .mb80 {
    margin-bottom: 12.5% !important;
  }
}
/*# sourceMappingURL=style.css.map */</pre></body></html>