@charset "UTF-8";
/* @import must be at top of file, otherwise CSS will not work */
/* =========================================================

Foundation

========================================================= */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

html.is-sort-open {
  overflow: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

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

td,
th {
  padding: 0;
}

* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

footer,
header,
section {
  display: block;
}

dd,
dt,
li,
p,
pre,
td,
th {
  line-break: strict;
  word-break: break-strict;
}

dd,
div,
dl,
dt,
li,
ol,
p,
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

img {
  vertical-align: bottom;
}

html {
  font-size: 62.5%;
}

body {
  height: 100%;
  color: #111;
  font-size: 1rem;
  font-family: "YuGothic", "Yu Gothic", "游ゴシック体", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  -ms-font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  letter-spacing: 0;
  background: #fff;
  word-wrap: break-word;
  vertical-align: baseline;
  white-space: normal;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  overflow-y: scroll;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin: 0;
}

a {
  color: #111;
}

a:hover {
  color: #111;
  text-decoration: none;
}

a,
a:focus,
a:active,
a:hover,
a:visited,
:focus,
:active,
:hover,
:visited {
  outline: none !important;
  text-decoration: none;
}

img[src$=".svg"] {
  width: 100%;
}

/* =========================================================

Layout

========================================================= */
.l-container {
  max-width: 1680px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 120px;
  padding-right: 120px;
}

@media (max-width: 1440px) {
  .l-container {
    padding-left: 120px;
    padding-right: 120px;
  }
}
@media (max-width: 1260px) {
  .l-container {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media (max-width: 1023px) {
  .l-container {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 767px) {
  .l-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.l-container--xl {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 1260px) {
  .l-container--xl {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1023px) {
  .l-container--xl {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .l-container--xl {
    padding-left: 0;
    padding-right: 0;
  }
}
.l-container--lg {
  max-width: 1440px;
}

.l-container--md {
  max-width: 1360px;
}

.l-container--sm {
  /*max-width: 1120px;*/
  max-width: 1200px;
}

.l-container--xs {
  max-width: 780px;
}

.l-container-fluid {
  max-width: 100%;
  padding-left: 80px;
  padding-right: 80px;
}

@media (max-width: 1023px) {
  .l-container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .l-container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.p-list .l-container-fluid {
  margin-top: 0;
}

.l-row {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.l-row.l-gutter-0 {
  margin-right: 0;
  margin-left: 0;
}

.l-row.l-gutter-10 {
  margin-right: -5px;
  margin-left: -5px;
}

.l-row.l-gutter-20 {
  margin-right: -10px;
  margin-left: -10px;
}

.l-row.l-gutter-30 {
  margin-right: -15px;
  margin-left: -15px;
}

.l-row.l-gutter-40 {
  margin-right: -20px;
  margin-left: -20px;
}

.l-row.l-gutter-50 {
  margin-right: -25px;
  margin-left: -25px;
}

.l-row.l-gutter-60 {
  margin-right: -30px;
  margin-left: -30px;
}

.l-row.l-gutter-70 {
  margin-right: -35px;
  margin-left: -35px;
}

.l-row.l-gutter-80 {
  margin-right: -40px;
  margin-left: -40px;
}

.l-row.l-gutter-90 {
  margin-right: -45px;
  margin-left: -45px;
}

.l-row.l-gutter-100 {
  margin-right: -50px;
  margin-left: -50px;
}

.l-gutter-0 > [class^=l-col-],
.l-gutter-0 > [class*=l-col-] {
  padding-right: 0;
  padding-left: 0;
}

.l-gutter-10 > [class^=l-col-],
.l-gutter-10 > [class*=l-col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.l-gutter-20 > [class^=l-col-],
.l-gutter-20 > [class*=l-col-] {
  padding-right: 10px;
  padding-left: 10px;
}

.l-gutter-30 > [class^=l-col-],
.l-gutter-30 > [class*=l-col-] {
  padding-right: 15px;
  padding-left: 15px;
}

.l-gutter-40 > [class^=l-col-],
.l-gutter-40 > [class*=l-col-] {
  padding-right: 20px;
  padding-left: 20px;
}

.l-gutter-50 > [class^=l-col-],
.l-gutter-50 > [class*=l-col-] {
  padding-right: 25px;
  padding-left: 25px;
}

.l-gutter-60 > [class^=l-col-],
.l-gutter-60 > [class*=l-col-] {
  padding-right: 30px;
  padding-left: 30px;
}

.l-gutter-70 > [class^=l-col-],
.l-gutter-70 > [class*=l-col-] {
  padding-right: 35px;
  padding-left: 35px;
}

.l-gutter-80 > [class^=l-col-],
.l-gutter-80 > [class*=l-col-] {
  padding-right: 40px;
  padding-left: 40px;
}

.l-gutter-90 > [class^=l-col-],
.l-gutter-90 > [class*=l-col-] {
  padding-right: 45px;
  padding-left: 45px;
}

.l-gutter-100 > [class^=l-col-],
.l-gutter-100 > [class*=l-col-] {
  padding-right: 50px;
  padding-left: 50px;
}

.l-row.is-reverse {
  flex-direction: row-reverse;
}

.l-col.is-reverse {
  flex-direction: column-reverse;
}

.l-col-xs,
.l-col-xs-1,
.l-col-xs-2,
.l-col-xs-2_5,
.l-col-xs-3,
.l-col-xs-4,
.l-col-xs-5,
.l-col-xs-6,
.l-col-xs-7,
.l-col-xs-8,
.l-col-xs-9,
.l-col-xs-10,
.l-col-xs-11,
.l-col-xs-12 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}

.l-col-xs {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
}

.l-col-xs-1 {
  flex-basis: 8.333%;
  max-width: 8.333%;
}

.l-col-xs-2 {
  flex-basis: 16.667%;
  max-width: 16.667%;
}

.l-col-xs-2_5 {
  flex-basis: 20%;
  max-width: 20%;
}

.l-col-xs-3 {
  flex-basis: 25%;
  max-width: 25%;
}

.l-col-xs-4 {
  flex-basis: 33.333%;
  max-width: 33.333%;
}

.l-col-xs-5 {
  flex-basis: 41.667%;
  max-width: 41.667%;
}

.l-col-xs-6 {
  flex-basis: 50%;
  max-width: 50%;
}

.l-col-xs-7 {
  flex-basis: 58.333%;
  max-width: 58.333%;
}

.l-col-xs-8 {
  flex-basis: 66.667%;
  max-width: 66.667%;
}

.l-col-xs-9 {
  flex-basis: 75%;
  max-width: 75%;
}

.l-col-xs-10 {
  flex-basis: 83.333%;
  max-width: 83.333%;
}

.l-col-xs-11 {
  flex-basis: 91.667%;
  max-width: 91.667%;
}

.l-col-xs-12 {
  flex-basis: 100%;
  max-width: 100%;
}

.l-col-xs-offset-1 {
  margin-left: 8.333%;
}

.l-col-xs-offset-2 {
  margin-left: 16.667%;
}

.l-col-xs-offset-2_5 {
  margin-left: 20%;
}

.l-col-xs-offset-3 {
  margin-left: 25%;
}

.l-col-xs-offset-4 {
  margin-left: 33.333%;
}

.l-col-xs-offset-5 {
  margin-left: 41.667%;
}

.l-col-xs-offset-6 {
  margin-left: 50%;
}

.l-col-xs-offset-7 {
  margin-left: 58.333%;
}

.l-col-xs-offset-8 {
  margin-left: 66.667%;
}

.l-col-xs-offset-9 {
  margin-left: 75%;
}

.l-col-xs-offset-10 {
  margin-left: 83.333%;
}

.l-col-xs-offset-11 {
  margin-left: 91.667%;
}

.l-start-xs {
  justify-content: flex-start;
  text-align: start;
}

.l-center-xs {
  justify-content: center;
  text-align: center;
}

.l-end-xs {
  justify-content: flex-end;
  text-align: end;
}

.l-top-xs {
  align-items: flex-start;
}

.l-middle-xs {
  align-items: center;
}

.l-bottom-xs {
  align-items: flex-end;
}

.l-around-xs {
  justify-content: space-around;
}

.l-between-xs {
  justify-content: space-between;
}

.l-first-xs {
  order: -1;
}

.l-last-xs {
  order: 1;
}

@media (min-width: 768px) {
  .l-col-sm,
.l-col-sm-1,
.l-col-sm-2,
.l-col-sm-2_5,
.l-col-sm-3,
.l-col-sm-4,
.l-col-sm-5,
.l-col-sm-6,
.l-col-sm-7,
.l-col-sm-8,
.l-col-sm-9,
.l-col-sm-10,
.l-col-sm-11,
.l-col-sm-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
  }

  .l-col-sm {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }

  .l-col-sm-1 {
    flex-basis: 8.333%;
    max-width: 8.333%;
  }

  .l-col-sm-2 {
    flex-basis: 16.667%;
    max-width: 16.667%;
  }

  .l-col-sm-2_5 {
    flex-basis: 20%;
    max-width: 20%;
  }

  .l-col-sm-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .l-col-sm-4 {
    flex-basis: 33.333%;
    max-width: 33.333%;
  }

  .l-col-sm-5 {
    flex-basis: 41.667%;
    max-width: 41.667%;
  }

  .l-col-sm-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .l-col-sm-7 {
    flex-basis: 58.333%;
    max-width: 58.333%;
  }

  .l-col-sm-8 {
    flex-basis: 66.667%;
    max-width: 66.667%;
  }

  .l-col-sm-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .l-col-sm-10 {
    flex-basis: 83.333%;
    max-width: 83.333%;
  }

  .l-col-sm-11 {
    flex-basis: 91.667%;
    max-width: 91.667%;
  }

  .l-col-sm-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .l-col-sm-offset-1 {
    margin-left: 8.333%;
  }

  .l-col-sm-offset-2 {
    margin-left: 16.667%;
  }

  .l-col-sm-offset-2_5 {
    margin-left: 20%;
  }

  .l-col-sm-offset-3 {
    margin-left: 25%;
  }

  .l-col-sm-offset-4 {
    margin-left: 33.333%;
  }

  .l-col-sm-offset-5 {
    margin-left: 41.667%;
  }

  .l-col-sm-offset-6 {
    margin-left: 50%;
  }

  .l-col-sm-offset-7 {
    margin-left: 58.333%;
  }

  .l-col-sm-offset-8 {
    margin-left: 66.667%;
  }

  .l-col-sm-offset-9 {
    margin-left: 75%;
  }

  .l-col-sm-offset-10 {
    margin-left: 83.333%;
  }

  .l-col-sm-offset-11 {
    margin-left: 91.667%;
  }

  .l-start-sm {
    justify-content: flex-start;
    text-align: start;
  }

  .l-center-sm {
    justify-content: center;
    text-align: center;
  }

  .l-end-sm {
    justify-content: flex-end;
    text-align: end;
  }

  .l-top-sm {
    align-items: flex-start;
  }

  .l-middle-sm {
    align-items: center;
  }

  .l-bottom-sm {
    align-items: flex-end;
  }

  .l-around-sm {
    justify-content: space-around;
  }

  .l-between-sm {
    justify-content: space-between;
  }

  .l-first-sm {
    order: -1;
  }

  .l-last-sm {
    order: 1;
  }
}
@media (min-width: 1024px) {
  .l-col-md,
.l-col-md-1,
.l-col-md-2,
.l-col-md-2_5,
.l-col-md-3,
.l-col-md-4,
.l-col-md-5,
.l-col-md-6,
.l-col-md-7,
.l-col-md-8,
.l-col-md-9,
.l-col-md-10,
.l-col-md-11,
.l-col-md-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
  }

  .l-col-md {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }

  .l-col-md-1 {
    flex-basis: 8.333%;
    max-width: 8.333%;
  }

  .l-col-md-2 {
    flex-basis: 16.667%;
    max-width: 16.667%;
  }

  .l-col-md-2_5 {
    flex-basis: 20%;
    max-width: 20%;
  }

  .l-col-md-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .l-col-md-4 {
    flex-basis: 33.333%;
    max-width: 33.333%;
  }

  .l-col-md-5 {
    flex-basis: 41.667%;
    max-width: 41.667%;
  }

  .l-col-md-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .l-col-md-7 {
    flex-basis: 58.333%;
    max-width: 58.333%;
  }

  .l-col-md-8 {
    flex-basis: 66.667%;
    max-width: 66.667%;
  }

  .l-col-md-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .l-col-md-10 {
    flex-basis: 83.333%;
    max-width: 83.333%;
  }

  .l-col-md-11 {
    flex-basis: 91.667%;
    max-width: 91.667%;
  }

  .l-col-md-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .l-col-md-offset-1 {
    margin-left: 8.333%;
  }

  .l-col-md-offset-2 {
    margin-left: 16.667%;
  }

  .l-col-md-offset-2_5 {
    margin-left: 20%;
  }

  .l-col-md-offset-3 {
    margin-left: 25%;
  }

  .l-col-md-offset-4 {
    margin-left: 33.333%;
  }

  .l-col-md-offset-5 {
    margin-left: 41.667%;
  }

  .l-col-md-offset-6 {
    margin-left: 50%;
  }

  .l-col-md-offset-7 {
    margin-left: 58.333%;
  }

  .l-col-md-offset-8 {
    margin-left: 66.667%;
  }

  .l-col-md-offset-9 {
    margin-left: 75%;
  }

  .l-col-md-offset-10 {
    margin-left: 83.333%;
  }

  .l-col-md-offset-11 {
    margin-left: 91.667%;
  }

  .l-start-md {
    justify-content: flex-start;
    text-align: start;
  }

  .l-center-md {
    justify-content: center;
    text-align: center;
  }

  .l-end-md {
    justify-content: flex-end;
    text-align: end;
  }

  .l-top-md {
    align-items: flex-start;
  }

  .l-middle-md {
    align-items: center;
  }

  .l-bottom-md {
    align-items: flex-end;
  }

  .l-around-md {
    justify-content: space-around;
  }

  .l-between-md {
    justify-content: space-between;
  }

  .l-first-md {
    order: -1;
  }

  .l-last-md {
    order: 1;
  }
}
@media (min-width: 1441px) {
  .l-col-lg,
.l-col-lg-1,
.l-col-lg-2,
.l-col-lg-2_5,
.l-col-lg-3,
.l-col-lg-4,
.l-col-lg-5,
.l-col-lg-6,
.l-col-lg-7,
.l-col-lg-8,
.l-col-lg-9,
.l-col-lg-10,
.l-col-lg-11,
.l-col-lg-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
  }

  .l-col-lg {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }

  .l-col-lg-1 {
    flex-basis: 8.333%;
    max-width: 8.333%;
  }

  .l-col-lg-2 {
    flex-basis: 16.667%;
    max-width: 16.667%;
  }

  .l-col-lg-2_5 {
    flex-basis: 16.667%;
    max-width: 16.667%;
  }

  .l-col-lg-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .l-col-lg-4 {
    flex-basis: 33.333%;
    max-width: 33.333%;
  }

  .l-col-lg-5 {
    flex-basis: 41.667%;
    max-width: 41.667%;
  }

  .l-col-lg-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .l-col-lg-7 {
    flex-basis: 58.333%;
    max-width: 58.333%;
  }

  .l-col-lg-8 {
    flex-basis: 66.667%;
    max-width: 66.667%;
  }

  .l-col-lg-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .l-col-lg-10 {
    flex-basis: 83.333%;
    max-width: 83.333%;
  }

  .l-col-lg-11 {
    flex-basis: 91.667%;
    max-width: 91.667%;
  }

  .l-col-lg-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .l-col-lg-offset-1 {
    margin-left: 8.333%;
  }

  .l-col-lg-offset-2 {
    margin-left: 16.667%;
  }

  .l-col-lg-offset-2_5 {
    margin-left: 20%;
  }

  .l-col-lg-offset-3 {
    margin-left: 25%;
  }

  .l-col-lg-offset-4 {
    margin-left: 33.333%;
  }

  .l-col-lg-offset-5 {
    margin-left: 41.667%;
  }

  .l-col-lg-offset-6 {
    margin-left: 50%;
  }

  .l-col-lg-offset-7 {
    margin-left: 58.333%;
  }

  .l-col-lg-offset-8 {
    margin-left: 66.667%;
  }

  .l-col-lg-offset-9 {
    margin-left: 75%;
  }

  .l-col-lg-offset-10 {
    margin-left: 83.333%;
  }

  .l-col-lg-offset-11 {
    margin-left: 91.667%;
  }

  .l-start-lg {
    justify-content: flex-start;
    text-align: start;
  }

  .l-center-lg {
    justify-content: center;
    text-align: center;
  }

  .l-end-lg {
    justify-content: flex-end;
    text-align: end;
  }

  .l-top-lg {
    align-items: flex-start;
  }

  .l-middle-lg {
    align-items: center;
  }

  .l-bottom-lg {
    align-items: flex-end;
  }

  .l-around-lg {
    justify-content: space-around;
  }

  .l-between-lg {
    justify-content: space-between;
  }

  .l-first-lg {
    order: -1;
  }

  .l-last-lg {
    order: 1;
  }
}
@media (min-width: 1681px) {
  .l-col-xlg,
.l-col-xlg-1,
.l-col-xlg-2,
.l-col-xlg-2_5,
.l-col-xlg-3,
.l-col-xlg-4,
.l-col-xlg-5,
.l-col-xlg-6,
.l-col-xlg-7,
.l-col-xlg-8,
.l-col-xlg-9,
.l-col-xlg-10,
.l-col-xlg-11,
.l-col-xlg-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
  }

  .l-col-xlg {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }

  .l-col-xlg-1 {
    flex-basis: 8.333%;
    max-width: 8.333%;
  }

  .l-col-xlg-2 {
    flex-basis: 16.667%;
    max-width: 16.667%;
  }

  .l-col-xlg-2_5 {
    flex-basis: 20%;
    max-width: 20%;
  }

  .l-col-xlg-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .l-col-xlg-4 {
    flex-basis: 33.333%;
    max-width: 33.333%;
  }

  .l-col-xlg-5 {
    flex-basis: 41.667%;
    max-width: 41.667%;
  }

  .l-col-xlg-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .l-col-xlg-7 {
    flex-basis: 58.333%;
    max-width: 58.333%;
  }

  .l-col-xlg-8 {
    flex-basis: 66.667%;
    max-width: 66.667%;
  }

  .l-col-xlg-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .l-col-xlg-10 {
    flex-basis: 83.333%;
    max-width: 83.333%;
  }

  .l-col-xlg-11 {
    flex-basis: 91.667%;
    max-width: 91.667%;
  }

  .l-col-xlg-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .l-col-xlg-offset-1 {
    margin-left: 8.333%;
  }

  .l-col-xlg-offset-2 {
    margin-left: 16.667%;
  }

  .l-col-xlg-offset-3 {
    margin-left: 25%;
  }

  .l-col-xlg-offset-4 {
    margin-left: 33.333%;
  }

  .l-col-xlg-offset-5 {
    margin-left: 41.667%;
  }

  .l-col-xlg-offset-6 {
    margin-left: 50%;
  }

  .l-col-xlg-offset-7 {
    margin-left: 58.333%;
  }

  .l-col-xlg-offset-8 {
    margin-left: 66.667%;
  }

  .l-col-xlg-offset-9 {
    margin-left: 75%;
  }

  .l-col-xlg-offset-10 {
    margin-left: 83.333%;
  }

  .l-col-xlg-offset-11 {
    margin-left: 91.667%;
  }

  .l-start-xlg {
    justify-content: flex-start;
    text-align: start;
  }

  .l-center-xlg {
    justify-content: center;
    text-align: center;
  }

  .l-end-xlg {
    justify-content: flex-end;
    text-align: end;
  }

  .l-top-xlg {
    align-items: flex-start;
  }

  .l-middle-xlg {
    align-items: center;
  }

  .l-bottom-xlg {
    align-items: flex-end;
  }

  .l-around-xlg {
    justify-content: space-around;
  }

  .l-between-xlg {
    justify-content: space-between;
  }

  .l-first-xlg {
    order: -1;
  }

  .l-last-xlg {
    order: 1;
  }
}
/*wrapper*/
.l-wrapper {
  transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  overflow: visible;
  position: relative;
}

@media (max-width: 767px) {
  .l-wrapper {
    overflow: hidden;
  }
}
.l-header {
  width: 100%;
  height: 120px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20003;
  background: #fff;
}

@media (max-width: 767px) {
  .l-header {
    width: 100%;
    height: 90px;
  }
}
.l-header:before {
  transition: 1.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.is-header-bg-show .l-header {
  border-bottom: 1px solid #e6e6e6;
}

.content .l-header {
  border-bottom: none;
}

.l-header-logo {
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  z-index: 111;
  opacity: 1;
  display: flex;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  transition-delay: 0.5s;
  padding: 10px;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
  align-items: center;
}

.is-page-loaded .l-header-logo {
  opacity: 1;
}

.l-header-logo img {
  padding: 0 10px;
}

@media (max-width: 767px) {
  .l-header-logo img {
    padding: 0px 5px;
  }
}
@media (max-width: 1023px) {
  .l-header-logo__item {
    padding: 0 10px;
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .l-header-logo__item {
    padding: 0px;
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .l-header-logo__item:nth-child(1) img {
    width: 65px;
  }
}
@media (max-width: 767px) {
  .l-header-logo__item:nth-child(2) img {
    width: 35px;
  }
}
@media (max-width: 767px) {
  .l-header-logo__item:nth-child(3) img {
    width: 45px;
  }
}
@media (max-width: 767px) {
  .l-header-logo__item:nth-child(4) img {
    width: 40px;
  }
}
.l-header-logo__item:nth-child(5) {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}

@media (max-width: 767px) {
  .l-header-logo__item:nth-child(5) img {
    width: 80px;
  }
}
.l-header-ttl {
  margin-top: 10px;
  margin-left: 20px;
  display: flex;
  position: relative;
  align-items: center;
}

@media (max-width: 767px) {
  .l-header-ttl {
    margin-top: 5px;
    margin-left: 0px;
  }
}
.l-header-ttl img {
  padding: 0 10px;
}

@media (max-width: 767px) {
  .l-header-ttl img {
    padding-left: 10px;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .l-header-ttl__logo img {
    width: 190px;
  }
}
@media (max-width: 767px) {
  .l-header-ttl__copy img {
    width: 210px;
    padding-right: 10px;
  }
}
.l-gnav {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #383838;
  z-index: 11111;
}

.l-gnav-toggle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 1;
  transition: 0.4s;
}

.is-active .l-gnav-toggle {
  opacity: 0;
  pointer-events: none;
}

.l-gnav__list {
  display: flex;
  opacity: 0;
  pointer-events: none;
  z-index: 1111;
  position: relative;
  transition: 0.4s;
}

.is-active .l-gnav__list {
  opacity: 1;
  pointer-events: all;
}

.l-gnav__item {
  flex-basis: 25%;
  max-width: 25%;
  text-align: center;
}

.l-gnav__item a {
  color: #fff;
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.8;
  border-left: 1px solid #fff;
  padding: 15px 0;
  position: relative;
}

@media (max-width: 767px) {
  .l-gnav__item a {
    padding: 10px 0 0;
    white-space: nowrap;
  }
}
.l-gnav__item span {
  display: block;
}

.l-gnav__item-icon {
  height: 35px;
  position: relative;
}

@media (max-width: 767px) {
  .l-gnav__item-icon {
    height: 17px;
  }
}
.l-gnav__item-icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 25px;
}

@media (max-width: 767px) {
  .l-gnav__item-icon img {
    height: 18px;
  }
}
@media (max-width: 767px) {
  .l-gnav__item-text {
    width: 100%;
    bottom: 0;
    left: 0%;
    transform: translateX(0%) scale(0.6);
  }
}
.l-gnav__item:nth-child(1) a {
  border-left: none;
}

@media (max-width: 767px) {
  .l-gnav__item:nth-child(2) a .l-gnav__item-text {
    transform: translateX(0%) scale(0.55);
    margin-left: -4px;
  }
}
.l-gnav__item:nth-child(5) img {
  height: 18px;
}

@media (max-width: 767px) {
  .l-gnav__item:nth-child(5) img {
    height: 12px;
  }
}
.l-gnav .view_timer {
  position: absolute;
  top: 0;
  left: 0;
  background: #ec3323;
  width: 100%;
  height: 100%;
}

.l-gnav .view_timer-new {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.l-gnav .view_timer .view_timer-icon {
  display: table;
  background: #ec3323;
  padding: 2px 15px;
  border-radius: 30px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.8;
  animation: flash 1.8s linear infinite;
  position: absolute;
  left: 50%;
  top: -15px;
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .l-gnav .view_timer .view_timer-icon {
    font-size: 10px;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
    display: block;
    padding: 2px 8px;
    top: -7px;
  }
}
.l-gnav .view_timer-new .view_timer-icon-new {
  display: table;
  background: #ffd909;
  padding: 2px 15px;
  border-radius: 30px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.8;
  position: absolute;
  left: 50%;
  top: -15px;
  transform: translateX(-50%);
  color: #111;
}

@media (max-width: 767px) {
  .l-gnav .view_timer-new .view_timer-icon-new {
    font-size: 10px;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
    display: block;
    padding: 2px 8px;
    top: -7px;
  }
}
.l-gnav .view_timer .l-gnav__item-icon {
  margin-top: 15px;
}

@media (max-width: 767px) {
  .l-gnav .view_timer .l-gnav__item-icon {
    margin-top: 10px;
  }
}
@keyframes flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
.l-main {
  width: 100%;
  overflow: visible;
}
.l-main.is-home {
  background: rgba(0, 172, 238, 0.5);
}

.l-footer {
  position: relative;
  padding: 80px 0 0;
  border-top: 1px solid #e6e6e6;
}

@media (max-width: 767px) {
  .l-footer {
    padding: 40px 0px 80px;
  }
}
.l-footer-logo {
  text-align: center;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .l-footer-logo {
    margin-bottom: 0px;
  }
}
.l-footer-copyright {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  font-family: "mr-eaves-modern", sans-serif;
  text-align: center;
  opacity: 0.2;
}

@media (max-width: 767px) {
  .l-footer-logo__list {
    display: flex;
    margin-bottom: 40px;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 30px;
    margin-left: -10px;
    margin-right: -10px;
  }
}
.l-footer-logo__item {
  text-align: center;
  display: inline-block;
  padding: 0 15px;
}

@media (max-width: 767px) {
  .l-footer-logo__item {
    width: 33.333%;
    margin-bottom: 15px;
    padding: 0 10px;
  }

  .l-footer-logo__item:nth-child(2) img {
    padding: 0 9px;
  }

  .l-footer-logo__item:nth-child(4) img {
    padding: 0 6px;
  }

  .l-footer-logo__item:nth-child(5) img {
    padding: 0 10px;
  }

  .l-footer-logo__item:nth-child(6) {
    padding: 0 5px;
  }
}
.l-footer__lead {
  display: none;
}

.l-footer-bottom {
  padding: 80px 0 120px;
  background: #fff;
}

@media (max-width: 767px) {
  .l-footer-bottom {
    padding: 0px 0 30px;
    margin-top: 50px;
  }
}
.l-footer-link {
  border-top: 1px solid #e6e6e6;
  padding: 80px 0;
  margin-top: 70px;
}

@media (max-width: 767px) {
  .l-footer-link {
    padding: 40px 0px 0px;
    margin-top: 40px;
  }
}
.l-foote-link__list {
  text-align: center;
  margin-left: -15px;
  margin-right: -15px;
}

.l-footer-link__item {
  display: inline-block;
}

.l-footer-link__item a {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  font-family: "source-han-sans-cjk-ja", "Yu Gothic", "游ゴシック体", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 0 15px;
  border-right: 1px solid #e6e6e6;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .l-footer-link__item a {
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1;
    border-right: none;
  }
}
@media (max-width: 767px) {
  .l-footer-link__item {
    margin-bottom: 10px;
    display: table;
  }
}
.l-footer-link__item:last-child a {
  border-right: none;
}

.l-footer-link__item:nth-child(5) a {
  border-right: none;
}

@media (max-width: 767px) {
  .l-footer-link__item:nth-child(2) a {
    border-right: none;
  }

  .l-footer-link__item:nth-child(3) a {
    border-right: none;
  }

  .l-footer-link__item:nth-child(4) a {
    border-right: none;
  }
}
/*@import "layout/parallax";*/
/* =========================================================

Object

========================================================= */
/* ---------------------------------------------------------

Component

--------------------------------------------------------- */
.c-heading {
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.3;
  position: relative;
  display: table;
}

@media (max-width: 767px) {
  .c-heading {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.3;
  }
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?c85xjd");
  src: url("../fonts/icomoon.eot?c85xjd#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?c85xjd") format("truetype"), url("../fonts/icomoon.woff?c85xjd") format("woff"), url("../fonts/icomoon.svg?c85xjd#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=c-icon-],
[class*=c-icon-] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.c-icon-arrow-s-right:before {
  content: "";
}

.c-icon-arrow-down:before {
  content: "";
}

.c-icon-arrow-left:before {
  content: "";
}

.c-icon-arrow-right:before {
  content: "";
}

.c-icon-arrow-up:before {
  content: "";
}

.c-icon-youtube:before {
  content: "";
}

.c-icon-instagram:before {
  content: "";
}

.c-icon-pinterest:before {
  content: "";
}

.c-icon-twitter:before {
  content: "";
}

.c-icon-facebook:before {
  content: "";
}

.c-icon-line:before {
  content: "";
  color: #fff;
}

.c-icon-search:before {
  content: "";
}

.c-icon-special {
  color: #fff;
  font-family: "mr-eaves-modern", sans-serif !important;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  background: #0195c5;
  padding: 4px 15px;
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .c-icon-special {
    padding: 2px 6px;
    margin-bottom: 1px;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
  }
}
.p-meetsshop-archive__item .c-icon-special {
  right: 10px;
  top: 10px;
}

.c-icon-movie {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 111;
  transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

@media (max-width: 767px) {
  .c-icon-movie {
    width: 90px;
  }
}
.p-index-archive__slick .c-icon-movie {
  width: 80px;
}

@media (max-width: 767px) {
  .p-index-archive__slick .c-icon-movie {
    width: 50px;
  }
}
.c-icon-tag span {
  display: table;
  margin: 0 0 30px;
  background: #0195c5;
  border-radius: 50px;
  padding: 5px 20px;
}

@media (max-width: 767px) {
  .c-icon-tag span {
    margin: 0 0 15px;
    max-width: 130px;
  }
}
.c-icon-tag span {
  color: #fff;
  font-family: "mr-eaves-modern", sans-serif !important;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}

@media (max-width: 767px) {
  .c-icon-tag span {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
  }
}
.c-icon-twitter svg {
  width: 20px;
  height: 20px;
  transition: 0.3s;
}

.p-index-sns__button a:hover svg {
  fill: #fff;
}

@media (max-width: 767px) {
  .c-icon-twitter svg {
    width: 15px;
    height: 15px;
  }
}
/******************************************************************************

* SCHEDULE

*******************************************************************************/
.c-calendar__item {
  display: none;
}

.c-calendar__item.is-off {
  display: none;
}

.c-calendar__item.is-on.is-active {
  display: block;
}

.c-calendar__button {
  border-top: 1px solid #e6e6e6;
  color: #111;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  display: block;
  border: 1px solid #111;
  padding-left: 30px;
  margin-top: 20px;
  line-height: 80px;
  height: 80px;
  position: relative;
  cursor: pointer;
  background: #fff;
  transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

@media (max-width: 767px) {
  .c-calendar__button {
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1;
    line-height: 45px;
    height: 45px;
    padding-left: 15px;
  }
}
.c-calendar__button:before {
  position: absolute;
  width: 1px;
  height: 80px;
  content: "";
  background: #111;
  top: 0;
  right: 80px;
}

@media (max-width: 767px) {
  .c-calendar__button:before {
    height: 45px;
    right: 45px;
  }
}
.c-calendar__button:hover .c-calendar__button-icon {
  transform: rotate(45deg);
}

.c-calendar__button:hover .c-calendar__button-icon:before {
  background: #111;
}

.c-calendar__button:hover .c-calendar__button-icon:after {
  background: #111;
}

.c-calendar__button.is-open .c-calendar__button-icon {
  transform: rotate(45deg);
}

.c-calendar__button-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

@media (max-width: 767px) {
  .c-calendar__button-icon {
    width: 45px;
    height: 45px;
  }
}
.c-calendar__button-icon:before {
  position: absolute;
  width: 20px;
  height: 1px;
  content: "";
  background: #111;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

@media (max-width: 767px) {
  .c-calendar__button-icon:before {
    width: 15px;
  }
}
.c-calendar__button-icon:after {
  position: absolute;
  width: 1px;
  height: 20px;
  content: "";
  background: #111;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

@media (max-width: 767px) {
  .c-calendar__button-icon:after {
    height: 15px;
  }
}
.container-carendar-head {
  padding: 30px 20px;
  position: relative;
  background: #fff;
  border-left: solid 1px #606060;
  border-right: solid 1px #606060;
}

@media (max-width: 767px) {
  .container-carendar-head {
    padding: 23px 0;
  }
}
#event-calendar-header {
  width: 100%;
  z-index: 111;
  position: relative;
}

@media (max-width: 1023px) {
  #event-calendar-header.is-fixed {
    position: fixed;
    z-index: 1000;
    top: 76px;
    transform: translate3d(0, 0, 0);
    border-bottom: solid 1px #606060;
  }
}
#event-calendar-header a {
  color: #383838;
}

#event-calendar-header,
#event-calendar-footer {
  display: table;
  width: 100%;
}

#event-calendar-header > div,
#event-calendar-footer > div {
  display: table-cell;
  vertical-align: middle;
}

#event-calendar-header #cal-month,
#event-calendar-footer #cal-month {
  width: 60%;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 1023px) {
  #event-calendar-header #cal-month,
#event-calendar-footer #cal-month {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.8;
  }
}
@media (max-width: 767px) {
  #event-calendar-header #cal-month,
#event-calendar-footer #cal-month {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.8;
  }
}
#event-calendar-header #cal-month span,
#event-calendar-footer #cal-month span {
  font-weight: 400;
}

.is-schedule-detail #event-calendar-header #cal-month,
.is-schedule-detail #event-calendar-footer #cal-month {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.8;
}

@media (max-width: 767px) {
  .is-schedule-detail #event-calendar-header #cal-month,
.is-schedule-detail #event-calendar-footer #cal-month {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.8;
  }
}
#event-calendar-header #prev,
#event-calendar-header #next,
#event-calendar-footer #prev,
#event-calendar-footer #next {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.8;
  position: relative;
}

@media (max-width: 1023px) {
  #event-calendar-header #prev,
#event-calendar-header #next,
#event-calendar-footer #prev,
#event-calendar-footer #next {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.8;
  }
}
@media (max-width: 767px) {
  #event-calendar-header #prev,
#event-calendar-header #next,
#event-calendar-footer #prev,
#event-calendar-footer #next {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.8;
  }
}
#event-calendar-header #prev span,
#event-calendar-header #next span,
#event-calendar-footer #prev span,
#event-calendar-footer #next span {
  opacity: 0.6;
  cursor: pointer;
}

