@charset "UTF-8";
/*=============================================================
 01_base
=============================================================*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500&display=swap");
h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dt, dd {
  padding: 0;
  margin: 0;
}

ol, ul {
  list-style-type: none;
}

/*-----------------------------------------------
 root
-----------------------------------------------*/
html {
  overflow-y: scroll;
}

body {
  overflow: hidden;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
}

/*-----------------------------------------------
 font
-----------------------------------------------*/
html {
  overflow-x: hidden;
  font-size: medium;
}

body {
  font-size: 62.5%; /* 16px -> 10px */
}

div {
  line-height: 0;
  box-sizing: border-box;
}

dt, dd, li,
caption, th, td,
input, button, textarea, select,
h1, h2, h3, h4, h5, h6, address {
  line-height: 0;
  font-size: 140%;
  margin: 0;
  padding: 0;
}

p {
  line-height: 1.5;
  font-size: 140%;
  margin: 0;
  padding: 0;
}

h1 *, h2 *, h3 *, h4 *, h5 *, h6 *,
p input, p button, p select,
li h1, li h2, li h3, li h4, li h5, li h6, li p, li dt, li dd, li li, li th, li td, li input, li button, li textarea, li select,
dd h1, dd h2, dd h3, dd h4, dd h5, dd h6, dd p, dd dt, dd dd, dd li, dd th, dd td, dd input, dd button, dd textarea, dd select,
tr h1, tr h2, tr h3, tr h4, tr h5, tr h6, tr p, tr dt, tr dd, tr li, tr input, tr button, tr textarea, tr select {
  font-size: 100%;
}

input, button, select, option, textarea {
  font-size: 14px;
}

figure {
  margin: 0;
}

a,
a:link,
a:visited {
  color: #1d99c1;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

section {
  position: relative;
  box-sizing: border-box;
}

br.sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  br.sp {
    display: inline;
  }
}
@media only screen and (max-width: 768px) {
  br.pc {
    display: none;
  }
}

/*-----------------------------------------------
 cf 
-----------------------------------------------*/
.clearfix {
  min-height: 1px;
}
.clearfix::after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

* html .clearfix {
  height: 1px;
  /*¥*/ /*/
height: auto;
overflow: hidden;
/**/
}

/*-----------------------------------------------
 hover
-----------------------------------------------*/
.hover :hover {
  opacity: 0.8;
  animation: btn 0.5s;
  -webkit-animation: btn 0.5s;
  -moz-animation: btn 0.5s;
}
@media only screen and (max-width: 768px) {
  .hover :hover {
    animation: unset;
    -webkit-animation: unset;
    -moz-animation: unset;
  }
}

@keyframes btn {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.8;
  }
}
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #312567;
}

a, a:link, a:visited {
  color: #ea2a72;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

.mb25 {
  margin-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  .mb25 {
    margin-bottom: 3.90625vw;
  }
}

.mb30 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .mb30 {
    margin-bottom: 4.6875vw;
  }
}

.mb35 {
  margin-bottom: 35px;
}
@media only screen and (max-width: 768px) {
  .mb35 {
    margin-bottom: 5.46875vw;
  }
}

.mb40 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .mb40 {
    margin-bottom: 6.25vw;
  }
}

#header .lang {
  position: fixed;
  top: 38px;
  right: 112px;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  #header .lang {
    top: 8.28125vw;
    right: 20.3125vw;
  }
}
#header .lang li {
  display: inline-block;
  font-size: 12px;
  font-feature-settings: "pkna";
  line-height: 1;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  #header .lang li {
    font-size: 20px;
    font-size: 3.125vw;
  }
}
#header .lang li:first-child {
  margin-right: 10px;
}
@media only screen and (max-width: 768px) {
  #header .lang li:first-child {
    margin-right: 2.8125vw;
  }
}
#header .lang li a {
  color: #fff;
}
#header .lang.color-on li {
  color: #ea2a72;
}
#header .lang.color-on li a {
  color: #ea2a72;
}
#header .btn-nav {
  position: fixed;
  top: 17px;
  right: 22px;
  width: 52px;
  height: 52px;
  border: 1px solid #fff;
  z-index: 20;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 768px) {
  #header .btn-nav {
    top: 5.78125vw;
    right: 6.25vw;
  }
}
#header .btn-nav span {
  position: absolute;
  display: block;
  left: 14px;
  width: 23px;
  height: 2px;
  background-color: #fff;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 768px) {
  #header .btn-nav span {
    left: 2.1875vw;
    width: 3.59375vw;
    height: 0.3125vw;
  }
}
#header .btn-nav span:nth-child(1) {
  top: 16px;
}
@media only screen and (max-width: 768px) {
  #header .btn-nav span:nth-child(1) {
    top: 2.5vw;
  }
}
#header .btn-nav span:nth-child(2) {
  top: 25px;
}
@media only screen and (max-width: 768px) {
  #header .btn-nav span:nth-child(2) {
    top: 3.90625vw;
  }
}
#header .btn-nav span:nth-child(3) {
  top: 34px;
}
@media only screen and (max-width: 768px) {
  #header .btn-nav span:nth-child(3) {
    top: 5.3125vw;
  }
}
#header .btn-nav.active span:nth-child(1) {
  top: 25px;
  transform: rotate(45deg);
}
#header .btn-nav.active span:nth-child(2) {
  opacity: 0;
}
#header .btn-nav.active span:nth-child(3) {
  top: 25px;
  transform: rotate(-45deg);
}
#header .btn-nav.color-on {
  border-color: #ea2a72;
}
#header .btn-nav.color-on span {
  background-color: #ea2a72;
}
#header nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #312567;
  z-index: 10;
  overflow-y: scroll;
}
#header nav > ul {
  width: 880px;
  margin: 0 auto;
  padding: 77px 0 80px;
}
@media only screen and (max-width: 768px) {
  #header nav > ul {
    width: 80vw;
    padding: 13.4375vw 0 14.0625vw;
  }
}
#header nav > ul > li {
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 42px;
}
@media only screen and (max-width: 768px) {
  #header nav > ul > li {
    font-size: 30px;
    font-size: 4.6875vw;
    margin-bottom: 7.03125vw;
  }
}
#header nav > ul > li a {
  position: relative;
  display: inline-block;
  color: #fff;
  text-decoration: none;
}
#header nav > ul > li a::before {
  content: ">";
  font-size: 14px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%) scaleX(0.6);
}
@media only screen and (max-width: 768px) {
  #header nav > ul > li a::before {
    font-size: 19px;
    font-size: 2.96875vw;
    left: -3.90625vw;
  }
}
#header nav > ul > li a::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #fff;
  transition: all 0.3s ease;
}
#header nav > ul > li a:hover::after {
  width: 100%;
}
#header nav > ul > li ul {
  margin: 46px 0 0 30px;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  #header nav > ul > li ul {
    margin: 5.15625vw 0 0 5vw;
  }
}
#header nav > ul > li ul li {
  width: 340px;
  font-size: 20px;
  line-height: 1.5;
  margin: 0 72px 30px 0;
}
@media only screen and (max-width: 768px) {
  #header nav > ul > li ul li {
    font-size: 24px;
    font-size: 3.75vw;
    width: auto;
    margin: 0 0 5.9375vw;
  }
}

