*body {
  background-color: #FFFCE6;
  margin: 0%;
  padding: 0%;
  font-family: 'Zen Old Mincho', serif;
  overflow-x: hidden;
  /* display: flex;
  flex-direction: column;
  min-height: 100vh; */
}

body.stop {
  overflow: hidden;
}

html {
  scroll-behavior: smooth;
}


.margin0 {
  margin: 0;
  line-height: 2;
}

.textleft {
  margin: 0;
  line-height: 2;
  text-align: left;
}

.kasou-header {
  position: fixed;
  z-index: 100003;
}

.kasou-header-logo {
  padding: 10px;
  /* position: fixed; */
  width: 50px;
}


.kasou-pagetitle {
  font-family: 'Zen Maru Gothic', sans-serif;
  position: relative;
  padding-top: 70px;
  /* margin-bottom: 50px; */
  /* margin-left: 100px; */
  height: 150px;
}

.pagetitle-top {
  display: inline-block;
  position: absolute;
  font-size: 90px;
  font-weight: 900;
  text-align: left;
  /* line-height: 1.2; */
  opacity: 0.3;
  color: #565656;
  /* left: 100px; */
  /* top: 10px; */
  left: 0;
  top: 0;
  margin: 0;
  white-space: nowrap;
}

/* タイトル */
.tltle-jion {
  position: relative;
}

.pagetitle {
  position: absolute;
}

.pagetitle-top::first-letter {
  font-size: 90px;
  color: #EC6B45;
}

.pagetitle-under {
  display: inline-block;
  position: absolute;
  color: #2f2f2f;
  /* left: 130px; */
  left: 20px;
  top: 75px;
  /* top: 120px; */
  margin: 0;
}

/* 写真 */
.photo img {
  display: flex;
  width: 240px;
  margin-left: 57px;
  /* margin: auto;
  padding-top: 60px;
  padding-bottom: 10px; */
}

.photo-participate img {
  display: block;
  width: 400px;
  margin: auto;
  padding-top: 17px;
  padding-bottom: 30px;
}

/* 強調 */
.emphasis-1 {
  display: flex;
  margin-top: 20px;
}

.emphasis-1-theme {
  color: #F9BC38;
  font-weight: bold;
}

.emphasis-1-sub {
  color: #EC6B45;
  font-weight: bold;
}

.emphasis-sub {
  color: #EC6B45;
  margin-right: 3%;
  display: inline-block;
}

.emphasis-1-accent {
  color: #5BACBC;
  font-weight: bold;
}

/* 強調2*/
.under {
  background: linear-gradient(transparent 70%, #F9BC38 70%);
  opacity: 0.8;
  font-weight: bold;
  color: #2f2f2f;
}

.underline {
  color: #EC6B45;
  font-weight: bold;
}

.emphasis-2 {
  font-weight: bold;
  color: #2f2f2f;
}

.sentence {
  position: relative;
  /* top: 50px; */
  margin: auto;
  margin-top: 60px;
  width: 70%;
  line-height: 2.5;
  font-size: 17px;
  color: #2f2f2f;
}

/* 中見出し */
.triangle-sentence {
  margin-top: 5px;
  margin-bottom: 5px;
}

.triangle-sentence-bold {
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 18px;
}


.triangle,
.triangle::before,
.triangle::after {
  background: #5bacbc;
  width: 10px;
  height: 10px;
}

.triangle::before,
.triangle::after {
  position: absolute;
  content: "";
}

.triangle {
  position: relative;
  /* top: 50%;
  left: 50%; */
  border-top-left-radius: 30%;
  transform: rotate(120deg) skewY(30deg) scaleX(.86666);
}

.triangle::before {
  border-top-right-radius: 30%;
  transform: skewX(-45deg) translateX(50%);
}

.triangle::after {
  border-bottom-left-radius: 30%;
  transform: skewY(-45deg) translateY(50%);
}

.triangle-text {
  display: flex;
  align-items: center;
  column-gap: 15px;
  margin-left: 0.6%;
}

.triangle-text-sentence {
  display: flex;
  align-items: center;
  column-gap: 15px;
  margin-left: 0.6%;
  margin-top: 30px;
}

.triangle-text-secondsentence {
  display: flex;
  align-items: center;
  column-gap: 15px;
  margin-left: 0.6%;
  margin-top: 5px;
}

.first-sentence {
  margin-top: 30px;
  margin-bottom: 0%;
}


.location {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.location>div p:first-child {
  width: 80px;
}

.location>div {
  display: flex;
}

.concept {
  font-size: 70px;
  text-align: center;
  line-height: 2em;
  font-weight: bold;
  color: transparent;
  background: linear-gradient(45deg, #f9bc38 0% 50%, #ec6b45 55% 58%, #5bacbc 65% 100%);
  background-clip: text;
  margin-top: 20px;
  margin-bottom: 20px;
}


.concept-sentence {
  text-align: center;
  line-height: 2.5;
  font-size: 17px;
}


.mail {
  display: inline;
}

.maillink {
  color: #5BACBC;
}

.toiawase {
  color: #000;
}


/* お問い合わせ */
a {
  text-decoration: none;
}

/* マウスオーバー時に下線を表示 */
a:hover {
  text-decoration: underline;
}

.emphasis-a {
  color: #EC6B45;
  font-weight: bold;
}

.onelinespace {
  display: inline-block;
  height: 70px;
}

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


/* カーニング ()*/
.parentheses-left {
  margin-left: -0.8%;
}

.parentheses-left-2 {
  margin-left: -1.5%;
}

.parentheses-right {
  margin-right: -0.8%;
}

.parentheses-right-2 {
  margin-right: -1.5%;
}

/* カーニング「」 */
.brackets-left {
  margin-left: -2.0%;
}

.brackets-left-2 {
  margin-left: -1.3%;
}


.brackets-right {
  margin-right: -2.0%;
}

@media (max-width: 1200px) {
  .logo-paragraph {
    flex-wrap: wrap;
  }

  .logo-paragraph p {
    min-width: 260px;
    margin-top: 30px;
  }
}

/* 大見出し */
.big-heading {
  position: relative;
  width: fit-content;
  padding: 0px 30px;
  border: solid 2px #5bacbc;
  border-radius: 10px;
  font-size: 22px;
  font-family: 'Zen Maru Gothic',
    sans-serif;
  font-weight: bold;
  margin-top: 77px;
}

.big-heading::before,
.big-heading::after {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #5bacbc;
  content: "";
}

.big-heading::before {
  top: -10px;
  left: -10px;
}

.big-heading::after {
  right: -10px;
  bottom: -10px;
}

.big-heading-1 {
  position: relative;
  width: fit-content;
  padding: 0px 30px;
  border: solid 2px #5bacbc;
  border-radius: 10px;
  font-size: 20px;
  font-family: 'Zen Maru Gothic',
    sans-serif;
  font-weight: bold;
  color: #565656;
  margin-top: 80px;

}

.big-heading-1::before {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  /* background-color:; */
  counter-increment: li;
  content: "1";
  display: block;
  background-color: #5bacbc;
  color: white;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  /* justify-content: center; */
  top: -13px;
  left: -13px;

}

.big-heading-1::after {
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background-color: #5bacbc;
}

.big-heading-1::after {
  content: "";
}

.big-heading-1::after {
  right: -8px;
  bottom: -8px;
}

.big-heading-2 {
  position: relative;
  width: fit-content;
  padding: 0px 30px;
  border: solid 2px #5bacbc;
  border-radius: 10px;
  font-size: 20px;
  font-family: 'Zen Maru Gothic',
    sans-serif;
  font-weight: bold;
  color: #565656;
  margin-top: 80px;
}

.big-heading-2::before {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  /* background-color:; */
  counter-increment: li;
  content: "2";
  display: block;
  background-color: hsl(190, 42%, 55%);
  color: white;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  /* justify-content: center; */
  top: -13px;
  left: -13px;

}

.big-heading-2::after {
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background-color: #5bacbc;
}

.big-heading-2::after {
  content: "";
}

.big-heading-2::after {
  right: -8px;
  bottom: -8px;
}

.big-heading-3 {
  position: relative;
  width: fit-content;
  padding: 0px 30px;
  border: solid 2px #5bacbc;
  border-radius: 10px;
  font-size: 20px;
  font-family: 'Zen Maru Gothic',
    sans-serif;
  font-weight: bold;
  color: #565656;
  margin-top: 80px;
}

.big-heading-3::before {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  /* background-color:; */
  counter-increment: li;
  content: "3";
  display: block;
  background-color: hsl(190, 42%, 55%);
  color: white;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  /* justify-content: center; */
  top: -13px;
  left: -13px;

}

.big-heading-3::after {
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background-color: #5bacbc;
}

.big-heading-3::after {
  content: "";
}

.big-heading-3::after {
  right: -8px;
  bottom: -8px;
}

.big-heading-4 {
  position: relative;
  width: fit-content;
  padding: 0px 30px;
  border: solid 2px #5bacbc;
  border-radius: 10px;
  font-size: 20px;
  font-family: 'Zen Maru Gothic',
    sans-serif;
  font-weight: bold;
  color: #565656;
  margin-top: 80px;
}

.big-heading-4::before {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  /* background-color:; */
  counter-increment: li;
  content: "4";
  display: block;
  background-color: hsl(190, 42%, 55%);
  color: white;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  /* justify-content: center; */
  top: -13px;
  left: -13px;

}

.big-heading-4::after {
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background-color: #5bacbc;
}

.big-heading-4::after {
  content: "";
}

.big-heading-4::after {
  right: -8px;
  bottom: -8px;
}

.big-heading-5 {
  position: relative;
  width: fit-content;
  padding: 0px 30px;
  border: solid 2px #5bacbc;
  border-radius: 10px;
  font-size: 20px;
  font-family: 'Zen Maru Gothic',
    sans-serif;
  font-weight: bold;
  color: #565656;
  margin-top: 80px;
}

.big-heading-5::before {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  /* background-color:; */
  counter-increment: li;
  content: "5";
  display: block;
  background-color: hsl(190, 42%, 55%);
  color: white;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  /* justify-content: center; */
  top: -13px;
  left: -13px;

}

.big-heading-5::after {
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background-color: #5bacbc;
}

.big-heading-5::after {
  content: "";
}

.big-heading-5::after {
  right: -8px;
  bottom: -8px;
}

/* 小見出し */
.circle-text {
  margin-left: 30px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.circle-text-policy {
  margin-top: 0px;
  margin-bottom: 0px;
}

.circle-text-gaiyou {
  /* margin-left: 34.5px; */
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: bold;
  line-height: 1.5;
}

.circle {
  color: #5BACBC;
}

/* 余白 */
.marginleft5 {
  margin-left: 5.85%;
  margin-top: 0;
  margin-bottom: 0;
}

.marginleft3 {
  margin-left: 3.5%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.main-logo {
  /* margin-left: 20px; */
  width: 250px;
}


.logo-paragraph {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 80px;
  font-size: 18px;
}

.concept-text {
  width: 70%;
  line-height: 35px;
  /* margin-left: 50px; */
}

.colorimg img {
  width: 200px;
  /* margin-left: 30px; */
  margin-right: 20px;
}

.youtube {
  margin-top: 80px;
  text-align: center;
}

#address {
  text-align: right;
}

#tel {
  text-align: right;
}

#time {
  text-align: right;
}

#mail {
  text-align: right;
}

.final-sentence {
  padding-bottom: 70px;
}

/* ここから昨年の明大祭の様子に使うcss */
.memory_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  margin: 0 auto;
  width: fit-content;
}

