@charset "UTF-8";
.enq-note {
  text-align: left;
}
.enq-note li {
  line-height: 2;
  font-size: 1.6rem;
  position: relative;
  padding-left: 5%;
}
@media print, screen and (max-width: 768px) {
  .enq-note li {
    font-size: 0.8rem;
  }
}
.enq-note li:before {
  content: "";
  background: #009fe3;
  position: absolute;
  width: 15px;
  height: 15px;
  left: 0;
  top: 10px;
}
@media print, screen and (max-width: 768px) {
  .enq-note li:before {
    width: 10px;
    height: 10px;
    top: 5px;
  }
}
@media print, screen and (max-width: 768px) and (max-width: 640px) {
  .enq-note li:before {
    left: -10px;
  }
}

.enq-area {
  position: relative;
  z-index: 110;
  margin-top: 50px;
}
.enq-area .enq-contents {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 80px 90px;
  background-image: -ms-linear-gradient(-63deg, rgb(232, 169, 227) 0%, rgba(163, 194, 238, 0.5) 32%, rgba(94, 218, 248, 0.15) 85%, rgba(94, 218, 248, 0.1) 100%);
  z-index: 90;
}
@media print, screen and (max-width: 768px) {
  .enq-area .enq-contents {
    width: 96%;
  }
}
@media print, screen and (max-width: 768px) {
  .enq-area .enq-contents {
    padding: 40px 30px;
    background-image: -ms-linear-gradient(-63deg, rgb(232, 169, 227) 0%, rgba(163, 194, 238, 0.68) 32%, rgba(94, 218, 248, 0.15) 85%, rgba(94, 218, 248, 0) 100%);
  }
}
@media print, screen and (max-width: 1024px) {
  .enq-area .enq-contents {
    width: 95%;
  }
}

.mw_wp_form dl {
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 2px solid #8f8594;
}
.mw_wp_form dl:nth-child(1) dt {
  padding: 10px 0 0 0;
}
@media print, screen and (max-width: 640px) {
  .mw_wp_form dl:nth-child(1) dt {
    padding: 10px 0 10px 0;
  }
}
.mw_wp_form dl:nth-child(1) dd {
  padding: 0 0 30px 50px;
}
@media print, screen and (max-width: 640px) {
  .mw_wp_form dl:nth-child(1) dd {
    padding: 10px 0 10px 0;
  }
}
.mw_wp_form dl dt {
  float: left;
  clear: both;
  width: 30%;
  font-size: 1.6rem;
  padding: 42px 0 0 0;
}
@media print, screen and (max-width: 640px) {
  .mw_wp_form dl dt {
    float: none;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    border-bottom: 2px solid #8f8594;
  }
}
.mw_wp_form dl dd {
  width: 70%;
  padding: 30px 0 30px 50px;
  float: right;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: 2px solid #8f8594;
}
@media print, screen and (max-width: 640px) {
  .mw_wp_form dl dd {
    float: none;
    border-left: 0;
    padding: 10px 0 10px 0;
    width: calc(100% - 50px);
    margin: auto;
  }
}
.mw_wp_form dl dd ul {
  margin: 15px 0 0;
}
@media print, screen and (max-width: 640px) {
  .mw_wp_form dl dd ul {
    margin: 9px 0 0;
  }
}
.mw_wp_form dl dd ul li {
  line-height: 1.6;
  font-size: 1.4rem;
}
@media print, screen and (max-width: 640px) {
  .mw_wp_form dl dd ul li {
    font-size: 1rem;
  }
}
.mw_wp_form dl:last-of-type {
  border: none;
}
.mw_wp_form dl:last-of-type dd {
  padding: 30px 0 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media print, screen and (max-width: 640px) {
  .mw_wp_form dl:last-of-type dd {
    padding: 10px 0 0 0;
  }
}
.mw_wp_form dl:last-of-type dd p {
  font-size: 1.6rem;
}
@media print, screen and (max-width: 640px) {
  .mw_wp_form dl:last-of-type dd p {
    font-size: 1.2rem;
  }
}
.mw_wp_form .mwform-file-delete {
  cursor: pointer;
  visibility: hidden;
}

.mw_wp_form_confirm:last-of-type {
  border: none;
}
.mw_wp_form_confirm:last-of-type dd p {
  display: none;
}

.mw_wp_form_confirm dl dt {
  padding: 30px 0 0 0;
}
@media print, screen and (max-width: 640px) {
  .mw_wp_form_confirm dl dt {
    padding: 10px 0 10px 0;
  }
}
@media print, screen and (max-width: 640px) {
  .mw_wp_form_confirm dl dd {
    padding: 14px 0 14px 0;
  }
}
@media print, screen and (min-width: 641px) {
  .mw_wp_form_confirm dl:nth-child(1) dt {
    padding: 0;
  }
}

input[type=text],
input[type=email],
input[type=tel] {
  width: 100%;
  padding: 5px 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.8rem;
  height: 38px;
  min-height: 38px;
}

textarea {
  resize: none;
  width: 100%;
  padding: 5px 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.8rem;
}

.mw_wp_form_input .mwform-tel-field input[type=text] {
  width: calc(33.3333333333% - 12px);
}

/*
.mwform-tel-field{
	.tel{
		width: calc( 100% / 3 - 12px);
	}
}
*/
.error {
  display: block;
  margin-top: 8px;
}

input[type=submit],
input[type=submitBack],
input[type=text],
input[type=email],
textarea {
  border: none;
  outline: none;
}

input[type=submit],
input[type=submitBack] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: pointer;
  cursor: pointer;
}