#keyvisual {
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  #keyvisual {
    position: relative;
    padding: 20vw 0 85.9375vw;
    overflow: hidden;
    height: 164.84375vw;
  }
}
#keyvisual .sp-bg {
  display: none;
}
@media only screen and (max-width: 768px) {
  #keyvisual .sp-bg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
}
@media only screen and (max-width: 768px) {
  #keyvisual .sp-bg::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 105.9375vw;
    background: url("../img/keyvisual/bg_sp_bottom.png") no-repeat top center;
    background-size: contain;
  }
}
@media only screen and (max-width: 768px) {
  #keyvisual .sp-bg video {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    height: 100%;
    -ms-filter: blur(20px) grayscale(100%);
    filter: blur(20px) grayscale(100%);
  }
}
#keyvisual .movie {
  position: relative;
  width: 100%;
  height: 56vw;
}
@media only screen and (max-width: 1000px) {
  #keyvisual .movie {
    height: 560px;
  }
}
@media only screen and (max-width: 768px) {
  #keyvisual .movie {
    height: 58.90625vw;
    overflow: hidden;
  }
}
#keyvisual .movie video {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 1000px) {
  #keyvisual .movie video {
    width: 1000px;
  }
}
@media only screen and (max-width: 768px) {
  #keyvisual .movie video {
    width: auto;
    height: 101%;
  }
}
#keyvisual h1 {
  position: absolute;
  top: 6vw;
  left: 6.1333333333vw;
  width: 16.9333333333vw;
  mix-blend-mode: lighten;
}
@media only screen and (max-width: 1000px) {
  #keyvisual h1 {
    top: 60px;
    left: 61px;
    width: 169px;
  }
}
@media only screen and (max-width: 768px) {
  #keyvisual h1 {
    width: 55.15625vw;
    top: inherit;
    bottom: 25.9375vw;
    left: 6.25vw;
  }
}
#keyvisual h1 img {
  width: 100%;
}
#keyvisual .logo {
  position: absolute;
  top: 4.1333333333vw;
  left: 25.3333333333vw;
  width: 11.6vw;
}
@media only screen and (max-width: 1000px) {
  #keyvisual .logo {
    top: 41px;
    left: 253px;
    width: 116px;
  }
}
@media only screen and (max-width: 768px) {
  #keyvisual .logo {
    width: 25.625vw;
    top: inherit;
    bottom: 28.4375vw;
    left: inherit;
    right: 6.25vw;
  }
}
#keyvisual .logo img {
  width: 100%;
}
#keyvisual .text {
  font-size: 0.9333333333vw;
  letter-spacing: 0.05em;
  color: #fff;
  position: absolute;
  top: 20.8vw;
  left: 6.2666666667vw;
}
@media only screen and (max-width: 1000px) {
  #keyvisual .text {
    font-size: 9px;
    top: 208px;
    left: 62px;
  }
}
@media only screen and (max-width: 768px) {
  #keyvisual .text {
    font-size: 21px;
    font-size: 3.28125vw;
    top: inherit;
    bottom: 16.875vw;
    left: 6.25vw;
  }
}
#keyvisual p {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 10px;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  #keyvisual p {
    font-size: 15px;
    font-size: 2.34375vw;
    bottom: 88.28125vw;
    right: 3.125vw;
  }
}

#content::after {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 580px;
  background: url("../img/global/bg_logo.png") no-repeat top right;
  background-size: auto;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  #content::after {
    height: 53.125vw;
    background: url("../img/global/bg_logo-sp.png") no-repeat top right;
    background-size: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #content img {
    width: 100%;
  }
}
#content .btn-ticket {
  position: fixed;
  top: 225px;
  left: -8px;
  width: 47px;
  z-index: 2;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 768px) {
  #content .btn-ticket {
    width: 8.75vw;
    top: 64.84375vw;
    left: 0;
  }
}
#content .btn-ticket img {
  width: 100%;
}
#content .btn-ticket:hover {
  left: 0;
}
#content section {
  margin-bottom: 1px;
}
#content section .sec-ttl-box {
  position: relative;
  padding: 36px 0 78px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #content section .sec-ttl-box {
    padding: 5.625vw 0 12.1875vw;
  }
}
#content section .sec-ttl-box h2 {
  font-size: 38px;
  line-height: 1;
  font-weight: normal;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  #content section .sec-ttl-box h2 {
    font-size: 36px;
    font-size: 5.625vw;
  }
}
#content section .sec-ttl-box .btn {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 104px;
  height: 31px;
}
@media only screen and (max-width: 768px) {
  #content section .sec-ttl-box .btn {
    bottom: 5.9375vw;
    width: 16.25vw;
    height: 4.84375vw;
  }
}
#content section .sec-ttl-box .btn span {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  line-height: 1;
  font-size: 20px;
  display: flex;
  align-items: center;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  #content section .sec-ttl-box .btn span {
    font-size: 20px;
    font-size: 3.125vw;
  }
}
#content section .sec-ttl-box .btn span::before {
  content: "";
  display: inline-block;
  width: 31px;
  height: 31px;
  padding-left: 12px;
  background: url("../img/btn_con_off.png") no-repeat top left;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  #content section .sec-ttl-box .btn span::before {
    width: 4.84375vw;
    height: 4.84375vw;
    padding-left: 1.875vw;
  }
}
#content section .sec-ttl-box .btn span.off::before {
  background: url("../img/btn_con_off.png") no-repeat top left;
  background-size: contain;
}
#content section .sec-ttl-box .btn span.on {
  opacity: 0;
}
#content section .sec-ttl-box .btn span.on::before {
  background: url("../img/btn_con_on.png") no-repeat top left;
  background-size: contain;
}
#content section .sec-ttl-box.active .btn span.off {
  opacity: 0;
}
#content section .sec-ttl-box.active .btn span.on {
  opacity: 1;
}
#content section .inner-con {
  height: 0;
  overflow: hidden;
  transition: all 0.7s ease;
}
#content section .inner {
  width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #content section .inner {
    width: 86.875vw;
  }
}
#content section .inner p {
  font-feature-settings: "pkna";
}
#content #information .inner-con {
  height: auto;
}

