@charset "UTF-8";
.mv {
  position: relative;
  top: 0;
  left: 0;
}
.mv h1 {
  position: absolute;
  top: 39.5%;
  right: 0%;
  width: 41.5%;
}
@media screen and (max-width:800px) {
  .mv h1 {
    top: 39.2%;
    width: 67%;
  }
}
.mv .mv_day {
  position: absolute;
  bottom: 2.4%;
  left: 2.5%;
  width: 47.2%;
}
@media screen and (max-width:800px) {
  .mv .mv_day {
    bottom: auto;
    right: auto;
    width: 46%;
    top: 75%;
    left: 6%;
    display: none;
  }
}
@media screen and (max-width:800px) {
  .mv .mv_attention {
    position: absolute;
    bottom: 2%;
    left: 6%;
    color: #FF515C;
    font-weight: bold;
  }
}

a {
  transition: all 0.4s;
  opacity: 1;
}
a:hover {
  opacity: 0.7;
}
@media screen and (max-width:800px) {
  a:hover {
    opacity: 1;
  }
}

.container {
  max-width: 1060px;
  margin: 0 auto;
  width: 90%;
  position: relative;
  top: 0;
  left: 0;
}
.container.container--in {
  max-width: 840px;
  width: 100%;
  z-index: 2;
}
.container.container--in.container--in_top {
  max-width: 720px;
}
.container.container--head {
  max-width: 100vw;
  width: 100%;
}
@media screen and (max-width:800px) {
  .container.container--head {
    width: 90%;
  }
}

.container--bg {
  padding: 84px 40px 110px;
}
@media screen and (max-width:800px) {
  .container--bg {
    padding: 32px 0 86px;
  }
}
.container--bg:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  width: 100vw;
  height: 100%;
  border-radius: 0 120px 120px 120px;
}
@media screen and (max-width:800px) {
  .container--bg:after {
    margin-bottom: 22px;
    border-radius: 0;
    right: -5vw;
    width: 105vw;
  }
}
.container--bg:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  border-top: 3px solid #FF515C;
  border-right: 3px solid #FF515C;
  width: 74%;
  height: 190px;
  border-radius: 0 120px 0 0;
}
@media screen and (max-width:800px) {
  .container--bg:before {
    opacity: 0;
  }
}
.container--bg.container--music {
  background-color: #F1FFDE;
  border-radius: 0 120px 120px 120px;
}
@media screen and (max-width:800px) {
  .container--bg.container--music {
    border-radius: 0;
  }
}
.container--bg.container--music:after {
  background-color: #F1FFDE;
  height: 75%;
  right: 50%;
}
@media screen and (max-width:800px) {
  .container--bg.container--music:after {
    height: 100%;
    right: -5vw;
  }
}
.container--bg.container--art:after {
  background-color: #FFEDE6;
  width: 100%;
}
@media screen and (max-width:800px) {
  .container--bg.container--art:after {
    width: 100vw;
  }
}
.container--bg.container--art .bg_blue {
  position: absolute;
  top: 0;
  right: 80%;
  width: 100vw;
  height: 100%;
  background-color: #DBF6F7;
}
.container--bg.container--top {
  padding-bottom: 72px;
}
.container--bg.container--top:after {
  background-color: #fff;
}
.container--bg.container--top:before {
  left: 0;
  border-top: 3px solid #FF515C;
  border-right: none;
  border-left: 3px solid #FF515C;
  border-radius: 120px 0 0 0;
  width: 73%;
  height: 30%;
}
@media screen and (max-width:800px) {
  .container--bg.container--top:before {
    opacity: 0;
  }
}

