/* 圷のスタイルをリセット */
.page__visual,
.mincho.h2Style {
  display: none!important;
}
a[target$="_blank"]:after {
  display: none;
}
#entry__body .inner {
  width: 100%;
}
#entry__body .inner ul,
#entry__body .inner ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#entry__body .inner {
  padding: 0;
}
#entry__body .inner h2 {
  margin: 0;
  padding: 0;
}
#entry__body .inner h2:before {
  display: none;
}
#entry__body .inner ul li,
#entry__body .inner ol li {
  margin: 0;
}
#entry__body .inner table {
  margin-bottom: 0;
}
#entry__body .inner table tr th {
  vertical-align: top;
}
#entry__body .inner table tr,
#entry__body .inner table tr th,
#entry__body .inner table tr td {
  border: none;
  background: none;
  padding: 0;
}

.noIndent {
  margin-left: -20px;
}
.fRed {
  color:red;
}

/* タイトル */
h2 {
  text-align: center;
}

/* 嘘尚 */
.bgDots {
  background-image: url(/entrance/event/images/bg_dots.png);
  background-position: center;
  background-repeat: repeat;
  background-size: 63px;
  padding: 100px 0;
  overflow: hidden;
}

/* メインビジュアル */
#mainVisual {
  margin: 90px 0 0;
  position: relative;
}
#mainVisual h1 img {
  width: 100%;
  height: auto;
}
#mainVisual .linkLine {
  display: inline-block;
  box-shadow: 0 3px 5px rgb(0 0 0 / 50%);
  width: 267px;
  height: 267px;
  border-radius: 50%;
  background-color: #00b900;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 14%;
  bottom: -6%;
}
#mainVisual .linkLine:hover{
  box-shadow: none;
  transform: scale(0.99, 0.99) translateY(2px);
}

/* キャンパスマップ */
#campusMapArea {
  padding: 150px 0;
  background-image: url(/entrance/event/images/2023/bg_campusmap_pc.png);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
#campusMapArea .campusMapInner {
  position: relative;
  z-index: 1;
}
#campusMapArea h2 {
  margin: 0 0 90px!important;
}
#campusMapArea .campusMapTxt {
  font-size: 18px;
}
#campusMapArea .slick-slider {
  max-width: 1170px;
  margin: 0 auto!important;
  display: none;
}
#campusMapArea .slick-slider.slick-initialized{
  display: block;
}
#campusMapArea .slick-prev {
  left: -10px;
}
#campusMapArea .slick-next {
  right: -10px;
}
#campusMapArea .slick-prev:before,
#campusMapArea .slick-next:before {
  content: '';
  font-size: 0;
  opacity: 1;
}
#campusMapArea .slick-prev:before {
  border-right: 8px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
#campusMapArea .slick-next:before {
  border-left: 8px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
#campusMapArea .slick-prev,
#campusMapArea .slick-next {
  background-color: #343434;
  width: 30px;
  height: 112px;
  z-index: 1;
}
#campusMapArea .slick-prev:hover,
#campusMapArea .slick-next:hover {
  opacity: 0.7
}
#campusMapArea .eventDateSlide .slick-slide {
  margin: 0 5px;
}
#campusMapArea .eventDateSlide .slick-slide img {
  width: 100%;
}
#campusMapArea .eventDateTxt {
  display: flex;
  justify-content: center;
}
#campusMapArea .eventDateTxt ol {
  display: flex;
  flex-wrap: wrap;
}
#campusMapArea .eventDateTxt ol > li {
  width: 50%;
  margin-bottom: 15px;
}
#campusMapArea .eventDateTxt ol>li:nth-child(3),
#campusMapArea .eventDateTxt ol>li:nth-child(4) {
  margin: 0;
}
#campusMapArea .eventDateTxt ol > li > div {
  background-repeat: no-repeat;
  background-size: 34px;
  background-position: top left;
  padding: 5px 0 5px 46px;
}
#campusMapArea .eventDateTxt ol > li:nth-child(1) > div {
  background-image: url(/entrance/event/images/2023/icon_campusmap_01.png);
}
#campusMapArea .eventDateTxt ol>li:nth-child(2)>div {
  background-image: url(/entrance/event/images/2023/icon_campusmap_02.png);
}
#campusMapArea .eventDateTxt ol>li:nth-child(3)>div {
  background-image: url(/entrance/event/images/2023/icon_campusmap_03.png);
}
#campusMapArea .eventDateTxt ol>li:nth-child(4)>div {
  background-image: url(/entrance/event/images/2023/icon_campusmap_04.png);
}
#campusMapArea .eventDateTxt ol>li>ul {
  padding-left: 46px;
}
#campusMapArea .campusMapImg {
  text-align: center;
  margin-bottom: 30px;
}