#information .sec-ttl-box {
  background: url("../img/information/bg_ttl-pc.png") no-repeat top center;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  #information .sec-ttl-box {
    background: url("../img/information/bg_ttl-sp.png") no-repeat top center;
    background-size: contain;
  }
}
#information .inner {
  padding: 0 0 138px;
}
#information .block {
  padding-top: 50px;
}
@media only screen and (max-width: 768px) {
  #information .block {
    padding-top: 5vw;
  }
}
#information .block .block-ttl-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 22px;
  border-bottom: 1px solid #312567;
}
@media only screen and (max-width: 768px) {
  #information .block .block-ttl-box {
    display: block;
    padding-bottom: 3.4375vw;
  }
}
#information .block .block-ttl-box h3 {
  font-size: 30px;
  font-weight: normal;
  color: #312567;
  line-height: 1.3;
}
@media only screen and (max-width: 768px) {
  #information .block .block-ttl-box h3 {
    font-size: 30px;
    font-size: 4.6875vw;
    margin-bottom: 2.34375vw;
  }
}
#information .block .block-ttl-box h3 span {
  position: relative;
  top: -10px;
  font-size: 16px;
  padding: 4px 15px 5px;
  border: 2px solid #9f99b8;
  color: #312567;
  margin-right: 1em;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 768px) {
  #information .block .block-ttl-box h3 span {
    font-size: 16px;
    font-size: 2.5vw;
    padding: 0.625vw 2.34375vw 0.78125vw;
    border-width: 0.3125vw;
  }
}
#information .block .block-ttl-box .btn {
  position: relative;
  width: 104px;
  margin-top: -20px;
}
@media only screen and (max-width: 768px) {
  #information .block .block-ttl-box .btn {
    width: 16.25vw;
    margin: 0 auto;
  }
}
#information .block .block-ttl-box .btn span {
  font-size: 20px;
  display: flex;
  align-items: center;
  color: #312567;
}
@media only screen and (max-width: 768px) {
  #information .block .block-ttl-box .btn span {
    font-size: 20px;
    font-size: 3.125vw;
  }
}
#information .block .block-ttl-box .btn span::before {
  content: "";
  display: inline-block;
  width: 31px;
  height: 31px;
  padding-left: 12px;
  background: url("../img/information/btn_block_on.png") no-repeat top left;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  #information .block .block-ttl-box .btn span::before {
    width: 4.84375vw;
    height: 4.84375vw;
    padding-left: 1.875vw;
  }
}
#information .block .block-ttl-box .btn span.off::before {
  background: url("../img/information/btn_block_off.png") no-repeat top left;
  background-size: contain;
}
#information .block .block-ttl-box .btn span.on {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
#information .block .block-ttl-box .btn span.on::before {
  background: url("../img/information/btn_block_on.png") no-repeat top left;
  background-size: contain;
}
#information .block .block-ttl-box .btn.active span.off {
  opacity: 0;
}
#information .block .block-ttl-box .btn.active span.on {
  opacity: 1;
}
#information .block .con-box {
  display: none;
  margin: 28px 0 62px;
}
@media only screen and (max-width: 768px) {
  #information .block .con-box {
    margin: 3.90625vw 0 9.375vw;
  }
}
#information .block .con-box .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  #information .block .con-box .wrap {
    display: block;
  }
}
#information .block .con-box .image-box {
  width: 236px;
}
@media only screen and (max-width: 768px) {
  #information .block .con-box .image-box {
    width: 59.0625vw;
    margin: 0 auto 4.6875vw;
  }
}
#information .block .con-box .image-box img {
  width: 100%;
  border: 1px solid #312567;
}
#information .block .con-box .image-box figure {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  #information .block .con-box .image-box figure {
    margin-bottom: 4.375vw;
  }
}
#information .block .con-box .image-box figcaption {
  padding-top: 22px;
  font-size: 16px;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  #information .block .con-box .image-box figcaption {
    font-size: 20px;
    font-size: 3.125vw;
    padding-top: 3.125vw;
    text-align: center;
  }
}
#information .block .con-box .image-box figcaption a {
  position: relative;
}
#information .block .con-box .image-box figcaption a::after {
  content: "";
  position: absolute;
  right: -28px;
  bottom: 0;
  width: 21px;
  height: 23px;
  background: url("../img/information/icon_download.png") no-repeat top center;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  #information .block .con-box .image-box figcaption a::after {
    right: -4.375vw;
    width: 3.28125vw;
    height: 3.59375vw;
  }
}
#information .block .con-box .detail {
  width: 722px;
}
@media only screen and (max-width: 768px) {
  #information .block .con-box .detail {
    width: 100%;
  }
}
#information .block .con-box .detail p {
  font-size: 16px;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  #information .block .con-box .detail p {
    font-size: 22px;
    font-size: 3.4375vw;
  }
}
#information .block .con-box .detail p.ttl {
  font-size: 28px;
  font-weight: bold;
  margin: -8px 0 12px;
}
@media only screen and (max-width: 768px) {
  #information .block .con-box .detail p.ttl {
    font-size: 28px;
    font-size: 4.375vw;
    margin: 0vw 0 1.25vw;
  }
}
#information .block .con-box .detail .schedule .area {
  display: inline-block;
  font-size: 16px;
  line-height: 1.4;
  padding: 0 8px;
  color: #fff;
  margin-bottom: 4px;
  background-color: #312567;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
@media only screen and (max-width: 768px) {
  #information .block .con-box .detail .schedule .area {
    font-size: 20px;
    font-size: 3.125vw;
    padding: 0 1.25vw;
    margin-bottom: 0.625vw;
  }
}
#information .block .con-box .detail .schedule p {
  line-height: 1.8;
}
#information .block .con-box .detail .schedule p.day {
  font-size: 18px;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
@media only screen and (max-width: 768px) {
  #information .block .con-box .detail .schedule p.day {
    font-size: 22px;
    font-size: 3.4375vw;
  }
}
#information .block .con-box .detail .schedule p.link {
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  #information .block .con-box .detail .schedule p.link {
    font-size: 20px;
    font-size: 3.125vw;
  }
}
#information .block .con-box .detail .schedule p.link a {
  position: relative;
  color: #ea2a72;
}
#information .block .con-box .detail .schedule p.link a::after {
  content: "";
  position: absolute;
  right: -22px;
  bottom: 0;
  width: 13px;
  height: 13px;
  background: url("../img/information/icon_link.png") no-repeat top center;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  #information .block .con-box .detail .schedule p.link a::after {
    right: -3.4375vw;
    width: 2.03125vw;
    height: 2.03125vw;
  }
}
#information .block .con-box .detail .box h4 {
  font-size: 24px;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  #information .block .con-box .detail .box h4 {
    font-size: 28px;
    font-size: 4.375vw;
  }
}
#information .block .con-box .detail .box.program strong {
  font-size: 18px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
@media only screen and (max-width: 768px) {
  #information .block .con-box .detail .box.program strong {
    font-size: 22px;
    font-size: 3.4375vw;
  }
}
#information .block .con-box .detail .btn-list {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  #information .block .con-box .detail .btn-list {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  #information .block .con-box .detail .btn-list .btn {
    width: 32.8125vw;
    text-align: center;
    margin: 0 auto;
  }
}
#information .block .con-box .detail .btn-list .btn a {
  display: block;
  padding: 14px 35px;
  line-height: 1;
  font-size: 16px;
  font-weight: bold;
  color: #312567;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  border: 1px solid #d1d1d1;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  #information .block .con-box .detail .btn-list .btn a {
    font-size: 20px;
    font-size: 3.125vw;
    padding: 2.1875vw 0;
  }
}
#information .block .con-box .detail .btn-list .btn span {
  display: block;
  padding: 14px 35px;
  line-height: 1;
  font-size: 16px;
  font-weight: bold;
  color: #312567;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  border: 1px solid #d1d1d1;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  #information .block .con-box .detail .btn-list .btn span {
    font-size: 20px;
    font-size: 3.125vw;
    padding: 2.1875vw 0;
  }
}
#information .block .con-box .detail .btn-list .btn:nth-child(1) {
  margin-right: 20px;
}
@media only screen and (max-width: 768px) {
  #information .block .con-box .detail .btn-list .btn:nth-child(1) {
    width: 52.34375vw;
    margin: 0 auto 3.90625vw;
  }
}
#information .block .con-box .detail .btn-list .btn:nth-child(1) a {
  position: relative;
  padding-right: 60px;
  background-color: #e8f6ef;
  border: 1px solid #312567;
}
@media only screen and (max-width: 768px) {
  #information .block .con-box .detail .btn-list .btn:nth-child(1) a {
    padding-right: 2.8125vw;
  }
}
#information .block .con-box .detail .btn-list .btn:nth-child(1) a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  width: 13px;
  height: 13px;
  background: url("../img/information/icon_link.png") no-repeat top center;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  #information .block .con-box .detail .btn-list .btn:nth-child(1) a::after {
    right: 5.625vw;
    width: 2.03125vw;
    height: 2.03125vw;
  }
}
#information .block .con-box .ticket-block {
  padding: 40px;
  background-color: #ebeff4;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #information .block .con-box .ticket-block {
    padding: 6.25vw 4.6875vw 5.46875vw;
  }
}
#information .block .con-box .ticket-block h4 {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 18px;
}
@media only screen and (max-width: 768px) {
  #information .block .con-box .ticket-block h4 {
    font-size: 28px;
    font-size: 4.375vw;
    margin-bottom: 2.8125vw;
  }
}
#information .block .con-box .ticket-block > .btn {
  position: relative;
  width: 90px;
  margin: 0 auto;
  padding: 4px 8px;
  border: 1px solid #312567;
  background-color: #fff;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  #information .block .con-box .ticket-block > .btn {
    padding: 0.625vw 1.25vw;
  }
}
#information .block .con-box .ticket-block > .btn span {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 18px;
  line-height: 1;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  #information .block .con-box .ticket-block > .btn span {
    font-size: 16px;
    font-size: 2.5vw;
  }
}
#information .block .con-box .ticket-block > .btn span::after {
  content: "＋";
  font-size: 20px;
  color: #ea2a72;
  position: relative;
  right: -3px;
}
@media only screen and (max-width: 768px) {
  #information .block .con-box .ticket-block > .btn span::after {
    font-size: 20px;
    font-size: 3.125vw;
    right: -0.46875vw;
  }
}
#information .block .con-box .ticket-block > .btn span.on {
  position: absolute;
  top: 4px;
  left: 8px;
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  #information .block .con-box .ticket-block > .btn span.on {
    top: 0.625vw;
    left: 1.25vw;
  }
}
#information .block .con-box .ticket-block > .btn span.on::after {
  content: "−";
  position: relative;
  right: -1px;
}
#information .block .con-box .ticket-block > .btn.active span.off {
  opacity: 0;
}
#information .block .con-box .ticket-block > .btn.active span.on {
  opacity: 1;
}
#information .block .con-box .ticket-block .box {
  padding: 20px 0;
  display: none;
}
@media only screen and (max-width: 768px) {
  #information .block .con-box .ticket-block .box {
    padding: 2.5vw 0;
  }
}
#information .block .con-box .ticket-block .box p {
  line-height: 1.8;
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  #information .block .con-box .ticket-block .box p {
    font-size: 22px;
    font-size: 3.4375vw;
  }
}
#information .block .con-box .ticket-block .box .ticket p.type {
  font-size: 16px;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