.memory_sentence {
  color: #2f2f2f;
  font-size: 17px;
  line-height: 2.5;
}

.memory_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  width: 80%;
}

.final-photo {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  width: 80%;
  padding-bottom: 120px;
}

.memory_container img {
  width: 300px;
  transition: filter .2s ease-in-out;
}

.memory_container img:hover {
  cursor: pointer;
  filter: brightness(.6);
}

.memory_modal {
  display: none;
  background-color: rgba(0, 0, 0, .9);
  width: 100vw;
  height: 100vh;
}

.memory_modal.open {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}

.memory_modal_inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  width: fit-content;
}

.memory_modal_img {
  position: relative;
  width: 70vw;
  max-width: 800px;
}

.memory_modal_closeButton {
  position: absolute;
  bottom: -40px;
  margin: 0;
  color: white;
  font-size: 30px;
}

.memory_modal_closeButton:hover {
  cursor: pointer;
  color: #5BACBC;
}

/* ここまで昨年の明大祭の様子に使うcss */

/* フッダー */
footer {
  background-color: #f9bc38;
  padding-top: 30px;
}

.footer_all {
  width: 80%;
  margin: 0 auto;
  /* height: 500px; */
  margin-top: 30px;
  position: relative;
  background-color: #f9bc38;
}

.logo_position {
  position: absolute;
  left: -55px;
}

.footer_title {
  border-bottom: 2px solid white;
  padding-bottom: 10px;
}


.footer_title_139 {
  width: 330px;
}

.footer_items {
  margin-top: 20px;
  margin-bottom: 15px;
  position: relative;
}

.footer_item {
  font-family: 'Zen Maru Gothic';
  color: white;
  padding-right: 15px;
  padding-left: 15px;
  border-right: 2px solid white;
}

.footer_item_ex {
  font-family: 'Zen Maru Gothic';
  color: white;
  padding-right: 15px;
  padding-left: 15px;
}

ruby {
  font-size: 28px;
  font-weight: 700;
}

ruby[data-ruby] {
  position: relative;
}

ruby[data-ruby]::before {
  content: attr(data-ruby);
  position: absolute;
  left: -2em;
  top: -4px;
  right: 0;
  text-align: right;
  font-size: .4em;
  font-weight: 700;
}

.footer_logo {
  width: 230px;
  opacity: 0.4;
  /* position: absolute; */
  z-index: -1;
}

.banner_items {
  display: flex;
  justify-content: center;
  column-gap: 25px;
  flex-wrap: wrap;
}

.long_banner {
  width: 450px;
  height: 100px;
  background-color: white;
  margin-top: 20px;
  z-index: 1;
  /* border: 1px solid #565656; */
}

.long_banner img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.short_banner {
  width: 213px;
  height: 96px;
  /* border: 1px solid #565656; */
  background-color: white;
  margin-top: 20px;
}

.short_banner img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.copy_right {
  text-align: center;
  /* margin: 15px; */
  padding-top: 25px;
  padding-bottom: 25px;
  font-family: 'Zen Maru Gothic';
}



/* ヘッダーとハンバーガー */
.ALL {
  /* width: 100%; */
  height: 100%;
  position: fixed;
  z-index: 100002;
  font-family: 'Zen Maru Gothic', sans-serif;
}

.loading {
  display: none;
}

.loading.is-active {
  display: block;
}

#logo_loader {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 101;
  background-color: #000;
}

#logo_loader .f_logo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 200px;
  margin: auto;
  width: 400px;
  height: 290px;
  text-align: center;
  color: #fff;
  font-size: 30px;
}

#logo_loader .f_logo img {
  width: 100%;
  height: auto;

}

#logo_loader .f_logo:before {
  content: "";
  display: block;
  width: 100%;
  height: 110%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 100%;
  animation: loadLogo 1.5s;
}

@keyframes loadLogo {
  0% {
    left: 0;
  }

  50% {
    left: 0;
  }

  100% {
    left: 100%;
  }
}

#logo_loader .f_logo:before {
  animation: loadLogo 1.5s;
}

