@charset "UTF-8";
body {
  color: #ededed;
  background: #0d0d0d;
  font-size: 1.4rem;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", helvecia,sans-serif,sans-serif;
  letter-spacing: 0.5px;
}

a {
  color: #0babf5;
}

img, svg {
  max-width: 100%;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  line-height: inherit;
}

p {
  margin-top: 0;
  margin-bottom: 2rem;
  word-break: break-all;
}

#loafingbar {
  position: absolute;
  height: 5px;
  width: 0%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#f20d2a), to(#e82073));
  background: linear-gradient(#f20d2a, #e82073);
}

#main {
  position: relative;
  text-align: center;
  padding-top: 4vh;
  margin-bottom: 4vh;
}

#titletxtpc {
  max-width: 800px;
}

#mainlogobox {
  position: relative;
  width: 100%;
  height: 650px;
  margin-bottom: 4vh;
}

#mainlogo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  width: 2500px;
}

#mainlogo2 {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.section {
  max-width: 1200px;
  /*margin:0 auto 10vh auto;*/
  margin: 0 auto 80px auto;
}

#eras_intro {
  line-height: 220%;
  padding: 15px;
}

#eras_faq {
  line-height: 220%;
  padding: 15px;
}

h2 {
  font-size: 4.8rem;
  letter-spacing: 1px;
}

h3.subtitle {
  border-bottom: solid 1px;
  margin-bottom: 2rem;
}

h3.subtitle span {
  background: #FFFFFF;
  padding: 4px 20px;
  display: inline-block;
  color: #000000;
  font-weight: bold;
  font-size: larger;
}

.italic {
  font-style: italic;
}

#subnavi {
  background: -webkit-gradient(linear, left top, right top, from(#f50a23), to(#f11655));
  background: linear-gradient(to right, #f50a23, #f11655);
  /*height: 50px;*/
  border-radius: 30px;
  margin-bottom: 60px;
  text-align: center;
  font-size: 0;
  line-height: 0;
  padding: 10px 20px;
}

#subnavi ul {
  padding-left: 0;
  margin-bottom: 0;
}

#subnavi ul li {
  font-size: 1.6rem;
  font-weight: bold;
  display: inline-block;
  list-style: none;
  color: #FFFFFF;
  padding: 10px 20px;
  position: relative;
  cursor: pointer;
  border-right: solid 1px;
}

#subnavi ul li:last-child {
  border-right: none;
}

#subnavi ul li a {
  color: #FFFFFF;
}

#subnavi ul li a:hover {
  text-decoration: none;
}

#subnavi ul li:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -4px;
  height: 1px;
  width: 0;
  background-color: #FFFFFF;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  -webkit-transition: all 200ms 0s ease-in-out;
  transition: all 200ms 0s ease-in-out;
}

#subnavi ul li:hover:after {
  width: 100%;
}

#subnavi ul li span:first-child {
  font-size: 2.2rem;
  display: block;
  font-family: anton, sans-serif;
  line-height: 1;
  margin-bottom: 5px;
}

#subnavi ul li span:last-child {
  display: block;
  line-height: 1;
  font-size: 1.2rem;
}

@media screen and (max-width: 900px) {
  #subnavi ul {
    overflow: auto;
    padding-left: 0;
    margin-bottom: 0;
    white-space: nowrap;
  }
}

@media screen and (max-width: 768px) {
  #subnavi ul li {
    font-size: 1.2rem;
    display: inline-block;
    list-style: none;
    padding: 10px 10px;
  }
}

.eras_contitle {
  font-family: anton, sans-serif;
  border-bottom: solid 1px;
  padding: 0px 15px 1rem 15px;
  margin-bottom: 4rem;
  line-height: 1.5;
}

.txtread {
  display: inline-block;
  padding: 10px 20px;
  background: #333;
  color: #ededed;
  font-weight: bold;
  font-size: larger;
  letter-spacing: 1px;
}

#encore {
  margin-bottom: 5rem;
}

.txtreadencore {
  display: inline-block;
  padding: 10px 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#f50c26), to(#e6207c));
  background: linear-gradient(#f50c26, #e6207c);
  color: #ededed;
  font-weight: bold;
  font-size: 3.0rem;
  letter-spacing: 1px;
}

.encorelimit {
  font-size: 3.8rem;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #f50c26;
  background: -webkit-linear-gradient(0deg, #f50c26, #e6207c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.fss {
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  #encore {
    margin-bottom: 3.5rem;
  }
  .txtreadencore {
    font-size: larger;
  }
  .encorelimit {
    font-size: 2.0rem;
  }
  .fss {
    font-size: 1.6rem;
  }
}

.txtbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px;
  background: #000;
  border: solid 1px #333;
}