@media only screen and (max-width: 768px) {
  #information .block .con-box .ticket-block .box .ticket p.type {
    font-size: 20px;
    font-size: 3.125vw;
  }
}
#information .block .con-box .ticket-block .box .ticket .btn-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  #information .block .con-box .ticket-block .box .ticket .btn-list {
    margin: 0 -3.125vw 3.90625vw;
    justify-content: left;
  }
}
@media only screen and (max-width: 768px) {
  #information .block .con-box .ticket-block .box .ticket .btn-list.center {
    justify-content: center;
  }
}
#information .block .con-box .ticket-block .box .ticket .btn-list .btn {
  margin: 0 23px 15px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
@media only screen and (max-width: 768px) {
  #information .block .con-box .ticket-block .box .ticket .btn-list .btn {
    margin: 0 3.125vw 0.78125vw;
  }
}
@media only screen and (max-width: 768px) {
  #information .block .con-box .ticket-block .box .ticket .btn-list .btn:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  #information .block .con-box .ticket-block .box .ticket .btn-list .btn p {
    font-size: 15px;
    font-size: 2.34375vw;
    margin-bottom: 0.625vw;
  }
}
#information .block .con-box .ticket-block .box .ticket .btn-list .btn a {
  display: block;
  width: 140px;
  font-size: 20px;
  line-height: 48px;
  font-weight: bold;
  color: #fff;
  background-color: #ea2a72;
  text-align: center;
  text-decoration: none;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #information .block .con-box .ticket-block .box .ticket .btn-list .btn a {
    font-size: 20px;
    font-size: 3.125vw;
    width: 21.875vw;
    line-height: 7.5vw;
  }
}
#information .block .con-box .ticket-block .box .u25 {
  border: 10px solid #fff;
  padding: 35px 44px;
  margin: 0 auto 30px;
}
@media only screen and (max-width: 768px) {
  #information .block .con-box .ticket-block .box .u25 {
    border-width: 1.5625vw;
    padding: 5vw 3.125vw 3.4375vw;
  }
}
#information .block .con-box .ticket-block .box .u25 p.ttl {
  display: inline-block;
  position: relative;
  line-height: 1;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 18px;
}
@media only screen and (max-width: 768px) {
  #information .block .con-box .ticket-block .box .u25 p.ttl {
    font-size: 24px;
    font-size: 3.75vw;
    margin-bottom: 2.8125vw;
  }
}
#information .block .con-box .ticket-block .box .u25 p.ttl span {
  background: linear-gradient(transparent 55%, #fff 55%);
  padding-bottom: 1px;
}
#information .block .con-box .ticket-block .box .u25 p.txt {
  font-size: 18px;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  #information .block .con-box .ticket-block .box .u25 p.txt {
    font-size: 20px;
    font-size: 3.125vw;
    margin-bottom: 3.125vw;
  }
}
#information .block .con-box .ticket-block .box .u25 p.note {
  text-align: left;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  #information .block .con-box .ticket-block .box .u25 p.note {
    margin-bottom: 3.4375vw;
  }
}
#information .block .con-box .ticket-block .box .note-box {
  padding: 30px 0;
  border-top: 1px solid #312567;
  border-bottom: 1px solid #312567;
  text-align: left;
  margin-bottom: 38px;
}
@media only screen and (max-width: 768px) {
  #information .block .con-box .ticket-block .box .note-box {
    padding: 4.6875vw 0;
    margin-bottom: 5.9375vw;
  }
}
#information .block .con-box .ticket-block .box .playguide h4 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  #information .block .con-box .ticket-block .box .playguide h4 {
    margin-bottom: 4.375vw;
  }
}

#master .sec-ttl-box {
  background: url("../img/master/bg_ttl-pc.png") no-repeat top center;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  #master .sec-ttl-box {
    background: url("../img/master/bg_ttl-sp.png") no-repeat top center;
    background-size: cover;
  }
}
#master .inner {
  padding: 0 0 138px;
}
#master .block {
  padding-top: 50px;
}
#master .block .block-ttl-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 22px;
  border-bottom: 1px solid #312567;
}
@media only screen and (max-width: 768px) {
  #master .block .block-ttl-box {
    display: block;
    padding-bottom: 3.4375vw;
  }
}
#master .block .block-ttl-box h3 {
  font-size: 30px;
  font-weight: normal;
  color: #312567;
  line-height: 1.3;
}
@media only screen and (max-width: 768px) {
  #master .block .block-ttl-box h3 {
    font-size: 30px;
    font-size: 4.6875vw;
    margin-bottom: 2.34375vw;
  }
}
#master .block .block-ttl-box h3 span {
  position: relative;
  top: -10px;
  font-size: 16px;
  padding: 4px 15px 5px;
  border: 2px solid #9f99b8;
  color: #312567;
  margin-right: 1em;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 768px) {
  #master .block .block-ttl-box h3 span {
    font-size: 16px;
    font-size: 2.5vw;
    padding: 0.625vw 2.34375vw 0.78125vw;
    border-width: 0.3125vw;
  }
}
#master .block .block-ttl-box .btn {
  position: relative;
  width: 104px;
  margin-top: -20px;
}
@media only screen and (max-width: 768px) {
  #master .block .block-ttl-box .btn {
    width: 16.25vw;
    margin: 0 auto;
  }
}
#master .block .block-ttl-box .btn span {
  font-size: 20px;
  display: flex;
  align-items: center;
  color: #312567;
}
@media only screen and (max-width: 768px) {
  #master .block .block-ttl-box .btn span {
    font-size: 20px;
    font-size: 3.125vw;
  }
}
#master .block .block-ttl-box .btn span::before {
  content: "";
  display: inline-block;
  width: 31px;
  height: 31px;
  padding-left: 12px;
  background: url("../img/information/btn_block_on.png") no-repeat top left;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  #master .block .block-ttl-box .btn span::before {
    width: 4.84375vw;
    height: 4.84375vw;
    padding-left: 1.875vw;
  }
}
#master .block .block-ttl-box .btn span.off::before {
  background: url("../img/information/btn_block_off.png") no-repeat top left;
  background-size: contain;
}
#master .block .block-ttl-box .btn span.on {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
#master .block .block-ttl-box .btn span.on::before {
  background: url("../img/information/btn_block_on.png") no-repeat top left;
  background-size: contain;
}
#master .block .block-ttl-box .btn.active span.off {
  opacity: 0;
}
#master .block .block-ttl-box .btn.active span.on {
  opacity: 1;
}
#master .block .con-box {
  display: none;
  margin: 28px 0 62px;
}
#master .block .con-box .detail p {
  font-size: 16px;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  #master .block .con-box .detail p {
    font-size: 22px;
    font-size: 3.4375vw;
  }
}
#master .block .con-box .detail p.ttl {
  font-size: 24px;
  margin: -6px 0 15px;
}
@media only screen and (max-width: 768px) {
  #master .block .con-box .detail p.ttl {
    font-size: 28px;
    font-size: 4.375vw;
    margin: -0.9375vw 0 2.34375vw;
  }
}
#master .block .con-box .detail .schedule .area {
  display: inline-block;
  font-size: 16px;
  line-height: 1.4;
  padding: 0 8px;
  color: #fff;
  margin-bottom: 4px;
  background-color: #312567;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