header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 15;
  width: 100%;
  box-sizing: border-box;
  padding: 2.5% 5% 0;
}
@media screen and (max-width:800px) {
  header {
    /*position: fixed;*/
    top: 0;
    left: 0;
    padding: 22px 0 0;
  }
}
@media screen and (max-width:800px) {
  header .container {
    display: flex;
    justify-content: space-between;
  }
}
header .logo {
  width: 29%;
}
@media screen and (max-width:800px) {
  header .logo {
    width: 62%;
  }
}
header .sp_enty {
  background-color: #97D9D2;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}
header .sp_enty a {
  display: block;
  padding: 18px 0 14px 0;
  text-align: center;
  color: #FF515C;
}
header .sp_enty a span {
  display: inline-block;
  margin-top: 4px;
  font-size: 14px;
  line-height: 100%;
}
header .sp_enty a img {
  height: 24px;
}

.trg {
  width: 40px;
  height: 24px;
  position: fixed;
  top: 46px;
  right: 5%;
  z-index: 20;
  cursor: pointer;
}
@media screen and (max-width:800px) {
  .trg {
    width: 28px;
    height: 18px;
    /*position: relative;*/
    top: 22px;
    right: 5vw;
  }
}
.trg:after, .trg:before,
.trg i {
  content: "";
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  background: #77B98E;
  transition: all 0.2s ease-out;
}
.trg:after.tops, .trg:before.tops,
.trg i.tops {
  background: #fff;
}
.trg:after {
  top: 0;
}
.trg:before {
  bottom: 0;
}
.trg i {
  top: 47%;
}
.trg.active:after {
  top: 8px;
  transform: rotate(-45deg);
  background: #77B98E;
}
@media screen and (max-width:800px) {
  .trg.active:after {
    bottom: 9px;
    background: #77B98E;
  }
}
.trg.active:before {
  bottom: 15px;
  transform: rotate(47deg);
  background: #77B98E;
}
@media screen and (max-width:800px) {
  .trg.active:before {
    bottom: 9px;
    background: #77B98E;
  }
}
.trg.active i {
  opacity: 0;
}

.trg.tops {
  width: 40px;
  height: 24px;
  position: fixed;
  top: 46px;
  right: 5%;
  z-index: 20;
  cursor: pointer;
}
@media screen and (max-width:800px) {
  .trg.tops {
    width: 28px;
    height: 18px;
    /*position: relative;*/
    top: 22px;
    right: 5vw;
  }
}
.trg.tops:after, .trg.tops:before,
.trg.tops i {
  content: "";
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  background: #fff;
  transition: all 0.2s ease-out;
}
.trg.tops:after {
  top: 0;
}
.trg.tops:before {
  bottom: 0;
}
.trg.tops i {
  top: 47%;
}
.trg.tops.active:after {
  top: 8px;
  transform: rotate(-45deg);
  background: #77B98E;
}
@media screen and (max-width:800px) {
  .trg.tops.active:after {
    bottom: 9px;
    background: #77B98E;
  }
}
.trg.tops.active:before {
  bottom: 15px;
  transform: rotate(47deg);
  background: #77B98E;
}
@media screen and (max-width:800px) {
  .trg.tops.active:before {
    bottom: 9px;
    background: #77B98E;
  }
}
.trg.tops.active i {
  opacity: 0;
}

nav {
  position: fixed;
  top: 0;
  right: -380px;
  z-index: 15;
  width: 380px;
  height: 100%;
  transition: all 0.2s ease-out;
  opacity: 0;
  box-sizing: border-box;
  padding: 100px 8% 0 4%;
  text-align: left;
  background-color: rgba(23, 22, 49, 0.95);
}
@media screen and (max-width:800px) {
  nav {
    right: -100%;
    width: 100%;
    padding: 70px 13% 0;
    background-color: rgba(23, 22, 49, 0.95);
  }
}
nav.active {
  right: 0;
  opacity: 1;
}
nav .nav_list {
  width: 80%;
}
@media screen and (max-width:800px) {
  nav .nav_list {
    width: 90%;
  }
}
nav .nav_list a {
  padding: 28px 7%;
  width: 100%;
  display: inline-block;
  border-bottom: 1px solid #77B98E;
  color: #77B98E;
  font-weight: bold;
  fill: #77B98E;
  line-height: 100%;
}
nav .nav_list a.noline {
  border-bottom: 0;
}
@media screen and (max-width:800px) {
  nav .nav_list a.noline {
    border-bottom: 0;
  }
}
@media screen and (max-width:800px) {
  nav .nav_list a {
    border-bottom: 1px solid #77B98E;
    color: #77B98E;
    fill: #77B98E;
  }
}
nav .nav_list li:last-child a {
  border: none;
}
nav .nav_list figure {
  line-height: 0;
}
nav .nav_list img {
  height: 14px;
  width: auto;
}
nav .nav_list img.big {
  height: 16px;
}

.sns_list {
  display: flex;
  justify-content: flex-start;
  margin-top: 30px;
}
.sns_list.sns_list--foot {
  margin-top: 10px;
  justify-content: flex-end;
}
@media screen and (max-width:800px) {
  .sns_list.sns_list--foot {
    justify-content: center;
  }
}
.sns_list li {
  width: 40px;
}
@media screen and (max-width:800px) {
  .sns_list li {
    width: 30px;
  }
}
.sns_list li:first-child {
  margin-right: 20px;
}

.mv_attention {
  text-align: center;
  font-weight: bold;
  color: #FF515C;
}
@media screen and (max-width:800px) {
  .mv_attention {
    text-align: left;
  }
}
.mv_attention.mv_attention--music {
  color: #1988D6;
}
.mv_attention.mv_attention--art {
  color: #219B30;
}

footer {
  background: #171631;
  position: relative;
  top: 0;
  left: 0;
  padding: 100px 0 0;
}
@media screen and (max-width:800px) {
  footer {
    margin-top: 0px;
    padding: 46px 0 68px 0;
  }
}
footer .container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media screen and (max-width:800px) {
  footer .container {
    display: block;
    margin-bottom: 28px;
  }
}
footer .page_top {
  text-align: center;
  position: absolute;
  top: -47px;
  left: 0;
  width: 100%;
}
@media screen and (max-width:800px) {
  footer .page_top {
    top: -40px;
  }
}
footer .page_top .top_trg {
  cursor: pointer;
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
  font-weight: bold;
  letter-spacing: 0.1em;
  transition: all 0.4s;
  opacity: 1;
}
footer .page_top .top_trg:hover {
  opacity: 0.7;
}
@media screen and (max-width:800px) {
  footer .page_top .top_trg:hover {
    opacity: 1;
  }
}
@media screen and (max-width:800px) {
  footer .page_top .top_trg {
    font-size: 10px;
  }
}
footer .page_top .top_trg:after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 46%;
  width: 2px;
  height: 40px;
  background: #000;
}
@media screen and (max-width:800px) {
  footer .page_top .top_trg:after {
    bottom: -26px;
    height: 26px;
  }
}
footer .title_c {
  color: #fff;
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
  line-height: 140%;
  margin-bottom: 0.75em;
  font-weight: 500;
}
@media screen and (max-width:800px) {
  footer .title_c {
    text-align: center;
    font-size: 3.6vw;
  }
}
footer .event_nav_wrap {
  line-height: 1.9em;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width:800px) {
  footer .event_nav_wrap {
    padding: 0 12%;
    font-size: 12px;
    justify-content: space-between;
  }
}
footer .event_nav_wrap .event_nav_block:first-child {
  margin-right: 84px;
}
@media screen and (max-width:800px) {
  footer .event_nav_wrap .event_nav_block:first-child {
    margin-right: 0;
  }
}
footer .event_nav_wrap .event_nav_block p {
  font-weight: 500;
  color: #fff;
}
footer .event_nav_wrap .event_nav_block a {
  color: #fff;
}
footer .foot_content {
  margin-top: 80px;
  text-align: right;
}
@media screen and (max-width:800px) {
  footer .foot_content {
    margin-top: 40px;
    text-align: center;
  }
}
footer .foot_content .bold {
  font-weight: bold;
}
footer .foot_content .foot_logo {
  margin-bottom: 14px;
}
footer .foot_content .foot_logo a {
  display: inline-block;
  width: 310px;
}
@media screen and (max-width:800px) {
  footer .foot_content .foot_logo a {
    width: 80%;
  }
}
footer .foot_content .sptel a {
  color: #fff;
}
footer .foot_content p {
  color: #fff;
}
footer small {
  padding: 22px 0;
  background: #77B98E;
  display: inline-block;
  text-align: center;
  width: 100%;
  font-weight: bold;
}

