@charset "UTF-8";
/*!
 * YUI 3.5.0 - reset.css (http://developer.yahoo.com/yui/3/cssreset/)
 * http://cssreset.com
 * Copyright 2012 Yahoo! Inc. All rights reserved.
 * http://yuilibrary.com/license/
 */
/*
	TODO will need to remove settings on HTML since we can't namespace it.
	TODO with the prefix, should I group by selector or property for weight savings?
*/
html {
  color: #000;
}

/*
	TODO remove settings on BODY since we can't namespace it.
*/
/*
	TODO test putting a class on HEAD.
		- Fails on FF. 
*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

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

fieldset,
img {
  border: 0;
}

/*
	TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

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

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

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

/* to preserve line-height and selector appearance */
sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/*to enable resizing for IE*/
input,
textarea,
select {
  *font-size: 100%;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

/* YUI CSS Detection Stamp */
#yui3-css-stamp.cssreset {
  display: none;
}

.cBlue {
  color: #6AC0BC;
}

/* 
start _module.scss
*/
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.clearfix:before {
  content: "";
  display: block;
  clear: both;
}

.clearfix {
  display: block;
}

.clearfloat {
  display: block;
  height: 1px;
  clear: both;
}

.en {
  font-family: "Poppins", sans-serif;
}

.en-lato {
  font-family: "Lato", sans-serif;
}