@media only screen and (max-width: 768px) {
  #master .block .con-box .detail .schedule .area {
    font-size: 20px;
    font-size: 3.125vw;
    padding: 0 1.25vw;
    margin-bottom: 0.625vw;
  }
}
#master .block .con-box .detail .schedule p {
  line-height: 1.8;
}
#master .block .con-box .detail .schedule p.day {
  font-size: 18px;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
@media only screen and (max-width: 768px) {
  #master .block .con-box .detail .schedule p.day {
    font-size: 22px;
    font-size: 3.4375vw;
  }
}
#master .block .con-box .detail .schedule p.link {
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  #master .block .con-box .detail .schedule p.link {
    font-size: 20px;
    font-size: 3.125vw;
  }
}
#master .block .con-box .detail .schedule p.link a {
  position: relative;
  color: #ea2a72;
}
#master .block .con-box .detail .schedule p.link a::after {
  content: "";
  position: absolute;
  right: -22px;
  bottom: 0;
  width: 13px;
  height: 13px;
  background: url("../img/information/icon_link.png") no-repeat top center;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  #master .block .con-box .detail .schedule p.link a::after {
    right: -3.4375vw;
    width: 2.03125vw;
    height: 2.03125vw;
  }
}
#master .block .con-box .detail .box h4 {
  font-size: 24px;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  #master .block .con-box .detail .box h4 {
    font-size: 28px;
    font-size: 4.375vw;
  }
}
#master .block .con-box .detail .box.program strong {
  font-size: 18px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
@media only screen and (max-width: 768px) {
  #master .block .con-box .detail .box.program strong {
    font-size: 22px;
    font-size: 3.4375vw;
  }
}
#master .block .con-box .detail .time-schedule h4 {
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  #master .block .con-box .detail .time-schedule h4 {
    margin-bottom: 2.34375vw;
  }
}
#master .block .con-box .detail .time-schedule .table-box {
  padding: 42px;
  border: 1px solid #ebeff4;
}
@media only screen and (max-width: 768px) {
  #master .block .con-box .detail .time-schedule .table-box {
    padding: 5.9375vw 4.6875vw;
  }
}
#master .block .con-box .detail .time-schedule .table-box p {
  text-align: center;
}
#master .block .con-box .detail .time-schedule .table-box p.hall {
  font-size: 24px;
  margin-bottom: 18px;
}
@media only screen and (max-width: 768px) {
  #master .block .con-box .detail .time-schedule .table-box p.hall {
    margin-bottom: 1.5625vw;
  }
}
#master .block .con-box .detail .time-schedule .table-box p.day {
  width: 100%;
  font-size: 16px;
  line-height: 52px;
  background-color: #ebeff4;
}
@media only screen and (max-width: 768px) {
  #master .block .con-box .detail .time-schedule .table-box p.day {
    font-size: 22px;
    font-size: 3.4375vw;
    line-height: 8.125vw;
  }
}
#master .block .con-box .detail .time-schedule .table-box table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
#master .block .con-box .detail .time-schedule .table-box table tbody {
  text-align: center;
}
#master .block .con-box .detail .time-schedule .table-box table tbody tr th {
  line-height: 52px;
  border-right: 1px solid #ebeff4;
  border-bottom: 1px solid #ebeff4;
  border-top: 1px solid #fff;
}
@media only screen and (max-width: 768px) {
  #master .block .con-box .detail .time-schedule .table-box table tbody tr th {
    font-size: 20px;
    font-size: 3.125vw;
  }
}
#master .block .con-box .detail .time-schedule .table-box table tbody tr th:nth-child(1) {
  background-color: #ebeff4;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media only screen and (max-width: 768px) {
  #master .block .con-box .detail .time-schedule .table-box table tbody tr th:nth-child(3) {
    display: none;
  }
}
#master .block .con-box .detail .time-schedule .table-box table tbody tr td {
  line-height: 52px;
  border-right: 1px solid #ebeff4;
  border-bottom: 1px solid #ebeff4;
}
@media only screen and (max-width: 768px) {
  #master .block .con-box .detail .time-schedule .table-box table tbody tr td {
    font-size: 20px;
    font-size: 3.125vw;
  }
}
#master .block .con-box .detail .time-schedule .table-box table tbody tr td:nth-child(1) {
  background-color: #ebeff4;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media only screen and (max-width: 768px) {
  #master .block .con-box .detail .time-schedule .table-box table tbody tr td:nth-child(3) {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  #master .block .con-box .detail .time-schedule .table-box table:last-of-type tbody tr:last-of-type td {
    display: block;
    width: 77.03125vw;
  }
}
@media only screen and (max-width: 768px) {
  #master .block .con-box .detail .time-schedule .table-box table:last-of-type tbody tr:last-of-type td:nth-child(1) {
    border-right: 1px solid #ebeff4;
  }
}
@media only screen and (max-width: 768px) {
  #master .block .con-box .detail .time-schedule .table-box table:last-of-type tbody tr:last-of-type td:nth-child(2) {
    border-left: 1px solid #ebeff4;
  }
}
#master .block .con-box .ticket-block {
  padding: 40px;
  background-color: #ebeff4;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #master .block .con-box .ticket-block {
    padding: 6.25vw 4.6875vw 5.46875vw;
  }
}
#master .block .con-box .ticket-block h4 {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 18px;
}
@media only screen and (max-width: 768px) {
  #master .block .con-box .ticket-block h4 {
    font-size: 28px;
    font-size: 4.375vw;
    margin-bottom: 2.8125vw;
  }
}
#master .block .con-box .ticket-block > .btn {
  position: relative;
  width: 90px;
  margin: 0 auto;
  padding: 4px 8px;
  border: 1px solid #312567;
  background-color: #fff;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  #master .block .con-box .ticket-block > .btn {
    padding: 0.625vw 1.25vw;
  }
}
#master .block .con-box .ticket-block > .btn span {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 18px;
  line-height: 1;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  #master .block .con-box .ticket-block > .btn span {
    font-size: 16px;
    font-size: 2.5vw;
  }
}
#master .block .con-box .ticket-block > .btn span::after {
  content: "＋";
  font-size: 20px;
  color: #ea2a72;
  position: relative;
  right: -3px;
}
@media only screen and (max-width: 768px) {
  #master .block .con-box .ticket-block > .btn span::after {
    font-size: 20px;
    font-size: 3.125vw;
    right: -0.46875vw;
  }
}
#master .block .con-box .ticket-block > .btn span.on {
  position: absolute;
  top: 4px;
  left: 8px;
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  #master .block .con-box .ticket-block > .btn span.on {
    top: 0.625vw;
    left: 1.25vw;
  }
}
#master .block .con-box .ticket-block > .btn span.on::after {
  content: "−";
  position: relative;
  right: -1px;
}
#master .block .con-box .ticket-block > .btn.active span.off {
  opacity: 0;
}
#master .block .con-box .ticket-block > .btn.active span.on {
  opacity: 1;
}
#master .block .con-box .ticket-block .box {
  padding: 20px 0;
  display: none;
}
@media only screen and (max-width: 768px) {
  #master .block .con-box .ticket-block .box {
    padding: 2.5vw 0;
  }
}
#master .block .con-box .ticket-block .box p {
  line-height: 1.8;
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  #master .block .con-box .ticket-block .box p {
    font-size: 22px;
    font-size: 3.4375vw;
  }
}
#master .block .con-box .ticket-block .box .ticket p.type {
  font-size: 16px;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