.check {
  padding: 82px 160px 55px;
}
@media print, screen and (max-width: 768px) {
  .check {
    padding: 82px 50px 55px;
  }
}
.check .enq-title {
  top: -16%;
}
.check .main-txt {
  line-height: 2;
  font-size: 1.8rem;
  text-align: center;
}
@media print, screen and (max-width: 768px) {
  .check .main-txt {
    line-height: 1.4;
  }
}

.send {
  padding: 65px 160px 55px;
}
@media print, screen and (max-width: 768px) {
  .send {
    padding: 65px 50px 55px;
  }
}
@media print, screen and (max-width: 768px) {
  .send .main-txt {
    font-size: 1.4rem;
  }
}
.send .main-txt span {
  display: inline-block;
  margin-bottom: 25px;
}
@media print, screen and (max-width: 768px) {
  .send .main-txt span {
    margin-bottom: 15px;
  }
}

.enq-send {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media print, screen and (max-width: 768px) {
  .enq-send {
    width: 96%;
  }
}
.enq-send .send-info {
  max-width: 925px;
  width: 100%;
  margin: 0 auto;
  border: 2px solid #5c5051;
  padding: 35px 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.6;
}
@media print, screen and (max-width: 768px) {
  .enq-send .send-info {
    padding: 30px 25px;
  }
}
.enq-send .send-info h3 {
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
}
.enq-send .send-info ul li {
  letter-spacing: 0;
}
.enq-send .send-info .send-contents {
  background-color: rgba(255, 255, 255, 0.2);
  padding: 25px 100px;
  margin: 30px 0 20px;
}
@media print, screen and (max-width: 768px) {
  .enq-send .send-info .send-contents {
    padding: 20px 39px;
    margin: 25px 0 20px;
  }
}
@media print, screen and (max-width: 768px) and (max-width: 320px) {
  .enq-send .send-info .send-contents {
    padding: 20px 17px;
  }
}
.enq-send .send-info .send-contents .send-title {
  font-weight: bold;
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 15px;
}
@media print, screen and (max-width: 768px) {
  .enq-send .send-info .send-contents .send-title {
    font-size: 1.6rem;
  }
}
.enq-send .send-info .send-contents dl {
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 5px 0;
}
.enq-send .send-info .send-contents dl dt {
  width: 132px;
}
@media print, screen and (max-width: 768px) {
  .enq-send .send-info .send-contents dl dt {
    width: 100%;
    text-align: center;
  }
}
@media print, screen and (max-width: 640px) {
  .enq-send .send-info .send-contents dl dt:after {
    content: "";
    display: block;
    background: #7d7575;
    width: 22px;
    height: 2px;
    margin: 12px auto;
  }
}
.enq-send .send-info .send-contents dl .p_border {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; /* for no-flexbox browsers */
}
@media print, screen and (max-width: 768px) {
  .enq-send .send-info .send-contents dl .p_border {
    width: 100%;
    display: block;
  }
}
@media print, screen and (min-width: 641px) {
  .enq-send .send-info .send-contents dl .p_border .none {
    display: none;
  }
}
.enq-send .send-info .send-contents dl .p_border:before {
  content: "";
  display: inline-block;
  background: #7d7575;
  width: 22px;
  height: 2px;
  margin: 0 20px;
}
@media print, screen and (max-width: 768px) {
  .enq-send .send-info .send-contents dl .p_border:before {
    display: none;
  }
}

.mw_wp_form_input .back-send .return {
  display: none;
}
.mw_wp_form_input .back-send li {
  width: 100%;
  max-width: 980px;
  margin: 70px auto 0;
}
@media print, screen and (max-width: 640px) {
  .mw_wp_form_input .back-send li {
    margin: 30px auto 0;
  }
}
.mw_wp_form_input .back-send li .mw_fome {
  background: url(../img/enq/btn-check.png) no-repeat;
  background-size: 100%;
  width: 100%;
  height: 86px;
  text-indent: -9999px;
  taransition: opacity ease 0.2s;
  -webkit-box-shadow: 0px 0px 70px 0px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 0px 70px 0px rgba(0, 0, 0, 0.6);
}
@media print, screen and (max-width: 1024px) {
  .mw_wp_form_input .back-send li .mw_fome {
    height: 74px;
  }
}
@media print, screen and (max-width: 1024px) and (max-width: 768px) {
  .mw_wp_form_input .back-send li .mw_fome {
    height: 61px;
  }
}
@media print, screen and (max-width: 1024px) and (max-width: 640px) {
  .mw_wp_form_input .back-send li .mw_fome {
    background: url(../img/enq/sp/btn-check.png) no-repeat;
    background-size: 100%;
    height: 51px;
  }
}
.mw_wp_form_input .back-send li .mw_fome:hover {
  opacity: 0.7;
}

.mw_wp_form_confirm .back-send {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 70px 0 0;
}
.mw_wp_form_confirm .back-send li {
  width: 460px;
  margin-bottom: 10px;
}
.mw_wp_form_confirm .back-send li.return .reset {
  background: url(../img/enq/sp/btn-back.png) no-repeat;
  width: 100%;
  height: 0;
  padding-top: 19.1304348%;
  text-indent: -9999px;
  -webkit-box-shadow: 0px 0px 70px 0px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 0px 70px 0px rgba(0, 0, 0, 0.6);
  overflow: hidden;
  taransition: opacity ease 0.2s;
}
@media print, screen and (max-width: 768px) {
  .mw_wp_form_confirm .back-send li.return .reset {
    background-size: contain;
  }
}
.mw_wp_form_confirm .back-send li.return .reset:hover {
  opacity: 0.7;
}
.mw_wp_form_confirm .back-send li.sub .mw_fome {
  background: url(../img/enq/sp/btn-send.png) no-repeat;
  width: 100%;
  height: 0;
  padding-top: 19.1304348%;
  text-indent: -9999px;
  -webkit-box-shadow: 0px 0px 70px 0px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 0px 70px 0px rgba(0, 0, 0, 0.6);
  overflow: hidden;
  taransition: opacity ease 0.2s;
}
@media print, screen and (max-width: 768px) {
  .mw_wp_form_confirm .back-send li.sub .mw_fome {
    background-size: contain;
  }
}
.mw_wp_form_confirm .back-send li.sub .mw_fome:hover {
  opacity: 0.7;
}

.enq-send .btn-top {
  width: 100%;
  max-width: 690px;
  height: 96px;
  margin: 80px auto 0;
}
@media print, screen and (max-width: 768px) {
  .enq-send .btn-top {
    margin: 30px auto 0;
  }
}
.enq-send .btn-top .top-btn {
  display: block;
  background: url(../img/enq/sp/btn-top.png) no-repeat;
  -webkit-box-shadow: 0px 0px 70px 0px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 0px 70px 0px rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  taransition: opacity ease 0.2s;
}
@media print, screen and (max-width: 768px) {
  .enq-send .btn-top .top-btn {
    background-size: contain;
  }
}
.enq-send .btn-top .top-btn:hover {
  opacity: 0.7;
}

.mw-wp-form_file a {
  color: #FFF;
}

.mw_wp_form_input #input-group {
  display: inline-block;
  position: relative;
  width: 260px;
  height: 60px;
  background: url(../img/enq/file.png) no-repeat;
}
@media print, screen and (max-width: 640px) {
  .mw_wp_form_input #input-group {
    background: url(../img/enq/sp/file.png) no-repeat;
    background-size: contain;
    margin: 5px 0 0;
    width: auto;
  }
}
.mw_wp_form_input input[type=file] {
  opacity: 0;
  width: 100%;
  height: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  cursor: pointer;
}
.mw_wp_form_input label::after {
  content: "選択されていません";
  line-height: 20px;
  position: absolute;
  right: -140px;
  font-size: 1.4rem;
  top: calc(50% - 10px);
}
@media print, screen and (max-width: 640px) {
  .mw_wp_form_input label::after {
    top: 70%;
    left: 0;
    right: 0;
    text-align: center;
  }
}
.mw_wp_form_input label.changed::after {
  content: "";
}
.mw_wp_form_input .filename {
  font-size: 1.2rem;
  display: block;
  position: absolute;
  top: 40%;
  left: 271px;
  width: 160px;
}
@media print, screen and (max-width: 640px) {
  .mw_wp_form_input .filename {
    width: auto;
    top: 70%;
    left: 0;
    right: 0;
    text-align: center;
  }
}

