body {
  color: #474747;
  background-color: #241c44;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  font-feature-settings: "palt";
}

a {
  color: #6775d3;
  font-weight: 400;
  text-decoration: underline;
  text-decoration-color: #6775d3;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

a:hover {
  color: #ff0000;
  text-decoration: underline;
}

a.nav-link {
  padding: 0;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}

a.nav-link:hover {
  padding: 0;
  color: #fff;
  text-decoration: none;
  transform: translateY(-2px);
}

a.tn-link {
  color: #6775d3;
  text-decoration: none;
  transition: all 0.3s ease;
}

a.tn-link:hover {
  color: #6775d3;
  text-decoration: none;
}

a.theatre-link {
  color: #000;
  text-decoration: none;
}

a.theatre-link:hover {
  color: #000;
  text-decoration: none;
}

.bg {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.bg-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-position: center;
  background-size: cover;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s ease-out;
  pointer-events: none;
}

.webp .bg-fixed {
  background-image: url(../img/top/top.webp);
}

.no-webp .bg-fixed {
  background-image: url(../img/top/top.jpg);
}

.wrap {
  position: relative;
  overflow: hidden;
}

.sec-bg {
  background-position: bottom -200px right;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-color: #fff;
  box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.4);
}

.webp .sec-bg {
  background-image: url(../img/common/bg-frame.webp);
}

.no-webp .sec-bg {
  background-image: url(../img/common/bg-frame.webp);
}

.sec-bg-2 {
  background-position: bottom -200px right;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-color: #fff;
  box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.4);
}

.webp .sec-bg-2 {
  background-image: url(../img/common/bg-frame.webp);
}

.no-webp .sec-bg-2 {
  background-image: url(../img/common/bg-frame.webp);
}

.content {
  position: relative;
  width: 100%;
}

.cont-p {
  padding: 6rem 0;
}

.inner {
  position: relative;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 1.5rem 5% 6rem;
}

.inner-top {
  margin: 6rem auto 0;
}

.inner-bg {
  box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.4);
  background-color: rgba(255, 255, 255, 0.9);
}

.heading {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 0.125;
  margin: 0 0 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../img/common/bg-h2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
}

.heading p {
  padding: 0 0 0.3em;
  color: #6775d3;
  font-size: 40px;
  letter-spacing: 0.03em;
  vertical-align: middle;
  line-height: 1;
}

p.adjust {
  font-size: 30px;
}

.introduction {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
}

.frame-wrap {
  width: 100%;
}