/* タイムテ`ブル */
#TPArea {
  max-width: ;
  margin: 0 auto 140px;
}
#TPArea h2 {
  margin: 0 0 50px!important;
}
#TPArea .tabW {
  position: relative;
}
#TPArea .tabW:before {
  content: '';
  width: 211px;
  height: 239px;
  background-size: 100%;
  background-position: top left;
  background-repeat: no-repeat;
  background-image: url(/entrance/event/images/2024/bg_tit_PT.png);
  position: absolute;
  top: -170px;
  left: 5%;
}
#TPArea .tabW .tabBtn {
  display: flex;
}
#TPArea .tabW .tabBtn li {
  cursor: pointer;
  list-style-type: none;
  border: 2px solid #6c6c6c;
  border-bottom: none;
  margin: 0;
  width: 100%;
  border-radius: 10px 10px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 102px;
  position: relative;
  font-weight: bold;
  background-color: #fff;
  font-size: 30px;
}
#TPArea .tabW .tabBtn li:nth-child(1) {
  border-right-width: 1px;
}
#TPArea .tabW .tabBtn li:nth-child(2) {
  border-left-width: 1px;
  border-right-width: 1px;
}
#TPArea .tabW .tabBtn li:nth-child(3) {
  border-left-width: 1px;
}
#TPArea .tabW .tabBtn li.active:after {
  content: '';
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  left: 50%;
  bottom: -14px;
  margin: 0 0 0 -6px;
  z-index: 1;
}
#TPArea .tabW .tabBtn li:nth-child(1).active {
  background-color: #47b2db;
  color: #fff;
}
#TPArea .tabW .tabBtn li:nth-child(1).active:after {
  border-top: 14px solid #47b2db;
}
#TPArea .tabW .tabBtn li:nth-child(2).active {
  background-color: #ffea00;
  color: #343434;
}
#TPArea .tabW .tabBtn li:nth-child(2).active:after {
  border-top: 14px solid #ffea00;
}
#TPArea .tabW .tabBtn li:nth-child(3).active {
  background-color: #ef8bb6;
  color: #fff;
}
#TPArea .tabW .tabBtn li:nth-child(3).active:after {
  border-top: 14px solid #ef8bb6;
}
#TPArea .tabW .tabBtn li div {
  width: 100%;
  height: 100%;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