#logo_loader.open {
  animation-name: slideOut;
  animation-fill-mode: forwards;
  animation-duration: 2s;
  animation-delay: 2s;
}

@keyframes slideOut {
  0% {
    transform: translateX(0%);
  }

  50% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(100%);
  }
}

.header {
  height: 50%;
  width: fit-content;
}

.Logo_wrapper {
  margin-top: 10px;
  margin-left: 16%;
  width: fit-content;
}

.LOGO {
  width: fit-content;
  width: 50px;
  margin: 0 auto;
}

.LOGO.logo_white {
  margin-left: 20px
}

.LOGO.disappear {
  display: none;
}

.Menu {
  position: relative;
  font-size: 25px;
  font-weight: 700;
  font-family: 'Zen Maru Gothic', sans-serif;
  line-height: 2;
  writing-mode: vertical-lr;
  color: #333;
  margin-top: 190px;
  margin-left: 12px;
}

.Menu:hover {
  cursor: pointer;
}

.linkbtn {
  width: fit-content;
}

.linkbtn_ul {
  list-style: none;
  width: fit-content;
  margin-left: 26px;
  padding: 0;
}

.linkbtn_li {
  margin-top: 13px;
  width: fit-content;
}

.linkbtn_li a {
  color: #333;
}

.sns_icon {
  font-size: 20px;
}


.openbtn {
  position: relative;
  /* background:#57a2c7; */
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  top: 190px;
  left: 12px;
}

.openbtn span {
  display: inline-block;
  transition: all .4s;
  /*アニメーションの設定*/
  position: absolute;
  left: 12px;
  height: 3px;
  border-radius: 2px;
  background: #333;
  width: 45%;
}

.openbtn.hovered span {
  background: #ec6b45;
}

.Menu_h {
  transition: color .4s;
}

.Menu_h.hovered {
  color: #ec6b45;
}

.Menu.hovered {
  color: #ec6b45;
}

.openbtn span:nth-of-type(1) {
  top: 15px;
}

.openbtn span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}

.openbtn span:nth-of-type(3) {
  bottom: 15px;
  width: 16px;
}

.openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 15px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
  /*真ん中の線は透過*/
}

.openbtn.active span:nth-of-type(3) {
  top: 30px;
  left: 15px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}



/* 修正 */
.margin-top10 {
  margin-top: 10px;
  text-align: right;
}

.margin-top20 {
  margin-top: 20px;
}

.indent-participate {
  margin-left: 1em;
}

.text-gaiyou {
  margin-left: 34.5px;
  margin-bottom: 20px;
}

.indent-triangle {
  margin-left: 1.8em;
}


/* お問い合わせ */
.inquiry {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  line-height: 25px;
  margin-top: 100px;
  margin-bottom: 100px;
}

.inquiry * {
  margin: 0;
}

.inquiry h2 {
  font-family: "Zen Old Mincho", serif;
}

.inquiry p {
  font-family: "Zen Old Mincho", serif;
}

.inquiry .inquiryBody {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.inquiry .inquiryBody>div {
  display: flex;
  justify-content: flex-start;
}

.inquiry .inquiryBody>div p:first-of-type {
  min-width: fit-content;
}

.inquiry .inquiryBody>div p:last-of-type {
  min-width: fit-content;
}

.inquiry .inquiryBody>div a {
  color: #5BACBC;
}

.fa-arrow-up-right-from-square {
  margin-left: 10px;
}

/* よくある質問 */
.cp_qa *,
.cp_qa *:after,
.cp_qa *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cp_qa .cp_actab {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 0 1em 0;
  color: #1b2538;
}

.cp_qa .cp_actab input {
  position: absolute;
  opacity: 0;
}

/* 質問 */
.cp_qa .cp_actab label {
  font-weight: bold;
  line-height: 1.6em;
  position: relative;
  display: block;
  margin: 0 0 0 0;
  padding: 1em 2em 1em 2.5em;
  cursor: pointer;
  text-indent: 1em;
  border-radius: 0.5em;
  background: #FFFCE6;
  font-family: 'Zen Maru Gothic';
}

.cp_qa .cp_actab label::before {
  font-family: 'Zen Maru Gothic';
  font-size: 1.5em;
  margin-left: -2em;
  padding-right: 0.5em;
  content: 'Q';
}

.cp_qa .cp_actab label:hover {
  transition: all 0.3s;
  color: #EC6B45;
}

/* --質問の＋アイコン */
.cp_qa .cp_actab label::after {
  font-size: 1.7em;
  font-weight: bold;
  line-height: 2em;
  position: absolute;
  top: 0;
  right: 0;
  content: '＋';
  display: inline-block;
  width: 2em;
  height: 2em;
  -webkit-transition: transform 0.4s;
  transition: transform 0.4s;
}

/* 答え */
.cp_qa .cp_actab .cp_actab-content {
  position: relative;
  overflow: hidden;
  max-height: 0;
  padding: 0 0 0 2.5em;
  -webkit-transition: max-height 0.2s;
  transition: max-height 0.2s;
  border-radius: 0 0 0.5em 0.5em;
}

.cp_qa .cp_actab .cp_actab-content::before {
  font-family: 'Zen Maru Gothic';
  font-size: 1.5em;
  position: absolute;
  margin: 0.4em 0 0 -1em;
  padding: 0;
  content: 'A';
}

.cp_qa .cp_actab .cp_actab-content p {
  margin: 1em 1em 1em 0;
  font-family: 'Zen Maru Gothic';
}

/* 質問を開いた時の仕様 */
/* --答えの高さ */
.cp_qa .cp_actab input:checked~.cp_actab-content {
  max-height: 40em;
  /* border: 10px solid rgba(27, 37, 56, 0.1); */
}

/* 質問をクリックした時のアイコンの動き */
.cp_qa .cp_actab input:checked~label {
  color: #aaaa;
  border-radius: 0.5em 0.5em 0 0;
}

/* 質問をクリックした時の+の動き */
.cp_qa .cp_actab input[type=checkbox]:checked+label::after {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

/* {
  margin: 0;
  padding: 0;
} */

body {
  background-color: #f9bc38;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.ALL {
  /* width: 100%; */
  height: 100%;
  position: fixed;
  z-index: 100002;
  font-family: 'Zen Maru Gothic', sans-serif;
}

.loading {
  display: none;
}

.loading.is-active {
  display: block;
}

#logo_loader {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 101;
  background-color: #000;
}

#logo_loader .f_logo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 200px;
  margin: auto;
  width: 400px;
  height: 290px;
  text-align: center;
  color: #fff;
  font-size: 30px;
}

#logo_loader .f_logo img {
  width: 100%;
  height: auto;
}

#logo_loader .f_logo:before {
  content: "";
  display: block;
  width: 100%;
  height: 110%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 100%;
  animation: loadLogo 1.5s;
}

@keyframes loadLogo {
  0% {
    left: 0;
  }

  50% {
    left: 0;
  }

  100% {
    left: 100%;
  }
}

#logo_loader .f_logo:before {
  animation: loadLogo 1.5s;
}

#logo_loader.open {
  animation-name: slideOut;
  animation-fill-mode: forwards;
  animation-duration: 2s;
  animation-delay: 2s;
}

@keyframes slideOut {
  0% {
    transform: translateX(0%);
  }

  50% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(100%);
  }
}

.header {
  height: 50%;
  width: fit-content;
}

.Logo_wrapper {
  margin-top: 10px;
  margin-left: 16%;
  width: fit-content;
}

.LOGO {
  width: fit-content;
  width: 50px;
  margin: 0 auto;
}

.LOGO.logo_white {
  margin-left: 20px
}

.LOGO.disappear {
  display: none;
}

