@charset "utf-8";
/* CSS Document */

/* =====================================
#contentsWrapper
===================================== */
#page {
  position: relative;
}

#contentsAllWrapper {
  padding: 70px 0 0;
  background-color: #f8f8f8;
  width: 100%;
}

#popup940 #contentsAllWrapper {
  background: #fff;
}

.mainArea{
  padding: 60px 0 0;
  background-color: #fff;
  border: none;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
}

em,
.ff-din {
  font-family: din-2014, sans-serif !important;
  font-style: normal;
}

a img {
  transition: .2s all;
}

.ttl {
  color: #fff;
  font-size: 3rem;
  font-weight: 800;
  text-align: center;
}

.sec_wrap {
  /* margin: 0 auto 60px; */
  margin: 0 auto;
  width: 1000px;
}

.content_inner {
  background: #fff;
}

@media only screen and (max-width: 767px) {
.mainArea {
  font-size: 1.2rem;
}
.ttl {
  font-size: 6vw;
}
.sec_wrap {
  /* padding: 0 5.33vw; */
  width: calc(100% - 2.67vw);
}
}

/* =====================================
.mv
===================================== */
.mv {
  background: #C41C33;
}
.mv h1{
  line-height: 0;
  margin: 0;
}
.mv_lead {
  background: #0C2968;
  font-size: 2rem;
  padding: 50px 0;
  text-align: center;
}
.mv_lead .lead {
  color: #fff;
  letter-spacing: .05em;
  line-height: 2.5;
  max-width: 1400px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
.mv_lead {
  font-size: 3.47vw;
  padding: 8vw 3.13vw;
  text-align: left;
}
}

/* =====================================
.sec_wrap
===================================== */
.sec_wrap .ttl {
  background: #C41C33;
  padding: 10px;
}

/* about_wrap */
.content_inner {
  padding: 30px 30px 80px;
}
.about_wrap .catch {
  font-size: 2.4rem;
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
.content_inner {
  padding: 4vw 0 16vw;
}
.about_wrap .catch {
  font-size: 5.33vw;
}
}

/* =====================================
.entry_wrap
===================================== */
.entry_wrap {
  padding: 30px 0 0;
  text-align: center;
}
.entry_btn {
  background: #F86C33;
  border: 3px solid #fff;
  border-radius: 20px;
  color: #fff;
  display: inline-block;
  font-size: 3rem;
  font-weight: bold;
  padding: 26px 56px 26px 26px;
  position: relative;
  text-decoration: none;
  transition: .2s all;
  width: 600px;
}
.entry_btn:after {
  content: '';
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  border-radius: 2px;
  position: absolute;
  transform: rotate(45deg);
  right: 50px;
  top: calc(50% - 6px);
  height: 12px;
  width: 12px;
}

.entry_btn:hover {
  background: #fff;
  border-color: #F86C33;
  color: #333;
}
.entry_btn:hover:after {
  border-top: 4px solid #333;
  border-right: 4px solid #333;
}

@media only screen and (max-width: 767px) {
.entry_wrap {
  padding: 4vw 0 0;
}
.entry_btn {
  border: 2px solid #fff;
  font-size: 4.8vw;
  padding: 4.27vw;
  width: 100%;
}
.entry_btn:after {
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  right: 2.67vw;
  top: calc(50% - 1.33vw);
  height: 2.67vw;
  width: 2.67vw;
}
}

/* booth_wrap */
.booth_wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.booth_item {
  border: 8px solid #00B1DF;
  border-radius: 20px;
  padding: 40px 24px;
  text-align: center;
  width: 100%;
}
.booth_item h3 {
  font-size: 2.8rem;
  font-weight: bold;
}
.booth_item h3 span {
	background: linear-gradient(transparent 65%, #ffda01 0%);
}

@media only screen and (max-width: 767px) {
.booth_wrap {
  gap: 4vw;
}
.booth_item {
  padding: 8vw 4.27vw;
  text-align: left;
}
.booth_item h3 {
  text-align: center;
  font-size: 5.27vw;
}
}