.txtbox .txthead {
  width: 20%;
}

.txtbox .txthead h4 {
  font-size: larger;
  letter-spacing: 1px;
  font-weight: bold;
}

.txtbox .txtcon {
  width: 80%;
}

.txtbox .price {
  font-size: 2.4rem;
  line-height: 1;
}

.txtbox p:last-child {
  margin-bottom: 0;
}

.newsUpdate {
  background: #F80004;
  padding: 4px 8px;
  display: inline-block;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0;
}

.schebox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.scheitem {
  width: 20%;
  padding: 10px 20px 20px 20px;
  font-family: anton, sans-serif;
  background: rgba(255, 255, 255, 0.1);
  letter-spacing: 1px;
}

.scheitem .eventdays {
  font-family: anton, sans-serif;
  font-size: 5.0rem;
  color: #FFFFFF;
  line-height: 100%;
  text-align: center;
  margin-bottom: 10px;
}

.scheitem .eras {
  text-align: center;
  border-bottom: solid 1px;
  font-size: 3.0rem;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.scheitem .finished {
  position: absolute;
}

.scheitem .eventdate {
  opacity: 0.5;
  position: relative;
  color: #cccccc;
  line-height: 1.2;
  padding-bottom: 20px;
  font-size: 2rem;
}

.scheitem .eventdateL {
  color: #FFFFFF;
  font-size: 5.5rem;
}

.scheitem .eventtime {
  color: #cccccc;
  font-size: 2rem;
  line-height: 180%;
  display: none;
}

.scheitem .eventtimeL {
  font-size: 3rem;
  color: #FFFFFF;
}

.scheitem:nth-child(even) {
  background: rgba(255, 255, 255, 0.2);
}

#eras_footer {
  padding: 80px 0;
}

#ticket table, #ticket td, #ticket th {
  border-collapse: collapse;
  border: 1px solid #999999;
  letter-spacing: 0;
}

#ticket table {
  display: table;
  width: 100%;
  color: #0d0d0d;
  table-layout: fixed;
  border: none;
}

#ticket tr:nth-child(odd) td {
  padding: 10px;
  background: #f7f7f7;
}

#ticket tr:nth-child(even) td {
  padding: 10px;
  background: #f2f2f2;
}

#ticket th {
  padding: 10px;
  font-size: 1.1rem;
  background: #333;
  color: #f7f7f7;
  width: 120px;
}

#ticket td {
  text-align: center;
  font-size: 1.1rem;
  width: 120px;
}

.faqbox {
  margin-bottom: 60px;
}

.faqbox a {
  color: #f11655;
  font-weight: bold;
}

.faqbox dt {
  text-align: left;
  padding: 2rem 4rem 2rem 4rem;
  position: relative;
  font-weight: bold;
  background: rgba(255, 255, 255, 0.1);
  line-height: 180%;
  cursor: pointer;
}

.faqbox dt:before {
  content: 'Ｑ';
  position: absolute;
  left: 10px;
  font-size: 2rem;
}

.faqbox dt:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 10px;
  width: 12px;
  height: 12px;
  margin-top: -10px;
  border-right: 2px solid #ededed;
  border-bottom: 2px solid #ededed;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 100;
}

.faqbox dt.active {
  color: #f11655;
}

.faqbox dt.active:after {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  margin-top: -5px;
}

.faqbox dd {
  text-align: left;
  padding: 2rem 2rem 2rem 4rem;
  position: relative;
  background: rgba(255, 255, 255, 0.2);
  line-height: 180%;
  margin-bottom: 3rem;
}

.faqbox dd:before {
  content: 'Ａ';
  position: absolute;
  left: 10px;
  font-size: 2rem;
}

.faqbox p.channellink {
  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;
  margin-bottom: 1rem;
  line-height: 150%;
}