.mwform-file-delete {
  display: none;
}

@media screen and (max-width: 750px) {
  span.enq-common {
    width: 40vw;
  }
}
.main-txt {
  text-align: center;
}
@media print, screen and (max-width: 640px) {
  .main-txt {
    font-size: 1rem;
  }
}
.main-txt span {
  display: inline-block;
  margin-bottom: 40px;
}
@media print, screen and (max-width: 640px) {
  .main-txt span {
    margin-bottom: 20px;
  }
}

.mwform-radio-field input {
  vertical-align: baseline;
}

.mwform-radio-field-text {
  font-size: 1.6rem;
}
@media print, screen and (max-width: 640px) {
  .mwform-radio-field-text {
    font-size: 1.2rem;
  }
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin: 0 10px 0 0 !important;
}

.mwform-radio-field label {
  text-indent: -9999px;
}

/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.wrapper {
  position: relative;
  background-color: #0C1836;
}

div[class$=__inner] {
  margin: 0 auto;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.btn-xl {
  font-size: 3.2rem;
  font-weight: bold;
  text-shadow: 0px 0px 10px rgba(12, 24, 54, 0.6);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(12, 24, 54, 0.6);
          box-shadow: 0px 0px 20px 0px rgba(12, 24, 54, 0.6);
  background-color: #CCA654;
  display: block;
  height: 100px;
  line-height: 100px;
  position: relative;
  width: 640px;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  border-radius: 200px;
  margin: auto;
}
@media screen and (max-width: 750px) {
  .btn-xl {
    width: 90%;
    margin-bottom: 20px;
    height: 60px;
    line-height: 60px;
    font-size: 2.1rem;
    height: 50px;
    line-height: 50px;
  }
}

.theme__area,
.method__area,
.award__area,
.contact__area,
.confirmation__area {
  padding-bottom: 120px;
}
@media screen and (max-width: 750px) {
  .theme__area,
  .method__area,
  .award__area,
  .contact__area,
  .confirmation__area {
    padding-bottom: 40px;
  }
}
.theme__contents,
.method__contents,
.award__contents,
.contact__contents,
.confirmation__contents {
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 80px;
  color: white;
  width: 96%;
  background: rgba(12, 24, 54, 0.5);
  border: solid 1px rgba(12, 24, 54, 0.2);
  position: relative;
  z-index: 9;
}
@media screen and (max-width: 750px) {
  .theme__contents,
  .method__contents,
  .award__contents,
  .contact__contents,
  .confirmation__contents {
    width: 92%;
    padding: 40px 30px;
  }
}
.theme__ttl,
.method__ttl,
.award__ttl,
.contact__ttl,
.confirmation__ttl {
  padding: 120px 0 30px;
  text-align: center;
  font-weight: bold;
  font-size: 3.6rem;
  position: relative;
  text-transform: uppercase;
}
.theme__ttl small,
.method__ttl small,
.award__ttl small,
.contact__ttl small,
.confirmation__ttl small {
  color: #CCA654;
  font-size: 1.8rem;
}
@media screen and (max-width: 750px) {
  .theme__ttl small,
  .method__ttl small,
  .award__ttl small,
  .contact__ttl small,
  .confirmation__ttl small {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 750px) {
  .theme__ttl,
  .method__ttl,
  .award__ttl,
  .contact__ttl,
  .confirmation__ttl {
    padding: 40px 4% 20px;
    font-size: 2.4rem;
  }
}
.theme__ttl:before,
.method__ttl:before,
.award__ttl:before,
.contact__ttl:before,
.confirmation__ttl:before {
  display: block;
  width: 360px;
  height: 360px;
  content: "";
  border: solid 6px rgba(204, 166, 84, 0.2);
  border-radius: 180px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 0;
}
@media screen and (max-width: 750px) {
  .theme__ttl:before,
  .method__ttl:before,
  .award__ttl:before,
  .contact__ttl:before,
  .confirmation__ttl:before {
    width: 240px;
    height: 240px;
  }
}

/*------------------------------------------------------------
	header
------------------------------------------------------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  padding: 10px 15px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: rgba(12, 24, 54, 0.3);
}
.header:after {
  display: block;
  content: "";
  height: 0;
  clear: both;
}
@media screen and (max-width: 750px) {
  .header {
    padding: 0;
  }
}
.header__menu-btn {
  display: none;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .header__menu-btn {
    display: block;
    position: absolute;
    right: 4vw;
    top: 4vw;
    height: 4.2666666667vw;
    width: 5.6vw;
    z-index: 101;
  }
  .header__menu-btn-icon {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .header__menu-btn-icon::before, .header__menu-btn-icon > span, .header__menu-btn-icon::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    background: #fff;
    height: 4px;
    left: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .header__menu-btn-icon::before {
    top: 0;
  }
  .header__menu-btn-icon > span {
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .header__menu-btn-icon::after {
    bottom: 0;
  }
  .header__menu-btn.open + .header__nav {
    top: 0;
  }
  .header__menu-btn.open + .header__nav .header__nav-item,
  .header__menu-btn.open + .header__nav .header__btn {
    opacity: 1;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .header__menu-btn.open .header__menu-btn-icon::before {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: calc(50% - 2px);
  }
  .header__menu-btn.open .header__menu-btn-icon > span {
    -webkit-transform: scaleX(0.0001);
        -ms-transform: scaleX(0.0001);
            transform: scaleX(0.0001);
  }
  .header__menu-btn.open .header__menu-btn-icon::after {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    top: calc(50% - 2px);
  }
}
.header__nav {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 1200px) {
  .header__nav {
    float: none;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 750px) {
  .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    z-index: 100;
    background: rgba(12, 24, 54, 0.8);
    width: 100%;
    height: 100vh;
    left: 0;
    top: -100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}
.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 750px) {
  .header__nav-list {
    display: block;
    margin-bottom: 6vw;
  }
}
.header__nav-item {
  margin-left: 35px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .header__nav-item {
    margin-left: 0;
    margin-right: 2.9166666667vw;
  }
}
@media screen and (max-width: 750px) {
  .header__nav-item {
    margin-left: 0;
    margin-right: 0;
    font-size: 4.5333333333vw;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translate(0, -10px);
        -ms-transform: translate(0, -10px);
            transform: translate(0, -10px);
  }
  .header__nav-item:nth-child(1) {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  .header__nav-item:nth-child(2) {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  .header__nav-item:nth-child(3) {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  .header__nav-item:nth-child(4) {
    -webkit-transition-delay: 0.7s;
            transition-delay: 0.7s;
  }
  .header__nav-item:nth-child(5) {
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
  }
  .header__nav-item + .header__nav-item {
    margin-top: 4vw;
  }
}
.header__btn {
  margin-left: 60px;
  width: 260px;
}
@media screen and (max-width: 1200px) {
  .header__btn {
    margin-left: 0;
  }
}
@media screen and (max-width: 750px) {
  .header__btn {
    margin-left: 0;
    width: 86.6666666667vw;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translate(0, -10px);
        -ms-transform: translate(0, -10px);
            transform: translate(0, -10px);
    -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s;
  }
}
.header__btn-link {
  font-weight: bold;
  text-shadow: 0px 0px 10px rgba(12, 24, 54, 0.6);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(12, 24, 54, 0.6);
          box-shadow: 0px 0px 20px 0px rgba(12, 24, 54, 0.6);
  background: rgba(204, 166, 84, 0.4);
  display: block;
  height: 60px;
  line-height: 60px;
  font-size: 0;
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  border-radius: 200px;
}
.header__btn-txt {
  font-size: 1.8rem;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 750px) {
  .header__btn-txt {
    font-size: 4.5333333333vw;
  }
}

/*------------------------------------------------------------
	main
------------------------------------------------------------*/
.main {
  position: relative;
}

.idx .main:before {
  content: "";
  height: 1400px;
}
@media screen and (max-width: 750px) {
  .idx .main:before {
    height: 132.6666666667vw;
  }
}

.low .main:before {
  content: "";
  height: 1133px;
}
@media screen and (max-width: 750px) {
  .low .main:before {
    height: 95.7333333333vw;
  }
}

/*------------------------------------------------------------
	mv
------------------------------------------------------------*/
.mv {
  text-align: center;
  padding: 90px 0;
  background: center/cover url(../img/bg.png) no-repeat;
}
@media screen and (max-width: 750px) {
  .mv {
    /*  padding: 40px 0; */
  }
}
.mv__inner {
  width: 1200px;
  max-width: 100%;
  margin: auto;
  text-align: center;
}
.mv__inner_box {
  display: inline-block;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .mv__inner_box {
    display: block;
  }
}
.mv__logo {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-inline: auto;
  max-width: min(100%, 910px);
  background-color: rgba(0, 0, 0, 0.7);
  padding: 32px 80px;
}
@media screen and (max-width: 750px) {
  .mv__logo {
    padding: 2.6666666667vw 5.3333333333vw;
  }
  .mv__logo img {
    width: 85.3333333333vw;
  }
}

.idx .mv {
  text-align: center;
  padding: 280px 0;
  position: relative;
}
@media screen and (max-width: 750px) {
  .idx .mv {
    padding: 30vh 0;
  }
}
.idx .mv__patch {
  top: 100%;
}
@media screen and (max-width: 750px) {
  .idx .mv__patch {
    top: -4%;
  }
}

/*------------------------------------------------------------
	movie
------------------------------------------------------------*/
.movie {
  background: #14333d;
  padding: 120px 2%;
}
@media screen and (max-width: 750px) {
  .movie {
    padding: 40px 2%;
  }
}
.movie__inner {
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 80px;
  padding-right: 80px;
}
@media screen and (max-width: 750px) {
  .movie__inner {
    padding-left: 4%;
    padding-right: 4%;
  }
}
.movie__ttl {
  display: none;
}
.movie__video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  margin-bottom: 60px;
  background-color: black;
}
.movie__video video {
  max-width: 100%;
}
@media screen and (max-width: 750px) {
  .movie__video {
    margin-bottom: 30px;
  }
}
.movie__video__thumb {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.movie__video__thumb:hover {
  cursor: pointer;
}
.movie__video__thumb.on {
  display: none;
}

/*------------------------------------------------------------
	result
------------------------------------------------------------*/
.result dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: solid 1px rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 750px) {
  .result dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.result dl:last-child {
  border-bottom: solid 1px rgba(255, 255, 255, 0.4);
}
.result dl dt {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: bold;
  width: 25%;
  padding: 30px 40px;
}
@media screen and (max-width: 750px) {
  .result dl dt {
    width: 100%;
    padding-bottom: 10px;
    text-align: center;
  }
}
.result dl dd {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 75%;
  padding: 30px 40px;
}
@media screen and (max-width: 750px) {
  .result dl dd {
    width: 100%;
    padding-top: 0;
  }
}
.result__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .result__btns {
    display: block;
  }
}
.result__btn {
  background: rgba(255, 255, 255, 0.4);
  display: block;
  height: 60px;
  line-height: 60px;
  position: relative;
  width: 260px;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  border-radius: 200px;
  margin: 0 15px;
}
@media screen and (max-width: 750px) {
  .result__btn {
    width: 96%;
    margin-bottom: 20px;
    height: 60px;
    line-height: 60px;
  }
}

/*------------------------------------------------------------
	theme
------------------------------------------------------------*/
.theme__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .theme__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.theme__img {
  margin-bottom: 40px;
  width: 50%;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .theme__img {
    margin-bottom: 6.6666666667vw;
  }
  .theme__img img {
    width: 77.3333333333vw;
  }
}
.theme__txt {
  font-size: 2rem;
  line-height: 2.3;
  color: white;
}
@media screen and (max-width: 750px) {
  .theme__txt {
    font-size: 4vw;
    line-height: 7.2vw;
  }
}

/*------------------------------------------------------------
	method
------------------------------------------------------------*/
.method__table {
  margin-bottom: 80px;
}
@media screen and (max-width: 750px) {
  .method__table {
    margin-bottom: 10.6666666667vw;
  }
}
.method__table-tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.method__table-tr:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 750px) {
  .method__table-tr {
    display: block;
  }
}
.method__table-th, .method__table-td {
  padding: 20px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .method__table-th, .method__table-td {
    padding: 2.6666666667vw 0;
    text-align: center;
  }
}
.method__table-th {
  width: 17.35%;
  padding-right: 20px;
}
@media screen and (min-width: 750px) {
  .method__table-th {
    /*  border-right: 1px solid rgba(7, 29, 38, 0.4); */
  }
}
@media screen and (max-width: 750px) {
  .method__table-th {
    width: auto;
    padding-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
}
.method__table-td {
  width: 82.65%;
  padding-left: 60px;
}
@media screen and (max-width: 750px) {
  .method__table-td {
    width: auto;
    padding-left: 0;
  }
}
@media screen and (max-width: 750px) {
  .method__table-block {
    text-align: left;
    padding: 0 5.3333333333vw;
  }
}
.method__table-block + .method__table-block {
  margin-top: 20px;
}
@media screen and (max-width: 750px) {
  .method__table-block + .method__table-block {
    margin-top: 4vw;
  }
}
.method__table-block__ttl {
  border: solid 1px rgba(255, 255, 255, 0.4);
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 2rem;
  display: inline-block;
  padding: 0 13px;
  line-height: 40px;
  margin-bottom: 15px;
}
@media screen and (max-width: 750px) {
  .method__table-block__ttl {
    font-size: 4vw;
    padding: 0 3.7333333333vw;
    line-height: 6.6666666667vw;
    margin-bottom: 2.4vw;
  }
}
.method__table-block__ttl-mini {
  font-weight: bold;
  margin-bottom: 20px;
}
.method__table-block__txt + .method__table-block__txt {
  margin-top: 25px;
}
@media screen and (max-width: 750px) {
  .method__table-block__txt + .method__table-block__txt {
    margin-top: 4vw;
  }
}
.method__table-block__txt-notes {
  display: inherit;
  font-size: 1.4rem;
}
@media screen and (max-width: 750px) {
  .method__table-block__txt-notes {
    font-size: 2.6666666667vw;
  }
}
.method .prof {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1rem;
  margin-bottom: 20px;
  width: 48%;
}
@media screen and (max-width: 750px) {
  .method .prof {
    width: 100%;
  }
}
.method .prof_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
  .method .prof_group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.method .prof dt {
  margin-right: 2%;
  width: 23%;
}
.method .prof dd {
  width: 75%;
}
.method .prof .name {
  font-weight: bold;
  font-size: 1.6rem;
}

/*------------------------------------------------------------
	award
------------------------------------------------------------*/
.award__inner {
  text-align: center;
}
.award__inner::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(-33deg, rgba(94, 218, 248, 0) 0%, rgba(94, 218, 248, 0.15) 15%, rgba(163, 194, 238, 0.68) 62%, rgb(232, 169, 227) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.5;
}
.award__type {
  margin: 0 30px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .award__type {
    margin: 0;
  }
}
.award__type + .award__type {
  margin-top: 60px;
}
@media screen and (max-width: 750px) {
  .award__type + .award__type {
    margin-top: 10.6666666667vw;
  }
}
.award__type--sp {
  padding: 30px;
  border: solid 1px rgba(255, 255, 255, 0.4);
  color: white;
}
@media screen and (max-width: 750px) {
  .award__type--sp {
    padding: 4vw;
  }
}
.award__type--sp .award__type-ttl {
  background: none;
  border: none;
  color: inherit;
  font-size: 2.2rem;
  line-height: inherit;
}
.award__type--sp .award__type-ttl:before, .award__type--sp .award__type-ttl:after {
  content: none !important;
}
@media screen and (max-width: 750px) {
  .award__type--sp .award__type-ttl {
    font-size: 4vw;
  }
}
.award__type--sp .award__type-ttl--asterisk {
  font-size: 1.2rem;
  margin: 0 5px;
}
@media screen and (max-width: 750px) {
  .award__type--sp .award__type-ttl--asterisk {
    font-size: 2.4vw;
    margin: 0 0.4vw;
  }
}
.award__type--sp .award__type-ttl--set {
  font-size: 1.6rem;
  margin-left: 0;
}
@media screen and (max-width: 750px) {
  .award__type--sp .award__type-ttl--set {
    font-size: 2.6666666667vw;
  }
}
.award__type--sp .award__type-txt-notes {
  display: inherit;
  font-size: 1.4rem;
}
@media screen and (max-width: 750px) {
  .award__type--sp .award__type-txt-notes {
    font-size: 2.6666666667vw;
  }
}
.award__type-ttl {
  border: solid 1px rgba(255, 255, 255, 0.4);
  background-color: rgba(255, 255, 255, 0.2);
  line-height: 60px;
  font-size: 2.6rem;
  margin-bottom: 25px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .award__type-ttl {
    line-height: 10.9333333333vw;
    font-size: 4.5333333333vw;
    margin-bottom: 3.3333333333vw;
  }
}
.award__type-ttl__txt {
  position: relative;
  z-index: 1;
}
.award__type-ttl__txt--set {
  font-size: 1.8rem;
  margin-left: 8px;
}
@media screen and (max-width: 750px) {
  .award__type-ttl__txt--set {
    font-size: 2.9333333333vw;
    margin-left: 1.3333333333vw;
  }
}
.award__type-txt {
  font-size: 2.2rem;
  margin-top: 20px;
}
@media screen and (max-width: 750px) {
  .award__type-txt {
    font-size: 4vw;
    margin-top: 3.3333333333vw;
  }
}

/*------------------------------------------------------------
	group
------------------------------------------------------------*/
.group {
  padding-top: 120px;
  margin-bottom: 120px;
}
@media screen and (max-width: 750px) {
  .group {
    padding-top: 10.6666666667vw;
    margin-bottom: 10.6666666667vw;
  }
}
.group__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  width: 96%;
}
@media screen and (max-width: 750px) {
  .group__inner {
    display: block;
  }
}
.group__box {
  border: solid 1px rgba(255, 255, 255, 0.4);
  background-color: rgba(255, 255, 255, 0.6);
  width: 48.33%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 60px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .group__box {
    width: auto;
    padding: 6.6666666667vw 5.3333333333vw;
  }
  .group__box + .group__box {
    margin-top: 5.3333333333vw;
  }
  .group__box:first-child .group__box-logo img {
    width: 43.2vw;
  }
  .group__box:last-child .group__box-logo img {
    width: 65.8666666667vw;
  }
}
.group__box-logo {
  border-bottom: 1px solid rgba(12, 24, 54, 0.4);
  margin-bottom: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 750px) {
  .group__box-logo {
    margin-bottom: 5.3333333333vw;
    padding-bottom: 6.6666666667vw;
  }
}
.group__box-txt {
  color: #0C1836;
}
@media screen and (max-width: 750px) {
  .group__box-txt {
    font-size: 2.6666666667vw;
  }
}
.group__box-txt__link {
  color: #0C1836;
  text-decoration: underline;
}