.icon {
  position: absolute;
}
@media screen and (max-width:800px) {
  .icon {
    display: none;
  }
}
.icon.icon--top1 {
  left: 90%;
  top: -15%;
  width: 46%;
}
.icon.icon--top1_1 {
  right: -19%;
  top: 120%;
  width: 18%;
}
.icon.icon--top1b {
  left: 90%;
  top: 85%;
  width: 46%;
}
.icon.icon--top1c {
  right: 90%;
  top: 65%;
  width: 18%;
}
.icon.icon--top2 {
  right: 90%;
  top: 90%;
  width: 28%;
}
.icon.icon--top2_1 {
  right: 85%;
  top: 25%;
  width: 85%;
}
.icon.icon--top2_2 {
  left: 85%;
  top: 50%;
  width: 42.5%;
}
.icon.icon--top3 {
  right: -15%;
  top: 15%;
  z-index: 5;
  width: 20%;
}
.icon.icon--top4 {
  right: 0%;
  top: 40%;
  z-index: 5;
  width: 12%;
}
.icon.icon--top4_1 {
  left: -10%;
  top: 35%;
  z-index: 5;
  width: 12%;
}
.icon.icon--top5 {
  right: -15%;
  bottom: 25%;
  z-index: 5;
  width: 28%;
}
.icon.icon--top5_1 {
  left: 0%;
  bottom: 15%;
  z-index: 5;
  width: 9%;
}
.icon.icon--foot1 {
  left: -10%;
  top: -181%;
  z-index: 5;
  width: 26%;
}
.icon.icon--foot2 {
  right: -10%;
  top: -120%;
  z-index: 5;
  width: 16%;
}
.icon.icon--art1 {
  right: 16%;
  top: 6%;
  width: 16%;
}
.icon.icon--art1_2 {
  right: 0%;
  top: 13%;
  width: 10%;
}
.icon.icon--art2 {
  left: -12%;
  top: 29%;
  width: 24%;
}
.icon.icon--art3 {
  right: -9%;
  top: 63%;
  z-index: 5;
  width: 19%;
}
.icon.icon--art4 {
  left: -2%;
  top: 83%;
  z-index: 5;
  width: 10%;
}
.icon.icon--art5 {
  right: 8%;
  top: 79%;
  z-index: 5;
  width: 24%;
}
.icon.icon--art5_1 {
  right: 29%;
  top: 95%;
  z-index: 5;
  width: 11%;
}
.icon.icon--art6 {
  left: -11.5%;
  bottom: -17%;
  z-index: 5;
  width: 26%;
}
.icon.icon--art7 {
  right: 2%;
  top: 13%;
  z-index: 5;
  width: 9%;
}
.icon.icon--art8 {
  right: -8.5%;
  bottom: -7%;
  z-index: 5;
  width: 24%;
}
.icon.icon--art9 {
  left: -2%;
  bottom: -7%;
  z-index: 5;
  width: 11%;
}
.icon.icon--music1 {
  right: 16%;
  top: 7%;
  width: 16%;
}
.icon.icon--music1_2 {
  right: 0%;
  top: 17%;
  width: 10%;
}
.icon.icon--music2 {
  left: -6%;
  top: 43%;
  width: 13%;
}
.icon.icon--music3 {
  right: -9%;
  top: 79%;
  z-index: 5;
  width: 19%;
}
.icon.icon--music4 {
  left: -6%;
  bottom: -14%;
  z-index: 5;
  width: 24%;
}
.icon.icon--music5 {
  right: -3%;
  top: 76%;
  z-index: 5;
  width: 10%;
}
.icon.icon--music6 {
  right: -8.5%;
  bottom: -6%;
  z-index: 5;
  width: 24%;
}
.icon.icon--music7 {
  left: -2%;
  bottom: -13%;
  z-index: 5;
  width: 11%;
}

