@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url("https://use.fontawesome.com/releases/v6.4.2/css/all.css");
body {
  margin: 0;
  padding: 0;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.wrap {
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .wrap {
    margin: 0;
    padding: 0 11px;
  }
}
@media only screen and (min-width: 768px) {
  .wrap {
    max-width: 1200px;
    width: calc(100% - 45px);
    margin: 0 auto;
    padding: 0 0 80px;
  }
}

@media only screen and (max-width: 767px) {
  .hero {
    box-sizing: border-box;
    padding: 170px 10px 20px;
  }
}
@media only screen and (min-width: 768px) {
  .hero {
    max-width: 1100px;
    margin: 0 auto;
    padding: 65px 0;
  }
}
.hero img {
  width: 100%;
  height: auto;
}

.head_area {
  font-family: "Noto Sans JP";
  background: #000066;
}
@media only screen and (max-width: 767px) {
  .head_area {
    position: absolute;
    top: 40px;
    width: 100%;
    z-index: 5;
  }
}
.head_area .inner {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .head_area .head_nav {
    order: 2;
  }
}
.head_area .head_nav ul {
  list-style: none;
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
}
.head_area .head_nav ul li {
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-weight: 600;
  opacity: 0.5;
  pointer-events: none;
  letter-spacing: 0.05em;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .head_area .head_nav ul li {
    width: 20%;
    height: 70px;
    font-size: 0.8rem;
    line-height: 1.2rem;
    border-right: 1px solid rgba(255, 255, 255, 0.4);
    padding: 5px;
  }
  .head_area .head_nav ul li:last-of-type {
    border: none;
  }
}
@media only screen and (min-width: 768px) {
  .head_area .head_nav ul li {
    width: 195px;
    height: 65px;
    margin: 0 5px;
    font-size: 0.95rem;
    line-height: 1.3rem;
  }
  .head_area .head_nav ul li::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: #fff;
    transition: 0.3s;
  }
  .head_area .head_nav ul li:hover {
    cursor: pointer;
  }
  .head_area .head_nav ul li:hover::after {
    width: 100%;
  }
}
.head_area .head_nav ul li a {
  text-decoration: none;
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .head_area .head_nav ul li a {
    padding: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .head_area .head_nav ul li span {
    display: none;
  }
}
.head_area .head_nav ul li.head_nav-link {
  opacity: 1;
  pointer-events: auto;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .head_area .head_nav ul .sponly {
    display: none;
  }
}
.head_area .head_nav .soon {
  opacity: 0.5;
  cursor: default;
  pointer-events: none !important;
}
.head_area .head_nav .soon:hover::after {
  width: 0;
}
@media only screen and (max-width: 767px) {
  .head_area .head_nav .soon span {
    display: none;
  }
}
.head_area .head_nav .soon a {
  pointer-events: none !important;
}
.head_area .head_nav .soon a::after {
  pointer-events: none !important;
}
.head_area .head_sub {
  background: #000066;
  box-sizing: border-box;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .head_area .head_sub {
    height: 55px;
    padding: 0 0 0 10px;
  }
}
@media only screen and (min-width: 768px) {
  .head_area .head_sub {
    height: 60px;
    padding: 0 0 0 15px;
  }
}
.head_area .head_sub::after {
  content: "";
  background-color: rgba(255, 255, 255, 0.4);
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.head_area .head_sub .head_sub_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .head_area .head_sub .head_sub_inner {
    height: 55px;
  }
}
@media only screen and (min-width: 768px) {
  .head_area .head_sub .head_sub_inner {
    height: 60px;
  }
}
.head_area .head_sub .logo {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .head_area .head_sub .logo img {
    width: auto;
    height: 33px;
  }
}
@media only screen and (min-width: 768px) {
  .head_area .head_sub .logo img {
    width: auto;
    height: 38px;
  }
}
.head_area .head_sub .sub_container {
  display: flex;
  align-items: center;
}
.head_area .head_sub .sub_container .sns_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}
@media only screen and (max-width: 767px) {
  .head_area .head_sub .sub_container .sns_icon {
    width: 55px;
    height: 55px;
  }
}
@media only screen and (min-width: 768px) {
  .head_area .head_sub .sub_container .sns_icon {
    width: 60px;
    height: 60px;
    transition: 0.3s;
  }
  .head_area .head_sub .sub_container .sns_icon:hover {
    background-color: rgba(255, 255, 255, 0.13);
  }
}
.head_area .head_sub .sub_container .sns_icon a {
  color: #fff;
  text-decoration: none;
}
.head_area .head_sub .sub_container .sns_icon a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.head_area .head_sub .sub_container .sns_icon span::before {
  font-family: "Font Awesome 6 Brands";
  font-weight: 900;
}
@media only screen and (max-width: 767px) {
  .head_area .head_sub .sub_container .sns_icon span::before {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .head_area .head_sub .sub_container .sns_icon span::before {
    font-size: 1.2rem;
  }
}
.head_area .head_sub .sub_container .sns_icon.sns-twitter span::before {
  content: "\e61b";
}
.head_area .head_sub .sub_container .lang {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}
@media only screen and (max-width: 767px) {
  .head_area .head_sub .sub_container .lang {
    width: 70px;
    height: 55px;
  }
}
@media only screen and (min-width: 768px) {
  .head_area .head_sub .sub_container .lang {
    width: 83px;
    height: 60px;
    transition: 0.3s;
  }
  .head_area .head_sub .sub_container .lang:hover {
    background-color: rgba(255, 255, 255, 0.13);
  }
}
.head_area .head_sub .sub_container .lang a {
  text-decoration: none;
  letter-spacing: 0.05rem;
  font-weight: 500;
  z-index: 99;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .head_area .head_sub .sub_container .lang a {
    font-size: 0.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .head_area .head_sub .sub_container .lang a {
    font-size: 0.9rem;
  }
}
.head_area .head_sub .sub_container .lang a::before {
  content: "";
  display: inline-block;
  background: url("../img/icon-lang.png") no-repeat center/contain;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .head_area .head_sub .sub_container .lang a::before {
    width: 17px;
    height: 16px;
    top: 3px;
    margin-right: 6px;
  }
}
@media only screen and (min-width: 768px) {
  .head_area .head_sub .sub_container .lang a::before {
    width: 21px;
    height: 20px;
    top: 4px;
    margin-right: 7px;
    transition: 0.3s;
  }
  .head_area .head_sub .sub_container .lang a::before:hover {
    opacity: 0.9;
  }
}
.head_area .head_sub .sub_container .lang a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.title {
  position: relative;
  background: url("/dir/daimansai2024/assets/img/title_bg.jpg") center center/cover no-repeat;
}
@media only screen and (max-width: 767px) {
  .title {
    margin: 125px 0 30px;
    font-size: 1.3rem;
    height: 150px;
  }
}
@media only screen and (min-width: 768px) {
  .title {
    margin: 0 0 60px;
    height: 180px;
  }
}
.title .layer {
  width: 100%;
  height: 100%;
  background-color: rgba(43, 50, 91, 0.76);
  display: flex;
  justify-content: center;
  align-items: center;
}
.title h1 {
  color: #fff;
  margin: 0;
  padding: 0;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .title h1 {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 768px) {
  .title h1 {
    font-size: 1.9rem;
  }
}

@media only screen and (min-width: 768px) {
  .sponly {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .pconly {
    display: none;
  }
}/*# sourceMappingURL=daimansai-cmmn.css.map */