#TPArea .tabW .tabBtn li.grayOut {
  cursor: inherit;
}
#TPArea .tabW .tabBtn li.grayOut:after {
  border-radius: 8px 8px 0 0;
}
@media screen and (max-width:768px) {
  #TPArea .tabW .tabBtn li.grayOut:after {
    border-radius: 3px 3px 0 0;
  }
}
#TPArea .tabW .tabBtn li span {
  font-size: 18px;
}
#TPArea .tabW .tabContent {
  border: 2px solid #6c6c6c;
  background-color: #fff;
  position: relative;
  padding: 42px 30px 50px;
}
#TPArea .tabW .tabContent > li {
  display: none;
  list-style-type: none;
  margin: 0;
}
/* 鵑離織屬activeにする */
#TPArea .tabW .tabContent>li:nth-child(1) {
  display: block;
}
#TPArea .tabW .tabContent .scrollArea {
  margin: 0 0 30px;
}
#TPArea .tabW .tabContent .btnTxt {
  text-align: center;
  margin: 0 0 20px;
}
.customBtnGrey {
  width: 350px;
  height: 60px;
  color: #fff;
  border-radius: 30px;
  margin: 0 auto;
  padding: 10px 25px;
  background-color: #f29429;
  background-image: linear-gradient(315deg, #797979 0%, #797979 50%, #989898 51%, #989898 100%);
  box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),7px 7px 20px 0px rgba(0,0,0,.1),4px 4px 5px 0px rgba(0,0,0,.1);
  line-height: 1;
  text-align: center;
  font-size: 21px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.customBtn {
  width: 455px;
  height: 60px;
  color: #fff;
  border-radius: 30px;
  margin: 0 auto;
  padding: 10px 25px;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),7px 7px 20px 0px rgba(0,0,0,.1),4px 4px 5px 0px rgba(0,0,0,.1);
  overflow: hidden;
  line-height: 1;
  z-index: 1;
  text-align: center;
  font-size: 21px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.customBtn:before {
  display: block!important;
  position: absolute;
  z-index: -1;
  content: ""!important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f29429;
  background-image: linear-gradient(315deg, #f29429 0%, #f29429 50%, #f38200 51%, #f38200 100%);
  transition: all 0.3s ease;
  margin: 0!important;
  border-radius: 30px;
}
.customBtn.clrBlack:before {
  background-color: #505050;
  background-image: linear-gradient(315deg, #505050 0%, #505050 50%, #2f383b 51%, #2f383b 100%);
}
.iconPDF:after {
  content: '';
  width: 22px;
  height: 25px;
  background-image: url(/entrance/event/images/2023/icon_pdf.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top left;
  display: inline-block;
}
@media screen and (min-width:769px) {
  .customBtn:hover {
    background: transparent;
    box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, .5), -4px -4px 6px 0 rgba(116, 125, 136, .2), inset -4px -4px 6px 0 rgba(255, 255, 255, .5), inset 4px 4px 6px 0 rgba(116, 125, 136, .3);
    color: #fff;
  }
  .customBtn:hover:before {
    -webkit-transform: scale(2) rotate(180deg);
    transform: scale(2) rotate(180deg);
    box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, .5), -4px -4px 6px 0 rgba(116, 125, 136, .2), inset -4px -4px 6px 0 rgba(255, 255, 255, .5), inset 4px 4px 6px 0 rgba(116, 125, 136, .3);
  }
}
@media screen and (max-width:768px) {
  .iconPDF:after {
    width: 11px;
    height: 12.5px;
  }
}


/* _岸プログラム */
#TPArea .programArea {
  max-width: ;
  margin: 60px auto 0;
}
#TPArea .programArea h2 {
  margin: 0 0 50px!important;
}
#TPArea .programArea .programContent {
  position: relative;
}
#TPArea .programArea .programContent > ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-radius: 15px;
  background-color: #fff;
  padding: 50px 0;
  position: relative;
}
#TPArea .programArea .programContent > ul > li {
  margin: 0 0 50px;
  width: 48.5%;
}
/* #TPArea .programArea .programContent > ul > li:nth-child(5),
#TPArea .programArea .programContent > ul > li:nth-child(6) {
  margin-bottom: 0;
} */
#TPArea .programArea .programContent > ul > li .blockTit {
  text-align: center;
  margin: 0 0 24px;
}
#TPArea .programArea .programContent > ul > li .blockTit img {
  height: auto;
}
#TPArea .programArea .programContent > ul > li .blockImg {
  margin: 0 0 20px;
  border: 2px solid #f48e19;
  border-radius: 3px;
}
#TPArea .programArea .programContent > ul > li .blockLead {
  border-bottom: 2px solid #f38200;
  font-size: 18px;
  margin: 0 0 10px;
  padding: 0 0 10px;
}
#TPArea .programArea .programContent .blockSchedule .tagStyle {
  font-size: 18px;
  text-align: center;
  border-radius: 15px;
  width: 84px;
  line-height: 1;
  padding: 5px 0;
}
#TPArea .programArea .programContent .blockSchedule table tr:last-child td {
  padding-bottom: 0;
}
#TPArea .programArea .programContent .blockSchedule .tagBlue {
  color: #fff;
  background-color: #3e9fc2;
}
#TPArea .programArea .programContent .blockSchedule .tagYellow {
  color: #343434;
  background-color: #ffea00;
}
#TPArea .programArea .programContent .blockSchedule .tagRed {
  color: #fff;
  background-color: #ef8bb6;
}
#TPArea .programArea .programContent .blockSchedule .iconCircle li {
  font-size: 16px;
  padding-left: 20px;
  position: relative;
}
#TPArea .programArea .programContent .blockSchedule .iconCircle li:before {
  content: '';
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #f38200;
  position: absolute;
  top: 5px;
  left: 0;
}
#TPArea .programArea .programContent .blockSchedule .notice {
  font-size: 14px;
}
.clrOrange {
  color: #f38200;
}
.btmLine {
  text-decoration: underline;
}
#TPArea .programArea .programContent .blockSchedule table th {
  width: 17%;
}
#TPArea .programArea .programContent .blockSchedule table td {
  padding-bottom: 20px;
}

/* 2021啝レポ`ト */
#movieArea {
  padding: 100px 0 125px;
  position: relative;
  background-image: url(/entrance/event/images/bg_moviearea_pc.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#movieArea h2 {
  margin: 0 0 40px!important;
}
#movieArea:before,
#movieArea:after {
  display: inline-block;
  content: '';
  background-position: top left;
  background-repeat: no-repeat;
  position: absolute;
}
#movieArea:before {
  width: 70px;
  height: 104px;
  background-image: url(/entrance/event/images/img_clip_01.png);
  animation: yureru1 2s infinite;
  background-size: 70px 104px;
  top: 10%;
  left: 10%;
}
#movieArea:after {
  width: 94px;
  height: 85px;
  background-image: url(/entrance/event/images/img_clip_02.png);
  animation: yureru2 2s infinite;
  background-size: 94px 85px;
  bottom: 10%;
  right: 10%;
}
#movieArea .ytWrap {
  max-width: 879px;
  width: 100%;
  height: 495px;
  margin: 0 auto;
}
#movieArea .ytWrap iframe {
  width: 100%!important;
  box-shadow: 0 0 40px #3692b4;
}