@media only screen and (max-width: 768px) {
  #master .block .con-box .ticket-block .box .ticket p.type {
    font-size: 20px;
    font-size: 3.125vw;
  }
}
#master .block .con-box .ticket-block .box .ticket .btn-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  #master .block .con-box .ticket-block .box .ticket .btn-list {
    margin: 0 -3.125vw 3.90625vw;
    justify-content: left;
  }
}
@media only screen and (max-width: 768px) {
  #master .block .con-box .ticket-block .box .ticket .btn-list.center {
    justify-content: center;
  }
}
#master .block .con-box .ticket-block .box .ticket .btn-list .btn {
  margin: 0 23px 15px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
@media only screen and (max-width: 768px) {
  #master .block .con-box .ticket-block .box .ticket .btn-list .btn {
    margin: 0 3.125vw 0.78125vw;
  }
}
@media only screen and (max-width: 768px) {
  #master .block .con-box .ticket-block .box .ticket .btn-list .btn:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  #master .block .con-box .ticket-block .box .ticket .btn-list .btn p {
    font-size: 15px;
    font-size: 2.34375vw;
    margin-bottom: 0.625vw;
  }
}
#master .block .con-box .ticket-block .box .ticket .btn-list .btn a {
  display: block;
  width: 140px;
  font-size: 20px;
  line-height: 48px;
  font-weight: bold;
  color: #fff;
  background-color: #ea2a72;
  text-align: center;
  text-decoration: none;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #master .block .con-box .ticket-block .box .ticket .btn-list .btn a {
    font-size: 20px;
    font-size: 3.125vw;
    width: 21.875vw;
    line-height: 7.5vw;
  }
}
#master .block .con-box .ticket-block .box .note-box {
  padding: 30px 0 0;
  border-top: 1px solid #312567;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  #master .block .con-box .ticket-block .box .note-box {
    padding: 4.6875vw 0 0;
  }
}
#master .block .con-box .ticket-block .box .note-box p.ttl {
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
@media only screen and (max-width: 768px) {
  #master .block .con-box .ticket-block .box .note-box p.ttl {
    margin-bottom: 1.5625vw;
  }
}

#artist .sec-ttl-box {
  background: url("../img/artist/bg_ttl-pc.png") no-repeat top center;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  #artist .sec-ttl-box {
    background: url("../img/artist/bg_ttl-sp.png") no-repeat top center;
    background-size: cover;
  }
}
#artist .inner {
  padding: 90px 0 174px;
}
@media only screen and (max-width: 768px) {
  #artist .inner {
    padding: 6.5625vw 0 7.8125vw;
  }
}
#artist .list ul {
  width: 960px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  #artist .list ul {
    width: auto;
  }
}
#artist .list ul li {
  position: relative;
  width: 150px;
  margin-bottom: 98px;
}
@media only screen and (max-width: 768px) {
  #artist .list ul li {
    width: 23.4375vw;
    margin-bottom: 12.5vw;
  }
}
#artist .list ul li:nth-child(1) {
  margin-bottom: 120px;
}
@media only screen and (max-width: 768px) {
  #artist .list ul li:nth-child(1) {
    margin-bottom: 15.3125vw;
  }
}
#artist .list ul li:not(:nth-of-type(5n)) {
  margin-right: 50px;
}
@media only screen and (max-width: 768px) {
  #artist .list ul li:not(:nth-of-type(5n)) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  #artist .list ul li:not(:nth-of-type(3n)) {
    margin-right: 8.28125vw;
  }
}
#artist .list ul li:nth-last-child(1), #artist .list ul li:nth-last-child(2) {
  width: 450px;
  height: 150px;
}
@media only screen and (max-width: 768px) {
  #artist .list ul li:nth-last-child(1), #artist .list ul li:nth-last-child(2) {
    width: 86.875vw;
    height: 23.4375vw;
    margin-bottom: 12.5vw;
  }
}
#artist .list ul li:nth-last-child(3) {
  margin-right: 300px;
}
@media only screen and (max-width: 768px) {
  #artist .list ul li:nth-last-child(3) {
    margin-right: 15.625vw;
  }
}
#artist .list ul li:last-child {
  margin-right: 0;
}
#artist .list ul li:last-child .txt-box p.part {
  width: 172px;
}
@media only screen and (max-width: 768px) {
  #artist .list ul li:last-child .txt-box p.part {
    width: 26.875vw;
  }
}
#artist .list ul li a {
  color: #312567;
  text-decoration: none;
}
#artist .list ul li a::after {
  content: "";
  width: 65px;
  height: 12px;
  position: absolute;
  top: 68px;
  right: -34px;
  background: url("../img/artist/btn_more.png") no-repeat top center;
  background-size: contain;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 768px) {
  #artist .list ul li a::after {
    width: 10.15625vw;
    height: 1.875vw;
    top: 10.625vw;
    right: -5.3125vw;
  }
}
#artist .list ul li a:hover::after {
  right: -44px;
}
@media only screen and (max-width: 768px) {
  #artist .list ul li a:hover::after {
    right: -5.3125vw;
  }
}
#artist .list ul li .image {
  height: 150px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  #artist .list ul li .image {
    height: 23.4375vw;
  }
}
#artist .list ul li .image img {
  width: 100%;
}
#artist .list ul li .txt-box {
  position: absolute;
  top: 128px;
  left: 0;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #artist .list ul li .txt-box {
    top: 20vw;
  }
}
#artist .list ul li .txt-box p {
  text-align: center;
}
#artist .list ul li .txt-box p.part {
  position: relative;
  width: 142px;
  line-height: 1;
  margin: 0 auto 5px;
  padding: 10px 0;
  background-color: #ebeff4;
}
@media only screen and (max-width: 768px) {
  #artist .list ul li .txt-box p.part {
    font-size: 14px;
    font-size: 2.1875vw;
    width: 22.1875vw;
    margin: 0 auto 0.78125vw;
    padding: 0.78125vw 0;
  }
}
#artist .list ul li .txt-box p.part span {
  display: inline-block;
  font-size: 9px;
  transform: scale(0.9);
}
@media only screen and (max-width: 768px) {
  #artist .list ul li .txt-box p.part span {
    font-size: 9px;
    font-size: 1.40625vw;
  }
}
#artist .list ul li .txt-box p.name {
  font-size: 20px;
  line-height: 1.2;
}
@media only screen and (max-width: 768px) {
  #artist .list ul li .txt-box p.name {
    font-size: 20px;
    font-size: 3.125vw;
  }
}
#artist .list ul li .txt-box p.name span {
  display: block;
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  #artist .list ul li .txt-box p.name span {
    font-size: 14px;
    font-size: 2.1875vw;
  }
}

