@charset "utf-8";
section a {
  color: #e05d1d;
  text-decoration: underline;
}
.orange {
  color: #e05d1d;
}
sup {
  font-size: 80%;
  vertical-align: top;
  position: relative;
  top: -0.3em;
}
sup.copyright {
  font-size: 150%;
  top: inherit;
}
#wrapper.page.sub footer .hd {
  display: none;
}
#wrapper.page.sub footer .ill {
  display: none;
}
#wrapper.page.sub footer .menu {
  display: none;
}
section .schedule.finished {
  background-color: #000;
}
section .schedule.finished .year {
  color: #000;
}
.page.blue .anchor {
  background-color: rgba(234, 255, 253, 0.9);
}
.page.blue .anchor li a {
  background-image: url(../images/ico_anchor_b.png);
}
.detail .btn.noicon a {
  background-image: none;
}
.bold {
  font-weight: 900;
}
.ind1 {
  margin-left: 1em;
}
.ind2 {
  margin-left: 2em;
}
.dib {
  display: inline-block;
}
.center {
  text-align: center;
}
.page.blue .contentlist .item a .image {
  background: #E8FEFD;
}
.page.blue .relation .items .item .image {
  background: #E8FEFD;
}
@media print, screen and (min-width: 851px) {
  .playbtn {
    display: block;
    width: 576px;
    height: calc(576px / 16 * 9);
    background-color: #B1B1AC;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 175%;
    line-height: 1.35em;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    margin-bottom: 1em;
  }
  .playbtn span, .playbtn .cover {
    cursor: pointer;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/movie_play.png);
    background-size: calc(230px / 2) calc(230px / 2);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: rgba(0, 0, 0, 0.3);
  }
}
.content .round {
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 850px) {
  .playbtn {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    margin-bottom: 1em;
    background-color: #B1B1AC;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 125%;
    line-height: 1.35em;
    color: #fff;
  }
  .playbtn span, .playbtn .cover {
    cursor: pointer;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/movie_play.png);
    background-size: calc(230px / 4) calc(230px / 4);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: rgba(0, 0, 0, 0.3);
  }
}
@media print, screen and (min-width: 851px) {
  .kv {
    margin-top: 80px;
    position: relative;
    height: 360px;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    background: #FFFAE7;
    /* background: linear-gradient(to right, #fffbb4 0%, #ffec95 100%); */
    border-radius: 50px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    padding-left: 100px;
    box-sizing: border-box;
  }
  .kv02 {
    width: 1000px !important;
    border-radius: 50px 50px 0 0 !important;
  }
  .mt0 {
    margin-top: 0 !important;
  }
  .page.blue .kv {
    background: linear-gradient(to right, #ecfffd 0%, #e4fdff 100%);
  }
  .page.blue .kv h1 {
    color: #1da5b8;
  }
  .page.sub .kv {
    height: 250px;
  }
  .kv .image {
    position: absolute;
    width: calc(360px / 550 * 750);
    height: 360px;
    overflow: hidden;
    top: 0;
    right: 150px;
  }
  .kv .image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center bottom;
  }
  .kv .eff {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .kv .eff .efo1 {
    width: calc(64px);
    height: calc(64px);
    left: -20px;
    bottom: 100px;
  }
  .kv .eff .efo2 {
    width: calc(52px);
    height: calc(52px);
    right: -20px;
    bottom: 70px;
  }
  .kv .eff .efo3 {
    width: calc(68px);
    height: calc(68px);
    right: 30px;
    top: 40px;
  }
  .kv .eff .efo4 {
    width: calc(46px);
    height: calc(46px);
    left: 28px;
    top: 55px;
  }
  .kv .eff .efo5 {
    width: calc(32px);
    height: calc(32px);
    left: 60px;
    bottom: 16px;
  }
  .kv .eff .efo6 {
    width: calc(24px);
    height: calc(24px);
    right: 130px;
    top: 20px;
  }
  .kv .eff .efo7 {
    width: calc(20px);
    height: calc(20px);
    left: 155px;
    top: 20px;
  }
  .kv .eff .efo8 {
    width: calc(20px);
    height: calc(20px);
    right: 85px;
    bottom: 30px;
  }
  .kv .eff .efo9 {
    width: calc(20px);
    height: calc(20px);
    left: 175px;
    bottom: 30px;
  }
  .kv h1 {
    flex: 1;
    font-size: 250%;
    color: #e05d1d;
    font-weight: 700;
    line-height: 1.35em;
    position: relative;
  }
  .kv02 h1 {
    font-size: 150% !important;
  }
  .clumb {
    position: relative;
    z-index: 1;
    margin-top: 20px;
    display: flex;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  .clumb li {
    font-size: 92%;
  }
  .clumb a {
    background-image: url(../images/ico_clumb.svg);
    background-size: calc(8.812px / 1) calc(13px / 1);
    background-repeat: no-repeat;
    background-position: right center;
    display: block;
    padding-right: 20px;
    margin-right: 10px;
    text-decoration: underline;
    color: #231815;
  }
  .content {
    position: relative;
    margin-top: 80px;
    padding-bottom: 50px;
    background-position: calc(50% - 0px) top;
    padding-bottom: 200px;
  }
  .content .back {
    /* background-image: url(../images/back_pc.png); */
    background-size: 2000px auto;
    background-repeat: repeat-y;
    background-position: calc(50% - 0px) top;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .content .outer {
    position: relative;
  }
  .pageindex .back {
    /* background-image: url(../images/back_pc.png); */
    background-size: 2000px auto;
    background-repeat: repeat-y;
    background-position: calc(50% - 0px) top;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .page.sub .content {
    background-image: none;
  }
  .lead {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    font-size: 112%;
    line-height: 2em;
    /* margin-bottom: 80px; */
  }
  .contentlist {
    margin-top: 80px;
    width: 1220px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    left: calc(21px / 2);
  }
  .contentlist .item {
    margin-right: 21px;
    margin-bottom: 40px;
  }
  .contentlist .item:first-child {
    padding-left: 0px;
  }
  .contentlist .item:last-child {
    padding-right: 0px;
    border-right: 0;
  }
  .contentlist .item a {
    width: 284px;
    display: block;
    color: #231815;
    text-decoration: none;
  }
  .contentlist .item a .image {
    background: #FFFAE7;
    /*background: -moz-linear-gradient(left, #fffbb4 0%, #ffec95 100%);
      background: -webkit-linear-gradient(left, #fffbb4 0%, #ffec95 100%);
      background: linear-gradient(to right, #fffbb4 0%, #ffec95 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb4', endColorstr='#ffec95', GradientType=1);*/
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    display: block;
    margin-bottom: 20px;
    height: 190px;
    border: 1px #231815 solid;
  }
  .contentlist .item a .image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
  }
  .contentlist .item a .tit {
    display: block;
    font-size: 112%;
    line-height: 1.35em;
    padding-bottom: 1px;
    background-image: url(../images/ico_arrow_s_02.png);
    background-size: calc(24px * 0.75) calc(14px * 0.75);
    background-repeat: no-repeat;
    background-position: left 0.3em;
    padding-left: 30px;
  }
  .contentlist .item a .body {
    display: block;
    margin-top: 10px;
    line-height: 1.75em;
    padding-left: 30px;
  }
  .anchor {
    border: 1px #231815 solid;
    background-color: rgba(255, 253, 215, 0.9);
    border-radius: 40px;
    padding: 30px 40px;
    margin-bottom: 80px;
    max-width: 1000px;
    width: 100%;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
  }
  .anchor02 {
    margin-bottom: 0 !important;
  }
  .anchor03 {
    margin-top: 80px;
  }
  .anchor li a {
    display: block;
    background-image: url(../images/ico_anchor.png);
    background-size: calc(66px * 0.5) calc(66px * 0.5);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 50px;
    font-size: 125%;
    line-height: 1.35em;
    color: #231815;
    text-decoration: underline;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .movie {
    max-width: 1000px;
    background-color: rgba(255, 255, 255, 0.9);
    margin-left: auto;
    margin-right: auto;
    border-radius: 40px;
    border: 1px #e16228 solid;
    padding-top: 70px;
    position: relative;
    padding-bottom: 50px;
    margin-bottom: 80px;
  }
  .movie.mb0 {
    margin-bottom: 0 !important;
  }
  .movie h2 {
    position: absolute;
    left: calc(50% - (420px / 2) / 2);
    top: -25px;
    background-image: url(../images/movie_tit.png);
    background-size: 100% 100%;
    width: calc(420px / 2);
    height: calc(100px / 2);
    text-indent: -9999px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
  }
  .movie .stit {
    margin-bottom: 0.5em;
    font-weight: 700;
    color: #21a7c1;
    text-align: center;
    /* font-size: 112%; */
    line-height: 1.35em;
  }
  .movie h3 {
    font-weight: 700;
    color: #21a7c1;
    text-align: center;
    font-size: 162%;
    line-height: 1.35em;
    margin-bottom: 1em;
  }
  .movie .body {
    width: 576px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    line-height: 2em;
  }
  .movie .credit {
    margin-top: 40px;
    width: 576px;
    margin-left: auto;
    margin-right: auto;
    .ctit a {
      font-size: 88%;
      color: #21a7c1;
      text-decoration: underline;
    }
    .cbody {
      margin-top: 1em;
      font-size: 75%;
      display: none;
    }
  }
  .movie .credit.open {
    .cbody {
      display: block;
    }
  }
  section {
    max-width: 1000px;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 20px;
    padding: 60px 40px;
    padding-bottom: 10px;
    margin-bottom: 80px;
    border: 1px solid #231815;
  }
  section .obj {
    position: absolute;
    left: -25px;
    bottom: -25px;
    /* background-image: url(../images/sec_obj.png);
      background-size: 100% 100%; */
    width: calc(248px / 2);
    height: calc(218px / 2);
  }
  section .obj .efo1 {
    width: 40px;
    height: 40px;
    left: 0;
    top: 0;
  }
  section .obj .efo3 {
    width: 15px;
    height: 15px;
    left: 105px;
    bottom: 15px;
  }
  section .obj .efo2 {
    width: 55px;
    height: 55px;
    left: 20px;
    bottom: 0;
  }
  section .ill {
    position: absolute;
    right: -50px;
    top: -70px;
    width: calc(420px / 2);
    z-index: 1;
  }
  section .schedule {
    background-color: #EE7742;
    position: absolute;
    right: -50px;
    top: -70px;
    width: calc(400px / 2);
    height: calc(400px / 2);
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 1;
    text-align: center;
  }
  section .schedule .year {
    padding: 0.2em 0.4em;
    font-size: 125%;
    background-color: #fff;
    color: #EE7742;
    border-radius: 100px;
    line-height: 1em;
  }
  section .schedule .date {
    margin-top: 10px;
    font-size: 218%;
    color: #fff;
    line-height: 1.35em;
  }
  section h2 {
    font-size: 188%;
    display: flex;
    font-weight: 700;
    margin-bottom: 40px;
    line-height: 1.35em;
  }
  section h2 span {
    display: block;
    width: 10px;
    background: #ffc207;
    background: -moz-linear-gradient(top, #ffc207 0%, #ffee7c 50%, #a1f3f1 100%);
    background: -webkit-linear-gradient(top, #ffc207 0%, #ffee7c 50%, #a1f3f1 100%);
    background: linear-gradient(to bottom, #ffc207 0%, #ffee7c 50%, #a1f3f1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc207', endColorstr='#a1f3f1', GradientType=0);
    border-radius: 100px;
    margin-right: 20px;
  }
  section .slead {
    line-height: 2em;
    margin-bottom: 2em;
  }
  section .slead p {
    margin-bottom: 1em;
  }
  section .mbox {
    background-color: #f5f7f8;
    padding: 30px;
    padding-bottom: 1px;
    border-radius: 40px;
    margin-bottom: 2em;
  }
  section p {
    line-height: 2em;
    margin-bottom: 2em;
  }
  section .accbox {
    border-radius: 12px;
    border: 2px #d6fcfa solid;
    margin-bottom: 2em;
    position: relative;
    overflow: hidden;
  }
  section .accbox h3 {
    background-color: #d6fcfa;
    padding: 20px;
    padding-right: 60px;
    padding-left: 50px;
    font-size: 140%;
    line-height: 1.35em;
    background-image: url(../images/ico_acc_b_open.svg);
    background-size: calc(34px * 0.75) calc(34px * 0.75);
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) center;
    position: relative;
  }
  section .accbox h3 .arr {
    position: absolute;
    left: 20px;
    top: calc(20px + 0.4em);
    display: block;
    background-image: url(../images/ico_acc_arrow_b.png);
    background-size: 100% 100%;
    width: calc(40px / 2);
    height: calc(23px / 2);
    margin-right: 15px;
  }
  section .accbox.open h3 {
    background-image: url(../images/ico_acc_b_close.svg);
  }
  section .accbox.odd {
    border: 2px #ffeeb1 solid;
  }
  section .accbox.odd h3 {
    background-color: #ffeeb1;
    background-image: url(../images/ico_acc_r_open.svg);
  }
  section .accbox.odd h3 .arr {
    background-image: url(../images/ico_acc_arrow_r.png);
  }
  section .accbox.odd.open h3 {
    background-image: url(../images/ico_acc_r_close.svg);
  }
  section .accbox .acc {
    padding: 30px;
    padding-bottom: 0;
  }
  section .sbox {
    margin-bottom: 2em;
  }
  section .sbox p {
    margin-left: 21px;
  }
  section .sbox .stit {
    color: #e05d1d;
    line-height: 1em;
    font-size: 112%;
    display: flex;
    align-items: center;
    margin-bottom: 0.5em;
  }
  section .sbox .stit > span:nth-child(1) {
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background: #ffd675;
    background: -moz-linear-gradient(-45deg, #ffd675 0%, #d3f1d8 100%);
    background: -webkit-linear-gradient(-45deg, #ffd675 0%, #d3f1d8 100%);
    background: linear-gradient(135deg, #ffd675 0%, #d3f1d8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd675', endColorstr='#d3f1d8', GradientType=1);
    margin-right: 5px;
  }
  section .ssbox {
    margin-bottom: 2em;
  }
  section .ssbox .stit {
    color: #e05d1d;
    line-height: 1em;
    font-size: 88%;
    display: flex;
    align-items: center;
    margin-bottom: 0.5em;
  }
  section .ssbox p {
    font-size: 88%;
  }
  section .table {
    margin-bottom: 2em;
  }
  section .table table {
    width: 100%;
    border: 2px solid #b6b6b6;
  }
  section .table table th {
    padding: 15px;
    border-bottom: 2px solid #e2ddcb;
    background-color: #fffaea;
    padding-right: 40px;
    white-space: nowrap;
  }
  section .table table th:first-child {
    border-right: 2px solid #e2ddcb;
  }
  section .table table .hd th {
    border-bottom: 0;
    background-color: #ffc61e;
  }
  section .table table .hd th:first-child {
    border-right: 2px solid #fff;
  }
  section .table table tr:last-child th {
    border-bottom: 0;
  }
  section .table table td {
    padding: 15px;
    border-bottom: 2px solid #e2ddcb;
    width: 100%;
  }
  section .table table tr:last-child td {
    border-bottom: 0;
  }
  .detail {
    margin-bottom: 2em;
  }
  .detail .stit {
    background-image: url(../images/ico_detail.png);
    background-size: calc(28px / 2) calc(22px / 2);
    background-repeat: no-repeat;
    background-position: left 0.3em;
    padding-left: 25px;
    margin-bottom: 1em;
  }
  .detail .btn {
    box-sizing: border-box;
    width: fit-content;
    border-radius: 100px;
    background: #e05d1d;
    /*background: -moz-linear-gradient(left, #e05e1d 0%, #ffbf00 100%);
      background: -webkit-linear-gradient(left, #e05e1d 0%, #ffbf00 100%);
      background: linear-gradient(to right, #e05e1d 0%, #ffbf00 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e05e1d', endColorstr='#ffbf00', GradientType=1);*/
  }
  .detail .btn a {
    display: block;
    text-decoration: none;
    font-size: 112%;
    padding: 15px 60px;
    padding-right: 60px;
    color: #fff;
    font-weight: 700;
    background-image: url(../images/ico_outside_w.png);
    background-size: calc(32px / 2) calc(32px / 2);
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) center;
  }
  .detail .btn.green {
    background: #486992;
    /*background: -moz-linear-gradient(left, #1AA1B7 0%, #3FD6C5 100%);
      background: -webkit-linear-gradient(left, #1AA1B7 0%, #3FD6C5 100%);
      background: linear-gradient(to right, #1AA1B7 0%, #3FD6C5 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1AA1B7', endColorstr='#3FD6C5', GradientType=1);*/
  }
  .detail .btn.green a {
    background-image: none;
  }
  .content .imagearea {
    margin-bottom: 2em;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
  .content .imagearea.image_s {
    width: 400px;
  }
  .content .imagearea.intro {
    max-width: 1000px;
    margin-bottom: 4em;
  }
  .content .imagearea .tit {
    font-size: 92%;
    line-height: 1.35em;
    margin-bottom: 1em;
  }
  .content .imagearea .image {
    text-align: center;
  }
  .content .imagearea .image img {
    width: auto;
    max-width: 100%;
  }
  .content .imagearea .graph {
    text-align: center;
  }
  .content .imagearea .graph img {
    width: auto;
    max-width: 100%;
  }
  section hr {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    border-top: 1px dotted #231815;
    margin-top: 2em;
    margin-bottom: 2em;
  }
  section .matome {
    margin-top: 4em;
    border-top: 4px #e57842 dotted;
  }
  section .matome p {
    font-size: 112%;
    margin-top: 2em;
  }
  section .links {
    background-color: #f5f7f8;
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 2em;
  }
  section .links .stit {
    background-image: url(../images/ico_detail.png);
    background-size: calc(28px / 2) calc(22px / 2);
    background-repeat: no-repeat;
    background-position: left 0.3em;
    padding-left: 25px;
    margin-bottom: 1em;
  }
  section .links ul li {
    margin-bottom: 1em;
  }
  section .links ul li a {
    text-decoration: underline;
    display: block;
    color: #e05d1d;
  }
  section .links ul li a span {
    display: inline-block;
    background-image: url(../images/ico_outside.png);
    background-size: 100% 100%;
    margin-left: 10px;
    width: calc(24px / 2);
    height: calc(24px / 2);
  }
  section .links {
    background-color: #f5f7f8;
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 2em;
  }
  section .links .stit {
    background-image: url(../images/ico_detail.png);
    background-size: calc(28px / 2) calc(22px / 2);
    background-repeat: no-repeat;
    background-position: left 0.3em;
    padding-left: 25px;
    margin-bottom: 1em;
  }
  section .links ul li {
    margin-bottom: 1em;
  }
  section .links ul li a {
    text-decoration: underline;
    display: block;
    color: #e05d1d;
  }
  section .links ul li a span {
    display: inline-block;
    background-image: url(../images/ico_outside.png);
    background-size: 100% 100%;
    margin-left: 10px;
    width: calc(24px / 2);
    height: calc(24px / 2);
  }
  section .dlist {
    margin-bottom: 2em;
  }
  section .dlist dl {
    display: flex;
    align-items: flex-start;
    margin-bottom: 2em;
  }
  section .dlist dl dt {
    display: block;
    width: 2em;
    height: 2em;
    border-radius: 100%;
    background: #ffd675;
    background: -moz-linear-gradient(-45deg, #ffd675 0%, #d3f1d8 100%);
    background: -webkit-linear-gradient(-45deg, #ffd675 0%, #d3f1d8 100%);
    background: linear-gradient(135deg, #ffd675 0%, #d3f1d8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd675', endColorstr='#d3f1d8', GradientType=1);
    margin-right: 10px;
    margin-top: 0.15em;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  section .dlist dl dd {
    flex: 1;
    line-height: 2em;
  }
  section .videobox {
    background-color: rgba(255, 253, 215, 0.5);
    margin-left: auto;
    margin-right: auto;
    border-radius: 40px;
    border: 1px #e16228 solid;
    padding-top: 70px;
    position: relative;
    padding-bottom: 50px;
    margin-bottom: 2em;
  }
  section .videobox .stit {
    margin-bottom: 0.5em;
    font-weight: 700;
    color: #21a7c1;
    text-align: center;
    line-height: 1.35em;
  }
  section .videobox .tit {
    font-weight: 700;
    color: #21a7c1;
    text-align: center;
    font-size: 162%;
    line-height: 1.35em;
    margin-bottom: 1em;
  }
  section .videobox .text {
    width: 576px;
    margin-left: auto;
    margin-right: auto;
    line-height: 2em;
  }
  section .videobox hr {
    width: 576px;
    margin-left: auto;
    margin-right: auto;
  }
  section .data {
    margin-bottom: 2em;
  }
  section .data th, section .data td {
    padding-bottom: 1em;
  }
  section .data td {
    padding-left: 1em;
  }
  section .link {
    margin-bottom: 2em;
  }
  section .link a:before {
    content: "▶▶";
  }
  section .program {
    background-color: #FFFEEB;
    margin-bottom: 2em;
    border: 1px solid #E16228;
    padding: 80px 100px 20px;
    box-sizing: border-box;
    border-radius: 20px;
  }
  section .program .item {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px dotted #707070;
  }
  section .program .item:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: 0;
  }
  section .program .item .shoulder {
    color: #21A7C1;
    font-size: 112%;
    font-weight: bold;
    margin-bottom: 0.5em;
    line-height: 1em;
  }
  section .program .item h4 {
    color: #21A7C1;
    font-size: 175%;
    font-weight: bold;
    margin-bottom: 0.5em;
    line-height: 1.35em;
  }
  section .program .item .desc {
    font-size: 112%;
    line-height: 2em;
  }
  section .program .item .image {
    margin-bottom: 1em;
    overflow: hidden;
  }
  section .program .item .video {
    margin-bottom: 1em;
  }
  section .program .item .video .playbtn {
    margin-bottom: 2em;
    width: 652px;
    height: auto
  }
  section .program .item .video.coming .playbtn .cover {
    opacity: 0.5;
  }
  /* section .program .item .video .playbtn .comingtext {
      cursor: pointer;
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(255, 255, 255, 0.3);
      font-size: 150%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
   } */
  .relation {
    margin-top: 100px;
  }
  .relation h2 {
    font-size: 200%;
    line-height: 1em;
    text-align: center;
    font-weight: 700;
  }
  .relation .items {
    margin-top: 40px;
    display: flex;
    justify-content: center;
  }
  .relation .items .item {
    width: 285px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .relation .items .item a {
    display: block;
    text-decoration: none;
  }
  .relation .items .item .image {
    border: 1px solid #231815;
    display: block;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    background: #FFFAE7;
    /*background: -moz-linear-gradient(left, #fffbb4 0%, #ffec95 100%);
      background: -webkit-linear-gradient(left, #fffbb4 0%, #ffec95 100%);
      background: linear-gradient(to right, #fffbb4 0%, #ffec95 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb4', endColorstr='#ffec95', GradientType=1); */
  }
  .relation .items .item .image img {
    object-fit: contain;
    width: 100%;
    height: 100%;
  }
  .relation .items .item .text {
    margin-top: 10px;
    display: block;
    background-image: url(../../common/images/ico_arrow_s.png);
    background-size: calc(24px * 0.75) calc(14px * 0.75);
    background-repeat: no-repeat;
    background-position: left 0.25em;
    padding-left: 20px;
    color: #231815;
    line-height: 1.35em;
  }
  .notes {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  .notes h2 {
    font-size: 88%;
    margin-bottom: 1em;
  }
  .notes table {
    margin-bottom: 60px;
    font-size: 88%;
  }
  .notes table th {
    white-space: nowrap;
    padding-right: 5px;
  }
  .notes table td {
    padding-right: 80px;
    white-space: normal;
  }
  .notes table th, .notes table td {
    padding-bottom: 1em;
  }
  .subkv {
    margin-top: 80px;
    width: calc(1500px / 4);
    height: calc(1100px / 4);
    margin-left: auto;
    margin-right: auto;
  }
  .subkv img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
  }
  .status {
    background-color: #f00;
    color: #fff;
    border-radius: 6px;
    width: fit-content;
    padding: 20px 40px;
    font-size: 20px;
    letter-spacing: 0.1em;
    margin-bottom: 2em;
  }
}
@media only screen and (max-width: 850px) {
	
  .kvarea {
    margin-top: 70px;
    display: flex;
    flex-direction: column-reverse;
  }
  .kv {
    margin-top: 20px;
    position: relative;
    margin-left: 20px;
    margin-right: 20px;
    z-index: 1;
  }
  .kv .imagearea {
    position: relative;
  }
  .kv .imagearea .image {
    background: #FFFAE7;
    /*background: linear-gradient(to right, #fffbb4 0%, #ffec95 100%);*/
    border-radius: 25px 25px 0 0;
    width: calc(100vw - 56px);
    height: calc((100vw - 40px) / 690 * 400);
  }
  .page.blue .kv .imagearea .image {
    background: linear-gradient(to right, #ecfffd 0%, #e4fdff 100%);
  }
  .page.blue .kv h1 {
    color: #1da5b8;
  }
  .kv .imagearea .image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
  }
  .kv .eff {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .kv .eff .efo1 {
    width: calc((100vw - 40px) * 0.1);
    height: calc((100vw - 40px) * 0.1);
    left: -5%;
    bottom: 20%;
  }
  .kv .eff .efo2 {
    width: calc((100vw - 40px) * 0.075);
    height: calc((100vw - 40px) * 0.075);
    right: -5%;
    bottom: 20%;
  }
  .kv .eff .efo3 {
    width: calc((100vw - 40px) * 0.1);
    height: calc((100vw - 40px) * 0.1);
    right: -1%;
    top: 10%;
  }
  .kv .eff .efo4 {
    width: calc((100vw - 40px) * 0.075);
    height: calc((100vw - 40px) * 0.075);
    left: 1.5%;
    top: 10%;
  }
  .kv .eff .efo5 {
    width: calc((100vw - 40px) * 0.04);
    height: calc((100vw - 40px) * 0.04);
    left: 5%;
    bottom: 8%;
  }
  .kv .eff .efo6 {
    width: calc((100vw - 40px) * 0.04);
    height: calc((100vw - 40px) * 0.04);
    right: 18%;
    top: 6%;
  }
  .kv .eff .efo7 {
    width: calc((100vw - 40px) * 0.03);
    height: calc((100vw - 40px) * 0.03);
    left: 15%;
    top: 5%;
  }
  .kv .eff .efo8 {
    width: calc((100vw - 40px) * 0.03);
    height: calc((100vw - 40px) * 0.03);
    right: 4%;
    bottom: 5%;
  }
  .kv .eff .efo9 {
    width: calc((100vw - 40px) * 0.03);
    height: calc((100vw - 40px) * 0.03);
    left: 20%;
    bottom: 8%;
  }
  .kv h1 {
    padding-top: 30px;
    font-size: 150%;
    line-height: 1.35em;
    color: #e05d1d;
    text-align: center;
    font-weight: 700;
    border-right: solid 1px #231815;
    border-left: solid 1px #231815;
  }
  .page.sub .kv {
    background: #fffbb4;
    background: -moz-linear-gradient(left, #fffbb4 0%, #ffec95 100%);
    background: -webkit-linear-gradient(left, #fffbb4 0%, #ffec95 100%);
    background: linear-gradient(to right, #fffbb4 0%, #ffec95 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb4', endColorstr='#ffec95', GradientType=1);
    border-radius: 25px;
    width: calc(100vw - 40px);
    height: calc((100vw - 40px) / 690 * 300);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page.sub .kv h1 {
    margin-top: 0px;
  }
  .lead {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    line-height: 2em;
    margin-bottom: 60px;
  }
  .clumb {
    z-index: 1;
    font-size: 75%;
    /* display: flex; */
    /* flex-wrap: wrap; */
    margin-left: 20px;
    margin-right: 20px;
  }
  .clumb li {
    display: inline;
  }
  .clumb a {
    background-image: url(../images/ico_clumb.svg);
    background-size: calc(8.812px / 1) calc(13px / 1);
    background-repeat: no-repeat;
    background-position: right center;
    display: inline;
    padding-right: 20px;
    margin-right: 10px;
    text-decoration: underline;
    color: #231815;
  }
  .content {
    margin-top: 30px;
    padding-bottom: 50px;
    padding-bottom: 100px;
    position: relative;
  }
  .content .back {
    /*background-image: url(../images/back_sp.png);*/
    background-size: 200vw auto;
    background-repeat: repeat-y;
    background-position: calc(50% - 20vw) top;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .content .outer {
    position: relative;
  }
  .pageindex .content .back {
    /*background-image: url(../images/back_s_sp.png);*/
    background-position: calc(50% - 20vw) top;
  }
  .page.sub .content {
    background-image: none;
  }
  .contentlist {
    margin-left: 20px;
    margin-right: 20px;
  }
  .contentlist .item {
    margin-bottom: 30px;
  }
  .contentlist .item:first-child {
    padding-top: 0px;
  }
  .contentlist .item:last-child {
    padding-bottom: 0px;
    border-bottom: 0;
  }
  .contentlist .item a {
    display: flex;
    align-items: flex-start;
    color: #231815;
    text-decoration: none;
  }
  .contentlist .item a .image {
    background: #fffbb4;
    background: -moz-linear-gradient(left, #fffbb4 0%, #ffec95 100%);
    background: -webkit-linear-gradient(left, #fffbb4 0%, #ffec95 100%);
    background: linear-gradient(to right, #fffbb4 0%, #ffec95 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb4', endColorstr='#ffec95', GradientType=1);
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    width: 42%;
    display: block;
    margin-right: 10px;
    border: 1px #231815 solid;
  }
  .contentlist .item a .texts {
    flex: 1;
    display: block;
  }
  .contentlist .item a .tit {
    display: block;
    text-decoration: underline;
    line-height: 1.35em;
    padding-bottom: 1px;
    background-image: url(../images/ico_arrow_s.png);
    background-size: calc(24px * 0.5) calc(14px * 0.5);
    background-repeat: no-repeat;
    background-position: left 0.4em;
    padding-left: 20px;
    font-size: 92%;
  }
  .contentlist .item a .body {
    display: block;
    font-size: 81%;
    margin-top: 10px;
    margin-left: 20px;
  }
  .anchor {
    border: 1px #231815 solid;
    background-color: rgba(255, 253, 215, 0.9);
    border-radius: 20px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 10px 20px;
    margin-bottom: 60px;
  }
  .anchor li a {
    display: block;
    background-image: url(../images/ico_anchor.png);
    background-size: calc(42px / 2) calc(42px / 2);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 25px;
    line-height: 1.35em;
    color: #231815;
    text-decoration: underline;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 106%;
  }
  .movie {
    background-color: rgba(255, 255, 255, 0.9);
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 10px;
    border-radius: 20px;
    border: 1px #e16228 solid;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    padding-bottom: 30px;
  }
  .movie h2 {
    position: absolute;
    left: calc(50% - (300px / 2) / 2);
    top: calc(-35px / 2);
    background-image: url(../images/movie_tit_sp.png);
    background-size: 100% 100%;
    width: calc(300px / 2);
    height: calc(70px / 2);
    text-indent: -9999px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
  }
  .movie .stit {
    margin-bottom: 0.5em;
    font-weight: 700;
    color: #21a7c1;
    text-align: center;
    font-size: 92%;
    line-height: 1.35em;
  }
  .movie h3 {
    font-weight: 700;
    color: #21a7c1;
    text-align: center;
    font-size: 112%;
    line-height: 1.35em;
    margin-bottom: 1em;
  }
  .movie .body {
    font-size: 92%;
    margin-left: auto;
    margin-right: auto;
    line-height: 2em;
  }
  .movie .credit {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    .ctit a {
      font-size: 81%;
      line-height: 1.4em;
      color: #21a7c1;
      text-decoration: underline;
    }
    .cbody {
      margin-top: 1em;
      font-size: 75%;
      line-height: 1.4em;
      display: none;
    }
  }
  .movie .credit.open {
    .cbody {
      display: block;
    }
  }
  section {
    margin-bottom: 60px;
    position: relative;
    margin-left: 20px;
    margin-right: 20px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    padding: 40px 20px;
    padding-bottom: 20px;
    border: 1px solid #231815;
  }
  section .ill {
    position: absolute;
    right: -10px;
    top: -50px;
    width: calc(180px / 2);
    z-index: 1;
  }
  section .schedule {
    background-color: #EE7742;
    position: absolute;
    right: -10px;
    top: -50px;
    width: calc(180px / 2);
    height: calc(180px / 2);
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 1;
    text-align: center;
  }
  section .schedule .year {
    padding: 0.2em 0.4em;
    font-size: 75%;
    background-color: #fff;
    color: #EE7742;
    border-radius: 100px;
    line-height: 1em;
  }
  section .schedule .date {
    margin-top: 10px;
    font-size: 88%;
    color: #fff;
    line-height: 1.35em;
  }
  section h2 {
    font-size: 138%;
    display: flex;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.35em;
  }
  section h2 span {
    display: block;
    width: 7px;
    background: #ffc207;
    background: -moz-linear-gradient(top, #ffc207 0%, #ffee7c 50%, #a1f3f1 100%);
    background: -webkit-linear-gradient(top, #ffc207 0%, #ffee7c 50%, #a1f3f1 100%);
    background: linear-gradient(to bottom, #ffc207 0%, #ffee7c 50%, #a1f3f1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc207', endColorstr='#a1f3f1', GradientType=0);
    border-radius: 100px;
    margin-right: 10px;
  }
  section .slead {
    line-height: 2em;
    margin-bottom: 2em;
  }
  section .slead p {
    margin-bottom: 1em;
  }
  section .mbox {
    background-color: #f5f7f8;
    padding: 15px;
    padding-bottom: 1px;
    border-radius: 10px;
    margin-bottom: 2em;
  }
  section p {
    line-height: 2em;
    margin-bottom: 2em;
  }
  section .accbox {
    border-radius: 6px;
    border: 2px #d6fcfa solid;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
  }
  section .accbox h3 {
    background-color: #d6fcfa;
    padding: 10px;
    padding-right: 40px;
    padding-left: 30px;
    font-size: 106%;
    line-height: 1.35em;
    background-image: url(../images/ico_acc_b_open.svg);
    background-size: calc(34px * 0.5) calc(34px * 0.5);
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) center;
    position: relative;
  }
  section .accbox h3 .arr {
    position: absolute;
    left: 10px;
    top: calc(10px + 0.4em);
    display: block;
    background-image: url(../images/ico_acc_arrow_b.png);
    background-size: 100% 100%;
    width: calc(40px / 4);
    height: calc(23px / 4);
    margin-right: 10px;
  }
  section .accbox.open h3 {
    background-image: url(../images/ico_acc_b_close.svg);
  }
  section .accbox.odd {
    border: 2px #ffeeb1 solid;
  }
  section .accbox.odd h3 {
    background-color: #ffeeb1;
    background-image: url(../images/ico_acc_r_open.svg);
  }
  section .accbox.odd h3 .arr {
    background-image: url(../images/ico_acc_arrow_r.png);
  }
  section .accbox.odd.open h3 {
    background-image: url(../images/ico_acc_r_close.svg);
  }
  section .accbox .acc {
    padding: 15px 10px;
    padding-bottom: 0;
  }
  section .sbox {
    margin-bottom: 2em;
  }
  section .sbox p {
    margin-left: 21px;
  }
  section .sbox .stit {
    color: #e05d1d;
    font-size: 92%;
    display: flex;
    align-items: center;
    margin-bottom: 0.5em;
    text-align: left
  }
  section .sbox .stit > span:nth-child(1) {
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background: #ffd675;
    background: -moz-linear-gradient(-45deg, #ffd675 0%, #d3f1d8 100%);
    background: -webkit-linear-gradient(-45deg, #ffd675 0%, #d3f1d8 100%);
    background: linear-gradient(135deg, #ffd675 0%, #d3f1d8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd675', endColorstr='#d3f1d8', GradientType=1);
    margin-right: 5px;
  }
  section .ssbox {
    margin-bottom: 2em;
  }
  section .ssbox .stit {
    color: #e05d1d;
    line-height: 1em;
    font-size: 88%;
    display: flex;
    align-items: center;
    margin-bottom: 0.5em;
  }
  section .ssbox p {
    font-size: 88%;
  }
  section .table {
    margin-bottom: 2em;
  }
  section .table table {
    width: 100%;
    border: 2px solid #b6b6b6;
  }
  section .table table th {
    padding: 10px;
    border-bottom: 2px solid #e2ddcb;
    background-color: #fffaea;
    font-size: 88%;
    /* white-space: nowrap; */
    width: 33%;
  }
  section .table table th:first-child {
    border-right: 2px solid #e2ddcb;
  }
  section .table table .hd th {
    border-bottom: 0;
    background-color: #ffc61e;
    width: inherit;
  }
  section .table table .hd th:first-child {
    border-right: 2px solid #fff;
  }
  section .table table tr:last-child th {
    border-bottom: 0;
  }
  section .table table td {
    padding: 10px;
    border-bottom: 2px solid #e2ddcb;
    font-size: 88%;
  }
  section .table table tr:last-child td {
    border-bottom: 0;
  }
  .detail {
    margin-bottom: 2em;
  }
  .detail .stit {
    background-image: url(../images/ico_detail.png);
    background-size: calc(28px / 2) calc(22px / 2);
    background-repeat: no-repeat;
    background-position: left 0.5em;
    padding-left: 30px;
    margin-bottom: 1em;
  }
  .detail .btn {
    box-sizing: border-box;
    border-radius: 100px;
    background: #e05d1d;
    /*background: -moz-linear-gradient(left, #e05e1d 0%, #ffbf00 100%);
      background: -webkit-linear-gradient(left, #e05e1d 0%, #ffbf00 100%);
      background: linear-gradient(to right, #e05e1d 0%, #ffbf00 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e05e1d', endColorstr='#ffbf00', GradientType=1);*/
  }
  .detail .btn a {
    text-align: center;
    display: block;
    text-decoration: none;
    font-size: 112%;
    padding: 15px 0px;
    color: #fff;
    font-weight: 700;
    background-image: url(../images/ico_outside_w.png);
    background-size: calc(32px / 2) calc(32px / 2);
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) center;
  }
  .detail .btn.green {
    background: #486992;
    /*background: -moz-linear-gradient(left, #1AA1B7 0%, #3FD6C5 100%);
      background: -webkit-linear-gradient(left, #1AA1B7 0%, #3FD6C5 100%);
      background: linear-gradient(to right, #1AA1B7 0%, #3FD6C5 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1AA1B7', endColorstr='#3FD6C5', GradientType=1);*/
  }
  .detail .btn.green a {
    background-image: none;
  }
  section .obj {
    position: absolute;
    left: -25px;
    bottom: -25px;
    /* background-image: url(../images/sec_obj.png);
      background-size: 100% 100%; */
    width: calc(248px / 2);
    height: calc(218px / 2);
  }
  section .obj .efo1 {
    width: 40px;
    height: 40px;
    left: 0;
    top: 0;
  }
  section .obj .efo3 {
    width: 15px;
    height: 15px;
    left: 105px;
    bottom: 15px;
  }
  section .obj .efo2 {
    width: 55px;
    height: 55px;
    left: 20px;
    bottom: 0;
  }
  /* .content .imagearea {
      margin-bottom: 2em;
   } */
  .content .imagearea.intro {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 3em;
  }
  .content .imagearea .tit {
    font-size: 81%;
    line-height: 1.35em;
    margin-bottom: 1em;
  }
  .content .imagearea .graph {
    text-align: center;
    position: relative;
    overflow: auto;
  }
  .content .imagearea .graph img {
    width: 300%;
  }
  .content .imagearea .graphcap {
    margin-top: 10px;
    font-size: 88%;
    line-height: 1.35em;
    color: #21A7C1;
  }
  section hr {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    border-top: 1px dotted #231815;
    margin-top: 2em;
    margin-bottom: 2em;
  }
  section .matome {
    margin-top: 4em;
    border-top: 4px #e57842 dotted;
  }
  section .matome p {
    font-size: 106%;
    margin-top: 2em;
  }
  section .links {
    background-color: #f5f7f8;
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 2em;
  }
  section .links .stit {
    background-image: url(../images/ico_detail.png);
    background-size: calc(28px / 2) calc(22px / 2);
    background-repeat: no-repeat;
    background-position: left 0.3em;
    padding-left: 25px;
    margin-bottom: 1em;
  }
  section .links ul li {
    margin-bottom: 1em;
  }
  section .links ul li a {
    text-decoration: underline;
    display: block;
    color: #e05d1d;
  }
  section .links ul li a span {
    display: inline-block;
    background-image: url(../images/ico_outside.png);
    background-size: 100% 100%;
    margin-left: 10px;
    width: calc(24px / 2);
    height: calc(24px / 2);
  }
  section .dlist {
    margin-bottom: 2em;
  }
  section .dlist dl {
    display: flex;
    align-items: flex-start;
    margin-bottom: 2em;
  }
  section .dlist dl dt {
    display: block;
    width: 2em;
    height: 2em;
    border-radius: 100%;
    background: #ffd675;
    background: -moz-linear-gradient(-45deg, #ffd675 0%, #d3f1d8 100%);
    background: -webkit-linear-gradient(-45deg, #ffd675 0%, #d3f1d8 100%);
    background: linear-gradient(135deg, #ffd675 0%, #d3f1d8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd675', endColorstr='#d3f1d8', GradientType=1);
    margin-right: 10px;
    margin-top: 0.15em;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  section .dlist dl dd {
    flex: 1;
    line-height: 2em;
  }
  section .videobox {
    background-color: rgba(255, 253, 215, 0.5);
    margin-bottom: 2em;
    border-radius: 20px;
    border: 1px #e16228 solid;
    padding: 20px;
    position: relative;
  }
  section .videobox .playbtn {
    width: 100%;
    height: auto;
  }
  section .videobox .stit {
    margin-bottom: 0.5em;
    font-weight: 700;
    color: #21a7c1;
    text-align: center;
    line-height: 1.35em;
  }
  section .videobox .tit {
    margin-bottom: 1em;
    font-weight: 700;
    color: #21a7c1;
    text-align: center;
    font-size: 112%;
    line-height: 1.35em;
  }
  section .videobox .text {
    font-size: 92%;
    line-height: 2em;
  }
  section .data {
    margin-bottom: 1em;
  }
  section .data th, section .data td {
    padding-bottom: 0.5em;
    font-size: 81%;
    line-height: 1.3em;
  }
  section .data th {
    white-space: nowrap;
  }
  section .data td {
    padding-left: 0.5em;
  }
  section .link {
    font-size: 92%;
    margin-bottom: 1em;
  }
  section .link a:before {
    content: "▶▶";
  }
  section .program {
    background-color: #FFFEEB;
    margin-bottom: 2em;
    border: 1px solid #E16228;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 10px;
  }
  section .program .item {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px dotted #707070;
  }
  section .program .item:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: 0;
  }
  section .program .item .shoulder {
    color: #21A7C1;
    font-size: 88%;
    font-weight: bold;
    margin-bottom: 0.5em;
    line-height: 1em;
  }
  section .program .item h4 {
    color: #21A7C1;
    font-size: 112%;
    font-weight: bold;
    margin-bottom: 0.5em;
    line-height: 1.35em;
  }
  section .program .item .desc {
    font-size: 92%;
    line-height: 2em;
  }
  section .program .item .image {
    margin-bottom: 1em;
  }
  section .program .item .video {
    margin-bottom: 1em;
  }
  section .program .item .video .playbtn {
    border-radius: 20px;
    width: calc(100vw - 150px);
    height: calc((100vw - 150px) / 16 * 9);
  }
  section .program .item .video.coming .playbtn .cover {
    opacity: 0.5;
  }
  /* section .program .item .video .playbtn .comingtext {
      cursor: pointer;
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(255, 255, 255, 0.3);
      font-size: 112%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
   } */
  .relation {
    margin-top: 40px;
  }
  .relation h2 {
    font-size: 150%;
    line-height: 1em;
    text-align: center;
    font-weight: 700;
  }
  .relation .items {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 30px;
  }
  .relation .items .item {
    margin-bottom: 10px;
  }
  .relation .items .item a {
    display: flex;
    align-items: center;
    color: #231815;
    text-decoration: none;
  }
  .relation .items .item .image {
    background: #fffbb4;
    background: -moz-linear-gradient(left, #fffbb4 0%, #ffec95 100%);
    background: -webkit-linear-gradient(left, #fffbb4 0%, #ffec95 100%);
    background: linear-gradient(to right, #fffbb4 0%, #ffec95 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb4', endColorstr='#ffec95', GradientType=1);
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    width: 42%;
    display: block;
    margin-right: 10px;
    border: 1px #231815 solid;
  }
  .relation .items .item .text {
    flex: 1;
    display: block;
    line-height: 1.35em;
    padding-bottom: 1px;
    background-image: url(../images/ico_arrow_s.png);
    background-size: calc(24px * 0.5) calc(14px * 0.5);
    background-repeat: no-repeat;
    background-position: left 0.4em;
    padding-left: 20px;
    font-size: 92%;
  }
  .notes {
    margin-left: 20px;
    margin-right: 20px;
  }
  .notes h2 {
    font-size: 88%;
    margin-bottom: 1em;
  }
  .notes table {
    font-size: 88%;
    margin-bottom: 1em;
  }
  .notes table th, .notes table td {
    padding-bottom: 1em;
  }
  .notes table th {
    white-space: nowrap;
    padding-right: 8px;
  }
  .subkv {
    margin-top: 20px;
    width: calc(72vw);
    height: calc(72vw / 1500 * 1100);
    margin-left: auto;
    margin-right: auto;
  }
  .subkv img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
  }
  .status {
    background-color: #f00;
    color: #fff;
    border-radius: 6px;
    width: fit-content;
    padding: 15px 30px;
    font-size: 16px;
    letter-spacing: 0.1em;
    margin-bottom: 2em;
  }
}
.noBorder {
  border: none !important;
}
.stit {
  margin-top: 10px;
  font-size: 12px;
  text-align: center;
}
.profile {
  display: flex;
  padding: 15px 60px;
}
@media only screen and (max-width: 850px) {
  .profile {
    display: block;
    margin-top: 20px;
    padding: 0;
  }
}
.profile__img {
  margin-right: 20px;
}
@media only screen and (max-width: 850px) {
  .profile__img {
    margin-right: 0;
    margin-bottom: 10px;
    text-align: center;
  }
}
.profile__img img {
  width: 120px;
  height: 120px;
}
.profile__text {
  color: #E05D1D;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.8;
}
.profile__text .modal-open {
  color: #E05D1D;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.8;
  text-decoration: underline;
}
.profile__text .position {
  display: block;
  color: #231815;
  font-size: 16px;
}
@media only screen and (max-width: 850px) {
  section .program .item {
    padding-bottom: 0;
  }
}
.inquiry__btn {
  position: relative;
  display: inline-block;
  margin-top: 5px;
  padding: 15px 50px 15px 20px;
  background-color: #e05d1d;
  border-radius: 9999px;
  color: #fff;
  text-decoration: none;
}
.inquiry__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: calc(24px / 2);
  height: calc(24px / 2);
  background: url("../images/ico_outside_white.png")no-repeat;
  background-size: cover;
}
/* 20250806 */
.outer .mapTtl {
  font-size: 188%;
  display: flex;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 40px;
  line-height: 1.35em;
}
.outer .mapTtl span {
  display: block;
  width: 10px;
  background: #ffc207;
  background: -moz-linear-gradient(top, #ffc207 0%, #ffee7c 50%, #a1f3f1 100%);
  background: -webkit-linear-gradient(top, #ffc207 0%, #ffee7c 50%, #a1f3f1 100%);
  background: linear-gradient(to bottom, #ffc207 0%, #ffee7c 50%, #a1f3f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc207', endColorstr='#a1f3f1', GradientType=0);
  border-radius: 100px;
  margin-right: 20px;
}
.sbox {
  margin-bottom: 2em;
}
.sbox p {
  margin-left: 21px;
}
.sbox .stit {
  color: #e05d1d;
  line-height: 1em;
  font-size: 112%;
  display: flex;
  align-items: center;
  margin-bottom: 0.5em;
}
.sbox .stit > span:nth-child(1) {
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background: #ffd675;
  background: -moz-linear-gradient(-45deg, #ffd675 0%, #d3f1d8 100%);
  background: -webkit-linear-gradient(-45deg, #ffd675 0%, #d3f1d8 100%);
  background: linear-gradient(135deg, #ffd675 0%, #d3f1d8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd675', endColorstr='#d3f1d8', GradientType=1);
  margin-right: 5px;
}
.mapList {
  display: flex;
}
.mapList .mapList__item {
  display: flex;
  align-items: center;
  margin-right: 40px;
}
.mapList .mapList__item img {
  width: 29px !important;
  height: auto;
  margin-right: 10px;
}
.bnrBox {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
	margin-bottom: 3em;
  padding: 0 40px;
  background: #FFFAE7;
  border-radius: 20px;
  box-shadow: 0 5px 0px #BFBFBF;
}
.bnrBox__text {
  width: 511px;
  padding: 30px 0;
}
.bnrBox__text a {
  display: inline-block;
  margin-bottom: 16px;
  padding-left: 32px;
  background: url("../images/ico_arrow_l.png")no-repeat;
  background-size: 19px 20px;
  background-position: left center;
  color: #262522;
  font-size: 20px;
  text-decoration: none;
}
.bnrBox__text p {
  margin-bottom: 0;
	font-size: 13px;
}
.bnrBox__img {
  position: absolute;
  bottom: 0;
  right: 40px;
}
.bnrBox__img img {
  max-width: 205px;
  width: 100%;
  height: 150px;
}
@media only screen and (max-width: 850px) {
  .outer .mapTtl {
    font-size: 138%;
    display: flex;
    font-weight: 700;
    margin-left: 20px;
    margin-bottom: 20px;
    line-height: 1.35em;
  }
  .outer .mapTtl span {
    display: block;
    width: 7px;
    background: #ffc207;
    background: -moz-linear-gradient(top, #ffc207 0%, #ffee7c 50%, #a1f3f1 100%);
    background: -webkit-linear-gradient(top, #ffc207 0%, #ffee7c 50%, #a1f3f1 100%);
    background: linear-gradient(to bottom, #ffc207 0%, #ffee7c 50%, #a1f3f1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc207', endColorstr='#a1f3f1', GradientType=0);
    border-radius: 100px;
    margin-right: 10px;
  }
  .sbox {
    margin-bottom: 2em;
  }
  .sbox p {
    margin-left: 21px;
  }
  .sbox .stit {
    color: #e05d1d;
    font-size: 92%;
    display: flex;
    align-items: center;
    margin-left: 20px;
    margin-bottom: 0.5em;
    text-align: left
  }
  .sbox .stit > span:nth-child(1) {
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background: #ffd675;
    background: -moz-linear-gradient(-45deg, #ffd675 0%, #d3f1d8 100%);
    background: -webkit-linear-gradient(-45deg, #ffd675 0%, #d3f1d8 100%);
    background: linear-gradient(135deg, #ffd675 0%, #d3f1d8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd675', endColorstr='#d3f1d8', GradientType=1);
    margin-right: 5px;
  }
  .mapList {
    display: block;
    margin-left: 20px;
  }
  .bnrBox {
    display: block;
	  padding: 0 20px;
  }
  .bnrBox__text {
    width: 100%;
    padding: 20px 0;
  }
  .bnrBox__img {
    position: static;
	  display: flex;
	  justify-content: center;
  }
	 
}