@keyframes yureru1 {
  0% {transform: translate(0px, 0px) rotateZ(0deg)}
  5% {transform: translate(0px, -2px) rotateZ(2deg)}
  10% {transform: translate(0px, -4px) rotateZ(4deg)}
  15% {transform: translate(0px, -6px) rotateZ(6deg)}
  20% {transform: translate(0px, -8px) rotateZ(8deg)}
  25% {transform: translate(0px, -10px) rotateZ(10deg)}
  30% {transform: translate(0px, -12px) rotateZ(8deg)}
  35% {transform: translate(0px, -14px) rotateZ(6deg)}
  40% {transform: translate(0px, -16px) rotateZ(4deg)}
  45% {transform: translate(0px, -18px) rotateZ(2deg)}
  50% {transform: translate(0px, -20px) rotateZ(0deg)}
  55% {transform: translate(0px, -18px) rotateZ(-2deg)}
  60% {transform: translate(0px, -16px) rotateZ(-4deg)}
  65% {transform: translate(0px, -14px) rotateZ(-6deg)}
  70% {transform: translate(0px, -12px) rotateZ(-8deg)}
  75% {transform: translate(0px, -10px) rotateZ(-10deg)}
  80% {transform: translate(0px, -8px) rotateZ(-8deg)}
  85% {transform: translate(0px, -6px) rotateZ(-6deg)}
  90% {transform: translate(0px, -4px) rotateZ(-4deg)}
  95% {transform: translate(0px, -2px) rotateZ(-2deg)}
  100% {transform: translate(0px, 0px) rotateZ(0deg)}
}
@keyframes yureru2 {
  0% {transform: translate(0px, 0px) rotateZ(0deg)}
  5% {transform: translate(0px, 2px) rotateZ(-2deg)}
  10% {transform: translate(0px, 4px) rotateZ(-4deg)}
  15% {transform: translate(0px, 6px) rotateZ(-6deg)}
  20% {transform: translate(0px, 8px) rotateZ(-8deg)}
  25% {transform: translate(0px, 10px) rotateZ(-10deg)}
  30% {transform: translate(0px, 12px) rotateZ(-8deg)}
  35% {transform: translate(0px, 14px) rotateZ(-6deg)}
  40% {transform: translate(0px, 16px) rotateZ(-4deg)}
  45% {transform: translate(0px, 18px) rotateZ(-2deg)}
  50% {transform: translate(0px, 20px) rotateZ(0deg)}
  55% {transform: translate(0px, 18px) rotateZ(2deg)}
  60% {transform: translate(0px, 16px) rotateZ(4deg)}
  65% {transform: translate(0px, 14px) rotateZ(6deg)}
  70% {transform: translate(0px, 12px) rotateZ(8deg)}
  75% {transform: translate(0px, 10px) rotateZ(10deg)}
  80% {transform: translate(0px, 8px) rotateZ(8deg)}
  85% {transform: translate(0px, 6px) rotateZ(6deg)}
  90% {transform: translate(0px, 4px) rotateZ(4deg)}
  95% {transform: translate(0px, 2px) rotateZ(2deg)}
  100% {transform: translate(0px, 0px) rotateZ(0deg)}
}

/* 栖宀の蕗 */
#voiceArea {
  max-width: ;
  margin: 0 auto;
}
#voiceArea h2 {
  margin: 0 0 15px!important;
}
#voiceArea .voiceTxt {
  text-align: center;
  margin: 0 0 20px;
}
#voiceArea .voiceContent {
  position: relative;
  padding: 50px;
  border-radius: 15px;
  background-color: #fff;
}
#voiceArea .voiceContent:before,
#voiceArea .voiceContent:after {
  content: '';
  background-position: top left;
  background-repeat: no-repeat;
  position: absolute;
}
#voiceArea .voiceContent:before {
  background-image: url(/entrance/event/images/img_balloon_01.png);
  background-size: 243px 204px;
  width: 243px;
  height: 204px;
  top: -162px;
  right: 32px;
}
#voiceArea .voiceContent:after {
  background-image: url(/entrance/event/images/img_balloon_02.png);
  background-size: 247px 220px;
  width: 247px;
  height: 220px;
  bottom: 117px;
  left: -170px;
}
#voiceArea .voiceContent ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
#voiceArea .voiceContent ul li {
  width: 23%;
  min-height: 360px;
  margin: 0 0 20px;
  padding: 20px 15px;
  border-radius: 10px;
  background-color: #fff;
}
#voiceArea .voiceContent ul li:nth-child(1),
#voiceArea .voiceContent ul li:nth-child(2),
#voiceArea .voiceContent ul li:nth-child(3),
#voiceArea .voiceContent ul li:nth-child(4) {
  border: 2px solid #55b1d3;
  box-shadow: 2px 2px 0 #55b1d3;
}
#voiceArea .voiceContent ul li:nth-child(5),
#voiceArea .voiceContent ul li:nth-child(6),
#voiceArea .voiceContent ul li:nth-child(7),
#voiceArea .voiceContent ul li:nth-child(8) {
  border: 2px solid #f48e19;
  margin-bottom: 0;
  box-shadow: 2px 2px 0 #f48e19;
}
#voiceArea .voiceContent ul li .boxTitW {
  display: flex;
  align-items: center;
  margin: 0 0 20px;
}
#voiceArea .voiceContent ul li .boxTitW .boxTitImg {
  width: 40%;
  height: auto;
  margin: 0 20px 0 0;
}
#voiceArea .voiceContent ul li .boxTxt {
  line-height: 1.3;
}