#orchestra .sec-ttl-box {
  background: url("../img/orchestra/bg_ttl-pc.png") no-repeat top center;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  #orchestra .sec-ttl-box {
    background: url("../img/orchestra/bg_ttl-sp.png") no-repeat top center;
    background-size: cover;
  }
}
#orchestra .inner {
  padding: 90px 0 106px;
}
@media only screen and (max-width: 768px) {
  #orchestra .inner {
    padding: 6.5625vw 0 3.125vw;
  }
}
#orchestra .text {
  padding: 26px 40px 45px;
  background: #ebeff4;
  margin-bottom: 32px;
}
@media only screen and (max-width: 768px) {
  #orchestra .text {
    padding: 3.90625vw 4.6875vw;
    margin-bottom: 3.4375vw;
  }
}
#orchestra .text p {
  line-height: 1.8;
}
#orchestra h3 {
  font-size: 30px;
  line-height: 1;
  padding-bottom: 18px;
  margin-bottom: 40px;
  border-bottom: 1px solid #312567;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #orchestra h3 {
    font-size: 30px;
    font-size: 4.6875vw;
    padding-bottom: 2.8125vw;
    margin-bottom: 6.25vw;
  }
}
#orchestra .list h4 {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  #orchestra .list h4 {
    font-size: 24px;
    font-size: 3.75vw;
    margin-bottom: 3.125vw;
  }
}
#orchestra .list ul {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  #orchestra .list ul {
    width: auto;
  }
}
#orchestra .list ul li {
  position: relative;
  width: 150px;
  margin-bottom: 104px;
}
@media only screen and (max-width: 768px) {
  #orchestra .list ul li {
    width: 23.4375vw;
    margin-bottom: 15.625vw;
  }
}
#orchestra .list ul li:not(:nth-of-type(5n)) {
  margin-right: 50px;
}
@media only screen and (max-width: 768px) {
  #orchestra .list ul li:not(:nth-of-type(5n)) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  #orchestra .list ul li:not(:nth-of-type(3n)) {
    margin-right: 8.28125vw;
  }
}
#orchestra .list ul li a {
  color: #312567;
  text-decoration: none;
}
#orchestra .list ul li a::after {
  content: "";
  width: 65px;
  height: 12px;
  position: absolute;
  top: 68px;
  right: -34px;
  background: url("../img/artist/btn_more.png") no-repeat top center;
  background-size: contain;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 768px) {
  #orchestra .list ul li a::after {
    width: 10.15625vw;
    height: 1.875vw;
    top: 10.625vw;
    right: -5.3125vw;
  }
}
#orchestra .list ul li a:hover::after {
  right: -44px;
}
@media only screen and (max-width: 768px) {
  #orchestra .list ul li a:hover::after {
    right: -5.3125vw;
  }
}
#orchestra .list ul li .image img {
  width: 100%;
}
#orchestra .list ul li .txt-box {
  position: absolute;
  width: 100%;
  top: 160px;
  left: 0;
}
@media only screen and (max-width: 768px) {
  #orchestra .list ul li .txt-box {
    top: 25vw;
  }
}
#orchestra .list ul li .txt-box p {
  line-height: 1.3;
  text-align: center;
}
#orchestra .list ul li .txt-box p.name {
  font-size: 20px;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  #orchestra .list ul li .txt-box p.name {
    font-size: 20px;
    font-size: 3.125vw;
  }
}
#orchestra .list ul li .txt-box p.name span {
  display: block;
  font-size: 14px;
  margin-top: 4px;
}
@media only screen and (max-width: 768px) {
  #orchestra .list ul li .txt-box p.name span {
    font-size: 14px;
    font-size: 2.1875vw;
    margin-top: 0.625vw;
  }
}
#orchestra .list ul li .txt-box p.position {
  font-size: 14px;
  color: #555;
  margin-top: 8px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
@media only screen and (max-width: 768px) {
  #orchestra .list ul li .txt-box p.position {
    font-size: 14px;
    font-size: 2.1875vw;
    margin-top: 1.25vw;
  }
}

#news .sec-ttl-box {
  background: url("../img/news/bg_ttl-pc.png") no-repeat top center;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  #news .sec-ttl-box {
    background: url("../img/news/bg_ttl-sp.png") navajowhite top center;
    background-size: cover;
  }
}
#news .inner {
  padding: 90px 0 0;
  border-bottom: 1px solid #312567;
}
@media only screen and (max-width: 768px) {
  #news .inner {
    padding: 5.9375vw 0 0;
  }
}
#news .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  #news .wrap {
    display: block;
  }
}
#news .news-con {
  width: 685px;
}
@media only screen and (max-width: 768px) {
  #news .news-con {
    width: auto;
    margin-bottom: 4.375vw;
  }
}
#news .news-con .news-list li {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  margin-bottom: 30px;
  padding: 0 10px 20px 40px;
  background-color: #ebeff4;
}
@media only screen and (max-width: 768px) {
  #news .news-con .news-list li {
    margin-bottom: 4.6875vw;
    padding: 0 4.6875vw 3.4375vw;
  }
}
#news .news-con .news-list li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1em;
  background-color: #fff;
}
#news .news-con .news-list li time {
  position: relative;
  width: 68px;
  font-size: 18px;
  margin-right: 35px;
}
@media only screen and (max-width: 768px) {
  #news .news-con .news-list li time {
    font-size: 22px;
    font-size: 3.4375vw;
    width: 10.625vw;
    margin-right: 7.03125vw;
  }
}
#news .news-con .news-list li p {
  position: relative;
  width: 532px;
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  #news .news-con .news-list li p {
    font-size: 22px;
    font-size: 3.4375vw;
    width: 59.375vw;
  }
}
#news .news-con .news-list li p a {
  color: #312567;
}
#news .news-con .pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#news .news-con .pagination li {
  width: 30px;
  height: 30px;
  margin: 0 10px;
  text-align: center;
  border: 1px solid #ea2a72;
}
@media only screen and (max-width: 768px) {
  #news .news-con .pagination li {
    width: 4.6875vw;
    height: 4.6875vw;
    margin: 0 1.5625vw;
  }
}
#news .news-con .pagination li a {
  font-size: 22px;
  line-height: 30px;
  text-decoration: none;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
@media only screen and (max-width: 768px) {
  #news .news-con .pagination li a {
    font-size: 22px;
    font-size: 3.4375vw;
    line-height: 4.6875vw;
  }
}
#news .news-con .pagination li.active {
  background-color: #ea2a72;
}
#news .news-con .pagination li.active a {
  color: #fff;
}
#news .news-con .pagination li.first, #news .news-con .pagination li.prev, #news .news-con .pagination li.next, #news .news-con .pagination li.last {
  display: none;
}
#news .twitter {
  width: 274px;
}
@media only screen and (max-width: 768px) {
  #news .twitter {
    width: auto;
    padding: 7.8125vw 0 6.25vw;
    background: url("../img/news/bg_twitter.png") no-repeat top center;
    background-size: cover;
    margin: 0 -6.5625vw 0;
  }
}
@media only screen and (max-width: 768px) {
  #news .twitter .twitter-timeline {
    width: 43.125vw;
    margin: 0 auto;
  }
}
#news .twitter iframe {
  width: 100%;
}
#news .comment {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: end;
  padding: 172px 0 154px;
}
@media only screen and (max-width: 768px) {
  #news .comment {
    display: block;
    width: 86.875vw;
    padding: 11.25vw 0 12.5vw;
  }
}
#news .comment .txt-box {
  width: 626px;
  padding-bottom: 48px;
}
@media only screen and (max-width: 768px) {
  #news .comment .txt-box {
    width: auto;
    padding-bottom: 0;
  }
}
#news .comment .txt-box p.ttl {
  display: inline-block;
  font-size: 30px;
  padding: 2px 25px 2px 14px;
  background-color: #e8f6ef;
  margin-bottom: 22px;
}
@media only screen and (max-width: 768px) {
  #news .comment .txt-box p.ttl {
    font-size: 30px;
    font-size: 4.6875vw;
    padding: 0.3125vw 3.90625vw 0.3125vw 2.1875vw;
    margin-bottom: 3.4375vw;
  }
}
#news .comment .txt-box p.txt {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  #news .comment .txt-box p.txt {
    font-size: 22px;
    font-size: 3.4375vw;
    margin-bottom: 7.8125vw;
  }
}
#news .comment .txt-box p.name {
  width: 239px;
  margin-left: 387px;
}
@media only screen and (max-width: 768px) {
  #news .comment .txt-box p.name {
    width: 37.34375vw;
    margin-left: 49.6875vw;
  }
}
#news .comment .txt-box p.name img {
  width: 100%;
}
#news .comment .image {
  width: 334px;
}
@media only screen and (max-width: 768px) {
  #news .comment .image {
    display: none;
  }
}
#news .comment .image img {
  width: 100%;
}
#news .link {
  width: 1000px;
  margin: 0 auto;
  padding: 45px 0 95px;
}
@media only screen and (max-width: 768px) {
  #news .link {
    width: 86.875vw;
    padding: 7.5vw 0;
  }
}
#news .link ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  #news .link ul {
    justify-content: space-between;
  }
}
#news .link ul li {
  line-height: 1;
  margin: 0 62px;
}
@media only screen and (max-width: 768px) {
  #news .link ul li {
    margin: 0;
  }
}
#news .link ul li a {
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  #news .link ul li a {
    font-size: 20px;
    font-size: 3.125vw;
  }
}