#event-calendar-header #prev span:hover,
#event-calendar-header #next span:hover,
#event-calendar-footer #prev span:hover,
#event-calendar-footer #next span:hover {
  opacity: 1;
}

#event-calendar-header #prev span:hover:after,
#event-calendar-header #next span:hover:after,
#event-calendar-footer #prev span:hover:after,
#event-calendar-footer #next span:hover:after {
  opacity: 1;
}

#event-calendar-header #prev span,
#event-calendar-header #next span,
#event-calendar-footer #prev span,
#event-calendar-footer #next span {
  display: none;
}

#event-calendar-header #prev span,
#event-calendar-footer #prev span {
  text-align: left;
  padding-left: 25px;
  position: relative;
  display: table;
}

#event-calendar-header #prev span:after,
#event-calendar-footer #prev span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  background-size: 20px;
  height: 20px;
  transform: translateY(-50%);
  background-image: url(../images/common/arrows_left.svg);
}

@media (max-width: 767px) {
  #event-calendar-header #prev span,
#event-calendar-footer #prev span {
    padding-left: 20px;
  }
}
#event-calendar-header #next span,
#event-calendar-footer #next span {
  text-align: right;
  padding-right: 25px;
  position: relative;
  display: table;
  margin-left: auto;
}

#event-calendar-header #next span:after,
#event-calendar-footer #next span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 20px;
  background-size: 20px;
  height: 20px;
  transform: translateY(-50%);
  background-image: url(../images/common/icon_arrow_right.svg);
  opacity: 0.6;
}