/*------------------------------------------------------------
	contact
------------------------------------------------------------*/
.contact__info {
  background: rgba(255, 255, 255, 0.2);
  border: solid 1px rgba(255, 255, 255, 0.4);
  padding: 30px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .contact__info {
    padding: 4vw;
  }
}
.contact__info-ttl {
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .contact__info-ttl {
    margin-bottom: 4vw;
    font-size: 2.9333333333vw;
  }
}
.contact__info-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  font-size: 1.6rem;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact__info-detail-group {
  display: inline-block;
  text-align: left;
}
@media screen and (max-width: 750px) {
  .contact__info-detail-group {
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  .contact__info-detail {
    font-size: 2.6666666667vw;
    width: auto;
    margin: 0;
    text-align: center;
    display: block;
  }
}
.contact__info-detail + .contact__info-detail {
  margin-top: 15px;
}
@media screen and (max-width: 750px) {
  .contact__info-detail + .contact__info-detail {
    margin-top: 4vw;
  }
}
.contact__info-detail__ttl {
  position: relative;
  padding-right: 40px;
  margin-right: 20px;
  text-align: right;
  font-weight: bold;
  width: 10em;
}
@media screen and (max-width: 750px) {
  .contact__info-detail__ttl {
    width: auto;
    padding-right: 0;
    margin-right: 0;
    margin-bottom: 0.6666666667vw;
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  .contact__info-detail__txt {
    width: auto;
  }
}
.contact__info-detail__txt--small {
  font-size: 1.4rem;
}
@media screen and (max-width: 750px) {
  .contact__info-detail__txt--small {
    font-size: 2.6666666667vw;
  }
}
.contact__notes {
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .contact__notes {
    margin-top: 2.6666666667vw;
  }
}
.contact__notes-list {
  display: inline-block;
  text-align: left;
}
.contact__notes-item {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.4rem;
}
@media screen and (max-width: 750px) {
  .contact__notes-item {
    font-size: 2.6666666667vw;
  }
}

/*------------------------------------------------------------
	sponsor
------------------------------------------------------------*/
.sponsor__inner {
  text-align: center;
}
@media screen and (max-width: 750px) {
  .sponsor__inner {
    padding-left: 4%;
    padding-right: 4%;
  }
}
.sponsor__ttl {
  font-size: 2.2rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .sponsor__ttl {
    font-size: 4vw;
    margin-bottom: 2.6666666667vw;
  }
}
.sponsor__sub-ttl {
  font-size: 1.6rem;
  margin-bottom: 15px;
}
@media screen and (max-width: 750px) {
  .sponsor__sub-ttl {
    font-size: 2.6666666667vw;
    margin-bottom: 2vw;
  }
}
.sponsor__txt {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
  .sponsor__txt {
    font-size: 2.4vw;
    line-height: 3.7333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}

/*------------------------------------------------------------
	confirmation
------------------------------------------------------------*/
.confirmation {
  text-align: center;
  background: #4B6296;
}
.confirmation__contents {
  border: 1px solid rgba(255, 255, 255, 0.4);
  background-color: rgba(255, 255, 255, 0.6);
}
.confirmation__scroll {
  text-align: left;
  padding: 40px 0 40px 40px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background-color: rgba(255, 255, 255, 0.6);
  margin-bottom: 30px;
  color: #0C1836;
}
@media screen and (max-width: 750px) {
  .confirmation__scroll {
    padding: 6vw 0 6vw 6vw;
    margin-bottom: 5.3333333333vw;
  }
}
.confirmation__scroll-inner {
  height: 360px;
  padding-right: 30px;
  overflow: auto;
}
@media screen and (max-width: 750px) {
  .confirmation__scroll-inner {
    padding-right: 4vw;
    font-size: 2.6666666667vw;
  }
}
.confirmation__scroll-inner__ttl {
  font-weight: normal;
  margin-bottom: 10px;
}
@media screen and (max-width: 750px) {
  .confirmation__scroll-inner__ttl {
    margin-bottom: 2vw;
  }
}
.confirmation__scroll-inner__list {
  margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
  .confirmation__scroll-inner__list {
    margin-bottom: 5.3333333333vw;
  }
}
.confirmation__scroll-inner__item {
  padding-left: 1em;
  text-indent: -1em;
}
.confirmation__checkarea {
  margin-bottom: 60px;
}
@media screen and (max-width: 750px) {
  .confirmation__checkarea {
    margin-bottom: 8vw;
  }
}
.confirmation__checkarea-item {
  cursor: pointer;
}
.confirmation__checkarea-check {
  display: none;
}
.confirmation__checkarea-check:checked + .confirmation__checkarea-text::after {
  position: absolute;
  top: -5px;
  left: 5px;
  display: block;
  width: 7px;
  height: 14px;
  content: "";
  -webkit-transform: rotate(40deg);
      -ms-transform: rotate(40deg);
          transform: rotate(40deg);
  border-right: 4px solid #0C1836;
  border-bottom: 4px solid #0C1836;
}
@media screen and (max-width: 750px) {
  .confirmation__checkarea-check:checked + .confirmation__checkarea-text::after {
    width: 1.3333333333vw;
    height: 2.6666666667vw;
    top: -0.6666666667vw;
    left: 0.6666666667vw;
  }
}
.confirmation__checkarea-text {
  line-height: 0.9;
  position: relative;
  display: inline-block;
  padding-left: 38px;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .confirmation__checkarea-text {
    padding-left: 5.3333333333vw;
    font-size: 4vw;
    line-height: 1;
  }
}
.confirmation__checkarea-text::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  content: "";
  background: #fff;
  border: solid 1px rgba(7, 29, 38, 0.4);
}
@media screen and (max-width: 750px) {
  .confirmation__checkarea-text::before {
    width: 4vw;
    height: 4vw;
  }
}
.confirmation__btn-link.disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.3;
}