/* よくあるご| */
#qaArea {
  padding: 100px 0 130px;
  background-color: #47b2db;
  position: relative;
}
#qaArea h2 {
  margin: 0 0 30px!important;
}
#qaArea:before,
#qaArea:after {
  content: '';
  background-repeat: no-repeat;
  background-position: top left;
  position: absolute;
}
#qaArea:before {
  background-image: url(/entrance/event/images/bg_qa_01.png);
  background-size: 248px 270px;
  width: 248px;
  height: 270px;
  top: 10%;
  left: 10%;
}
#qaArea:after {
  background-image: url(/entrance/event/images/bg_qa_02.png);
  background-size: 171px 183px;
  width: 171px;
  height: 183px;
  bottom: 10%;
  right: 15%;
}
#qaArea dl {
  background-color: #fff;
  border-radius: 10px;
  margin: 0 auto 20px;
  padding: 14px 45px;
  cursor: pointer;
  max-width: 1100px;
  position: relative;
  z-index: 1;
}
#qaArea dl:last-child {
  margin-bottom: 0;
}
#qaArea dl dt {
  color: #47b2db;
  font-size: 21px;
  font-weight: bold;
  padding: 3px 0;
}
#qaArea dl dd {
  display: none;
  margin-top: 15px;
  padding: 23px 0 15px;
}
#qaArea dl dd.topLine {
  border-top: 2px solid #47b2db;
}
#qaArea dl dt,
#qaArea dl dd {
  position: relative;
  padding-right: 40px;
  padding-left: 50px;
  line-height: 1.5;
}
#qaArea dl dt:before {
  content: 'Q';
  background-color: #47b2db;
  color: #fff;
  font-size: 18px;
}
#qaArea dl dd:before {
  content: 'A';
  border: 1px solid #47b2db;
  color: #47b2db;
  font-size: 18px;
}
#qaArea dl dt:before,
#qaArea dl dd:before {
  font-weight: bold;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  display: block;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 2;
}
#qaArea dl dd:before {
  top: 15px;
}
#qaArea dl dt span:before,
#qaArea dl dt span:after {
  display: block;
  content: '';
  background-color: #47b2db;
  position: absolute;
}
#qaArea dl dt span:after {
  width: 30px;
  height: 4px;
  top: 16px;
  right: 0;
}
#qaArea dl dt span:before {
  width: 4px;
  height: 30px;
  top: 4px;
  right: 13px;
}
#qaArea dl dt.active span:before {
  display: none;
}
#qaArea dl dt.active span:after {
  display: block;
  content: '';
  background-color: #47b2db;
  border-radius: 10px;
  position: absolute;
  width: 30px;
  height: 4px;
  top: 16px;
  right: 0;
}

/* サイドボタン */
.btnApp,
.btnPt {
  position: fixed!important;
  right: 50px;
  width: 73px;
  height: auto;
  z-index: 999;
  cursor: pointer;
}
.btnApp {
  bottom: 140px;
}
.btnPt {
  bottom: 50px;
}
.btnApp:hover,
.btnPt:hover {
  opacity: 0.7;
}