@media (max-width: 767px) {
  #event-calendar-header #next span,
#event-calendar-footer #next span {
    padding-right: 20px;
  }
}
#event-calendar {
  table-layout: fixed !important;
  width: 100%;
  display: block;
}

@media (max-width: 1023px) {
  #event-calendar {
    display: none;
  }
}
#event-calendar td.event {
  color: #111;
}

#event-calendar thead th {
  width: 14.28%;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 30px;
  border: 1px solid #606060;
  padding: 1px 0;
  text-align: center;
  background-color: #d5ba86;
  vertical-align: middle;
}

#event-calendar thead th.SAT {
  background-color: #4c74b0;
}

#event-calendar thead th.SUN {
  background-color: #e55088;
}

#event-calendar tbody td {
  width: 14.28%;
  position: relative;
  border: 1px solid #606060;
  word-break: break-all;
  text-align: left;
  vertical-align: top;
  padding: 20px 0;
  height: 100px;
  background: #fff;
}

#event-calendar tbody td .date {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  position: absolute;
  top: 15px;
  left: 15px;
  letter-spacing: -1px;
  color: #111;
  z-index: 10;
}

#event-calendar tbody td .date[href="#"] {
  cursor: default;
}

#event-calendar tbody td:nth-child(1) .date {
  color: #e55088;
}

#event-calendar tbody td:nth-child(7) .date {
  color: #4c74b0;
}

#event-calendar tbody td .cal-entry-box {
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: auto;
  overflow: hidden;
}

#event-calendar tbody td .cal-entry-box .cal-entry {
  width: 100%;
  width: 100%;
  height: 100%;
  float: left;
  padding: 0 15px;
  box-sizing: border-box;
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

#event-calendar tbody td .cal-entry-box .cal-entry a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

#event-calendar tbody td .cal-entry-box .cal-entry a:hover {
  opacity: 0.5;
}

#event-calendar tbody td .cal-entry-box .cal-entry a:hover .ttl {
  text-decoration: none;
}

#event-calendar tbody td .cal-entry-box .cal-entry .ttlbox {
  /*max-height: 6em;*/
  margin-bottom: 10px;
  margin-top: 15px;
  /*overflow: hidden;*/
}

#event-calendar tbody td .cal-entry-box .cal-entry .ttlbox span {
  display: table;
}

#event-calendar tbody td .cal-entry-box .cal-entry .ttl {
  font-size: 10px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-decoration: underline;
  margin-top: 7px;
}