.faqbox p.channellink span {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.faqbox .chanlogo {
  background: white;
  padding: 2px 8px;
  width: 90px;
  display: inline-block;
  line-height: 1;
  text-align: center;
  border-radius: 3px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.faqbox .chanlogo img {
  max-width: 100%;
  max-height: 18px;
}

.faqbox .chantxt {
  padding: 2px 8px 2px 16px;
}

.faqbox div.channellinkyoko {
  display: table;
  margin-bottom: 1rem;
  line-height: 150%;
  height: 35px;
}

.faqbox div.channellinkyoko div {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: 10.11%;
  margin: 0.5%;
  display: table-cell;
  vertical-align: middle;
  padding: 5px;
}

.faqbox div.channellinkyoko div span.chanlogo {
  display: table-cell;
  width: 120px;
  height: 35px;
  vertical-align: middle;
}

.faqbox div.channellinkyoko div span.chanlogo img {
  vertical-align: middle;
  max-width: 80%;
}

@media screen and (max-width: 768px) {
  .faqbox {
    font-size: 1.2rem;
  }
  .faqbox:last-child {
    margin-bottom: 0px;
  }
  .faqbox dt {
    margin-bottom: 0px;
    border-bottom: none;
  }
  .faqbox dd {
    text-align: left;
    padding: 3rem 1rem 1rem 1rem;
    position: relative;
    background: rgba(255, 255, 255, 0.2);
    line-height: 180%;
  }
  .faqbox dd:before {
    content: 'Ａ';
    position: absolute;
    top: 5px;
    font-size: 2rem;
  }
  .faqbox .chantxt {
    padding: 2px 8px 2px 0px;
    display: block;
    width: 100%;
  }
  .faqbox div.channellinkyoko {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 1rem;
    line-height: 150%;
    height: auto;
  }
  .faqbox div.channellinkyoko div {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    width: 32%;
    margin: 0.5%;
    vertical-align: middle;
    padding: 5px;
  }
  .faqbox div.channellinkyoko div span.chanlogo {
    width: 200px;
    height: 35px;
    vertical-align: middle;
    text-align: center;
  }
  .faqbox div.channellinkyoko div span.chanlogo img {
    vertical-align: middle;
    max-height: 30px;
    max-width: 60%;
  }
  .faqbox div.channellinkyoko div span.chanlogo .imgHs {
    max-height: 25px;
  }
}

.faqbox2 a {
  color: #f11655;
  font-weight: bold;
}

.faqbox2 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.faqbox2 dt {
  width: 150px;
  background: #333;
  color: #FFF;
  margin-bottom: 1rem;
  padding: 5px 15px;
}

.faqbox2 dd {
  width: calc(100% - 150px);
  margin-bottom: 1rem;
  padding: 5px 15px;
}

@media screen and (max-width: 768px) {
  .faqbox2 dt {
    width: 100%;
  }
  .faqbox2 dd {
    width: 100%;
    padding: 5px 0px;
    text-align: left;
  }
}

.txtbtn {
  border-radius: 10px;
  background: #0babf5;
  color: #000;
  padding: 5px 15px;
  display: inline-block;
  line-height: 1;
  font-weight: bold;
}

a:hover.txtbtn {
  text-decoration: none;
  background: #1baff3;
  color: #FFF;
}

a.titlelink {
  display: inline-block;
  font-size: 2rem;
  border-radius: 50px;
  background: #cccccc;
  color: #000;
  padding: 10px 50px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

a:hover.titlelink {
  text-decoration: none;
  background: #e82073;
  color: #cccccc;
}

a.titlelink span.anton {
  font-family: anton, sans-serif;
  font-size: 4rem;
  line-height: 1;
}

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

a.titlelink span.link {
  font-weight: bold;
  display: inline-block;
  position: relative;
  padding: 0 30px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

a.titlelink span.link:after {
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  font: normal normal normal 20px/1 'FontAwesome';
  content: "\f138";
}

a:hover.titlelink span.link {
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  a.titlelink {
    display: inline-block;
    font-size: 1.5rem;
    border-radius: 25px;
    background: #cccccc;
    color: #000 !important;
    padding: 10px 20px;
    line-height: 1;
  }
  a.titlelink span.anton {
    font-family: anton, sans-serif;
    font-size: 3rem;
  }
  .antonS {
    display: none;
    font-size: 2rem !important;
  }
  a.titlelink span.link {
    padding: 0 20px;
    margin-top: 10px;
  }
}

h3.fcread {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: solid 2px;
  -o-border-image: linear-gradient(to right, #f20d2a 0%, #e82073 100%) 1/0 0 2px 0;
     border-image: -webkit-gradient(linear, left top, right top, from(#f20d2a), to(#e82073)) 1/0 0 2px 0;
     border-image: linear-gradient(to right, #f20d2a 0%, #e82073 100%) 1/0 0 2px 0;
  border-style: solid;
  background: url(../img/fclogo.png) no-repeat left top;
  padding-left: 80px;
  background-size: 50px;
  background-position: 10px 0px;
  word-break: break-all;
  line-height: 150%;
}

h3.fcread span {
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  display: block;
  font-size: 2.4rem;
  font-weight: bold;
  color: #f20d2a;
  background: -webkit-linear-gradient(0deg, #f20d2a, #e82073);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.articletopix {
  padding: 20px;
  border: 2px solid;
  -o-border-image: linear-gradient(90deg, #f20d2a, #e82073);
     border-image: -webkit-gradient(linear, left top, right top, from(#f20d2a), to(#e82073));
     border-image: linear-gradient(90deg, #f20d2a, #e82073);
  border-image-slice: 1;
}

#caution {
  background: #191919;
  padding: 50px;
}

#caution ul {
  padding-left: 40px;
}

#caution ul li {
  list-style-type: disc;
  margin-bottom: 10px;
}

#eras_footer {
  background: #000000;
  padding: 80px 20px;
  text-align: center;
}

#snsbox {
  margin-bottom: 40px;
}

#snsbox a {
  display: inline-block;
  width: 36px;
  height: 36px;
  background: #FFFFFF;
  border-radius: 20px;
  margin: 0 15px;
  padding: 5px;
  position: relative;
}

#snsbox a img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
}

#snsbox a:hover {
  background: #999999;
}

#offilink {
  text-align: center;
  margin-bottom: 40px;
}

#offilink img {
  max-width: 250px;
}

#offilink a {
  display: inline-block;
  width: 300px;
  margin: 0 30px;
  vertical-align: middle;
  border: solid 1px #666666;
  border-radius: 15px;
}

#offilink a:hover {
  background: #191919;
}

#credit dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

#credit dt {
  width: 100px;
  margin-bottom: 15px;
  text-align: center;
}