@media screen and (min-width:769px) {
  /* #TPArea .programArea .programContent ul li:nth-child(1) .blockLead,
  #TPArea .programArea .programContent ul li:nth-child(2) .blockLead,
  #TPArea .programArea .programContent ul li:nth-child(5) .blockLead,
  #TPArea .programArea .programContent ul li:nth-child(6) .blockLead {
    min-height: 100px;
  }
  #TPArea .programArea .programContent ul li:nth-child(3) .blockLead,
  #TPArea .programArea .programContent ul li:nth-child(4) .blockLead {
    min-height: 128px;
  } */
}
@media screen and (max-width:768px) {
  .bgDots {
    padding: 50px 0;
    background-size: 30px;
  }

  /* メインビジュアル */
  #mainVisual {
    margin-top: 45px!important;
  }
  #mainVisual .linkLine {
    width: 115px;
    height: 115px;
    right: 6%;
    bottom: -18%;
    z-index: 1;
  }
  #mainVisual .linkLine img {
    width: 82px;
    height: auto;
  }
  #campusMapArea {
    padding: 85px 16px 120px;
    background: none;
    position: relative;
  }
  #campusMapArea:before {
    content: '';
    background-image: url(/entrance/event/images/2023/bg_campusmap_top_sp.jpg);
    background-size: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    padding-top: 15%;
  }
  #campusMapArea:after {
    content: '';
    background-image: url(/entrance/event/images/2023/bg_campusmap_btm_sp.jpg);
    background-size: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    padding-bottom: 27%;
  }
  #campusMapArea h2 {
    width: 46.01%;
    margin: 0 auto 28px!important;
  }
  #campusMapArea .eventDateTxt {
    font-size: 14px;
  }
  #campusMapArea .slick-prev,
  #campusMapArea .slick-next {
    width: 20px;
    height: 68px;
  }
  #campusMapArea .slick-prev:before {
    border-right: 6px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
  }
  #campusMapArea .slick-next:before {
    border-left: 6px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
  }
  #campusMapArea .slick-prev {
    left: -6px;
  }
  #campusMapArea .slick-next {
    right: -6px;
  }
  #campusMapArea .eventDateTxt ol {
    display: block;
  }
  #campusMapArea .eventDateTxt ol>li {
    width: 100%;
    margin-bottom: 8px;
    font-size: 13px;
  }
  #campusMapArea .eventDateTxt ol>li>ul {
    padding-left: 25px;
  }
  #campusMapArea .eventDateTxt ol>li>div {
    background-repeat: no-repeat;
    background-size: 17px;
    background-position: top 3px left;
    padding: 0px 0 0px 24px;
  }

  /* タイムテ`ブル */
  #TPArea {
    margin-bottom: 70px;
    padding: 0 10px;
  }
  #TPArea h2 {
    margin-bottom: 20px!important;
  }
  #TPArea h2 img {
    width: 38.08%;
  }
  #TPArea .tabW:before {
    width: 99px;
    height: 112px;
    background-size: 99px 112px;
    top: -79px;
    left: 5%;
  }
  #TPArea .tabW .tabBtn li {
    font-size: 16px;
    height: 50px;
    border-radius: 5px 5px 0 0;
  }
  #TPArea .tabW .tabBtn li span {
    font-size: 12px;
  }
  #TPArea .tabContent .scrollArea {
    overflow-x: scroll;
  }
  #TPArea .tabContent .scrollArea img {
    max-width: none;
    width: 567px;
  }
  .customBtn,
  .customBtnGrey {
    width: 100%;
    height: 50px;
    border-radius: 25px;
    font-size: 14px;
  }

  /* _岸プログラム */
  #TPArea .programArea {
    margin-top: 0;
  }
  #TPArea .programArea h2 {
    margin-bottom: 20px!important;
  }
  #TPArea .programArea h2 img {
    width: 37.76%;
  }
  #TPArea .tabW .tabContent {
    padding-left: 18px;
    padding-right: 18px;
  }
  #TPArea .programArea .programContent:before {
    width: 103px;
    height: 140px;
    background-size: 103px 140px;
    top: -89px;
    right: 0;
  }
  #TPArea .programArea .programContent > ul {
    display: block;
    padding-bottom: 0;
  }
  #TPArea .programArea .programContent ul li {
    font-size: 14px!important;
  }
  #TPArea .programArea .programContent ul li,
  #TPArea .programArea .programContent ul li:nth-child(5) {
    width: 100%;
    margin-bottom: 5px;
  }
  #TPArea .programArea .programContent ul li .blockTit {
    margin-bottom: 12px;
    line-height: 1;
  }
  #TPArea .tabContent li:nth-child(1) .programArea .programContent ul li:nth-child(1) .blockTit img,
  #TPArea .tabContent li:nth-child(3) .programArea .programContent ul li:nth-child(1) .blockTit img {
    width: 37.33%;
  }
  #TPArea .tabContent li:nth-child(1) .programArea .programContent ul li:nth-child(2) .blockTit img,
  #TPArea .tabContent li:nth-child(3) .programArea .programContent ul li:nth-child(2) .blockTit img {
    width: 52.82%;
  }
  #TPArea .tabContent li:nth-child(1) .programArea .programContent ul li:nth-child(3) .blockTit img,
  #TPArea .tabContent li:nth-child(3) .programArea .programContent ul li:nth-child(3) .blockTit img {
    width: 43.51%;
  }
  #TPArea .tabContent li:nth-child(1) .programArea .programContent ul li:nth-child(4) .blockTit img,
  #TPArea .tabContent li:nth-child(3) .programArea .programContent ul li:nth-child(4) .blockTit img {
    width: 78.17%;
  }
  #TPArea .tabContent li:nth-child(1) .programArea .programContent ul li:nth-child(5) .blockTit img,
  #TPArea .tabContent li:nth-child(3) .programArea .programContent ul li:nth-child(5) .blockTit img {
    width: 91.15%;
  }
  #TPArea .tabContent li:nth-child(2) .programArea .programContent ul li:nth-child(1) .blockTit img {
    width: 43%;
  }
  #TPArea .tabContent li:nth-child(2) .programArea .programContent ul li:nth-child(2) .blockTit img {
    width: 87%;
  }
  #TPArea .tabContent li:nth-child(2) .programArea .programContent ul li:nth-child(3) .blockTit img {
    width: 87%;
  }
  #TPArea .tabContent li:nth-child(2) .programArea .programContent ul li:nth-child(4) .blockTit img {
    width: 40%;
  }
  #TPArea .tabContent li:nth-child(2) .programArea .programContent ul li:nth-child(5) .blockTit img {
    width: 78%;
  }
  #TPArea .tabContent li:nth-child(2) .programArea .programContent ul li:nth-child(6) .blockTit img {
    width: 94%;
  }
  #TPArea .tabContent li:nth-child(2) .programArea .programContent ul li:nth-child(7) .blockTit img {
    width: 97%;
  }
  #TPArea .tabContent li:nth-child(2) .programArea .programContent ul li:nth-child(8) .blockTit img {
    width: 100%;
  }
  #TPArea .tabContent li:nth-child(2) .programArea .programContent ul li:nth-child(9) .blockTit img {
    width: 45%;
  }
  #TPArea .tabContent li:nth-child(2) .programArea .programContent ul li:nth-child(10) .blockTit img {
    width: 57%;
  }
  #TPArea .programArea .programContent ul li .blockLead {
    font-size: 14px;
    margin-bottom: 10px;
  }
  #TPArea .programArea .programContent ul li .blockImg {
    margin-bottom: 10px;
  }
  #TPArea .programArea .programContent .blockSchedule .tagStyle {
    font-size: 14px;
    width: 54px;
  }
  #TPArea .programArea .programContent .blockSchedule table td {
    padding-bottom: 10px;
    font-size: 14px;
  }
  #TPArea .programArea .programContent .blockSchedule .iconCircle li {
    line-height: 1.3;
  }
  #TPArea .programArea .programContent .blockSchedule .iconCircle li:before {
    margin: 0;
    top: 3px;
  }
  #TPArea .programArea .programContent ul ul {
    padding: 0 0 30px;
  }

  /* 2021啝レポ`ト */
  #movieArea {
    background-image: url(/entrance/event/images/bg_moviearea_sp.png);
  }
  #movieArea h2 {
    margin-bottom: 20px!important;
  }
  #movieArea h2 img {
    width: 60%;
  }
  #movieArea:before {
    background-size: 35px 52px;
    width: 35px;
    height: 52px;
  }
  #movieArea:after {
    background-size: 47px 42px;
    width: 47px;
    height: 42px;
  }
  #movieArea .ytWrap {
    width: 86%;
    height: auto;
  }
  #movieArea .ytWrap iframe {
    width: 100%;
    height: 200px;
  }

  /* 栖宀の蕗 */
  #voiceArea {
    padding: 0 10px;
  }
  #voiceArea h2 img {
    width: 32.69%;
  }
  #voiceArea .voiceContent {
    padding: 20px 10px;
  }
  #voiceArea .voiceContent:before {
    background-size: 91px 76px;
    width: 91px;
    height: 76px;
    top: -60px;
    right: -42px;
  }
  #voiceArea .voiceContent:after {
    background-size: 105px 94px;
    width: 105px;
    height: 94px;
    bottom: -50px;
    left: -36px;
  }
  #voiceArea .voiceContent ul li {
    width: 49%;
    margin-bottom: 10px;
    padding: 10px;
    min-height: 320px;
  }
  #voiceArea .voiceContent ul li:nth-child(5),
  #voiceArea .voiceContent ul li:nth-child(6) {
    margin-bottom: 10px;
  }
  #voiceArea .voiceContent .boxTitTxt {
    font-size: 14px;
  }
  #voiceArea .voiceContent ul li .boxTitW {
    margin-bottom: 10px;
  }
  #voiceArea .voiceContent ul li .boxTitW .boxTitImg {
    margin-right: 10px;
  }
  #voiceArea .voiceContent ul li .boxTxt {
    font-size: 14px;
  }

  /* よくあるご| */
  #qaArea {
    padding: 50px 10px 80px;
    overflow: hidden;
  }
  #qaArea h2 {
    margin-bottom: 15px!important;
  }
  #qaArea h2 img {
    width: 41.21%;
  }
  #qaArea:before {
    background-size: 124px 135px;
    width: 124px;
    height: 135px;
    top: 2%;
    left: -5%;
  }
  #qaArea:after {
    background-size: 85px 91px;
    width: 85px;
    height: 91px;
    bottom: 2%;
    right: -2%;
  }
  #qaArea dl {
    padding: 10px 20px;
    border-radius: 5px;
  }
  #qaArea dl dt,
  #qaArea dl dd {
    padding-left: 35px;
  }
  #qaArea dl dt {
    font-size: 16px;
    line-height: 1.3;
  }
  #qaArea dl dd {
    font-size: 14px;
    padding-top: 20px;
  }
  #qaArea dl dt:before,
  #qaArea dl dd:before {
    width: 26px;
    height: 26px;
  }
  #qaArea dl dt:before {
    font-size: 14px;
    line-height: 1.8;
  }
  #qaArea dl dd:before {
    font-size: 14px;
    line-height: 1.8;
  }
  #qaArea dl dd.topLine {
    border-width: 1px;
  }
  #qaArea dl dt span:before {
    width: 2px;
    height: 20px;
    right: 9px;
  }
  #qaArea dl dt span:after,
  #qaArea dl dt.active span:after {
    height: 2px;
    width: 20px;
    top: 12px;
  }

  .btnApp,
  .btnPt {
    width: 45px;
  }
  .btnApp {
    bottom: 124px;
    right: 10px;
  }
  .btnPt {
    bottom: 72px;
    right: 10px;
  }
}
.finTxt {
  text-align: center;
  font-weight: bold;
  width: 100%;
  padding: 0;
  border-radius: 8px;
  border: 2px solid #f00;
  color: #f00;
}
.btnWrap {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  text-align: center;
}
.btnWrap>div {
  margin: 0 10px;
}
@media screen and (max-width:768px) {
  .finTxt {
    font-size: 18px;
    margin: 40px auto;
    padding: 10px 0;
    width: 96%;
    border-radius: 10px;
  }
  .btnWrap {
    display: block;
  }
  .btnWrap>div {
    margin: 0;
  }
  .btnWrap>div:first-child {
    margin-bottom: 10px;
  }
  .tabContent li:nth-child(1) .btnWrap>div:first-child {
    margin-bottom: 50px;
  }
}