#event-calendar tbody td .cal-entry-box .cal-entry .time {
  font-family: "mr-eaves-modern", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 7px;
}

#event-calendar tbody td .cal-entry-box .cal-entry .shop {
  font-size: 10px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  margin-top: 5px;
}

#event-calendar tbody td .cal-entry-box .cal-entry .brand {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.3;
  background: #fff000;
  padding: 2px 5px;
  display: inline-block !important;
  border-radius: 5px;
  color: #111;
}

#event-calendar tbody td .cal-entry-box .cal-entry .special {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.3;
  background: #00acee;
  padding: 2px 5px;
  display: inline-block !important;
  border-radius: 5px;
  color: #111;
}

#event-calendar-footer {
  padding: 50px 20px;
  border-left: solid 1px #efeeee;
  border-right: solid 1px #efeeee;
  border-bottom: solid 1px #efeeee;
  position: relative;
}

#event-calendar-footer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #111;
  opacity: 0.5;
}

@media (max-width: 767px) {
  #event-calendar-footer {
    padding: 30px 10px;
  }
}
#event-list {
  display: none;
  border-top: solid 1px #606060;
}

@media (max-width: 1023px) {
  #event-list {
    display: block;
  }
}
#event-list .tribe-events-othermonth {
  display: none;
}

#event-list .list-entry {
  border-left: solid 1px #606060;
  border-right: solid 1px #606060;
  border-bottom: solid 1px #606060;
  background: #fff;
}

#event-list .list-entry a {
  display: block;
}

#event-list .list-entry .date {
  display: block;
  padding-top: 15px;
}

#event-list .list-entry .date span {
  display: block;
  text-align: center;
}

#event-list .list-entry .date span.day {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
}

@media (max-width: 767px) {
  #event-list .list-entry .date span.day {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
  }
}
@media (max-width: 320px) {
  #event-list .list-entry .date span.day {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
  }
}
#event-list .list-entry .date span.dayofweek {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.3;
}

@media (max-width: 767px) {
  #event-list .list-entry .date span.dayofweek {
    font-size: 10px;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.3;
  }
}
#event-list .list-entry .txt-box {
  padding: 25px;
}

@media (max-width: 767px) {
  #event-list .list-entry .txt-box {
    padding: 15px;
  }
}
#event-list .list-entry .ttl {
  font-size: 10px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-decoration: underline;
  margin-top: 7px;
  margin-bottom: 7px;
}

#event-list .list-entry .time {
  font-family: "mr-eaves-modern", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 7px;
}

#event-list .list-entry .shop {
  font-size: 10px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
}

#event-list .list-entry .brand {
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.3;
  display: table;
  background: #fff000;
  padding: 2px 5px;
  border-radius: 10px;
  margin-top: 3px;
  margin-left: -2px;
  margin-bottom: 7px;
  color: #111;
}

#event-list .list-entry .special {
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.3;
  display: table;
  background: #00acee;
  padding: 2px 5px;
  border-radius: 10px;
  margin-top: 3px;
  margin-left: -2px;
  margin-bottom: 7px;
  color: #111;
}

#event-list .list-entry.FRI {
  border-left-color: #606060;
}

#event-list .list-entry.FRI .date {
  color: #111;
}

#event-list .list-entry.SAT {
  border-left-color: #4c74b0;
}

#event-list .list-entry.SAT .date {
  color: #111;
}

#event-list .list-entry.SUN {
  border-left-color: #e55088;
}

#event-list .list-entry.SUN .date {
  color: #111;
}

.event-list__col {
  box-sizing: border-box;
  flex: 0 0 auto;
}

.event-list__col--date {
  flex-basis: 20%;
  max-width: 20%;
  border-right: 1px solid #606060;
}

.event-list__col--text {
  flex-basis: 80%;
  max-width: 80%;
}