.frame {
  position: relative;
  width: 100%;
  margin: 0 0 2.5rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.frame-p-1 {
  padding: 0 3rem 3rem 3rem;
}

.frame-p-2 {
  padding: 3rem;
}

.frame:last-child {
  margin: 0;
}

.frame-border {
  border: #6775d3 solid 1px;
}

.frame-text {
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 2rem;
  color: #6775d3;
}

.cat {
  width: 20%;
  margin: 0 3% 0 0;
  padding: 0.2em 1em;
  font-size: 10px;
  font-weight: 500;
  color: #6775d3;
  text-align: justify;
  text-align-last: justify;
  text-justify: inter-ideograph;
  border-bottom: #6775d3 solid 1px;
  transform: translateY(-0.4em);
}

.cont {
  width: 75%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  font-size: 18px;
  font-weight: 500;
  transform: translateY(-0.4em);
}

.note {
  width: 100%;
  margin: 1.5rem 0 0;
}

.note p {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
}

.int {
  padding-left: 1em;
  text-indent: -1em;
}

.btn-box {
  width: 100%;
  margin: 2rem 0 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.button {
  position: relative;
  width: 29%;
  margin: 0 1.5rem 0 0;
}

.button a::before {
  content: "";
  display: block;
  padding-top: 22%;
}

.button:last-child {
  margin: 0;
}

.button a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0 0 0 1.5em;
  border-radius: 200px;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  background-image: url(../img/common/arrow.png);
  background-position: center right 6%;
  background-size: 3% auto;
  background-repeat: no-repeat;
  background-color: #6775d3;
  box-shadow: 3px 4px 0 rgba(103, 117, 211, 0.4);
  transition: all 0.3s;
}

.button-off {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0 0 0 1.5em;
  border-radius: 200px;
  color: #cdcdcd;
  font-size: 14px;
  text-decoration: none;
  background-image: url(../img/common/arrow.png);
  background-position: center right 6%;
  background-size: 3% auto;
  background-repeat: no-repeat;
  background-color: #a3a3a3;
  box-shadow: 3px 4px 0 rgba(103, 117, 211, 0);
}

.button-off::before {
  content: "";
  display: block;
  padding-top: 22%;
}

.program-logo {
  width: 36%;
  margin: 2rem auto 0;
}


@media screen and (min-width: 1px) and (max-width: 743px) {
  .pc_display {
    display: none;
  }

  .pc {
    display: none;
  }

  .webp .bg-fixed {
    background-image: url(../img/top/sp-top.webp);
  }

  .no-webp .bg-fixed {
    background-image: url(../img/top/sp-top.jpg);
  }

  .sec-bg {
    background-position: bottom -200px right;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.4);
  }

  .webp .sec-bg {
    background-image: url(../img/common/sp-bg-frame.webp);
  }

  .no-webp .sec-bg {
    background-image: url(../img/common/sp-bg-frame.webp);
  }

  .sec-bg-2 {
    background-position: top left, bottom right;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.4);
  }

  .webp .sec-bg-2 {
    background-image: url(../img/common/sp-bg-frame-top.webp), url(../img/common/sp-bg-frame.webp);
  }

  .no-webp .sec-bg-2 {
    background-image: url(../img/common/sp-bg-frame-top.png), url(../img/common/sp-bg-frame.webp);
  }

  .cont-p {
    padding: 4.5rem 0;
  }

  .inner {
    padding: 0.5rem 5% 3.5rem;
  }

  .inner-top {
    margin: 6rem auto 0;
  }

  .inner-bg {
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.4);
  }

  .heading {
    aspect-ratio: 1 / 0.3;
    margin: 0 0 .6rem;
  }

  .heading p {
    padding: 0 0 0.3em;
    font-size: 7.467vw;
  }

  p.adjust {
    text-align: center;
    font-size: 5.867vw;
    line-height: 1.4;
  }

  .introduction {
    font-size: 3.4vw;
  }

  .frame {
    margin: 0 0 2rem;
  }

  .frame-p-1 {
    padding: 0 5% 1rem 5%;
  }

  .frame-p-2 {
    padding: 1.5rem 5% 2rem;
  }

  .frame-text {
    font-size: 4.267vw;
    margin: 0 0 1.5rem;
  }

  .cat {
    width: 50%;
    margin: 0 0 1.2rem 0;
    padding: 0 0.3em 0.2rem;
    font-size: 2.667vw;
  }

  .cont {
    width: 100%;
    font-size: 4.267vw;
  }

  .note {
    margin: 1rem 0 0;
  }

  .note p {
    font-size: 3.2vw;
  }

  .btn-box {
    margin: 1rem 0 0;
  }

  .button {
    width: 76%;
    margin: 0;
  }

  .btn-btm {
    margin: 0 0 1.5rem;
  }

  .button:last-child {
    margin: 0;
  }

  .button a {
    padding: 0 0 0 1.5em;
    font-size: 3.467vw;
    box-shadow: 2px 3px 0 rgba(103, 117, 211, 0.4);
  }

  .button-off {
    padding: 0 0 0 1.5em;
    font-size: 3.467vw;
  }

  .program-logo {
    width: 60%;
    margin: 1.5rem auto 0;
  }

}

@media screen and (min-width: 744px) and (max-width: 1024px) {
  .sp_display {
    display: none;
  }

  .sp {
    display: none;
  }

  .heading p {
    font-size: 4.166vw;
  }

  p.adjust {
    font-size: 3.125vw;
  }

  .frame-text {
    font-size: 2.083vw;
  }

  .cat {
    font-size: 1.302vw;
  }

  .cont {
    font-size: 2.083vw;
  }

  .note p {
    font-size: 1.563vw;
  }

  .button {
    width: 32%;
    margin: 0 1rem 0 0;
  }

  .button a::before {
    content: "";
    display: block;
    padding-top: 25%;
  }

  .button a {
    font-size: 1.563vw;
  }

  .button-s {
    font-size: 1.45vw !important;
  }

  .button-off {
    font-size: 1.563vw;
  }

  .introduction {
    font-size: 2.083vw;
  }

}

@media screen and (min-width: 1025px) {
  .sp_display {
    display: none;
  }

  .sp {
    display: none;
  }

  .button a:hover {
    transform: translate(3px, 4px);
    box-shadow: 3px 4px 0 rgba(103, 117, 211, 0);
  }

  .alpha a {
    display: block;
  }

  .alpha a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
  }

  .alpha a {
    display: block;
  }

  .alpha a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
  }

  a.btn-hover img {
    -webkit-transition: -weblit-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }

  a.btn-hover img:hover {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
}