@charset "utf-8";

body {
  background-color: #85cccb;
  color: #000;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-text-size-adjust: none;
  /* フォントサイズ自動調整 */
  word-break: normal;
  word-wrap: break-word;
  font-feature-settings: "palt";
}

body {
  animation: fadeIn 1s ease 0s 1 normal;
  -webkit-animation: fadeIn 1s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

.wrap {
  width: 100%;
  overflow-x: hidden;
}

.fixed-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url(../img/bg-pc.png);
  background-size: cover;
  background-position: center;
  z-index: -1;
  pointer-events: none;
}

.header-inner {
  position: relative;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  aspect-ratio: 4/2.35;
}

.header-cut {
  position: absolute;
  width: 66%;
  top: -3%;
  right: 0;
  z-index: 1;
}

.header-text-1 {
  position: absolute;
  width: 60%;
  top: 4%;
  left: 0;
  z-index: 2;
}

.header-baku {
  position: absolute;
  width: 18%;
  top: 23%;
  left: 27%;
  z-index: 1;
}

.header-text-2 {
  position: absolute;
  width: 30%;
  top: 27%;
  left: 0;
  z-index: 2;
}

.logo {
  position: absolute;
  width: 60%;
  bottom: 16%;
  left: 0;
  z-index: 2;
}