/*paragraph*/
.c-paragraph {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 1.6em;
  font-feature-settings: "palt";
  font-family: "source-han-sans-cjk-ja", "Yu Gothic", "游ゴシック体", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media (max-width: 767px) {
  .c-paragraph {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.c-paragraph--lg {
  font-size: 15px;
  font-size: 1.5rem;
  font-feature-settings: "palt";
}

@media (max-width: 767px) {
  .c-paragraph--lg {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media (min-width: 767px) {
  .c-paragraph--lg {
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  }
}
.c-paragraph--md {
  font-size: 14px;
  font-size: 1.4rem;
  font-feature-settings: "palt";
}

@media (max-width: 767px) {
  .c-paragraph--md {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media (min-width: 767px) {
  .c-paragraph--md {
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  }
}
.c-paragraph--sm {
  font-size: 13px;
  font-size: 1.3rem;
  font-feature-settings: "palt";
}

@media (max-width: 767px) {
  .c-paragraph--sm {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.c-paragraph--xs {
  font-size: 13px;
  font-size: 1.3rem;
  font-feature-settings: "palt";
}

@media (max-width: 767px) {
  .c-paragraph--xs {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 60px;
  height: 60px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

@media (max-width: 767px) {
  .slick-prev,
.slick-next {
    width: 55px;
    height: 55px;
  }
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 30px;
  background-image: url(../images/common/arrow.svg);
  background-size: cover;
  width: 60px;
  height: 60px;
  z-index: 11;
  transform: rotate(-180deg);
  margin-top: -50px;
}

@media (max-width: 767px) {
  .slick-prev {
    left: 10px;
    width: 55px;
    height: 55px;
  }
}
.p-index-special .slick-prev {
  margin-top: -25px;
  left: 0px;
}

.p-index-live .slick-prev {
  left: 0;
}

.p-meetsshop__slick .slick-prev {
  left: 0;
  margin-top: -75px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "";
}

[dir=rtl] .slick-prev:before {
  content: "";
}

.slick-next {
  right: 30px;
  background-image: url(../images/common/arrow.svg);
  background-size: cover;
  width: 60px;
  height: 60px;
  z-index: 11;
  margin-top: -25px;
}

@media (max-width: 767px) {
  .slick-next {
    right: 10px;
    width: 55px;
    height: 55px;
  }
}
.p-index-live .slick-next {
  right: 0;
}

@media (max-width: 767px) {
  .p-index-live .slick-next {
    right: 10px;
  }
}
.p-meetsshop__slick .slick-next {
  right: 0;
  margin-top: -50px;
}

@media (max-width: 767px) {
  .p-meetsshop__slick .slick-next {
    right: 10px;
    margin-top: -35px;
  }
}
.p-index-special .slick-next {
  right: 0;
  margin-top: 0px;
}

@media (max-width: 767px) {
  .p-index-special .slick-next {
    right: 10px;
    margin-top: -50px;
  }
}
[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "";
}

[dir=rtl] .slick-next:before {
  content: "";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: 0;
  display: flex;
  width: 100%;
  padding: 0;
  margin: 0;
  left: 50%;
  list-style: none;
  text-align: center;
  z-index: 1111;
  transform: translateX(-50%);
  justify-content: center;
}

@media (max-width: 767px) {
  .slick-dots {
    bottom: -15px;
  }
}
.p-meetsshop__slick .slick-dots {
  bottom: 20px;
}

.slick-dots li {
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

@media (max-width: 767px) {
  .slick-dots li {
    width: 8px;
    height: 8px;
  }
}
.slick-dots li button {
  display: block;
  width: 10px;
  height: 10px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  background: transparent;
  border: 0;
  outline: none;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .slick-dots li button {
    width: 8px;
    height: 8px;
  }
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  text-align: center;
  background: #3c93bf;
  opacity: 0.25;
  border-radius: 50%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.p-index-upcoming__slick .slick-dots li button:before {
  background: #fff;
}

.p-index-archive__slick .slick-dots li button:before {
  background: #fff;
}

@media (max-width: 767px) {
  .slick-dots li button:before {
    width: 8px;
    height: 8px;
  }
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: black;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-counter {
  position: absolute;
  bottom: 10px;
  left: 60px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  list-style: 0.2em;
  font-family: "mr-eaves-modern", sans-serif;
}

@media (max-width: 767px) {
  .slick-counter {
    left: 20px;
    bottom: -10px;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1;
  }
}
.slick-counter span {
  display: inline-block;
  vertical-align: middle;
}

.slick-counter .current {
  position: relative;
}

.slick-counter .border {
  width: 30px;
  height: 1px;
  background: #111;
  margin: 1px 10px 0;
}

@media (max-width: 767px) {
  .slick-counter .border {
    width: 20px;
    margin: 1px 5px 0;
  }
}
.c-button {
  display: table;
  margin: 0 auto;
  max-width: 300px;
}

.p-index-helloroo__special .c-button {
  margin: 0;
}

@media (max-width: 767px) {
  .p-contents-index .c-button {
    margin: 10px auto 0px;
  }
}
.c-button a {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.8;
  padding: 20px 80px;
  position: relative;
  transition: 0.5s;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border: 1px solid #111;
  background: #fff;
  z-index: 111;
}

@media (max-width: 767px) {
  .c-button a {
    padding: 15px 80px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.8;
  }
}
.c-button a span {
  position: relative;
  z-index: 11;
}

.c-button a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s;
  background: #fff;
}

.p-index-live .c-button a::after {
  background: #afe6ff;
}

.p-index-helloroom .c-button a::after {
  background: #fff;
}

.p-index-helloroo__special .c-button a::after {
  background: #fff;
}

.c-button a::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  background: #111;
  width: 100%;
  height: 100%;
  transition: 0.5s;
}

.c-button:hover a {
  color: #fff;
  transform: translate(5px, 5px);
}

.c-button:hover a::before {
  top: 0;
  left: 0;
}

.c-button:hover a::after {
  background: #111 !important;
}

.p-index-live .c-button {
  background: #effaff;
}

.c-button__text {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .c-button__text {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.8;
  }
}
.c-sort {
  padding: 0 120px 20px;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 30px;
  background: #fff;
}

.is-header-bg-show .c-sort {
  position: fixed;
  width: 100%;
  z-index: 111111;
  left: 0;
  top: 45px;
  padding: 20px 120px 20px;
}

.is-home .c-sort {
  position: static;
  background: none;
}

@media (max-width: 767px) {
  .c-sort {
    padding: 20px 20px 20px;
  }

  .is-header-bg-show .c-sort {
    position: fixed;
    width: 100%;
    z-index: 111111;
    left: 0;
    top: 37px;
    padding: 10px 20px 5px;
  }

  .is-home .c-sort {
    position: static !important;
    background: none;
    padding: 10px 0px 5px;
  }
}
@media (max-width: 767px) {
  .c-sort .l-row {
    margin-left: -5px;
    margin-right: -5px;
  }
}
.c-sort .l-col-sm-6 {
  position: relative;
}

@media (max-width: 767px) {
  .c-sort .l-col-sm-6 {
    padding: 0 5px;
  }
}
.c-sort .l-col-sm-6:after {
  content: "";
  position: absolute;
  top: 27px;
  right: 30px;
  width: 10px;
  height: 62px;
  background-image: url(../images/common/arrow_down.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.is-home .c-sort .l-col-sm-6:after {
  background-image: url(../images/common/arrow_down.png);
}

@media (max-width: 767px) {
  .c-sort .l-col-sm-6:after {
    height: 52px;
    top: 17px;
    right: 15px;
    width: 8px;
  }
}
.c-sort select {
  border-radius: 0;
  width: 100%;
  padding: 20px 20px;
  -webkit-appearance: none;
  appearance: none;
  /* デフォルトの矢印を非表示 */
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
  background: #fff;
  border: 1px solid #111;
}

@media (max-width: 767px) {
  .c-sort select {
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1;
    padding: 15px 13px;
  }
}
.c-sort option {
  padding-left: 10px;
  margin-bottom: 5px;
}

.c-sort option:first-child {
  padding-left: 0;
}

.c-sort__heading {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .c-sort__heading {
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 10px;
  }
}
.c-helloroom__image img {
  border-radius: 10px;
}

.c-helloroom__ttl {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .c-helloroom__ttl {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.5;
    margin: 15px 0 10px;
    text-align: center;
  }
}
.c-helloroom__lead {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .c-helloroom__lead {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.8;
    margin-bottom: 15px;
  }
}
.movie-content {
  position: relative;
  overflow: hidden;
  padding-bottom: 40px;
  margin-top: 0px;
}

.is-home .movie-content {
  margin-top: 0px;
}

@media (max-width: 767px) {
  .movie-content {
    margin-top: 20px;
  }

  .is-home .movie-content {
    margin-top: 0px;
  }
}
.movie-content__heading {
  font-family: "mr-eaves-modern", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .movie-content__heading {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 7px;
  }
}
.movie-content ul.xp_thumbnails {
  display: inherit;
  flex-wrap: inherit;
  white-space: nowrap;
  flex-direction: inherit;
  padding-bottom: 40px;
  align-items: center;
  list-style-type: none !important;
}

@media (max-width: 767px) {
  .movie-content ul.xp_thumbnails {
    margin-left: -38px;
    margin-right: -8px;
    padding: 0 30px 20px;
  }
}
.movie-content ul.xp_thumbnails li {
  display: inline-block;
  margin-right: 45px;
}

@media (max-width: 767px) {
  .movie-content ul.xp_thumbnails li {
    width: 45%;
    margin-right: 0px;
  }
}
.movie-content .xp_post {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

@media (max-width: 767px) {
  .movie-content .xp_post {
    padding: 0 8px 0 0;
  }
}
.movie-content .xp_thumbnail {
  width: 100%;
  border-radius: 5px;
}

.movie-content .xp_thumbnail_image {
  width: 100%;
}

.movie-content .xp_staff_info_card {
  display: block;
  position: relative;
  z-index: 111;
}

.movie-content .xp_staff_info_card div {
  width: 100%;
  text-align: center;
}

.movie-content .xp_staff_info_image {
  width: 55px !important;
  height: 55px !important;
  display: table;
  margin: -35px auto 15px;
}

.movie-content .xp_staff_info_name {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-family: "YuGothic", "Yu Gothic", "游ゴシック体", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.movie-content .xp_staff_info_name {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-family: "YuGothic", "Yu Gothic", "游ゴシック体", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  transform: translateY(20px);
}

.movie-content .xp_staff_info_business {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-family: "YuGothic", "Yu Gothic", "游ゴシック体", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-bottom: 5px;
  transform: translateY(-20px);
}

.movie-content .xp_staff_info_shop {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-family: "YuGothic", "Yu Gothic", "游ゴシック体", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: none;
}

.movie-scroll {
  position: absolute;
  bottom: 20px;
  right: 10px;
  animation: arrow 1.5s infinite linear;
  background: #111;
  padding: 10px 15px;
  border-radius: 20px;
}

@media (max-width: 767px) {
  .movie-scroll {
    bottom: 15px;
    right: 10px;
  }
}
.movie-scroll svg {
  height: 10px;
  width: auto;
  overflow: unset;
}

@media (max-width: 767px) {
  .movie-scroll svg {
    height: 8px;
  }
}
@keyframes arrow {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0px);
  }
}
.movie-content-all {
  position: relative;
  overflow: hidden;
  margin-top: 0px;
  padding-bottom: 60px;
}

@media (max-width: 767px) {
  .movie-content-all {
    margin-top: 20px;
    padding-bottom: 30px;
  }
}
.movie-content-all__heading {
  font-family: "mr-eaves-modern", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .movie-content-all__heading {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 7px;
  }
}
.movie-content-all ul.xp_thumbnails {
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
  flex: 0 1 auto;
  flex-wrap: wrap;
  list-style-type: none !important;
}

.movie-content-all ul.xp_thumbnails li {
  width: 14.285%;
}

@media (max-width: 767px) {
  .movie-content-all ul.xp_thumbnails li {
    width: 33.333%;
  }
}
.movie-content-all .xp_post {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 30px;
  padding: 0 10px;
}

.movie-content-all .xp_thumbnail {
  width: 100%;
  background: #e6e6e6;
}

.movie-content-all .xp_thumbnail_image {
  width: 100%;
}

.movie-content-all .xp_staff_info_card {
  display: block;
  position: relative;
  z-index: 111;
}

.movie-content-all .xp_staff_info_card div {
  width: 100%;
  text-align: center;
}

.movie-content-all .xp_staff_info_image {
  width: 55px !important;
  height: 55px !important;
  display: table;
  margin: -35px auto 15px;
  border: 1px solid #111;
}

@media (max-width: 767px) {
  .movie-content-all .xp_staff_info_image {
    width: 45px !important;
    height: 45px !important;
    margin: -30px auto 15px;
  }
}
.movie-content-all .xp_staff_info_name {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-family: "YuGothic", "Yu Gothic", "游ゴシック体", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  transform: translateY(20px);
}

@media (max-width: 767px) {
  .movie-content-all .xp_staff_info_name {
    font-size: 10px;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
  }
}
.movie-content-all .xp_staff_info_business {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-family: "YuGothic", "Yu Gothic", "游ゴシック体", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  transform: translateY(-15px);
}

@media (max-width: 767px) {
  .movie-content-all .xp_staff_info_business {
    font-size: 10px;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.2;
  }
}
.movie-content-all .xp_staff_info_shop {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-family: "YuGothic", "Yu Gothic", "游ゴシック体", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: none;
}

@media (max-width: 767px) {
  .movie-content-all .xp_staff_info_shop {
    font-size: 10px;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.2;
  }
}
.c-breadcrumbs {
  margin: 0 auto;
  padding: 20px 120px 20px;
}

@media (max-width: 767px) {
  .c-breadcrumbs {
    padding: 20px 20px 20px;
  }
}
.c-breadcrumbs__list {
  display: flex;
  align-items: center;
}

.c-breadcrumbs__list a {
  opacity: 0.2;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.3;
}

.c-breadcrumbs__list a.is-current {
  color: #0195c5;
  opacity: 1;
}

@media (max-width: 767px) {
  .c-breadcrumbs__list {
    display: block;
    white-space: nowrap;
    overflow: scroll;
  }

  .c-breadcrumbs__item {
    display: inline-block;
  }

  .c-breadcrumbs__list a {
    font-size: 10px;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.3;
  }
}
.c-breadcrumbs__list span {
  margin-right: 5px;
}

.c-breadcrumbs__list span:before {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.3;
}

/* ---------------------------------------------------------

Project

--------------------------------------------------------- */
.p-index-kv {
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding-top: 120px;
  background-size: cover;
  background-position: center center;
  position: relative;
  padding: 180px 0 90px;
}
.p-index-kv:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00acee;
  content: "";
  z-index: -1;
  opacity: 0;
}
@media (max-width: 767px) {
  .p-index-kv:before {
    opacity: 0;
  }
}

@media (max-width: 767px) {
  .p-index-kv {
    padding: 120px 0 50px;
    position: relative;
    z-index: 11;
  }
}
.p-index__heading {
  font-size: 5vw;
  font-weight: 700;
  line-height: 1.3;
  font-family: "mr-eaves-modern", sans-serif;
}

.p-index__heading img {
  width: 600px;
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .p-index__heading img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .p-index__heading {
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1.3;
  }
}
.p-index__heading-2 {
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.3;
  position: relative;
  display: table;
}

@media (max-width: 767px) {
  .p-index__heading-2 {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.3;
  }
}
.p-index__copy {
  font-size: 1.2vw;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .p-index__copy {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 15px;
  }
}
.p-index__heading-icon {
  position: absolute;
  top: 50%;
  right: -90px;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .p-index__heading-icon {
    right: -45px;
    margin-top: -3px;
  }
}
.p-index__heading-icon img {
  width: 80px;
}

@media (max-width: 767px) {
  .p-index__heading-icon img {
    width: 40px;
  }
}
.p-index-calendar {
  padding-top: 40px;
  max-width: 1200px;
  margin: 40px auto;
  position: relative;
}

@media (max-width: 767px) {
  .p-index-calendar {
    padding-top: 30px;
    margin: 20px auto;
  }
}
.p-index-calendar:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e6e6e6;
}

.p-index-helloroom {
  padding: 80px 120px 80px;
  background: #f2f2f2;
  position: relative;
  z-index: 11;
}

@media (max-width: 1023px) {
  .p-index-helloroom {
    padding: 80px 60px 80px;
  }
}
@media (max-width: 767px) {
  .p-index-helloroom {
    padding: 40px 20px 40px;
  }
}
.p-index-helloroom__body {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 767px) {
  .p-index-helloroom__body {
    margin: -15px auto 0;
  }
}
.p-index-helloroom__special {
  padding: 0px 80px 30px;
  margin-bottom: 0px;
}

@media (max-width: 767px) {
  .p-index-helloroom__special {
    padding: 10px 0px 50px;
    margin-bottom: 0px;
  }
}
.p-index-special {
  padding: 80px 120px 80px;
  background: #fffdea;
}

@media (max-width: 1023px) {
  .p-index-special {
    padding: 80px 60px 80px;
  }
}
@media (max-width: 767px) {
  .p-index-special {
    padding: 20px 20px 40px;
  }
}
.p-index-special__body {
  max-width: 1440px;
  margin: 0 auto;
}

@media (max-width: 1440px) {
  .p-index-special__body {
    max-width: 1200px;
  }
}
.p-index-special__slick {
  margin-top: 20px;
  margin-left: -20px;
  margin-right: -20px;
  padding-bottom: 30px;
}

.p-index-special__slick .slick-list {
  overflow: visible;
}

@media (max-width: 767px) {
  .p-index-special__slick .slick-list {
    padding-right: 60px;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .p-index-special__slick {
    margin-top: 0px;
    margin-left: 0px;
    padding-bottom: 0px;
    margin-right: -10px;
  }

  .p-index-special__slick .slick-prev {
    display: none !important;
  }
}
.p-index-special__slick-item {
  position: relative;
  padding: 0 20px;
  opacity: 0.4;
  transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .p-index-special__slick-item {
    padding-right: 20px;
    padding-left: 0;
  }
}
.p-index-special__slick-item img {
  border-radius: 18px;
  margin-bottom: 20px;
}

.p-index-special__slick-item:hover {
  opacity: 0.7 !important;
}

.p-index-special__slick-item a:hover .c-icon-movie {
  opacity: 0;
}

.p-index-special__slick-item.slick-active {
  opacity: 1;
}

.p-index-special__slick-image {
  position: relative;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .p-index-special__slick-image {
    margin-bottom: 5px;
  }
}
.p-index-special__heading {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.3;
}

@media (max-width: 767px) {
  .p-index-special__heading {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.3;
    padding-top: 15px;
    margin-bottom: 10px;
  }
}
.p-index-special__lead {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
}

@media (max-width: 767px) {
  .p-index-special__lead {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.8;
  }
}
.p-index-special__movie {
  margin-top: 60px;
  position: relative;
  z-index: 1;
  padding: 60px 0 0;
  border-top: 1px solid #e6e6e6;
}

.p-index-special__movie .c-icon-tag {
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .p-index-special__movie {
    padding: 30px 0 0;
    margin-top: 30px;
  }
}
.p-index-special__movie-heading {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: center;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .p-index-special__movie-heading {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.5;
    margin-top: 0px;
  }
}
.p-index-special__movie-logo {
  position: relative;
  z-index: 1;
}

.p-index-special__movie-logo img {
  width: 140px;
  display: table;
  margin: 0 auto 30px;
}

@media (max-width: 767px) {
  .p-index-special__movie-logo img {
    width: 120px;
    margin: 0 auto 20px;
  }
}
.p-index-special__movie-iframe {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.p-index-special__movie-iframe iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.p-index-special__movie-ttl {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: center;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .p-index-special__movie-ttl {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.5;
    margin-top: 10px;
    margin-bottom: 30px;
  }
}
.p-index-special__movie-lead {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .p-index-special__movie-lead {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.8;
    margin-bottom: 35px;
  }
}
.p-indx-sns {
  padding: 100px 120px 100px;
  background: #fff;
}

@media (max-width: 1023px) {
  .p-indx-sns {
    padding: 100px 60px 100px;
  }
}
@media (max-width: 767px) {
  .p-indx-sns {
    padding: 40px 20px;
  }
}
.p-indx-sns__body {
  max-width: 1200px;
  margin: 0 auto;
}

.p-index-sns__group {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .p-index-sns__group {
    margin-top: 15px;
  }
}
.p-index-sns__ttl {
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 60px;
  text-align: center;
}

@media (max-width: 767px) {
  .p-index-sns__ttl {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 40px;
  }
}
.p-index-sns__button {
  position: relative;
  border: 1px solid #e6e6e6;
  border-radius: 100px;
  background: #fff;
  transition: 0.5s;
}

.p-index-sns__button:hover {
  background: #111;
  border: 1px solid #111;
}

.p-index-sns__button:hover a {
  color: #fff;
}

.p-index-sns__lalaport-insta .p-index-sns__button {
  height: 80px;
}

@media (max-width: 767px) {
  .p-index-sns__lalaport-insta .p-index-sns__button {
    height: 60px;
  }
}
.p-index-sns__lalaport-insta .p-index-sns__button a {
  height: 80px;
}

@media (max-width: 767px) {
  .p-index-sns__lalaport-insta .p-index-sns__button a {
    height: 60px;
  }
}
.p-index-sns__button a {
  display: block;
  transition: 0.5s;
  z-index: 11;
  height: 70px;
}

@media (max-width: 767px) {
  .p-index-sns__button a {
    height: 45px;
  }
}
.p-index-sns__button--insta {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .p-index-sns__button--insta {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .p-index-sns__button--web a {
    height: 60px;
  }
}
.p-index-sns__button-frame {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.p-index-sns__logo {
  display: table;
  margin: 0 auto 40px;
}

@media (max-width: 767px) {
  .p-index-sns__logo {
    margin: 0 auto 15px;
  }

  .p-index-sns__lalaport .p-index-sns__logo img {
    width: 122px;
  }

  .p-index-sns__lazona .p-index-sns__logo img {
    width: 100px;
  }

  .p-index-sns__divercity .p-index-sns__logo img {
    width: 99px;
  }

  .p-index-sns__vivit .p-index-sns__logo img {
    width: 80px;
  }
}
.p-index-sns__heading {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .p-index-sns__heading {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 20px;
  }
}
.p-index-sns__button-icon {
  display: inline-block;
  vertical-align: middle;
}

.p-index-sns__button-icon:before {
  font-size: 20px;
}

@media (max-width: 767px) {
  .p-index-sns__button-icon:before {
    font-size: 14px;
  }
}
.p-index-sns__lalaport-insta .p-index-sns__button-icon:before {
  font-size: 40px;
}

@media (max-width: 767px) {
  .p-index-sns__lalaport-insta .p-index-sns__button-icon:before {
    font-size: 26px;
  }
}
.p-index-sns__button-icon.c-icon-instagram {
  background: linear-gradient(135deg, #427eff 0%, #f13f79 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.p-index-sns__button-icon.c-icon-instagram:before {
  font-size: 40px;
}

@media (max-width: 767px) {
  .p-index-sns__button-icon.c-icon-instagram:before {
    font-size: 26px;
  }
}
.p-index-sns__button-textarea {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  margin-left: 5px;
}

.p-index-sns__button-text {
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .p-index-sns__button-text {
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.5;
  }
}
.p-index-sns__lalaport-insta .p-index-sns__button-text {
  font-family: "YuGothic", "Yu Gothic", "游ゴシック体", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .p-index-sns__lalaport-insta .p-index-sns__button-text {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.5;
  }
}
.p-index-sns__button--insta .p-index-sns__button-text {
  font-family: "YuGothic", "Yu Gothic", "游ゴシック体", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}

@media (max-width: 767px) {
  .p-index-sns__button--insta .p-index-sns__button-text {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.5;
  }
}
.p-index-sns__button--web .p-index-sns__button-text {
  font-family: "YuGothic", "Yu Gothic", "游ゴシック体", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}

@media (max-width: 767px) {
  .p-index-sns__button--web .p-index-sns__button-text {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.5;
  }
}
.p-index-sns__button-url {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  font-family: "mr-eaves-modern", sans-serif;
}

@media (max-width: 767px) {
  .p-index-sns__button-url {
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1;
  }
}
.p-index-sns__instalist {
  margin-top: 40px;
}

.p-index-sns__insta-heading {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.8;
  text-decoration: underline;
}

.p-index-sns__instaimage {
  background: #ccc;
  height: 300px;
  margin: 25px 0 50px;
  line-height: 300px;
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

@media (max-width: 767px) {
  .p-index-sns__instaimage {
    margin: 20px 0 30px;
  }
}
.p-index-sns__item {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .p-index-sns__item {
    margin-bottom: 15px;
  }
}
.p-index-sns__content {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #e6e6e6;
}

@media (max-width: 767px) {
  .p-index-sns__content {
    padding-bottom: 25px;
    margin-bottom: 40px;
  }
}
.p-index-sns__content:last-child {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

@media (max-width: 767px) {
  .p-index-sns__item--1 {
    margin-left: 25%;
  }
}
.p-helloroom {
  margin-top: 120px;
}

@media (max-width: 767px) {
  .p-helloroom {
    margin-top: 90px;
  }
}
.p-helloroom-movie {
  padding: 260px 120px 0px;
  margin-top: -260px;
}

@media (max-width: 767px) {
  .p-helloroom-movie {
    padding: 180px 20px 0px;
    margin-top: -180px;
  }
}
.p-helloroom__heading {
  font-size: 50px;
  font-size: 5rem;
  font-weight: 600;
  line-height: 1;
  font-family: "mr-eaves-modern", sans-serif;
  text-align: center;
  padding: 0 120px 20px;
}

@media (max-width: 767px) {
  .p-helloroom__heading {
    font-size: 30px;
    font-size: 3rem;
    font-weight: 600;
    line-height: 1;
    padding: 0 20px 15px;
  }
}
.p-helloroom__lead {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  font-family: "mr-eaves-modern", sans-serif;
  text-align: center;
  padding: 0 120px 30px;
}

@media (max-width: 767px) {
  .p-helloroom__lead {
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.8;
    padding: 0 20px 30px;
  }
}
.p-helloroom-special {
  padding: 60px 120px 100px;
  background: #f2f2f2;
}

@media (max-width: 767px) {
  .p-helloroom-special {
    padding: 30px 20px 40px;
  }
}
.p-helloroom-special__inner {
  background: #fff;
  padding: 60px 80px;
}

@media (max-width: 767px) {
  .p-helloroom-special__inner {
    padding: 30px 20px 40px;
  }
}
.special__ttlbox {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 40px;
  background: #fff;
  max-width: 735px;
  width: 735px;
  display: flex;
  padding: 15px 25px;
  align-items: center;
}

@media (max-width: 767px) {
  .special__ttlbox {
    width: calc(100% - 40px);
    display: block;
    padding: 15px 10px;
    position: static;
    transform: translate(20px, -15px);
  }
}
.speciel__ttl {
  width: calc(100% - 155px);
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .speciel__ttl {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.4;
    width: calc(100% - 0px);
    text-align: center;
    margin-bottom: 5px;
  }
}
.speciel__ttl p {
  padding-right: 25px;
}

@media (max-width: 767px) {
  .speciel__ttl p {
    padding-right: 0;
  }
}
.speciel__ttl span {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .speciel__ttl span {
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.4;
  }
}
.special__season {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  font-family: "mr-eaves-modern", sans-serif;
  position: relative;
  padding-left: 30px;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .special__season {
    padding-left: 0px;
    font-size: 10px;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
  }
}
.special__season:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: #111;
}

@media (max-width: 767px) {
  .special__season:after {
    content: none;
  }
}
.special__season span {
  display: block;
  border: 1px solid #111;
  border-radius: 30px;
  padding: 7px 23px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .special__season span {
    display: table;
    padding: 4px 15px;
  }
}
.special-contents-kv__inner {
  max-width: 960px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .special-contents-kv__inner {
    padding: 0 20px;
  }
}
.special-contents-kv__heading {
  font-family: "mr-eaves-modern", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 20px;
  text-align: center;
}

@media (max-width: 767px) {
  .special-contents-kv__heading {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 7px;
  }
}
.special-contents-kv__image {
  position: relative;
  padding-top: 20px;
}

.special-contents-kv__lead {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  font-family: "YuGothic", "Yu Gothic", "游ゴシック体", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .special-contents-kv__lead {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.8;
    margin-top: 0px;
  }
}
.pickup {
  padding: 80px 0 0;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .pickup {
    padding: 50px 0 0;
  }
}
.pickup__inner {
  max-width: 960px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .pickup__inner {
    padding: 0 20px;
  }
}
.pickup__ttl {
  position: relative;
  font-family: "mr-eaves-modern", sans-serif;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  .pickup__ttl {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 40px;
  }
}
.pickup__ttl:after {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #e6e6e6;
  content: "";
  width: 100%;
  height: 1px;
}

.pickup__ttl span {
  display: table;
  background: #fff;
  padding-right: 20px;
  z-index: 1;
  position: relative;
}

.pickup__item {
  padding: 100px 0;
  position: relative;
}

.pickup__item:after {
  content: "";
  width: 3000px;
  height: 100%;
  background: #ffffc7;
  position: absolute;
  bottom: 0;
  left: -50%;
}

@media (max-width: 767px) {
  .pickup__item {
    padding: 60px 0;
  }
}
.pickup__item:nth-child(even):after {
  background: #c8d382;
}

.pickup__item:nth-child(even) .pickup__movie-inner {
  padding-right: 30px;
  padding-left: 0;
}

@media (max-width: 767px) {
  .pickup__item:nth-child(even) .pickup__movie-inner {
    padding-right: 0px;
  }
}
.pickup__item:nth-child(even) .pickup__tag {
  right: 0;
  left: inherit;
}

@media (max-width: 767px) {
  .pickup__item:nth-child(even) .pickup__tag {
    right: -5px;
  }
}
.pickup__movie-inner {
  padding-left: 30px;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .pickup__movie-inner {
    padding-left: 0px;
    margin-bottom: 35px;
    padding: 0 20px;
  }
}
.pickup__movie-inner video {
  border-radius: 10px;
}

.pickup__tag {
  font-family: "mr-eaves-modern", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  writing-mode: vertical-lr;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
}

@media (max-width: 767px) {
  .pickup__tag {
    font-size: 10px;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
    left: -5px;
  }
}
.pickup__icon {
  font-family: "mr-eaves-modern", sans-serif;
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
}

.pickup__icon:after {
  content: "";
  width: 25px;
  height: 1px;
  background: #111;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.pickup__icon span {
  display: block;
}

.pickup__icon-cat {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 5px;
}

.pickup__icon-num {
  font-size: 60px;
  font-size: 6rem;
  font-weight: 600;
  line-height: 1;
}

.pickup__shop {
  text-align: center;
  font-family: "YuGothic", "Yu Gothic", "游ゴシック体", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 1;
}

.pickup__brand {
  text-align: center;
  font-family: "YuGothic", "Yu Gothic", "游ゴシック体", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin: 5px 0 25px;
  position: relative;
  z-index: 1;
}

.pickup__text {
  font-family: "YuGothic", "Yu Gothic", "游ゴシック体", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
  position: relative;
  z-index: 1;
}

.pickup__credit {
  font-family: "YuGothic", "Yu Gothic", "游ゴシック体", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 20px;
  position: relative;
  z-index: 1;
}

.topic-movie {
  padding: 0 120px;
  max-width: 1440px;
  margin: 0 auto;
}

/* ---------------------------------------------------------

Utility

--------------------------------------------------------- */
.u-sp-block {
  display: none !important;
}

@media (max-width: 767px) {
  .u-sp-block {
    display: block !important;
  }
}
.u-pc-block {
  display: block !important;
}

@media (max-width: 767px) {
  .u-pc-block {
    display: none !important;
  }
}
.u-sp-inline {
  display: none !important;
}

@media (max-width: 767px) {
  .u-sp-inline {
    display: inline !important;
  }
}
.u-pc-inline {
  display: inline !important;
}

@media (max-width: 767px) {
  .u-pc-inline {
    display: none !important;
  }
}
.u-img-responsive {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.p-index-movie__slick {
  margin-top: 20px;
  margin-left: -20px;
  margin-right: -20px;
  padding-bottom: 30px;
}

.p-index-movie__slick .slick-list {
  overflow: visible;
}

@media (max-width: 767px) {
  .p-index-movie__slick .slick-list {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .p-index-movie__slick {
    margin-top: 0px;
    margin-left: -10px;
    padding-bottom: 0px;
    margin-right: -10px;
  }

  .p-index-movie__slick .slick-prev {
    display: none !important;
  }
}
.p-index-movie__slick-item {
  position: relative;
  padding: 0 20px;
  opacity: 0.4;
  transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .p-index-movie__slick-item {
    padding: 0 10px;
    opacity: 0.2;
  }
}
.p-index-movie__slick-item img {
  margin-bottom: 20px;
}

.p-index-movie__slick-item:hover {
  opacity: 0.7 !important;
}

.p-index-movie__slick-item a:hover .c-icon-movie {
  opacity: 0;
}

.p-index-movie__slick-item.slick-active {
  opacity: 1;
}

.p-index-movie__slick-image {
  position: relative;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .p-index-movie__slick-image {
    margin-bottom: 5px;
  }
}
.swiper-container-wrapper {
  transition: background-color 0.5s ease;
  padding: 40px;
}

.event-card {
  background: white;
  border-radius: 16px;
  overflow: hidden;
  width: 23vw;
  margin: auto;
  position: relative;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

@media (max-width: 767px) {
  .event-card {
    width: 300px;
    margin-top: 40px;
  }
}
.event-card img {
  width: 100%;
  display: block;
}

.event-date {
  position: absolute;
  bottom: 12px;
  left: 12px;
  background: #fff;
  color: #111;
  font-weight: bold;
  padding: 6px 12px;
  border-radius: 8px;
  font-size: 16px;
}

.p-index-kv__body {
  width: 100%;
  position: relative;
}

.event-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.2);
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-position: center center !important;
  filter: blur(10px);
}

.event-bg--1:after {
  background: #ef8377;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  mix-blend-mode: darken;
}

.p-index-kv__ttl {
  z-index: 111;
  color: #fff;
  text-align: center;
  display: table;
  margin: 0 auto;
}

.info-block {
  background: #fff;
  color: #111;
  padding: 20px;
  border-radius: 8px;
  line-height: 1.5;
  width: 25vw;
  max-width: 400px;
}

.info-header {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1.5vw;
  margin-bottom: 12px;
  border-bottom: 1px solid #444;
  padding-bottom: 8px;
  font-weight: 600;
}

.info-header small {
  font-size: 0.8vw;
}

.info-header .time {
  font-size: 1vw;
  padding-left: 10px;
  margin-left: 5px;
  border-left: 1px solid #e5e5e5;
}

@media (max-width: 767px) {
  .info-header .time {
    font-size: 10px;
    padding-left: 7px;
    margin-left: 0px;
  }
}
.info-header .badge {
  background-color: #00b5b5;
  color: white;
  padding: 4px 10px;
  font-size: 0.8vw;
  border-radius: 4px;
  font-weight: bold;
  margin-left: auto;
  font-family: "mr-eaves-modern", sans-serif;
}

.info-title {
  font-size: 1vw;
  font-weight: bold;
  margin-bottom: 4px;
}

.info-desc {
  font-size: 14px;
}

.event-text {
  position: absolute;
  top: 50%;
  right: 10vw;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .event-text {
    display: none;
  }
}
.p-index-kv__place {
  position: relative;
  margin-top: 15px;
}

@media (max-width: 767px) {
  .p-index-kv__place {
    margin-bottom: 15px;
  }
}
.p-index-kv__place:after {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  height: 1px;
  background: #e5e5e5;
  top: 6px;
}

@media (max-width: 767px) {
  .p-index-kv__place:after {
    top: 5px;
  }
}
.p-index-kv__place span {
  font-family: "mr-eaves-modern", sans-serif;
  background: #fff;
  font-size: 1vw;
  font-weight: 600;
  display: table;
  padding-right: 10px;
  z-index: 1;
  position: relative;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .p-index-kv__place span {
    font-size: 10px;
    padding-right: 7px;
  }
}
.p-index-kv__place p {
  font-size: 0.8vw;
}

@media (max-width: 767px) {
  .p-index-kv__place p {
    font-size: 10px;
  }
}
.swiper-pagination {
  position: absolute;
  bottom: 30px !important;
}

.swiper-pagination-bullet {
  background-color: #fff !important;
}

.p-index-schedule {
  padding: 120px 0 0;
  background: #effaff;
  position: relative;
  z-index: 11;
}

@media (max-width: 767px) {
  .p-index-schedule {
    padding: 50px 0 0;
  }
}
.p-index-schedule__body .p-index__heading-img {
  margin: 0 auto;
}
@media (max-width: 767px) {
  .p-index-schedule__body .p-index__heading-img {
    padding: 0 20px 10px;
  }
}

.p-index__heading-img img {
  width: 760px;
  margin: 0 auto;
  padding: 0 50px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .p-index__heading-img img {
    width: 100%;
    padding: 0;
    margin-bottom: 0px;
  }
}

.p-index-schedule__inner {
  max-width: 1272px;
  margin: 0 auto;
  display: flex;
}

@media (max-width: 1272px) {
  .p-index-schedule__inner {
    padding: 0 50px;
  }
}
@media (max-width: 767px) {
  .p-index-schedule__inner {
    padding: 0 20px 0 20px;
    display: block;
    position: relative;
  }

  .p-index-schedule__inner:after {
    content: "";
    width: calc(100% - 60px);
    height: 1px;
    background: #111;
    opacity: 0.2;
    position: absolute;
    bottom: 4px;
    left: 30px;
  }
}
.p-index-schedule__ttl {
  position: sticky;
  top: 160px;
  width: 36%;
  height: 100%;
}

@media (max-width: 767px) {
  .p-index-schedule__ttl {
    width: 100%;
    position: relative;
    top: 0;
    margin-bottom: 30px;
  }
}
.p-index-kv__ttl .p-index-kv__heading img {
  width: 300px;
}

@media (max-width: 767px) {
  .p-index-kv__ttl .p-index-kv__heading img {
    width: 180px;
  }
}
.p-index-kv__ttl .p-index-kv__copy {
  font-size: 1vw;
  line-height: 1.6;
  font-weight: 600;
}
.p-index-kv__ttl .p-index-kv__copy span {
  display: block;
  background: rgba(0, 172, 238, 0.5);
  padding: 3px 10px;
}

@media (max-width: 767px) {
  .p-index-kv__ttl .p-index-kv__copy {
    font-size: 12px;
  }
}
.p-index-schedule__ttl .p-index__heading {
  font-size: 4vw;
}

@media (max-width: 767px) {
  .p-index-schedule__ttl .p-index__heading {
    font-size: 30px;
  }
}
.p-index-schedule__ttl .p-index__copy {
  font-size: 0.8vw;
}

@media (max-width: 767px) {
  .p-index-schedule__ttl .p-index__copy {
    font-size: 12px;
  }
}
.p-index-schedule__list {
  width: 64%;
}

@media (max-width: 767px) {
  .p-index-schedule__list {
    width: 100%;
    overflow-x: scroll;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
.p-index-schedule__list::-webkit-scrollbar {
  height: 8px;
  background: linear-gradient(180deg, rgba(17, 17, 17, 0) 48%, rgba(17, 17, 17, 0.1966036415) 50%, rgba(17, 17, 17, 0) 52%);
}

.p-index-schedule__list::-webkit-scrollbar-thumb {
  background-color: #111111;
  border-radius: 5px;
  margin-top: 0px;
}

.p-index-schedule__item {
  border-radius: 10px;
  background: #fff;
  border: 1px solid #e5e5e5;
  padding: 40px 30px 20px;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .p-index-schedule__item {
    width: 220px;
    display: inline-block;
    padding: 20px 15px 10px;
    margin-bottom: 0;
    margin-right: 10px;
  }
}
.p-index-schedule__item:last-child {
  margin-bottom: 0;
}

.p-index-schedule__content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 25px;
}

@media (max-width: 767px) {
  .p-index-schedule__content {
    display: block;
  }
}
.p-index-schedule__img {
  width: 28%;
  overflow: hidden;
  flex: 1 1 calc(28% - 25px);
}

.p-index-schedule__text {
  flex: 1 1 calc(72% - 25px);
}

@media (max-width: 767px) {
  .p-index-schedule__img {
    width: 100%;
  }
}
.p-index-schedule__img img {
  border-radius: 10px;
}

.p-index-schedule__date {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9vw;
  margin-bottom: 12px;
  border-bottom: 1px solid #444;
  padding-bottom: 8px;
  font-weight: 600;
  width: 100%;
}

.p-index-schedule__date .date {
  font-size: 2vw;
}

@media (max-width: 767px) {
  .p-index-schedule__date .date {
    font-size: 16px;
  }
}
.p-index-schedule__date .date small {
  font-size: 0.8vw;
}

@media (max-width: 767px) {
  .p-index-schedule__date .date small {
    font-size: 10px;
  }
}
.p-index-schedule__date .time {
  font-size: 1.1vw;
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid #e5e5e5;
}

@media (max-width: 767px) {
  .p-index-schedule__date .time {
    font-size: 10px;
    padding-left: 7px;
    margin-left: 0px;
  }
}
.p-index-schedule__date .badge {
  background-color: #00b5b5;
  color: white;
  padding: 4px 10px;
  font-size: 0.8vw;
  border-radius: 4px;
  font-weight: bold;
  font-family: "mr-eaves-modern", sans-serif;
  margin-left: auto;
}

@media (max-width: 767px) {
  .p-index-schedule__date .badge {
    font-size: 10px;
    padding: 4px 4px;
  }
}
.p-index-schedule__title {
  font-size: 15px;
  line-height: 1.6;
  font-weight: 600;
  margin: 0px 0 20px;
}
@media (max-width: 1512px) {
  .p-index-schedule__title {
    font-size: 1vw;
  }
}

@media (max-width: 767px) {
  .p-index-schedule__title {
    font-size: 12px;
    white-space: wrap;
    margin: 20px 0 15px;
  }
}
.p-index-schedule__place {
  position: relative;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .p-index-schedule__place {
    margin-bottom: 12px;
  }
}
.p-index-schedule__place:after {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  height: 1px;
  background: #e5e5e5;
  top: 6px;
}

@media (max-width: 767px) {
  .p-index-schedule__place:after {
    top: 5px;
  }
}
.p-index-schedule__place span {
  font-family: "mr-eaves-modern", sans-serif;
  background: #fff;
  font-size: 15px;
  font-weight: 600;
  display: table;
  padding-right: 10px;
  z-index: 1;
  position: relative;
  margin-bottom: 10px;
}
@media (max-width: 1512px) {
  .p-index-schedule__place span {
    font-size: 1vw;
  }
}

@media (max-width: 767px) {
  .p-index-schedule__place span {
    font-size: 10px;
    padding-right: 7px;
    margin-bottom: 5px;
  }
}
.p-index-schedule__place p {
  font-size: 12px;
}
@media (max-width: 1512px) {
  .p-index-schedule__place p {
    font-size: 0.8vw;
  }
}

@media (max-width: 767px) {
  .p-index-schedule__place p {
    font-size: 10px;
    line-height: 1.4;
  }
}
.p-index-schedule__btn a {
  background: #ffff;
  width: 25vw;
  display: flex;
  align-items: center;
  font-size: min(30px, 2vw);
  gap: 10px;
  padding: 30px 15px;
  border-radius: 10px;
  font-weight: 600;
  line-height: 1.3;
  max-width: 380px;
  min-width: 230px;
  justify-content: center;
  margin: 0 auto;
  color: #fff;
  transition: 0.5s;
}

.p-index-schedule__btn--1 a {
  background: linear-gradient(139deg, #427eff 8.2%, #f13f79 69.28%);
}
.p-index-schedule__btn--2 a {
  background-size: cover;
  color: #000;
}

.p-index-sns__button-icon.c-icon-instagram {
  background: linear-gradient(135deg, #fff 0%, #fff 60%);
  -webkit-background-clip: text;
}

.p-index-schedule__btn a:hover {
  opacity: 0.5;
}

@media (max-width: 767px) {
  .p-index-schedule__btn a {
    margin: 0 auto;
    width: calc(100% - 60px);
    font-size: 15px;
    justify-content: center;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .p-index-schedule__btn a div:before {
    font-size: 40px !important;
  }
}
.p-index-archive {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .p-index-archive {
    margin-top: 40px;
  }
}

.p-index-archive__ttl {
  font-size: 1.2vw;
  font-weight: 700;
  line-height: 1.3;
  display: table;
  margin: 30px auto 10px;
}

@media (max-width: 767px) {
  .p-index-archive__ttl {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .p-index-archive__ttl--2 {
    border-top: 1px solid #fff;
    padding-top: 30px;
  }
}
.p-index-archive__caption {
  font-size: 0.8vw;
  font-weight: 700;
  line-height: 1.3;
  display: table;
  margin: 10px auto;
}

@media (max-width: 767px) {
  .p-index-archive__caption {
    font-size: 12px;
  }
}
.p-index-sns__button-icon--2 {
  width: 40px;
}

.p-index-archive__btn {
  display: table;
  margin: 30px auto;
}

.p-index-archive__btn a {
  display: flex;
  align-items: center;
  font-size: 1vw;
  gap: 10px;
  padding: 15px 15px;
  border-radius: 10px;
  font-weight: 600;
  line-height: 1.3;
}

.p-index-archive__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

@media (max-width: 767px) {
  .p-index-archive__list {
    margin-top: 30px;
    border-bottom: none;
  }
}
.p-index-archive__item {
  width: 25%;
  padding: 3.9vw;
  border-left: 1px solid #e5e5e5;
}

@media (max-width: 767px) {
  .p-index-archive__item {
    width: 50%;
    padding: 20px 15px;
    border-bottom: 1px solid #e5e5e5;
  }
}
.p-index-archive__img img {
  border-radius: 10px;
}

.p-index-archive__title {
  font-size: 0.8vw;
  line-height: 1.4;
  font-weight: 600;
  margin-top: 25px;
}

@media (max-width: 767px) {
  .p-index-archive__title {
    font-size: 12px;
    margin-top: 15px;
  }
}
.insta__btn {
  position: fixed;
  right: 3vw;
  z-index: 111;
  bottom: 40px;
}

@media (max-width: 767px) {
  .insta__btn {
    bottom: 10px;
  }
}
.insta__btn a {
  display: block;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #e5e5e5;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 60%);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  animation: float 3s ease-in-out infinite;
}

@media (max-width: 767px) {
  .insta__btn a {
    width: 100px;
    height: 100px;
  }
}
.insta__btn a p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  width: 100%;
  text-align: center;
  line-height: 1.4;
  font-weight: 600;
  font-size: 12px;
}

@media (max-width: 767px) {
  .insta__btn a p {
    font-size: 10px;
  }
}
.insta__btn a p span {
  background: none !important;
  -webkit-text-fill-color: #fff !important;
  display: table;
  margin: 0 auto 5px;
}

.insta__btn a p span:before {
  font-size: 45px !important;
}

@media (max-width: 767px) {
  .insta__btn a p span:before {
    font-size: 35px !important;
  }
}
@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.p-online__swiper .swiper-wrapper {
  transition-timing-function: linear;
}

.p-online__swiper {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  height: 350px;
}
.p-online__swiper .swiper-slide {
  width: 350px;
  /* 固定幅 */
}
@media (max-width: 767px) {
  .p-online__swiper {
    height: 360px;
  }
  .p-online__swiper .swiper-slide {
    width: 90vw;
    /* 固定幅 */
  }
}
@media (max-width: 375px) {
  .p-online__swiper {
    height: 360px;
  }
  .p-online__swiper .swiper-slide {
    width: 92vw;
    /* 固定幅 */
  }
}
.p-online__swiper:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  z-index: 1;
  opacity: 0.55;
}
.p-index-archive__btn-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
}

@media (max-width: 767px) {
  .p-index-archive__btn-list {
    display: block;
  }
}
.p-index-archive__sns {
  color: #fff;
  padding: 75px 0 110px;
  position: relative;
  max-height: 350px;
}

@media (max-width: 767px) {
  .p-index-archive__sns {
    padding: 10px 0 40px;
  }
}
.p-meetsshop {
  margin-top: 120px;
}

@media (max-width: 767px) {
  .p-meetsshop {
    margin-top: 80px;
  }
}
.p-meetsshop__slick {
  padding-bottom: 50px;
}

@media (max-width: 767px) {
  .p-meetsshop__slick {
    padding-bottom: 20px;
  }
}
.p-meetsshop__slick-item {
  padding: 0 10px;
  opacity: 0.2;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
}

.p-meetsshop__slick-item.slick-active {
  opacity: 1;
}

.p-meetsshop-recently {
  padding-top: 30px;
}

@media (max-width: 767px) {
  .p-meetsshop-recently {
    padding-top: 10px;
  }
}
.p-meetsshop-recently .c-heading {
  padding-left: 120px;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .p-meetsshop-recently .c-heading {
    padding-left: 20px;
    margin-bottom: 20px;
  }
}
.p-meetsshop-recently__body {
  padding: 50px 120px 0px;
  margin: 0 auto;
  background: #effaff;
}

@media (max-width: 767px) {
  .p-meetsshop-recently__body {
    padding: 25px 20px 0px;
  }
}
.p-meetsshop-recently__heading {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
}

@media (max-width: 767px) {
  .p-meetsshop-recently__heading {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.3;
  }
}
.p-meetsshop__slick {
  margin-top: 20px;
  margin-left: -20px;
  margin-right: -20px;
}

.p-meetsshop__slick .slick-list {
  overflow: visible;
}

@media (max-width: 767px) {
  .p-meetsshop__slick .slick-list {
    padding-right: 60px;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .p-meetsshop__slick {
    margin-top: 10px;
    margin-left: 0px;
    margin-right: -10px;
  }

  .p-meetsshop__slick .slick-prev {
    display: none !important;
  }
}
.p-meetsshop__slick-item {
  position: relative;
  padding: 0 20px;
  opacity: 0.4;
  transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .p-meetsshop__slick-item {
    padding-right: 20px;
    padding-left: 0;
  }
}
.p-meetsshop__slick-item img {
  border-radius: 18px;
}

.p-meetsshop__slick-item:hover {
  opacity: 0.7 !important;
}

.p-meetsshop__slick-item a:hover .c-icon-movie {
  opacity: 0;
}

.p-meetsshop__slick-item.slick-active {
  opacity: 1;
}

.p-meetsshop__slick-image {
  position: relative;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .p-meetsshop__slick-image {
    margin-bottom: 5px;
  }
}
.p-meetsshop__ttl {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 3px;
}

@media (max-width: 767px) {
  .p-meetsshop__ttl {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.3;
    padding-top: 2px;
  }
}
.p-meetsshop-archive {
  margin: 0 auto;
  padding: 0 120px 60px;
}

@media (max-width: 767px) {
  .p-meetsshop-archive {
    padding: 0 20px 20px;
  }
}
@media (max-width: 767px) {
  .p-meetsshop-archive .l-row {
    margin-left: -5px;
    margin-right: -5px;
  }
}
@media (max-width: 767px) {
  .p-meetsshop-archive .l-col-xs-6.l-col-sm-3 {
    padding: 0 5px;
  }
}
.p-meetsshop-archive__item {
  border-radius: 10px;
  margin-top: 30px;
  margin-bottom: 40px;
  transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: relative;
}

.p-meetsshop-archive__item:hover {
  opacity: 0.5;
}

@media (max-width: 767px) {
  .p-meetsshop-archive__item {
    margin-bottom: 15px;
    margin-top: 10px;
  }
}
.p-meetsshop-archive__item a {
  transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.p-meetsshop-archive__item a:hover {
  opacity: 0.5;
}

.p-meetsshop-archive__image {
  position: relative;
}

.p-meetsshop-archive__image img {
  border-radius: 10px;
  margin-bottom: 15px;
  transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.p-meetsshop-archive__image img.lazyload {
  opacity: 0;
}

.p-meetsshop-archive__image img.lazyloaded {
  opacity: 1;
}

@media (max-width: 767px) {
  .p-meetsshop-archive__image img {
    margin-bottom: 5px;
  }
}
.p-meetsshop-archive__image .c-icon-movie img {
  width: 70px;
}

.p-meetsshop-archive__list .l-col-xs-6:nth-child(n+13) {
  height: 0;
  opacity: 0;
  pointer-events: none;
}

.p-meetsshop-archive__list.is-open .l-col-xs-6:nth-child(n+13) {
  height: 100%;
  opacity: 1;
  pointer-events: all;
}

.c-button--more.is-open {
  display: none;
}

.p-meetsshop-calendar {
  max-width: 1440px;
  padding: 40px 120px 0;
  margin: 40px auto 80px;
  position: relative;
}

@media (max-width: 767px) {
  .p-meetsshop-calendar {
    padding: 40px 20px 0;
    margin: 30px auto 40px;
  }
}
.p-meetsshop-calendar:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e6e6e6;
}

.p-meetsshop-archive__ttl {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .p-meetsshop-archive__ttl {
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.3;
  }
}
.p-index-kv__btn-list {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.p-index-kv__btn-item {
  background: #111;
  border-radius: 5px;
}
.p-index-kv__btn-item--2 {
  background: linear-gradient(139deg, #427eff 8.2%, #f13f79 69.28%);
}
.p-index-kv__btn-item--2 a {
  color: #fff;
}
.p-index-kv__btn-item a {
  color: #fff;
  display: block;
  padding: 15px 30px;
  text-align: center;
  font-size: 1.5vw;
  font-weight: 600;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .p-index-kv__btn-item a {
    font-size: 4vw;
    padding: 12px 20px;
  }
}
.p-index-kv__btn-item a:hover {
  opacity: 0.5;
}
.p-index-kv__btn-item a p {
  font-size: 0.8vw;
  margin-top: 8px;
}
@media (max-width: 767px) {
  .p-index-kv__btn-item a p {
    font-size: 2.5vw;
  }
}

.p-sns {
  margin-top: 120px;
}

@media (max-width: 767px) {
  .p-sns {
    margin-top: 80px;
  }
}
.p-top-sns {
  background: #111;
}

.p-sns__inner {
  padding: 60px 0 120px;
  border-top: 1px solid #333;
  display: flex;
  color: #fff;
  max-width: 960px;
  margin: 0 auto;
  align-items: center;
}
@media (max-width: 767px) {
  .p-sns__inner {
    display: block;
    padding: 60px 30px 90px;
  }
}

.p-sns__ttl {
  font-size: 4vw;
  font-family: "mr-eaves-modern", sans-serif !important;
  font-weight: 600;
}
@media (max-width: 767px) {
  .p-sns__ttl {
    font-size: 10vw;
    text-align: center;
  }
}
.p-sns__ttl span {
  display: block;
  font-family: "YuGothic", "Yu Gothic", "游ゴシック体", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 0.83333vw;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .p-sns__ttl span {
    font-size: 3vw;
  }
}

.p-sns__laed {
  font-size: 1vw;
  margin-top: 50px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .p-sns__laed {
    font-size: 4vw;
    text-align: center;
    margin-top: 30px;
  }
}

.p-sns__right {
  margin-left: auto;
}
@media (max-width: 767px) {
  .p-sns__right {
    margin: 0 auto;
  }
}
.p-sns__right a {
  display: block;
  color: #111;
  border: 1px solid #fff;
  font-size: 1vw;
  font-weight: 600;
  padding: 25px 30px;
  border-radius: 50px;
  background: #fff;
  width: 300px;
  text-align: center;
  transition: 0.5s;
}
@media (max-width: 767px) {
  .p-sns__right a {
    margin: 20px auto 0;
    font-size: 3.5vw;
    width: 280px;
    padding: 20px 30px;
  }
}
.p-sns__right a:hover {
  opacity: 0.5;
}

.p-index-schedule__info {
  font-size: 0.63333vw;
}
@media (max-width: 767px) {
  .p-index-schedule__info {
    font-size: 2vw;
    line-height: 1.5;
  }
}

.p-index-live__ttl {
  font-size: 1vw;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .p-index-live__ttl {
    font-size: 4vw;
    font-weight: 700;
    line-height: 1.3;
    padding-top: 2px;
  }
}

.p-meetsshop {
  margin-top: 120px;
}

@media (max-width: 767px) {
  .p-meetsshop {
    margin-top: 80px;
  }
}
.p-meetsshop__slick {
  padding-bottom: 50px;
}

@media (max-width: 767px) {
  .p-meetsshop__slick {
    padding-bottom: 20px;
  }
}
.p-meetsshop__slick-item {
  padding: 0 10px;
  opacity: 0.2;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
}

.p-meetsshop__slick-item.slick-active {
  opacity: 1;
}

.p-meetsshop-recently {
  padding-top: 30px;
}

@media (max-width: 767px) {
  .p-meetsshop-recently {
    padding-top: 10px;
  }
}
.p-meetsshop-recently .c-heading {
  padding-left: 120px;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .p-meetsshop-recently .c-heading {
    padding-left: 20px;
    margin-bottom: 20px;
  }
}
.p-meetsshop-recently__body {
  padding: 50px 120px 0px;
  margin: 0 auto;
  background: #effaff;
}

@media (max-width: 767px) {
  .p-meetsshop-recently__body {
    padding: 25px 20px 0px;
  }
}
.p-meetsshop-recently__heading {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
}

@media (max-width: 767px) {
  .p-meetsshop-recently__heading {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.3;
  }
}
.p-meetsshop__slick {
  margin-top: 20px;
  margin-left: -20px;
  margin-right: -20px;
}

.p-meetsshop__slick .slick-list {
  overflow: visible;
}

@media (max-width: 767px) {
  .p-meetsshop__slick .slick-list {
    padding-right: 60px;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .p-meetsshop__slick {
    margin-top: 10px;
    margin-left: 0px;
    margin-right: -10px;
  }

  .p-meetsshop__slick .slick-prev {
    display: none !important;
  }
}
.p-meetsshop__slick-item {
  position: relative;
  padding: 0 20px;
  opacity: 0.4;
  transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .p-meetsshop__slick-item {
    padding-right: 20px;
    padding-left: 0;
  }
}
.p-meetsshop__slick-item img {
  border-radius: 18px;
}

.p-meetsshop__slick-item:hover {
  opacity: 0.7 !important;
}

.p-meetsshop__slick-item a:hover .c-icon-movie {
  opacity: 0;
}

.p-meetsshop__slick-item.slick-active {
  opacity: 1;
}

.p-meetsshop__slick-image {
  position: relative;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .p-meetsshop__slick-image {
    margin-bottom: 5px;
  }
}
.p-meetsshop__ttl {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 3px;
}

@media (max-width: 767px) {
  .p-meetsshop__ttl {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.3;
    padding-top: 2px;
  }
}
.p-meetsshop-archive {
  margin: 0 auto;
  padding: 0 120px 60px;
}

@media (max-width: 767px) {
  .p-meetsshop-archive {
    padding: 0 20px 20px;
  }
}
@media (max-width: 767px) {
  .p-meetsshop-archive .l-row {
    margin-left: -5px;
    margin-right: -5px;
  }
}
@media (max-width: 767px) {
  .p-meetsshop-archive .l-col-xs-6.l-col-sm-3 {
    padding: 0 5px;
  }
}
.p-meetsshop-archive__item {
  border-radius: 10px;
  margin-top: 30px;
  margin-bottom: 40px;
  transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: relative;
}

.p-meetsshop-archive__item:hover {
  opacity: 0.5;
}

@media (max-width: 767px) {
  .p-meetsshop-archive__item {
    margin-bottom: 15px;
    margin-top: 10px;
  }
}
.p-meetsshop-archive__item a {
  transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.p-meetsshop-archive__item a:hover {
  opacity: 0.5;
}

.p-meetsshop-archive__image {
  position: relative;
}

.p-meetsshop-archive__image img {
  border-radius: 10px;
  margin-bottom: 15px;
  transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.p-meetsshop-archive__image img.lazyload {
  opacity: 0;
}

.p-meetsshop-archive__image img.lazyloaded {
  opacity: 1;
}

@media (max-width: 767px) {
  .p-meetsshop-archive__image img {
    margin-bottom: 5px;
  }
}
.p-meetsshop-archive__image .c-icon-movie img {
  width: 70px;
}

.p-meetsshop-archive__list .l-col-xs-6:nth-child(n+13) {
  height: 0;
  opacity: 0;
  pointer-events: none;
}

.p-meetsshop-archive__list.is-open .l-col-xs-6:nth-child(n+13) {
  height: 100%;
  opacity: 1;
  pointer-events: all;
}

.c-button--more.is-open {
  display: none;
}

.p-meetsshop-calendar {
  max-width: 1440px;
  padding: 40px 120px 0;
  margin: 40px auto 80px;
  position: relative;
}

@media (max-width: 767px) {
  .p-meetsshop-calendar {
    padding: 40px 20px 0;
    margin: 30px auto 40px;
  }
}
.p-meetsshop-calendar:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e6e6e6;
}

.p-meetsshop-archive__ttl {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .p-meetsshop-archive__ttl {
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.3;
  }
}