#modal-block {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #312567;
  z-index: 99;
  overflow-y: scroll;
}
@media only screen and (max-width: 768px) {
  #modal-block img {
    width: 100%;
  }
}
#modal-block .close-area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#modal-block .close {
  position: fixed;
  top: 22px;
  right: 22px;
  width: 52px;
  height: 52px;
  border: 1px solid #fff;
  z-index: 5;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 768px) {
  #modal-block .close {
    top: 3.4375vw;
    right: 3.4375vw;
  }
}
#modal-block .close span {
  position: absolute;
  display: block;
  top: 25px;
  left: 14px;
  width: 23px;
  height: 2px;
  background-color: #fff;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 768px) {
  #modal-block .close span {
    top: 3.90625vw;
    left: 2.1875vw;
    width: 3.59375vw;
    height: 0.3125vw;
  }
}
#modal-block .close span:nth-child(1) {
  transform: rotate(45deg);
}
#modal-block .close span:nth-child(2) {
  transform: rotate(-45deg);
}
#modal-block .m-box {
  display: none;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
}
#modal-block .modal-content {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
#modal-block .modal-content::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
#modal-block .detail-box .wrap {
  position: relative;
  width: 1000px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  padding: 90px 0;
}
@media only screen and (max-width: 768px) {
  #modal-block .detail-box .wrap {
    display: block;
    width: 86.875vw;
    padding: 14.0625vw 0;
  }
}
#modal-block .detail-box .image {
  width: 399px;
}
@media only screen and (max-width: 768px) {
  #modal-block .detail-box .image {
    width: auto;
    margin-bottom: 4.6875vw;
  }
}
#modal-block .detail-box .image img {
  width: 100%;
}
#modal-block .detail-box .txt-box {
  width: 570px;
}
@media only screen and (max-width: 768px) {
  #modal-block .detail-box .txt-box {
    width: auto;
  }
}
#modal-block .detail-box .txt-box h4 {
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  #modal-block .detail-box .txt-box h4 {
    font-size: 30px;
    font-size: 4.6875vw;
    margin-bottom: 3.125vw;
  }
}
#modal-block .detail-box .txt-box h4 span {
  font-size: 14px;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  #modal-block .detail-box .txt-box h4 span {
    font-size: 18px;
    font-size: 2.8125vw;
  }
}
#modal-block .detail-box .txt-box p {
  color: #fff;
  font-size: 16px;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  #modal-block .detail-box .txt-box p {
    font-size: 24px;
    font-size: 3.75vw;
  }
}

#pagetop {
  width: 176px;
  position: fixed;
  bottom: 30px;
  right: 0;
  z-index: 5;
}
@media only screen and (max-width: 768px) {
  #pagetop {
    width: 98.125vw;
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
  }
}
#pagetop img {
  width: 100%;
}

#footer {
  padding: 70px 0 92px;
  background-color: #ebeff4;
}
@media only screen and (max-width: 768px) {
  #footer {
    padding: 10.625vw 0 12.5vw;
  }
}
#footer .inner {
  width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #footer .inner {
    width: 86.875vw;
  }
}
#footer img {
  width: 100%;
}
#footer .list {
  margin-bottom: 32px;
}
#footer .list li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 14px;
  line-height: 1.8;
  color: #000;
  margin-bottom: 10px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
@media only screen and (max-width: 768px) {
  #footer .list li {
    font-size: 17px;
    font-size: 2.65625vw;
    margin-bottom: 0.78125vw;
  }
}
@media only screen and (max-width: 768px) {
  #footer .list li:nth-child(3) {
    text-indent: -3em;
    padding-left: 3em;
  }
}
#footer .list li:nth-child(3) .image {
  margin-left: 35px;
}
@media only screen and (max-width: 768px) {
  #footer .list li:nth-child(3) .image {
    margin: -1.25vw 0 1.5625vw 7.8125vw;
  }
}
#footer .list li:nth-child(3) .image img {
  margin: 0 8px;
}
@media only screen and (max-width: 768px) {
  #footer .list li:nth-child(3) .image img {
    margin: 0 0.78125vw;
    line-height: 2;
  }
}
#footer .list li:nth-child(3) .image .logo1 {
  width: 142px;
}
@media only screen and (max-width: 768px) {
  #footer .list li:nth-child(3) .image .logo1 {
    width: 17.96875vw;
  }
}
#footer .list li:nth-child(3) .image .logo2 {
  width: 186px;
}
@media only screen and (max-width: 768px) {
  #footer .list li:nth-child(3) .image .logo2 {
    width: 23.4375vw;
    margin-top: 1.875vw;
  }
}
#footer .list li:nth-child(3) .image .logo3 {
  width: 120px;
}
@media only screen and (max-width: 768px) {
  #footer .list li:nth-child(3) .image .logo3 {
    width: 15.3125vw;
  }
}
#footer .list li:last-child {
  position: relative;
  line-height: 2;
  margin-top: 10px;
}
#footer .list li:last-child::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -10%;
  left: -50vw;
  width: 150vw;
  height: 120%;
  background-color: #fff;
}
#footer .list li:last-child span {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#footer .list li:last-child img {
  margin: 0 8px;
}
@media only screen and (max-width: 768px) {
  #footer .list li:last-child img {
    margin: 0 0.9375vw;
  }
}
#footer .list li:last-child .logo1 {
  width: 133px;
}
@media only screen and (max-width: 768px) {
  #footer .list li:last-child .logo1 {
    width: 20.78125vw;
  }
}
#footer .list li:last-child .logo2 {
  width: 95px;
}
@media only screen and (max-width: 768px) {
  #footer .list li:last-child .logo2 {
    width: 14.84375vw;
  }
}
#footer .list li:last-child .logo3 {
  width: 108px;
}
@media only screen and (max-width: 768px) {
  #footer .list li:last-child .logo3 {
    width: 16.875vw;
  }
}
#footer .list li:last-child .logo4 {
  width: 92px;
}
@media only screen and (max-width: 768px) {
  #footer .list li:last-child .logo4 {
    width: 14.375vw;
    margin-right: 0;
  }
}
#footer .banner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 28px;
}
@media only screen and (max-width: 768px) {
  #footer .banner {
    margin-bottom: 4.375vw;
  }
}
#footer .banner li {
  width: 325px;
  margin-bottom: 14px;
}
@media only screen and (max-width: 768px) {
  #footer .banner li {
    width: 42.5vw;
    margin-bottom: 1.875vw;
  }
}
#footer .sns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 54px;
}
@media only screen and (max-width: 768px) {
  #footer .sns {
    margin-bottom: 8.125vw;
  }
}
#footer .sns li {
  width: 30px;
  margin: 0 15px;
}
@media only screen and (max-width: 768px) {
  #footer .sns li {
    width: 4.6875vw;
    margin: 0 2.34375vw;
  }
}
#footer .sns li:last-child {
  width: 32px;
}
@media only screen and (max-width: 768px) {
  #footer .sns li:last-child {
    width: 5vw;
  }
}
#footer .logo {
  width: 207px;
  margin: 0 auto 22px;
}
@media only screen and (max-width: 768px) {
  #footer .logo {
    width: 32.34375vw;
    margin-bottom: 3.4375vw;
  }
}
#footer p.copy {
  font-size: 14px;
  text-align: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #000;
}
@media only screen and (max-width: 768px) {
  #footer p.copy {
    font-size: 18px;
    font-size: 2.8125vw;
  }
}