body {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  min-width: 320px;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 13px;
  }
  body #cmsmenu {
    display: none;
  }
}
.wholewrapper * {
  box-sizing: border-box;
}
.wholewrapper *::before, .wholewrapper *::after {
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .wholewrapper .pc {
    display: none;
  }
}
.wholewrapper .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .wholewrapper .sp {
    display: inherit;
  }
}
.header {
  background: #000;
  /*header_inner.*/
}
@media screen and (max-width: 767px) {
  .header {
    position: fixed;
    background: transparent;
    top: 0;
    left: 0;
    right: 0;
    z-index: 899;
  }
}
.header .header_inner {
  /*.gnavi*/
}
@media screen and (max-width: 767px) {
  .header .header_inner {
    height: 50px;
    position: relative;
  }
  .header .header_inner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    background: #000;
    display: block;
  }
}
.header .header_inner .header_logo {
  position: absolute;
  top: 0;
  left: 50px;
  margin: 0;
  width: 200px;
  z-index: 899;
}
@media screen and (max-width: 767px) {
  .header .header_inner .header_logo {
    left: 15px;
    width: 100px;
    z-index: 3;
  }
}
.header .header_inner .header_logo a {
  position: relative;
  display: block;
}
.header .header_inner .header_logo a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.header .header_inner .header_logo img {
  display: block;
  width: 100%;
}
.header .header_inner .entry.sp {
  position: absolute;
  top: 50%;
  right: 53px;
  z-index: 10;
  transform: translatey(-50%);
}
.hide-entry-button .header .header_inner .entry.sp {
  display: none;
}
.header .header_inner .entry.sp a {
  position: relative;
  display: block;
  padding: 6px 33px 8px 20px;
  border-radius: 20px;
  background: linear-gradient(#bb0017 0%, #e34e0c 100%);
  font-weight: 500;
  font-size: 11px;
  line-height: 1;
  text-decoration: none;
  color: #fff;
}
.header .header_inner .entry.sp a::after {
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translatey(-50%);
  content: "";
  display: inline-block;
  background: url(../media/images/common/icon_entry.svg) no-repeat center / 18px;
  width: 13px;
  height: 13px;
}
.header .header_inner .gnavi {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: flex-end;
  padding: 18px 0 19px 300px;
}
@media screen and (max-width: 767px) {
  .header .header_inner .gnavi {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .header .header_inner .gnavi {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 55px 30px 32px;
    background: #fff url(../media/images/common/sp_menu_bg_2025.png) no-repeat top center / cover;
    display: none;
    overflow-y: scroll;
    height: 100vh;
    max-height: calc(100vh - 50px);
    max-height: calc(100dvh - 50px);
  }
  body.nav--opened .header .header_inner .gnavi {
    display: block;
  }
}
.header .header_inner .gnavi ul.depth1 {
  display: flex;
  flex-flow: row nowrap;
  gap: 0 30px;
  margin: 0;
  padding-left: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .header .header_inner .gnavi ul.depth1 {
    display: block;
  }
}
.header .header_inner .gnavi ul.depth1 a {
  text-decoration: none;
  color: #fff;
}
@media screen and (max-width: 1240px) {
  .header .header_inner .gnavi ul.depth1 {
    gap: 0 10px;
  }
}
@media screen and (max-width: 1110px) {
  .header .header_inner .gnavi ul.depth1 {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .header .header_inner .gnavi ul.depth1 {
    gap: 0;
  }
}
.header .header_inner .gnavi ul.depth1 li.depth1 {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.3333333333;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .header .header_inner .gnavi ul.depth1 li.depth1 {
    position: relative;
    font-size: 16px;
    text-align: center;
  }
  .header .header_inner .gnavi ul.depth1 li.depth1::after {
    content: "";
    display: block;
    border-bottom: 1px solid #fff;
    opacity: 0.3;
  }
  .header .header_inner .gnavi ul.depth1 li.depth1:first-child::before {
    content: "";
    display: block;
    border-top: 1px solid #fff;
    opacity: 0.3;
  }
}
.header .header_inner .gnavi ul.depth1 li.depth1 > a {
  display: block;
  padding: 5px;
}
.header .header_inner .gnavi ul.depth1 li.depth1 > a:hover {
  color: #D10097;
}
@media screen and (max-width: 1110px) {
  .header .header_inner .gnavi ul.depth1 li.depth1 > a {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .header .header_inner .gnavi ul.depth1 li.depth1 > a {
    padding: 25px 20px 24px;
  }
}
.header .header_inner .gnavi div.logout {
  margin: 0 20px;
}
@media screen and (max-width: 767px) {
  .header .header_inner .gnavi div.logout {
    width: 200px;
    margin: 30px auto;
  }
}
.header .header_inner .gnavi div.logout a {
  display: block;
  color: white;
  text-decoration: none;
  border: 1px solid #ccc;
  border-radius: 50px;
  padding: 4px 12px;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .header .header_inner .gnavi div.logout a {
    width: 100%;
    padding: 10px 20px;
    text-align: center;
  }
}
.header .header_inner .gnavi .entry {
  margin-left: 27px;
}
.hide-entry-button .header .header_inner .gnavi .entry {
  display: none;
}
@media screen and (max-width: 1240px) {
  .header .header_inner .gnavi .entry {
    margin-left: 17px;
  }
}
@media screen and (max-width: 767px) {
  .header .header_inner .gnavi .entry {
    margin-top: 37px;
    margin-left: 0;
    padding: 0 28px;
  }
}
.header .header_inner .gnavi .entry a {
  position: relative;
  display: block;
  padding: 16px 30px 18px 44px;
  border-radius: 27.5px 0px 0px 27.5px;
  background: linear-gradient(#bb0017 0%, #e34e0c 100%);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0.1em;
  text-decoration: none;
  color: #fff;
  white-space: nowrap;
}
@media screen and (max-width: 1240px) {
  .header .header_inner .gnavi .entry a {
    padding: 16px 15px 18px 29px;
  }
}
@media screen and (max-width: 767px) {
  .header .header_inner .gnavi .entry a {
    padding: 16px;
    border-radius: 25px;
    background: linear-gradient(#bb0017 0%, #e34e0c 100%);
    border: 1px solid #fff;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.1em;
    text-align: center;
  }
}
.header .header_inner .gnavi .entry a::after {
  content: "";
  display: inline-block;
  margin-left: 9px;
  background: url(../media/images/common/icon_entry.svg) no-repeat center / 18px;
  width: 18px;
  height: 18px;
  transform: translateY(3px);
}
@media screen and (max-width: 767px) {
  .header .header_inner .gnavi .entry a::after {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translatey(-50%);
  }
}
.header .header_inner .gnavi .entry a:hover {
  cursor: pointer;
  opacity: 0.8;
}
.header .header_inner .sp_button {
  display: none;
}
@media screen and (max-width: 767px) {
  .header .header_inner .sp_button {
    display: block;
    position: absolute;
    top: 17px;
    right: 15px;
    z-index: 2;
    width: 22px;
    cursor: pointer;
  }
  .header .header_inner .sp_button > span {
    display: block;
    background-color: #fff;
    width: 100%;
    height: 1px;
    transition: 0.5s;
  }
  .header .header_inner .sp_button > span:nth-child(2) {
    margin: 6px 0;
  }
  .header .header_inner .sp_button.open > span:nth-child(1) {
    transform: rotate(138deg) translate(4px, -5px) scale(1.34);
  }
  .header .header_inner .sp_button.open > span:nth-child(2) {
    opacity: 0;
  }
  .header .header_inner .sp_button.open > span:nth-child(3) {
    transform: rotate(-138deg) translate(5px, 5px) scale(1.34);
  }
}
.header .header_inner .sp_menu_bottom {
  display: none;
  padding: 0 30px;
  margin: 66px 0 0;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .header .header_inner .sp_menu_bottom {
    display: block;
  }
}
.header .header_inner .sp_menu_bottom .sp_menu_logo {
  width: 189px;
  margin: 0 auto 15px;
}
.header .header_inner .sp_menu_bottom .sp_menu_logo img {
  display: block;
  width: 100%;
}
.header .header_inner .sp_menu_bottom .sp_menu_lead {
  margin: 0;
  font-size: 12px;
  line-height: 1.5;
}
.header .header_inner .sp_menu_bottom .sp_menu_copy {
  margin: 62px 0 0;
  font-weight: 400;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.05em;
}
/*.header*/
.visual .page_title {
  margin: 0;
  /*.plgtitle {
		display: none;
	}*/
}
.visual .page_title .plstitle:empty {
  display: none;
}
.visual .page_title .plstitle:empty + .plgtitle {
  display: block;
}
.visual .page_title .plstitle:not(:empty) {
  display: block;
}
.visual .page_title .plstitle:not(:empty) + .plgtitle {
  display: none;
}
.contents_wrap {
  background: linear-gradient(115deg, #320C49 0%, #553191 33%, #160D62 62%, #0B0446 94%);
}
@media screen and (max-width: 767px) {
  .contents_wrap {
    padding-top: 50px;
  }
}
.footer {
  padding: 65px 0;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 37px 0 24px;
  }
}
.footer .footer_inner {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1200px;
}
@media screen and (max-width: 767px) {
  .footer .footer_inner {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .footer .footer_inner {
    padding: 0 25px;
  }
}
.footer .footer_logo {
  order: 1;
  padding-left: 6px;
}
@media screen and (max-width: 767px) {
  .footer .footer_logo {
    display: table;
    margin: 0 auto 36px;
    padding-left: 0;
    text-align: center;
  }
}
.footer .footer_logo_img {
  max-width: 189px;
}
@media screen and (max-width: 1024px) {
  .footer .footer_logo_img {
    max-width: 177px;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer_logo_img {
    max-width: 189px;
  }
}
.footer .footer_logo_img img {
  display: block;
  width: 100%;
}
.footer .footer_logo_text {
  display: block;
  margin-top: 18px;
  font-size: 11px;
  line-height: 1;
  color: #909091;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .footer .footer_logo_text {
    font-size: 12px;
    line-height: 1.5;
    white-space: normal;
  }
  .footer .footer_logo_text .sp {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer_logo_text {
    margin-top: 14px;
  }
}
.footer .footer_info {
  order: 2;
}
.footer .footer_info ul.depth1 {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  margin: 0 0 37px;
  padding-left: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .footer .footer_info ul.depth1 {
    display: block;
  }
}
.footer .footer_info ul.depth1 li.depth1 {
  position: relative;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.3333333333;
  letter-spacing: 0.03em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .footer .footer_info ul.depth1 li.depth1 {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer_info ul.depth1 li.depth1 {
    font-size: 17px;
  }
}
.footer .footer_info ul.depth1 li.depth1::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  background: #fff;
  opacity: 0.35;
  width: 1px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .footer .footer_info ul.depth1 li.depth1::after {
    display: none;
  }
}
.footer .footer_info ul.depth1 li.depth1:first-child::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  background: #fff;
  opacity: 0.35;
  width: 1px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .footer .footer_info ul.depth1 li.depth1:first-child::before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer_info ul.depth1 li.depth1 + li.depth1 {
    margin-top: 32px;
  }
}
.footer .footer_info ul.depth1 li.depth1 a {
  display: block;
  padding: 0 20px;
  text-decoration: none;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .footer .footer_info ul.depth1 li.depth1 a {
    padding: 0 10px;
  }
}
.footer .footer_info ul.depth1 li.depth1 a:hover {
  color: #5EC5ED;
}
.footer .footer_info .footer_logout {
  position: absolute;
  right: 3px;
  bottom: 20px;
  padding-right: 10px;
}
@media screen and (max-width: 1024px) {
  .footer .footer_info .footer_logout {
    right: 28px;
    bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer_info .footer_logout {
    position: static;
    text-align: center;
    margin-bottom: 61px;
  }
}
.footer .footer_info .footer_logout a {
  text-decoration: none;
  background-color: transparent;
  color: #fff;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.5384615385;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .footer .footer_info .footer_logout a {
    font-size: 17px;
  }
}
.footer .footer_info .footer_logout a:hover {
  color: #5EC5ED;
}
.footer .copy {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #fff;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .footer .copy {
    right: 25px;
  }
}
@media screen and (max-width: 767px) {
  .footer .copy {
    position: static;
    font-weight: 400;
    font-size: 11px;
    line-height: 1;
    text-align: center;
  }
}
#main {
  overflow: hidden;
}
#main img {
  max-width: 100%;
}
#main .inner {
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px;
}
@media screen and (max-width: 767px) {
  .sp_br {
    display: block;
  }
}
.visual {
  display: none;
}
.title_page .visual {
  display: block;
  padding: 100px 0 50px;
}
@media screen and (max-width: 767px) {
  .title_page .visual {
    padding: 50px 0 32px;
  }
}
.title_page .visual h2.page_title {
  font-weight: 400;
  font-size: 44px;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .title_page .visual h2.page_title {
    font-weight: 400;
    font-size: 36px;
    line-height: 1.1666666667;
    letter-spacing: 0;
  }
}
.title_page .visual h2.page_title span.en > span {
  display: block;
  margin-top: 17px;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .title_page .visual h2.page_title span.en > span {
    margin-top: 15px;
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0.07em;
  }
}
/*# sourceMappingURL=./common.css.map */