.icon_art1 {
  position: absolute;
}
@media screen and (max-width:800px) {
  .icon_art1 {
    display: none;
  }
}
.icon_art1.icon--top1 {
  left: 90%;
  top: -20%;
  width: 47%;
}
.icon_art1.icon--top2 {
  right: 95%;
  top: 30%;
  width: 23%;
}
.icon_art1.icon--top3 {
  left: 94%;
  top: -20%;
  width: 47.5%;
}
.icon_art1.icon--top4 {
  right: 92.5%;
  top: 60%;
  width: 30%;
}
.icon_art1.icon--top5 {
  left: 70%;
  top: 90%;
  width: 69%;
  position: relative;
  z-index: 5;
}

.icon_art2 {
  position: absolute;
}
@media screen and (max-width:800px) {
  .icon_art2 {
    display: none;
  }
}
.icon_art2.icon--top1 {
  left: 95%;
  top: 50%;
  width: 45%;
}
.icon_art2.icon--top2 {
  left: 90%;
  top: 60%;
  width: 32%;
}
.icon_art2.icon--top4 {
  right: 99%;
  top: -30%;
  width: 28%;
}
.icon_art2.icon--top5 {
  left: 90%;
  top: 30%;
  width: 69%;
  z-index: 5;
}
.icon_art2.icon--top6 {
  right: 103%;
  top: -30%;
  width: 18%;
}
.icon_art2.icon--top7 {
  right: 95%;
  top: -30%;
  width: 23%;
}
.icon_art2.icon--top8 {
  right: 102.5%;
  top: 80%;
  width: 14%;
}

