body {
  color: #000;
  background-color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.5px;
  cursor: default;
  min-width: 300px;
}
@media screen and (max-width: 767px) {
  body {
    font-size: max(2.604vw, 16px);
  }
  body.is-fixed {
    overflow: hidden;
  }
}

a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  opacity: 0.7;
}

.en {
  font-family: "Inter", sans-serif;
}

.inner {
  padding-left: 32px;
  padding-right: 32px;
  max-width: 1144px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .inner {
    padding-left: 16px;
    padding-right: 16px;
  }
  .inner--title {
    max-width: 100%;
    padding: 0;
  }
}

.contents__inner {
  border: solid 3px #000;
  padding: 40px;
  background-color: #FFF;
}
@media screen and (max-width: 767px) {
  .contents__inner {
    padding: 24px;
  }
}
@media screen and (max-width: 500px) {
  .contents__inner {
    padding: 16px;
  }
}

.contents__title {
  background-color: #000;
  color: #FFF;
  text-align: center;
  font-size: 40px;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .contents__title {
    padding: 20px 16px;
    font-size: max(5.208vw, 24px);
  }
}

.js-fadein {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}

.js-fadein.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.header__nav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 30%;
  height: 100vh;
  color: #FFF;
  background-color: #000;
  padding: 130px 30px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
  z-index: 100;
}
.header__nav.is-active {
  right: 0;
}
@media screen and (max-width: 1080px) {
  .header__nav {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .header__nav {
    width: 100%;
    padding: 98px 16px 16px;
    overflow-x: scroll;
  }
}

.header__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding-bottom: 20px;
  padding-left: 40px;
  border-bottom: #FFF dotted 2px;
}
@media screen and (max-width: 767px) {
  .header__link {
    padding-left: 20px;
  }
}
.header__link::before {
  content: "";
  display: block;
  position: relative;
  height: 23px;
  width: 20px;
  clip-path: polygon(50% 0%, 99% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}
@media screen and (max-width: 767px) {
  .header__link::before {
    width: 16px;
    height: 18px;
  }
}
.header__link--yl::before {
  content: "";
  background-color: #FBC000;
}
.header__link--pp::before {
  content: "";
  background-color: #542575;
}
.header__link--rd::before {
  content: "";
  background-color: #C80000;
}
.header__link--lb::before {
  content: "";
  background-color: #38ABEA;
}
.header__link--pk::before {
  content: "";
  background-color: #E14E7B;
}
.header__link--wt::before {
  content: "";
  background-color: #FFF;
}

.header__open {
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 102;
}
@media screen and (max-width: 767px) {
  .header__open {
    top: 20px;
    right: 16px;
  }
}

.drawer-icon {
  display: block;
  background-color: #000;
  border: 1px solid #000;
  position: relative;
  top: 0;
  right: 0;
  height: 69px;
  width: 60px;
  clip-path: polygon(50% 0%, 99% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  cursor: pointer;
  z-index: 101;
}
@media screen and (max-width: 767px) {
  .drawer-icon {
    width: 48px;
    height: 55px;
  }
}
.drawer-icon .drawer-icon__bar {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 30px;
  height: 2px;
  background-color: #FFF;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.drawer-icon .drawer-icon__bar:nth-of-type(1) {
  top: 22.5px;
}
.drawer-icon .drawer-icon__bar:nth-of-type(2) {
  top: 32.5px;
}
.drawer-icon .drawer-icon__bar:nth-of-type(3) {
  top: 42.5px;
}
@media screen and (max-width: 767px) {
  .drawer-icon .drawer-icon__bar {
    width: 24px;
  }
  .drawer-icon .drawer-icon__bar:nth-of-type(1) {
    top: 16.5px;
  }
  .drawer-icon .drawer-icon__bar:nth-of-type(2) {
    top: 25.5px;
  }
  .drawer-icon .drawer-icon__bar:nth-of-type(3) {
    top: 34.5px;
  }
}
.drawer-icon.is-checked {
  background-color: #C80000;
  border: 1px solid #C80000;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(1) {
  top: 32.5px;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(2) {
  opacity: 0;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(3) {
  top: 32.5px;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .drawer-icon.is-checked .drawer-icon__bar:nth-of-type(1) {
    top: 25.5px;
    -webkit-transform: translateX(-50%) rotate(45deg);
            transform: translateX(-50%) rotate(45deg);
  }
  .drawer-icon.is-checked .drawer-icon__bar:nth-of-type(2) {
    opacity: 0;
  }
  .drawer-icon.is-checked .drawer-icon__bar:nth-of-type(3) {
    top: 25.5px;
    -webkit-transform: translateX(-50%) rotate(-45deg);
            transform: translateX(-50%) rotate(-45deg);
  }
}

.drawer-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 99;
}
.drawer-overlay.is-active {
  opacity: 1;
  pointer-events: all;
}

.news {
  margin-top: 80px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .news {
    margin-top: 64px;
  }
}
@media screen and (max-width: 500px) {
  .news {
    margin-top: 40px;
  }
}

.news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.news__item {
  border-bottom: 2px dotted #000;
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  .news__item {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.news__item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .news__item-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4px;
  }
}

.news__item-day {
  font-family: "Inter", sans-serif;
}

.schedule {
  position: relative;
  background: #C80000;
  margin-top: -55px;
  z-index: 1;
  overflow-x: clip;
}
.schedule::before {
  content: "";
  display: block;
  background-image: url(https://d24mfcso9482s6.cloudfront.net/assets/5th_anniversary/line_news.webp);
  background-size: contain;
  background-repeat: repeat-x;
  position: absolute;
  width: 100%;
  height: 165px;
  top: -1px;
}
@media screen and (max-width: 767px) {
  .schedule::before {
    width: 175%;
  }
}
.schedule::after {
  height: 60px;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
}
.schedule::after {
  bottom: -60px;
  background: linear-gradient(135deg, #C80000 30px, transparent 0), linear-gradient(225deg, #C80000 30px, transparent 0);
  background-size: 60px 60px;
}
@media screen and (max-width: 767px) {
  .schedule {
    margin-top: 0;
  }
  .schedule::after {
    height: 40px;
    bottom: -40px;
    background: linear-gradient(135deg, #C80000 20px, transparent 0), linear-gradient(225deg, #C80000 20px, transparent 0);
    background-size: 40px 40px;
  }
}

.schedule__contets {
  padding-top: 215px;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .schedule__contets {
    padding-top: 160px;
  }
}
@media screen and (max-width: 500px) {
  .schedule__contets {
    padding-top: 100px;
    padding-bottom: 40px;
  }
}
.schedule__contets .contents__inner {
  padding-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .schedule__contets .contents__inner {
    padding-bottom: 24px;
  }
}

.schedule__item {
  display: block;
  border: 3px solid #000;
  -webkit-box-shadow: 8px 8px 0px 0px rgb(0, 0, 0);
          box-shadow: 8px 8px 0px 0px rgb(0, 0, 0);
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .schedule__item {
    padding: 16px;
    -webkit-box-shadow: 4px 4px 0px 0px rgb(0, 0, 0);
            box-shadow: 4px 4px 0px 0px rgb(0, 0, 0);
  }
}

.schedule__item + .schedule__item {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .schedule__item + .schedule__item {
    margin-top: 32px;
  }
}

.schedule__item-lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 32px;
}
.schedule__item-lead br {
  display: none;
}
@media screen and (max-width: 767px) {
  .schedule__item-lead {
    font-size: max(4.1666vw, 24px);
  }
}
@media screen and (max-width: 500px) {
  .schedule__item-lead {
    text-align: center;
    font-size: max(4.8vw, 18px);
  }
  .schedule__item-lead br {
    display: block;
  }
}

.triangle-bg {
  position: relative;
  width: 100%;
  height: 60px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.triangle-bg::before, .triangle-bg::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 0;
}
.triangle-bg::before {
  right: 0;
  border-top: 30px solid #fff;
  border-left: 30px solid transparent;
  border-bottom: 30px solid #fff;
}
.triangle-bg::after {
  left: 0;
  border-top: 30px solid #fff;
  border-right: 30px solid transparent;
  border-bottom: 30px solid #fff;
}
.triangle-bg--yl {
  background-color: #FBC000;
}
.triangle-bg--bl {
  background-color: #2F3791;
}
@media screen and (max-width: 500px) {
  .triangle-bg {
    height: 74px;
  }
  .triangle-bg::before, .triangle-bg::after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    top: 0;
  }
  .triangle-bg::before {
    right: 0;
    border-top: 37px solid #fff;
    border-left: 37px solid transparent;
    border-bottom: 37px solid #fff;
  }
  .triangle-bg::after {
    left: 0;
    border-top: 37px solid #fff;
    border-right: 307x solid transparent;
    border-bottom: 37px solid #fff;
  }
}

.schedule__item-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .schedule__item-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 16px;
  }
}

.schedule__item-image {
  width: 54%;
}
@media screen and (max-width: 767px) {
  .schedule__item-image {
    width: 100%;
  }
}

.schedule__item-detail {
  width: 46%;
}
@media screen and (max-width: 767px) {
  .schedule__item-detail {
    width: 100%;
  }
}

.schedule__item-place {
  font-size: 28px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .schedule__item-place {
    font-size: max(3.645vw, 24px);
  }
}
@media screen and (max-width: 500px) {
  .schedule__item-place {
    font-size: max(4.8vw, 20px);
  }
}

.schedule__item-info {
  font-size: 16px;
}
@media screen and (max-width: 500px) {
  .schedule__item-info {
    font-size: max(3.2vw, 14px);
  }
}

.schedule__item-info-row {
  margin-top: 20px;
}

.schedule__item-info-term {
  position: relative;
  height: 32px;
  width: 120px;
  color: #FFF;
  background-color: #000;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.schedule__item-info-term::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 16px solid #000;
  border-right: 0;
  position: absolute;
  right: -16px;
}

.schedule__item-info-desc {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.schedule__item-info-desc .dot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.schedule__item-info-desc .dot::before {
  content: "";
  display: block;
  background-color: #000;
  border-radius: 50%;
  width: 6px;
  height: 6px;
}
.schedule__item-info-desc .dot + .dot {
  width: 50%;
}
@media screen and (max-width: 980px) {
  .schedule__item-info-desc .dot + .dot {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .schedule__item-info-desc .dot + .dot {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .schedule__item-info-desc .dot + .dot {
    width: 100%;
  }
}

.schedule__bg-image {
  mix-blend-mode: color-dodge;
  position: absolute;
  z-index: -1;
}
.schedule__bg-image--t-left {
  top: 95px;
  left: 0;
}
.schedule__bg-image--t-right {
  top: 250px;
  right: -250px;
}
.schedule__bg-image--b-left {
  bottom: 0;
  left: 0;
}
.schedule__bg-image--b-right {
  bottom: 0;
  right: -250px;
}
@media screen and (max-width: 767px) {
  .schedule__bg-image {
    width: 75%;
  }
  .schedule__bg-image--t-left {
    top: 0;
    left: -10%;
  }
  .schedule__bg-image--t-right {
    top: 25%;
    right: -10%;
  }
  .schedule__bg-image--b-left {
    bottom: 15%;
    left: 0;
  }
  .schedule__bg-image--b-right {
    bottom: 0;
    right: -10%;
    -webkit-transform: rotate(173deg);
            transform: rotate(173deg);
  }
}

.hexagon-image {
  position: absolute;
  z-index: 0;
}
.hexagon-image--1 {
  top: -223px;
  left: -28px;
  opacity: 0.2;
  -webkit-transform: rotate(26deg);
          transform: rotate(26deg);
  width: 74px;
  height: 85px;
}
.hexagon-image--2 {
  top: -156px;
  left: 76px;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
  width: 40px;
  height: 46.19px;
}
.hexagon-image--3 {
  top: -60px;
  left: 10px;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}
.hexagon-image--4 {
  top: -60px;
  left: 148px;
  opacity: 0.2;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  width: 40px;
  height: 46.19px;
}
.hexagon-image--5 {
  top: -244px;
  right: 80px;
  opacity: 0.2;
  -webkit-transform: rotate(26deg);
          transform: rotate(26deg);
  width: 56px;
  height: 64.66px;
}
.hexagon-image--6 {
  top: -145px;
  right: 64px;
  -webkit-transform: rotate(17deg);
          transform: rotate(17deg);
}
.hexagon-image--7 {
  top: -98px;
  right: 0;
  opacity: 0.2;
  -webkit-transform: rotate(26deg);
          transform: rotate(26deg);
  width: 42px;
  height: 49px;
}
.hexagon-image--8 {
  top: 0;
  right: 24px;
  -webkit-transform: rotate(-16deg);
          transform: rotate(-16deg);
  width: 42px;
  height: 49px;
}
@media screen and (max-width: 767px) {
  .hexagon-image--1 {
    top: -223px;
    left: -28px;
    opacity: 0.2;
    -webkit-transform: rotate(26deg);
            transform: rotate(26deg);
    width: 56px;
    height: 85px;
  }
  .hexagon-image--2 {
    top: 0;
    left: 20%;
    width: 20px;
    opacity: 0.2;
  }
  .hexagon-image--3 {
    top: -28px;
    left: 10px;
    width: 40px;
  }
  .hexagon-image--4 {
    top: -60px;
    left: 148px;
    opacity: 0.2;
    -webkit-transform: rotate(40deg);
            transform: rotate(40deg);
    width: 40px;
    height: 46.19px;
  }
  .hexagon-image--5 {
    display: none;
  }
  .hexagon-image--6 {
    top: -184px;
    right: -3%;
    width: 50px;
  }
  .hexagon-image--7 {
    top: -98px;
    right: 0;
    opacity: 0.2;
    -webkit-transform: rotate(26deg);
            transform: rotate(26deg);
    width: 42px;
    height: 49px;
  }
  .hexagon-image--8 {
    width: 30px;
  }
}

.anniversary {
  background: linear-gradient(45deg, #371381 0%, #110541 50%, #371381 100%);
  position: relative;
  padding-top: 200px;
  padding-bottom: 160px;
}
.anniversary::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("https://d24mfcso9482s6.cloudfront.net/assets/5th_anniversary/grid.svg") repeat;
  opacity: 0.25;
  pointer-events: none;
}
.anniversary .inner {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .anniversary {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}

.anniversary__contents {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .anniversary__contents {
    margin-top: 20px;
  }
}

.anniversary__bg-image {
  position: absolute;
  width: 65%;
}
.anniversary__bg-image--t {
  top: 30px;
  left: 0;
}
.anniversary__bg-image--b {
  bottom: 0;
  right: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.collabo {
  position: relative;
  background-color: #FFF;
  padding-top: 160px;
}
.collabo::before {
  height: 60px;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
}
.collabo::before {
  top: -60px;
  background: linear-gradient(45deg, #FFF 30px, transparent 0), linear-gradient(315deg, #FFF 30px, transparent 0);
  background-size: 60px 60px;
}
@media screen and (max-width: 767px) {
  .collabo {
    padding-top: 64px;
  }
  .collabo::before {
    height: 40px;
    top: -40px;
    background: linear-gradient(45deg, #FFF 20px, transparent 0), linear-gradient(315deg, #FFF 20px, transparent 0);
    background-size: 40px 40px;
  }
}
@media screen and (max-width: 500px) {
  .collabo {
    padding-top: 30px;
  }
}

.collabo__wrap {
  padding-top: 80px;
  padding-bottom: 120px;
  background-image: repeating-linear-gradient(-45deg, #96cfef, #96cfef 25px, #c7e4f4 25px, #c7e4f4 50px);
}
@media screen and (max-width: 767px) {
  .collabo__wrap {
    padding-top: 60px;
  }
}

.collabo__wrap-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}
.collabo__wrap-inner:first-child {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .collabo__wrap-inner {
    gap: 40px;
  }
  .collabo__wrap-inner:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 500px) {
  .collabo__wrap-inner {
    gap: 24px;
  }
}

.info-area {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 64px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .info-area {
    gap: 40px;
  }
}
@media screen and (max-width: 500px) {
  .info-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }
}

.info__btn {
  width: 280px;
  height: 96px;
  background-color: #C80000;
  color: #FFF;
  position: relative;
  text-align: center;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 4px 4px 0px 0px rgb(88, 12, 12);
          box-shadow: 4px 4px 0px 0px rgb(88, 12, 12);
}
.info__btn::after {
  content: url(https://d24mfcso9482s6.cloudfront.net/assets/5th_anniversary/icon_new-tab.webp);
  position: absolute;
  right: 20px;
}
.info__btn:hover {
  opacity: 1;
  background-color: #D64A4A;
  -webkit-box-shadow: 4px 4px 0px 0px rgb(136, 83, 83);
          box-shadow: 4px 4px 0px 0px rgb(136, 83, 83);
}
.footer {
  background-color: #000;
  color: #FFF;
  font-size: 12px;
  padding: 30px;
  text-align: center;
}

.contact-form {
  margin-top: 64px;
  margin-bottom: 120px;
}
@media screen and (max-width: 500px) {
  .contact-form {
    margin-top: 40px;
    margin-bottom: 64px;
  }
}

.form {
  font-size: 18px;
}
.form dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 0.5em;
}
.form dt em {
  color: red;
  font-size: 12px;
}
.form dd {
  margin-bottom: 24px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .form dd {
    margin-bottom: 16px;
  }
}
.form > p {
  font-weight: 400;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .form > p {
    margin-bottom: 16px;
  }
}
.form input[type=text],
.form input[type=email],
.form textarea[name=inquiry_body],
.form select[name=inquiry_type] {
  max-width: 100%;
  width: 100%;
  padding: 10px;
  font-size: 16px;
}
.form input[type=text],
.form input[type=email] {
  height: 40px;
}
.form textarea[name=inquiry_body] {
  height: 200px;
  font-weight: 400;
}
.form .mwform-checkbox-field-text {
  font-size: 14px;
}
.form .submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.form input[type=submit] {
  border: none;
  width: 240px;
  height: 50px;
  background-color: #C80000;
  color: #FFF;
  position: relative;
  text-align: center;
  border-radius: 10px;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}
.form input[type=submit]:hover {
  opacity: 0.7;
}
.form input[name=submitBack] {
  border: none;
  background-color: unset;
  color: #000;
  position: relative;
  text-align: left;
  text-decoration: underline;
}

.mw_wp_form_complete p > a {
  overflow-wrap: break-word;
  word-wrap: break-word;
}