.gothic {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.mincho {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}

.inner {
  margin: auto auto;
  width: 100%;
}
.inner--1220 {
  max-width: 122rem;
}
.inner--1010 {
  max-width: 101rem;
}
.inner--1050 {
  max-width: 105rem;
}
.inner--1090 {
  max-width: 109rem;
}
.inner--1292 {
  max-width: 129.2rem;
  width: 100%;
}
.inner--1146 {
  max-width: 114.6rem;
  width: 100%;
}
.inner--856 {
  max-width: 85.6rem;
  width: 100%;
}
.inner--759 {
  max-width: 75.9rem;
  width: 100%;
}

.bold {
  font-weight: 700 !important;
}

.light {
  font-weight: 300 !important;
}

.medium {
  font-weight: 500 !important;
}

.normal {
  font-weight: 400 !important;
}

.tLeft {
  text-align: left;
}

.tCenter {
  text-align: center;
}

.tRight {
  text-align: right;
}

@media screen and (max-width: 768px) {
  .tLeft-sp {
    text-align: left;
  }
  .tCenter-sp {
    text-align: center;
  }
  .tRight-sp {
    text-align: right;
  }
}
.fz10 {
  font-size: 1rem !important;
}

.fz11 {
  font-size: 1.1rem !important;
}

.fz12 {
  font-size: 1.2rem !important;
}

.fz13 {
  font-size: 1.3rem !important;
}

.fz14 {
  font-size: 1.4rem !important;
}

.fz15 {
  font-size: 1.5rem !important;
}

.fz16 {
  font-size: 1.6rem !important;
}

.fz17 {
  font-size: 1.7rem !important;
}

.fz18 {
  font-size: 1.8rem !important;
}

.fz19 {
  font-size: 1.9rem !important;
}

.fz20 {
  font-size: 2rem !important;
}

.fz21 {
  font-size: 2.1rem !important;
}

.fz22 {
  font-size: 2.2rem !important;
}

.fz23 {
  font-size: 2.3rem !important;
}

.fz24 {
  font-size: 2.4rem !important;
}

.fz25 {
  font-size: 2.5rem !important;
}

.fz26 {
  font-size: 2.6rem !important;
}

.fz27 {
  font-size: 2.7rem !important;
}

.fz28 {
  font-size: 2.8rem !important;
}

.fz29 {
  font-size: 2.9rem !important;
}

.fz30 {
  font-size: 3rem !important;
}

.fz31 {
  font-size: 3.1rem !important;
}

.fz32 {
  font-size: 3.2rem !important;
}

.fz33 {
  font-size: 3.3rem !important;
}

.fz34 {
  font-size: 3.4rem !important;
}

.fz35 {
  font-size: 3.5rem !important;
}

.fz36 {
  font-size: 3.6rem !important;
}

.fz37 {
  font-size: 3.7rem !important;
}

.fz38 {
  font-size: 3.8rem !important;
}

.fz39 {
  font-size: 3.9rem !important;
}

@media screen and (max-width: 768px) {
  .fz10--sp {
    font-size: 1rem !important;
  }
  .fz11--sp {
    font-size: 1.1rem !important;
  }
  .fz12--sp {
    font-size: 1.2rem !important;
  }
  .fz13--sp {
    font-size: 1.3rem !important;
  }
  .fz14--sp {
    font-size: 1.4rem !important;
  }
  .fz15--sp {
    font-size: 1.5rem !important;
  }
  .fz16--sp {
    font-size: 1.6rem !important;
  }
  .fz17--sp {
    font-size: 1.7rem !important;
  }
  .fz18--sp {
    font-size: 1.8rem !important;
  }
  .fz19--sp {
    font-size: 1.9rem !important;
  }
  .fz20--sp {
    font-size: 2rem !important;
  }
  .fz21--sp {
    font-size: 2.1rem !important;
  }
  .fz22--sp {
    font-size: 2.2rem !important;
  }
  .fz23--sp {
    font-size: 2.3rem !important;
  }
  .fz24--sp {
    font-size: 2.4rem !important;
  }
  .fz25--sp {
    font-size: 2.5rem !important;
  }
  .fz26--sp {
    font-size: 2.6rem !important;
  }
  .fz27--sp {
    font-size: 2.7rem !important;
  }
  .fz28--sp {
    font-size: 2.8rem !important;
  }
  .fz29--sp {
    font-size: 2.9rem !important;
  }
  .fz30--sp {
    font-size: 3rem !important;
  }
  .fz31--sp {
    font-size: 3.1rem !important;
  }
  .fz32--sp {
    font-size: 3.2rem !important;
  }
  .fz33--sp {
    font-size: 3.3rem !important;
  }
  .fz34--sp {
    font-size: 3.4rem !important;
  }
  .fz35--sp {
    font-size: 3.5rem !important;
  }
  .fz36--sp {
    font-size: 3.6rem !important;
  }
  .fz37--sp {
    font-size: 3.7rem !important;
  }
  .fz38--sp {
    font-size: 3.8rem !important;
  }
  .fz39--sp {
    font-size: 3.9rem !important;
  }
}
.mt0rem {
  margin-top: 0rem !important;
}

.pr0rem {
  padding-right: 0rem;
}

.pl0rem {
  padding-left: 0rem;
}

.mb0rem {
  margin-bottom: 0rem;
}

.mr0rem {
  margin-right: 0rem;
}

.ml0rem {
  margin-left: 0rem;
}

.mt1rem {
  margin-top: 1rem !important;
}

.pr1rem {
  padding-right: 1rem;
}

.pl1rem {
  padding-left: 1rem;
}

.mb1rem {
  margin-bottom: 1rem;
}

.mr1rem {
  margin-right: 1rem;
}

.ml1rem {
  margin-left: 1rem;
}

.mt2rem {
  margin-top: 2rem !important;
}

.pr2rem {
  padding-right: 2rem;
}

.pl2rem {
  padding-left: 2rem;
}

.mb2rem {
  margin-bottom: 2rem;
}

.mr2rem {
  margin-right: 2rem;
}

.ml2rem {
  margin-left: 2rem;
}

.mt3rem {
  margin-top: 3rem !important;
}

.pr3rem {
  padding-right: 3rem;
}

.pl3rem {
  padding-left: 3rem;
}

.mb3rem {
  margin-bottom: 3rem;
}

.mr3rem {
  margin-right: 3rem;
}

.ml3rem {
  margin-left: 3rem;
}

.mt4rem {
  margin-top: 4rem !important;
}

.pr4rem {
  padding-right: 4rem;
}

.pl4rem {
  padding-left: 4rem;
}

.mb4rem {
  margin-bottom: 4rem;
}

.mr4rem {
  margin-right: 4rem;
}

.ml4rem {
  margin-left: 4rem;
}

.mt5rem {
  margin-top: 5rem !important;
}

.pr5rem {
  padding-right: 5rem;
}

.pl5rem {
  padding-left: 5rem;
}

.mb5rem {
  margin-bottom: 5rem;
}

.mr5rem {
  margin-right: 5rem;
}

.ml5rem {
  margin-left: 5rem;
}

.mt6rem {
  margin-top: 6rem !important;
}

.pr6rem {
  padding-right: 6rem;
}

.pl6rem {
  padding-left: 6rem;
}

.mb6rem {
  margin-bottom: 6rem;
}

.mr6rem {
  margin-right: 6rem;
}

.ml6rem {
  margin-left: 6rem;
}

.mt7rem {
  margin-top: 7rem !important;
}

.pr7rem {
  padding-right: 7rem;
}

.pl7rem {
  padding-left: 7rem;
}

.mb7rem {
  margin-bottom: 7rem;
}

.mr7rem {
  margin-right: 7rem;
}

.ml7rem {
  margin-left: 7rem;
}

.mt8rem {
  margin-top: 8rem !important;
}

.pr8rem {
  padding-right: 8rem;
}

.pl8rem {
  padding-left: 8rem;
}

.mb8rem {
  margin-bottom: 8rem;
}

.mr8rem {
  margin-right: 8rem;
}

.ml8rem {
  margin-left: 8rem;
}

.mt9rem {
  margin-top: 9rem !important;
}

.pr9rem {
  padding-right: 9rem;
}

.pl9rem {
  padding-left: 9rem;
}

.mb9rem {
  margin-bottom: 9rem;
}

.mr9rem {
  margin-right: 9rem;
}

.ml9rem {
  margin-left: 9rem;
}

.mt10rem {
  margin-top: 10rem !important;
}

.pr10rem {
  padding-right: 10rem;
}

.pl10rem {
  padding-left: 10rem;
}

.mb10rem {
  margin-bottom: 10rem;
}

.mr10rem {
  margin-right: 10rem;
}

.ml10rem {
  margin-left: 10rem;
}

@media screen and (max-width: 768px) {
  .mt0rem--sp {
    margin-top: 0rem !important;
  }
  .pr0rem--sp {
    padding-right: 0rem !important;
  }
  .pl0rem--sp {
    padding-left: 0rem !important;
  }
  .mb0rem--sp {
    margin-bottom: 0rem !important;
  }
  .mr0rem--sp {
    margin-right: 0rem !important;
  }
  .ml0rem--sp {
    margin-left: 0rem !important;
  }
  .mt1rem--sp {
    margin-top: 1rem !important;
  }
  .pr1rem--sp {
    padding-right: 1rem !important;
  }
  .pl1rem--sp {
    padding-left: 1rem !important;
  }
  .mb1rem--sp {
    margin-bottom: 1rem !important;
  }
  .mr1rem--sp {
    margin-right: 1rem !important;
  }
  .ml1rem--sp {
    margin-left: 1rem !important;
  }
  .mt2rem--sp {
    margin-top: 2rem !important;
  }
  .pr2rem--sp {
    padding-right: 2rem !important;
  }
  .pl2rem--sp {
    padding-left: 2rem !important;
  }
  .mb2rem--sp {
    margin-bottom: 2rem !important;
  }
  .mr2rem--sp {
    margin-right: 2rem !important;
  }
  .ml2rem--sp {
    margin-left: 2rem !important;
  }
  .mt3rem--sp {
    margin-top: 3rem !important;
  }
  .pr3rem--sp {
    padding-right: 3rem !important;
  }
  .pl3rem--sp {
    padding-left: 3rem !important;
  }
  .mb3rem--sp {
    margin-bottom: 3rem !important;
  }
  .mr3rem--sp {
    margin-right: 3rem !important;
  }
  .ml3rem--sp {
    margin-left: 3rem !important;
  }
  .mt4rem--sp {
    margin-top: 4rem !important;
  }
  .pr4rem--sp {
    padding-right: 4rem !important;
  }
  .pl4rem--sp {
    padding-left: 4rem !important;
  }
  .mb4rem--sp {
    margin-bottom: 4rem !important;
  }
  .mr4rem--sp {
    margin-right: 4rem !important;
  }
  .ml4rem--sp {
    margin-left: 4rem !important;
  }
  .mt5rem--sp {
    margin-top: 5rem !important;
  }
  .pr5rem--sp {
    padding-right: 5rem !important;
  }
  .pl5rem--sp {
    padding-left: 5rem !important;
  }
  .mb5rem--sp {
    margin-bottom: 5rem !important;
  }
  .mr5rem--sp {
    margin-right: 5rem !important;
  }
  .ml5rem--sp {
    margin-left: 5rem !important;
  }
  .mt6rem--sp {
    margin-top: 6rem !important;
  }
  .pr6rem--sp {
    padding-right: 6rem !important;
  }
  .pl6rem--sp {
    padding-left: 6rem !important;
  }
  .mb6rem--sp {
    margin-bottom: 6rem !important;
  }
  .mr6rem--sp {
    margin-right: 6rem !important;
  }
  .ml6rem--sp {
    margin-left: 6rem !important;
  }
  .mt7rem--sp {
    margin-top: 7rem !important;
  }
  .pr7rem--sp {
    padding-right: 7rem !important;
  }
  .pl7rem--sp {
    padding-left: 7rem !important;
  }
  .mb7rem--sp {
    margin-bottom: 7rem !important;
  }
  .mr7rem--sp {
    margin-right: 7rem !important;
  }
  .ml7rem--sp {
    margin-left: 7rem !important;
  }
  .mt8rem--sp {
    margin-top: 8rem !important;
  }
  .pr8rem--sp {
    padding-right: 8rem !important;
  }
  .pl8rem--sp {
    padding-left: 8rem !important;
  }
  .mb8rem--sp {
    margin-bottom: 8rem !important;
  }
  .mr8rem--sp {
    margin-right: 8rem !important;
  }
  .ml8rem--sp {
    margin-left: 8rem !important;
  }
  .mt9rem--sp {
    margin-top: 9rem !important;
  }
  .pr9rem--sp {
    padding-right: 9rem !important;
  }
  .pl9rem--sp {
    padding-left: 9rem !important;
  }
  .mb9rem--sp {
    margin-bottom: 9rem !important;
  }
  .mr9rem--sp {
    margin-right: 9rem !important;
  }
  .ml9rem--sp {
    margin-left: 9rem !important;
  }
  .mt10rem--sp {
    margin-top: 10rem !important;
  }
  .pr10rem--sp {
    padding-right: 10rem !important;
  }
  .pl10rem--sp {
    padding-left: 10rem !important;
  }
  .mb10rem--sp {
    margin-bottom: 10rem !important;
  }
  .mr10rem--sp {
    margin-right: 10rem !important;
  }
  .ml10rem--sp {
    margin-left: 10rem !important;
  }
}
.order0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

@media screen and (max-width: 768px) {
  .order0-sp {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.order0-pc {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
@media screen and (max-width: 768px) {
  .order0-pc {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.order1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media screen and (max-width: 768px) {
  .order1-sp {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.order1-pc {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 768px) {
  .order1-pc {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.order2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media screen and (max-width: 768px) {
  .order2-sp {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.order2-pc {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 768px) {
  .order2-pc {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.order3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

@media screen and (max-width: 768px) {
  .order3-sp {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.order3-pc {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media screen and (max-width: 768px) {
  .order3-pc {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.order4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

@media screen and (max-width: 768px) {
  .order4-sp {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}

.order4-pc {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
@media screen and (max-width: 768px) {
  .order4-pc {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.order5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

@media screen and (max-width: 768px) {
  .order5-sp {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}

.order5-pc {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
@media screen and (max-width: 768px) {
  .order5-pc {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.order6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

@media screen and (max-width: 768px) {
  .order6-sp {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}

.order6-pc {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}
@media screen and (max-width: 768px) {
  .order6-pc {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.order7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

@media screen and (max-width: 768px) {
  .order7-sp {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
}

.order7-pc {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}
@media screen and (max-width: 768px) {
  .order7-pc {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.order8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

@media screen and (max-width: 768px) {
  .order8-sp {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
}

.order8-pc {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}
@media screen and (max-width: 768px) {
  .order8-pc {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.order9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

@media screen and (max-width: 768px) {
  .order9-sp {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
}

.order9-pc {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}
@media screen and (max-width: 768px) {
  .order9-pc {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.ulSimple {
  margin-bottom: 2rem;
}
.ulSimple > li {
  text-indent: -1em;
  margin: 0 0 0.5em 1em;
  line-height: 1.5;
}
.ulSimple--style2 > li {
  text-indent: -3em;
  margin-left: 3em;
}

.anchor {
  width: 1px;
  height: 1px;
  display: block;
  margin-top: -8rem;
  padding-top: 8rem;
}
@media screen and (max-width: 768px) {
  .anchor {
    margin-top: -60px;
    padding-top: 60px;
  }
}

a.image-ov .image {
  overflow: hidden;
}
a.image-ov .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s ease-out;
  transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  display: block;
}
a.image-ov:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

a.break {
  pointer-events: none;
  text-decoration: line-through !important;
}

/* 
end _module.scss
*/
/* 
start _extend.scss
*/
/* 
end _extend.scss
*/
/* 
start _mixin.scss
*/
/* 
end _mixin.scss
*/
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/font-awesome/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/font-awesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/font-awesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/font-awesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/font-awesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* 
start _setting.scss
*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  height: 100%;
  width: 100%;
  margin: 0 auto;
  position: relative;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 62.5%;
  }
}

body {
  color: #584A49;
  width: 100%;
  line-height: 1.6;
  overflow-x: hidden;
  font-weight: 500;
  font-family: "M PLUS Rounded 1c", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body.fixed {
  position: fixed;
}
body.nohead {
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  body.nohead {
    padding-top: 0;
  }
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  display: block;
}

picture {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  line-height: 1em;
}
picture img {
  width: 100%;
  height: 100%;
}

strong {
  font-weight: 700;
}

ul,
ol,
li {
  list-style: none;
}

img {
  -ms-interpolation-mode: bicubic;
}

/*リンク色*/
a {
  color: #584A49;
}

a:link {
  text-decoration: none;
  color: #584A49;
}

a:link {
  text-decoration: none;
  color: #584A49;
}

a:hover {
  color: #000;
}

a.bl {
  color: #000;
}

.linkWhite a:link {
  color: #fff;
}
.linkWhite a:visited {
  color: #fff;
}

.bgWhite {
  background: #fff;
}

.pc-alt,
.pc-hide {
  display: none;
}
@media screen and (max-width: 428px) {
  .pc-alt,
  .pc-hide {
    display: block;
  }
}

.sp-alt,
.sp-hide {
  display: block;
}
@media screen and (max-width: 428px) {
  .sp-alt,
  .sp-hide {
    display: none;
  }
}

.alt {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  height: 0;
  line-height: 0;
}

/* 
end _setting.scss
*/
@-webkit-keyframes spNavOn {
  0% {
    display: none;
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  1% {
    display: -webkit-box;
    display: flex;
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    display: -webkit-box;
    display: flex;
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes spNavOn {
  0% {
    display: none;
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  1% {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes spNavOff {
  0% {
    display: -webkit-box;
    display: flex;
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  99% {
    display: -webkit-box;
    display: flex;
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  1000% {
    display: none;
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
}
@keyframes spNavOff {
  0% {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  99% {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  1000% {
    display: none;
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
}
.header {
  position: relative;
  z-index: 1;
  max-width: 110rem;
  padding-right: 6rem;
  width: 100%;
  height: 60px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__wrapper {
  background: #6AC0BC;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.header a,
.header span {
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header a:hover,
.header span:hover {
  opacity: 0.5;
}
.header nav {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: 1;
          flex-flow: 1;
  padding-left: 4rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header h1 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 5.1rem;
}
.header .glbmenu {
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .glbmenu > li {
  position: relative;
}
.header .glbmenu > li > a,
.header .glbmenu > li > span {
  height: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 1.5rem;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header .glbmenu > li:hover > a,
.header .glbmenu > li:hover > span {
  opacity: 1;
  background: #279488;
}
.header .glbmenu > li.drawer:hover .sub {
  opacity: 1;
  pointer-events: all;
}
.header .glbmenu > li.drawer:hover .sub ul {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.header .glbmenu > li.drawer .sub {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  top: 6rem;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
  background: #279488;
}
.header .glbmenu > li.drawer .sub ul {
  padding: 1rem 1.5rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  z-index: 1;
  -webkit-transform: translateY(-3rem);
          transform: translateY(-3rem);
}
.header .glbmenu > li.drawer .sub ul > li {
  padding: 0.5rem 0;
}
.header .glbmenu > li.drawer .sub ul > li a {
  color: #fff;
}
.header .glbmenu > li.drawer .sub--column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .glbmenu > li.active span {
  color: #6AC0BC;
}
.header .f-size {
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -1px;
  font-size: 12px;
}
.header .f-size:before {
  content: "文字の大きさ";
  color: #fff;
  margin-right: 18px;
}
.header .f-size > li {
  padding: 0 1px;
  position: relative;
}
.header .f-size > li span {
  width: 33px;
  height: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #fff;
  color: #fff;
  cursor: pointer;
}
.header .f-size > li span:hover {
  background: rgba(255, 255, 255, 0.1);
}
.header .f-size > li.active span {
  background: #fff;
  color: #6AC0BC;
}
@media screen and (max-width: 768px) {
  .header {
    height: 50px;
    padding-left: 1rem;
  }
  .header nav {
    font-size: 1.2rem;
    padding-left: 0;
    position: fixed;
    top: 55px;
    left: 0;
    display: block;
    width: 100%;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    height: calc(100vh - 55px);
    height: calc(var(--vh, 1vh) * 100 - 55px);
    backdrop-filter: blur(15px);
  }
  .header nav a {
    color: #000;
  }
  .header nav.active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .header .glbmenu {
    display: block;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
  }
  .header .glbmenu > li {
    padding: 0 1.5rem;
    position: relative;
    font-size: 1.6rem;
    border-bottom: 1px solid rgba(112, 112, 112, 0.45);
  }
  .header .glbmenu > li a {
    height: auto;
    padding: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header .glbmenu > li a:after {
    content: "";
    width: 1rem;
    height: 1rem;
    display: block;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    border-bottom: 1px solid #584A49;
    border-left: 1px solid #584A49;
  }
  .header .glbmenu > li.active span {
    color: #6AC0BC;
  }
  .header .f-size {
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: 2.5rem;
    margin-top: 2rem;
    font-size: 12px;
  }
  .header .f-size:before {
    content: "文字の大きさ";
    color: #fff;
    margin-right: 18px;
    color: #6AC0BC;
  }
  .header .f-size > li {
    padding: 0 1px;
    position: relative;
  }
  .header .f-size > li span {
    width: 33px;
    height: 33px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #6AC0BC;
    color: #6AC0BC;
    cursor: pointer;
  }
  .header .f-size > li.active span {
    background: #6AC0BC;
    color: #fff;
  }
}

.sp-button {
  z-index: 101;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 6rem;
  height: 6rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  cursor: pointer;
}
.sp-button:after,
.sp-button > span:before,
.sp-button > span:after {
  width: 20px;
  height: 3px;
  background-color: #fff;
  content: "";
  position: absolute;
  -webkit-transition: top 0.2s, opacity 0.2s, -webkit-transform 0.2s 0.1s;
  transition: top 0.2s, opacity 0.2s, -webkit-transform 0.2s 0.1s;
  transition: top 0.2s, transform 0.2s 0.1s, opacity 0.2s;
  transition: top 0.2s, transform 0.2s 0.1s, opacity 0.2s, -webkit-transform 0.2s 0.1s;
}
.sp-button:after {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.sp-button span {
  display: block;
  width: 20px;
  height: 18px;
  position: relative;
}
.sp-button span:before, .sp-button span:after {
  left: 0;
  content: "";
}
.sp-button span:before {
  top: 0px;
}
.sp-button span:after {
  bottom: 0%;
}
.sp-button.active:after {
  opacity: 0;
  -webkit-transform: translate(1rem, 2px);
          transform: translate(1rem, 2px);
}
.sp-button.active > span:before {
  top: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.sp-button.active > span:after {
  top: 50%;
  margin-top: 0px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .sp-button {
    width: 5rem;
    height: 5rem;
  }
}

.megamenu {
  position: fixed;
  top: 60px;
  z-index: 9;
  backdrop-filter: blur(15px);
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  padding: 4rem 0 2rem;
  font-size: 1.2rem;
  line-height: 1.8;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.megamenu.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.megamenu__inner {
  max-width: 110rem;
  margin: 0 auto;
}
.megamenuLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.megamenuLink > li {
  font-size: 1.2rem;
}
.megamenuLink .lg {
  font-size: 1.4rem;
  font-weight: 700;
}
.megamenuLink .sns {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.megamenuLink .sns > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -0.5rem 0 0.5rem;
}
.megamenuLink .sns > ul > * {
  padding: 0 0.5rem;
}
.megamenuLink .in {
  line-height: 1.2;
}
.megamenuLink .in li {
  padding: 0.3em 0;
}
.megamenuLink .in + .in {
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .megamenu {
    top: 5rem;
    padding: 2rem 0 1rem;
    height: calc(100vh - 5rem);
    overflow-y: auto;
  }
  .megamenu__inner {
    max-width: 110rem;
    margin: 0 auto;
    padding: 0 2rem;
  }
  .megamenuLink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .megamenuLink > li {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    font-size: 1.3rem;
  }
  .megamenuLink > li:not(:first-child) {
    margin-top: 2rem;
  }
  .megamenuLink .lg {
    font-size: 1.6rem;
    font-weight: 700;
  }
  .megamenuLink .sns {
    margin-top: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .megamenuLink .sns > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 -0.5rem 0 0.5rem;
  }
  .megamenuLink .sns > ul > * {
    padding: 0 0.5rem;
  }
  .megamenuLink .in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .megamenuLink .in li.lg {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .megamenuLink .in > li:not(.lg):not(:last-child):after {
    content: "/";
    margin: 0 1em;
  }
  .megamenuLink .in + .in {
    margin-top: 2rem;
  }
  .megamenuLink .in li.sns {
    margin-top: 2rem;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}

/* 
start _footer.scss
*/
.cateNav {
  max-width: 110rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cateNav__wrapper {
  padding: 10rem 0 6rem;
  background: #fff;
  position: relative;
}
.cateNav__wrapper:before {
  content: "";
  background: url(../img/common/border-gradient.jpg) left top/auto 100% repeat-x;
  height: 5rem;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.cateNav h3 {
  font-weight: 700;
  font-size: 3.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 4.5rem;
  line-height: 1;
  color: #6AC0BC;
  font-family: "Poppins", sans-serif;
}
.cateNavList {
  font-size: 1.6rem;
}
.cateNavList ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cateNavList li {
  margin: 0 6rem 1rem 0;
}
.cateNavList a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #6AC0BC;
}
.cateNavList a:after {
  content: "";
  width: 2.7rem;
  height: 2.7rem;
  background: url(../img/common/link.svg) center center/contain no-repeat;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 1em;
}
@media screen and (max-width: 768px) {
  .cateNav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 2rem;
  }
  .cateNav__wrapper:before {
    background: url(../img/common/border-gradient.jpg) left top/100% 100% repeat-x;
    height: 3rem;
  }
  .cateNav__wrapper {
    padding: 5rem 0 3rem;
  }
  .cateNav h3 {
    font-weight: 700;
    font-size: 2.5rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 0;
    margin-bottom: 2rem;
  }
  .cateNavList {
    font-size: 1.1rem;
  }
  .cateNavList ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cateNavList li {
    margin: 0 2rem 1rem 0;
  }
  .cateNavList a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #6AC0BC;
  }
  .cateNavList a:after {
    content: "";
    width: 1.8rem;
    height: 1.8rem;
    margin-left: 0.3em;
  }
}

.seatinfo {
  position: sticky;
  left: 0rem;
  bottom: 0rem;
  z-index: 11;
  font-size: 2rem;
  line-height: 1;
  font-family: "Poppins One", sans-serif;
  font-weight: 700;
  margin-top: -21.5rem;
  pointer-events: none;
}
.seatinfo a {
  pointer-events: auto;
  position: relative;
  color: #584A49;
  display: block;
  width: 25rem;
  height: 21.5rem;
  background: url(../img/common/seatinfo-bg.png) center center/contain no-repeat;
}
.seatinfo a .in {
  position: absolute;
  display: block;
  top: 22%;
  left: 38%;
}
@media screen and (max-width: 768px) {
  .seatinfo {
    font-size: 1.4rem;
    bottom: 0;
    line-height: 1.2;
  }
  .seatinfo a {
    background: url(../img/common/seatinfo-sp-bg.png) center center/contain no-repeat;
    width: 21.9rem;
    height: 11.6rem;
  }
  .seatinfo a .in {
    top: 54%;
    left: 48%;
  }
}

body.toppage .seatinfo {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 1s;
  transition: 1s;
}
body.toppage .seatinfo.on {
  opacity: 1;
}

.footer {
  position: relative;
  padding-bottom: 40px;
}
.footerLink {
  position: relative;
  max-width: 110rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  padding: 40px 0 50px;
  font-size: 1rem;
  font-weight: 500;
}
.footerLink__wrapper {
  background: #EBE8E8;
}
.footerLink > li > a,
.footerLink > li > span {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .footerLink > li {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    margin-bottom: 1rem;
  }
}
.footerLink__title {
  font-weight: bold;
  display: block;
}
.footerLinkSub {
  line-height: 1.2;
}
.footerLinkSub > li {
  padding: 0.4em 0;
}
.footerLinkSub2 {
  line-height: 2;
}
.footerLinkSub2 .sns {
  font-weight: 700;
  margin-top: 1rem;
}
.footerLinkSNS {
  margin: 5px -5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footerLinkSNS > li {
  padding: 0 5px;
}
.footerLinkSNS img {
  display: block;
  max-width: 25px;
  max-height: 25px;
}
.footerBottom {
  font-size: 1.2rem;
  max-width: 110rem;
  margin: 0 auto;
  padding: 2.5rem 0;
}
.footerBottom__wrapper {
  background: #fff;
}
.footerBottom__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footerBottom__div1 {
  -ms-flex-preferred-size: 72rem;
      flex-basis: 72rem;
  max-width: 72rem;
  padding-right: 2rem;
}
.footerBottom__div1 p {
  margin-top: 1em;
}
.footerBottom__div2 {
  -ms-flex-preferred-size: 13rem;
      flex-basis: 13rem;
  max-width: 13rem;
}
.footerCaution__title {
  font-size: 1.6rem;
  margin-bottom: 0.5em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .footerCaution__title {
    font-size: 1.2rem;
    padding: 0 5vw;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    padding-bottom: 20px;
  }
  .footerLink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 20px 20px 20px;
    font-size: 1rem;
  }
  .footerLink > li {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
  }
  .footerLink > li > a,
  .footerLink > li > span {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 2rem;
  }
  .footerLink__title {
    font-weight: bold;
    display: block;
  }
  .footerLinkSub {
    line-height: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footerLinkSub > li {
    margin-right: 2rem;
  }
  .footerLinkSub2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footerLinkSub2 > li {
    margin-right: 2rem;
  }
  .footerLinkSub2 .sns {
    margin-top: 1rem;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footerLinkSNS {
    margin: 5px -5px 0;
    margin-left: 1rem;
  }
  .footerLinkSNS > li {
    padding: 0 5px;
  }
  .footerLinkSNS img {
    display: block;
    max-width: 25px;
    max-height: 25px;
  }
  .footerBottom {
    font-size: 1rem;
    padding: 2rem;
  }
  .footerBottom__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footerBottom__div1 {
    -ms-flex-preferred-size: 72rem;
        flex-basis: 72rem;
    max-width: 72rem;
    padding-right: 2rem;
  }
  .footerBottom__div1 p {
    margin-top: 1em;
  }
  .footerBottom__div2 {
    -ms-flex-preferred-size: 13rem;
        flex-basis: 13rem;
    max-width: 13rem;
  }
  .footerCaution__title {
    margin-bottom: 0.5em;
    font-weight: 700;
    font-size: 1.2rem;
    padding: 0;
  }
}

/* 
end _footer.scss
*/
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeupin {
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out, -webkit-transform 1s ease-out;
}
.fadeupin.on {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

@-webkit-keyframes fadeupin {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes fadeupin {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
main {
  font-size: 1.6rem;
  line-height: 2;
  width: 100%;
}
main.prg {
  background: #fff;
  padding-bottom: 0;
}
main img {
  display: block;
}
@media screen and (max-width: 768px) {
  main {
    font-size: 1.4rem;
  }
}
main .sml {
  font-size: 1.2rem;
}
main p + p,
main ul + p,
main p + ul,
main ul + ul {
  margin-top: 2em;
}
main a.link {
  margin: 0 0.1em;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #6AC0BC));
  background: linear-gradient(transparent 80%, #6AC0BC 80%);
}
@media screen and (max-width: 768px) {
  main {
    font-size: 1.4rem;
    background: #fff;
  }
  main .sml {
    font-size: 1.2rem;
  }
}

.caution {
  text-indent: -1em;
  margin-left: 1em;
}
.caution--1em {
  text-indent: -2em;
  margin-left: 2em;
}

.linkList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 1.5rem -1rem;
  max-width: 55rem;
  font-size: 1.4rem;
  font-weight: 500;
}
.linkList > * {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
  padding: 0 1rem;
}
.linkList > * a {
  background: #6AC0BC !important;
  color: #fff;
  border-radius: 10rem;
  height: 3.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.linkList > * a:before {
  content: "";
  width: 0.5em;
  height: 1px;
}
.linkList > * a:after {
  content: "\f105";
  font-family: "fontAwesome";
  font-size: 1.5rem;
}
.linkList > * a[target=_blank]:after {
  content: "\f08e";
}
.linkList--1column > * {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .linkList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 1.5rem 0;
    font-size: 1.4rem;
    font-weight: 500;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 1.5;
  }
  .linkList > * {
    -ms-flex-preferred-size: 90%;
        flex-basis: 90%;
    max-width: 90%;
    padding: 0;
    margin: 0.5rem 0;
  }
  .linkList > * a {
    background: #6AC0BC !important;
    color: #fff;
    border-radius: 10rem;
    min-height: 5rem;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 1rem 1rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .linkList > * a:before {
    content: "";
    width: 0.5em;
    height: 1px;
    margin-right: 1rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .linkList > * a:after {
    content: "\f105";
    font-family: "fontAwesome";
    font-size: 1.5rem;
    margin-left: 1rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .linkList > * a[target=_blank]:after {
    content: "\f08e";
  }
  .linkList--1column > * {
    -ms-flex-preferred-size: 90%;
        flex-basis: 90%;
    max-width: 90%;
  }
}

dl.linkTicket {
  margin-top: 2rem;
}
dl.linkTicket > dt > a,
dl.linkTicket > dt > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #6AC0BC !important;
  margin: 0;
  color: #fff;
  padding: 1rem;
  font-weight: 700;
}
dl.linkTicket > dt > a .link,
dl.linkTicket > dt > span .link {
  font-size: 1.4rem;
}
dl.linkTicket > dt > a .link:after,
dl.linkTicket > dt > span .link:after {
  content: "\f105";
  font-family: "fontAwesome";
  font-size: 1.5rem;
  margin-left: 0.5rem;
}
dl.linkTicket > dd {
  border: 1px solid #D3D3D3;
  padding: 1rem;
}
dl.linkTicket > dd > dl {
  font-size: 1.4rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 2em;
}
dl.linkTicket > dd > dl dt {
  background: #eee;
  color: #000;
  font-size: 1.1rem;
  margin-right: 1rem;
  padding: 0 0.5em;
}
dl.linkTicket > dd > dl.max {
  width: 100%;
}
@media screen and (max-width: 768px) {
  dl.linkTicket {
    margin-top: 1rem;
  }
  dl.linkTicket > dt > a,
  dl.linkTicket > dt > span {
    padding: 0.5rem 1rem;
  }
  dl.linkTicket > dt > a .link,
  dl.linkTicket > dt > span .link {
    font-size: 1.2rem;
  }
  dl.linkTicket > dt > a .link:after,
  dl.linkTicket > dt > span .link:after {
    font-size: 1.3rem;
  }
  dl.linkTicket > dd {
    border: 1px solid #D3D3D3;
    padding: 1rem;
  }
  dl.linkTicket > dd > dl {
    font-size: 1.2rem;
    padding-right: 1em;
    line-height: 1.5;
  }
  dl.linkTicket > dd > dl dt,
  dl.linkTicket > dd > dl dd {
    margin: 0.5rem 0;
  }
  dl.linkTicket > dd > dl dt {
    font-size: 1.1rem;
    margin-right: 1rem;
    padding: 0 0.5em;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 6rem;
    text-align: center;
  }
}

@-webkit-keyframes onpuanim {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes onpuanim {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.kazari-onpu {
  display: block;
  width: 22.7rem;
  height: 17rem;
  position: relative;
}
.kazari-onpu > * {
  position: absolute;
  opacity: 0;
}
.kazari-onpu .k1 {
  left: 0;
  top: 1rem;
  width: 9.9rem;
  height: 9.5rem;
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.kazari-onpu .k2 {
  top: 4.6rem;
  left: 7.5rem;
  width: 11.7rem;
  height: 12.4rem;
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.kazari-onpu .k3 {
  top: 0rem;
  right: 0;
  width: 8.4rem;
  height: 7.2rem;
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
.kazari-onpu.on .k1 {
  -webkit-animation: 1s 0.4s "onpuanim" ease-out both;
          animation: 1s 0.4s "onpuanim" ease-out both;
}
.kazari-onpu.on .k2 {
  -webkit-animation: 1s 0.2s "onpuanim" ease-out both;
          animation: 1s 0.2s "onpuanim" ease-out both;
}
.kazari-onpu.on .k3 {
  -webkit-animation: 1s 0s "onpuanim" ease-out both;
          animation: 1s 0s "onpuanim" ease-out both;
}
@media screen and (max-width: 768px) {
  .kazari-onpu {
    display: block;
    width: 11.8rem;
    height: 8.84rem;
    position: relative;
  }
  .kazari-onpu > * {
    position: absolute;
    opacity: 0;
  }
  .kazari-onpu .k1 {
    left: 0;
    top: 1rem;
    width: 5.15rem;
    height: 4.94rem;
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  .kazari-onpu .k2 {
    top: 2.39rem;
    left: 3.9rem;
    width: 6.08rem;
    height: 6.45rem;
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  .kazari-onpu .k3 {
    top: 0rem;
    right: 0;
    width: 4.37rem;
    height: 3.74rem;
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
  .kazari-onpu.on .k1 {
    -webkit-animation: 1s 0.4s "onpuanim" ease-out both;
            animation: 1s 0.4s "onpuanim" ease-out both;
  }
  .kazari-onpu.on .k2 {
    -webkit-animation: 1s 0.2s "onpuanim" ease-out both;
            animation: 1s 0.2s "onpuanim" ease-out both;
  }
  .kazari-onpu.on .k3 {
    -webkit-animation: 1s 0s "onpuanim" ease-out both;
            animation: 1s 0s "onpuanim" ease-out both;
  }
}

.mainTitle {
  position: relative;
  height: 24.7rem;
  overflow-y: hidden;
  background: url(../img/common/titlebg.png) right bottom/cover no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
}
.mainTitle__text {
  display: block;
  font-size: 2.8rem;
  font-weight: 700;
}
.mainTitle h1 {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #6AC0BC;
  line-height: 1;
  color: #fff;
  text-align: center;
  padding: 2rem 4rem;
}
.mainTitle h1:before {
  display: inline-block;
  width: 100%;
  content: attr(data-en-text);
  font-size: 8rem;
  font-family: "Poppins", sans-serif;
  font-weight: 900;
}
.mainTitle h1[data-en=about]:before {
  background: url(../img/common/title-about.svg) center center/contain no-repeat;
}
.mainTitle h1[data-en=debut]:before {
  background: url(../img/common/title-debut.svg) center center/contain no-repeat;
}
.mainTitle h1[data-en=outline]:before {
  background: url(../img/common/title-outline.svg) center center/contain no-repeat;
}
.mainTitle h1[data-en=lineup]:before {
  background: url(../img/common/title-kikidokoro.svg) center center/contain no-repeat;
}
.mainTitle h1[data-en=hashigo]:before {
  background: url(../img/common/title-hashigo.svg) center center/contain no-repeat;
}
.mainTitle h1[data-en=takuji]:before {
  background: url(../img/common/title-childcare.svg) center center/contain no-repeat;
}
.mainTitle h1[data-en=artist]:before {
  background: url(../img/common/title-artist.svg) center center/contain no-repeat;
}
.mainTitle h1[data-en=program]:before {
  background: url(../img/common/title-program.svg) center center/contain no-repeat;
}
.mainTitle h1[data-en=mylist]:before {
  background: url(../img/common/title-mylist.svg) center center/contain no-repeat;
}
.mainTitle h1[data-en=date1003]:before {
  background: url(../img/common/title-1003.svg) center center/contain no-repeat;
}
.mainTitle h1[data-en=date1004]:before {
  background: url(../img/common/title-1004.svg) center center/contain no-repeat;
}
.mainTitle h1[data-en=date1005]:before {
  background: url(../img/common/title-1005.svg) center center/contain no-repeat;
}
.mainTitle h1[data-en=lobby]:before {
  background: url(../img/common/title-lobby.svg) center center/contain no-repeat;
}
.mainTitle h1[data-en=town]:before {
  background: url(../img/common/title-town.svg) center center/contain no-repeat;
}
.mainTitle h1[data-en=subway]:before {
  background: url(../img/common/title-subway.svg) center center/contain no-repeat;
}
.mainTitle h1[data-en=ticket1]:before {
  background: url(../img/common/title-ticket.svg) center center/contain no-repeat;
}
.mainTitle h1[data-en=ticket2]:before {
  background: url(../img/common/title-ticket2.svg) center center/contain no-repeat;
}
.mainTitle h1[data-en=ticket3]:before {
  background: url(../img/common/title-ticket3.svg) center center/contain no-repeat;
}
.mainTitle h1[data-en=ticket4]:before {
  background: url(../img/common/title-ticket4.svg) center center/contain no-repeat;
}
.mainTitle h1[data-en=ticket5]:before {
  background: url(../img/common/title-ticket5.svg) center center/contain no-repeat;
}
.mainTitle h1[data-en=ticket6]:before {
  background: url(../img/common/title-ticket6.svg) center center/contain no-repeat;
}
.mainTitle h1[data-en=ticket7]:before {
  background: url(../img/common/title-ticket7.svg) center center/contain no-repeat;
}
.mainTitle h1[data-en=volunteer]:before {
  background: url(../img/common/title-volunteer.svg) center center/contain no-repeat;
}
.mainTitle h1[data-en=performer]:before {
  background: url(../img/common/title-performer.svg) center center/contain no-repeat;
}
.mainTitle h1[data-en=policy]:before {
  background: url(../img/common/title-policy.svg) center center/contain no-repeat;
}
.mainTitle h1[data-en=access]:before {
  background: url(../img/common/title-access.svg) center center/contain no-repeat;
}
.mainTitle h1[data-en=news]:before {
  background: url(../img/common/title-news.svg) center center/contain no-repeat;
}
.mainTitle h1[data-en=contact]:before {
  background: url(../img/common/title-contact.svg) center center/contain no-repeat;
}
.mainTitle h1[data-en=pamphlet]:before {
  background: url(../img/common/title-pamphlet.svg) center center/contain no-repeat;
}
.mainTitle h1[data-en=notfound]:before {
  background: url(../img/common/title-notfound.svg) center center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .mainTitle {
    height: 20rem;
    margin-top: 50px;
  }
  .mainTitle__text {
    font-size: 5vw;
  }
  .mainTitle h1 {
    z-index: 3;
    padding: 1rem 2rem;
  }
  .mainTitle h1:before {
    font-size: 10vw;
  }
  .mainTitle h1[data-en=about]:before {
    background: url(../img/common/title-about.svg) center center/contain no-repeat;
  }
  .mainTitle h1[data-en=debut]:before {
    background: url(../img/common/title-debut.svg) center center/contain no-repeat;
  }
  .mainTitle h1[data-en=lineup]:before {
    background: url(../img/common/title-kikidokoro.svg) center center/contain no-repeat;
  }
  .mainTitle h1[data-en=outline]:before {
    background: url(../img/common/title-outline.svg) center center/contain no-repeat;
  }
  .mainTitle h1[data-en=hashigo]:before {
    background: url(../img/common/title-hashigo.svg) center center/contain no-repeat;
  }
  .mainTitle h1[data-en=artist]:before {
    background: url(../img/common/title-artist.svg) center center/contain no-repeat;
  }
  .mainTitle h1[data-en=program]:before {
    background: url(../img/common/title-program.svg) center center/contain no-repeat;
  }
  .mainTitle h1[data-en=mylist]:before {
    background: url(../img/common/title-mylist.svg) center center/contain no-repeat;
  }
  .mainTitle h1[data-en=date1003]:before {
    background: url(../img/common/title-1003.svg) center center/contain no-repeat;
  }
  .mainTitle h1[data-en=date1004]:before {
    background: url(../img/common/title-1004.svg) center center/contain no-repeat;
  }
  .mainTitle h1[data-en=date1005]:before {
    background: url(../img/common/title-1005.svg) center center/contain no-repeat;
  }
  .mainTitle h1[data-en=date1006]:before {
    background: url(../img/common/title-1006.svg) center center/contain no-repeat;
  }
  .mainTitle h1[data-en=lobby]:before {
    background: url(../img/common/title-lobby.svg) center center/contain no-repeat;
  }
  .mainTitle h1[data-en=town]:before {
    background: url(../img/common/title-town.svg) center center/contain no-repeat;
  }
  .mainTitle h1[data-en=subway]:before {
    background: url(../img/common/title-subway.svg) center center/contain no-repeat;
  }
  .mainTitle h1[data-en=ticket1]:before {
    background: url(../img/common/title-ticket.svg) center center/contain no-repeat;
  }
  .mainTitle h1[data-en=ticket2]:before {
    background: url(../img/common/title-ticket2.svg) center center/contain no-repeat;
  }
  .mainTitle h1[data-en=ticket3]:before {
    background: url(../img/common/title-ticket3.svg) center center/contain no-repeat;
  }
  .mainTitle h1[data-en=ticket4]:before {
    background: url(../img/common/title-ticket4.svg) center center/contain no-repeat;
  }
  .mainTitle h1[data-en=ticket5]:before {
    background: url(../img/common/title-ticket5.svg) center center/contain no-repeat;
  }
  .mainTitle h1[data-en=ticket6]:before {
    background: url(../img/common/title-ticket6.svg) center center/contain no-repeat;
  }
  .mainTitle h1[data-en=ticket7]:before {
    background: url(../img/common/title-ticket7.svg) center center/contain no-repeat;
  }
  .mainTitle h1[data-en=volunteer]:before {
    background: url(../img/common/title-volunteer.svg) center center/contain no-repeat;
  }
  .mainTitle h1[data-en=performer]:before {
    background: url(../img/common/title-performer.svg) center center/contain no-repeat;
  }
  .mainTitle h1[data-en=policy]:before {
    background: url(../img/common/title-policy.svg) center center/contain no-repeat;
  }
  .mainTitle h1[data-en=access]:before {
    background: url(../img/common/title-access.svg) center center/contain no-repeat;
  }
  .mainTitle h1[data-en=news]:before {
    background: url(../img/common/title-news.svg) center center/contain no-repeat;
  }
  .mainTitle h1[data-en=contact]:before {
    background: url(../img/common/title-contact.svg) center center/contain no-repeat;
  }
  .mainTitle h1[data-en=pamphlet]:before {
    background: url(../img/common/title-pamphlet.svg) center center/contain no-repeat;
  }
  .mainTitle h1[data-en=notfound]:before {
    background: url(../img/common/title-notfound.svg) center center/contain no-repeat;
  }
}

.mainLead {
  max-width: 91rem;
  margin: 6rem auto;
}
.mainLead p + p {
  margin-top: 2em;
}
.mainLead h2 {
  font-size: 3.5rem;
  font-weight: 700;
  color: #6AC0BC;
  line-height: 1.5;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .mainLead {
    margin: 3rem auto;
    padding: 0 2rem;
  }
  .mainLead p + p {
    margin-top: 2em;
  }
  .mainLead h2 {
    font-size: 2.2rem;
  }
}

.mainImage {
  position: relative;
  width: 100%;
}
.mainImage .image {
  overflow: hidden;
  max-width: 100%;
  z-index: 2;
}
.mainImage .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mainImage--hashigo {
  min-height: 29rem;
  margin-top: 10rem;
  margin-bottom: 15rem;
}
.mainImage .text-hashigo {
  width: 100%;
  max-width: 93rem;
  z-index: 2;
  padding: 0 0 0 35rem;
  min-height: 29rem;
  margin: 0 auto;
  position: relative;
}
.mainImage .text-hashigo .kanda-img {
  display: block;
  position: absolute;
  top: 0;
  left: 0%;
  width: 30rem;
  border-radius: 100%;
}
.mainImage .text-hashigo h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1rem;
  color: #6AC0BC;
}
.mainImage .text-hashigo dl dt {
  font-size: 1.7rem;
  font-weight: 500;
  margin: 1rem 0 0rem;
}
.mainImage .text-hashigo dl dd {
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .mainImage .image {
    width: 100%;
    min-height: auto;
    z-index: 2;
  }
  .mainImage .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .mainImage:after {
    display: none;
  }
  .mainImage--hashigo {
    min-height: 0;
    margin-top: 0;
    margin-bottom: 5rem;
  }
  .mainImage .text-hashigo {
    border-radius: 2rem;
    width: 96vw;
    padding: 22rem 4% 0rem;
    min-height: 0;
  }
  .mainImage .text-hashigo .kanda-img {
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 20rem;
  }
  .mainImage .text-hashigo h2 {
    font-size: 1.8rem;
  }
  .mainImage .text-hashigo dl dt {
    font-size: 1.5rem;
  }
  .mainImage .text-hashigo dl dd {
    font-size: 1.2rem;
  }
}

.mainContents {
  margin-top: 6rem;
  padding-bottom: 10rem;
}
.mainContents__inner {
  max-width: 114rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mainContents__inner--center {
  display: block;
}
.mainContents__inner--center .mainContents__art {
  max-width: 100% !important;
  -ms-flex-preferred-size: 100% !important;
      flex-basis: 100% !important;
}
.mainContents__inner--center .mainContents__sec {
  margin-right: 0;
  padding: 7rem 4rem 7rem 4rem;
}
.mainContents__inner--center .mainContents__sec--left {
  max-width: 80%;
  margin: 0 auto 0 0;
}
.mainContents__inner--center .mainContents__sec--left .section__inner {
  padding: 2rem 15% 0 5%;
}
.mainContents__inner--center .mainContents__sec--right {
  max-width: 80%;
  margin: 0 0 0 auto;
}
.mainContents__inner--center .mainContents__sec--right .section__inner {
  padding: 2rem 5% 0 15%;
}
.mainContents__inner--center .mainContents__sec--center {
  max-width: 100%;
  margin: 0 auto;
}
.mainContents__inner--center .mainContents__sec--center .section__inner {
  padding: 2rem 15% 0 5%;
}
.mainContents__nav {
  -ms-flex-preferred-size: 28rem;
      flex-basis: 28rem;
  max-width: 28rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 1.4rem;
  padding-top: 6rem;
  font-weight: 700;
  padding-bottom: 25rem;
}
.mainContents__nav .navFollow {
  display: block;
  position: sticky;
  top: 8rem;
  left: 0;
  padding-right: 3rem;
}
.mainContents__nav .navFollow li {
  margin: 2rem 0;
  line-height: 1.5;
}
.mainContents__nav .navFollow li a {
  position: relative;
}
.mainContents__nav .navFollow li a.active:before {
  content: "●";
  display: block;
  position: absolute;
  margin-left: -1.5em;
}
.mainContents__nav .navFollow[data-sl=all] > li[data-sl=all] a:before, .mainContents__nav .navFollow[data-sl=あ] > li[data-sl=あ] a:before, .mainContents__nav .navFollow[data-sl=か] > li[data-sl=か] a:before, .mainContents__nav .navFollow[data-sl=さ] > li[data-sl=さ] a:before, .mainContents__nav .navFollow[data-sl=た] > li[data-sl=た] a:before, .mainContents__nav .navFollow[data-sl=な] > li[data-sl=な] a:before, .mainContents__nav .navFollow[data-sl=は] > li[data-sl=は] a:before, .mainContents__nav .navFollow[data-sl=ま] > li[data-sl=ま] a:before, .mainContents__nav .navFollow[data-sl=や] > li[data-sl=や] a:before, .mainContents__nav .navFollow[data-sl=ら] > li[data-sl=ら] a:before, .mainContents__nav .navFollow[data-sl=わ] > li[data-sl=わ] a:before {
  content: "●";
  display: block;
  position: absolute;
  margin-left: -1.5em;
}
.mainContents__nav a {
  background: none;
}
.mainContents__art {
  -ms-flex-preferred-size: calc(100% - 28rem);
      flex-basis: calc(100% - 28rem);
  max-width: calc(100% - 28rem);
}
.mainContents__sec {
  margin-right: calc(55rem - 50vw);
  background: #fff;
  padding: 3rem calc(50vw - 55rem) 3rem 4rem;
}
.mainContents .scroll__blc {
  margin-bottom: 10rem;
  margin-top: -3rem;
  padding-top: 5rem;
}
.mainContents .scroll__blc--hashigo {
  margin-top: -12rem;
  padding-top: 12rem;
}
.mainContents__h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 3rem 0rem;
}
.mainContents__h2--v1:before {
  background-position: 0% 0;
}
.mainContents__h2 h2 {
  font-size: 3.5rem;
  font-weight: 700;
  color: #6AC0BC;
  line-height: 1.5;
}
.mainContents__h2 h2 span {
  font-size: 2rem;
}
.mainContents__h2 p {
  font-size: 1.6rem;
}
.mainContents__h2--ticket {
  margin-top: -8rem;
  padding-top: 8rem;
}
.mainContents__h2--ticket:before {
  height: 4rem;
  border-top-right-radius: 10em;
  border-bottom-right-radius: 10em;
}
.mainContents__h2--ticket h2 {
  font-size: 2.7rem;
  line-height: 1.5;
}
.mainContents__h2--ticket h2 span.sml {
  font-size: 0.8em;
}
.mainContents__h2--town h2 {
  font-weight: 500;
}
.mainContents__h2--town h2 strong {
  font-size: 1.4em;
}
.mainContents * + .mainContents__h2--ticket {
  margin-top: 0rem;
  padding-top: 8rem;
}
.mainContents__h3 {
  margin: 5rem 0 3rem;
}
.mainContents__h3 > * {
  font-size: 2rem;
  background: #eee;
  border-radius: 3px;
  padding: 0.5rem 0;
  text-align: center;
  font-weight: 700;
}
.mainContents .section__inner + .section__inner {
  margin-top: 10rem;
}
.mainContents .section__inner--2 {
  margin-left: -3rem;
}
@media screen and (max-width: 768px) {
  .mainContents {
    margin-top: 3rem;
    padding-bottom: 20rem;
  }
  .mainContents__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .mainContents__inner--center {
    display: block;
  }
  .mainContents__inner--center .mainContents__art {
    max-width: 100% !important;
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
  }
  .mainContents__inner--center .mainContents__sec {
    padding: 3rem 2rem;
  }
  .mainContents__inner--center .mainContents__sec--left {
    max-width: none;
    margin: 0 auto 0 0;
  }
  .mainContents__inner--center .mainContents__sec--left .section__inner {
    padding: 2rem 0 0 0;
  }
  .mainContents__inner--center .mainContents__sec--right {
    max-width: none;
    margin: 0 0 0 auto;
  }
  .mainContents__inner--center .mainContents__sec--right .section__inner {
    padding: 2rem 0 0 0;
  }
  .mainContents__inner--center .mainContents__sec--center {
    max-width: none;
    margin: 0 auto;
  }
  .mainContents__inner--center .mainContents__sec--center .section__inner {
    padding: 2rem 0 0 0;
  }
  .mainContents__nav {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-size: 1.2rem;
    padding-top: 2rem;
    padding: 2rem;
    background: #EFF8FC;
    margin-bottom: 3rem;
  }
  .mainContents__nav .navFollow {
    display: block;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .mainContents__nav .navFollow li {
    margin: 0 0;
  }
  .mainContents__nav .navFollow li:not(:last-child):after {
    content: "/";
    margin: 0 1rem;
  }
  .mainContents__nav .navFollow li a {
    position: relative;
  }
  .mainContents__nav .navFollow li a.active:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    top: auto;
    background: #6AC0BC;
    width: 100%;
    height: 3px;
    margin-left: 0;
  }
  .mainContents__nav .navFollow[data-sl=all] > li[data-sl=all] a:before, .mainContents__nav .navFollow[data-sl=あ] > li[data-sl=あ] a:before, .mainContents__nav .navFollow[data-sl=か] > li[data-sl=か] a:before, .mainContents__nav .navFollow[data-sl=さ] > li[data-sl=さ] a:before, .mainContents__nav .navFollow[data-sl=た] > li[data-sl=た] a:before, .mainContents__nav .navFollow[data-sl=な] > li[data-sl=な] a:before, .mainContents__nav .navFollow[data-sl=は] > li[data-sl=は] a:before, .mainContents__nav .navFollow[data-sl=ま] > li[data-sl=ま] a:before, .mainContents__nav .navFollow[data-sl=や] > li[data-sl=や] a:before, .mainContents__nav .navFollow[data-sl=ら] > li[data-sl=ら] a:before, .mainContents__nav .navFollow[data-sl=わ] > li[data-sl=わ] a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    top: auto;
    background: #6AC0BC;
    width: 100%;
    height: 3px;
    margin-left: 0;
  }
  .mainContents__art {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .mainContents__sec {
    margin-right: 0;
    padding: 0 2rem;
    background: transparent;
  }
  .mainContents .scroll__blc {
    margin-bottom: 3rem;
    margin-top: 0rem;
    padding-top: 0rem;
  }
  .mainContents .scroll__blc--hashigo {
    margin-top: -8rem;
    padding-top: 8rem;
  }
  .mainContents__h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0 0 1rem 0rem;
  }
  .mainContents__h2 > * {
    margin-left: 0rem;
    margin-top: 5rem;
  }
  .mainContents__h2--v1:before {
    background-position: 0% 0;
  }
  .mainContents__h2 h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #6AC0BC;
    line-height: 1.5;
  }
  .mainContents__h2 h2 span {
    font-size: 1.4rem;
  }
  .mainContents__h2 p {
    font-size: 1.4rem;
  }
  .mainContents__h2--ticket {
    margin-top: -6rem;
    padding-top: 6rem;
    margin-left: 0rem;
  }
  .mainContents__h2--ticket > * {
    margin-left: 0;
    margin-top: 0;
  }
  .mainContents__h2--ticket:before {
    height: 4rem;
  }
  .mainContents__h2--ticket h2 {
    font-size: 1.8rem;
  }
  .mainContents__h2--ticket h2 span.sml {
    font-size: 0.7em;
  }
  .mainContents * + .mainContents__h2--ticket {
    margin-top: 0rem;
    padding-top: 6rem;
  }
  .mainContents__h3 {
    margin: 3rem 0 2rem;
  }
  .mainContents__h3 > * {
    font-size: 1.6rem;
    padding: 0.2rem 0;
  }
  .mainContents .section__inner + .section__inner {
    margin-top: 5rem;
  }
  .mainContents .section__inner--2 {
    margin-left: 0;
  }
  .mainContents .section__inner2 {
    padding-left: 0;
  }
}

.prg .mainContents__nav {
  -ms-flex-preferred-size: 18rem;
      flex-basis: 18rem;
  max-width: 18rem;
}
.prg .mainContents__art {
  -ms-flex-preferred-size: calc(100% - 18rem);
      flex-basis: calc(100% - 18rem);
  max-width: calc(100% - 18rem);
}
@media screen and (max-width: 768px) {
  .prg .mainContents__nav {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .prg .mainContents__art {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}

.seat-favo {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -5px;
}
@media screen and (max-width: 768px) {
  .seat-favo {
    margin: 0;
  }
}
.seat-favo > * {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
  font-weight: bold;
  font-size: 1.2rem;
  padding: 0 5px;
}
@media screen and (max-width: 768px) {
  .seat-favo > * {
    font-size: 1rem;
    padding: 0;
  }
  .seat-favo > *:nth-child(1) {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
  .seat-favo > *:nth-child(2) {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
}
.seat-favo > * a,
.seat-favo > .remain {
  height: 4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .seat-favo > * a,
  .seat-favo > .remain {
    height: 45px;
  }
}
.seat-favo > * a {
  background: #6AC0BC;
  color: #fff;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  .seat-favo > * a {
    -webkit-box-shadow: 0 0 0;
            box-shadow: 0 0 0;
  }
}
.seat-favo > * a:hover {
  background: #999;
  color: #fff;
}
.seat-favo > .remain {
  background: #ccc;
  color: #584A49;
}

.link-round {
  padding: 2rem 0;
  text-align: center;
}
.link-round > a {
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  background: #6AC0BC;
  padding: 1rem 5rem;
  max-width: 50rem;
  width: 100%;
  border: 3px solid #fff;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  display: inline-block;
  border-radius: 10em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .link-round > a {
    font-size: 1.4rem;
    padding: 1rem 5rem;
  }
}
.link-round > a:hover {
  background: #A1D5E9;
}
.link-round > a:after {
  content: "\f105";
  font-family: "fontAwesome";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.link-round--gold > a {
  background: #6AC0BC;
}
.link-round--gold > a:hover {
  background: #A1D5E9;
}
.link-round--external > a:after {
  content: "\f08e";
}

.wpfp-link.remove-parent {
  width: 100%;
  padding: 0.5em 0;
  font-weight: 700;
  background: #000;
  text-align: center;
  display: block;
  font-size: 1.4rem;
  margin-top: 0.5em;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadein {
  opacity: 0;
}
.fadein.on {
  opacity: 1;
}

.orn {
  position: absolute;
  display: block;
}

.fadeupin {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out, -webkit-transform 1s ease-out;
}
.fadeupin.on {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

@keyframes fadeupin {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@-webkit-keyframes anime1 {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
}
@keyframes anime1 {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
}
@-webkit-keyframes anime2 {
  0% {
    -webkit-transform: translate(-55%, 0);
            transform: translate(-55%, 0);
  }
  100% {
    -webkit-transform: translate(55%, 80%);
            transform: translate(55%, 80%);
  }
}
@keyframes anime2 {
  0% {
    -webkit-transform: translate(-55%, 0);
            transform: translate(-55%, 0);
  }
  100% {
    -webkit-transform: translate(55%, 80%);
            transform: translate(55%, 80%);
  }
}
@-webkit-keyframes anime3 {
  0% {
    -webkit-transform: translate(-25%, 0);
            transform: translate(-25%, 0);
  }
  100% {
    -webkit-transform: translate(25%, -50%);
            transform: translate(25%, -50%);
  }
}
@keyframes anime3 {
  0% {
    -webkit-transform: translate(-25%, 0);
            transform: translate(-25%, 0);
  }
  100% {
    -webkit-transform: translate(25%, -50%);
            transform: translate(25%, -50%);
  }
}
.anime1 {
  -webkit-animation: 4s 0s anime1 ease-in-out infinite;
          animation: 4s 0s anime1 ease-in-out infinite;
}
.anime1--2 {
  -webkit-animation-duration: 4.5s;
          animation-duration: 4.5s;
}
.anime1--3 {
  -webkit-animation-duration: 5.5s;
          animation-duration: 5.5s;
}

.anime2 {
  -webkit-animation: anime2 10s linear infinite;
          animation: anime2 10s linear infinite;
}

.anime3 {
  -webkit-animation: anime3 5s linear infinite;
          animation: anime3 5s linear infinite;
}

main.toppage {
  padding-bottom: 0;
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  main.toppage {
    margin-top: 5rem;
  }
}

.topborder {
  height: 5rem;
  background: url(../img/toppage/border-bg.png) center center/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .topborder {
    height: 3rem;
  }
}

.yajibutton {
  text-align: center;
  margin-top: 3rem;
}
.yajibutton--left {
  text-align: left;
}
.yajibutton a,
.yajibutton span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  color: #6AC0BC;
  font-weight: 500;
}
.yajibutton a:after,
.yajibutton span:after {
  margin-left: 1rem;
  content: "";
  width: 4.5rem;
  height: 4.5rem;
  display: block;
  background: url(../img/common/link.svg) center center/contain no-repeat;
}
.yajibutton--blue a,
.yajibutton--blue span {
  color: #6AC0BC;
}
.yajibutton--blue a:after,
.yajibutton--blue span:after {
  background: url(../img/common/link.svg) center center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .yajibutton {
    margin-top: 2rem;
  }
  .yajibutton a:after,
  .yajibutton span:after {
    margin-left: 1rem;
    content: "";
    width: 3rem;
    height: 3rem;
    display: block;
    background: url(../img/common/link.svg) center center/contain no-repeat;
  }
  .yajibutton--blue a {
    color: #6AC0BC;
  }
  .yajibutton--blue a:after {
    background: url(../img/common/link.svg) center center/contain no-repeat;
  }
}

.fv {
  width: 100%;
  position: relative;
  padding-bottom: 34rem;
  z-index: 0;
  background: url(../img/toppage/fv-bg.png) center top/cover no-repeat;
}
.fv:before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 380/146;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: url(../img/toppage/fv-orn.png) left top/cover no-repeat;
  width: 28vw;
}
.fv__inner {
  height: auto;
  min-height: calc(var(--vh, 1vh) * 100 - 60px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 5rem;
}
.fv .logo,
.fv h1,
.fv h2,
.fv .catchcopy,
.fv .jigyodan40th,
.fv .countdown__wrapper {
  -webkit-animation: 1s "fadein" both;
          animation: 1s "fadein" both;
}
.fv__center {
  width: 45.6vw;
  min-width: 62rem;
}
.fv .logo {
  width: 100%;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.fv h1 {
  margin-top: 2vh;
  width: 100%;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.fv h2 {
  width: 100%;
  margin-top: 2vh;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.fv .catchcopy {
  position: absolute;
  z-index: 2;
  min-width: 26rem;
  width: 19vw;
  top: 6vh;
  left: 5vw;
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
.fv .catchcopy img {
  height: auto;
}
.fv .jigyodan40th {
  position: absolute;
  z-index: 0;
  min-width: 25.2rem;
  width: 18vw;
  top: 3vh;
  right: 2vw;
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.fv .jigyodan40th img {
  height: auto;
}
@media screen and (max-width: 768px) {
  .fv {
    min-height: calc(var(--vh, 1vh) * 100 - 55px);
    padding-top: 12vh;
    padding-bottom: 25vw;
    background: url(../img/toppage/fv-bg.png) left top/990px auto no-repeat;
  }
  .fv:before {
    width: 71vw;
  }
  .fv__center {
    width: 92vw;
    min-width: auto;
  }
  .fv .logo {
    width: 100%;
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
  }
  .fv h1 {
    margin-top: 4vh;
    display: block;
    width: 82vw;
    margin: 0 auto;
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
  }
  .fv h2 {
    width: 100%;
    margin-top: 2vh;
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
  }
  .fv .catchcopy {
    min-width: auto;
    width: 44vw;
    top: 3vh;
    left: 5vw;
    -webkit-animation-delay: 1.1s;
            animation-delay: 1.1s;
  }
  .fv .jigyodan40th {
    min-width: auto;
    width: 45vw;
    top: 1vh;
    right: 1vw;
  }
}

.countdown__wrapper {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  z-index: 3;
  display: block;
  width: 18.4vw;
  height: 16.8vw;
  position: relative;
  margin-top: -16.8vw;
}
.countdown__wrapper:after {
  content: "";
  width: 11.04vw;
  height: 12.4vw;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/toppage/fv-senclachan.png) left bottom/contain no-repeat;
}
.countdown__wrapper .ps {
  width: 12.48vw;
  height: 8.8vw;
  background: url(../img/toppage/fv-countdown.png) center center/contain no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  line-height: 1;
}
.countdown {
  position: absolute;
  top: 40%;
  left: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.countdown__timer {
  font-size: 3.76vw;
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
  line-height: 0.8;
}
.countdown__text1 {
  font-size: 1.44vw;
  padding-top: 0.2em;
}
@media screen and (max-width: 768px) {
  .countdown__wrapper {
    width: 76.8vw;
    height: 37.6vw;
    margin-top: -37.6vw;
    -webkit-transform: translateY(-5vw);
            transform: translateY(-5vw);
  }
  .countdown__wrapper .ps {
    width: 47.2vw;
    height: 29.6vw;
  }
  .countdown__wrapper:after {
    content: "";
    width: 32.8vw;
    height: 37.6vw;
  }
  .countdown {
    top: 35%;
  }
  .countdown__timer {
    font-size: 16vw;
  }
  .countdown__text1 {
    font-size: 4.8vw;
    padding-top: 0em;
  }
}

.buttonLg a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 44rem;
  height: 14.6rem;
  background: #6AC0BC;
  border-radius: 2rem;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 700;
  padding: 4rem;
  font-size: 3rem;
  line-height: 1.1;
  position: relative;
}
.buttonLg a:after {
  content: "";
  background: url(../img/common/yaji-wh.svg) center center/contain no-repeat;
  width: 15px;
  height: 26px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.buttonLg a:before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  background: #279488;
  display: block;
  top: 5px;
  left: 0;
  position: absolute;
  z-index: -1;
}
.buttonLg--pink a {
  background: #F15B6C;
}
.buttonLg--pink a:before {
  background: #E4202E;
}
@media screen and (max-width: 768px) {
  .buttonLg a {
    width: auto;
    height: 9.6rem;
    border-radius: 2rem;
    font-weight: 700;
    padding: 3rem;
    font-size: 2.1rem;
  }
  .buttonLg a:after {
    width: 8px;
    height: 15px;
  }
  .buttonLg a:before {
    top: 3px;
  }
}
.buttonMd a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 4.4rem;
  background: #6AC0BC;
  border-radius: 10rem;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 700;
  padding: 0 2rem;
  font-size: 1.8rem;
  line-height: 1.1;
  position: relative;
}
.buttonMd a:after {
  content: "";
  background: url(../img/common/yaji-wh.svg) center center/contain no-repeat;
  width: 8px;
  height: 14px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 3rem;
}
.buttonMd--pink a {
  background: #F15B6C;
}
@media screen and (max-width: 768px) {
  .buttonMd a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 4.4rem;
    padding: 0 2rem;
    font-size: 1.4rem;
    line-height: 1.1;
    position: relative;
  }
  .buttonMd a:after {
    width: 6px;
    height: 12px;
    margin-left: 2rem;
  }
  .buttonMd--pink a {
    background: #F15B6C;
  }
}

.topDebut {
  margin: 0 auto;
  position: relative;
  margin-top: -28rem;
  padding: 0 0 5rem 0;
  z-index: 1;
  background: url(../img/toppage/pamphlet-bg2.png) center top/40px auto repeat-x;
  /*&:before {
      background-image: linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0));
  }*/
}
.topDebut__inner {
  padding: 8rem 7rem 0rem;
  border-radius: 3rem;
  margin: -16rem auto 0;
  background: url(../img/toppage/pamphlet-bg.png) center top/800px auto no-repeat;
}
.topDebut__inner .title {
  max-width: 54rem;
  -webkit-transform: translateY(-2rem);
          transform: translateY(-2rem);
  margin: 0 auto -2rem;
}
.topDebut__inner--2 {
  position: relative;
  margin: 1rem auto 0;
  max-width: 79rem;
}
.topDebut__image {
  max-width: 67rem;
  margin: 4rem auto;
}
.topDebut__lead {
  text-align: center;
  font-size: 3.2rem;
}
.topDebut__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 6rem -2rem 5rem;
}
.topDebut__button > * {
  padding: 0 2rem;
}
@media screen and (max-width: 768px) {
  .topDebut {
    margin: 0 auto;
    position: relative;
    margin-top: -15vw;
    padding: 0 0 5rem 0;
    z-index: 3;
    background: url(../img/toppage/pamphlet-bg2.png) center top/40px auto repeat-x;
    /*&:before {
        background-image: linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0));
    }*/
  }
  .topDebut__image {
    margin: -5rem -2rem 2rem;
  }
  .topDebut__lead {
    font-size: 1.8rem;
    margin: 0 -2rem;
  }
  .topDebut__button {
    display: block;
    margin: 3rem 0rem 0rem;
  }
  .topDebut__button > * {
    padding: 1rem 0;
  }
  .topDebut__inner {
    max-width: 100%;
    padding: 15vw 7vw 0rem;
    margin: -5vw auto 0;
  }
  .topDebut__inner .title {
    max-width: 88vw;
    -webkit-transform: translateY(-13vw);
            transform: translateY(-13vw);
    margin: 0 auto -2rem;
  }
  .topDebut__inner .place h3 {
    font-size: 1.6rem;
  }
  .topDebut__inner .place .kara {
    font-size: 2rem;
    margin: 0 -3vw;
  }
  .topDebut__inner .place dl dt,
  .topDebut__inner .place dl dd {
    margin-bottom: 1rem;
  }
  .topDebut__inner .place dl dt {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    font-size: 1.2rem;
  }
  .topDebut__inner .place dl dt span {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 5.5rem;
    height: 5.5rem;
  }
  .topDebut__inner .place dl dd {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    font-size: 1.4rem;
  }
  .topDebut__inner--2 {
    max-width: 84vw;
  }
}

@-webkit-keyframes tsns-heart1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  5% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
  }
  90% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes tsns-heart1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  5% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
  }
  90% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes tsns-buruburu {
  0% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
  100% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
}
@keyframes tsns-buruburu {
  0% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
  100% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
}
.topTicket {
  background: #E9F6F5;
  padding: 5rem 0;
}
.topTicket .topTicket__banner a {
  display: block;
  margin: 0 auto;
  max-width: 96rem;
  width: 100%;
  aspect-ratio: 953/336;
  background: url(../img/toppage/ticket-banner.svg) center center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .topTicket {
    display: none;
  }
  .topTicket .topTicket__banner a {
    width: 80vw;
    aspect-ratio: 400/330;
    background: url(../img/toppage/ticket-banner-sp.svg) center center/contain no-repeat;
  }
}

.topSNS {
  margin: 0 auto;
  padding: 4rem 0;
  max-width: 73rem;
}
.topSNS__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -1.5rem;
}
.topSNS__inner > * {
  padding: 0 1.5rem;
}
.topSNS__inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -1.5rem;
}
.topSNS__inner ul > * {
  padding: 0 1.5rem;
}
.topSNS__inner ul > * img {
  width: 7.5rem;
  height: 7.5rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.topSNS__inner ul > * a:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.topSNS__inner .kazari {
  max-width: 15rem;
}
.topSNS__inner .kazari .sumaho {
  position: relative;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.topSNS__inner .kazari .sumaho:hover img {
  -webkit-animation: 0.1s "tsns-buruburu" linear both 3;
          animation: 0.1s "tsns-buruburu" linear both 3;
}
.topSNS__inner .kazari .sumaho:before, .topSNS__inner .kazari .sumaho:after {
  content: "";
  position: absolute;
  z-index: 1;
}
.topSNS__inner .kazari .sumaho.on {
  -webkit-animation: 0.5s "tsns-heart1" cubic-bezier(0.9, 0.54, 0, 0.95) both;
          animation: 0.5s "tsns-heart1" cubic-bezier(0.9, 0.54, 0, 0.95) both;
}
.topSNS__inner .kazari .sumaho.on:before {
  top: 3%;
  right: -10%;
  width: 6rem;
  height: 6rem;
  background: url(../img/toppage/sns-kazari2.svg) center center/contain no-repeat;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-animation: 0.8s 0.5s "tsns-heart1" cubic-bezier(0.9, 0.54, 0, 0.95) both;
          animation: 0.8s 0.5s "tsns-heart1" cubic-bezier(0.9, 0.54, 0, 0.95) both;
}
.topSNS__inner .kazari .sumaho.on:after {
  top: 14%;
  right: 4%;
  width: 2.8rem;
  height: 2.5rem;
  background: url(../img/toppage/sns-kazari3.svg) center center/contain no-repeat;
  -webkit-animation: 0.5s 1.3s "tsns-heart1" cubic-bezier(0.9, 0.54, 0, 0.95) both;
          animation: 0.5s 1.3s "tsns-heart1" cubic-bezier(0.9, 0.54, 0, 0.95) both;
}
@media screen and (max-width: 768px) {
  .topSNS {
    margin: 0 auto;
    padding: 4rem 0;
    max-width: 23rem;
  }
  .topSNS__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 -1.5rem;
  }
  .topSNS__inner > * {
    padding: 0 1.5rem;
  }
  .topSNS__inner .title {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 2rem;
  }
  .topSNS__inner ul {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 -1.5rem;
  }
  .topSNS__inner ul > * {
    padding: 0 1.5rem;
  }
  .topSNS__inner ul > * img {
    width: 7.5rem;
    height: 7.5rem;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .topSNS__inner ul > * a:hover img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .topSNS__inner .kazari {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 1rem;
  }
  .topSNS__inner .kazari .sumaho {
    width: 8rem;
    position: relative;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  .topSNS__inner .kazari .sumaho:hover img {
    -webkit-animation: 0.1s "tsns-buruburu" linear both 3;
            animation: 0.1s "tsns-buruburu" linear both 3;
  }
  .topSNS__inner .kazari .sumaho.on {
    -webkit-animation: 0.5s "tsns-heart1" cubic-bezier(0.9, 0.54, 0, 0.95) both;
            animation: 0.5s "tsns-heart1" cubic-bezier(0.9, 0.54, 0, 0.95) both;
  }
  .topSNS__inner .kazari .sumaho.on:before {
    top: 14%;
    right: -5%;
    width: 3rem;
    height: 3rem;
    -webkit-animation: 0.8s 0.5s "tsns-heart1" cubic-bezier(0.9, 0.54, 0, 0.95) both;
            animation: 0.8s 0.5s "tsns-heart1" cubic-bezier(0.9, 0.54, 0, 0.95) both;
  }
  .topSNS__inner .kazari .sumaho.on:after {
    top: 22%;
    right: 3%;
    width: 1.6rem;
    height: 1.2rem;
    background: url(../img/toppage/sns-kazari3.svg) center center/contain no-repeat;
    -webkit-animation: 0.5s 1.3s "tsns-heart1" cubic-bezier(0.9, 0.54, 0, 0.95) both;
            animation: 0.5s 1.3s "tsns-heart1" cubic-bezier(0.9, 0.54, 0, 0.95) both;
  }
}

.topEnjoy {
  background: url(../img/toppage/fv-bg.png) center center/cover no-repeat;
  background-attachment: fixed;
  padding: 12.5rem 0;
}
.topEnjoy .title {
  max-width: 37rem;
  margin: 0 auto;
  position: relative;
  padding-right: 5rem;
  z-index: 1;
}
.topEnjoy .title.on:before, .topEnjoy .title.on:after {
  -webkit-animation: 1s 0.5s "fadeupin" both;
          animation: 1s 0.5s "fadeupin" both;
}
.topEnjoy .title:after {
  content: "";
  display: block;
  opacity: 0;
  width: 24.6rem;
  height: 24.9rem;
  margin: 2rem auto 0;
  background: url(../img/toppage/enjoy-orn3.png) center center/contain no-repeat;
}
.topEnjoy__white {
  max-width: 110rem;
  margin: 0 auto;
  background: #fff;
  border-radius: 3rem;
  padding: 7rem 7.5rem 6rem;
  background: #fff url(../img/toppage/enjoy-bg.png) left top/545px 510px no-repeat;
  position: relative;
}
.topEnjoy__white .orn--1 {
  width: 11.2rem;
  height: 11.9rem;
  right: -2rem;
  top: -5rem;
  background: url(../img/toppage/enjoy-orn1.png) center center/contain no-repeat;
}
.topEnjoy__white .orn--2 {
  width: 20rem;
  height: 15.2rem;
  background: url(../img/toppage/enjoy-orn2.png) center center/contain no-repeat;
  bottom: -5rem;
  left: -5%;
}
.topEnjoy__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.topEnjoy__inner > * {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
}
.topEnjoy__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -0.7rem;
  position: relative;
}
.topEnjoy__list > * {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
  padding: 0.7rem;
  position: relative;
  z-index: 1;
  opacity: 0;
}
.topEnjoy__list.on > *:nth-child(1) {
  -webkit-animation: "fadeupin" 1s 0s ease-out both;
          animation: "fadeupin" 1s 0s ease-out both;
}
.topEnjoy__list.on > *:nth-child(2) {
  -webkit-animation: "fadeupin" 1s 0.2s ease-out both;
          animation: "fadeupin" 1s 0.2s ease-out both;
}
.topEnjoy__list.on > *:nth-child(3) {
  -webkit-animation: "fadeupin" 1s 0.4s ease-out both;
          animation: "fadeupin" 1s 0.4s ease-out both;
}
.topEnjoy__list.on > *:nth-child(4) {
  -webkit-animation: "fadeupin" 1s 0.6s ease-out both;
          animation: "fadeupin" 1s 0.6s ease-out both;
}
.topEnjoy__iroiro {
  font-size: 3.5rem;
  margin-top: 5rem;
  color: #F15B6C;
  text-align: center;
  font-weight: 700;
}
.topEnjoy__button {
  margin: 2.5rem -1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.topEnjoy__button > * {
  padding: 0 1rem;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
}
@media screen and (max-width: 768px) {
  .topEnjoy {
    background: url(../img/toppage/fv-bg.png) center center/200% auto repeat;
    padding: 5rem 0;
  }
  .topEnjoy .title {
    max-width: 77vw;
    padding-right: 0;
  }
  .topEnjoy .title.on:before, .topEnjoy .title.on:after {
    -webkit-animation: 1s 0.5s "fadeupin" both;
            animation: 1s 0.5s "fadeupin" both;
  }
  .topEnjoy .title:after {
    width: 50vw;
    height: 50vw;
    margin: 2rem auto 0;
  }
  .topEnjoy__white {
    max-width: 94vw;
    margin: 0 auto;
    padding: 3rem 2rem 10rem;
    background: #fff url(../img/toppage/enjoy-bg-sp.png) left top/88vw auto no-repeat;
  }
  .topEnjoy__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .topEnjoy__inner > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .topEnjoy__inner.on:before, .topEnjoy__inner.on:after {
    -webkit-animation: 1s 0.7s "fadeupin" both;
            animation: 1s 0.7s "fadeupin" both;
  }
  .topEnjoy__inner:before, .topEnjoy__inner:after {
    content: "";
    display: block;
    position: absolute;
    opacity: 0;
  }
  .topEnjoy__inner .orn--1 {
    width: 6.72rem;
    height: 7.14rem;
    right: 0rem;
    top: -5rem;
    background: url(../img/toppage/enjoy-orn1.png) center center/contain no-repeat;
  }
  .topEnjoy__inner .orn--2 {
    width: 12rem;
    height: 9.12rem;
    background: url(../img/toppage/enjoy-orn2.png) center center/contain no-repeat;
    bottom: -5rem;
    left: 0%;
  }
  .topEnjoy__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -0.5rem;
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  .topEnjoy__list > * {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    padding: 0.7rem;
    position: relative;
    z-index: 1;
    opacity: 0;
  }
  .topEnjoy__iroiro {
    font-size: 2.5rem;
    margin-top: 2rem;
    color: #F15B6C;
    text-align: center;
    font-weight: 700;
  }
  .topEnjoy__button {
    display: block;
    margin: 0rem;
  }
  .topEnjoy__button > * {
    padding: 1rem 0;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}

.topNews {
  position: relative;
  background: #fff;
  padding: 12rem 0;
}
.topNews__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 108rem;
  margin: 0 auto;
}
.topNews__left {
  padding-right: 13rem;
}
.topNews__left h2 {
  max-width: 35rem;
  margin-bottom: 4rem;
}
.topNews__lists {
  margin-top: 1rem;
}
.topNews__lists li {
  margin-bottom: 2rem;
  line-height: 1.5;
}
.topNews__lists dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
}
.topNews__lists dl .date {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 8rem;
      flex-basis: 8rem;
  max-width: 8rem;
  margin-right: 2rem;
}
.topNews__lists dl .cate {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  font-size: 1.2rem;
  height: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 8rem;
      flex-basis: 8rem;
  max-width: 8rem;
  background: #6AC0BC;
  color: #fff;
  margin-right: 2rem;
  font-weight: 700;
  border-radius: 10rem;
  text-align: center;
}
.topNews__lists dl .text {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  font-size: 1.4rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .topNews {
    padding: 5rem 0;
  }
  .topNews__inner {
    display: block;
    margin: 0 auto;
    padding: 0 5vw;
  }
  .topNews__left {
    padding-right: 0;
    margin-bottom: 2rem;
  }
  .topNews__left h2 {
    max-width: 70%;
    margin: 0 auto;
  }
  .topNews__lists li {
    margin-bottom: 1rem;
  }
  .topNews__lists dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1.4rem;
  }
  .topNews__lists dl .date {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 8rem;
        flex-basis: 8rem;
    max-width: 8rem;
    margin-right: 2rem;
  }
  .topNews__lists dl .cate {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-size: 1.2rem;
    height: 2rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 8rem;
        flex-basis: 8rem;
    max-width: 8rem;
    margin-right: 2rem;
  }
  .topNews__lists dl .text {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 0.5rem;
    font-size: 1.3rem;
  }
}

.swiper-pagination-bullet {
  background-color: #666;
  width: 1.5rem;
  height: 1.5rem;
}

.swiper-pagination-bullet-active {
  background: #F15B6C;
}

.topArtist {
  position: relative;
  padding: 10rem 0 5rem;
}
.topArtist .title {
  max-width: 75.8rem;
  margin: 0 auto 3rem;
  padding-bottom: 8rem;
  position: relative;
  z-index: 1;
}
.topArtist .title img {
  margin-bottom: 2rem;
}
.topArtist .title p {
  text-align: center;
  font-size: 2rem;
  line-height: 1.5;
}
.topArtist .artistLists {
  position: relative;
  padding-bottom: 5rem;
  overflow-x: hidden;
}
.topArtist .artistLists .artistLists {
  max-width: 90%;
}
.topArtist .swiper-slide {
  max-width: 20rem;
}
.topArtist .toplistartist {
  width: 100%;
  max-width: 100%;
}
.topArtist .toplistartist__image {
  border-radius: 100%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-bottom: 1rem;
  overflow: hidden;
}
.topArtist .toplistartist__name {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  font-size: 2.3rem;
  margin-top: 0;
  line-height: 1.5;
}
.topArtist .toplistartist__name-en {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  font-size: 1.2rem;
  line-height: 1;
}
.topArtist .toplistartist__genre {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  line-height: 1;
  font-size: 1;
  font-weight: 700;
  background: #666;
  color: #fff;
  border-radius: 10em;
  padding: 0.4rem 1rem;
  font-size: 1.2rem;
}
.topArtist .toplistartist dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.topArtist .toplistartist dl > * {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .topArtist {
    padding: 5rem 0 5rem;
  }
  .topArtist .title {
    max-width: none;
    margin: 0 auto 0rem;
    padding-bottom: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 90%;
  }
  .topArtist .title:before, .topArtist .title:after {
    content: "";
    display: none;
  }
  .topArtist .title p {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    padding: 1rem 0rem 0;
    line-height: 1.5;
    font-size: 1.6rem;
  }
  .topArtist .title h2 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .topArtist .title h2 img {
    width: 90%;
    margin: 0 auto;
  }
  .topArtist .artistLists {
    position: relative;
    padding-bottom: 5rem;
    overflow-x: hidden;
  }
  .topArtist .artistLists .artistLists {
    max-width: 90%;
  }
  .topArtist .swiper-slide {
    max-width: 30vw;
  }
  .topArtist .toplistartist__name {
    font-size: 1.6rem;
  }
  .topArtist .toplistartist__name-en {
    font-size: 1.2rem;
  }
  .topArtist .toplistartist__genre {
    font-size: 1rem;
  }
}

.topProgram {
  position: relative;
  padding: 10rem 0 5rem;
  background: #fff;
}
.topProgram .swiper-pagination-bullet-active {
  background: #6AC0BC;
}
.topProgram .title {
  max-width: 83.8rem;
  margin: 0 auto 5rem;
  padding-bottom: 3rem;
  position: relative;
  z-index: 1;
}
.topProgram .title img {
  margin-bottom: 2rem;
}
.topProgram .title p {
  text-align: center;
  font-size: 2rem;
  line-height: 1.5;
}
.topProgram .programLists {
  position: relative;
  overflow-x: hidden;
}
.topProgram .swiper-slide {
  max-width: 35rem;
}
.topProgram .listprogram {
  max-width: 100%;
}
.topProgram .listprogram__num {
  background: #6AC0BC;
}
.topProgram .listprogram__seat {
  background: #279488 !important;
}
.topProgram .listprogram__title {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
}
.topProgram .listprogram__artist {
  padding: 0 1rem 1rem;
}
.topProgram .listprogram__ticket {
  padding: 0 1rem 1rem;
}
.topProgram .listprogram__open {
  padding: 0 1rem 1rem;
}
.topProgram .listprogram__place {
  padding: 0 1rem 1rem;
}
@media screen and (max-width: 768px) {
  .topProgram {
    padding: 5rem 0 5rem;
  }
  .topProgram .title {
    max-width: none;
    margin: 0 auto 0rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 90%;
  }
  .topProgram .title:before, .topProgram .title:after {
    content: "";
    display: none;
    position: static;
  }
  .topProgram .title p {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    padding: 1rem 0rem 0;
    line-height: 1.5;
    font-size: 1.6rem;
  }
  .topProgram .title h2 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .topProgram .title h2 img {
    width: 90%;
    margin: 0 auto;
  }
  .topProgram .listprogram__title {
    padding-left: 16rem;
    font-size: 1.3rem;
  }
  .topProgram .swiper-slide {
    max-width: 30rem;
  }
}

.topSearch {
  position: relative;
  padding: 5rem 0 5rem;
  background: #E6F3F3;
}
.topSearch__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 105rem;
  margin: 0 auto;
}
.topSearch__left {
  padding-right: 7rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.topSearch .title {
  max-width: 28.8rem;
  margin: 0 auto 0;
  padding-bottom: 0;
  position: relative;
  z-index: 1;
}
.topSearch .title img {
  margin-bottom: 2rem;
}
.topSearch .title:after {
  content: "";
  display: block;
  width: 15.5rem;
  height: 16rem;
  background: url(../img/toppage/search-orn.png) center center/contain no-repeat;
  margin: 0 auto;
}
.topSearch__date {
  margin: 5rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.topSearch__date:before {
  content: "";
  display: block;
  background: url(../img/toppage/search-date.png) center center/contain no-repeat;
  width: 12rem;
  height: 2.7rem;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-5rem);
          transform: translateY(-5rem);
}
.topSearch__date > li {
  padding: 0 1rem;
}
.topSearch__other {
  margin: 5rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.topSearch__other > * {
  padding: 0 1rem;
}
@media screen and (max-width: 768px) {
  .topSearch__inner {
    display: block;
  }
  .topSearch__left {
    padding-right: 0rem;
  }
  .topSearch .title {
    max-width: none;
    margin: 0 auto 0rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .topSearch .title:before, .topSearch .title:after {
    content: "";
    display: block;
    position: static;
  }
  .topSearch .title:after {
    display: none;
  }
  .topSearch .title h2 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .topSearch .title h2 img {
    width: 70%;
    margin: 0 auto;
  }
  .topSearch__date {
    padding: 0 0.5rem;
    max-width: 96%;
  }
  .topSearch__date > * {
    padding: 0 0.2rem;
    -ms-flex-preferred-size: 33.3%;
        flex-basis: 33.3%;
    max-width: 33.3%;
  }
  .topSearch__other {
    margin: 2rem auto;
    padding: 0 0.5rem;
    max-width: 96%;
  }
  .topSearch__other > * {
    padding: 0 0.5rem;
  }
}

.topTown {
  background: url(../img/toppage/fv-bg.png) center center/cover no-repeat;
  background-attachment: fixed;
  padding: 12.5rem 0;
}
.topTown .title {
  max-width: 60rem;
  margin: 0 auto 2rem;
  padding-bottom: 3rem;
  position: relative;
  z-index: 1;
  text-align: center;
}
.topTown .title img {
  margin-bottom: 2rem;
}
.topTown .title:before, .topTown .title:after {
  content: "";
  display: block;
  position: absolute;
}
.topTown .title:after {
  content: "";
  width: 15.4rem;
  height: 14.1rem;
  background: url(../img/toppage/town-orn.png) center center/contain no-repeat;
  top: 2rem;
  right: -18rem;
}
.topTown .title--lobby {
  max-width: 58rem;
  margin: 8rem auto 4rem;
  padding-bottom: 0;
}
.topTown .title--lobby:before {
  content: "";
  width: 24.5rem;
  height: 24rem;
  background: url(../img/toppage/lobby-orn1.svg) center center/contain no-repeat;
  top: -3rem;
  left: -27rem;
}
.topTown .title--lobby:after {
  content: "";
  width: 21.5rem;
  height: 13.7rem;
  background: url(../img/toppage/lobby-orn2.svg) center center/contain no-repeat;
  top: 5rem;
  right: -24rem;
}
.topTown__white {
  max-width: 110rem;
  margin: 0 auto;
  background: #fff;
  border-radius: 3rem;
  padding: 7rem 7.5rem 6rem;
  background: #fff;
}
.topTown__inner {
  max-width: 90rem;
  margin: 0 auto;
}
.topTown__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -2.5rem;
}
.topTown__list > * {
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
  max-width: 45%;
  padding: 2.5rem;
  text-align: center;
}
.topTown__list > * .date {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 4.4rem;
  font-weight: 700;
}
.topTown__list > * .date span {
  font-size: 2.2rem;
  width: 3.4rem;
  height: 3.4rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #aaa;
  border-radius: 10rem;
  margin-left: 0.2em;
}
.topTown__list > * .date span.holiday {
  background: #F8879D;
}
.topTown__list > * .date span + span {
  margin-left: -0.1em;
}
.topTown__list > * .image {
  margin: 1rem 0;
}
.topTown__list > * .image img {
  border-radius: 2rem;
}
.topTown__list > * .place {
  font-size: 2rem;
  font-weight: 700;
}
.topTown__list > * h3 {
  font-weight: 700;
  line-height: 1.5;
}
.topTown__list > * p {
  font-size: 1.4rem;
  line-height: 1.5;
}
.topTown__list > *.lobby {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
  max-width: 60%;
}
.topTown__list > *.lobby a {
  padding: 2rem;
  display: block;
  background: #EFF8FC;
}
.topTown__list > *.lobby .lobbytitle {
  font-size: 2.4rem;
  font-weight: 700;
}
.topTown__list > *.lobby .lobbytitle img {
  display: block;
  font-weight: 700;
  margin: 0 auto;
  width: 15rem;
}
@media screen and (max-width: 768px) {
  .topTown {
    background: url(../img/toppage/fv-bg.png) center center/200% auto repeat;
    padding: 4rem 0 6rem;
  }
  .topTown__white {
    max-width: 94vw;
    margin: 0 auto;
    padding: 3rem 2rem;
  }
  .topTown .title {
    max-width: none;
    margin: 0 auto 0rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 0;
  }
  .topTown .title:before, .topTown .title:after {
    content: "";
    display: block;
    position: static;
  }
  .topTown .title:before {
    -ms-flex-preferred-size: 18%;
        flex-basis: 18%;
    max-width: 18%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 110%;
    height: auto;
    aspect-ratio: 126/97;
    margin-right: 2%;
    top: auto;
    left: auto;
  }
  .topTown .title:after {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    max-width: 20%;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    aspect-ratio: 16/19.6;
    width: 100%;
    height: auto;
    top: auto;
    right: auto;
  }
  .topTown .title p {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -ms-flex-preferred-size: 55%;
        flex-basis: 55%;
    max-width: 55%;
    padding: 1rem 1rem 0;
    line-height: 1.5;
    font-size: 1.1rem;
  }
  .topTown .title h2 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .topTown .title h2 img {
    width: 90%;
    margin: 0 auto;
  }
  .topTown .title--lobby:before {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    max-width: 30%;
    margin-right: 2%;
  }
  .topTown .title--lobby:after {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    max-width: 20%;
  }
  .topTown__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0;
  }
  .topTown__list > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    padding: 0 0.5rem 2rem;
  }
  .topTown__list > * .date {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    font-size: 2.4rem;
    font-weight: 700;
  }
  .topTown__list > * .date span {
    font-size: 1.2rem;
    width: 2rem;
    height: 2rem;
  }
  .topTown__list > * .date span + span {
    margin-left: -0.1em;
  }
  .topTown__list > * .image {
    margin: 1rem 0;
  }
  .topTown__list > * .image img {
    border-radius: 1rem;
  }
  .topTown__list > * .place {
    font-size: 1.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 1.2;
    height: 4rem;
    font-weight: 700;
  }
  .topTown__list > * h3 {
    font-weight: 700;
    line-height: 1.5;
  }
  .topTown__list > * p {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .topTown__list > *.lobby {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
    max-width: 80%;
    margin-top: 2rem;
  }
  .topTown__list > *.lobby a {
    padding: 2rem;
    display: block;
    background: #EFF8FC;
  }
  .topTown__list > *.lobby .place {
    text-align: center;
  }
  .topTown__list > *.lobby .lobbytitle {
    font-size: 1.6rem;
  }
  .topTown__list > *.lobby .lobbytitle img {
    display: block;
    font-weight: 700;
    margin: 0 auto;
    width: 15rem;
  }
}

.topWanted {
  padding: 10rem 0;
  position: relative;
}
.topWanted:before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 380/146;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: url(../img/toppage/fv-orn.png) left top/cover no-repeat;
  width: 28vw;
}
.topWanted__inner {
  max-width: 119rem;
  margin: 0 auto;
  border-radius: 3rem;
  padding: 3rem 5rem 5rem;
  position: relative;
}
.topWanted__inner.on:before, .topWanted__inner.on:after {
  -webkit-animation: 1s 0.7s "fadeupin" both;
          animation: 1s 0.7s "fadeupin" both;
}
.topWanted__inner:before {
  content: "";
  display: block;
  position: absolute;
  width: 25rem;
  height: 16.6rem;
  background: url(../img/toppage/venue-orn2.png) center center/contain no-repeat;
  top: 14rem;
  right: 68%;
  opacity: 0;
}
.topWanted .title {
  max-width: 36rem;
  margin: 0 auto 4rem;
  padding-bottom: 2rem;
  position: relative;
  z-index: 1;
}
.topWanted .title img {
  margin-bottom: 2rem;
}
.topWanted .title p {
  text-align: center;
}
.topWanted .title:before, .topWanted .title:after {
  content: "";
  display: block;
  position: absolute;
}
.topWanted .title:after {
  content: "";
  width: 16rem;
  height: 23rem;
  background: url(../img/toppage/wanted-orn.png) center center/contain no-repeat;
  bottom: 3rem;
  right: -20rem;
}
.topWanted__list {
  margin: 0 auto;
  line-height: 1.5;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.topWanted__list > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5rem;
}
.topWanted__list > * .image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 44.5rem;
  position: relative;
}
.topWanted__list > * .image img {
  border-radius: 2rem;
  display: block;
  position: relative;
  z-index: 1;
}
.topWanted__list > * h3 {
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 3rem;
  color: #6AC0BC;
}
.topWanted__list > *:nth-child(1) .image {
  margin-right: 4rem;
}
.topWanted__list > *:nth-child(2n) .text {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.topWanted__list > *:nth-child(2n) .image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-left: 4rem;
}
.topWanted__list .end {
  pointer-events: none;
}
.topWanted__list .end > * {
  opacity: 0.5;
}
.topWanted__list .end .image {
  opacity: 1;
}
.topWanted__list .end .image img {
  opacity: 0.5;
}
.topWanted__list .end .image:before {
  display: inline-block;
  content: "募集は終了しました";
  background: #F15B6C;
  color: #fff;
  font-size: 1.6rem;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
  z-index: 10;
  font-weight: 700;
  line-height: 1;
  padding: 0.5em 1em;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .topWanted {
    padding: 10rem 0;
    position: relative;
  }
  .topWanted:before {
    width: 71vw;
  }
  .topWanted__inner {
    padding: 3rem 2rem 5rem;
  }
  .topWanted .title {
    max-width: 60vw;
    margin: 0 auto 2rem;
    position: relative;
    z-index: 1;
  }
  .topWanted .title:after {
    content: "";
    width: 9.6rem;
    height: 13.8rem;
    bottom: 13rem;
    right: -5rem;
  }
  .topWanted__list {
    margin: 0 auto;
    line-height: 1.5;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .topWanted__list > * {
    display: block;
    margin-bottom: 3rem;
    text-align: center;
  }
  .topWanted__list > * .image {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-width: 100%;
    position: relative;
  }
  .topWanted__list > * .image img {
    border-radius: 1rem;
    margin-bottom: 1rem;
  }
  .topWanted__list > * h3 {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  .topWanted__list > *:nth-child(1) .image {
    margin-right: 0;
  }
  .topWanted__list > *:nth-child(2n) .text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .topWanted__list > *:nth-child(2n) .image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-left: 0;
  }
}

.topVenue {
  background: #fff url(../img/toppage/venue-bg.png) center bottom 50px/contain no-repeat;
  position: relative;
}
.topVenue:before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 380/146;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: url(../img/toppage/fv-orn.png) left top/cover no-repeat;
  width: 28vw;
}
.topVenue:after {
  content: "";
  width: 100%;
  height: 5rem;
  display: block;
  background: url(../img/toppage/border-bg.png) center center/cover no-repeat;
}
.topVenue .title {
  max-width: 62rem;
  margin: 0 auto 4rem;
  position: relative;
}
.topVenue .title:before, .topVenue .title:after {
  content: "";
  display: block;
  position: absolute;
}
.topVenue .title.on:before, .topVenue .title.on:after {
  -webkit-animation: 1s 0.3s "fadeupin" both;
          animation: 1s 0.3s "fadeupin" both;
}
.topVenue .title:before {
  width: 13rem;
  height: 20.2rem;
  background: url(../img/toppage/venue-orn1.png) center center/contain no-repeat;
  top: 0;
  left: -13rem;
}
.topVenue .title:after {
  width: 18.9rem;
  height: 21.7rem;
  background: url(../img/toppage/venue-orn2.png) center center/contain no-repeat;
  top: -3%;
  right: -22rem;
}
.topVenue__inner {
  max-width: 99rem;
  margin: 0 auto;
  padding: 9rem 0rem 12rem;
  position: relative;
}
.topVenue__inner .orn--1 {
  width: 7.8rem;
  height: 17.2rem;
  bottom: 6rem;
  left: -8rem;
}
.topVenue__subway {
  margin: 0 auto;
  max-width: 23rem;
}
.topVenue .subwayimage {
  position: relative;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .topVenue {
    background: #fff url(../img/toppage/venue-bg.png) center bottom 3rem/200% auto no-repeat;
    position: relative;
  }
  .topVenue:before {
    width: 71vw;
  }
  .topVenue:after {
    height: 3rem;
  }
  .topVenue .title {
    max-width: 55vw;
    margin: 0 auto 15rem;
    position: relative;
  }
  .topVenue .title.on:before, .topVenue .title.on:after {
    -webkit-animation: 1s 0.3s "fadeupin" both;
            animation: 1s 0.3s "fadeupin" both;
  }
  .topVenue .title:before {
    width: 8.5rem;
    height: 13.1rem;
    background: url(../img/toppage/venue-orn1.png) center center/contain no-repeat;
    top: 11rem;
    left: -5.5rem;
  }
  .topVenue .title:after {
    width: 12.3rem;
    height: 14.1rem;
    background: url(../img/toppage/venue-orn2.png) center center/contain no-repeat;
    top: 10rem;
    right: -6rem;
  }
  .topVenue__inner {
    max-width: 88vw;
    padding: 9rem 0rem 12rem;
    position: relative;
  }
  .topVenue__inner .orn--1 {
    width: 5.5rem;
    height: 12rem;
    bottom: 4.2rem;
    left: 0.6rem;
  }
  .topVenue__subway {
    max-width: 50vw;
  }
  .topVenue .subwayimage {
    position: relative;
    margin-top: 3rem;
  }
}

.topGallery {
  background: url(../img/toppage/fv-bg.png) center center/cover no-repeat;
  background-attachment: fixed;
  padding: 12.5rem 0;
}
.topGallery .title {
  position: relative;
  max-width: 59rem;
  margin: 0 auto 6rem;
}
.topGallery__inner {
  max-width: 108.8rem;
  margin: 0 auto;
}
.topGallery .topGallery__display {
  max-width: 108.8rem;
}
.topGallery .topGallery__display .swiper-slide {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.topGallery .topGallery__display .swiper-slide.tate {
  max-width: 65.3rem;
}
.topGallery .topGallery__display .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 72.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: 1s;
  transition: 1s;
}
.topGallery .topGallery__display .swiper-slide.swiper-slide-active img {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.topGallery .topGallery__listwrapper {
  max-width: 86.8rem;
  margin: 2rem auto 0;
  position: relative;
  z-index: 1;
}
.topGallery .topGallery__listwrapper .topGallery__list {
  max-width: 84.5rem;
  margin: 0 auto;
  overflow: hidden;
}
.topGallery .topGallery__listwrapper .topGallery__list .swiper-button-prev:after,
.topGallery .topGallery__listwrapper .topGallery__list .swiper-button-next:after {
  content: url(../img/toppage/button-prev.svg);
}
.topGallery .topGallery__listwrapper .topGallery__list .swiper-button-prev {
  left: -20px;
}
.topGallery .topGallery__listwrapper .topGallery__list .swiper-button-next {
  right: -20px;
}
.topGallery .topGallery__listwrapper .topGallery__list .swiper-button-next:after {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.topGallery .topGallery__listwrapper .swiper-slide {
  max-height: 15rem;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.topGallery .topGallery__listwrapper .swiper-slide img {
  max-height: 13rem;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 30%;
     object-position: center 30%;
  border-radius: 10px;
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 0.8;
  border: 5px solid rgba(255, 255, 255, 0);
}
.topGallery .topGallery__listwrapper .swiper-slide.swiper-slide-thumb-active img {
  opacity: 1;
  border: 3px solid #6AC0BC;
}
@media screen and (max-width: 768px) {
  .topGallery {
    background: url(../img/toppage/fv-bg.png) center center/200% auto repeat;
    padding: 6rem 3vw 5rem;
  }
  .topGallery .title {
    position: relative;
    max-width: 94vw;
    margin: 0 auto 2rem;
  }
  .topGallery .title:before, .topGallery .title:after {
    display: none;
  }
  .topGallery__inner {
    padding-bottom: 5rem;
    position: relative;
    overflow-x: hidden;
    margin: 0 -3vw;
  }
  .topGallery__inner:before, .topGallery__inner:after {
    content: "";
    display: block;
    position: absolute;
    opacity: 0;
  }
  .topGallery__inner.on:before, .topGallery__inner.on:after {
    -webkit-animation: 1s 0.3s "fadeupin" both;
            animation: 1s 0.3s "fadeupin" both;
  }
  .topGallery .topGallery__display .swiper-slide {
    height: 96vw;
    width: 96vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .topGallery .topGallery__display .swiper-slide img {
    display: block;
    width: auto;
    height: auto;
    max-width: 96vw;
    max-height: 96vw;
    -o-object-fit: fill;
       object-fit: fill;
    border-radius: 10px;
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 0.3;
    -webkit-transition: 1s;
    transition: 1s;
  }
  .topGallery .topGallery__display .swiper-slide.swiper-slide-active img {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .topGallery .topGallery__listwrapper {
    padding-left: 0;
    padding: 0 25px;
    margin: 1rem auto 0;
    position: relative;
    z-index: 1;
  }
  .topGallery .topGallery__listwrapper:before {
    display: none;
  }
  .topGallery .topGallery__listwrapper .topGallery__list {
    margin: 0 auto;
    overflow: hidden;
  }
  .topGallery .topGallery__listwrapper .topGallery__list .swiper-button-prev {
    left: 5px;
  }
  .topGallery .topGallery__listwrapper .topGallery__list .swiper-button-next {
    right: 5px;
  }
  .topGallery .topGallery__listwrapper .topGallery__list .swiper-button-next:after {
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .topGallery .topGallery__listwrapper .swiper-slide {
    max-height: 8rem;
    padding: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
  }
  .topGallery .topGallery__listwrapper .swiper-slide img {
    max-height: 8rem;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center 30%;
       object-position: center 30%;
    border-radius: 5px;
    -webkit-transition: 1s;
    transition: 1s;
    opacity: 0.8;
    border: 2px solid rgba(255, 255, 255, 0);
  }
  .topGallery .topGallery__listwrapper .swiper-slide.swiper-slide-thumb-active img {
    opacity: 1;
    border: 2px solid #6AC0BC;
  }
}

.topArchive {
  background: #fff;
  position: relative;
}
.topArchive:before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 380/146;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: url(../img/toppage/fv-orn.png) left top/cover no-repeat;
  width: 28vw;
}
.topArchive__inner {
  max-width: 85rem;
  margin: 0 auto 20rem;
  padding: 11rem 0 12rem;
  position: relative;
}
.topArchive__inner:before, .topArchive__inner:after {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
}
.topArchive__inner .title {
  max-width: 36rem;
  margin: 0 auto 8rem;
  position: relative;
}
.topArchive__inner .orn--1 {
  top: 8rem;
  right: -13rem;
  width: 12.9rem;
  height: 11.6rem;
}
.topArchive__inner .orn--2 {
  width: 6.9rem;
  height: 16.2rem;
  bottom: 3rem;
  left: -12rem;
}
.topArchive__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1.5rem;
  position: relative;
}
.topArchive__list:before {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  top: -7rem;
  right: 0rem;
  width: 8.3rem;
  height: 7.2rem;
  background: url(../img/toppage/archive-orn3.png) center center/contain no-repeat;
}
.topArchive__list > * {
  padding: 0 1.5rem;
}
.topArchive__list a {
  font-size: 1.5rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #6AC0BC;
}
.topArchive__list a img {
  margin-top: 8px;
  border: 2px solid #6AC0BC;
}
.topArchive__list a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .topArchive:before {
    width: 71vw;
  }
  .topArchive__inner {
    margin: 0 auto;
    padding: 8rem 0 6rem;
    position: relative;
  }
  .topArchive__inner .title {
    max-width: 50vw;
    margin: 0 auto 6rem;
    position: relative;
  }
  .topArchive__inner .orn--1 {
    top: 3rem;
    right: 2rem;
    width: 7.74rem;
    height: 6.96rem;
  }
  .topArchive__inner .orn--2 {
    width: 4.14rem;
    height: 9.72rem;
    bottom: 0rem;
    left: 2rem;
  }
  .topArchive__list {
    display: block;
    margin: 0 auto;
    position: relative;
    max-width: 68vw;
  }
  .topArchive__list:before {
    top: -4.5rem;
    right: 0rem;
    width: 5.4rem;
    height: 4.7rem;
  }
  .topArchive__list > * {
    padding: 0 0 3rem;
  }
  .topArchive__list a {
    text-align: center;
    font-size: 1.3rem;
  }
  .topArchive__list a img {
    margin-top: 8px;
    border: 2px solid #6AC0BC;
  }
  .topArchive__list a:hover {
    opacity: 0.5;
  }
}

/* 
start _sponsor.scss
*/
.sponsor {
  background: #fff;
  padding: 2vw 4vw;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .sponsor {
    display: none;
  }
}
.sponsor-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sponsor-sp {
    display: block;
    padding: 8vw 4vw 5vw;
    position: relative;
  }
}
.sponsor__inner {
  position: relative;
}
.sponsor__inner img {
  display: block;
  position: relative;
  z-index: 1;
}
.sponsor__link {
  display: block;
  width: 100%;
  height: 100%;
}
.sponsor__link > li a {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  z-index: 2;
  height: 25%;
  width: 2%;
  top: 9%;
}
.sponsor__link > li.sp01 a {
  left: 0%;
  width: 10.5%;
}
.sponsor__link > li.sp02 a {
  left: 12.5%;
  width: 13%;
}
.sponsor__link > li.sp03 a {
  left: 27%;
  width: 11%;
}
.sponsor__link > li.sp04 a {
  left: 39%;
  width: 10%;
}
.sponsor__link > li.sp05 a {
  left: 51%;
  width: 13%;
}
.sponsor__link > li.sp06 a {
  left: 66%;
  width: 10.5%;
}
.sponsor__link > li.sp07 a {
  left: 78%;
  width: 10%;
}
.sponsor__link > li.sp08 a {
  left: 89%;
  width: 11%;
}
.sponsor__link > li.sp09 a {
  top: 43%;
  left: 0%;
  width: 11%;
}
.sponsor__link > li.sp10 a {
  top: 43%;
  left: 11.5%;
  width: 8.5%;
}
.sponsor__link > li.sp11 a {
  top: 43%;
  left: 21%;
  width: 11%;
}
.sponsor__link > li.sp12 a {
  top: 43%;
  left: 32.5%;
  width: 11.5%;
}
.sponsor__link > li.sp13 a {
  top: 43%;
  left: 44.5%;
  width: 12.5%;
}
.sponsor__link > li.sp14 a {
  top: 43%;
  left: 57.5%;
  width: 10%;
}
.sponsor__link > li.sp15 a {
  top: 43%;
  left: 68.5%;
  width: 9%;
}
.sponsor__link > li.sp16 a {
  top: 43%;
  left: 78.5%;
  width: 21.5%;
}
.sponsor__link > li.sp17 a {
  top: 76%;
  left: 0%;
  width: 17.5%;
}
.sponsor__link > li.sp18 a {
  top: 76%;
  left: 18.5%;
  width: 18%;
}
.sponsor__link > li.sp19 a {
  top: 76%;
  left: 37.5%;
  width: 10.5%;
}
.sponsor__link > li.sp20 a {
  top: 76%;
  left: 49.5%;
  width: 11.5%;
}
.sponsor__link > li.sp21 a {
  top: 76%;
  left: 64%;
  width: 11%;
}
.sponsor__link > li.sp22 a {
  top: 76%;
  left: 76%;
  width: 12.5%;
}
.sponsor__link > li.sp23 a {
  top: 76%;
  left: 89.5%;
  width: 10.5%;
}
.sponsor__link-sp {
  padding-bottom: 25rem;
}
.sponsor__link-sp > li a {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  z-index: 2;
  height: 11%;
  width: 32%;
  top: 3%;
}
.sponsor__link-sp > li.sp01 a {
  left: 0%;
}
.sponsor__link-sp > li.sp02 a {
  left: 33%;
  width: 34%;
}
.sponsor__link-sp > li.sp03 a {
  left: 68%;
}
.sponsor__link-sp > li.sp04 a {
  top: 15%;
  left: 0%;
}
.sponsor__link-sp > li.sp05 a {
  top: 15%;
  left: 33%;
  width: 34%;
}
.sponsor__link-sp > li.sp06 a {
  top: 15%;
  left: 68%;
}
.sponsor__link-sp > li.sp07 a {
  top: 27%;
}
.sponsor__link-sp > li.sp08 a {
  top: 27%;
  left: 33%;
  width: 34%;
}
.sponsor__link-sp > li.sp09 a {
  top: 27%;
  left: 68%;
}
.sponsor__link-sp > li.sp10 a {
  top: 39%;
  left: 0;
}
.sponsor__link-sp > li.sp11 a {
  top: 39%;
  left: 33%;
  width: 34%;
}
.sponsor__link-sp > li.sp12 a {
  top: 39%;
  left: 68%;
}
.sponsor__link-sp > li.sp13 a {
  top: 51%;
  left: 0%;
}
.sponsor__link-sp > li.sp14 a {
  top: 51%;
  left: 33%;
  width: 34%;
}
.sponsor__link-sp > li.sp15 a {
  top: 51%;
  left: 68%;
}
.sponsor__link-sp > li.sp16 a {
  top: 63%;
  left: 0%;
  height: 9%;
  width: 58%;
}
.sponsor__link-sp > li.sp17 a {
  top: 63%;
  left: 59%;
  height: 9%;
  width: 41%;
}
.sponsor__link-sp > li.sp18 a {
  top: 73%;
  left: 0%;
  width: 44%;
}
.sponsor__link-sp > li.sp19 a {
  top: 73%;
  left: 45%;
  width: 26%;
}
.sponsor__link-sp > li.sp20 a {
  top: 73%;
  left: 72%;
  width: 28%;
}
.sponsor__link-sp > li.sp21 a {
  top: 89%;
  left: 0%;
  width: 30%;
}
.sponsor__link-sp > li.sp22 a {
  top: 89%;
  left: 31%;
  width: 37%;
}
.sponsor__link-sp > li.sp23 a {
  top: 89%;
  width: 31%;
  left: 69%;
}

/* 
end _sponsor.scss
*/
.debut-matome {
  font-size: 2.4rem;
  text-align: center;
  font-weight: 700;
  color: #6AC0BC;
}
@media screen and (max-width: 768px) {
  .debut-matome {
    font-size: 1.6rem;
  }
}

.enjoyList {
  margin-top: 6rem;
}
.enjoyList > li {
  margin-bottom: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.enjoyList > li .image {
  -ms-flex-preferred-size: 20rem;
      flex-basis: 20rem;
  max-width: 20rem;
  margin-right: 4rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.enjoyList > li h3 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #6AC0BC;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .enjoyList {
    margin-top: 0rem;
  }
  .enjoyList > li {
    margin-bottom: 2rem;
    display: block;
    padding: 0;
  }
  .enjoyList > li .image {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
    max-width: 80%;
    margin: 0 auto -5rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .enjoyList > li h3 {
    font-size: 1.6rem;
    padding-left: 0;
    min-height: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 1rem;
    line-height: 1.5;
    text-shadow: 0 0 2px rgb(255, 255, 255), 0 0 2px rgb(255, 255, 255), 0 0 2px rgb(255, 255, 255);
  }
  .enjoyList > li .text {
    margin-top: 2rem;
    position: relative;
    z-index: 2;
  }
  .enjoyList--2 > li {
    margin-bottom: 4rem;
  }
  .enjoyList--2 > li .image {
    -ms-flex-preferred-size: 9rem;
        flex-basis: 9rem;
    max-width: 9rem;
    margin-right: 2rem;
    margin-left: 0rem;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .enjoyList--2 > li h3 {
    font-size: 1.6rem;
    padding-left: 10rem;
    min-height: 10rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 1rem;
    line-height: 1.5;
    text-shadow: 0 0 2px rgb(255, 255, 255), 0 0 2px rgb(255, 255, 255), 0 0 2px rgb(255, 255, 255);
  }
  .enjoyList--2 > li .text {
    margin-top: -10rem;
    position: relative;
    z-index: 2;
  }
}

.hitoryTable {
  font-weight: 300;
  width: 100%;
  font-size: 1.2rem;
}
.hitoryTable tr + tr {
  border-top: 1px solid #707070;
}
.hitoryTable th,
.hitoryTable td {
  padding: 1rem 1rem;
}
.hitoryTable th {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
}
.hitoryTable th img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 10rem;
  margin-right: 2rem;
}
.hitoryTable th .kai {
  font-weight: 300;
  -ms-flex-preferred-size: 7rem;
      flex-basis: 7rem;
  max-width: 7rem;
}
.hitoryTable td {
  text-align: center;
  border-left: 1px solid #ebebeb;
}
.hitoryTable .last td {
  border-left: none;
}
.hitoryTable a:after {
  content: "\f08e";
  font-family: "fontAwesome";
  margin-left: 0.5em;
}
@media screen and (max-width: 768px) {
  .hitoryTable {
    font-weight: 300;
    width: 100%;
    font-size: 1.2rem;
  }
  .hitoryTable tr + tr {
    border-top: 1px solid #707070;
  }
  .hitoryTable th,
  .hitoryTable td {
    padding: 1rem 1rem;
    white-space: nowrap;
  }
  .hitoryTable th {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 500;
  }
  .hitoryTable th img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-width: 10rem;
    margin-right: 2rem;
  }
  .hitoryTable th .kai {
    font-weight: 300;
    -ms-flex-preferred-size: 7rem;
        flex-basis: 7rem;
    max-width: 7rem;
  }
  .hitoryTable td {
    text-align: center;
    border-left: 1px solid #ebebeb;
  }
  .hitoryTable .last td {
    border-left: none;
  }
  .hitoryTable a:after {
    content: "\f08e";
    font-family: "fontAwesome";
    margin-left: 0.5em;
  }
}

.outlineTable {
  width: 100%;
}
.outlineTable > tbody > tr > th,
.outlineTable > tbody > tr > td {
  padding: 2rem 1rem;
  vertical-align: top;
}
.outlineTable > tbody > tr > th {
  text-align: center;
  white-space: nowrap;
  font-weight: 700;
  border-bottom: 1px solid #6AC0BC;
}
.outlineTable > tbody > tr > td {
  border-bottom: 1px solid #DDD7D7;
  padding-left: 2rem;
}
.outlineTable .venue dt {
  font-weight: 700;
}
.outlineTable .venue dd {
  padding-left: 1em;
}
.outlineTable .venue + .venue {
  margin-top: 1em;
}
.outlineTable .price {
  margin-bottom: 1em;
}
.outlineTable .price tr {
  border-top: 1px solid #DDD7D7;
  border-bottom: 1px solid #DDD7D7;
}
.outlineTable .price th,
.outlineTable .price td {
  padding: 0.5em 0;
}
.outlineTable .price th {
  font-weight: 700;
}
.outlineTable .price td {
  padding: 0.5em 0em 0.5rem 2em;
}
@media screen and (max-width: 768px) {
  .outlineTable {
    font-size: 1.2rem;
  }
  .outlineTable > tbody > tr > th,
  .outlineTable > tbody > tr > td {
    padding: 1rem 0.5rem;
  }
  .outlineTable > tbody > tr > td {
    padding-left: 1rem;
  }
  .outlineTable .venue dd {
    padding-left: 0.5em;
  }
  .outlineTable .venue + .venue {
    margin-top: 0.5em;
  }
  .outlineTable .price {
    margin-bottom: 0.5em;
  }
  .outlineTable .price td {
    padding: 0.5em 0em 0.5rem 1em;
  }
}

.debutcontents {
  background: #FFFDEB;
  padding: 3em 4em;
  border-radius: 4rem;
  border: 5px solid #6AC0BC;
}
.debutcontents .mainContents__h2--debut {
  margin-bottom: 1em;
}
.debutcontents .mainContents__h2--debut h2 {
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .debutcontents .mainContents__h2--debut h2 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .debutcontents {
    padding: 2em 2em;
    border: 3px solid #6AC0BC;
  }
  .debutcontents .mainContents__h2--debut {
    margin-bottom: 0.5em;
  }
  .debutcontents .mainContents__h2--debut h2 {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .debutcontents .mainContents__h2--debut h2 {
    font-size: 1.6rem;
  }
}

.senclachan {
  position: relative;
}
.senclachan > * {
  position: relative;
  z-index: 1;
}
.senclachan:after {
  width: 25rem;
  height: 25rem;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  z-index: 0;
  pointer-events: none;
}
.senclachan--1:after {
  right: -15rem;
  bottom: 0rem;
  background-image: url(../img/about/snkr5.svg);
}
.senclachan--2:after {
  left: -15rem;
  bottom: 0rem;
  background-image: url(../img/about/snkr13.svg);
}
.senclachan--3:after {
  right: -15rem;
  top: 0rem;
  background-image: url(../img/about/snkr33.svg);
}
.senclachan--4:after {
  right: -15rem;
  bottom: 0rem;
  background-image: url(../img/about/snkr3.svg);
}
.senclachan--5:after {
  left: -15rem;
  bottom: 0rem;
  background-image: url(../img/about/snkr12.svg);
}
.senclachan--6:after {
  left: -12rem;
  top: 0rem;
  background-image: url(../img/about/snkr11.svg);
}
.senclachan--7:after {
  left: -12rem;
  bottom: -10rem;
  background-image: url(../img/about/snkr31.svg);
}
.senclachan--8:after {
  width: 15rem;
  height: 15rem;
  left: -5rem;
  bottom: -3rem;
  background-image: url(../img/about/snkr14.svg);
}
.senclachan--9:after {
  right: -5rem;
  top: 0rem;
  background-image: url(../img/about/snkr15.svg);
}
.senclachan--10:after {
  right: -15rem;
  bottom: -5rem;
  background-image: url(../img/about/snkr10.svg);
}
.senclachan--11:after {
  left: -10rem;
  bottom: -5rem;
  background-image: url(../img/about/snkr2.svg);
}
.senclachan--12:after {
  left: -15rem;
  bottom: -10rem;
  background-image: url(../img/about/snkr4.svg);
}
.senclachan--13:after {
  right: 0rem;
  bottom: -10rem;
  background-image: url(../img/about/snkr20.svg);
}
.senclachan--14:after {
  left: -10rem;
  top: 0rem;
  background-image: url(../img/about/snkr22.svg);
}
.senclachan--15:after {
  right: -15rem;
  top: -5rem;
  background-image: url(../img/about/snkr7.svg);
}
.senclachan--16:after {
  right: -15rem;
  bottom: -3rem;
  background-image: url(../img/about/snkr1.svg);
}
.senclachan p.debut-matome {
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .senclachan:after {
    width: 15rem;
    height: 15rem;
  }
  .senclachan--1 {
    padding-bottom: 5rem !important;
  }
  .senclachan--1:after {
    right: 0rem;
    bottom: -8rem;
    background-image: url(../img/about/snkr5.svg);
  }
  .senclachan--2 {
    padding-bottom: 2rem !important;
  }
  .senclachan--2:after {
    left: 6rem;
    bottom: -12rem;
    background-image: url(../img/about/snkr13.svg);
  }
  .senclachan--3 {
    padding-bottom: 5rem !important;
  }
  .senclachan--3:after {
    right: 5rem;
    top: auto;
    bottom: -10rem;
    background-image: url(../img/about/snkr33.svg);
  }
  .senclachan--4 {
    padding-bottom: 4rem !important;
  }
  .senclachan--4:after {
    right: 4rem;
    bottom: -11rem;
    background-image: url(../img/about/snkr3.svg);
  }
  .senclachan--5 {
    padding-bottom: 5rem !important;
  }
  .senclachan--5:after {
    left: auto;
    right: 0rem;
    bottom: -10rem;
    background-image: url(../img/about/snkr12.svg);
  }
  .senclachan--5 p.yajibutton {
    margin-left: 0rem;
  }
  .senclachan--6 {
    padding-bottom: 4rem !important;
  }
  .senclachan--6:after {
    left: auto;
    right: 5rem;
    top: auto;
    bottom: -10rem;
    background-image: url(../img/about/snkr11.svg);
  }
  .senclachan--7 {
    padding-bottom: 10rem !important;
  }
  .senclachan--7:after {
    left: auto;
    right: -3rem;
    bottom: -5rem;
    background-image: url(../img/about/snkr31.svg);
  }
  .senclachan--8:after {
    width: 10rem;
    height: 10rem;
    left: auto;
    right: 0;
    bottom: -8rem;
    background-image: url(../img/about/snkr14.svg);
  }
  .senclachan--9 {
    padding-bottom: 5rem !important;
  }
  .senclachan--9:after {
    right: 0rem;
    top: auto;
    bottom: -8rem;
    background-image: url(../img/about/snkr15.svg);
  }
  .senclachan--10 {
    padding-right: 10rem !important;
  }
  .senclachan--10:after {
    right: -5rem;
    bottom: 0rem;
    background-image: url(../img/about/snkr10.svg);
  }
  .senclachan--11 {
    padding-left: 8rem !important;
  }
  .senclachan--11:after {
    left: -2rem;
    top: 0;
    bottom: auto;
    background-image: url(../img/about/snkr2.svg);
    background-position: -3rem 0;
  }
  .senclachan--12 {
    padding-right: 8rem !important;
  }
  .senclachan--12:after {
    left: auto;
    right: -2rem;
    bottom: 0rem;
    background-image: url(../img/about/snkr4.svg);
    background-position: 3rem 0;
  }
  .senclachan--13 {
    padding-right: 8rem !important;
  }
  .senclachan--13:after {
    right: -2rem;
    bottom: -3rem;
    background-image: url(../img/about/snkr20.svg);
    background-position: 3rem 0;
  }
  .senclachan--14 {
    padding-left: 8rem !important;
  }
  .senclachan--14:after {
    left: -2rem;
    top: 0rem;
    background-image: url(../img/about/snkr22.svg);
    background-position: -3rem 0;
  }
  .senclachan--15 {
    padding-right: 8rem !important;
  }
  .senclachan--15:after {
    right: -2rem;
    top: 0rem;
    background-image: url(../img/about/snkr7.svg);
    background-position: 3rem 0;
  }
  .senclachan--16 {
    padding-left: 8rem !important;
  }
  .senclachan--16:after {
    right: auto;
    left: -2rem;
    top: 2rem;
    bottom: auto;
    background-image: url(../img/about/snkr1.svg);
    background-position: -3rem 0;
  }
}

.mainLead--lineup {
  position: relative;
  padding: 5rem 30rem 5rem 0;
}
.mainLead--lineup:after {
  content: "";
  width: 24.6rem;
  height: 25.76rem;
  display: block;
  background: url(../img/howto/lineup-orn.png) center center/contain no-repeat;
  position: absolute;
  bottom: 0rem;
  right: 0;
}
@media screen and (max-width: 768px) {
  .mainLead--lineup {
    padding: 3rem 2rem;
  }
  .mainLead--lineup:after {
    content: "";
    width: 11.4rem;
    height: 13.6rem;
    display: block;
    bottom: 60%;
    right: 0;
  }
}

.lineupTitle {
  background: #6AC0BC;
  color: #fff;
  text-align: center;
  margin-bottom: 1.5rem;
  font-weight: 700;
  padding: 0.5rem 0;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .lineupTitle {
    padding: 0.5rem;
    font-size: 1.2rem;
    margin-top: 3rem;
  }
}

.recommendPrgLists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 15px -8px;
}
.recommendPrgLists li {
  -ms-flex-preferred-size: 33.3%;
      flex-basis: 33.3%;
  max-width: 33.3%;
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.recommendPrgLists li .image {
  position: relative;
}
.recommendPrgLists li .image .number {
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #6AC0BC;
  width: 30px;
  height: 30px;
  color: #fff;
  position: absolute;
  font-size: 1.6rem;
}
.recommendPrgLists li dl {
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.5;
}
.recommendPrgLists li dl > * {
  display: inline;
}
.recommendPrgLists li dl > *:not(.ptitle):not(:last-child):after {
  content: "｜";
  margin: 0 0.5rem;
}
.recommendPrgLists li dl .ptitle {
  font-size: 1.3rem;
  font-weight: bold;
  display: block;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  .recommendPrgLists {
    margin: 15px -8px;
  }
  .recommendPrgLists li {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    padding: 8px;
  }
  .recommendPrgLists li .image {
    position: relative;
  }
  .recommendPrgLists li dl .ptitle {
    font-size: 1.2rem;
  }
}

.recommendArtLists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -1.5rem;
}
.recommendArtLists > li {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  max-width: 25%;
  padding: 1.5rem;
  text-align: center;
}
.recommendArtLists > li .image {
  margin-bottom: 0.5rem;
}
.recommendArtLists > li img {
  display: block;
}
.recommendArtLists > li a {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  display: block;
}
.recommendArtLists > li a span {
  display: block;
  font-size: 1.2rem;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .recommendArtLists {
    margin: 0 -0.5rem;
  }
  .recommendArtLists > li {
    -ms-flex-preferred-size: 33.3%;
        flex-basis: 33.3%;
    max-width: 33.3%;
    padding: 1rem 0.5rem;
  }
  .recommendArtLists > li .image {
    margin-bottom: 0.5rem;
  }
  .recommendArtLists > li a {
    font-size: 1.4rem;
  }
  .recommendArtLists > li a span {
    font-size: 1.2rem;
  }
}

.hashigo {
  margin-top: -11rem;
  position: relative;
}
.hashigo:before {
  content: "";
  width: 25rem;
  display: block;
  aspect-ratio: 250/250;
  position: absolute;
  top: 15rem;
  left: -20rem;
  pointer-events: none;
}
.hashigo-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  padding: 1.5rem 5rem;
  font-size: 2.6rem;
  border-radius: 10rem;
  line-height: 1.5;
}
.hashigo-title img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 3rem;
  height: 5.4rem;
}
.hashigo-title h2 {
  font-weight: 700;
}
.hashigo h3 {
  padding: 1rem 2rem;
  line-height: 1;
  font-size: 1.7rem;
  font-weight: 700;
  border-radius: 10rem;
  margin-top: 3rem;
}
.hashigo .lead {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 1rem 0;
}
.hashigo .program {
  font-size: 1.4rem;
  display: block;
  background: #eee;
}
.hashigo .program p {
  margin: 0;
  line-height: 1.5;
}
.hashigo .program .time:before,
.hashigo .program .place:before {
  width: 2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 1.6rem;
  font-family: "fontAwesome";
  display: block;
  text-align: center;
}
.hashigo .program .time {
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hashigo .program .time:before {
  content: "\f017";
}
.hashigo .program .place {
  padding-bottom: 1rem;
  font-size: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hashigo .program .place:before {
  content: "\f041";
}
.hashigo .program .title {
  padding-top: 1rem;
  font-weight: 500;
}
.hashigo .program .image {
  position: relative;
}
.hashigo .program .image .number {
  background: #6AC0BC;
  color: #fff;
  width: 3rem;
  height: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .hashigo {
    margin-top: 0;
  }
  .hashigo:before {
    content: "";
    width: 50vw;
    top: 15rem;
    left: 0rem;
    display: none;
  }
  .hashigo-title {
    padding: 1rem 2rem;
    height: auto;
    font-size: 1.6rem;
    line-height: 1.2;
    display: block;
    text-align: center;
  }
  .hashigo-title img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    height: 3rem;
    display: block;
    margin: 0 auto 0.5rem;
  }
  .hashigo h3 {
    font-size: 1.5rem;
    margin-top: 2rem;
  }
  .hashigo .lead {
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 0.5em 0;
  }
  .hashigo .program {
    font-size: 1.4rem;
    display: block;
  }
  .hashigo .program p {
    margin: 0;
    line-height: 1.5;
  }
  .hashigo .program .time:before,
  .hashigo .program .place:before {
    width: 2rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-size: 1.6rem;
    font-family: "fontAwesome";
    display: block;
    text-align: center;
  }
  .hashigo .program .time {
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .hashigo .program .time:before {
    content: "\f017";
  }
  .hashigo .program .place {
    padding-bottom: 1rem;
    font-size: 1.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .hashigo .program .place:before {
    content: "\f041";
  }
  .hashigo .program .title {
    padding-top: 1rem;
    font-weight: 500;
  }
  .hashigo .program .image {
    position: relative;
  }
  .hashigo .program .image .number {
    background: #6AC0BC;
    color: #fff;
    width: 3rem;
    height: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 700;
  }
}
.hashigoLists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 2rem -1.5rem 0;
}
.hashigoLists > * {
  padding: 1.5rem;
  position: relative;
  -ms-flex-preferred-size: 33.3%;
      flex-basis: 33.3%;
  max-width: 33.3%;
}
.hashigoLists > *:not(:last-child):after {
  content: "\f0da";
  font-family: "fontAwesome";
  font-size: 5rem;
  position: absolute;
  top: 50%;
  right: -1rem;
  display: block;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
}
.hashigoLists .program {
  border-radius: 5px;
  padding: 1rem;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .hashigoLists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 2rem 0 0;
  }
  .hashigoLists > * {
    padding: 0 0;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    padding-bottom: 5rem;
  }
  .hashigoLists > *:not(:last-child):after {
    content: "\f0da";
    font-family: "fontAwesome";
    font-size: 5rem;
    position: absolute;
    top: auto;
    bottom: -2.5rem;
    right: auto;
    left: 50%;
    display: block;
    -webkit-transform: translate(-50%, 0) rotate(90deg);
            transform: translate(-50%, 0) rotate(90deg);
    display: block;
  }
  .hashigoLists .program {
    border-radius: 5px;
    padding: 2rem 2rem;
    height: 100%;
  }
}
.hashigo .recommendLists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 2rem -1rem 0;
}
.hashigo .recommendLists > * {
  padding: 1rem 1rem 3rem;
  position: relative;
  -ms-flex-preferred-size: 33.3%;
      flex-basis: 33.3%;
  max-width: 33.3%;
}
.hashigo .recommendLists > * .program {
  border-radius: 0 1rem 1rem 1rem;
  overflow: hidden;
}
.hashigo .recommendLists > * .program .title {
  font-size: 1.2rem;
  color: #fff;
  padding: 1rem;
  font-weight: 700;
  min-height: 6.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hashigo .recommendLists .comment {
  margin-top: 1em;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
}
.hashigo .recommendLists .comment:before {
  content: "おすすめ";
  display: block;
  font-weight: 700;
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  width: 8em;
  margin: 0 auto 0.5rem;
  line-height: 1;
  border-radius: 10rem;
  padding: 0.5rem 0;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .hashigo .recommendLists {
    margin: 0rem -0.5rem 0;
  }
  .hashigo .recommendLists > * {
    padding: 1rem 0.5rem 2rem;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
  .hashigo .recommendLists > * .program .title {
    font-size: 1.2rem;
    padding: 1rem;
    min-height: 8.5em;
  }
  .hashigo .recommendLists .comment {
    margin-top: 1em;
    font-size: 1.2rem;
  }
  .hashigo .recommendLists .comment:before {
    font-size: 1rem;
  }
}
.hashigo--1002 .hashigo-title {
  background: #584A49;
}
.hashigo--1002 h3 {
  background: #eee;
}
.hashigo--1002 .lead {
  color: #584A49;
}
.hashigo--1002:before {
  background: url(../img/howto/hashigo-img1.svg) center center/contain no-repeat;
}
.hashigo--1002 .hashigoLists > *:after {
  color: #584A49;
}
.hashigo--1002 .hashigoLists .program .image img {
  border: 3px solid #584A49;
  display: block;
}
.hashigo--1002 .recommendLists > * .program .title {
  background-color: #584A49;
}
.hashigo--1002 .recommendLists .comment:before {
  background-color: #584A49;
}
.hashigo--1003 .hashigo-title {
  background: #6AC0BC;
}
.hashigo--1003 h3 {
  background: #eee;
}
.hashigo--1003 .lead {
  color: #6AC0BC;
}
.hashigo--1003:before {
  background: url(../img/howto/hashigo-img2.svg) center center/contain no-repeat;
}
.hashigo--1003 .hashigoLists > *:after {
  color: #6AC0BC;
}
.hashigo--1003 .hashigoLists .program .image img {
  border: 3px solid #6AC0BC;
  display: block;
}
.hashigo--1003 .recommendLists > * .program .title {
  background-color: #6AC0BC;
}
.hashigo--1003 .recommendLists .comment:before {
  background-color: #6AC0BC;
}
.hashigo--1004 .hashigo-title {
  background: #F15B6C;
}
.hashigo--1004 h3 {
  background: #eee;
}
.hashigo--1004 .lead {
  color: #F15B6C;
}
.hashigo--1004:before {
  background: url(../img/howto/hashigo-img3.svg) center center/contain no-repeat;
}
.hashigo--1004 .hashigoLists > *:after {
  color: #F15B6C;
}
.hashigo--1004 .hashigoLists .program .image img {
  border: 3px solid #F15B6C;
  display: block;
}
.hashigo--1004 .recommendLists > * .program .title {
  background-color: #F15B6C;
}
.hashigo--1004 .recommendLists .comment:before {
  background-color: #F15B6C;
}
.hashigo--1005 .hashigo-title {
  background: #EC7890;
}
.hashigo--1005 h3 {
  background: #eee;
}
.hashigo--1005 .lead {
  color: #EC7890;
}
.hashigo--1005:before {
  background: url(../img/howto/hashigo-img3.svg) center center/contain no-repeat;
}
.hashigo--1005 .hashigoLists > *:after {
  color: #EC7890;
}
.hashigo--1005 .hashigoLists .program {
  background: rgba(154, 199, 206, 0.2);
}
.hashigo--1005 .hashigoLists .program .image img {
  border: 3px solid #EC7890;
  display: block;
}
.hashigo--1005 .recommendLists > * .program .title {
  background-color: #EC7890;
}
.hashigo--1005 .recommendLists .comment:before {
  background-color: #EC7890;
}

.takujilg {
  font-size: 1.2em;
  color: #6AC0BC;
}

.takujiTable {
  font-weight: 300;
  width: 100%;
  font-size: 1.4rem;
  margin-top: 3rem;
}
.takujiTable thead {
  background: #eee;
}
.takujiTable thead th {
  text-align: center;
}
.takujiTable thead th:not(:last-child) {
  border-right: dotted 1px #ccc;
}
.takujiTable tr + tr {
  border-top: 1px solid #ccc;
}
.takujiTable th,
.takujiTable td {
  padding: 1rem 1rem;
}
.takujiTable th {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
}
.takujiTable td {
  text-align: center;
  border-left: 1px solid #ccc;
}
.takujiTable a:after {
  content: "\f08e";
  font-family: "fontAwesome";
  margin-left: 0.5em;
}
@media screen and (max-width: 768px) {
  .takujiTable {
    font-size: 1.2rem;
    margin-top: 2rem;
  }
  .takujiTable thead {
    background: #A1D5E9;
  }
  .takujiTable thead th {
    white-space: nowrap;
  }
  .takujiTable tr + tr {
    border-top: 1px solid #707070;
  }
  .takujiTable th,
  .takujiTable td {
    padding: 0.5rem 0.5rem;
  }
  .takujiTable td {
    text-align: left;
  }
  .takujiTable td:nth-child(2n) {
    text-align: center;
  }
}

.anniversary__sakkyoku {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2rem;
}
.anniversary__sakkyoku .image {
  -ms-flex-preferred-size: 20rem;
      flex-basis: 20rem;
  max-width: 20rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 4rem;
}
@media screen and (max-width: 768px) {
  .anniversary__sakkyoku {
    display: block;
  }
  .anniversary__sakkyoku .image {
    margin: 0 auto 2rem;
  }
}

.anniversaryTable th,
.anniversaryTable td {
  padding: 1rem 2rem;
}
.anniversaryTable th:not(:last-of-type) {
  border-right: 1px solid #ccc;
}
.anniversaryTable th {
  padding: 1rem 2rem;
  background: #eee;
  text-align: center;
  white-space: nowrap;
}
.anniversaryTable td {
  border-left: 1px solid #ccc;
  white-space: nowrap;
}
.anniversaryTable tr:not(:last-of-type) th,
.anniversaryTable tr:not(:last-of-type) td {
  border-bottom: 1px solid #ccc;
}
.anniversaryTable thead tr th,
.anniversaryTable thead tr td {
  border-bottom: 1px solid #ccc;
}

.goodsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -2rem;
}
.goodsList > * {
  padding: 2rem 2rem;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
}
.goodsList > * .image {
  max-width: 80%;
  display: block;
  margin: 0 auto 2rem;
  border-radius: 2rem;
  border: 5px solid #6AC0BC;
  position: relative;
  overflow: hidden;
}
.goodsList > * dl {
  line-height: 1.5;
}
.goodsList > * dl .name {
  font-weight: 700;
  color: #6AC0BC;
  font-size: 2.4rem;
}
.goodsList > * dl .price {
  font-size: 2.4rem;
  font-weight: 700;
}
.goodsList > * dl .price span {
  font-size: 1.6rem;
  font-weight: 500;
}
.goodsList > * dl .size span,
.goodsList > * dl .color span {
  color: #6AC0BC;
}
.goodsList > * dl dt,
.goodsList > * dl dd {
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .goodsList {
    margin: 0;
  }
  .goodsList > * {
    padding: 2rem;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .goodsList > * .image {
    border: 3px solid #6AC0BC;
  }
  .goodsList > * dl .name {
    font-size: 2rem;
  }
  .goodsList > * dl .price {
    font-size: 2rem;
  }
  .goodsList > * dl .price span {
    font-size: 1.4rem;
  }
}

.artistProfile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -2.5rem;
}
.artistProfile > * {
  padding: 0 2.5rem;
}
.artistProfile__photo {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  max-width: 40%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.artistProfile__detail {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
  max-width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 80px;
}
.artistProfile__name {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 1rem;
}
.artistProfile__name-en {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  font-size: 1.9rem;
  line-height: 1;
}
.artistProfile__genre {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  font-size: 2.2rem;
  line-height: 1;
  margin-bottom: 1rem;
}
.artistProfile__program {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
  margin-top: 5rem;
  font-size: 1.4rem;
  font-weight: 700;
}
.artistProfile__program span {
  border-bottom: 2px solid #6AC0BC;
  font-size: 1.2rem;
  margin-right: 0.5rem;
}
.artistProfile__program ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.artistProfile__program ul li {
  padding: 0 3px;
}
.artistProfile__program ul li a {
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  height: 30px;
  background: #6AC0BC;
  color: #fff;
}
.artistProfile__career {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
  margin-top: 2rem;
}
.artistProfile__career p {
  line-height: 1.5;
  margin-top: 0;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .artistProfile__career p {
    font-size: 1.4rem;
    line-height: 2;
  }
}
.artistProfile__career p + p {
  margin-top: 2em;
}
.artistProfile__career a {
  color: #6AC0BC;
  border-bottom: 1px solid #6AC0BC;
}
@media screen and (max-width: 768px) {
  .artistProfile {
    padding-top: 0;
    margin: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .artistProfile > * {
    padding: 0;
  }
  .artistProfile__photo {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .artistProfile__detail {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    padding: 2rem 0;
  }
  .artistProfile__name {
    font-size: 2.4rem;
  }
  .artistProfile__name-en {
    font-size: 1.4rem;
  }
  .artistProfile__genre {
    font-size: 1.4rem;
  }
  .artistProfile__career p {
    font-size: 1.4rem;
    line-height: 2;
  }
}

.appearance__wrapper {
  background: #eeeeee;
  padding: 65px 0 20rem;
  margin-bottom: -10rem;
}
.appearance {
  max-width: 130rem;
  margin: 0 auto;
}
.appearance__title h3 {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  color: #279488;
  text-align: center;
  padding: 2rem 4rem;
  font-size: 2.8rem;
}
.appearance__title h3:before {
  display: inline-block;
  width: 100%;
  content: attr(data-en-text);
  font-size: 8rem;
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  color: #279488;
}
@media screen and (max-width: 768px) {
  .appearance__title {
    margin-bottom: 2rem;
  }
  .appearance__title h3 {
    font-size: 5vw;
  }
  .appearance__title h3:before {
    font-size: 10vw;
  }
}
.appearanceLists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 3rem 0 0;
  margin: 0 -2.5rem;
}
.appearanceLists li {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
  padding: 6rem 2.5rem;
}
.appearanceLists li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.8rem;
  position: relative;
  background: none;
}
.appearanceLists li > a > .image {
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
  max-width: 45%;
  padding: 0 0.8rem;
}
.appearanceLists li > a > .image .number {
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #6AC0BC;
  width: 30px;
  height: 30px;
  color: #fff;
}
.appearanceLists li > a > .text {
  -ms-flex-preferred-size: 55%;
      flex-basis: 55%;
  max-width: 55%;
  padding: 0 0.8rem;
}
.appearanceLists li .seat-favo {
  max-width: 55%;
  margin: 0 0 0 auto;
}
.appearanceLists .ptitle {
  font-weight: bold;
  line-height: 1.5;
}
.appearanceLists .ptitle a {
  color: #000;
}
.appearanceLists .artist {
  margin: 1em 0;
  font-size: 1.4rem;
  line-height: 1.5;
}
.appearanceLists .time {
  background: #6AC0BC;
  color: #fff;
  margin: 0.5em 0;
  font-weight: 700;
  padding: 1rem 1rem;
  font-size: 1.4rem;
  line-height: 1;
}
.appearanceLists .time span {
  font-size: 1.2rem;
}
.appearanceLists .place {
  font-size: 1.1rem;
  font-weight: 700;
}
.appearanceLists .price {
  font-size: 1.1rem;
  font-weight: 700;
}
.appearanceLists .pcode {
  font-weight: 700;
  background: #000;
  color: #fff;
  margin: 0.5em 0 1em;
  padding: 1rem 2rem;
  line-height: 1;
  display: inline-block;
  display: block;
  text-align: center;
  font-size: 1.4rem;
}
.appearanceLists .ex {
  margin-bottom: 1rem;
  line-height: 1.5em;
  font-size: 1.2rem;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .appearance__wrapper {
    padding: 10vw 5vw 10rem;
    padding-bottom: -10rem;
  }
  .appearance__title h2 img {
    height: 7rem;
  }
  .appearanceLists {
    padding: 2rem 0 0;
    margin: 0;
  }
  .appearanceLists li {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    margin: 0 0 10vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
  }
  .appearanceLists li > a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .appearanceLists li > a > .image {
    -ms-flex-preferred-size: 15rem;
        flex-basis: 15rem;
    max-width: 15rem;
    padding: 0px;
  }
  .appearanceLists li > a > .image .number {
    width: 30px;
    height: 30px;
    font-size: 1.4rem;
    left: 16rem;
  }
  .appearanceLists li > a > .text {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    padding: 0px;
  }
  .appearanceLists li .seat-favo {
    max-width: 70%;
    margin: 0 0 0 auto;
  }
  .appearanceLists .ptitle {
    margin-top: 0rem;
    height: 15rem;
    padding-top: 30px;
    padding-left: 16rem;
    min-height: 15rem;
    margin-top: -15rem;
  }
  .appearanceLists .artist {
    padding: 0;
  }
}

.artistTitle h2 {
  font-weight: 700;
  color: #6AC0BC;
  text-align: center;
  font-size: 3.6rem;
  line-height: 1.2;
}
.artistTitle h2:before {
  content: "\f2c0";
  font-family: "fontAwesome";
  font-size: 4.1rem;
  display: block;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .artistTitle h2 {
    font-size: 2rem;
  }
  .artistTitle h2:before {
    font-size: 2.4rem;
  }
}

.artistLists__wrapper {
  margin: 0 auto;
}
.artistLists__title {
  font-size: 2.4rem;
  background: #6AC0BC;
  font-weight: 700;
  color: #fff;
  margin-bottom: 3rem;
  padding: 0 1rem;
}
.artistLists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -1.2rem 5rem;
}
@media screen and (max-width: 768px) {
  .artistLists__wrapper {
    padding: 0;
  }
  .artistLists__title {
    margin: 0.5em 0;
    text-align: left;
    font-size: 2rem;
  }
  .artistLists {
    margin: 0;
    display: block;
  }
}

.listartist {
  padding: 0 1.2rem 3rem;
  margin-top: 0rem;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  max-width: 25%;
}
.listartist a {
  color: #000;
  line-height: 1.5;
  display: block;
  background: none !important;
}
.listartist a:hover img {
  -webkit-animation: picture-over 0.5s ease-out forwards;
          animation: picture-over 0.5s ease-out forwards;
}
.listartist a dl.pl {
  padding-left: 1.2rem;
  position: relative;
}
.listartist a dl.pl:before {
  content: "\f105";
  font-family: "fontAwesome";
  display: block;
  position: absolute;
  top: 0;
  left: 0.5em;
}
.listartist__image {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
}
.listartist__image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.listartist__name {
  margin-top: 0.5em;
  font-weight: bold;
}
.listartist__name-en {
  font-size: 1.4rem;
}
.listartist__genre {
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .listartist {
    padding: 0px;
    background: #fff;
    margin-bottom: 2vw;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .listartist a {
    height: 30vw;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  .listartist a dl {
    padding-left: 30vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .listartist a dl.pl {
    margin: -2em 0;
  }
  .listartist__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 30vw;
    height: 30vw;
    padding-top: 0;
  }
  .listartist__name {
    padding-left: 3vw;
  }
  .listartist__name-en {
    padding-left: 3vw;
    padding-top: 1vw;
    padding-bottom: 1vw;
    font-size: 1.2rem;
  }
  .listartist__genre {
    padding-left: 3vw;
    font-size: 1.1rem;
  }
}

/* 
start _program.scss
*/
.pia {
  display: inline-block;
  color: #fff;
  padding: 0.8em 2em;
  border-radius: 3px;
}

.programLists__wrapper {
  max-width: 1300px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .programLists__wrapper {
    padding: 0 2rem;
  }
}
.programLists__wrapper--search {
  background: #eee;
}
.programLists__title {
  font-size: 3rem;
  margin-bottom: 20px;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .programLists__title {
    margin: 0.5em 0;
    text-align: left;
  }
}
.programLists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px 0px;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .programLists {
    margin: 0 0px 0px;
    padding-bottom: 0;
    display: block;
  }
}
.programLists--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.listprogram {
  padding: 15px 15px 30px;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  max-width: 25%;
}
.listprogram--lg {
  -ms-flex-preferred-size: 33.3%;
      flex-basis: 33.3%;
  max-width: 33.3%;
}
@media screen and (max-width: 768px) {
  .listprogram {
    padding: 0px;
    margin-bottom: 2vw;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 3rem;
  }
}
.listprogram a {
  color: #000;
  line-height: 1.5;
}
.listprogram a:hover img {
  -webkit-animation: picture-over 0.5s ease-out forwards;
          animation: picture-over 0.5s ease-out forwards;
}
.listprogram a img {
  display: block;
}
.listprogram dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .listprogram dl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.listprogram__image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
}
@media screen and (max-width: 768px) {
  .listprogram__image {
    -ms-flex-preferred-size: 15rem;
        flex-basis: 15rem;
    max-width: 15rem;
    padding-top: 15rem;
  }
}
.listprogram__image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .listprogram__image img {
    height: auto;
  }
}
.listprogram__title {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  font-weight: bold;
  margin-top: 0.5em;
  font-size: 1.5rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .listprogram__title {
    margin-top: 0;
    padding: 0 0 0 16rem;
    min-height: 14rem;
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: -15rem;
  }
}
.listprogram__status {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .listprogram__status {
    margin-bottom: 5px;
  }
}
.listprogram__num {
  width: 45px;
  height: 45px;
  font-size: 2rem;
  font-weight: 700;
  background: #6AC0BC;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .listprogram__num {
    font-size: 1.6rem;
    width: 30px;
    height: 30px;
  }
}
.listprogram__date {
  font-size: 1.5rem;
  line-height: 1.2em;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-weight: bold;
  padding: 0 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #6AC0BC;
}
@media screen and (max-width: 768px) {
  .listprogram__date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 0.5em;
  }
}
@media screen and (max-width: 768px) {
  .listprogram__date br {
    display: none;
  }
}
.listprogram__seat {
  background: #279488;
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .listprogram__seat {
    width: 30px;
    height: 30px;
  }
}
.listprogram__open {
  font-size: 1.2rem;
  line-height: 1.6em;
  font-weight: 700;
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}
@media screen and (max-width: 768px) {
  .listprogram__open {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}
.listprogram__ticket {
  font-size: 1.2rem;
  line-height: 1.6em;
  font-weight: 700;
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}
@media screen and (max-width: 768px) {
  .listprogram__ticket {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}
.listprogram__artist {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  font-size: 1.2rem;
  line-height: 1.5em;
  padding: 1em 0;
}
@media screen and (max-width: 768px) {
  .listprogram__artist {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    padding-top: 0.5em;
  }
}
.listprogram__artist br {
  display: none;
}
.listprogram__place {
  font-size: 1.2rem;
  line-height: 1.6em;
  padding: 0.2em 0;
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .listprogram__place {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}

.programDetail__wrapper {
  max-width: 1148px;
  margin: 0 auto;
}
.programDetail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 0;
}
.programDetail > * {
  padding: 0 25px;
}
.programDetail__photo {
  -ms-flex-preferred-size: 47%;
      flex-basis: 47%;
  max-width: 47%;
}
.programDetail__dl {
  -ms-flex-preferred-size: 53%;
      flex-basis: 53%;
  max-width: 53%;
}
.programDetail__special {
  background: #ddd;
  font-size: 1.4rem;
  padding: 1rem 2rem;
  line-height: 1.2;
  display: inline-block;
  font-weight: 700;
}
.programDetail__link {
  margin-bottom: 2rem;
  font-size: 1.2rem;
}
.programDetail__link a {
  height: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #279488;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 1.4rem;
  width: 100%;
  color: #fff;
}
.programDetail__link a:after {
  content: "\f08e";
  font-family: "fontAwesome";
  margin-left: 1rem;
}
@media screen and (max-width: 768px) {
  .programDetail__link a {
    height: 4rem;
    -webkit-box-shadow: 0 0 0;
            box-shadow: 0 0 0;
  }
}
.programDetail__link a:hover {
  opacity: 0.8;
}
.programDetail__link span {
  background: rgb(200, 200, 200);
}
.programDetail__link--disable a {
  pointer-events: none;
  background: rgb(200, 200, 200);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.programDetail__link--disable:after {
  content: "\a※ただいま準備中です。";
  white-space: pre;
}
.programDetail__number-seat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1rem;
}
.programDetail__number {
  width: 45px;
  height: 45px;
  background: #6AC0BC;
  color: #fff;
  font-size: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
}
.programDetail__title, .programDetail__name {
  font-size: 2.8rem;
  color: #6AC0BC;
  padding: 0.5em 0em 0.2em 0em;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 1rem 0;
}
.programDetail__sponsor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2rem;
  font-weight: 700;
  margin: 2rem 0 1rem;
}
.programDetail__sponsor span {
  white-space: nowrap;
}
.programDetail__sponsor img {
  max-height: 60px;
  max-width: 220px;
  display: block;
}
.programDetail__sponsor a {
  margin-left: 2rem;
}
.programDetail__sponsor--yokonaga img {
  max-width: 320px;
}
.programDetail__time {
  font-weight: 700;
  line-height: 1;
  padding: 2rem 0rem;
}
.programDetail__place, .programDetail__open, .programDetail__price, .programDetail__pcode {
  font-weight: 500;
  font-size: 1.5rem;
}
.programDetail__place a, .programDetail__open a, .programDetail__price a, .programDetail__pcode a {
  border-bottom: 1px solid #000;
}
.programDetail__place, .programDetail__open, .programDetail__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
}
.programDetail__place:before, .programDetail__open:before, .programDetail__price:before {
  background: #6AC0BC;
  -ms-flex-preferred-size: 6rem;
      flex-basis: 6rem;
  max-width: 6rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2rem;
  margin-right: 1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.programDetail__place:before {
  content: "会場";
}
.programDetail__open:before {
  content: "開場";
}
.programDetail__price:before {
  content: "チケット";
}
.programDetail__nyujo {
  font-weight: 500;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.programDetail__pcode {
  font-weight: 700;
  margin: 0.5em 0 1em;
  padding: 1rem 2rem;
  display: inline-block;
  background: #eee;
  background: #ddd;
}
.programDetail__program {
  background: #eee;
  padding: 2rem;
  margin: 2em 0 0;
  line-height: 2;
  font-size: 1.5rem;
}
.programDetail__artist {
  margin-bottom: 2em;
  line-height: 2em !important;
  font-size: 1.4rem;
}
.programDetail__artist > dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.programDetail__artist > dl dt {
  font-weight: 700;
  -ms-flex-preferred-size: 6rem;
      flex-basis: 6rem;
  max-width: 6rem;
  background: #6AC0BC;
  color: #fff;
  font-size: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.programDetail__artist > dl dd {
  font-weight: 500;
}
.programDetail__comment {
  line-height: 2;
  font-size: 1.5rem;
  text-align: justify;
}
.programDetail__comment p {
  margin: 2rem 0;
  line-height: 1.6em;
}
.programDetail__instrument {
  font-size: 1.5rem;
  line-height: 1em;
}
.programDetail__name {
  line-height: 1em;
  margin: 0;
  padding: 0;
}
.programDetail__name-en {
  font-size: 0.75rem;
  line-height: 1em;
}
.programDetail .seat-favo {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
}
@media screen and (max-width: 768px) {
  .programDetail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    padding: 4.5rem 0 0;
  }
  .programDetail > * {
    padding: 0;
  }
  .programDetail__photo {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .programDetail__dl {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .programDetail__link a {
    -webkit-box-shadow: 0 0 0;
            box-shadow: 0 0 0;
  }
  .programDetail__number-seat {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .programDetail__title, .programDetail__name {
    font-size: 1.8rem;
    padding: 0;
    margin-top: 1rem;
  }
  .programDetail__sponsor img {
    max-height: 40px;
    max-width: 100%;
  }
  .programDetail__sponsor a {
    width: auto;
  }
  .programDetail__time {
    font-size: 1.4rem;
    padding: 0 0 1rem;
  }
  .programDetail__place, .programDetail__open, .programDetail__price, .programDetail__pcode {
    font-size: 1.2rem;
    padding: 2px 0;
  }
  .programDetail__place a, .programDetail__open a, .programDetail__price a, .programDetail__pcode a {
    border-bottom: none;
  }
  .programDetail__place, .programDetail__open, .programDetail__price {
    margin-bottom: 0.5rem;
  }
  .programDetail__place:before, .programDetail__open:before, .programDetail__price:before {
    -ms-flex-preferred-size: 5rem;
        flex-basis: 5rem;
    max-width: 5rem;
    font-size: 1rem;
  }
  .programDetail__nyujo {
    font-size: 1.2rem;
    padding: 5px 0;
  }
  .programDetail__pcode {
    font-size: 1.4rem;
    padding: 5px 10px;
  }
  .programDetail__program {
    line-height: 1.5em;
    margin: 1em 0 0;
    font-size: 1.3rem;
    border: 2px solid #6AC0BC;
  }
  .programDetail__artist {
    font-size: 1.2rem;
    line-height: 1.5;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #6AC0BC;
  }
  .programDetail__comment {
    line-height: 2;
    padding: 0 0.5em;
    font-size: 1.3rem;
  }
  .programDetail .seat-favo {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
  }
}

.perfomer__wrapper {
  background: #E9F6F5;
  padding: 6rem 0 20rem;
  margin-bottom: -10rem;
}
@media screen and (max-width: 768px) {
  .perfomer__wrapper {
    padding: 10vw 5vw 10rem;
    padding-bottom: -10rem;
  }
}
.perfomer {
  max-width: 1300px;
  margin: 0 auto;
}
.perfomer__title {
  margin-bottom: 3rem;
}
.perfomer__title h3 {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  color: #279488;
  text-align: center;
  padding: 2rem 4rem;
  font-size: 2.8rem;
}
.perfomer__title h3:before {
  display: inline-block;
  width: 100%;
  content: attr(data-en-text);
  font-size: 8rem;
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  color: #279488;
}
@media screen and (max-width: 768px) {
  .perfomer__title {
    margin-bottom: 2rem;
  }
  .perfomer__title h3 {
    font-size: 5vw;
  }
  .perfomer__title h3:before {
    font-size: 10vw;
  }
}
.perfomerLists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 0;
  margin: 0 -13px;
}
@media screen and (max-width: 768px) {
  .perfomerLists {
    padding-top: 0;
    margin: 0 -10px;
  }
}
.perfomerLists li {
  -ms-flex-preferred-size: 16.66%;
      flex-basis: 16.66%;
  padding: 0 13px;
}
@media screen and (max-width: 768px) {
  .perfomerLists li {
    padding: 0 10px;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
}
.perfomerLists dl {
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .perfomerLists dl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.perfomerLists dl .name {
  line-height: 1.2em;
  font-weight: bold;
  margin: 1rem 0 1rem;
}
@media screen and (max-width: 768px) {
  .perfomerLists dl .name {
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
  }
}
.perfomerLists dl .name .en {
  display: block;
  line-height: 1em;
  margin-top: 0.5em;
  font-size: 1.2rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .perfomerLists dl .name .en {
    font-size: 1rem;
  }
}
.perfomerLists dl .photo img {
  display: block;
}
.perfomerLists dl .text {
  line-height: 1.5;
  font-size: 1.2rem;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .perfomerLists dl .text {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    font-size: 1.1rem;
  }
}

.recommendedProgram__wrapper {
  background: #fff;
  padding: 6rem 0 3rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .recommendedProgram__wrapper {
    padding: 2rem;
  }
}
.recommendedProgram__wrapper:before {
  top: 45px;
}
@media screen and (max-width: 768px) {
  .recommendedProgram__wrapper:before {
    top: 10px;
  }
}
.recommendedProgram__wrapper:after {
  bottom: 45px;
}
@media screen and (max-width: 768px) {
  .recommendedProgram__wrapper:after {
    bottom: 10px;
  }
}
.recommendedProgram {
  max-width: 1300px;
  margin: 0 auto;
}
.recommendedProgram__title {
  margin-bottom: 3rem;
}
.recommendedProgram__title h3 {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  color: #279488;
  text-align: center;
  padding: 2rem 4rem;
  font-size: 2rem;
}
.recommendedProgram__title h3:before {
  display: inline-block;
  width: 100%;
  content: attr(data-en-text);
  font-size: 4rem;
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  color: #279488;
}
@media screen and (max-width: 768px) {
  .recommendedProgram__title h3 {
    font-size: 5vw;
  }
  .recommendedProgram__title h3:before {
    font-size: 10vw;
  }
}
.recommendedProgram .programLists > li:nth-child(n+5) {
  display: none;
}
.recommendedProgram .programLists .listprogram .listprogram__title {
  margin-top: 0;
  padding: 0 0 0 15rem;
  min-height: 14rem;
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -15rem;
}

.programLists .listprogram dl {
  background: #fff;
}
.programLists .listprogram__status {
  background: #fff;
}
.programLists .listprogram__date {
  background: #fff;
}
.programLists .listprogram__text {
  background: #fff;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding: 1rem;
}
.programLists .listprogram__text .remain {
  margin-top: 1rem;
  font-size: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ccc;
  color: #584A49;
}
.programLists .listprogram__text .remain i {
  width: 3rem;
  height: 3rem;
  background: #279488;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 1rem;
  color: #fff;
}
.programLists .listprogram__seat {
  background: #ccc;
  color: #584A49;
}
@media screen and (max-width: 768px) {
  .programLists .listprogram dl {
    background: #fff;
  }
  .programLists .listprogram__status {
    background: #fff;
  }
  .programLists .listprogram__date {
    background: #fff;
  }
  .programLists .listprogram__text {
    background: #fff;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 1rem;
  }
  .programLists .listprogram__text .remain {
    margin-top: 1rem;
    font-size: 1.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #ccc;
    color: #fff;
  }
  .programLists .listprogram__text .remain i {
    width: 3rem;
    height: 3rem;
    background: #6AC0BC;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 1rem;
  }
  .programLists .listprogram__seat {
    background: #279488;
    color: #fff;
  }
}

.wpfp-link.remove-parent {
  color: #fff;
  background: #6AC0BC;
}

.programSearch {
  max-width: 1300px;
  margin: 0 auto;
  padding: 50px 0 100px;
}
@media screen and (max-width: 768px) {
  .programSearch {
    padding: 4vw;
  }
}
.programSearch__list {
  padding: 1rem 0;
  border-bottom: 1px solid #ccc;
}
.programSearch__title {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 3rem;
}
.programSearch__dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.programSearch__dl > dt,
.programSearch__dl > dd {
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.programSearch__dl > dt {
  -ms-flex-preferred-size: 150px;
      flex-basis: 150px;
  max-width: 150px;
  font-weight: 700;
}
.programSearch__dl > dd {
  -ms-flex-preferred-size: calc(100% - 150px);
      flex-basis: calc(100% - 150px);
  max-width: calc(100% - 150px);
}
.programSearch__dl > dd.place label {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
}
@media screen and (max-width: 768px) {
  .programSearch__dl > dd.place label {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}
.programSearch input {
  border: 1px solid #aaa;
  padding: 0.5rem 1rem;
  border-radius: 3px;
  margin-right: 5px;
}
.programSearch select {
  padding: 0.5rem 1rem;
}
.programSearch label {
  padding-right: 4rem;
}

.noresults {
  padding-bottom: 50px;
}

.btn_search {
  margin-top: 5rem;
  text-align: center;
}
.btn_search input[type=submit] {
  border: none;
  background: #6AC0BC;
  -webkit-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.2509803922);
  color: #fff;
  border-radius: 100px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 290px;
  height: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  font-weight: bold;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .btn_search input[type=submit] {
    width: 100%;
  }
}
.btn_search--more a {
  min-width: 100px;
}

/* 
end _program.scss
*/
/* 
start _performance.scss
*/
.logo-jsf {
  width: 16rem;
  display: block;
  float: right;
  margin: 1rem 0 2rem 2rem;
}
@media screen and (max-width: 768px) {
  .logo-jsf {
    width: 12rem;
    margin: 1rem 0 1rem 2rem;
  }
}

.accesstitle {
  display: inline-block;
  background: #eee;
  font-weight: 700;
  line-height: 1;
  padding: 0.5em 1em;
  margin: 1em 0 0;
  font-size: 0.9em;
}

.accessroute h4 {
  font-weight: 700;
}
.accessroute__table {
  font-size: 1.4rem;
}
.accessroute__table th,
.accessroute__table td {
  padding: 1rem 0;
  vertical-align: top;
}
.accessroute__table th {
  white-space: nowrap;
  padding-right: 2rem;
}
@media screen and (max-width: 768px) {
  .accessroute__table {
    font-size: 1.2rem;
  }
  .accessroute__table th,
  .accessroute__table td {
    padding: 0.5rem 0;
  }
  .accessroute__table th {
    padding-right: 1rem;
  }
}

.lobby-mori {
  height: 4.6rem;
  display: block;
}
@media screen and (max-width: 768px) {
  .lobby-mori {
    height: 3.2rem;
  }
}

.subwayList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 4rem -1rem 0;
}
.subwayList > li {
  -ms-flex-preferred-size: 16.6666666667%;
      flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
  padding: 0 1rem;
}
.subwayList > li > a {
  width: 100%;
  height: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.1;
  background: #fff;
}
.subwayList > li > a dl {
  width: 100%;
  text-align: center;
}
.subwayList > li > a dl dt {
  font-size: 3rem;
  font-weight: 700;
}
.subwayList > li > a dl dt span {
  background: #000;
  color: #fff;
  font-size: 1.2rem;
  display: inline-block;
  line-height: 1;
  padding: 0.2rem;
  margin-left: 0.5rem;
}
.subwayList > li > a dl dd {
  margin-top: 0.5rem;
}
.subwayList > li > a dl dd:after {
  content: "▼";
  display: block;
  font-size: 1rem;
  margin-top: 1rem;
}
.subwayList > li > a:hover {
  background: #eee;
}
@media screen and (max-width: 768px) {
  .subwayList {
    display: none;
  }
}
.subwayList--town > li {
  -ms-flex-preferred-size: 33.3333333333%;
      flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}

.subwayTable {
  font-size: 1.4rem;
}
.subwayTable th,
.subwayTable td {
  border-bottom: 1px solid #ddd;
  vertical-align: top;
}
.subwayTable tr > *:first-child {
  border-bottom: 1px solid #F15B6C;
  white-space: nowrap;
}
.subwayTable tr > *:nth-child(2) {
  white-space: nowrap;
}
.subwayTable th,
.subwayTable td {
  padding: 1rem;
}
.subwayTable thead th,
.subwayTable thead td {
  font-weight: 700;
}
.subwayTable tbody tr > *:first-child {
  border-bottom: 1px solid #F15B6C;
  white-space: nowrap;
  font-size: 1.6rem;
  font-weight: 700;
}
.subwayTable tbody tr > *:nth-child(2) {
  white-space: nowrap;
}
.subwayTable tbody tr > *:nth-child(2) strong {
  display: block;
  line-height: 1.5;
  margin-bottom: 1em;
}
.subwayTable tbody tr > *:nth-child(2) strong:before {
  content: "";
  display: block;
  height: 0.25em;
  width: 1px;
}
@media screen and (max-width: 768px) {
  .subwayTable {
    font-size: 1.3rem;
  }
  .subwayTable th,
  .subwayTable td {
    border-bottom: none;
    vertical-align: top;
  }
  .subwayTable tr > *:first-child {
    border-bottom: 1px solid #F15B6C;
    white-space: nowrap;
  }
  .subwayTable tr > *:nth-child(2) {
    white-space: nowrap;
  }
  .subwayTable th,
  .subwayTable td {
    padding: 1rem;
  }
  .subwayTable thead {
    display: none;
  }
  .subwayTable thead th,
  .subwayTable thead td {
    font-weight: 700;
  }
  .subwayTable tbody tr > th,
  .subwayTable tbody tr > td {
    display: block;
    padding: 0;
  }
  .subwayTable tbody tr > *:first-child {
    border-bottom: none;
    padding-bottom: 1rem;
  }
  .subwayTable tbody tr > *:nth-child(2) {
    white-space: nowrap;
    padding-bottom: 1rem;
    padding-left: 1rem;
  }
  .subwayTable tbody tr > *:nth-child(2) strong {
    margin-bottom: 0;
  }
  .subwayTable tbody tr > *:nth-child(2) strong:before {
    content: "";
    display: block;
    height: 0.25em;
    width: 1px;
  }
  .subwayTable tbody tr > *:last-child {
    border-bottom: 1px solid #F15B6C;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    padding-left: 1rem;
  }
}

/* 
end _performance.scss
*/
/* 
start _timetable.scss
*/
/*
////////// タイムテーブル //////////
*/
.time-float .timetable {
  display: none;
}

.sticky {
  position: sticky;
  z-index: 2;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .sticky {
    position: static;
  }
}
.sticky--place {
  top: 60px;
}
@media screen and (max-width: 768px) {
  .sticky--place {
    top: 55px;
  }
}
.sticky--hall {
  top: calc(60px + 4em);
}
@media screen and (max-width: 768px) {
  .sticky--hall {
    top: calc(55px + 4em);
  }
}

.timeschedule {
  font-size: 0.8vw;
  margin: 5rem auto 0;
  background: #6AC0BC;
  border-bottom-width: 1px;
  margin-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .timeschedule {
    font-size: 1rem;
    position: relative;
  }
  .timeschedule:before {
    content: "※タイムテーブルはスクロールしてご覧ください。";
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateY(-110%);
            transform: translateY(-110%);
    font-size: 1rem;
    font-weight: 700;
  }
}
.timeschedule-friday {
  background: #584A49;
}
.timeschedule-friday .hall-pcode,
.timeschedule-friday li.times,
.timeschedule-friday dt.time {
  background: #584A49;
}
.timeschedule-friday, .timeschedule-friday * {
  border-color: #584A49;
}
.timeschedule-friday dl.program {
  background-color: #584A49;
}
.timeschedule-saturday {
  background: #6AC0BC;
}
.timeschedule-saturday .hall-pcode,
.timeschedule-saturday li.times,
.timeschedule-saturday dt.time {
  background: #6AC0BC;
}
.timeschedule-saturday, .timeschedule-saturday * {
  border-color: #6AC0BC;
}
.timeschedule-saturday dl.program {
  background-color: #6AC0BC;
}
.timeschedule-sunday {
  background: #F15B6C;
}
.timeschedule-sunday .hall-pcode,
.timeschedule-sunday li.times,
.timeschedule-sunday dt.time {
  background: #F15B6C;
}
.timeschedule-sunday, .timeschedule-sunday * {
  border-color: #F15B6C;
}
.timeschedule-sunday dl.program {
  background-color: #F15B6C;
}
.timeschedule ul.seat-update {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0;
  height: 30px;
  font-size: 0.6vw;
  background: #fff;
  padding-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .timeschedule ul.seat-update {
    font-size: 0.75rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  }
}
.timeschedule ul.seat-update > * {
  padding: 0 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}
.timeschedule ul.seat-update ul.seat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.timeschedule ul.seat-update ul.seat > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0.5em;
}
.timeschedule ul.seat-update ul.seat i {
  margin-right: 0.5em;
  background: #eee;
  height: 30px;
  width: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  color: #279488;
}
@media screen and (max-width: 768px) {
  .timeschedule ul.seat-update .lastupdate {
    padding: 0.5em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    font-size: 0.88rem;
  }
}

@media screen and (max-width: 768px) {
  .timetable__wrapper {
    overflow-x: auto;
    margin-bottom: 20px;
  }
}

ul.timetable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  ul.timetable {
    min-width: 1180px;
    width: 100%;
    margin-bottom: 0;
    position: relative;
  }
  ul.timetable:-webkit-scrollbar {
    height: 10px;
  }
  ul.timetable:-webkit-scrollbar-track {
    background: #EEE;
  }
  ul.timetable:-webkit-scrollbar-thumb {
    background: #999;
  }
}
ul.timetable > li {
  border-style: solid;
  border-width: 0 0 1px 0px;
  background: #fff;
}
ul.timetable > li.times {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
ul.timetable > li.times ul.timelist > li {
  letter-spacing: 0.1em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
ul.timetable > li.times ul.timelist > li span {
  font-size: 140%;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  ul.timetable > li.times {
    -ms-flex-preferred-size: 15vw;
        flex-basis: 15vw;
    max-width: 15vw;
  }
  ul.timetable > li.times ul.timelist > li:after {
    display: none;
  }
}
ul.timetable > li.hitachi {
  -ms-flex-preferred-size: 46%;
      flex-basis: 46%;
  max-width: 46%;
}
ul.timetable > li.hitachi > dl > dd {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  max-width: 25%;
}
ul.timetable > li.elpark, ul.timetable > li.bunka, ul.timetable > li.izumi {
  -ms-flex-preferred-size: 23%;
      flex-basis: 23%;
  max-width: 23%;
}
ul.timetable > li > dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
ul.timetable > li > dl > dt {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-style: solid;
  border-left-width: 1px;
  height: 2em;
}
ul.timetable > li > dl > dt .active:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
ul.timetable > li > dl > dd {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
  border-left-style: solid;
  border-left-width: 1px;
}
ul.timetable > li > dl .place-name,
ul.timetable > li > dl .hall-name,
ul.timetable > li > dl .hall-pcode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1em;
}
ul.timetable > li > dl .place-name span,
ul.timetable > li > dl .hall-name span,
ul.timetable > li > dl .hall-pcode span {
  font-size: 90%;
}
ul.timetable > li > dl .place-name .large,
ul.timetable > li > dl .hall-name .large,
ul.timetable > li > dl .hall-pcode .large {
  font-size: 120%;
}
ul.timetable > li > dl .hall-name,
ul.timetable > li > dl .hall-pcode {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
ul.timetable > li > dl .place-name {
  height: 4em;
  font-weight: bold;
  border-top-style: solid;
  border-top-width: 1px;
}
@media screen and (max-width: 768px) {
  ul.timetable > li > dl .place-name {
    color: #000;
  }
}
ul.timetable > li > dl .hall-name {
  height: 4em;
  line-height: 1.4;
  background: #eee;
}
@media screen and (max-width: 768px) {
  ul.timetable > li > dl .hall-name {
    color: #000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  }
}
ul.timetable > li > dl .hall-pcode {
  height: 3em;
  font-weight: 700;
  font-size: 100%;
  letter-spacing: 0.1em;
  color: #fff;
}
ul.timetable ul.timelist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
ul.timetable ul.timelist > li {
  height: 8em;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  ul.timetable ul.timelist > li {
    height: 8em;
  }
}
ul.timetable ul.timelist > li.yohaku {
  height: 3em;
}
ul.timetable ul.timelist > li:last-child {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  ul.timetable ul.timelist > li:after {
    color: #ddd;
    top: 0;
    right: 0;
    line-height: 1em;
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  ul.timetable ul.timelist > li.ts1100:after {
    content: "11:00";
  }
}
@media screen and (max-width: 768px) {
  ul.timetable ul.timelist > li.ts1200:after {
    content: "12:00";
  }
}
@media screen and (max-width: 768px) {
  ul.timetable ul.timelist > li.ts1300:after {
    content: "13:00";
  }
}
@media screen and (max-width: 768px) {
  ul.timetable ul.timelist > li.ts1400:after {
    content: "14:00";
  }
}
@media screen and (max-width: 768px) {
  ul.timetable ul.timelist > li.ts1500:after {
    content: "15:00";
  }
}
@media screen and (max-width: 768px) {
  ul.timetable ul.timelist > li.ts1600:after {
    content: "16:00";
  }
}
@media screen and (max-width: 768px) {
  ul.timetable ul.timelist > li.ts1700:after {
    content: "17:00";
  }
}
@media screen and (max-width: 768px) {
  ul.timetable ul.timelist > li.ts1800:after {
    content: "18:00";
  }
}
@media screen and (max-width: 768px) {
  ul.timetable ul.timelist > li.ts1900:after {
    content: "19:00";
  }
}
@media screen and (max-width: 768px) {
  ul.timetable ul.timelist > li.ts2000:after {
    content: "20:00";
  }
}
@media screen and (max-width: 768px) {
  ul.timetable ul.timelist > li.ts2100:after {
    content: "21:00";
  }
}
ul.timetable dl.program {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow-y: hidden;
  overflow-x: hidden;
  padding: 25px 0 3rem;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  ul.timetable dl.program {
    padding: 20px 0 25px;
  }
}
ul.timetable dl.program a {
  color: #000;
  background-color: rgba(255, 255, 255, 0.8);
  display: block;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
}
ul.timetable dl.program.koma60 {
  height: 32em;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  ul.timetable dl.program.koma60 {
    height: 32em;
  }
}
ul.timetable dl.program.koma45 {
  height: 24em;
}
@media screen and (max-width: 768px) {
  ul.timetable dl.program.koma45 {
    height: 24em;
  }
}
ul.timetable dl.program.koma30 {
  height: 16em;
}
@media screen and (max-width: 768px) {
  ul.timetable dl.program.koma30 {
    height: 16em;
  }
}
ul.timetable dl.program.koma15 {
  height: 8em;
}
@media screen and (max-width: 768px) {
  ul.timetable dl.program.koma15 {
    height: 8em;
  }
}
ul.timetable dl.program dd {
  padding: 0.5em 0.5em;
}
ul.timetable dl.program dt.time {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-weight: 700;
  text-align: left;
  line-height: 1.5em;
  padding: 0 25px 0 0;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 25px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  ul.timetable dl.program dt.time {
    height: 20px;
    padding: 0 20px 0 0;
  }
}
ul.timetable dl.program dt.time .number {
  font-size: 100%;
  border-right: 1px solid #fff;
  padding: 0 5px;
  display: block;
  font-size: 100%;
}
@media screen and (max-width: 768px) {
  ul.timetable dl.program dt.time .number {
    padding: 0 3px;
  }
}
ul.timetable dl.program dt.time .time {
  padding: 0 0 0 5px;
  display: block;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  ul.timetable dl.program dt.time .time {
    padding: 0 0 0 3px;
    font-size: 90%;
  }
}
ul.timetable dl.program dt.time .seat {
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #eee;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  color: #279488;
}
@media screen and (max-width: 768px) {
  ul.timetable dl.program dt.time .seat {
    width: 20px;
    height: 20px;
  }
}
ul.timetable dl.program dt.time .seat .alt {
  display: none;
}
ul.timetable dl.program dd.text {
  font-size: 80%;
  line-height: 1.2;
}
ul.timetable dl.program .photo img {
  display: block;
  margin: 0 auto 10px;
}
@media screen and (max-width: 768px) {
  ul.timetable dl.program .photo img {
    max-height: 70px;
  }
}
ul.timetable dl.program .title {
  font-size: 110%;
  line-height: 1.2;
  font-weight: bold;
  margin: 0;
}
ul.timetable dl.program p,
ul.timetable dl.program .artist,
ul.timetable dl.program .price {
  line-height: 1.2;
  margin: 0.5em 0;
}
ul.timetable dl.program .price {
  font-weight: bold;
}
ul.timetable dl.program .favo {
  position: absolute;
  width: 100%;
  padding: 0;
  bottom: 0;
  left: 0;
}
ul.timetable dl.program .favo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 3rem;
  background: #eee;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  font-size: 1rem;
  color: #279488;
}
@media screen and (max-width: 768px) {
  ul.timetable dl.program .favo a {
    height: 25px;
    font-size: 0.6rem;
  }
}

.tstop {
  height: 11em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.programMenu__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 120rem;
  margin: 0 auto;
  padding: 2rem 0 2rem;
  width: 100%;
}
.programMenu__timetable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  -ms-flex-preferred-size: 55%;
      flex-basis: 55%;
  max-width: 55%;
  margin: 0 -5px;
}
.programMenu__timetable:before {
  content: "公演スケジュール";
  position: absolute;
  top: -3rem;
  line-height: 1;
  left: 0;
  font-weight: 700;
}
.programMenu__timetable > * {
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
  max-width: 33%;
  padding: 0 5px;
}
.programMenu__timetable > * a {
  display: block;
  padding: 2rem 1rem 2rem;
  border-radius: 0 0 10px 10px;
  position: relative;
}
.programMenu__timetable > * a img {
  max-width: 15rem;
  display: block;
  margin: 0 auto;
}
.programMenu__timetable > *.friday a {
  background-color: #584A49;
}
.programMenu__timetable > *.saturday a {
  background-color: #6AC0BC;
}
.programMenu__timetable > *.sunday a {
  background-color: #F15B6C;
}
.programMenu__ot {
  -ms-flex-preferred-size: 35%;
      flex-basis: 35%;
  max-width: 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 0;
  margin: 0 -2px;
  position: relative;
}
.programMenu__ot:before {
  content: "条件から探す";
  position: absolute;
  top: -3rem;
  line-height: 1;
  left: 0;
  font-weight: 700;
}
.programMenu__ot > * {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  max-width: 25%;
  padding: 0 2px;
}
.programMenu__ot > * a {
  font-size: 1.2rem;
  color: #fff;
  background: #279488;
  border-radius: 0.5rem;
  line-height: 1.2;
  display: block;
  text-align: center;
  padding: 1rem;
}
.programMenu__ot > * i {
  font-size: 2.4rem;
  display: block;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  .programMenu__wrapper {
    padding: 10vw 3vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .programMenu__timetable {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 4rem -2px 0;
  }
  .programMenu__timetable:before {
    top: -2rem;
  }
  .programMenu__timetable > * {
    -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
    max-width: 33%;
    padding: 0 2px;
  }
  .programMenu__timetable > * a {
    padding: 1rem 1rem 1rem;
  }
  .programMenu__timetable > * a img {
    max-width: 96%;
    display: block;
    margin: 0 auto;
  }
  .programMenu__ot {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    margin: 0rem -2px 0;
    position: relative;
  }
  .programMenu__ot:before {
    top: -1rem;
  }
  .programMenu__ot > * {
    padding: 0 2px;
    margin-top: 15px;
  }
  .programMenu__ot > * a {
    font-size: 1rem;
    padding: 1rem 0.8rem;
  }
  .programMenu__ot > * i {
    font-size: 1.8rem;
    margin-bottom: 3px;
  }
}

.friday .friday a,
.saturday .saturday a,
.sunday .sunday a {
  padding-top: 4rem;
}
@media screen and (max-width: 768px) {
  .friday .friday a,
  .saturday .saturday a,
  .sunday .sunday a {
    padding-top: 3rem;
  }
  .friday .friday a:after,
  .saturday .saturday a:after,
  .sunday .sunday a:after {
    bottom: 1rem;
    left: 50%;
    font-size: 1.2rem;
  }
}

/* 
end _timetable.scss
*/
.seatHall {
  margin-bottom: 3rem;
}
.seatHall dt {
  font-weight: 700;
  color: #6AC0BC;
}
.seatHall .seat {
  font-size: 1.4rem;
  font-weight: 500;
}
.ticketFaq {
  margin-bottom: 3rem;
}
.ticketFaq > dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #6AC0BC;
  font-weight: 700;
}
.ticketFaq__q {
  font-size: 1.8em;
  margin-right: 0.3em;
  -webkit-transform: translateY(0.2em);
          transform: translateY(0.2em);
}
.ticketFaq > dd {
  margin-top: 1rem;
  padding-left: 3rem;
}

.accessMap {
  margin: 2rem 0;
}
.accessMap iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
}
.accessDetail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 2rem -2rem;
}
.accessDetail > * {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
  padding: 0 2rem;
}
.accessDetail dl dt {
  display: inline-block;
  background: #f7d3db;
  font-weight: 700;
  padding: 0.5rem 1rem;
  line-height: 1;
  font-size: 0.8em;
}
.accessSeat li {
  border: 1px solid #aaa;
  width: 100%;
  padding: 2rem;
  position: relative;
}
.accessSeat li .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
}
.accessSeat li .title h3 {
  font-weight: 700;
  color: #F15B6C;
  margin-right: 2em;
}
.accessSeat li .title p {
  font-size: 1.4rem;
}
.accessSeat li .title span {
  height: 100%;
  aspect-ratio: 1/1;
  background: #aaa;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
.accessSeat li .title span:before, .accessSeat li .title span:after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  content: "";
  height: 3px;
  width: 60%;
  position: absolute;
  top: calc(50% - 2px);
  left: 20%;
  display: block;
  background: #fff;
}
.accessSeat li .title span:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.accessSeat li .title.active span:before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.accessSeat li .seat {
  display: none;
  margin-top: 2rem;
  overflow: hidden;
}
.accessSeat li .seat img {
  display: block;
}
.accessSeat li + li {
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .accessMap {
    margin: 1rem 0;
  }
  .accessDetail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 2rem 0;
  }
  .accessDetail > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 2rem;
  }
  .accessDetail > * p + p {
    margin-top: 0.5rem;
  }
  .accessSeat li {
    padding: 1rem;
    position: relative;
  }
  .accessSeat li .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 3rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    cursor: pointer;
  }
  .accessSeat li .title h3 {
    font-size: 1.4rem;
  }
  .accessSeat li .title p {
    font-size: 1.2rem;
  }
  .accessSeat li .seat {
    display: none;
    margin-top: 1rem;
  }
}

.news__title {
  width: 460px;
  border-bottom-right-radius: 50px;
  padding: 0 90px 20px 0;
}
@media screen and (max-width: 768px) {
  .news__title {
    width: 50vw;
    padding: 0 20px 10px 0;
    border-bottom-right-radius: 80px;
  }
}
.news__title span {
  display: block;
  border-bottom-right-radius: 30px;
  color: #fff;
  background: #FF6C00;
  padding: 1em 1em 1em 1em;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  .news__title span {
    padding: 0.5em;
    border-bottom-right-radius: 60px;
  }
}

.news__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 8rem 0 10rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .news__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 5vw 0 0;
    padding: 0 5vw;
  }
}
.news__left {
  -ms-flex-preferred-size: 300px;
      flex-basis: 300px;
  max-width: 300px;
  min-width: 300px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .news__left {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    min-width: none;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 0;
    background: transparent;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.news__left .left__inner {
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 60px 20px 40px 40px;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 768px) {
  .news__left .left__inner {
    -webkit-box-shadow: 0 0 0;
            box-shadow: 0 0 0;
    padding: 10vw 0 15vw 0;
  }
}
.news__left:after {
  content: "";
  display: block;
  z-index: 0;
  width: calc(100% + 15px);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, -15px);
          transform: translate(0, -15px);
}
@media screen and (max-width: 768px) {
  .news__left:after {
    display: none;
  }
}
.news__left a {
  color: #000;
}
@media screen and (max-width: 768px) {
  .news-nav > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0;
  }
}
.news-nav__list {
  margin-bottom: 0.5em;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .news-nav__list {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    padding: 0 3px;
    font-size: 1.4rem;
  }
  .news-nav__list:after {
    display: none;
  }
}
.news-nav__list a {
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 768px) {
  .news-nav__list a {
    padding: 2vw 0;
  }
}
.news-nav__list a:after {
  margin-left: 1em;
  content: "\f105";
  font-family: "fontAwesome";
}
.news-nav:after {
  content: "";
  display: block;
  position: relative;
  height: 50px;
}
@media screen and (max-width: 768px) {
  .news-nav:after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .news-post-new {
    display: none;
  }
}
.news-post-new__title {
  margin-bottom: 1em;
  font-size: 1.4rem;
  font-weight: 700;
}
.news-post-new__list {
  line-height: 1.5em;
  font-size: 1.4rem;
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #aaa;
}
.news-post-new__list .date,
.news-post-new__list .cat {
  font-size: 1.2rem;
}
.news-post-new__list .date:after {
  content: "";
  border-right: 1px solid #000;
  margin: 0 0.5em;
}
.news-post-new__list .text {
  font-weight: bold;
}
.news__title-cat {
  font-size: 2.8rem;
  margin-bottom: 1em;
  padding-left: 20px;
  color: #6AC0BC;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .news__title-cat {
    margin: 1em 0 0.5em 4vw;
    font-size: 1.8rem;
    text-align: right;
    margin-top: -2em;
    padding: 0 4vw 1em 0;
    font-size: 2.4rem;
  }
}
.news__right {
  padding: 0px 40px 0 60px;
  -ms-flex-preferred-size: calc(100% - 300px);
      flex-basis: calc(100% - 300px);
  max-width: calc(100% - 300px);
}
@media screen and (max-width: 768px) {
  .news__right {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 0px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .news-post {
    margin-bottom: 20px;
  }
}
.news-post ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .news-post ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.news-post__list {
  -ms-flex-preferred-size: 33.3%;
      flex-basis: 33.3%;
  max-width: 33.3%;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .news-post__list {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    padding: 0;
    padding-bottom: 15px;
  }
}
.news-post__list a {
  display: block;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  color: #000;
  background: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .news-post__list a {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    width: 100%;
  }
}
.news-post__list a dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .news-post__list a dl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    padding-left: 33%;
  }
}
.news-post__list--title {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding: 10px 10px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .news-post__list--title {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.news-post__list--text {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  font-size: 1.2rem;
  line-height: 1.5em;
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  .news-post__list--text {
    display: none;
  }
}
.news-post__list--image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .news-post__list--image {
    -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
    max-width: 33%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding-top: 0;
  }
}
.news-post__list--image img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.news-post__list--date {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  text-align: right;
  padding: 5px 10px;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .news-post__list--date {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.news-post__list--cat {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  font-size: 1.2rem;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .news-post__list--cat {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    max-width: auto;
    position: static;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 0.5em;
    margin-left: 0.5em;
  }
}
.news__article {
  padding: 0px 0px 0px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .news__article {
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-top: 2em;
    padding: 0;
  }
}
.news__article--date {
  float: left;
  font-size: 1.4rem;
  margin: 0px 20px 1rem 0px;
}
@media screen and (max-width: 768px) {
  .news__article--date {
    margin: 0 0 0.5rem 0;
    padding-left: 0;
  }
}
.news__article--cat {
  float: left;
  font-size: 1.4rem;
  margin: 5px 20px 1rem 20px;
}
@media screen and (max-width: 768px) {
  .news__article--cat {
    margin: 0 0 0.5rem 1em;
  }
}
.news__article--title {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 700;
  position: relative;
  background: #6AC0BC;
  min-height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.5;
  padding: 15px 20px;
  margin-bottom: 15px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .news__article--title {
    font-size: 1.6rem;
    padding: 10px 20px;
    min-height: 50p;
    margin-bottom: 5px;
  }
}
.news__article--text {
  padding: 0 0px;
  font-size: 1.6rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .news__article--text {
    padding: 0;
    font-size: 1.4rem;
  }
}
.news__article--text p {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .news__article--text p {
    margin: 1rem auto;
  }
}
.news__article--text .image {
  max-width: 1000px;
  margin: 2rem auto;
}
.newsArc__title {
  text-align: center;
  margin-top: 5rem;
  margin-bottom: 2rem;
}
.newsArc__title span {
  line-height: 1.4;
  background: #6AC0BC;
  border-radius: 10rem;
  font-weight: 700;
  padding: 10px 20px;
  width: 100%;
  color: #fff;
  display: inline-block;
}
.newsArc .sample {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
}
.newsArc .sample img {
  max-width: 400px;
  display: block;
  margin-left: 2rem;
}
.newsArc .caution {
  color: #c00;
  font-weight: 700;
}
.newsArc .covid__column3 {
  margin: 0 -3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.newsArc .covid__column3 > * {
  -ms-flex-preferred-size: 33.3%;
      flex-basis: 33.3%;
  max-width: 33.3%;
  padding: 0 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
  line-height: 1.4;
  border-right: 2px dotted #c00;
}
.newsArc .covid__column3 > *:last-child {
  border-right: 0;
}
.newsArc .covid__column3 > * img {
  display: block;
  margin-right: 20px;
  width: 100px;
  height: 100px;
}

.wp-pagenavi {
  text-align: center;
  margin-top: 3rem;
  font-size: 1.6rem;
}
.wp-pagenavi a,
.wp-pagenavi .current {
  padding: 0.5rem 0.5rem;
}
.wp-pagenavi .current {
  background: #6AC0BC;
  border-radius: 3px;
  color: #fff;
  font-weight: 700;
}

.news-post__list--cat, .news__article--cat {
  background: #6AC0BC;
  font-size: 1.4rem;
  display: block;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  padding: 0.7rem 1rem;
}
@media screen and (max-width: 768px) {
  .news-post__list--cat, .news__article--cat {
    font-size: 1.2rem;
  }
}

.news-prg {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
  max-width: 60%;
  padding: 4rem 0 0 2rem;
  position: relative;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .news-prg {
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
    max-width: 70%;
    padding: 30px 10px 0 10px;
  }
}
.news-prg__wrapper {
  max-width: 600px;
}
@media screen and (max-width: 768px) {
  .news-prg__wrapper {
    margin: 5vw -5px;
  }
}
.news-prg__wrapper a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #000;
}
.news-prg__image {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  max-width: 40%;
}
@media screen and (max-width: 768px) {
  .news-prg__image {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    max-width: 30%;
  }
}
.news-prg__image img {
  -o-object-fit: contain;
     object-fit: contain;
}
a:hover .news-prg__image {
  opacity: 0.8;
}
.news-prg__number {
  position: absolute;
  background: #6AC0BC;
  color: #fff;
  top: 0;
  left: 2rem;
  font-size: 1.6rem;
  font-weight: bold;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 3rem;
  height: 3rem;
}
@media screen and (max-width: 768px) {
  .news-prg__number {
    width: 25px;
    height: 25px;
    left: 10px;
    font-size: 1.4rem;
  }
}
.news-prg__seat {
  background: #A1D5E9;
  color: #000;
  width: 3rem;
  height: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .news-prg__seat {
    right: 10px;
    width: 25px;
    height: 25px;
    font-size: 1.6rem;
  }
}
.news-prg__title {
  font-weight: bold;
}
.news-prg__date {
  font-weight: bold;
}
.news-prg__place {
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .news-prg__place {
    font-size: 1.2rem;
  }
}
.news-prg__time {
  background: #A1D5E9;
  font-size: 1.4rem;
  padding: 0.5rem 1rem;
  margin: 1rem 0;
}
@media screen and (max-width: 768px) {
  .news-prg__time {
    font-size: 1.2rem;
    padding: 2px 5px;
  }
}
.news-prg__artist {
  font-size: 1.2rem;
  line-height: 1.5em;
}
@media screen and (max-width: 768px) {
  .news-prg__artist {
    font-size: 1rem;
  }
}

.remainseat__title {
  margin: 5rem 0 2rem;
  font-weight: bold;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .remainseat__title {
    font-size: 1.6rem;
  }
}

.table-remainseat {
  font-size: 1.4rem;
}
.table-remainseat thead th {
  background: #eee;
  color: #fff;
  vertical-align: top;
  padding: 5px 1rem;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .table-remainseat thead th {
    font-size: 1rem;
  }
}
.table-remainseat td {
  vertical-align: top;
}
.table-remainseat th.d-friday,
.table-remainseat th.d-saturday,
.table-remainseat th.d-sunday {
  width: 16%;
  color: #fff;
}
.table-remainseat th.d-friday {
  background: #584A49;
}
.table-remainseat .d-friday li a {
  background: #584A49;
}
.table-remainseat th.d-saturday {
  background: #6AC0BC;
}
.table-remainseat .d-saturday li a {
  background: #6AC0BC;
}
.table-remainseat th.d-sunday {
  background: #F15B6C;
}
.table-remainseat .d-sunday li a {
  background: #F15B6C;
}
.table-remainseat td {
  width: 28%;
  text-align: left;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .table-remainseat td {
    padding: 5px;
  }
}
@media screen and (max-width: 768px) {
  .table-remainseat tbody th {
    font-size: 1rem;
    white-space: nowrap;
  }
}
.table-remainseat tr {
  border-bottom: 1px solid #ccc;
}
.table-remainseat li {
  display: inline-block;
}
.table-remainseat li a {
  font-weight: bold;
  color: #fff;
  font-size: 1.4rem;
  margin-right: 2px;
  border-radius: 5px;
  margin-top: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 3rem;
  height: 3rem;
}
@media screen and (max-width: 768px) {
  .table-remainseat li a {
    font-size: 1rem;
    margin-right: 1px;
    margin-top: 1px;
    border-radius: 3px;
    width: 2rem;
    height: 2rem;
  }
}

/*
////////// フォーム用 //////////
*/
.dltable {
  font-size: 1.4rem;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #707070;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .dltable {
    font-size: 1.4rem;
    border-top: none;
  }
}
.dltable > dt,
.dltable > dd {
  padding: 20px 10px;
  border-bottom: 1px solid #707070;
}
@media screen and (max-width: 768px) {
  .dltable > dt,
  .dltable > dd {
    border-bottom: none;
    padding: 10px 10px;
  }
}
.dltable > dt {
  background: #eee;
  font-weight: 700;
  -ms-flex-preferred-size: 160px;
      flex-basis: 160px;
  max-width: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .dltable > dt {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}
.dltable > dd {
  -ms-flex-preferred-size: calc(100% - 160px);
      flex-basis: calc(100% - 160px);
  max-width: calc(100% - 160px);
}
@media screen and (max-width: 768px) {
  .dltable > dd {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .dltable--ticket {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
}
.dltable--ticket > dt {
  background: #A1D5E9;
  -ms-flex-preferred-size: 200px;
      flex-basis: 200px;
  max-width: 200px;
}
@media screen and (max-width: 768px) {
  .dltable--ticket > dt {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
}
.dltable--ticket > dd {
  -ms-flex-preferred-size: calc(100% - 200px);
      flex-basis: calc(100% - 200px);
  max-width: calc(100% - 200px);
}
@media screen and (max-width: 768px) {
  .dltable--ticket > dd {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
}
.dltable--lg {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .dltable--lg {
    font-size: 1.4rem;
  }
}
.dltable--column > dt,
.dltable--column > dd {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  padding: 1rem 2rem;
}
.dltable--column > dt {
  border-bottom: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.dltable--column > dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.dltable--simple {
  border: none;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .dltable--simple {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.dltable--simple > dt,
.dltable--simple > dd {
  background-color: transparent;
  border: none;
  padding: 0;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  max-width: none;
}
.dltable--simple > dt {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  white-space: nowrap;
  padding-right: 2rem;
}
.dltable--simple2 {
  border: none;
  margin-top: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 0 2rem;
}
.dltable--simple2 > dt,
.dltable--simple2 > dd {
  background-color: transparent;
  border: none;
  padding: 0;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  max-width: none;
}
.dltable--simple2 > dt {
  white-space: nowrap;
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
  max-width: 70%;
}
.dltable--simple2 > dd {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  max-width: 30%;
  text-align: right;
}
.dltable--simple3 {
  border-top-color: #ccc;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .dltable--simple3 {
    width: 100%;
  }
}
.dltable--simple3 > dt,
.dltable--simple3 > dd {
  padding: 0.5rem 1rem;
}
.dltable--simple3 > dt {
  background: #fff;
  -ms-flex-preferred-size: 10%;
      flex-basis: 10%;
  max-width: 10%;
  border-bottom-color: #ccc;
}
@media screen and (max-width: 768px) {
  .dltable--simple3 > dt {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    padding: 0.5em 0em;
    border-bottom: none;
  }
}
.dltable--simple3 > dd {
  -ms-flex-preferred-size: 90%;
      flex-basis: 90%;
  max-width: 90%;
  border-bottom-color: #ccc;
}
@media screen and (max-width: 768px) {
  .dltable--simple3 > dd {
    padding: 0em 1em;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.dltable--form {
  line-height: 1.5em;
}
.dltable--form > dt {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  max-width: 30%;
  padding: 1em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .dltable--form > dt {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    padding: 0.5rem 1rem;
    margin-bottom: 1rem;
  }
}
.dltable--form > dd {
  padding: 1rem;
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
  max-width: 70%;
}
@media screen and (max-width: 768px) {
  .dltable--form > dd {
    padding: 0.5rem 1rem 2rem 1rem;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    text-align: left;
    padding-left: 1rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .dltable--form-tgl > dt {
    cursor: pointer;
  }
}
@media screen and (max-width: 768px) {
  .dltable--form-tgl > dt:before {
    content: "\f151";
    font-family: "fontAwesome";
    color: #CB3D09;
    margin-right: 0.5em;
  }
}
@media screen and (max-width: 768px) {
  .dltable--form-tgl > dt.active:before {
    content: "\f150";
    color: #717171;
    font-family: "fontAwesome";
  }
}

form .year {
  width: 4em;
}

form .month,
form .date {
  width: 2em;
}

form input,
form textarea {
  border: none;
  border: 1px solid #ddd;
  margin-top: 0.2em;
}

form input[type=text],
form input[type=tel],
form input[type=email],
form input[type=number] {
  height: 2em;
  padding: 0.2em 0.4em;
  border-radius: 0.2em;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  form input[type=text],
  form input[type=tel],
  form input[type=email],
  form input[type=number] {
    max-width: 100%;
  }
}

form textarea {
  padding: 0.2em;
  border-radius: 0.2em;
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  form textarea {
    width: 100%;
  }
}

form .subway-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

form .music-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 1em;
}

form .music-title > * {
  padding: 0;
}

form .music-title dt {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  max-width: 30%;
}

form .music-title dd {
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
  max-width: 70%;
}

.err {
  color: #c00;
  margin-left: 0.2em;
  font-size: 1.6rem;
}

.kojin-caution {
  text-align: center;
  margin: 3em 0px;
  font-size: 1.4rem;
}

.kojinhoushin {
  padding: 1rem;
  max-width: 80%;
  height: 15em;
  overflow-y: auto;
  margin: 0 auto;
  font-size: 1.2rem;
  line-height: 1.5em;
  border: 5px solid #A1D5E9;
}
@media screen and (max-width: 768px) {
  .kojinhoushin {
    max-width: 100%;
    border: 3px solid #A1D5E9;
    padding: 0.5rem;
  }
}

.checkboxrequired {
  text-align: center;
  background: #eee;
  font-size: 1.4rem;
  width: 80%;
  margin: 2em auto;
}
@media screen and (max-width: 768px) {
  .checkboxrequired {
    width: 100%;
  }
}

input.wpcf7c-conf,
textarea.wpcf7c-conf,
select.wpcf7c-conf {
  border: 0;
  padding: 0;
  background: #A1D5E9;
}

.mwform-tel-field input[type=text] {
  max-width: 100px;
}
@media screen and (max-width: 768px) {
  .mwform-tel-field input[type=text] {
    max-width: 80px;
  }
}

div.submitfield {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2em;
}
@media screen and (max-width: 768px) {
  div.submitfield {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

input.wpcf7c-btn-back,
input.wpcf7-submit,
input.wpcf7-confirm {
  background: #6AC0BC;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 0.5em;
  font-size: 1.2em;
  color: #fff;
  font-weight: bold;
  padding: 0.5em 2em 0.5em 2em;
  position: relative;
  cursor: pointer;
}

button[type=submit],
input[type=submit],
input[type=button],
.check {
  background: #6AC0BC;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 0.5em;
  font-size: 1.2em;
  color: #fff;
  font-weight: bold;
  padding: 0.5em 2em 0.5em 2em;
  position: relative;
  cursor: pointer;
  border: none;
  margin: 0 1rem;
}

div.submitfield input.disabled,
div.submitfield button.disabled,
div.submitfield .check.disabled {
  background-color: #ccc;
  cursor: default;
}

.mw_wp_form_preview .preview-hide {
  display: none;
}

/*
////////// スマートフォン　フォーム用 //////////
*/
@media screen and (max-width: 768px) {
  .default-format form input,
  .default-format form textarea {
    border: 1px solid #ccc;
  }
  input.wpcf7c-conf,
  textarea.wpcf7c-conf,
  select.wpcf7c-conf {
    border: none !important;
    background: #fff !important;
  }
  .default-format form .music-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .default-format form .music-title > * {
    padding: 0;
  }
  .default-format form .music-title dt {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .default-format form .music-title dd {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}