.icon_music1 {
  position: absolute;
}
@media screen and (max-width:800px) {
  .icon_music1 {
    display: none;
  }
}
.icon_music1.icon--top1 {
  left: 90%;
  top: -20%;
  width: 34%;
}
.icon_music1.icon--top2 {
  right: 95%;
  top: 35%;
  width: 32%;
}
.icon_music1.icon--top3 {
  left: 94%;
  top: 48%;
  width: 30%;
}
.icon_music1.icon--top5 {
  left: 75%;
  top: 95%;
  width: 69%;
  z-index: 5;
}

.icon_music2 {
  position: absolute;
}
@media screen and (max-width:800px) {
  .icon_music2 {
    display: none;
  }
}
.icon_music2.icon--top1b {
  right: 105%;
  top: -55%;
  width: 18%;
}
.icon_music2.icon--top1 {
  left: 110%;
  top: -5%;
  width: 12%;
}
.icon_music2.icon--top2 {
  left: 106%;
  top: -30%;
  width: 42%;
}
.icon_music2.icon--top3 {
  right: 104%;
  top: -50%;
  width: 24%;
}
.icon_music2.icon--top3b {
  left: 98%;
  top: 50%;
  width: 30%;
}
.icon_music2.icon--top4 {
  right: 103%;
  top: -40%;
  width: 69%;
}
.icon_music2.icon--top5 {
  left: 75%;
  top: 95%;
  width: 69%;
  z-index: 5;
}

img {
  width: 100%;
}

.test1 {
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transform: scale(1);
  transform: rotate(-45deg);
  border-radius: 50%;
  animation: Flash1 1s infinite;
  animation: beyooon_a 1s forwards;
  animation: beyooon_b 1s forwards;
  font-family: "Noto Serif JP", serif;
  background: linear-gradient(90deg, rgb(0, 72, 110) 0%, rgb(0, 120, 155) 100%);
}

@keyframes Flash1 {
  50% {
    opacity: 0;
  }
}
.fade_beyooon {
  opacity: 0;
}
.fade_beyooon.active {
  animation: beyooon_a 3s forwards;
}

.fade_beyooon2 {
  opacity: 0;
}
.fade_beyooon2.active {
  animation: beyooon_b 1.8s forwards;
}

@keyframes beyooon_a {
  0% {
    opacity: 0;
    transform: translate(0%, 0%) scale(0.5);
  }
  16% {
    opacity: 1;
    transform: translate(0%, 0%) scale(1.22);
  }
  28% {
    transform: translate(0%, 0%) scale(1);
  }
  88% {
    transform: translate(0%, 0%) scale(1);
  }
  100% {
    opacity: 1;
    transform: translate(0%, 0%) scale(1);
  }
}
@keyframes beyooon_b {
  0% {
    opacity: 0;
    transform: translate(0%, 0%) scale(0.5);
  }
  40% {
    opacity: 0;
    transform: translate(0%, 0%) scale(0.5);
  }
  56% {
    opacity: 1;
    transform: translate(0%, 0%) scale(1.22);
  }
  68% {
    transform: translate(0%, 0%) scale(1);
  }
  98% {
    transform: translate(0%, 0%) scale(1);
  }
  100% {
    opacity: 1;
    transform: translate(0%, 0%) scale(1);
  }
}
.test {
  content: "\f105";
  font-family: FontAwesome;
}

