@charset "UTF-8";
/*変数設定用*/
.mv {
  background-image: url(../img/mv_bg.png);
  background-size: cover;
  padding: 180px 0 100px;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .mv {
      padding: 50px 0; } }
  @media screen and (max-width: 767px) {
    .mv_txt {
      width: 80%;
      margin: auto; } }

.g_nav {
  border-bottom: 5px solid #962549;
  padding: 5px 0; }
  @media screen and (max-width: 767px) {
    .g_nav {
      border-bottom: 2px solid #962549; } }
  @media screen and (max-width: 767px) {
    .g_nav .container {
      width: 100%; } }
  .g_nav ul {
    width: 100%; }
    .g_nav ul li {
      width: 20%; }
      .g_nav ul li a {
        display: block;
        font-size: 1.8rem;
        padding: 15px 0;
        color: #962549;
        text-align: center;
        border-left: 2px solid #962549; }
        .g_nav ul li a span {
          display: inline-block; }
        @media screen and (max-width: 767px) {
          .g_nav ul li a {
            font-size: 2.8vw;
            height: 50px;
            padding: 7px 0px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column; } }
      .g_nav ul li:last-child {
        border-right: 2px solid #962549; }

.info {
  padding: 80px 0 100px;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .info {
      padding: 30px 0; } }

.about .ttl {
  color: #962549;
  font-size: 3.2rem;
  margin: 0 0 10px;
  font-family: "Noto Serif JP", serif; }
  @media screen and (max-width: 767px) {
    .about .ttl {
      font-size: 5vw; } }
.about .txt {
  color: #333;
  font-size: 1.6rem;
  line-height: 3rem;
  margin: 0 0 60px; }
  @media screen and (max-width: 767px) {
    .about .txt {
      font-size: 3.5vw;
      margin-bottom: 30px; } }
.about .flex {
  justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .about .flex figure {
      margin-bottom: 20px; } }

.movie {
  background: #00727e;
  padding: 15vh 0;
  position: relative;
  /*
  .container {
    -webkit-transform: skewY(10deg);
    transform: skewY(10deg);
  }
*/ }
  .movie::before {
    position: absolute;
    top: -30vh;
    background: #00727e;
    content: "";
    border-top: 20px solid #962549;
    height: 100%;
    width: 100%;
    -webkit-transform: skewY(-10deg);
    transform: skewY(-10deg);
    z-index: -1; }
  @media screen and (max-width: 767px) {
    .movie {
      padding: 5vh 0 10vh; } }
  .movie .ttl {
    text-align: center;
    color: #fff;
    font-size: 3.2rem;
    margin: 0 0 80px; }
    @media screen and (max-width: 767px) {
      .movie .ttl {
        margin: 0 0 40px; } }
    .movie .ttl span {
      border-bottom: 2px solid #fff;
      padding: 0 30px 30px; }
      @media screen and (max-width: 767px) {
        .movie .ttl span {
          padding: 0 30px 10px; } }
  .movie .box {
    text-align: center; }
  .movie .movie-title {
    font-size: 2.2rem;
    color: #fff;
    margin-top: 5px; }
    @media screen and (max-width: 767px) {
      .movie .movie-title {
        font-size: 1.7rem; } }

.movie02 {
  background: #962549;
  margin-top: 20vh;
  padding: 5vh 0 15vh; }
  .movie02::before {
    border-top: 20px solid #00727e;
    background: #962549; }
  @media screen and (max-width: 767px) {
    .movie02 {
      margin-top: 25vh;
      padding: 0px 0 50px;
      margin-bottom: 0; }
      .movie02::before {
        top: -20vh; } }
  .movie02 .box {
    margin: 0 0 100px;
    margin: 0 0 50px; }

.img_area {
  background-image: url(../img/img_area_bg01.png);
  background-size: cover;
  width: 100%;
  height: 48vw; }

.img_area02 {
  background-image: url(../img/img_area_bg02.png); }

.history {
  padding: 70px 0; }
  @media screen and (max-width: 767px) {
    .history {
      padding: 30px 0; } }
  .history .flex {
    justify-content: space-between; }
    .history .flex .box {
      width: 40%; }
      @media screen and (max-width: 767px) {
        .history .flex .box {
          width: 100%; } }
      .history .flex .box .ttl {
        color: #962549;
        font-size: 3.2rem;
        margin: 0 0 10px;
        font-family: "Noto Serif JP", serif; }
        @media screen and (max-width: 767px) {
          .history .flex .box .ttl {
            font-size: 5vw; } }
      .history .flex .box .txt {
        color: #333;
        font-size: 1.6rem;
        line-height: 3rem; }
        @media screen and (max-width: 767px) {
          .history .flex .box .txt {
            font-size: 3.5vw;
            margin-top: 20px;
            line-height: 2.4rem; } }
    .history .flex figcaption {
      text-align: center;
      font-size: 1.6rem;
      padding: 8px 10px;
      background-color: #fff;
      width: 100%; }
    .history .flex .history_img {
      width: 50%;
      margin: 0px 0 0 0;
      position: absolute;
      right: 0; }
      .history .flex .history_img img {
        width: 100%; }

.committee {
  padding: 100px 0; }
  @media screen and (max-width: 767px) {
    .committee {
      padding: 50px 0; } }
  .committee .container {
    max-width: 840px; }
  .committee .ttl {
    text-align: center; }
    .committee .ttl img {
      width: 50%; }
  .committee .txt {
    color: #333;
    font-size: 1.6rem;
    line-height: 3rem;
    max-width: 600px;
    margin: 25px auto 60px; }
    @media screen and (max-width: 767px) {
      .committee .txt {
        margin: 30px auto;
        font-size: 3.5vw; } }
  .committee .box {
    justify-content: space-between; }

.schedule .container {
  max-width: 840px; }
.schedule .ttl {
  text-align: center;
  margin: 0 0 25px; }
  .schedule .ttl img {
    width: 50%; }
.schedule .schedule_img {
  text-align: center; }

.add01 {
  margin-top: 100px; }
  @media screen and (max-width: 767px) {
    .add01 {
      margin-top: 50px; } }
  .add01 .container {
    max-width: 700px; }
  .add01 h4 {
    font-size: 2.4rem;
    margin-bottom: 10px;
    color: #00727e; }
  .add01 p {
    color: #333;
    font-size: 1.6rem;
    line-height: 3rem;
    margin-bottom: 10px; }
    .add01 p:last-child {
      margin-bottom: 0; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.infoArea {
  font-size: 1.6rem;
  padding-top: 60px; }
  .infoArea dl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: #962549; }
    .infoArea dl dt {
      padding: 15px;
      color: #fff;
      width: 20%;
      text-align: center; }
      @media screen and (max-width: 767px) {
        .infoArea dl dt {
          padding: 10px;
          width: 100%; } }
    .infoArea dl dd {
      padding: 15px;
      background-color: #f5f5f5;
      width: 80%; }
      @media screen and (max-width: 767px) {
        .infoArea dl dd {
          padding: 10px;
          width: 100%; } }
      .infoArea dl dd p {
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #999;
    /* &::before{
 content: "・";
 margin-right: 5px;
}*/ }
        .infoArea dl dd p:last-child {
          margin-bottom: 0;
          padding-bottom: 0;
          border-bottom: none; }

.pdfbtnArea {
  padding-top: 60px; }
  .pdfbtnArea .container {
    text-align: center; }
    .pdfbtnArea .container a {
      display: block;
      width: 80%;
      margin: auto;
      background-color: #962549;
      border: 1px solid #962549;
      padding: 20px;
      color: #fff;
      font-size: 2rem;
      border-radius: 20px; }
      @media screen and (max-width: 767px) {
        .pdfbtnArea .container a {
          width: 100%;
          padding: 10px;
          font-size: 1.8rem; } }