.Menu {
  position: relative;
  font-size: 25px;
  font-weight: 700;
  font-family: 'Zen Maru Gothic', sans-serif;
  line-height: 2;
  writing-mode: vertical-lr;
  color: #333;
  margin-top: 190px;
  margin-left: 12px;
}

.Menu:hover {
  cursor: pointer;
}

.linkbtn {
  width: fit-content;
}

.linkbtn_ul {
  list-style: none;
  width: fit-content;
  margin-left: 26px;
  padding: 0;
}

.linkbtn_li {
  margin-top: 13px;
  width: fit-content;
}

.linkbtn_li a {
  color: #333;
}

.sns_icon {
  font-size: 20px;
}


.openbtn {
  position: relative;
  /* background:#57a2c7; */
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  top: 190px;
  left: 12px;
}

.openbtn span {
  display: inline-block;
  transition: all .4s;
  /*アニメーションの設定*/
  position: absolute;
  left: 12px;
  height: 3px;
  border-radius: 2px;
  background: #333;
  width: 45%;
}

.openbtn.hovered span {
  background: #ec6b45;
}

.Menu_h{
  transition: color .4s;
}

.Menu_h.hovered {
  color: #ec6b45;
}

.Menu.hovered{
  color: #ec6b45;
}

.openbtn span:nth-of-type(1) {
  top: 15px;
}

.openbtn span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}

.openbtn span:nth-of-type(3) {
  bottom: 15px;
  width: 16px;
}

.openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 15px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
  /*真ん中の線は透過*/
}

.openbtn.active span:nth-of-type(3) {
  top: 30px;
  left: 15px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}

main {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 1;
  /* width: 85% */

}

body.stop {
  overflow: hidden;
}

.index_box {
  width: 73%;
  /* height: 500px; */
  background-color: #fffce6;
  margin-top: 100px;
  border: 6px solid #ec6b45;
  border-radius: 20px;
  position: relative;
  height: auto;
}

.contain {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80%;
  position: relative;
  width: 73%;
  overflow: hidden;
  margin-top: 60px;
}

.video_first {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 83vh;
  object-fit: cover;
  /* opacity: 80%; */
  display: block;
  margin: 0 auto;
  margin-right: 0;
  z-index: -1;
  border-radius: 15px;
}

.video_first_wrapper {
  width: 105%;
  border-radius: 20px;
  border-top: 6px solid #ec6b45;
  border-left: 6px solid #ec6b45;
  border-right: 6px solid #ec6b45;
  border-bottom: 6px solid #ec6b45;
}

@media (max-width: 890px){
  .text_bottom{
    word-break: break-all;
  }
}

.right_bottom {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 190px;
  height: 185px;
  border-radius: 100% 100% 0 100%;
  background-color: #f9bc38;
  border: 6px solid #ec6b45;
  bottom: -21px;
  right: -28px;
  z-index: 1;
}

.logo {
  width: 140px;
  height: auto;
  /* margin-top: 20px; */
  /* margin-left: 20px; */
}

.text {
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 1;
  font-size: 3.5vw;
  color: #ec6b45;
  font-family: 'Zen Maru Gothic';
  font-weight: 700;
}

.theme {
  position: relative;
  height: 470px;
}