.shadow {
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4), 1px 3px 3px rgba(0, 0, 0, 0.4), 1px 2px 3px rgba(0, 0, 0, 0.4);
}

/**scss¹²Í¨¤³¤³¤Þ¤Ç***/
h2 img {
  height: 43px;
}
@media screen and (max-width:800px) {
  h2 img {
    height: 28px;
  }
}

/*
.program{
	padding: 20px 0 140px;
	@media screen and (max-width:800px){
		padding: 50px 0 17.5vw 0;
	}
	h2{
		margin: 60px 0 60px;
    text-align: center;
		@media screen and (max-width:800px){
			margin: 0 0 30px;
		}
	}
	.block{
		margin: 0 auto;
    max-width: 910px;
	}
	.text01{
		text-align: center;
		font-weight: 600;
		margin-bottom: 50px;
		@media screen and (max-width:800px){
			margin-bottom: 25px;
		}
	}

	.text02{
		text-align: center;
		font-weight: 500;
		margin-bottom: 35px;
		@media screen and (max-width:800px){
			margin-bottom: 20px;
		}
	}

	.botancenter{
		text-align: center;
		a{
			width: 280px;
			display: inline-block;
			padding: 18px 0;
			background-color: #C4D253;
			text-align: center;
			font-weight: 600;
			line-height: 100%;
			@media screen and (max-width:800px){
				padding: 14px 0;
			}
		}
	}



	.section__in{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto;

		.pbox{
			width: 100%;
			display: flex;
			justify-content: space-between;
			flex-wrap: wrap;
			align-items: center;
			margin-bottom: 85px;
			@media screen and (max-width:800px){
				margin-bottom: 40px;
			}
			figure{
				width: 49%;
				@media screen and (max-width:800px){
					order: 1;
					width: 100%;
					margin-bottom: 1em;
				}
			}
			.text{
				width: 45%;
				@media screen and (max-width:800px){
					order: 2;
					width: 100%;
				}
				h3{
					font-weight: 600;
					margin-bottom: 0.5em;
					letter-spacing: 0.05em;
				}
				p{
					font-weight: 500;
					line-height: 180%;
				}
			}
		}//pbox

		.pbox2{
			width: 100%;
			display: flex;
			justify-content: space-between;
			flex-wrap: wrap;
			align-items: center;
			figure{
				width: 49%;
				@media screen and (max-width:800px){
					order: 1;
					width: 100%;
					margin-bottom: 1em;
				}
			}
			.text{
				width: 45%;
				text-align: right;
				@media screen and (max-width:800px){
					order: 2;
					width: 100%;
					text-align: left;
				}
				h3{
					font-weight: 600;
					margin-bottom: 0.5em;
					letter-spacing: 0.05em;
				}
				p{
					font-weight: 500;
					line-height: 180%;
				}
			}
		}//pbox

	}//section__in


}//program


*/
.program {
  padding: 20px 0 140px;
  background-color: rgba(119, 185, 142, 0.2);
}
@media screen and (max-width:800px) {
  .program {
    padding: 50px 0 17.5vw 0;
  }
}
.program h2 {
  margin: 60px 0 35px;
  text-align: center;
}
@media screen and (max-width:800px) {
  .program h2 {
    margin: 0 0 20px;
  }
}
.program .block {
  margin: 0 auto;
  max-width: 910px;
}
.program figure {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 25px auto;
}
@media screen and (max-width:800px) {
  .program figure {
    margin: 0 auto 15px auto;
  }
}
.program .text01 {
  text-align: center;
  font-weight: 600;
  margin-bottom: 50px;
}
@media screen and (max-width:800px) {
  .program .text01 {
    margin-bottom: 25px;
  }
}
.program .text02 {
  text-align: center;
  font-weight: 500;
  margin-bottom: 35px;
}
@media screen and (max-width:800px) {
  .program .text02 {
    margin-bottom: 20px;
  }
}
.program .botancenter {
  text-align: center;
}
.program .botancenter a {
  width: 280px;
  display: inline-block;
  padding: 18px 0;
  background-color: #C4D253;
  text-align: center;
  font-weight: 600;
  line-height: 100%;
}
@media screen and (max-width:800px) {
  .program .botancenter a {
    padding: 14px 0;
  }
}
.program .btn--entry {
  text-align: center;
  margin-top: 20px;
  letter-spacing: 0.15em;
}
@media screen and (max-width:800px) {
  .program .btn--entry {
    font-size: 3.6vw;
  }
}
.program .btn--entry a {
  border-radius: 100px;
  background-color: #171631;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 23px 0;
  color: #fff;
  display: inline-block;
  width: 280px;
  font-weight: bold;
}