/* 2023定スタイル */
#leadArea {
  background-image: url(/entrance/event/images/2024/bg_lead.jpg);
  background-repeat: repeat-x;
  background-position: top center;
  background-size: 20% auto;
  font-size: 18px;
  text-align: center;
  padding: 140px 0 80px;
  line-height: 1.8;
}
#leadArea .leadTxt {
  margin-bottom: 0 !important;
}
#eventArea {
  background-color: #fff;
  max-width: ;
  margin: 0 auto;
  padding: 60px 5%;
  border-radius: 15px;
}
#eventArea h2 {
  margin: 0 0 50px !important;
}
#eventArea .eventCal {
  display: flex;
  justify-content: center;
  margin: 0 0 50px !important;
}
#eventArea .eventCal li {
  margin: 0 25px !important;
  width: 27%;
}
#eventArea .eventCal li .yearTxt {
  background-color: #1f2a65;
  color: #fff;
  font-size: 18px;
  margin: 0 0 20px;
  padding: 12px 8px;
  line-height: 1;
}
#eventArea .eventCal li .dateImg {
  margin: 0 0 15px;
  text-align: center;
}
#eventArea .eventCal li .timeTxt {
  font-size: 18px;
  text-align: center;
}
#eventArea .eventTxt {
  font-size: 16px;
  text-align: center;
  margin: 0 !important;
}
#eventArea .eventTxt span {
  color: #f00;
}