#credit dt span {
  display: inline-block;
  border-bottom: solid 1px;
}

#credit dd {
  width: calc(100% - 100px);
  margin-bottom: 15px;
}

#copy {
  font-size: 1.1rem;
}

.adj2 {
  max-width: 70%;
}

.adj3 {
  max-width: 80%;
}

.adj7 {
  max-width: 65%;
}

.adj8 {
  max-width: 55%;
}

.vtop {
  vertical-align: top;
}

.indentleft {
  text-indent: -30px;
  padding-left: 30px;
}

.indentleft2 {
  text-indent: -17px;
  padding-left: 17px;
}

.indentleft3 {
  text-indent: -17px;
  padding-left: 17px;
  display: block;
}

@media screen and (max-width: 768px) {
  .indentleft3 {
    line-height: 150%;
  }
}

.larger {
  font-size: larger;
}

.smaller {
  font-size: smaller;
}

.txtlh {
  line-height: 200%;
}

.bborder {
  display: inline-block;
  border-bottom: solid 1px;
  padding-bottom: 5px;
}

.txtbborder {
  border-bottom: solid 1px;
}

@media screen and (max-width: 1200px) {
  #ticket .overflowauto {
    width: 100%;
    overflow: auto;
  }
  #ticket .overflowauto table {
    width: 1200px;
  }
  #ticket .overflowauto td th {
    width: 120px !important;
  }
}

@media screen and (max-width: 960px) {
  .scheitem {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px;
  }
  .scheitem .eventdays {
    width: 20%;
    -ms-flex-item-align: end;
        align-self: flex-end;
    font-size: 8vw;
    text-align: left;
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
  .scheitem .eras {
    font-size: 5.5vw;
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: none;
    -ms-flex-item-align: end;
        align-self: flex-end;
    padding: 0 15px 0 0px;
  }
  .scheitem .eventdate {
    width: 30%;
    -ms-flex-item-align: end;
        align-self: flex-end;
    padding-bottom: 0px;
    font-size: 1.3rem;
  }
  .scheitem .eventdateL {
    font-size: 7.5vw;
  }
  .scheitem .eventtime {
    width: 50%;
    -ms-flex-item-align: end;
        align-self: flex-end;
    font-size: 3.5vw;
  }
  .scheitem .eventtimeL {
    font-size: 5.5vw;
  }
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, #ticket td th {
    width: 120px !important;
  }
  *::-ms-backdrop, #ticket img {
    max-width: 100px;
  }
}