/******************************/
#guidance {
  width: 100%;
  background-image: url(/open_campus_2023/images/top/top_back.svg);
  background-position: center top;
  background-size: 2940px 2431px;
  padding: 75px 0 20px 0;
}
@media screen and (max-width:800px) {
  #guidance {
    padding: 40px 0 40px 0;
  }
}
#guidance .section__in {
  width: 90%;
  max-width: 1060px;
  margin: 0 auto;
  position: relative;
}
#guidance h2 {
  width: 100%;
  text-align: center;
  margin: 0px 0 30px 0;
  text-align: center;
}
@media screen and (max-width:800px) {
  #guidance h2 {
    margin: 0 0 15px 0;
  }
}
#guidance h2 img {
  width: auto;
  height: 43px;
}
@media screen and (max-width:800px) {
  #guidance h2 img {
    height: 28px;
  }
}
#guidance .text01 {
  text-align: center;
  font-weight: 600;
  margin-bottom: 30px;
}
@media screen and (max-width:800px) {
  #guidance .text01 {
    margin-bottom: 15px;
  }
}
#guidance .text02 {
  text-align: center;
  font-weight: 500;
  margin-bottom: 70px;
}
@media screen and (max-width:800px) {
  #guidance .text02 {
    margin-bottom: 35px;
  }
}
#guidance .movie_box {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 60px auto;
}
@media screen and (max-width:800px) {
  #guidance .movie_box {
    margin-bottom: 20px;
  }
}
#guidance .movie_box a.boximg {
  display: block;
  position: relative;
  overflow: hidden;
}
#guidance .movie_box a.boximg:hover > .base {
  transform: scale(1.075);
}
@media screen and (max-width:800px) {
  #guidance .movie_box a.boximg:hover > .base {
    transform: scale(1);
  }
}
#guidance .movie_box a.boximg .base {
  position: relative;
  transition: all 0.4s ease-out;
}
#guidance .movie_box a.boximg .base_on {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
#guidance .movie_box h3 {
  font-weight: 600;
  padding: 24px 0 15px;
}
@media screen and (max-width:800px) {
  #guidance .movie_box h3 {
    padding: 15px 0 10px;
  }
}
#guidance .movie_box p.text03 {
  font-weight: 500;
  line-height: 180%;
  text-align: justify;
}