@media screen and (max-width:768px) {
  .bgDots {
    padding-left: 10px;
    padding-right: 10px;
  }
  #leadArea {
    padding: 50px 10px;
    font-size: 14px;
  }
  #eventArea {
    padding: 30px 5%;
  }
  #eventArea h2 {
    width: 24%;
    margin: 0 auto 20px !important;
  }
  #eventArea .eventCal {
    display: block;
    margin: 0 0 30px !important;
  }
  #eventArea .eventCal li {
    margin: 0 0 15px !important;
    font-size: 14px;
    width: 100%;
  }
  #eventArea .eventCal li .yearTxt {
    font-size: 14px;
  }
  #eventArea .eventCal li .dateImg img {
    width: 60%;
  }
  #eventArea .eventCal li .timeTxt {
    font-size: 14px;
  }
  #eventArea .eventTxt {
    font-size: 14px;
  }
}

/* 20230526弖紗蛍 */
.bgPattern {
  padding: 120px 0;
  position: relative;
}
.bgPattern:before {
  content: '';
  width: 46.46%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(/entrance/event/images/2023/bg_PT_l.png);
  background-position: top left;
  background-size: 100%;
  background-repeat: no-repeat;
}
.bgPattern:after {
  content: '';
  width: 44.12%;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url(/entrance/event/images/2023/bg_PT_r.png);
  background-position: bottom right;
  background-size: 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width:768px) {
  .bgPattern {
    padding: 60px 0 50px;
  }
  .bgPattern:before,
  .bgPattern:after {
    width: 78%;
  }
}

#TPArea {
  position: relative;
  z-index: 10;
}

.grayOut {
  position: relative;
}
.grayOut:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  border-radius: 30px;
}