@media screen and (max-width: 768px) {
  #loafingbar {
    height: 3px;
  }
  #mainlogobox {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100vw;
    margin-bottom: 4vh;
  }
  body {
    font-size: 1.3rem;
  }
  h2 {
    font-size: 8vw;
  }
  h3, .h3 {
    font-size: 1.65rem;
  }
  h3.subtitle span {
    padding: 4px 10px;
    font-size: inherit;
  }
  #eras_intro {
    line-height: 180%;
    padding: 15px;
  }
  .eras_contitle {
    line-height: 1.2;
  }
  .txtbox {
    padding: 15px;
  }
  .txtbox .txthead {
    width: 100%;
    margin-bottom: 15px;
  }
  .txtbox .txtcon {
    width: 100%;
  }
  .txtbox .price {
    font-size: 1.6rem;
  }
  h3.fcread {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: solid 2px;
    -o-border-image: linear-gradient(to right, #f20d2a 0%, #e82073 100%) 1/0 0 2px 0;
       border-image: -webkit-gradient(linear, left top, right top, from(#f20d2a), to(#e82073)) 1/0 0 2px 0;
       border-image: linear-gradient(to right, #f20d2a 0%, #e82073 100%) 1/0 0 2px 0;
    border-style: solid;
    background: url(../img/fclogo.png) no-repeat center top;
    padding-left: 0px;
    padding-top: 60px;
    background-size: 50px;
    background-position: 50% top;
    line-height: 1.2;
  }
  h3.fcread span {
    font-size: 1.8rem;
  }
  #sptable {
    background: #ededed;
    color: #0d0d0d;
    padding: 15px;
  }
  h4.chanName {
    text-align: center;
    border: solid 1px;
    padding: 5px;
    margin-bottom: 10px;
    position: relative;
    cursor: pointer;
    height: 50px;
    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;
  }
  h4.chanName:after {
    position: absolute;
    content: "";
    top: 50%;
    right: 10px;
    width: 12px;
    height: 12px;
    margin-top: -10px;
    border-right: 2px solid #0d0d0d;
    border-bottom: 2px solid #0d0d0d;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 100;
  }
  h4.chanName.active:after {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    margin-top: -5px;
  }
  h4.chanName img {
    max-height: 40px;
  }
  dt {
    text-align: center;
    border-bottom: solid 1px #999;
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
  dd {
    text-align: center;
    margin-bottom: 15px;
  }
  .chancon p a {
    border-radius: 15px;
    background: #0babf5;
    color: #000;
    padding: 5px 15px;
    display: inline-block;
    margin: 10px 0;
  }
  #caution {
    padding: 20px;
  }
  #caution ul {
    padding-left: 20px;
  }
  #caution ul li {
    list-style-type: disc;
    margin-bottom: 10px;
  }
  #credit dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }
  #credit dt {
    width: 70px;
    border: none;
    margin-bottom: 0;
    text-align: left;
  }
  #credit dt span {
    display: inline-block;
    border-bottom: solid 1px;
  }
  #credit dd {
    text-align: left;
    width: calc(100% - 70px);
  }
  #eras_footer {
    background: #000000;
    padding: 20px;
    text-align: center;
  }
  #offilink a {
    width: 60%;
  }
  #offilink a img {
    width: 100%;
  }
  #offilink a:first-child {
    margin-bottom: 15px;
  }
  #snsbox {
    margin-bottom: 30px;
  }
  #snsbox a {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    margin: 0 10px;
    padding: 5px;
  }
  #snsbox a img {
    width: 20px;
    height: 20px;
  }
  #snsbox a:hover {
    background: #999999;
  }
  .adj2 {
    height: 8vw;
  }
  .adj3 {
    height: 8.5vw;
  }
  .adj4 {
    width: 40%;
    max-height: 8vw;
  }
  .adj5 {
    width: 45%;
    max-height: 8vw;
  }
  .adj7 {
    max-height: 65%;
  }
  .adj8 {
    max-height: 55%;
  }
  .adj9 {
    width: 30%;
    max-height: 8vw;
  }
  .vpmiddle {
    vertical-align: middle;
  }
}
/*# sourceMappingURL=style.css.map */