.theme>* {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.logo40 {
  width: 350px;
  opacity: 0.2;
  position: absolute;
  top: 184px;
}

.theme_contents {
  position: absolute;
  text-align: center;
  font-family: 'Zen Maru Gothic';
  font-weight: bold;
  color: #5bacbc;
}

.theme_btn {
  color: #333;
  font-family: 'Zen Maru Gothic';
  font-weight: bold;
  z-index: 100;
  position: relative;
  /*形状*/
  display: inline-block;
  padding: 0 20px;
  /* padding-bottom: 3; */
  color: #333;
  text-decoration: none;
  outline: none;
}

.theme_btn_ex {
  padding-bottom: 30px;
}

.theme_btn_v:hover {
  color: #ec6b45;
}

.theme_btn::before {
  content: '';
  /*絶対配置で下線の位置を決める*/
  position: absolute;
  bottom: -8px;
  left: 15%;
  /* padding-bottom: 30px; */
  /*下線の形状*/
  width: 85%;
  height: 1.5px;
  background: #333;
  /*アニメーションの指定*/
  transition: all .3s;
}

.theme_btn::after {
  content: '';
  /*絶対配置で矢印の位置を決める*/
  position: absolute;
  bottom: -4px;
  right: -2px;
  /*矢印の形状*/
  width: 15px;
  height: 1.5px;
  border-radius: 1px;
  background: #333;
  transform: rotate(35deg);
  /*アニメーションの指定*/
  transition: all .3s;
}

/*hoverした際の移動*/
.theme_btn:hover::before {
  left: 25%;
  background: #ec6b45;
}

.theme_btn:hover::after {
  right: -10%;
  background: #ec6b45;
}

.theme_title {
  width: 200px;
  margin-bottom: 30px;
  margin-top: 30px;
}

.paragraph {
  margin-bottom: 35px;
}

.theme_title_02 {
  width: 350px;
  margin-top: 30px;
}

.paragraph {
  margin-top: 50px;
  margin-bottom: 60px;
  font-family: 'Zen Maru Gothic';
}

.index_box h2 {
  border-bottom: 6px solid #ec6b45;
  margin: 0;
  padding-block: 16px;
}

.cards {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 20px;
  column-gap: 130px;
  padding-bottom: 70px;
  /* flex-direction: column; */
}

.card {
  width: 340px;
  height: 180px;
  background-color: white;
  /* border: 1px solid black; */
  border-radius: 10px;
  position: relative;
  margin-top: 55px;
    flex-direction: column;
}

.card_bottom {
  width: 340px;
  height: 180px;
  background-color: white;
  /* border: 1px solid black; */
  border-radius: 10px;
  position: relative;
  margin-top: 40px;
  margin-bottom: 20px;
  flex-direction: column;
}

.cards img {
  object-fit: cover;
  object-position: 40px;
  width: 100%;
  height: 100%;
  border-radius: 9px;
}

.card_btn {
  width: 340px;
  text-align: center;
  margin-bottom: 30px;
}

.card_info {
  position: absolute;
  height: 100%;
  width: 35%;
  background-color: #ec6b45;
  top: 0px;
  border-radius: 10px 0px 0px 10px;
}

.card_info p {
  text-align: center;
  font-family: 'Zen Maru Gothic';
  color: white;
  padding-top: 78px;
  font-weight: 700;
}

.card_info_b {
  position: absolute;
  height: 100%;
  width: 35%;
  background-color: #5bacbc;
  top: 0px;
  border-radius: 10px 0px 0px 10px;
}

.card_info_b p {
  text-align: center;
  font-family: 'Zen Maru Gothic';
  color: white;
  padding-top: 55px;
  font-weight: 700;
}

.card_info_b_bottom {
  position: absolute;
  height: 100%;
  width: 35%;
  background-color: #5bacbc;
  top: 0px;
  border-radius: 10px 0px 0px 10px;
}

.card_info_bottom {
  position: absolute;
  height: 100%;
  width: 35%;
  background-color: #ec6b45;
  top: 0px;
  border-radius: 10px 0px 0px 10px;
}

.card_info_b_bottom p {
  text-align: center;
  font-family: 'Zen Maru Gothic';
  color: white;
  padding-top: 67px;
  font-weight: 700;
}

.card_info_bottom p {
  text-align: center;
  font-family: 'Zen Maru Gothic';
  color: white;
  padding-top: 67px;
  font-weight: 700;
}

@media (max-width: 1100px){
  .card_info_b_bottom{
    background-color: #ec6b45;
  }

  .card_info_bottom{
    background-color: #5bacbc;
  }
}

.information {
  font-family: 'Zen Maru Gothic';
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
}

.information_left {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  row-gap: 20px;
  border-right: 6px solid #ec6b45;
  padding-top: 20px;
  padding-bottom: 50px;
}

@media (max-width: 750px) {
  .information_left {
    border-color: transparent;
    flex-wrap: wrap;
  }

  .information{
    flex-wrap: wrap;
  }

  .information_right{
    padding-bottom: 70px;
  }
}

.information_left p {
  line-height: 25px;
}

.information_rocate {
  margin: 20px;
}

.information_word {
  font-size: 20px;
  font-weight: 700;
  color: #ec6b45;
  text-align: left;
}

.information_p_ex {
  margin-top: 30px;
}

.information_word:not(.information_word:first-of-type) {
  margin-top: 20px;
}

.information_paragraph {
  margin-top: 10px;
  display: flex;
  text-align: left;
}

.information_place {
  padding-left: 22px;
  margin-top: 5px;
}

.information_date {
  padding-left: 22px;
  margin-top: 10px;
}

.information_time {
  padding-left: 22px;
  display: flex;
  margin-top: 10px;
}

.time_margin {
  margin-right: 25px;
  display: inline-block;
}

.information_access {
  padding-left: 22px;
  margin-top: 10px;
}

.information_right {
  width: 36vw;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.information_right iframe {
  width: 85%;
  max-width: 400px;
  aspect-ratio: 1/1;
  margin: 20px;
  /* height: 90%; */
}

.red {
  color: #ec6b45;
  font-weight: 700;
}

.time {
  line-height: 45px;
}

.information_paragraph {
  padding-top: 15px;
  padding-bottom: 15px;
  word-break: keep-all;
}

.news_op {
  font-family: 'Zen Maru Gothic';
  display: flex;
  width: 90%;
  margin-inline: auto;
  padding: 2% 0%;
  border-bottom: 1px solid black;
}

.news_up{
  font-family: 'Zen Maru Gothic';
  display: flex;
  width: 90%;
  margin-inline: auto;
  padding: 2% 0%;
  border-bottom: 1px solid black;
}

.news_left {
  display: flex;
  align-items: center;
  width: 40%;
  padding-top: 25px;
  padding-bottom: 25px;
}

@media (max-width: 820px){
  .left_item{
    flex-wrap: wrap;
  }
}

.news_right {
  width: 60%;
  padding-top: 25px;
  padding-bottom: 25px;
  word-break: keep-all;
}

.type {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  margin-inline: auto;
  border-radius: 15px;
  padding-bottom: 5px;
  color: white;
}

.type.Open {
  background-color: #ec6b45;
}

.type.Update {
  background-color: #5bacbc;
}

.news_border {
  line-height: 45px;
  border-bottom: 1px solid;
}

.news_btn {
  padding-top: 20px;
  padding-bottom: 30px;
  text-align: center;
}

.float {
  margin: 0 auto;
  width: 100%;
  font-size: 28px;
  text-align: center;
  overflow: hidden;
}

.float_animation {
  color: #ec6b45;
  margin: 0;
  display: inline-block;
  padding-left: 0%;
  white-space: nowrap;
  line-height: 1em;
  animation: scrollSample01 480s linear infinite;
  font-family: 'Zen Maru Gothic';
}

.news_hover:hover{
  color: #ec6b45;
  transition: .2s;
}

@keyframes scrollSample01 {
  0% {
    transform: translateX(0)
  }

  100% {
    transform: translateX(-100%)
  }
}

.photo-bnr{
    display: flex;
    margin-top: 80px;
    margin-bottom: 115px;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
} 

.step1{
  display: flex;
  /* margin-bottom: 40px; */
  gap: 40px;
}

.step2{
  display: flex;
  gap: 40px;
}

/* 企画 */
.kikaku-bnr{
  background-color: #EC6B45;
  display: inline-block;
  width: 240px;
  height: 240px;
  /* margin-right: 3%; */
  border-radius: 25px;
  overflow: hidden;
  position: relative;
  transition-duration: .4s;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 25px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  color: #fff;
  /* margin-bottom: 40px; */
}

.kikaku-bnr:hover {
  border-radius: 50%;
  opacity: 0.8;
}
.kikaku-bnr::before,
.kikaku-bnr::after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  margin: auto;
  transition: .6s cubic-bezier(0.33, 1, 0.68, 1);
  /* opacity: 0.8; */
}
.kikaku-bnr::before {
  background: #ec6c4580;
  width: 100%;
  height: 100%;
  transition-duration: 0.8s;
}
.kikaku-bnr::after{
  background-color: #ec6c4580;
  color: #fff;
  content: "企画を探す";
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 25px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  bottom: 0;
  right: 0;
}

.kikaku-bnr:hover::before,
.kikaku-bnr:hover::after {
  opacity: 1;
}
.kikaku-bnr:hover::after {
  transition-delay: 0.1s;
}

/* ステージ */
.stage-bnr{
  background: url(../img/stage-bnr.jpg)no-repeat center center / cover;
  display: inline-block;
  width: 240px;
  height: 240px;
  border-radius: 25px;
  position: relative;
  transition-duration: 0.5s;
  background-size: cover;
}

.stage-bnr::after{
  width: 240px;
  height: 240px;
  content: "屋外ステージ企画";
  background: #ec6c4545;
  position: absolute;
  border-radius: 25px;
  color: #fff;
  justify-content: center;
  align-items: center;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 25px;
  display: flex;
  transition-duration: 0.5s;
}

.stage-bnr:hover {
  border-radius: 50%;
}

.stage-bnr:hover::after{
  border-radius: 50%;
  background-color: #ec6c4587;
}


/* 教室 */
.kyoushitsu-bnr{
  background: url(../img/kyoshitsu-bnr.jpg)no-repeat center center / cover;
  display: inline-block;
  width: 240px;
  height: 240px;
  border-radius: 25px;
  position: relative;
  transition-duration: 0.5s;
  background-size: cover;
}

.kyoushitsu-bnr::after{
  width: 240px;
  height: 240px;
  content: "教室企画";
  background: #ec6c4545;
  position: absolute;
  border-radius: 25px;
  color: #fff;
  justify-content: center;
  align-items: center;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 25px;
  display: flex;
  transition-duration: 0.5s;
}

.kyoushitsu-bnr:hover {
  border-radius: 50%;
}

.kyoushitsu-bnr:hover::after{
  border-radius: 50%;
  background-color: #ec6c4587;
}


/* 模擬店 */
.mogitenn-bnr{
  background: url(../img/mogiten-bnr.jpg)no-repeat center center / cover;
  display: inline-block;
  width: 240px;
  height: 240px;
  border-radius: 25px;
  position: relative;
  transition-duration: 0.5s;
  background-size: cover;
}

.mogitenn-bnr::after{
  width: 240px;
  height: 240px;
  content: "模擬店企画";
  background: #ec6c4545;
  position: absolute;
  border-radius: 25px;
  color: #fff;
  justify-content: center;
  align-items: center;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 25px;
  display: flex;
  transition-duration: 0.5s;
}

.mogitenn-bnr:hover {
  border-radius: 50%;
}

.mogitenn-bnr:hover::after{
  border-radius: 50%;
  background-color: #ec6c4587;
}

/* 実行委員 */
.jikkouiinn-bnr{
  background: url(../img/jikkouiin-bnr.jpg)no-repeat center center / cover;
  display: inline-block;
  width: 240px;
  height: 240px;
  border-radius: 25px;
  position: relative;
  transition-duration: 0.5s;
  background-size: cover;
}

.jikkouiinn-bnr::after{
  width: 240px;
  height: 240px;
  content: "実行委員会企画";
  background: #ba45ec2a;
  position: absolute;
  border-radius: 25px;
  color: #fff;
  justify-content: center;
  align-items: center;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 25px;
  display: flex;
  transition-duration: 0.5s;
}

.jikkouiinn-bnr:hover {
  border-radius: 50%;
}

.jikkouiinn-bnr:hover::after{
  border-radius: 50%;
  background-color: #a241c587;
}


/* 絞り込み */
.controls{
  margin-top: 35px;
}

.search_sentence{
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 18px; 
    color: #2f2f2f;
}

.search_title {
  position: absolute;
  width: 120px;
  height: 40px;
  line-height: 40px;
  background-color:#f9bc38;
  border-radius: 100vh;
  color: #fff;
  text-align: center;
  margin-bottom: 35px;
  object-fit: cover;
  font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 18px; 
}


.check_item{
    display: flex;
    margin: 0 auto;
    width: 77%;
    justify-content: left;
}

.check_item p{
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px; 
  color: #2f2f2f;
}

.item_wrapper{
  position: relative;
  display: flex;
  justify-content: left;
  align-items: center;
  flex-wrap: wrap;
  line-height: 40px;
  gap: 14px;
  margin-bottom: 35px;
  margin-left: 175px;
  flex-wrap: wrap;
}

.check{
  display: flex;
  gap: 7px;
}

.checkbox-002 {
    border: none;
}

.checkbox-002 label {
    display: flex;
    align-items: center;
    /* gap: 0 .5em; */
    position: relative;
    cursor: pointer;
    justify-content: left;
}

.checkbox-002 label::before {
    width: 25px;
    height: 25px;
    border-radius: 7px;
    border: 4px solid #5bacbc;
    content: "";
    /* position: absolute; */
    
}
/* filter.active */
/* checkbox-002 label::before */


.filter.active{
    position: absolute;
    transform: rotate(45deg);
    width: 8px;
    height: 13px;
    border: solid #5bacbc;
    border-width: 0 3.5px 3.5px 0;
    content: "";
     display: flex;
     justify-content: center;
     margin-left: 11px;
     margin-top: -2px;

     /* border-radius: 7px; */
    /* gap: 0 .5em; */
    /* position: relative; */
    /* cursor: pointer; */
    /* justify-content: left; */
    /* margin-right: 0.5em; */
}

.checkbox-002 label:has(:checked)::after {
    position: absolute;
    /* top: 12px; */
    /* left: 9px; */
    transform: rotate(45deg);
    width: 8px;
    height: 13px;
    border: solid #5bacbc;
    border-width: 0 3.5px 3.5px 0;
    content: "";
} 
label{
  margin: 0;
}
.genre_sentence{
  margin: 0;
}
.checkbox-002 input {
    display: none;
}

.attention_logo{
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  padding-top: 30px;
  margin-bottom: 60px;
  mix-blend-mode: darken;
  gap: 12.5px;
}

.block1{
  display: flex;
  gap: 12.5px 10px;
}

.block2{
  display: flex;
  gap: 12.5px;
}

.attention_contents{
  text-align: center;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.search_container{
  justify-content: center;
  display: flex;
  position: relative;
  box-sizing: border-box;
  border: 4px solid #EC6B45;
  background-color: #fff;
  border-radius: 50px;
  height: 2.5em;
  width: 350px;
  overflow: hidden;
  margin: auto;
  margin-bottom: 80px;
}

.search_container input[type="text"]{
  border: none;
  /* height: 2.5em; */
  width: 300px;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 17px;
  /* margin-left: -20px;
  margin-top: -3px; */
}

.search_container input[type="text"]:focus {
  outline: 0;
}

.search_container input[type="submit"]{
  cursor: pointer;
  font-family: FontAwesome;
  font-size: 1.2em;
  border: none;
  background: none;
  color: #2f2f2f;
  position: absolute;
  width: 2.5em;
  height: 2.3em;
  right: 5px;
  top: -6px;
  outline : none;
}

/* カード */
.card_box{
  display: flex;
  flex-wrap: wrap;
  gap: 70px 70px;
  justify-content: center;
  margin-bottom: 150px;
}

.outer_red {
    position: relative;
    background-image:
    radial-gradient(circle at 2.5px 2.5px, transparent 15px, #ec6b45 0),
    radial-gradient(circle at calc(100% - 2.5px) 2.5px, transparent 15px, #ec6b45 0),
    radial-gradient(circle at 2.5px calc(100% - 2.5px), transparent 15px, #ec6b45 0),
    radial-gradient(circle at calc(100% - 2.5px)  calc(100% - 2.5px), transparent 15px, #ec6b45 0);
    background-position: 0% 0%, 100% 0%, 0% 100%, 100% 100%;
    background-repeat: no-repeat;
    background-size: 55% 55%;
    width: 540px;
    height: 300px;
}
.outer_orange {
    position: absolute;
    top: 2.5px;
    left: 2.5px;
    background-image:
    radial-gradient(circle at 0% 0%, transparent calc(15px + 2.5px), #f9bc38 0),
    radial-gradient(circle at 100% 0%, transparent calc(15px + 2.5px), #f9bc38 0),
    radial-gradient(circle at 0% 100%, transparent calc(15px + 2.5px), #f9bc38 0),
    radial-gradient(circle at 100% 100%, transparent calc(15px + 2.5px), #f9bc38 0);
    background-position: 0% 0%, 100% 0%, 0% 100%, 100% 100%;
    background-repeat: no-repeat;
    background-size: 55% 55%;
    width: calc(540px - 2.5px * 2);
    height: calc(300px - 2.5px * 2);
}
.inner_red {
    position: absolute;
    top: 12.5px;
    left: 12.5px;
    background-image:
    radial-gradient(circle at -10px -10px, transparent 30px, #ec6b45 0),
    radial-gradient(circle at calc(100% + 10px) -10px, transparent 30px, #ec6b45 0),
    radial-gradient(circle at -10px calc(100% + 10px), transparent 30px, #ec6b45 0),
    radial-gradient(circle at calc(100% + 10px)  calc(100% + 10px), transparent 30px, #ec6b45 0);
    background-position: 0% 0%, 100% 0%, 0% 100%, 100% 100%;
    background-repeat: no-repeat;
    background-size: 55% 55%;
    width: 510px;
    height: 270px;
}
.inner_white {
    position: absolute;
    top: 2.7px;
    left: 2.7px;
    background-image:
    radial-gradient(circle at -13px -13px, transparent calc(30px + 3.3px), white 0),
    radial-gradient(circle at calc(100% + 13px) -13px, transparent calc(30px + 3.3px), white 0),
    radial-gradient(circle at -13px calc(100% + 13px), transparent calc(30px + 3.3px), white 0),
    radial-gradient(circle at calc(100% + 13px) calc(100% + 13px), transparent calc(30px + 3.3px), white 0);
    background-position: 0% 0%, 100% 0%, 0% 100%, 100% 100%;
    background-repeat: no-repeat;
    background-size: 55% 55%;
    width: calc(540px - 17.5px * 2);
    height: calc(300px - 17.5px * 2);
}

.card_contents{
  font-family: 'Zen Maru Gothic', sans-serif;
  margin-left: 190px;
  font-weight: bold;
  color: #2f2f2f;
}

.card_top{
  display: flex;
  margin-top: 15px;
}

.card_top2{
  display: flex;
  margin-top: 16px;
}

.kikakumei{
  font-size: 17px;
  line-height: 20px;
  margin-bottom: 2px;
  margin-left: 12.5px;
}

.kikakumei2{
  font-size: 16px;
  line-height: 17px;
  /* margin-bottom: 5px; */
  margin-left: 12.5px;
  margin-bottom: 2px;
  margin-top: -5px;
}

.kikakumei_jack{
  font-size: 16.5px;
  line-height: 20px;
  margin-bottom: 2px;
  margin-left: 12.5px;
}

.top_name{
  line-height: 20px;
  margin-top: 14px;
}

.danntaimei{
  font-size: 13px;
  /* border-bottom: 2.5px solid #EF886A; */
  width: 283px;
  padding-bottom: 5.5px;
  /* margin-left: 2px; */
}

.danntaimei2{
  font-size: 11px;
  line-height: 13px;
  /* border-bottom: 2.5px solid #EF886A; */
  width: 283px;
  padding-bottom: 5.5px;
  /* margin-left: 2px; */
}

.danntaimei3{
  font-size: 9.5px;
  /* border-bottom: 2.5px solid #EF886A; */
  width: 283px;
  padding-bottom: 5.5px;
  /* margin-left: 2px; */
}

.round1{
  width: 3px;
  height: 3px;
  border-radius: 50%;
  border: 3px solid #EF886A;
  background-color: #EF886A;
  margin-top: -5px;
  margin-left: 3.5px;
  position: relative;
  

}

.round1::after{
 content:"";
   display:block;
   width: 285px;
   height:2.5px;
   margin-left: -1px;
   
  position:absolute;
   /* left:-3px; */
   background-color: #EF886A;
}

.round2{
  width: 3px;
  height: 3px;
  border-radius: 50%;
  border: 3px solid #EF886A;
  background-color: #EF886A;
  margin-top: -9px;
  margin-left: 287.5px;
}

.box1{
  /* width: 42px; */
  height: 42px;
  /* border: 1.5px solid #2f2f2f; */
  /* border-radius: 20%; */
  margin-left: -53px;
  margin-top: -22px;
  margin-bottom: 8px;
  z-index: 200
}

.card_information{
  font-size: 14px;
  line-height: 25px;
  border-bottom: dashed 2.5px#EF886A;
  padding-bottom: 4px;
  width: 285px;
  font-family: 'Zen Maru Gothic', sans-serif;
  margin: 0 0 12px 12px;
}

.card_information_booth{
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 13px;
  line-height: 25px;
  border-bottom: dashed 2.5px#EF886A;
  padding-bottom: 20px;
  width: 285px;
  margin-left: 13px;
  font-family: 'Zen Maru Gothic', sans-serif;
}

.card_information_room{
  font-size: 13px;
  margin-top: 20px;
  margin-bottom: 13px;
  line-height: 25px;
  border-bottom: dashed 2.5px#EF886A;
  padding-bottom: 20px;
  width: 275px;
  margin-left: 13px;
  font-family: 'Zen Maru Gothic', sans-serif;
}

.card_message{
  position: absolute;
  width: 272px;
  height: 50px;
  border: solid 2.5px #f9bc38;
  background-color: #f9bc3854;
  /* margin-left: 18px; */
  border-radius: 15px;
  z-index: 500;
  font-family: 'Zen Maru Gothic', sans-serif;
  padding: 5px 10px;
  margin-left: 5px;
  
}

.card_message p{
  display: inline-block;
  vertical-align: middle;
}

.card_message_title{
  font-size: 16px;
  line-height: 10px;
}

.card_message_contents{
  font-size: 15px;
  margin-top: 2px;
  display: flex;
  align-items: center;
  height: 30px;
  line-height: 15px;
}

.meijobp{
  font-size: 13px;
}

.readmore{
  position: absolute;
  top: 239px;
  left: 379px;
  z-index: 500;
  font-size: 16px;
  font-family: 'Zen Maru Gothic', sans-serif;
}

.readmore:hover{
  color: #f9bc38;
}

.image_photo{
  width: 155px;
  height: 155px;
  /* border: 1.5px solid #2f2f2f; */
  position: absolute;
  top: 27px;
  left: 22px;
  border-radius: 10%;
  object-fit: cover;
  z-index: 500;
}

.image_photoj{
  width: 155px;
  width: 30%;
  /* height: 155px; */
  /* border: 1.5px solid #2f2f2f; */
  position: absolute;
  top: 45px;
  left: 22px;
  /* border-radius: 10%; */
  object-fit: cover;
  z-index: 500;
}

.image_photos{
  width: 155px;
  position: absolute;
  top: 45px;
  left: 22px;
  border-radius: 10%;
  object-fit: cover;
  z-index: 500;
}

.image_photoss{
  width: 170px;
  position: absolute;
  top: 53px;
  left: 16px;
  border-radius: 10%;
  object-fit: cover;
  z-index: 500;
}

.image_photom{
  width: 140px;
  position: absolute;
  top: 29px;
  left: 26px;
  border-radius: 10%;
  object-fit: cover;
  z-index: 500;
}



.image_photo1{
  width: 155px;
  height: 155px;
  /* border: 1.5px solid #2f2f2f; */
  position: absolute;
  top: 27px;
  left: 22px;
  border-radius: 10%;
}

.attention_image{
  position: absolute;
  display: flex;
  margin-left: 23px;
  top: 191px;
}

.box2{
  width: 45px;
  height: 45px;
  border: 1.5px solid #2f2f2f;
  border-radius: 20%;
  margin-right: 6px;
}


#mixitup .mix{
  display: none;
}

.kikakumei_ANCHORS, .kikakumei_amour, .kikakumei_fura, .kikakumei_APS, .kikakumei_suruga, .kikakumei_BEAT, .kikakumei_gakudann, .top_name_shikonn, .kikakumei_seisaku, .kikakumei_chiri, .kikakumei_nou, .kikakumei_bodoge, .kikakumei_beat{
  font-size: 16px;
  line-height: 17px;
}

.kikakumei_Blooms, .kikakumei_mob, .kikakumei_butou, .kikakumei_ANCHORS2, .kikakumei_ichigo, .kikakumei_rassi-, .kikakumei_hotta, .kikakumei_kishi, .kikakumei_seiyuu, .kikakumei_e-meiji, .kikakumei_MBBC, .top_name_WC, .kikakumei_sannmonn, .kikakumei_pole{
  font-size: 18px;
  line-height: 19px;
}

.kikakumei_amour2, .kikakumei_teko, .kikakumei_shamisenn, .kikakumei_mercie, .kikakumei_street, .kikakumei_MNB, .kikakumei_M.U.A, .kikakumei_surugaseiyuu, .kikakumei_scope, .kikakumei_boccha, .kikakumei_KLAVIER, .kikakumei_morinaga, .kikakumei_rakugo, .kikakumei_gacha{
  font-size: 18px;
  line-height: 19px;
}



.kikakumei_camera, .kikakumei_gacha{
  font-size: 15.15px;
  line-height: 17.5px;
}

.danntaimei_ANCHORS, .danntaimei_kouyuu, .danntaimei_kaiwai{
  font-size: 12px;
  border-bottom: 2.5px solid #EF886A;
  width: 291px;
  padding-bottom: 5.5px;
  margin-left: 2px;
}

.danntaimei_ichigo, .danntaimei_thesupporters{
  font-size: 11px;
  border-bottom: 2.5px solid #EF886A;
  width: 291px;
  padding-bottom: 5.5px;
  margin-left: 2px;
}

.danntaimei_yamauchi{
  font-size: 10.5px;
  border-bottom: 2.5px solid #EF886A;
  width: 291px;
  padding-bottom: 5.5px;
  margin-left: 2px;
}

.danntaimei_rinobe{
  font-size: 9.5px;
  border-bottom: 2.5px solid #EF886A;
  width: 291px;
  padding-bottom: 5.5px;
  margin-left: 2px;
}



.box1_ANCHORS{
  width: 42px;
  height: 42px;
  margin-left: -48px;
  margin-top: 23px;
  z-index: 200
}

.box1_access, .box1_Blooms, .box1_street, .box1_fork{
  width: 42px;
  height: 42px;
  margin-left: -48px;
  margin-top: 31px;
  z-index: 200
}

 .box1_JAGUARS, .box1_teko, .box1_ANCHORS2, .box1_seiyuu, .box1_smash, .box1_OCG, .box1_shikonn, .box1_SHERLOCK, .box1_rakugo{
  width: 42px;
  height: 42px;
  margin-left: -53px;
  margin-top: 26px;
  z-index: 200
 }

 .box1_surugaseiyuu{
  width: 42px;
  height: 42px;
  margin-left: -53px;
  margin-top: 18px;
  z-index: 200
 }

 .box1_e-meiji, .box1_scope{
  width: 42px;
  height: 42px;
  margin-left: -53px;
  margin-top: 17px;
  z-index: 200
 }

 .box1_mob, .box1_klein, .box1_OC, .box1_teko2, .box1_ss, .box1_thesupporters, .box1_shinnkann, .box1_kishi, .box1_street2{
  width: 42px;
  height: 42px;
  margin-left: -53px;
  margin-top: 30px;
  z-index: 200
 }

.top_name_access, .top_name_Blooms, .top_name_street, .top_name_SoundArts, .top_name_fork, .top_name_ANCHORS2, .top_name_ANCHORS, .top_name_seiyuu,  .top_name_smash, .top_name_OCG, .top_name_SHERLOCK, .top_name_scope, .top_name_rakugo{
  margin-top: 9px;
}

.top_name_e-meiji, .top_name_scope{
  margin-top: -2px;
}

.top_name_surugaseiyuu{
  margin-top: 2px;
}

.top_name_teko, .top_name_JAGUARS, .top_name_JAGUARS2, .top_name_mob{
  margin-top: 12px;
}

.top_name_shikonn{
  margin-top: 15px;
}

.box2_photo{
  /* width: 67px; */
  height: 49px;
  margin-right: 4px;
  /* margin-left: 6px; */
}

.box2_kyoka{
  width: 50px;
  height: 50px;
  margin-right: 6px;
}

.top_name_klein, .top_name_OC, .top_name_teko2, .top_name_ss, .top_name_thesupporters, .top_name_shinnkann, .top_name_kishi, .top_name_street2{
  margin-top: 10px;
}

.top_name_kubota, .top_name_keio, .top_name_gacha{
  margin-top: 8px;
}

.box1_kubota, .box1_keio, .box1_gacha{
  width: 42px;
  height: 42px;
  margin-left: -53px;
  margin-top: 26px;
  z-index: 200
}

.card_message_contents_room{
  font-size: 13px;
  margin-top: 1px;
  line-height: 15px;
}

.card_message_contents_room2{
  font-size: 12.5px;
  margin-top: 1px;
  line-height: 13px;
}

.card_message_scope, .card_message_poke{
  position: absolute;
  width: 260px;
  height: 50px;
  border: solid 2.5px #f9bc38;
  background-color: #f9bc3854;
  margin-left: 17px;
  border-radius: 15px;
  z-index: 500;
  font-family: 'Zen Maru Gothic', sans-serif;
}

.card_information_e-meiji{
  font-size: 13px;
  margin-top: 4px;
  margin-bottom: 6px;
  line-height: 25px;
  border-bottom: dashed 2.5px#EF886A;
  padding-bottom: 8px;
  width: 280px;
  margin-left: 10px;
  font-family: 'Zen Maru Gothic', sans-serif;
}

.card_information_surugaseiyuu, .card_information_KLAVIER, .card_information_morinaga{
  font-size: 13px;
  margin-top: 3px;
  margin-bottom: 6px;
  line-height: 25px;
  border-bottom: dashed 2.5px#EF886A;
  padding-bottom: 6px;
  width: 280px;
  margin-left: 10px;
  font-family: 'Zen Maru Gothic', sans-serif;
}

.bushitsu{
  font-size: 14px;
  font-family: 'Zen Maru Gothic', sans-serif;
}

.bushitsu2{
  font-size: 13px;
  font-family: 'Zen Maru Gothic', sans-serif;
  margin-left: -31px;
}

.place{
  display: flex;
  vertical-align: text-top;
}

.basho{
  width: 64px;
  height: 25px;
}

.basho2{
  width: 94px;
  height: 25px;
}



.top_name_ls{
  margin-top: 5px;
}

.box1_ls{
   width: 42px;
  height: 42px;
  margin-left: -53px;
  margin-top: 5px;
  z-index: 200
}

.top_name_KLAVIER, .top_name_morinaga{
  margin-top: 1px;
}

.box1_KLAVIER, .box1_morinaga{
  width: 42px;
  height: 42px;
  margin-left: -53px;
  margin-top: 17px;
  z-index: 200
}

.card_message_contents_SS{
  font-size: 14px;
  margin-top: 1px;
  line-height: 16px;
}

.box1_gacha2{
  width: 42px;
  height: 42px;
  margin-left: -48px;
  margin-top: 34px;
  z-index: 200
}

.nodata {
    background-color: gray;
    width: 155px;
    height: 155px;
    border-radius: 10%;
    top: 27px;
    left: 22px;
    position: absolute;
    transform: -50%,-50%;
  }

.NODATA{
  
    width: 155px;
    height: 155px;
    position: absolute;
    top: 5px;
    left: 3px;
    border-radius: 10%;
    object-fit: cover;
    z-index: 500;
}

.gakusei2{
  font-size: 15px;
    width: 290px;
    margin-left: -9px;
    font-family: 'Zen Maru Gothic', sans-serif;
}

.group{
  /* align-items: flex-end; */
  display: flex;
  margin-left: 12.5px;
}
/* 
.data{
  padding-left: 5px; 
  padding-top: 7px;
}

.data0{
  padding-left: 5px;
  padding-top: 2px;
  padding-bottom: 7px;
  font-size: 14px;
  line-height: 19px;
}

.data00{
  padding-left: 5px;
  padding-top: 9px;
  font-size: 14px;
  line-height: 19px;
}

.data000{
  padding-left: 5px;
  padding-bottom: 8px;
  font-size: 14px;
  line-height: 20px;
} */

.data{
  /* padding-left: 5px; */
  /* line-height: 15px; */
  vertical-align: top;
  /* padding-top: 14px; */
}

.data1{
  line-height: 16px ;
  padding-top: 4px;
}

.data2{
  line-height: 16px ;
  padding-top: 4px;
}

/* .data3{
  padding-left: 5px;
  padding-top: 5px;
  margin-bottom: 15px;
}

.data4{
  padding-left: 5px;
  padding-bottom: 5px;
}

.data5{
  padding-left: 5px;
  padding-top: 14px;
}

.data6{
  padding-left: 5px;
  padding-top: 10px;

}

.info{
  width: 40px;
  vertical-align: top;
  padding-top: 7px;
}

.info0{
  width: 40px;
  vertical-align: top;
  padding-bottom: 7px;
}

.info00{
  width: 40px;
  vertical-align: top;
  padding-top: 7px;
}

.info000{
  width: 40px;
  vertical-align: top;
  padding-bottom: 7px;
} */

.info{
  width: 40px;
  vertical-align: top;
  /* padding-top: 14px; */
}



/* .info3{
  width: 40px;
  vertical-align: top;
  padding-top: 5px;
}

.info4{
   width: 40px;
  padding-bottom: 5px;
}

.info5{
  width: 40px;
  vertical-align: top;
  padding-top: 14px;
}

.info6{
    width: 40px;
  vertical-align: top;
  padding-top: 18px;
  
}

.info11{
  width: 60px;
  vertical-align: top;
  padding-bottom: 14px;

}

.info14{
  width: 60px;
   vertical-align: top;
  padding-bottom: 3px;
} */

table{
  width: 285px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.table2{
  width: 285px;
  margin-top: 4px;
  margin-bottom: 4px;
}

.table3{
  width: 285px;
  margin-top: 8px;
  margin-bottom: 8px;
}

/* .responsive{
  margin-left: 115px;
  margin-right: 115px;
  
} */

.kasou{
  width: 85%;
  margin-left: 115px;
  margin-right: 115px;
}

.map{
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}

/* @media(max-width:725px){
  .photo-bnr{
  margin-left: 115px;
}
} */