.kikan {
  position: absolute;
  width: 60%;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.header-catch {
  position: absolute;
  width: 12%;
  top: 32%;
  right: 0;
  z-index: 2;
}

.content {
  width: 100%;
  padding: 5rem 0 0;
}

.inner {
  position: relative;
  width: 90%;
  max-width: 800px;
  margin: 0 auto 4rem;
  padding: 2.5rem;
  z-index: 2;
}

.whats {
  padding: 4rem 2.5rem 2.5rem !important;
  border-radius: 20px;
  border: #fcee21 solid 4px;
  background-color: #009de2;
}

.whats p {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8;
}

.whats p span {
  color: #fcee21;
}

.whats-h {
  position: absolute;
  width: 60%;
  top: -17%;
  left: 0;
}

.frame {
  padding: 4rem 2.5rem 2.5rem !important;
  border: #009de2 solid 4px;
  background-color: rgba(255, 255, 255, 0.8);
}

.frame-h {
  position: absolute;
  width: 35%;
  top: -3.8rem;
  left: -2%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.course {
  width: 60%;
}

.ticket {
  width: 40%;
}

.frame-h-2 {
  position: absolute;
  width: 35%;
  top: -3.8rem;
  left: -2%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.course-2 {
  width: 60%;
}

.ticket-2 {
  width: 40%;
}

.prize {
  position: relative;
  width: 100%;
  z-index: 2;
}

.prize-2 {
  position: relative;
  width: 100%;
  z-index: 2;
}

.course-a-inner {
  position: relative;
}

.course-a {
  width: 100%;
  margin: 2rem auto .5rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.seal {
  width: 23%;
  margin: 0 2.6% 1.2rem 0;
}

.seal img {
  border: #009de2 solid 2px;
}

.course-a-note {
  font-size: 12px;
}

.texrt-a {
  width: 80%;
  margin: 1rem auto 0;
}

.texrt-b {
  width: 80%;
  margin: 1rem auto 1.5rem;
}

table {
  width: 100%;
  margin: 1rem 0;
  background-color: #fff;
  font-size: 14px;
}

table,
td,
th {
  border: 2px solid #009de2;
  border-collapse: collapse;
  text-align: center;
  vertical-align: middle;
}

td,
th {
  padding: .5rem 0;
}

th {
  border-right: 2px solid #fff;
  background: #009de2;
  color: #fff000;
  font-size: 18px;
  font-weight: 800;
}

th:nth-child(3) {
  border-right: 2px solid #009de2;
}

.equal-table {
  table-layout: fixed;
  width: 100%;
}

.equal-table td {
  width: 33.333%;
}

.prize-image {
  width: 90%;
  margin: 2rem auto;
}

.prize-image-2 {
  width: 90%;
  margin: 1rem auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.prize-item {
  width: 55%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.prize-item.baku {
  width: 45% !important;
}

.frame p {
  text-align: center;
  color: #e50012;
  font-size: 24px;
  font-weight: 900;
}

.d-note {
  margin: 1em 0 0;
  padding: 0 0 0 22%;
  line-height: 1.6;
  text-align: left;
  color: #000;
  font-size: 14px;
  font-weight: 400;
}

.bakudan {
  position: absolute;
  width: 30%;
  top: -3rem;
  right: 0;
  z-index: 1;
}

p.last {
  margin: 0 0 0 20%;
}

.cut-1 {
  position: absolute;
  width: 52%;
  top: -7rem;
  right: -7rem;
  z-index: 2;
}

.cut-2 {
  position: absolute;
  width: 40%;
  bottom: -8rem;
  left: -7rem;
  z-index: 2;
}

.method-bg {
  padding: 4rem 0;
  background-color: rgba(255, 255, 255, 0.8);
}

.method {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.method-h {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 3.8rem;
  margin: 0 0 2rem;
  background-image: url(../img/obi.png);
  background-position: top right;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.method-h img {
  width: 30%;
  margin: 0 0 0 3%;
}

.method-inner {
  width: 100%;
  margin: 0 0 2rem;
}

.method-sec-1 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.num {
  width: 5%;
  margin: 0 3% 0 0;
}

.method-text {
  width: 92%;
  margin: 0 0 1.5rem;
}

.method-text p {
  font-size: 16px;
  font-weight: 500;
}

.method-text span {
  display: block;
  font-size: 14px;
  font-weight: 400;
}

.method-image-1 {
  width: 80%;
  margin: 2em auto 0;
}

.method-image-2 {
  width: 50%;
  margin: 2em auto 0;
}

.mb {
  margin: 0 0 .5em;
}

.btn-dl {
  width: 46%;
  margin: 1rem auto 0;
}

.note p {
  margin: 0 0 .2rem;
  font-size: 12px;
  text-indent: -1em;
  padding-left: 1em;
}

.form {
  width: 100%;
}

.form label {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 14px;
}

.form label span {
  font-size: 12px;
  padding: 0 0 0 1em;
  color: #c1272d;
}

.form input[type="text"],
.form input[type="email"],
.form textarea {
  width: 60%;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1rem;
  transition: border-color 0.3s ease;
}

.form input[type="text"]:focus,
.form textarea:focus {
  border-color: #007acc;
  outline: none;
}

.form textarea {
  resize: vertical;
  min-height: 120px;
}

.form input[type="checkbox"] {
  margin-right: 0.5rem;
  transform: scale(1.2);
}

.form div[data-formrun-show-if-error] {
  color: #c1272d;
  font-size: 12px;
  margin-top: -1rem;
  margin-bottom: 1rem;
}

.form button[type="submit"] {
  display: inline-block;
  background-color: #c1272d;
  color: #fff;
  border: none;
  padding: 0.75rem 2rem;
  font-size: 1rem;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.form button[type="submit"]:hover {
  background-color: #c1272d;
}


.form-checkbox {
  margin-bottom: 1.5rem;
  font-size: 14px;
}

.form-checkbox label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
}

.form-checkbox input[type="checkbox"] {
  appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  border-radius: 4px;
  position: relative;
  background-color: #fff;
  transition: all 0.2s ease;
}

.form-checkbox input[type="checkbox"]:checked {
  background-color: #a00610;
  border-color: #a00610;
}

.form-checkbox input[type="checkbox"]::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 6px;
  width: 4px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.2s ease;
}

.form-checkbox input[type="checkbox"]:checked::after {
  opacity: 1;
}

.social {
  width: 100%;
  padding-bottom: 1.5rem;
  text-align: center;
}

.social li {
  display: inline-block;
  width: 40px;
  margin: 0 10px;
  vertical-align: middle;
}

.social li:first-child {
  width: 100%;
  margin: 0 0 1rem;
  text-align: center;
}

.social li:first-child img {
  width: 9rem;
}

.footer {
  width: 100%;
  padding: 2rem 0;
  font-size: 12px;
  color: #fff;
  text-align: center;
  background-color: #c1272d;
}

.footer_inner {
  position: relative;
  width: 800px;
  margin: 0 auto;
}

.thanks {
  padding: 3rem 4rem;
  margin: 0 auto;
  border: #009de2 solid 4px;
  background-color: rgba(255, 255, 255, 0.8);
}

.btn-back {
  width: 280px;
  margin: 2rem auto 0;
  padding: 0 0 25%;
}

.thanks h2 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 1em;
}

.thanks p {
  font-size: 14px;
  margin: 0 0 1em;
}

.relative {
  position: relative;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.thanks-footer {
  position: fixed;
  bottom: 0;
  left: 0;
}

.thanks-log {
  width: 280px;
  margin: 0 auto 2rem;
}

@media screen and (min-width: 1px) and (max-width: 743px) {
  .pc {
    display: none;
  }

  .fixed-bg {
    background-image: url(../img/bg-sp.png);
  }

  .header-inner {
    width: 100%;
    aspect-ratio: 4/5.5;
  }

  .header-cut {
    width: 100%;
    top: 10%;
    right: 0;
  }

  .header-text-1 {
    width: 94%;
    top: 2%;
    left: 3%;
  }

  .header-baku {
    width: 40%;
    top: 64%;
    left: 59%;
    z-index: 1;
  }

  .header-text-2 {
    width: 63%;
    top: 69%;
    left: 3%;
    z-index: 2;
  }

  .logo {
    width: 94%;
    bottom: 64%;
    left: 3%;
  }

  .kikan {
    width: 96%;
    bottom: 0;
    left: 0;
  }

  .header-catch {
    width: 18%;
    top: 28%;
    right: 76%;
  }

  .content {
    width: 100%;
    padding: 2rem 0 0;
  }

  .inner {
    width: 90%;
    margin: 0 auto 1.5rem;
    padding: 1.5rem;
  }

  .whats {
    padding: 3.5rem 1.5rem 1.5rem !important;
    border-radius: 15px;
    border: #fcee21 solid 3px;
  }

  .whats p {
    font-size: 16px;
    line-height: 1.6;
  }

  .whats-h {
    width: 90%;
    top: -6%;
    left: 0;
  }

  .frame {
    padding: 1rem 1.5rem 1rem !important;
    border: #009de2 solid 3px;
  }

  .frame-h {
    width: 29%;
    top: -1.2rem;
    left: -2%;
    flex-wrap: wrap;
  }

  .course {
    width: 100%;
    margin: 0 0 .2rem;
  }

  .ticket {
    width: 80%;
    margin: 0 auto;
  }

  .frame-h-2 {
    width: 58%;
    top: -1.6rem;
    left: -2%;
    flex-wrap: wrap;
  }

  .course-2 {
    width: 50%;
    margin: 0 0 .2rem;
  }

  .ticket-2 {
    width: 40%;
    margin: 0 auto;
  }

  .prize {
    width: 72%;
    margin: 0 0 0 28%;
  }

  .prize-2 {
    width: 100%;
    margin: 14% 0 0 0;
  }

  .course-a {
    margin: 1rem auto .3rem;
  }

  .seal {
    margin: 0 2.6% .5rem 0;
  }

  .seal:nth-child(4n) {
    margin: 0 0 .5rem 0;
  }

  .seal img {
    border: #009de2 solid 1px;
  }

  /*
  .seal:nth-last-child(1),
  .seal:nth-last-child(2),
  .seal:nth-last-child(3) {
    margin: 0 2.6% 0 0;
  }
  */
  .course-a-note {
    font-size: 12px;
    margin: 0 0 1em;
  }

  .texrt-a {
    width: 100%;
    margin: 3rem auto .5rem;
  }

  .texrt-b {
    width: 100%;
    margin: 0 auto;
  }

  table {
    margin: .5rem 0;
    font-size: 2.6vw;
  }

  table,
  td,
  th {
    border: 1px solid #009de2;
  }

  td,
  th {
    padding: .5rem 0;
  }

  th {
    border-right: 1px solid #fff;
    font-size: 16px;
    padding: 0;
  }

  th:nth-child(3) {
    border-right: 1px solid #009de2;
  }

  .prize-image {
    width: 100%;
    margin: 1.5rem auto 1rem;
  }

  .prize-image-2 {
    width: 100%;
    margin: 1.5rem auto 1rem;
  }

  .frame p {
    font-size: 4.2vw;
    font-weight: 900;
  }

  .bakudan {
    position: absolute;
    width: 42%;
    top: -2.5rem;
    right: -0.5rem;
  }

  p.last {
    margin: 0;
  }

  .d-note {
    margin: 1em 0 0;
    padding: 0;
    line-height: 1.6;
    font-size: 12px;
  }

  .cut-1-sp {
    position: relative;
    width: 100%;
    height: 9rem;
    z-index: 3;
  }

  .cut-1 {
    position: absolute;
    width: 70%;
    top: -2.5rem;
    right: 14%;
  }

  .cut-2-sp {
    position: relative;
    width: 100%;
    height: 9rem;
    z-index: 3;
  }

  .cut-2 {
    position: absolute;
    width: 50%;
    top: -2.4rem;
    left: 20%;
  }

  .method-bg {
    padding: 2rem 0 1rem;
  }

  .method {
    width: 100%;
    margin: 0 auto 2rem;
  }

  .method-h {
    height: 3rem;
    margin: 0 0 1rem;
    background-position: top right -5%;
  }

  .method-h img {
    width: 60%;
    margin: 0 0 0 5%;
  }

  .method-inner {
    width: 90%;
    margin: 0 auto 2rem;
  }

  .num {
    width: 12%;
    margin: 0 4% 0 0;
  }

  .method-text {
    width: 84%;
    margin: 0 0 1rem;
  }

  .method-text p {
    font-size: 14px;
  }

  .method-text span {
    font-size: 12px;
  }

  .method-image-1 {
    width: 100%;
    margin: 1em auto 0;
  }

  .method-image-2 {
    width: 100%;
    margin: 1em auto 0;
  }

  .mb {
    margin: 0 0 .5em;
  }

  .btn-dl {
    width: 100%;
    margin: 1.5rem auto 0;
  }

  .form label {
    font-size: 12px;
  }

  .form input[type="text"],
  .form input[type="email"],
  .form textarea {
    width: 100%;
    padding: 0.6rem .6rem;
    margin-bottom: 1.5rem;
  }

  .form input[type="text"]:focus,
  .form textarea:focus {
    border-color: #007acc;
    outline: none;
  }

  .form textarea {
    min-height: 120px;
  }

  .form input[type="checkbox"] {
    margin-right: 0;
  }

  .form div[data-formrun-show-if-error] {
    font-size: 12px;
  }

  .form button[type="submit"] {
    width: 100%;
    padding: 0.6rem .6rem;
  }

  .form-checkbox {
    margin-bottom: 1rem;
    font-size: 12px;
  }

  .social li:first-child img {
    width: 8rem;
  }

  .footer {
    padding: 2rem 0 1.5rem;
  }

  .footer_inner {
    width: 100%;
  }

}

@media screen and (min-width: 744px) and (max-width: 1024px) {
  .sp {
    display: none;
  }

  .fixed-bg {
    background-image: url(../img/bg-sp.png);
  }

  .seal:nth-child(4n) {
    margin: 0 0 1.2rem 0;
  }

  .seal:nth-last-child(1),
  .seal:nth-last-child(2),
  .seal:nth-last-child(3) {
    margin: 0 2.6% 0 0;
  }

  .cut-1 {
    position: absolute;
    width: 46%;
    top: -7rem;
    right: -2rem;
    z-index: 2;
  }

  .cut-2 {
    position: absolute;
    width: 38%;
    bottom: -8rem;
    left: -2rem;
    z-index: 2;
  }

  .method {
    width: 90%;
    margin: 0 auto;
  }

  .d-note {
    padding: 0 0 0 30%;
  }

}

@media screen and (min-width: 1025px) {
  .sp {
    display: none;
  }

  .seal:nth-child(4n) {
    margin: 0 0 1.2rem 0;
  }

  /*
  .seal:nth-last-child(2),
  .seal:nth-last-child(3),
  .seal:nth-last-child(4) {
    margin: 0 2.6% 0 0;
  }
  */
  .seal:last-child {
    margin: 0;
  }

  .alpha a {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }

  .alpha a:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=60)";
  }

  a.btn-hover img {
    -webkit-transition: -weblit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    -ms-transition: -ms-transform 0.3s;
    transition: transform 0.3s;
  }

  a.btn-hover img:hover {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }

  .btn-hover img {
    transition: transform 0.3s;
  }

  .btn-hover:hover img {
    transform: scale(0.95);
  }
}