.messages {
  padding: 20px 0 140px;
  background-color: rgba(119, 185, 142, 0.2);
}
@media screen and (max-width:800px) {
  .messages {
    padding: 50px 0 17.5vw 0;
  }
}
.messages h2 {
  margin: 60px 0 35px;
  text-align: center;
}
@media screen and (max-width:800px) {
  .messages h2 {
    margin: 0 0 20px;
  }
}
.messages .block {
  margin: 0 auto;
  max-width: 910px;
}
.messages .text01 {
  text-align: center;
  font-weight: 600;
  margin-bottom: 50px;
}
@media screen and (max-width:800px) {
  .messages .text01 {
    margin-bottom: 25px;
  }
}
.messages .text02 {
  text-align: center;
  font-weight: 500;
  margin-bottom: 35px;
}
@media screen and (max-width:800px) {
  .messages .text02 {
    margin-bottom: 20px;
  }
}
.messages .botancenter {
  text-align: center;
}
.messages .botancenter a {
  width: 280px;
  display: inline-block;
  padding: 18px 0;
  background-color: #C4D253;
  text-align: center;
  font-weight: 600;
  line-height: 100%;
}
@media screen and (max-width:800px) {
  .messages .botancenter a {
    padding: 14px 0;
  }
}
.messages .section__in {
  width: 100%;
  max-width: 1014px;
  margin: 0 auto;
}
.messages .flexbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.messages .flexbox figure {
  width: 35.3%;
}
@media screen and (max-width:800px) {
  .messages .flexbox figure {
    width: 60%;
    margin: 25px auto 0 auto;
  }
}
.messages .flexbox .text {
  width: 58.579%;
}
@media screen and (max-width:800px) {
  .messages .flexbox .text {
    width: 100%;
  }
}
.messages .flexbox .text h3 {
  font-weight: 600;
  margin-bottom: 1em;
  padding-top: 1.75em;
}
@media screen and (max-width:800px) {
  .messages .flexbox .text h3 {
    padding-top: 1.25em;
    text-align: center;
  }
}
.messages .flexbox .text p {
  line-height: 240%;
  color: #000;
}
.messages .flexbox .text p span {
  font-weight: 600;
}
@media screen and (max-width:800px) {
  .messages .flexbox .text p {
    line-height: 180%;
  }
}

/*******************************/
#accesscontena {
  width: 100%;
  padding: 95px 0 120px 0;
}
@media screen and (max-width:800px) {
  #accesscontena {
    padding: 60px 0 60px 0;
  }
}
#accesscontena .section__in {
  width: 90%;
  max-width: 1028px;
  margin: 0 auto;
}
#accesscontena h2 {
  margin: 0px 0 70px 0;
  text-align: center;
}
@media screen and (max-width:800px) {
  #accesscontena h2 {
    margin: 0 0 30px 0;
  }
}
#accesscontena .flexbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
}
#accesscontena .flexbox .map01 {
  width: 50.7%;
}
@media screen and (max-width:800px) {
  #accesscontena .flexbox .map01 {
    width: 100%;
    margin-bottom: 30px;
  }
}
#accesscontena .flexbox .map01 figure {
  width: 109.9%;
  margin-right: -9.9%;
}
@media screen and (max-width:800px) {
  #accesscontena .flexbox .map01 figure {
    width: 100%;
    margin-right: 0%;
  }
}
#accesscontena .flexbox .map01 .intext_pc {
  display: none;
}
@media screen and (max-width:800px) {
  #accesscontena .flexbox .map01 .intext_pc {
    display: block;
    line-height: 160%;
    margin-bottom: 1.5em;
  }
}
#accesscontena .flexbox .map02 {
  width: 49.2%;
}
@media screen and (max-width:800px) {
  #accesscontena .flexbox .map02 {
    width: 100%;
  }
}
#accesscontena .flexbox .map02 figure {
  width: 100%;
}
#accesscontena .flexbox .map02 .intext {
  text-align: right;
  margin-bottom: 30px;
}
@media screen and (max-width:800px) {
  #accesscontena .flexbox .map02 .intext {
    display: none;
  }
}
#accesscontena .flexbox .map02 .intext span {
  width: 75%;
  display: inline-block;
  text-align: left;
  line-height: 180%;
}

/*****************************/
#maps_contenta {
  width: 100%;
  height: 540px;
}
@media screen and (max-width:800px) {
  #maps_contenta {
    height: 360px;
  }
}
#maps_contenta iframe {
  width: 100%;
  height: 540px;
}
@media screen and (max-width:800px) {
  #maps_contenta iframe {
    height: 360px;
  }
}

/****************/
.test1 {
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transform: scale(1);
  transform: rotate(-45deg);
  border-radius: 50%;
  animation: Flash1 1s infinite;
  animation: beyooon_a 1s forwards;
  animation: beyooon_b 1s forwards;
  font-family: "Noto Serif JP", serif;
  background: linear-gradient(90deg, rgb(0, 72, 110) 0%, rgb(0, 120, 155) 100%);
}

/****************//*# sourceMappingURL=top.css.map */