@charset 'utf-8';
@import url("https://fonts.googleapis.com/css?family=Lusitana&display=swap");
/* lib */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/*
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden;
}
.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
}
.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  transition: all 0.3s ease-in-out;
}
.modaal-wrapper * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}
.modaal-wrapper .modaal-close {
  border: none;
  background: transparent;
  padding: 0;
  -webkit-appearance: none;
}
.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}
.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}
.modaal-wrapper *[tabindex="0"] {
  outline: none !important;
}
.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}
.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}
.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}
.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px;
}
.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top;
}
.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1000px;
  border-radius: 0px;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
  cursor: auto;
}
.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden;
}
.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}
.modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0,0,0,0);
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}
.modaal-close:focus,
.modaal-close:hover {
  outline: none;
  background: #fff;
}
.modaal-close:focus:before,
.modaal-close:focus:after,
.modaal-close:hover:before,
.modaal-close:hover:after {
  background: #b93d0c;
}
.modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.modaal-close:before,
.modaal-close:after {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}
.modaal-close:before {
  transform: rotate(-45deg);
}
.modaal-close:after {
  transform: rotate(45deg);
}
.modaal-fullscreen .modaal-close {
  background: #afb7bc;
  right: 10px;
  top: 10px;
}
.modaal-content-container {
  padding: 30px;
}
.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0;
}
.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent;
}
.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  transition: background 0.2s ease-in-out;
}
.modaal-confirm-btn.modaal-ok:hover {
  background: #2f2f2f;
}
.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}
.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: #2f2f2f;
}
.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  box-shadow: none !important;
}
.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent;
}
.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}
.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  box-shadow: none !important;
  animation: instaReveal 1s linear forwards;
}
.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px;
}
.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
}
.modaal-gallery-wrap {
  position: relative;
  color: #fff;
}
.modaal-gallery-item {
  display: none;
}
.modaal-gallery-item img {
  display: block;
}
.modaal-gallery-item.is_active {
  display: block;
}
.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
}
.modaal-gallery-label:focus {
  outline: none;
}
.modaal-gallery-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0,0,0,0);
  border: none;
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}
.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default;
}
.modaal-gallery-control:focus,
.modaal-gallery-control:hover {
  outline: none;
  background: #fff;
}
.modaal-gallery-control:focus:before,
.modaal-gallery-control:focus:after,
.modaal-gallery-control:hover:before,
.modaal-gallery-control:hover:after {
  background: #afb7bc;
}
.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.modaal-gallery-control:before,
.modaal-gallery-control:after {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}
.modaal-gallery-control:before {
  margin: -5px 0 0;
  transform: rotate(-45deg);
}
.modaal-gallery-control:after {
  margin: 5px 0 0;
  transform: rotate(45deg);
}
.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px;
}
.modaal-gallery-next-outer {
  right: 45px;
}
.modaal-gallery-prev:before,
.modaal-gallery-prev:after {
  left: 22px;
}
.modaal-gallery-prev:before {
  margin: 5px 0 0;
  transform: rotate(-45deg);
}
.modaal-gallery-prev:after {
  margin: -5px 0 0;
  transform: rotate(45deg);
}
.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px;
}
.modaal-gallery-prev-outer {
  left: 45px;
}
.modaal-video-wrap {
  margin: auto 50px;
  position: relative;
}
.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%;
}
.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block;
}
.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  transform: scale(0.25);
}
.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}
.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
}
.modaal-loading-spinner > div:nth-of-type(1) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0s;
}
.modaal-loading-spinner > div:nth-of-type(2) > div,
.modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}
.modaal-loading-spinner > div:nth-of-type(1) {
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}
.modaal-loading-spinner > div:nth-of-type(2) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.12s;
}
.modaal-loading-spinner > div:nth-of-type(2) {
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}
.modaal-loading-spinner > div:nth-of-type(3) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.25s;
}
.modaal-loading-spinner > div:nth-of-type(4) > div,
.modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}
.modaal-loading-spinner > div:nth-of-type(3) {
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}
.modaal-loading-spinner > div:nth-of-type(4) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.37s;
}
.modaal-loading-spinner > div:nth-of-type(4) {
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}
.modaal-loading-spinner > div:nth-of-type(5) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.5s;
}
.modaal-loading-spinner > div:nth-of-type(6) > div,
.modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}
.modaal-loading-spinner > div:nth-of-type(5) {
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}
.modaal-loading-spinner > div:nth-of-type(6) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.62s;
}
.modaal-loading-spinner > div:nth-of-type(6) {
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}
.modaal-loading-spinner > div:nth-of-type(7) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.75s;
}
.modaal-loading-spinner > div:nth-of-type(7) {
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}
.modaal-loading-spinner > div:nth-of-type(8) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.87s;
}
.modaal-loading-spinner > div:nth-of-type(8) {
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}
@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px;
  }
}
@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    transform: none;
    background: rgba(0,0,0,0.7);
  }
  .modaal-gallery-control:before,
  .modaal-gallery-control:after {
    background: #fff;
  }
  .modaal-gallery-next {
    left: auto;
    right: 20px;
  }
  .modaal-gallery-prev {
    left: 20px;
    right: auto;
  }
}
@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}
@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}
@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}
@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .modaal-instagram iframe {
    width: 600px !important;
  }
}
@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
  .modaal-video-container {
    max-width: 900px;
    max-height: 510px;
  }
}
@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none;
  }
}
@keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    transform: scale(1);
  }
}
/* font */
/* original */
@font-face {
  font-family: "MyYuGothicM";
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
}
@font-face {
  font-family: "MyYuGothicM";
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic");
}
@media print, screen and (min-width: 769px) {
  .pcOnly {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .pcOnly {
    display: none;
  }
}
@media print, screen and (min-width: 769px) {
  .spOnly {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .spOnly {
    display: block;
  }
}
.ut__Mt0 {
  margin-top: 0 !important;
}
.ut__Mb0 {
  margin-bottom: 0 !important;
}
.ut__TextLeft {
  text-align: left !important;
}
.ut__TextCenter {
  text-align: center !important;
}
.ut__TextRight {
  text-align: right !important;
}
.ut__TextBold {
  font-weight: bold;
}
@media print, screen and (min-width: 769px) {
  .st__Section {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .st__Section {
    margin-top: 10.666666666666668vw;
  }
}
.st__SectionTitle {
  background: #f2f3f8;
}
@media print, screen and (min-width: 769px) {
  .st__SectionTitle {
    font-size: 18px;
    padding: 14px 20px;
  }
}
@media screen and (max-width: 768px) {
  .st__SectionTitle {
    font-size: 3.733333333333334vw;
    padding: 3.733333333333334vw 3.466666666666666vw;
  }
}
.st__SectionBox {
  display: flex;
}
@media print, screen and (min-width: 769px) {
  .st__SectionBox {
    margin-top: 30px;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .st__SectionBox {
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 769px) {
  .st__SectionText {
    font-size: 16px;
    line-height: 1.625;
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .st__SectionText {
    font-size: 3.2vw;
    line-height: 1.583333333333333;
    margin-top: 4vw;
  }
}
.st__sectionLink {
  color: #1a2f7e;
  text-decoration: none;
  font-weight: bold;
}
.st__sectionLink:hover {
  text-decoration: underline;
}
@media print, screen and (min-width: 769px) {
  .st__ListLink {
    margin: 10px 0;
  }
}
@media screen and (max-width: 768px) {
  .st__ListLink {
    margin: 1.333333333333333vw 0;
  }
}
.st__ListLinkItem {
  position: relative;
  line-height: 1.625;
}
@media print, screen and (min-width: 769px) {
  .st__ListLinkItem {
    padding-left: 18px;
    margin-bottom: 4px;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .st__ListLinkItem {
    padding-left: 3.2vw;
    margin-bottom: 0.533333333333333vw;
    font-size: 3.2vw;
  }
}
.st__ListLinkItem:last-child {
  margin-bottom: 0;
}
.st__ListLinkItem::before {
  content: "";
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
  position: absolute;
}
@media print, screen and (min-width: 769px) {
  .st__ListLinkItem::before {
    width: 8px;
    height: 8px;
    left: -5px;
  }
}
@media screen and (max-width: 768px) {
  .st__ListLinkItem::before {
    width: 1.866666666666667vw;
    height: 1.866666666666667vw;
    left: -0.666666666666667vw;
  }
}
.st__ListLinkItem a {
  text-decoration: none;
  font-weight: bold;
  color: #1a2f7e;
}
.st__ListLinkItem a:hover {
  text-decoration: underline;
}
.st__SectionListItem {
  text-indent: -1em;
  padding-left: 1em;
}
@media print, screen and (min-width: 769px) {
  .st__SectionListItem {
    font-size: 16px;
    line-height: 1.625;
  }
}
@media screen and (max-width: 768px) {
  .st__SectionListItem {
    font-size: 3.2vw;
    line-height: 1.583333333333333;
  }
}
.st__SectionListItem::before {
  content: "・";
}
.st__Anclist {
  font-weight: bold;
}
@media print, screen and (min-width: 769px) {
  .st__Anclist {
    display: flex;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .st__Anclist {
    margin-bottom: 4vw;
  }
}
.st__AnclistItem {
  line-height: 1.65;
}
@media print, screen and (min-width: 769px) {
  .st__AnclistItem {
    margin-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .st__AnclistItem {
    margin-top: 2vw;
  }
}
.st__AnclistItem:first-child {
  margin-left: 0;
  margin-top: 0;
}
.st__AnclistLink {
  position: relative;
  display: inline-block;
  color: #000;
}
.st__AnclistLink:hover {
  text-decoration: none;
}
@media print, screen and (min-width: 769px) {
  .st__AnclistLink {
    font-size: 16px;
    padding-left: 16px;
    margin-top: 8px;
  }
}
@media screen and (max-width: 768px) {
  .st__AnclistLink {
    font-size: 3.733333333333334vw;
    padding-left: 4vw;
  }
}
.st__AnclistLink::before {
  content: '';
  display: block;
  position: absolute;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  top: 45%;
  transform: translate(0, -50%) rotate(45deg);
  left: 2px;
  backface-visibility: hidden;
}
@media print, screen and (min-width: 769px) {
  .st__AnclistLink::before {
    width: 6px;
    height: 6px;
  }
}
@media screen and (max-width: 768px) {
  .st__AnclistLink::before {
    width: 1.6vw;
    height: 1.6vw;
  }
}
@media print, screen and (min-width: 769px) {
  .st__sectionImg {
    margin: 30px 0;
  }
}
@media screen and (max-width: 768px) {
  .st__sectionImg {
    margin: 4vw 0;
  }
}
.st__ImgCenter {
  text-align: center;
}
.st__ImgCenter img {
  display: inline-block;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .st__ImgCenter img {
    width: 100%;
  }
}
.st__ImgLeft {
  text-align: left;
}
.st__ImgLeft img {
  display: inline-block;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .st__ImgLeft img {
    width: 100%;
  }
}
.st__ImgRight {
  text-align: right;
}
.st__ImgRight img {
  display: inline-block;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .st__ImgRight img {
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  .st__WithImgBlock {
    display: flex;
    margin: 30px 0;
  }
}
@media screen and (max-width: 768px) {
  .st__WithImgBlock {
    margin: 4vw 0;
  }
}
.st__WithImgBlock > img {
  display: block;
}
@media screen and (max-width: 768px) {
  .st__WithImgBlock > img {
    margin: 0 auto;
    max-width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  .st__WithImgBlockText {
    font-size: 16px;
    line-height: 1.625;
  }
}
@media screen and (max-width: 768px) {
  .st__WithImgBlockText {
    font-size: 3.2vw;
    line-height: 1.583333333333333;
    margin-top: 4vw;
  }
}
.st__Tab {
  margin-top: 70px;
  margin-bottom: 70px;
  border-bottom: 2px solid #162b7c;
}
@media screen and (max-width: 768px) {
  .st__Tab {
    display: none;
  }
}
.st__TabList {
  display: flex;
}
@media print, screen and (min-width: 769px) {
  .st__TabListEl {
    border: 1px solid #000;
    margin-left: 5px;
    border-bottom: none;
  }
}
.st__TabListEl:first-of-type {
  margin-left: 0;
}
.st__TabListCont {
  display: block;
  text-align: center;
  box-sizing: border-box;
  text-decoration: none;
  color: #000;
  font-weight: bold;
  transition: 0.5s;
}
.st__TabListCont.is-active {
  background: #162b7c;
  color: #fff;
  pointer-events: none;
}
.st__TabListCont:hover {
  background: #000;
  color: #fff;
}
@media print, screen and (min-width: 769px) {
  .st__TabListCont {
    width: 210px;
    padding: 12px;
    font-size: 16px;
  }
}
@media print, screen and (min-width: 769px) {
  .st__SelectLinkWrap {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .st__SelectLinkWrap {
    position: relative;
    margin-top: 8vw;
    margin-bottom: 9.333333333333334vw;
  }
  .st__SelectLinkWrap::before {
    content: "";
    position: absolute;
    background: #eee;
    width: 10%;
    height: 100%;
    right: 0;
    top: 0;
    pointer-events: none;
  }
  .st__SelectLinkWrap::after {
    content: "";
    position: absolute;
    right: 2.933333333333333vw;
    top: 0;
    bottom: 0;
    margin: auto;
    pointer-events: none;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 2.266666666666667vw 1.333333333333333vw 0 1.333333333333333vw;
    border-color: #999 transparent transparent transparent;
    pointer-events: none;
  }
}
.st__SelectLink {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  margin: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
}
@media screen and (max-width: 768px) {
  .st__SelectLink {
    border: 1px solid #ccc;
    width: 100%;
    box-sizing: border-box;
    text-align: right;
    font-size: 3.733333333333334vw;
    padding: 2.666666666666667vw;
    position: relative;
  }
}
@media print, screen and (min-width: 769px) {
  .st__NewsList {
    margin-bottom: 42px;
  }
}
@media screen and (max-width: 768px) {
  .st__NewsList {
    margin-bottom: 8vw;
  }
}
.st__NewsListEl {
  border-bottom: 1px dotted #ccc;
}
@media print, screen and (min-width: 769px) {
  .st__NewsListEl {
    display: flex;
    align-items: baseline;
    padding: 12px;
  }
}
@media screen and (max-width: 768px) {
  .st__NewsListEl {
    padding: 2.666666666666667vw;
  }
}
.st__NewsListEl a {
  color: #0090b4;
  line-height: 1.5;
}
@media print, screen and (min-width: 769px) {
  .st__NewsListEl a {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .st__NewsListEl a {
    font-size: 3.733333333333334vw;
  }
}
@media print, screen and (min-width: 769px) {
  .st__NewsListEl img {
    margin-left: 5px;
  }
}
@media screen and (max-width: 768px) {
  .st__NewsListEl img {
    margin-left: 1.333333333333333vw;
    width: 2.933333333333333vw !important;
    height: 2.666666666666667vw !important;
    vertical-align: text-bottom;
  }
}
.st__NewsListEl--Important {
  padding: 25px 15px;
  background: #fae7e7;
  border: 1px solid #e87e7e;
}
.st__NewsListHead {
  display: flex;
  flex-shrink: 0;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .st__NewsListHead {
    margin-bottom: 1.333333333333333vw;
  }
}
.st__NewsListDate {
  font-weight: bold;
  display: flex;
}
@media print, screen and (min-width: 769px) {
  .st__NewsListDate {
    font-size: 16px;
    width: 140px;
  }
}
@media screen and (max-width: 768px) {
  .st__NewsListDate {
    font-size: 3.2vw;
    margin-right: 2.666666666666667vw;
  }
}
.st__NewsTag {
  flex-shrink: 0;
  background: #f7f7f7;
  display: inline-block;
  font-weight: bold;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .st__NewsTag {
    min-width: 90px;
    font-size: 13px;
    border-left: 5px solid transparent;
    margin-right: 20px;
    padding: 3px 5px;
  }
}
@media screen and (max-width: 768px) {
  .st__NewsTag {
    min-width: 20vw;
    font-size: 2.4vw;
    border-left: 0.8vw solid transparent;
    padding: 0.8vw 0;
  }
}
.st__NewsTag[data-category*="type-opera"] {
  border-left: 5px solid #2a5269;
}
.st__NewsTag[data-category*="type-ballet"] {
  border-left: 5px solid #b32453;
}
.st__NewsTag[data-category*="type-event"] {
  border-left: 5px solid #bf6540;
}
.st__NewsTag[data-category*="type-play"] {
  border-left: 5px solid #249bb3;
}
.st__NewsTag[data-category*="type-info"] {
  border-left: 5px solid #d6a622;
}
.st__NewsTag[data-category*="type-training"] {
  border-left: 5px solid #01bb00;
}
.st__NewsTag[data-category*="type-dance"] {
  border-left: 5px solid #b3243b;
}
.st__NewsTag[data-category*="type-20th"] {
  border-left: 5px solid #901061;
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .st__NewsListDate {
    width: 160px;
  }
}
.st__NewsListCont {
  line-height: 1.5;
  color: #0090b4;
}
.st__NewsListCont:visited {
  color: #6e65ae;
}
.st__NewsListCont:hover {
  text-decoration: none;
}
@media print, screen and (min-width: 769px) {
  .st__NewsListCont {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .st__NewsListCont {
    font-size: 3.733333333333334vw;
  }
}
.st__NewsListCont[target="_blank"]::after {
  content: '';
  display: inline-block;
  background: url("cpathicon_blank01.svg") no-repeat left top;
  background-size: contain;
}
@media print, screen and (min-width: 769px) {
  .st__NewsListCont[target="_blank"]::after {
    width: 12px;
    height: 12px;
    margin-left: 6px;
  }
}
@media screen and (max-width: 768px) {
  .st__NewsListCont[target="_blank"]::after {
    width: 3.733333333333334vw;
    height: 3.733333333333334vw;
    margin-left: 1.6vw;
  }
}
.st__NewsListCont[href$="pdf"]::after {
  content: '';
  display: inline-block;
  background: url("/common_files/images/com_ic11.gif") no-repeat left top;
  background-size: contain;
}
@media print, screen and (min-width: 769px) {
  .st__NewsListCont[href$="pdf"]::after {
    width: 13px;
    height: 14px;
    margin-left: 6px;
  }
}
@media screen and (max-width: 768px) {
  .st__NewsListCont[href$="pdf"]::after {
    width: 3.466666666666666vw;
    height: 3.733333333333334vw;
    margin-left: 1.6vw;
  }
}
@media print, screen and (min-width: 769px) {
  .st__articleHead {
    margin-bottom: 26px;
  }
}
@media screen and (max-width: 768px) {
  .st__articleHead {
    margin-bottom: 3.466666666666666vw;
  }
}
.st__NewsData {
  font-weight: bold;
  padding: 2px 0;
  display: inline-block;
}
@media print, screen and (min-width: 769px) {
  .st__NewsData {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .st__NewsData {
    font-size: 3.2vw;
  }
}
.st__articleTitle {
  font-family: MyYuMinchoM, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", 'HGS明朝E', 'メイリオ', Meiryo, serif;
  line-height: 1.65;
}
@media print, screen and (min-width: 769px) {
  .st__articleTitle {
    font-size: 32px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  .st__articleTitle {
    font-size: 5.333333333333334vw;
    margin-bottom: 30px;
  }
}
.st__snsBtnList {
  display: flex;
  justify-content: flex-end;
}
.st__snsBtnList > li {
  margin: 0 5px;
}
.st__articleSocial {
  margin-top: 1em;
}
@media print, screen and (min-width: 769px) {
  .st__relatedLinkHeading {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .st__relatedLinkHeading {
    font-size: 3.2vw;
    margin-bottom: 2.933333333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .st__relatedLink {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .st__relatedLink {
    font-size: 2.933333333333333vw;
  }
}
.st__relatedLink a {
  position: relative;
  padding-left: 1em;
}
.st__relatedLink a::before {
  content: "";
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  width: 4px;
  height: 4px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
}
.st__relatedLink a::after {
  margin-left: 5px;
  display: inline-block;
}
.st__relatedLink a[target="_blank"]::after {
  content: "";
  background: url("/common_files/images/com_ic10.gif");
  background-repeat: no-repeat;
  background-size: contain;
}
@media print, screen and (min-width: 769px) {
  .st__relatedLink a[target="_blank"]::after {
    width: 11px;
    height: 10px;
  }
}
@media screen and (max-width: 768px) {
  .st__relatedLink a[target="_blank"]::after {
    width: 2.2vw;
    height: 2vw;
  }
}
.st__relatedLink a[href*=".pdf"]::after {
  content: "";
  background: url("/common_files/images/com_ic11.gif");
  background-repeat: no-repeat;
  background-size: contain;
}
@media print, screen and (min-width: 769px) {
  .st__relatedLink a[href*=".pdf"]::after {
    width: 13px;
    height: 14px;
  }
}
@media screen and (max-width: 768px) {
  .st__relatedLink a[href*=".pdf"]::after {
    width: 2.6vw;
    height: 2.8vw;
  }
}
@media print, screen and (min-width: 769px) {
  .st__relatedLink + .st__relatedLink {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .st__relatedLink + .st__relatedLink {
    margin-top: 2.666666666666667vw;
  }
}
.st__list01 li {
  position: relative;
  padding-left: 1em;
}
@media print, screen and (min-width: 769px) {
  .st__list01 li {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .st__list01 li {
    font-size: 2.933333333333333vw;
  }
}
.st__list01 li:before {
  content: "";
  position: absolute;
  display: block;
  background: #4234ac;
}
@media print, screen and (min-width: 769px) {
  .st__list01 li:before {
    left: 2px;
    top: 5px;
    width: 4px;
    height: 4px;
  }
}
@media screen and (max-width: 768px) {
  .st__list01 li:before {
    left: 0.533333333333333vw;
    top: 1.066666666666667vw;
    width: 0.8vw;
    height: 0.8vw;
  }
}
.st__list01 li a::after {
  margin-left: 5px;
  display: inline-block;
}
.st__list01 li a[target="_blank"]::after {
  content: "";
  background: url("/common_files/images/com_ic10.gif");
  background-repeat: no-repeat;
  background-size: contain;
}
@media print, screen and (min-width: 769px) {
  .st__list01 li a[target="_blank"]::after {
    width: 11px;
    height: 10px;
  }
}
@media screen and (max-width: 768px) {
  .st__list01 li a[target="_blank"]::after {
    width: 2.2vw;
    height: 2vw;
  }
}
.st__list01 li a[href*=".pdf"]::after {
  content: "";
  background: url("/common_files/images/com_ic11.gif");
  background-repeat: no-repeat;
  background-size: contain;
}
@media print, screen and (min-width: 769px) {
  .st__list01 li a[href*=".pdf"]::after {
    width: 13px;
    height: 14px;
  }
}
@media screen and (max-width: 768px) {
  .st__list01 li a[href*=".pdf"]::after {
    width: 2.6vw;
    height: 2.8vw;
  }
}
@media print, screen and (min-width: 769px) {
  .st__list01 li + li {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .st__list01 li + li {
    margin-top: 2.666666666666667vw;
  }
}
.st__Table {
  border: 1px solid #ccd0e6;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .st__Table {
    margin-top: 32px;
  }
}
@media screen and (max-width: 768px) {
  .st__Table {
    margin-top: 6.133333333333333vw;
  }
}
.st__TableHead {
  background: #e1e4f1;
  text-align: left;
  border-right: 1px solid #ccd0e6;
  border-bottom: 1px solid #ccd0e6;
}
@media print, screen and (min-width: 769px) {
  .st__TableHead {
    padding: 14px 18px;
    width: 168px;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .st__TableHead {
    padding: 2.133333333333333vw 2.666666666666667vw;
    font-size: 2.933333333333333vw;
    width: 23.733333333333334vw;
    line-height: 1.636363636363636;
  }
}
.st__TableBody {
  border-bottom: 1px solid #ccd0e6;
}
@media print, screen and (min-width: 769px) {
  .st__TableBody {
    padding: 14px 18px;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .st__TableBody {
    padding: 2.133333333333333vw 2.666666666666667vw;
    font-size: 2.933333333333333vw;
    line-height: 1.636363636363636;
  }
}
.st__Box {
  border: 1px solid #ccd0e6;
}
@media print, screen and (min-width: 769px) {
  .st__Box {
    padding: 20px 16px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .st__Box {
    padding: 3.466666666666666vw 2.666666666666667vw;
    margin-top: 4vw;
  }
}
.st__FooterContNav {
  box-sizing: border-box;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
}
@media print, screen and (min-width: 769px) {
  .st__FooterContNav {
    padding: 70px 0;
    min-width: 1080px;
  }
}
.st__FooterContNavInner {
  margin: 0 auto;
}
@media print, screen and (min-width: 769px) {
  .st__FooterContNavInner {
    width: 1080px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media print, screen and (min-width: 769px) {
  .st__FooterContNavList {
    display: flex;
  }
}
.st__FooterContNavListEl {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .st__FooterContNavListEl {
    width: 180px;
  }
}
@media screen and (max-width: 768px) {
  .st__FooterContNavListEl {
    border-top: 1px solid #ddd;
    padding: 5.333333333333334vw;
    cursor: pointer;
  }
  .st__FooterContNavListEl:last-child {
    border-bottom: 1px solid #ddd;
  }
  .st__FooterContNavListEl::before {
    position: absolute;
    right: 5.333333333333334vw;
    top: 4.666666666666667vw;
    content: "";
    width: 4vw;
    height: 4vw;
    border-right: 2px solid #00226a;
    border-bottom: 2px solid #00226a;
    transform: rotate(45deg);
    transform-origin: center;
    transition: 0.5s;
  }
  .st__FooterContNavListEl.is-open::before {
    transform: rotate(225deg);
    top: 6vw;
  }
}
.st__FooterContNavListTtl {
  font-weight: bold;
}
@media print, screen and (min-width: 769px) {
  .st__FooterContNavListTtl {
    font-size: 16px;
    margin-bottom: 8px;
    display: flex;
    align-items: flex-end;
  }
}
@media screen and (max-width: 768px) {
  .st__FooterContNavListTtl {
    font-size: 3.733333333333334vw;
  }
}
@media print, screen and (min-width: 769px) {
  .st__FooterContNavListTtl span {
    display: block;
    font-size: 12px;
  }
}
@media print, screen and (min-width: 769px) {
  .st__FooterContNavListTtl p {
    font-size: 16px;
    line-height: 1;
  }
}
@media print, screen and (min-width: 769px) {
  .st__FooterContNavListLinksWrap {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .st__FooterContNavListLinksWrap {
    display: none;
    padding-top: 1.333333333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .st__FooterContNavListLinksElBr {
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .st__FooterContNavListLinksElBr {
    display: none;
  }
}
.st__FooterContNavListLinksEl {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .st__FooterContNavListLinksEl {
    margin-top: 14px;
    line-height: 1;
  }
}
@media screen and (max-width: 768px) {
  .st__FooterContNavListLinksEl {
    padding-left: 5.333333333333334vw;
    margin-top: 4vw;
    line-height: 1.7;
  }
}
@media screen and (max-width: 768px) {
  .st__FooterContNavListLinksEl::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 2vw;
    height: 2vw;
    border-right: 1px solid #00226a;
    border-bottom: 1px solid #00226a;
    transform: rotate(-45deg);
    bottom: 0;
    margin: auto;
  }
}
.st__FooterContNavListLinksEl a {
  color: #000;
  text-decoration: none;
  display: inline-block;
  position: relative;
}
.st__FooterContNavListLinksEl a:link,
.st__FooterContNavListLinksEl a:visited {
  color: #000;
}
.st__FooterContNavListLinksEl a:hover {
  text-decoration: underline;
}
@media print, screen and (min-width: 769px) {
  .st__FooterContNavListLinksEl a {
    font-size: 14px;
    line-height: 1.7;
  }
}
@media screen and (max-width: 768px) {
  .st__FooterContNavListLinksEl a {
    font-size: 3.733333333333334vw;
  }
}
.st__FooterContNavListLinksEl a[target="_blank"]::after {
  content: "";
  background: url("/assets/images/common/icon_blank01.svg");
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
}
@media print, screen and (min-width: 769px) {
  .st__FooterContNavListLinksEl a[target="_blank"]::after {
    margin-left: 3px;
  }
}
@media screen and (max-width: 768px) {
  .st__FooterContNavListLinksEl a[target="_blank"]::after {
    margin-left: 0.8vw;
  }
}
.st__FooterSiteNav {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  background: #000;
}
@media print, screen and (min-width: 769px) {
  .st__FooterSiteNav {
    padding: 30px 0;
    min-width: 1080px;
  }
}
@media screen and (max-width: 768px) {
  .st__FooterSiteNav {
    padding: 7.333333333333333vw 0;
  }
}
.st__FooterSiteNavInner {
  margin: 0 auto;
}
@media print, screen and (min-width: 769px) {
  .st__FooterSiteNavInner {
    width: 870px;
  }
}
@media screen and (max-width: 768px) {
  .st__FooterSiteNavInner {
    width: 78.66666666666666vw;
  }
}
.st__FooterSiteNavLink {
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .st__FooterSiteNavLink {
    font-size: 0;
  }
}
.st__FooterSiteNavLinkEl {
  display: inline-block;
  line-height: 1.7;
}
@media print, screen and (min-width: 769px) {
  .st__FooterSiteNavLinkEl {
    height: 27px;
  }
}
@media screen and (max-width: 768px) {
  .st__FooterSiteNavLinkEl {
    line-height: 1;
    margin-top: 2.4vw;
  }
}
.st__FooterSiteNavLinkEl a {
  text-decoration: none;
  color: #fff;
}
.st__FooterSiteNavLinkEl a:link,
.st__FooterSiteNavLinkEl a:visited {
  color: #fff;
}
.st__FooterSiteNavLinkEl a:hover {
  text-decoration: underline;
}
@media print, screen and (min-width: 769px) {
  .st__FooterSiteNavLinkEl a {
    padding: 0 20px;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .st__FooterSiteNavLinkEl a {
    box-sizing: border-box;
    display: inline-block;
    font-size: 3.2vw;
    padding: 0 2.666666666666667vw;
    line-height: 1.4;
  }
}
.st__FooterSiteNavLinkEl a[target="_blank"]::after {
  content: "";
  background: url("/assets/images/common/icon_blank02.svg");
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
}
@media print, screen and (min-width: 769px) {
  .st__FooterSiteNavLinkEl a[target="_blank"]::after {
    margin-left: 6px;
  }
}
@media screen and (max-width: 768px) {
  .st__FooterSiteNavLinkEl a[target="_blank"]::after {
    margin-left: 1.2vw;
  }
}
@media print, screen and (min-width: 769px) {
  .st__FooterSiteNavLinkEl.st__FooterSiteNavLinkElBorder--pc a {
    border-right: 1px solid #fff;
  }
}
@media screen and (max-width: 768px) {
  .st__FooterSiteNavLinkEl.st__FooterSiteNavLinkElBorder--sp a {
    border-right: 1px solid #fff;
  }
}
.st__Footer {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  text-align: center;
  box-sizing: border-box;
}
@media print, screen and (min-width: 769px) {
  .st__Footer {
    padding: 40px;
    min-width: 1080px;
  }
}
@media screen and (max-width: 768px) {
  .st__Footer {
    padding: 5.333333333333334vw;
  }
}
@media print, screen and (min-width: 769px) {
  .st__Footer p {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .st__Footer p {
    font-size: 2.133333333333333vw;
  }
}
.js__Footer[aria-hidden='true'] {
  display: none;
}
.st__FooterIn {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .st__FooterBnrInner {
    width: 830px;
    padding: 0 0 20px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .st__FooterBnrInner {
    width: 89.33333333333333vw;
    margin: 0 auto;
    padding: 0 0 0;
  }
}
.st__FooterBnrInner img {
  width: 100%;
}
.st__FooterBnrLead {
  width: 100%;
}
.st__FooterBnrLead img {
  display: block;
  width: 100%;
  height: auto;
}
.st__FooterBnrList {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .st__FooterBnrList {
    margin: 1.733333333333333vw 0 5.333333333333334vw;
  }
}
.st__FooterBnrList img {
  vertical-align: top;
}
.st__FooterBnrListEl img {
  width: 100%;
  height: 100%;
}
@media print, screen and (min-width: 769px) {
  .st__FooterBnrListEl:nth-child(1) {
    width: 330px;
    height: 17px;
  }
}
@media print, screen and (min-width: 769px) {
  .st__FooterBnrListEl:nth-child(2) {
    width: 101px;
    height: 15px;
    margin-left: 18px;
  }
}
@media screen and (max-width: 768px) {
  .st__FooterBnrListEl:nth-child(2) {
    width: 20.133333333333333vw;
    height: 2.8vw;
    margin-left: 3.2vw;
    margin-top: 1.066666666666667vw;
    margin-left: 0vw;
  }
}
@media print, screen and (min-width: 769px) {
  .st__FooterBnrListEl:nth-child(3) {
    width: 77px;
    height: 15px;
    margin-left: 15px;
  }
}
@media screen and (max-width: 768px) {
  .st__FooterBnrListEl:nth-child(3) {
    width: 18.666666666666668vw;
    height: 3.2vw;
    margin-left: 2.933333333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .st__FooterBnrListEl:nth-child(4) {
    width: 77px;
    height: 14px;
    margin-left: 13px;
  }
}
@media screen and (max-width: 768px) {
  .st__FooterBnrListEl:nth-child(4) {
    width: 18.666666666666668vw;
    height: 2.8vw;
    margin-left: 2.933333333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .st__FooterBnrListEl:nth-child(5) {
    width: 32px;
    height: 17px;
    margin-left: 15px;
  }
}
@media screen and (max-width: 768px) {
  .st__FooterBnrListEl:nth-child(5) {
    width: 6.933333333333333vw;
    height: 3.466666666666666vw;
    margin-left: 2.933333333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .st__FooterBnrListEl:nth-child(6) {
    width: 80px;
    height: 13px;
    margin-left: 11px;
  }
}
@media screen and (max-width: 768px) {
  .st__FooterBnrListEl:nth-child(6) {
    width: 16vw;
    height: 2.8vw;
    margin-left: 1.866666666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .st__FooterBnrListEl:nth-child(7) {
    width: 49px;
    height: 15px;
    margin-left: 3px;
  }
}
@media screen and (max-width: 768px) {
  .st__FooterBnrListEl:nth-child(7) {
    width: 9.6vw;
    height: 2.8vw;
    margin-left: 1.333333333333333vw;
  }
}
.st__FooterBnrListLink {
  display: block;
  width: 100%;
  height: 100%;
}
.st__FooterBnrListLink img {
  width: 100%;
}
.tp__Calender {
  width: 100%;
  margin: 0 auto;
  display: none;
}
@media print, screen and (min-width: 769px) {
  .tp__Calender {
    min-width: 1080px;
  }
}
@media print, screen and (min-width: 769px) {
  .tp__CalenderHead {
    margin-left: 42px;
    display: flex;
    min-width: 1080px;
  }
}
.tp__CalenderDays {
  font-family: 'Lusitana', serif;
}
@media print, screen and (min-width: 769px) {
  .tp__CalenderDaysYear {
    font-size: 26px;
    line-height: 1;
    display: inline-block;
    width: 70px;
  }
}
@media print, screen and (min-width: 769px) {
  .tp__CalenderDaysMonth {
    font-size: 100px;
    width: 100px;
    display: inline-block;
    line-height: 1;
  }
}
.tp__CalenderBtn {
  display: flex;
  margin-top: 50px;
  margin-left: 16px;
}
.tp__CalenderBtnLeft {
  background: #000;
  cursor: pointer;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .tp__CalenderBtnLeft {
    width: 40px;
    height: 40px;
  }
}
.tp__CalenderBtnLeft::before {
  content: '';
  display: block;
  position: absolute;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  top: 50%;
  left: 50%;
  right: 0;
  transform: translate(-50%, -50%) rotate(135deg);
  backface-visibility: hidden;
  margin: 0 auto;
  width: 16px;
  height: 16px;
}
.tp__CalenderBtnLeft[aria-disabled='true'] {
  background: #ccc;
}
.tp__CalenderBtnRight {
  background: #000;
  cursor: pointer;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .tp__CalenderBtnRight {
    width: 40px;
    height: 40px;
    margin-left: 1px;
  }
}
.tp__CalenderBtnRight::before {
  content: '';
  display: block;
  position: absolute;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 16px;
  height: 16px;
  backface-visibility: hidden;
}
.tp__CalenderLinkBtn {
  width: 320px;
  position: absolute;
  right: 0;
  top: -120px;
}
@media print, screen and (min-width: 769px) {
  .tp__CalenderNote {
    margin: 70px 0 0 26px;
    font-size: 15px;
  }
}
.tp__CalenderNoteList {
  display: flex;
}
@media print, screen and (min-width: 769px) {
  .tp__CalenderNoteList {
    margin-top: 43px;
  }
}
@media screen and (max-width: 768px) {
  .tp__CalenderNoteList {
    margin-top: 7.199999999999999vw;
  }
}
.tp__CalenderNoteListEl {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .tp__CalenderNoteListEl {
    font-size: 14px;
    margin-left: 46px;
  }
}
@media screen and (max-width: 768px) {
  .tp__CalenderNoteListEl {
    font-size: 2.933333333333333vw;
    margin-left: 7.199999999999999vw;
  }
}
.tp__CalenderNoteListEl::before {
  content: '';
  display: block;
  position: absolute;
  box-sizing: border-box;
  border-radius: 100%;
}
@media print, screen and (min-width: 769px) {
  .tp__CalenderNoteListEl::before {
    width: 11px;
    height: 11px;
    left: -16px;
    top: 3px;
  }
}
@media screen and (max-width: 768px) {
  .tp__CalenderNoteListEl::before {
    width: 3.2vw;
    height: 3.2vw;
    left: -4vw;
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  .tp__CalenderNoteListEl:nth-child(1) {
    margin-left: 4vw;
  }
}
.tp__CalenderNoteListEl:nth-child(1)::before {
  background: #162b7c;
}
.tp__CalenderNoteListEl:nth-child(2)::before {
  background: #fff;
  border: 1px solid #b7bddb;
}
.tp__CalenderBody {
  width: 1080px;
  margin: 56px auto 0;
  display: flex;
  justify-content: space-between;
}
.tp__CalenderPg {
  width: 710px;
  border: 1px solid #ccc;
  padding: 42px 0 24px;
  position: relative;
}
.tp__CalenderPgInner {
  width: 610px;
  margin: 0 auto;
}
.tp__CalenderPgHead {
  display: flex;
  justify-content: space-between;
}
.tp__CalenderPgDays {
  font-family: 'Lusitana', serif;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .tp__CalenderPgDays {
    margin-top: 7.199999999999999vw;
  }
}
.tp__CalenderPgDaysYear {
  line-height: 1;
}
@media print, screen and (min-width: 769px) {
  .tp__CalenderPgDaysYear {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .tp__CalenderPgDaysYear {
    font-size: 4.933333333333334vw;
  }
}
.tp__CalenderPgDaysMonth {
  line-height: 1;
}
@media print, screen and (min-width: 769px) {
  .tp__CalenderPgDaysMonth {
    font-size: 70px;
  }
}
@media screen and (max-width: 768px) {
  .tp__CalenderPgDaysMonth {
    font-size: 15.2vw;
  }
}
.tp__CalenderPgDaysDay {
  line-height: 1;
}
@media print, screen and (min-width: 769px) {
  .tp__CalenderPgDaysDay {
    font-size: 70px;
  }
}
@media screen and (max-width: 768px) {
  .tp__CalenderPgDaysDay {
    font-size: 15.2vw;
  }
}
.tp__CalenderPgDaysWeek {
  line-height: 1;
}
@media print, screen and (min-width: 769px) {
  .tp__CalenderPgDaysWeek {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .tp__CalenderPgDaysWeek {
    font-size: 4.533333333333333vw;
  }
}
.tp__CalenderPgNone {
  text-align: center;
  font-weight: bold;
}
@media print, screen and (min-width: 769px) {
  .tp__CalenderPgNone {
    font-size: 20px;
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .tp__CalenderPgNone {
    font-size: 5.333333333333334vw;
    margin-top: 10.666666666666668vw;
  }
}
.tp__CalenderPgNone[aria-hidden="true"] {
  display: none;
}
.tp__CalenderPgBox {
  box-sizing: border-box;
}
@media print, screen and (min-width: 769px) {
  .tp__CalenderPgBox {
    margin-top: 46px;
    padding-bottom: 100px;
    overflow-y: scroll;
    padding-right: 30px;
    max-height: 400px;
  }
}
@media screen and (max-width: 768px) {
  .tp__CalenderPgBox {
    margin-top: 6.4vw;
  }
}
.tp__CalenderPgBoxListEl {
  display: flex;
}
.tp__CalenderPgBoxListEl[data-border='false'] .tp__CalenderPgBoxRight {
  border-top: none;
}
.tp__CalenderPgBoxListEl:nth-child(1) .tp__CalenderPgBoxRight {
  border-top: none;
}
.tp__CalenderPgBoxListEl[data-length='false'] {
  display: none;
}
.tp__CalenderPgBoxListTitle {
  font-weight: bold;
  text-align: right;
  border-right: 1px solid #b7bddb;
}
@media print, screen and (min-width: 769px) {
  .tp__CalenderPgBoxListTitle {
    width: 130px;
    font-size: 16px;
    padding-right: 26px;
    padding-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .tp__CalenderPgBoxListTitle {
    font-size: 2.933333333333333vw;
    width: 20.8vw;
    padding-right: 2.666666666666667vw;
    padding-top: 5.333333333333334vw;
  }
}
.tp__CalenderPgBoxListTitle--information_center,
.tp__CalenderPgBoxListTitle--rohm_theater_kyoto {
  text-align: left;
}
.tp__CalenderPgBoxRight {
  border-top: 1px solid #b7bddb;
}
@media print, screen and (min-width: 769px) {
  .tp__CalenderPgBoxRight {
    width: 410px;
    margin-left: 26px;
    padding: 30px 0;
  }
}
@media screen and (max-width: 768px) {
  .tp__CalenderPgBoxRight {
    width: 62.66666666666667vw;
    padding: 5.333333333333334vw 0;
    margin-left: 3.466666666666666vw;
  }
}
.tp__CalenderPgDetailListEl {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .tp__CalenderPgDetailListEl {
    margin-top: 10px;
    align-items: flex-start;
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .tp__CalenderPgDetailListEl {
    margin-top: 5.333333333333334vw;
  }
}
.tp__CalenderPgDetailListEl:nth-child(1) {
  margin-top: 0;
}
.tp__CalenderPgDetailListEl::before {
  content: '';
  display: block;
  position: absolute;
  box-sizing: border-box;
  z-index: 2;
  border-radius: 100%;
}
@media print, screen and (min-width: 769px) {
  .tp__CalenderPgDetailListEl::before {
    width: 11px;
    height: 11px;
    left: -32px;
    top: 4px;
  }
}
@media screen and (max-width: 768px) {
  .tp__CalenderPgDetailListEl::before {
    width: 3.2vw;
    height: 3.2vw;
    left: -5.066666666666666vw;
    top: 0;
  }
}
.tp__CalenderPgDetailListEl[data-rent="true"]::before {
  background: #162b7c;
}
.tp__CalenderPgDetailListEl[data-rent="false"]::before {
  background: #fff;
  border: 1px solid #b7bddb;
}
@media print, screen and (min-width: 769px) {
  .tp__CalenderPgDetailListEl[data-nontime="true"] {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .tp__CalenderPgDetailListEl[data-nontime="true"] {
    margin-bottom: 9.333333333333334vw;
  }
}
.tp__CalenderPgDetailHead {
  display: flex;
  align-items: flex-start;
}
.tp__CalenderPgDetailCategory {
  background: #f7f7f7;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .tp__CalenderPgDetailCategory {
    font-size: 13px;
    width: 110px;
    padding: 3px 0;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .tp__CalenderPgDetailCategory {
    font-size: 2.4vw;
    width: 17.333333333333336vw;
    padding: 0.8vw 0;
  }
}
.tp__CalenderPgDetailCategory[data-category="opera"] {
  border-left: 5px solid #2a5269;
}
.tp__CalenderPgDetailCategory[data-category="ballet"] {
  border-left: 5px solid #b32453;
}
.tp__CalenderPgDetailCategory[data-category="event"] {
  border-left: 5px solid #bf6540;
}
.tp__CalenderPgDetailCategory[data-category="drama"] {
  border-left: 5px solid #249bb3;
}
.tp__CalenderPgDetailCategory[data-category="dance"] {
  border-left: 5px solid #b3243b;
}
.tp__CalenderPgDetailCategory[data-category="musical"] {
  border-left: 5px solid #bf6540;
}
.tp__CalenderPgDetailCategory[data-category="other"] {
  border-left: 5px solid #6e6e6e;
}
.tp__CalenderPgDetailTime {
  font-weight: bold;
}
@media print, screen and (min-width: 769px) {
  .tp__CalenderPgDetailTime {
    font-size: 16px;
    margin-left: 14px;
  }
}
@media screen and (max-width: 768px) {
  .tp__CalenderPgDetailTime {
    font-size: 3.733333333333334vw;
    margin-left: 2.133333333333333vw;
  }
}
.tp__CalenderPgDetailTime--long {
  font-weight: bold;
  width: 90px;
  font-size: 16px;
  margin-left: 14px;
}
.tp__CalenderPgDetailLink {
  color: #000;
  word-break: break-all;
  text-decoration: underline;
}
.tp__CalenderPgDetailLink:link,
.tp__CalenderPgDetailLink:visited {
  color: #000;
}
@media print, screen and (min-width: 769px) {
  .tp__CalenderPgDetailLink {
    font-size: 18px;
    margin-left: 16px;
    line-height: 1.357142857142857;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .tp__CalenderPgDetailLink {
    font-size: 3.733333333333334vw;
    display: block;
    margin-top: 2.133333333333333vw;
    line-height: 1.357142857142857;
  }
}
@media print, screen and (min-width: 769px) {
  .tp__CalenderPgDetailLink[data-time="false"] {
    width: 340px;
  }
}
@media print, screen and (min-width: 769px) {
  .tp__CalenderPgDetailLink[data-time="true"] {
    width: 300px;
  }
}
.tp__CalenderMain {
  width: 330px;
  position: relative;
}
.tp__CalenderMainTableWeek {
  text-align: center;
  color: #fff;
  background: #6e6e6e;
  width: 30px;
  margin: 0 1px 1px 1px;
  font-size: 16px;
  padding: 6px 0;
}
.tp__CalenderMainTableWeek:nth-of-type(6) {
  background: #1263b5;
}
.tp__CalenderMainTableWeek:nth-of-type(7) {
  background: #b51212;
}
.tp__CalenderMainTableDay {
  font-family: 'Lusitana', serif;
  text-align: center;
  background: #e8ebf6;
  width: 60px;
  margin: 0 1px 1px 1px;
  padding: 20px 0;
  font-size: 16px;
}
.tp__CalenderMainTableDay[data-active='true'] {
  background: #bac1e1;
  cursor: pointer;
}
.tp__CalenderMainTableDay[data-none='true'] {
  background: #fff;
}
.modaal-container {
  max-width: none;
}
.modaal-fullscreen .modaal-close {
  background: none;
}
.modaal-fullscreen .modaal-close::before,
.modaal-fullscreen .modaal-close::after {
  width: 1px;
  height: 40px;
  background: #000;
}
.st__pageTop {
  position: fixed;
  background: url("/assets/images/training/icon_pagetop.png") no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 0;
  transition: opacity 0.5s;
  z-index: 10;
}
@media print, screen and (min-width: 769px) {
  .st__pageTop {
    width: 80px;
    height: 80px;
    right: 30px;
    bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .st__pageTop {
    width: 16.53333333333333vw;
    height: 16.53333333333333vw;
    right: 4vw;
    bottom: 4vw;
  }
}
.st__pageTop.is-show {
  opacity: 1;
}
.st__pageTop.is-stick {
  position: absolute;
}
.st__supportPageTop {
  background: url("/assets/images/support/icon_supportpagetop.png") no-repeat;
  background-size: contain;
  background-position: center;
  position: fixed !important;
}
@media print, screen and (min-width: 769px) {
  .st__supportPageTop {
    width: 60px;
    height: 60px;
    right: 0px;
    bottom: 0px !important;
  }
}
@media screen and (max-width: 768px) {
  .st__supportPageTop {
    width: 13.333333333333334vw;
    height: 13.333333333333334vw;
    right: 2.666666666666667vw;
    bottom: 2.666666666666667vw !important;
    opacity: 1;
  }
}
@media print, screen and (min-width: 769px) {
  .st__supportPageTop::before {
    content: "";
    background: rgba(255,255,255,0.15);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 0.5s;
    opacity: 0;
  }
}
@media print, screen and (min-width: 769px) {
  .st__supportPageTop:hover::before {
    opacity: 1;
  }
}
