@charset "UTF-8";
/************************************************
@PC - style.css v1.0.0
(c) ULM Co.,Ltd. - https://www.ulm-design.com
************************************************/
/* 1-foundation import */
article, aside, details, figcaption, figure, footer, header, hgroup, hr, menu, nav, section {
  display: block;
}

a, hr {
  padding: 0;
}

abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

ins, mark {
  background-color: #ff9;
  color: #000;
}

body {
  line-height: 1;
}

li, ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
  content: "";
  content: none;
}

a {
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

ins {
  text-decoration: none;
}

mark {
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
}

input, select {
  vertical-align: middle;
}

/************************************************
common
************************************************/
/* breakpoints setting */
/* all selecter */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* type selecter */
html, body {
  /* font: 13px/1em "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif"; */
  letter-spacing: 1px;
  word-break: break-all;
  word-wrap: break-word;
  /*-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;*/
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt"; /*文字間詰め*/
  -webkit-text-size-adjust: 100%; /* adjust */
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

body {
  background-image: url("../img/bg_pc.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}

@media screen and (max-width: 1065px) {
  body {
    background-image: url("../img/bg_sp.jpg");
    background-repeat: repeat-y;
    background-size: 100% auto;
    background-position: center top;
  }
}
iframe[name=google_conversion_frame] {
  height: 0 !important;
  width: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  margin-top: -13px;
}

a {
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

picture {
  pointer-events: none;
  display: block;
}

img {
  pointer-events: none;
  width: 100%;
  vertical-align: middle;
}

source {
  pointer-events: none;
  width: 100%;
  vertical-align: middle;
}

/* id selecter */
#wrapper {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  display: block;
  position: relative;
}

/* class selecter */
.hover {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.click {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.click:active {
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.flex-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.none {
  display: none;
}

.block {
  display: block;
}

.relative {
  position: relative;
}

.margin-auto {
  margin: 0 auto;
}

.pc {
  display: block;
}
@media screen and (max-width: 1065px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 1065px) {
  .sp {
    display: block;
  }
}

/* @font-face {
	font-family:'Montserrat-Bold';
	src: url('../fonts/Montserrat-Bold.ttf') format('truetype');
} */
/* @font-face {
	font-family:'###';
	src: url('###.otf') format('opentype');
} */
/* 2-layout import */
/*******************************************************
header
********************************************************/
/*******************************************************
main
********************************************************/
/*******************************************************
footer
********************************************************/
footer {
  width: 100%;
  margin: 0 auto;
  padding: 10px 0 20px;
}
footer > small {
  display: block;
  color: #fff;
  font-weight: bold;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.04em;
  margin: 0 auto;
}
@media screen and (max-width: 1065px) {
  footer > small {
    font-size: 11px;
  }
}

.footer__link {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}
.footer__link:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
@media screen and (max-width: 1065px) {
  .footer__link:hover {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.footer__title {
  color: #fff;
  background: #C10F1A;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-weight: bold;
  font-size: 28px;
  letter-spacing: 0.04em;
  padding: 10px 0 10px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 1065px) {
  .footer__title {
    line-height: 1.5;
    font-size: 6.4vw;
  }
}
.footer__title__annotation {
  font-size: 12px;
  text-align: center;
}
@media screen and (max-width: 1065px) {
  .footer__title__annotation {
    width: 95%;
    line-height: 1.2;
    display: inline-block;
    text-align: left;
  }
}

/* 3-object import */
/* pages */
.hero {
  width: 100%;
}
.hero__mv {
  width: 100%;
}
.hero__desc {
  width: 60%;
  margin: 40px auto 0;
}
@media (max-width: 1065px) {
  .hero__desc {
    width: 85%;
    margin: 20px auto;
  }
}
.hero__list {
  list-style: none;
  width: 90%;
  padding: 0;
  margin: 20px auto 0;
  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;
}
.hero__list li {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 22%;
          flex: 1 0 22%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 5px;
}
.hero__list li a {
  display: block;
  width: 100%;
}
.hero__list li a:hover {
  opacity: 0.6;
}
.hero__list li img {
  width: 100%;
  height: auto;
}
@media (max-width: 1065px) {
  .hero__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .hero__list li {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 45%;
            flex: 1 0 45%;
  }
}
.hero__modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}
.hero__modal-content {
  background-color: #5B3718;
  margin: 15% auto;
  padding: 15px 20px 30px;
  border: 1px solid #888;
  width: 80%;
  max-width: 600px;
  border-radius: 10px;
  color: #fff;
  font-size: 20px;
}
@media screen and (max-width: 1065px) {
  .hero__modal-content {
    font-size: 5.3333333333vw;
  }
}
.hero__modal-content a {
  text-decoration: none;
  border-bottom: 2px solid #fff;
  color: #fff;
  font-size: 24px;
  line-height: 1.2;
}
@media screen and (max-width: 1065px) {
  .hero__modal-content a {
    font-size: 6.4vw;
  }
}
.hero__modal-text {
  letter-spacing: 0.04em;
  line-height: 1.7;
  padding: 20px 0 0;
}
.hero__close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.hero__close:hover, .hero__close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.apply {
  width: 100%;
  padding: 120px 0;
}
@media screen and (max-width: 1065px) {
  .apply {
    padding: 5.3333333333vw 0;
  }
}
.apply__title, .apply__button {
  text-align: center;
  margin: 0 auto 2.7777777778vw;
}
@media screen and (max-width: 1065px) {
  .apply__title, .apply__button {
    margin: 0 auto 5.3333333333vw;
  }
}
.apply__top-btn {
  display: inline-block;
  background: #f1dc00;
  color: #111;
  font-size: 24px;
  font-weight: 900;
  text-decoration: none;
  padding: 16px 60px;
  border-radius: 999px;
  letter-spacing: 0.08em;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.apply__top-btn:hover {
  opacity: 0.8;
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
}
.apply__top-btn:active {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.apply__end {
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 24px;
}
@media screen and (max-width: 1065px) {
  .apply__end {
    font-size: 3.7333333333vw;
  }
}
.apply__desc {
  width: 90%;
  margin: 0 auto 50px auto;
}
@media screen and (max-width: 1065px) {
  .apply__desc {
    width: 94%;
  }
}
.apply__annotation {
  width: 90%;
  margin: 0 auto;
}
.apply__annotation > li {
  list-style-type: none;
  line-height: 1.5rem;
}
@media screen and (max-width: 1065px) {
  .apply__annotation > li {
    font-size: 3.2vw;
    padding-left: 0;
    margin-left: 5.3333333333vw;
    line-height: 4.5333333333vw;
    letter-spacing: 0.28vw;
  }
}
.apply__annotation > li > a {
  text-decoration: underline;
  color: #000;
}
.apply__term {
  width: 85%;
  background-color: rgba(255, 255, 255, 0.7019607843);
  padding: 50px 50px;
  margin: 0 auto 50px auto;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 1065px) {
  .apply__term {
    width: 100%;
    padding: 50px 14px;
    border-radius: 0;
  }
}
.apply__term .title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 24px;
}
@media screen and (max-width: 1065px) {
  .apply__term .title {
    font-size: 3.7333333333vw;
  }
}
.apply__term ul.terms {
  width: 90%;
  margin: 0 auto;
}
.apply__term ul.terms > li {
  list-style-type: disc;
  line-height: 1.5rem;
}
@media screen and (max-width: 1065px) {
  .apply__term ul.terms > li {
    font-size: 3.2vw;
    padding-left: 0;
    margin-left: 5.3333333333vw;
    line-height: 4.5333333333vw;
    letter-spacing: 0.28vw;
  }
}
.apply__term ul.terms > li > a {
  text-decoration: underline;
  color: #000;
}
.apply__contact {
  text-align: center;
  padding: 20px 0 0;
  color: #fff;
}
@media screen and (max-width: 1065px) {
  .apply__contact {
    padding: 5.3333333333vw 0 2.6666666667vw;
  }
}
.apply__contact-title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 2px;
  text-decoration: underline;
}
@media screen and (max-width: 1065px) {
  .apply__contact-title {
    font-size: 3.7333333333vw;
  }
}
.apply__contact-copyright {
  font-size: 13px;
  margin: 0;
}
@media screen and (max-width: 1065px) {
  .apply__contact-copyright {
    font-size: 2.9333333333vw;
  }
}
.apply .contact {
  text-align: center;
  margin: 40px auto 0;
  padding: 20px 0;
}
@media screen and (max-width: 1065px) {
  .apply .contact {
    margin: 4vw auto 0;
    padding: 2.6666666667vw 0;
  }
}
.apply .contact a {
  color: #000;
  text-decoration: underline;
  font-size: 16px;
  letter-spacing: 0.04em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1065px) {
  .apply .contact a {
    font-size: 3.2vw;
  }
}
.apply .contact a:hover {
  opacity: 0.7;
  text-decoration: underline;
}

.upload__logo {
  width: 40%;
  padding: 10px 0;
  margin: 0 auto;
}
@media screen and (max-width: 1065px) {
  .upload__logo {
    width: 60%;
    padding: 1.3333333333vw 0;
  }
}
.upload__ttl {
  width: 100%;
}
.upload__step {
  width: 95%;
  padding: 20px 0;
  margin: 0 auto;
}
@media screen and (max-width: 1065px) {
  .upload__step {
    width: 95%;
    padding: 2.6666666667vw 0;
  }
}

.form {
  width: 100%;
  min-height: 100vh;
  padding: 0 0 50px;
  /* margin: 100px auto; */
}
@media screen and (max-width: 1065px) {
  .form {
    /* margin: calc(100 / 750 * 100vw) auto; */
    padding: 0 0 6.6666666667vw;
  }
}
.form__wrap {
  background: #fff;
  width: 768px;
  margin: 0 auto;
}
@media screen and (max-width: 1065px) {
  .form__wrap {
    width: 100%;
  }
}
.form__inner {
  width: 100%;
}
.form__box {
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 30px auto 0;
}
@media screen and (max-width: 1065px) {
  .form__box {
    width: 90%;
    max-width: auto;
    margin: 5.3333333333vw auto 0;
  }
}
.form__receiptBox {
  width: 90%;
  margin: 0 auto;
  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-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0px auto 0;
}
@media screen and (max-width: 1065px) {
  .form__receiptBox {
    width: 90%;
  }
}
.form__receiptBox > .form__boxL {
  width: 100%;
}
.form__receiptBox > .form__boxL > .form__itemName {
  width: 100%;
  line-height: 1.5;
}
.form__receiptBox > .form__boxR {
  width: 100%;
}
.form__agreeBox {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90%;
  margin: 30px auto 0;
}
@media screen and (max-width: 1065px) {
  .form__agreeBox {
    margin: 4vw auto 0;
  }
}
.form__agreeBox > .form__boxR {
  display: block;
  line-height: 1;
  padding-left: 15px;
}
@media screen and (max-width: 1065px) {
  .form__agreeBox > .form__boxR {
    padding-left: 2vw;
  }
}
.form__agreeBox > .form__boxL > input[type=checkbox] {
  font-size: 100%;
  height: 24px;
  width: 24px;
  margin: 0;
}
@media screen and (max-width: 1065px) {
  .form__agreeBox > .form__boxL > input[type=checkbox] {
    font-size: 100%;
    height: 3.2vw;
    width: 3.2vw;
  }
}
.form__red {
  color: #bb121a;
  margin-left: 15px;
}
@media screen and (max-width: 1065px) {
  .form__red {
    margin-left: 2vw;
  }
}
.form__black {
  color: #000;
}
.form__itemName {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1065px) {
  .form__itemName {
    font-size: 3.7333333333vw;
  }
}
.form__itemNameSub1 {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 30px;
  margin: 20px 0 20px;
  font-weight: bold;
  color: yellow;
}
@media screen and (max-width: 1065px) {
  .form__itemNameSub1 {
    font-size: 6.9333333333vw;
    margin: 2.6666666667vw 0 2.6666666667vw;
    text-align: justify;
  }
}
.form__radioLabel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 14px;
}
@media screen and (max-width: 1065px) {
  .form__radioLabel {
    font-size: 3.4666666667vw;
  }
}
.form__select {
  display: block;
  width: 100%;
  background: #eeefef;
  border: solid 1px #646464;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 18px;
  color: #646464;
  line-height: 1.5;
  letter-spacing: 0.06em;
  padding: 15px 0 15px 15px;
  cursor: pointer;
  margin: 20px auto 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #646464 50%), linear-gradient(135deg, #646464 50%, transparent 50%);
  background-size: 10px 10px, 10px 10px;
  background-position: calc(100% - 25px) 50%, calc(100% - 15px) 50%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1065px) {
  .form__select {
    width: 100%;
    font-size: 3.7333333333vw;
    padding: 2.6666666667vw 0 2.6666666667vw 2.6666666667vw;
    margin: 2.6666666667vw auto 0;
  }
}
.form__input {
  width: 100%;
  background: #eeefef;
  border: solid 1px #646464;
  font-size: 16px;
  padding: 15px 0 15px 15px;
  margin: 15px 0 0;
}
@media screen and (max-width: 1065px) {
  .form__input {
    font-size: 3.7333333333vw;
    padding: 2.6666666667vw 0 2.6666666667vw 2.6666666667vw;
    margin: 2.6666666667vw 0 0;
  }
}
.form__previewImg {
  width: 80%;
  margin: 20px auto 0;
}
@media screen and (max-width: 1065px) {
  .form__previewImg {
    margin: 2.6666666667vw auto 0;
  }
}
.form__uploadBtn {
  width: 60%;
  background: #fff;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 26px;
  font-weight: bold;
  color: #de7419;
  text-align: center;
  letter-spacing: 0.06em;
  padding: 0.6em 0 0.6em 0;
  border: solid 2px #de7419;
  border-radius: 7.5px;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  margin: 30px auto 0;
}
@media screen and (max-width: 1065px) {
  .form__uploadBtn {
    width: 60%;
    font-size: 3.4666666667vw;
    padding: 2.6666666667vw 0;
    margin: 4vw auto 0;
  }
}
.form__uploadBtn:hover {
  background: #de7419;
  color: #fff;
}
.form__checkBtn {
  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;
  background: #d31177;
  width: 300px;
  margin: 50px auto 0;
  padding: 10px 0;
  border: 2px solid #d31177;
  border-radius: 7.5px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.04em;
  color: #fff;
  display: block;
  text-align: center;
  font-size: 24px;
}
@media screen and (max-width: 1065px) {
  .form__checkBtn {
    width: 50%;
    font-size: 3.7333333333vw;
    margin: 6.6666666667vw auto 0;
    padding: 2.6666666667vw 0;
  }
}
.form__checkBtn:hover {
  background: #fff;
  color: #d31177;
}
.form__text {
  width: 90%;
  margin: 50px auto 0;
}
@media screen and (max-width: 1065px) {
  .form__text {
    margin: 10vw auto 0;
  }
}
.form__text-ttl {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 24px;
  font-weight: bold;
  color: #000;
  line-height: 1.5;
  letter-spacing: 0.06em;
  background: #eeefef;
  color: #000;
  padding: 5px 0 5px 10px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 1065px) {
  .form__text-ttl {
    font-size: 3.2vw;
    padding: 0.6666666667vw 0 0.6666666667vw 1.3333333333vw;
    margin: 0 auto 4vw;
  }
}
.form__text-list {
  margin: 0 auto 30px;
}
@media screen and (max-width: 1065px) {
  .form__text-list {
    margin: 0 auto 4vw;
  }
}
.form__text-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 24px;
  color: #000;
  line-height: 1.7;
  letter-spacing: 0.04em;
  text-align: justify;
}
@media screen and (max-width: 1065px) {
  .form__text-list > li {
    font-size: 3.2vw;
  }
}
.form__text-list > li > span > a {
  display: inline;
  text-decoration: underline;
  word-wrap: break-word;
  color: #000;
}
.form__text-list > li > span:first-of-type {
  display: block;
  width: 2%;
}
.form__text-list > li > span:last-of-type {
  display: block;
  width: 95.5%;
  margin-left: 2.5%;
}
.form__red {
  color: #bb121a;
}
.form__text-caution {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-weight: bold;
  font-size: 24px;
  color: #000;
  line-height: 1.7;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 1065px) {
  .form__text-caution {
    font-size: 3.2vw;
  }
}
.form__confirmBtnWrap {
  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-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 50px auto 0;
}
@media screen and (max-width: 1065px) {
  .form__confirmBtnWrap {
    margin: 6.6666666667vw auto 0;
  }
}
.form__confirmBtnWrap > button:first-of-type {
  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;
  background: #d31177;
  width: 300px;
  margin: 0 auto 30px;
  padding: 10px 0;
  border: 2px solid #d31177;
  border-radius: 7.5px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.04em;
  color: #fff;
  display: block;
  text-align: center;
  font-size: 24px;
}
@media screen and (max-width: 1065px) {
  .form__confirmBtnWrap > button:first-of-type {
    width: 50%;
    font-size: 3.7333333333vw;
    margin: 0 auto 4vw;
    padding: 2.6666666667vw 0;
  }
}
.form__confirmBtnWrap > button:first-of-type:hover {
  background: #fff;
  color: #d31177;
}
.form__confirmBtnWrap > button:last-of-type {
  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;
  background: #fff;
  width: 300px;
  margin: 0 auto 30px;
  padding: 10px 0;
  border: 2px solid #646464;
  border-radius: 7.5px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.04em;
  color: #000;
  display: block;
  text-align: center;
  font-size: 24px;
}
@media screen and (max-width: 1065px) {
  .form__confirmBtnWrap > button:last-of-type {
    width: 50%;
    font-size: 3.7333333333vw;
    margin: 0 auto 4vw;
    padding: 2.6666666667vw 0;
  }
}
.form__confirmBtnWrap > button:last-of-type:hover {
  background: #646464;
  color: #fff;
}

#J-file-upload-input {
  display: none;
}

#J-file-upload-input2 {
  display: none;
}

#J-file-upload-input3 {
  display: none;
}

#J-file-upload-input4 {
  display: none;
}

.confirm {
  width: 100%;
  min-height: 100vh;
  padding: 0 0 50px;
}
@media screen and (max-width: 1065px) {
  .confirm {
    padding: 0 0 6.6666666667vw;
  }
}
.confirm__inner {
  width: 100%;
}
.confirm__box {
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 30px auto 0;
}
@media screen and (max-width: 1065px) {
  .confirm__box {
    width: 90%;
    margin: 4vw auto 0;
  }
}
.confirm__itemName {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 18px;
  font-weight: bold;
  color: #000;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1065px) {
  .confirm__itemName {
    font-size: 3.7333333333vw;
  }
}
.confirm__confirmTxt {
  background: #eeefef;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 18px;
  font-weight: bold;
  color: #000;
  line-height: 1.5;
  letter-spacing: 0.06em;
  margin: 15px auto 0;
  padding: 15px 0 15px 15px;
}
@media screen and (max-width: 1065px) {
  .confirm__confirmTxt {
    font-size: 3.7333333333vw;
    margin: 2vw auto 0;
    padding: 2vw 0 2vw 2vw;
  }
}
.confirm__confirmImg {
  display: block;
  width: 80%;
  margin: 15px auto 0;
}
@media screen and (max-width: 1065px) {
  .confirm__confirmImg {
    margin: 2vw auto 0;
  }
}
.confirm__confirmImgNone {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0.06em;
  text-align: center;
}
@media screen and (max-width: 1065px) {
  .confirm__confirmImgNone {
    font-size: 3.2vw;
  }
}
.confirm__confirmBtnWrap {
  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-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 50px auto 0;
}
@media screen and (max-width: 1065px) {
  .confirm__confirmBtnWrap {
    margin: 6.6666666667vw auto 0;
  }
}
.confirm__confirmBtnWrap > button:first-of-type {
  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;
  background: #d31177;
  width: 300px;
  margin: 0 auto 30px;
  padding: 10px 0;
  border: 2px solid #d31177;
  border-radius: 7.5px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.04em;
  color: #fff;
  display: block;
  text-align: center;
  font-size: 24px;
}
@media screen and (max-width: 1065px) {
  .confirm__confirmBtnWrap > button:first-of-type {
    width: 50%;
    font-size: 3.7333333333vw;
    margin: 0 auto 4vw;
    padding: 2.6666666667vw 0;
  }
}
.confirm__confirmBtnWrap > button:first-of-type:hover {
  background: #fff;
  color: #d31177;
}
.confirm__confirmBtnWrap > button:last-of-type {
  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;
  background: #fff;
  width: 300px;
  margin: 0 auto 30px;
  padding: 10px 0;
  border: 2px solid #646464;
  border-radius: 7.5px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.04em;
  color: #000;
  display: block;
  text-align: center;
  font-size: 24px;
}
@media screen and (max-width: 1065px) {
  .confirm__confirmBtnWrap > button:last-of-type {
    width: 50%;
    font-size: 3.7333333333vw;
    margin: 0 auto 4vw;
    padding: 2.6666666667vw 0;
  }
}
.confirm__confirmBtnWrap > button:last-of-type:hover {
  background: #646464;
  color: #fff;
}
.confirm__confirmBtn {
  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;
  background-color: #009944;
  width: 320px;
  margin: 20px 10px 0;
  padding: 10px 0;
  border: 2px solid #009944;
  border-radius: 10px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.04em;
  color: #000;
  display: block;
  text-align: center;
  font-size: 28px;
}
@media screen and (max-width: 1065px) {
  .confirm__confirmBtn {
    width: 60%;
    font-size: 3.4666666667vw;
    margin: 2.6666666667vw auto 0;
    padding: 4vw 0;
  }
}
.confirm__confirmBtn:last-of-type {
  background-color: #e60012;
  border: 2px solid #e60012;
}
.confirm__confirmBtn:hover {
  background-color: #fff;
}

.compleat {
  width: 100%;
  min-height: 100vh;
  padding: 0 0 50px;
}
@media screen and (max-width: 1065px) {
  .compleat {
    padding: 0 0 6.6666666667vw;
  }
}
.compleat__thanks {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: 40px auto 30px;
}
@media screen and (max-width: 1065px) {
  .compleat__thanks {
    font-size: 5.3333333333vw;
    margin: 6.6666666667vw auto 5.3333333333vw;
  }
}
.compleat__desc {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.7;
  text-align: center;
  margin: 0 auto 40px;
}
@media screen and (max-width: 1065px) {
  .compleat__desc {
    font-size: 4vw;
    margin: 0 auto 6.6666666667vw;
  }
}
.compleat__wallpaper {
  width: 90%;
  max-width: 360px;
  margin: 0 auto;
  text-align: center;
}
.compleat__wallpaper-title {
  color: #1a9fd4;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 16px;
}
@media screen and (max-width: 1065px) {
  .compleat__wallpaper-title {
    font-size: 4.2666666667vw;
    margin: 0 auto 2.6666666667vw;
  }
}
.compleat__wallpaper-preview {
  display: block;
  width: 60%;
  max-width: 220px;
  height: auto;
  margin: 0 auto 40px;
  background: #b9b9b9;
}
@media screen and (max-width: 1065px) {
  .compleat__wallpaper-preview {
    margin: 0 auto 6.6666666667vw;
  }
}
.compleat__download-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin: 0 auto;
}
@media screen and (max-width: 1065px) {
  .compleat__download-list {
    gap: 2.6666666667vw;
  }
}
.compleat__download-btn {
  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;
  gap: 12px;
  width: 260px;
  padding: 10px 20px;
  background: #1a9fd4;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  border-radius: 999px;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 1065px) {
  .compleat__download-btn {
    width: 80%;
    max-width: 260px;
    font-size: 3.4666666667vw;
    padding: 2.4vw 4vw;
    gap: 2.1333333333vw;
  }
}
.compleat__download-btn:hover {
  opacity: 0.8;
}
.compleat__download-icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1065px) {
  .compleat__download-icon {
    width: 4vw;
    height: 4vw;
  }
}

.present {
  width: 100%;
  padding: 4.8611111111vw 0 0;
}
@media screen and (max-width: 1065px) {
  .present {
    padding: 0;
  }
}
.present__ttl {
  display: block;
  width: 240px;
  margin: 0 auto 4.8611111111vw;
}
@media screen and (max-width: 1065px) {
  .present__ttl {
    width: 40vw;
    margin: 0 auto 9.3333333333vw;
  }
}
.present {
  /* anchor buttons container */
}
.present__anchor_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  width: 85%;
  margin: 0 auto 4.8611111111vw;
}
@media screen and (max-width: 1065px) {
  .present__anchor_container {
    gap: 2.1333333333vw;
    width: 95%;
    margin: 0 auto 9.3333333333vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.present__anchor_container .present__anchor {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.present__anchor_container .present__anchor .present__ttl {
  margin: 0;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1065px) {
  .present__anchor_container .present__anchor .present__ttl {
    width: 100%;
  }
}
.present__anchor_container .present__anchor:hover {
  opacity: 0.8;
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
}
.present__anchor_container .present__anchor:hover .present__ttl img {
  -webkit-filter: brightness(1.05);
          filter: brightness(1.05);
}
.present__anchor_container .present__anchor:active {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.present__list {
  width: 85%;
  margin: 0 auto;
}
@media screen and (max-width: 1065px) {
  .present__list {
    width: 94%;
  }
}
.present__list.present2 {
  padding-top: 40px;
}
.present__list > .present__header {
  width: 100%;
  border: 4px solid #cbdee7;
  border-bottom: 0;
  border-radius: 18px 18px 0 0;
}
.present__list > .present__header .present__header__title {
  background: #1a509a; /* 濃い青 */
  color: #fff;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.04em;
  border-radius: 12px 12px 0 0;
  padding: 18px 12px;
  font-size: 2.0833333333vw;
}
@media screen and (min-width: 1024px) {
  .present__list > .present__header .present__header__title {
    font-size: 28px;
  }
}
@media screen and (max-width: 1065px) {
  .present__list > .present__header .present__header__title {
    font-size: 4.2666666667vw;
    padding: 2.1333333333vw 1.6vw;
  }
}
.present__list > .present__header.present2 {
  border: 4px solid #e9cce2;
  border-bottom: 0;
}
.present__list > .present__header.present2 .present__header__title {
  background: #d31277;
}
.present__list .none {
  display: none;
}
.present__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  gap: 0 10px;
}
.present__list ul > li {
  width: 50%;
  padding: 1.25vw;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  text-align: center;
  color: white;
  font-size: 2.6388888889vw;
  font-weight: bold;
  background-color: #7c7c7c;
}
@media screen and (min-width: 1024px) {
  .present__list ul > li {
    font-size: 28px;
  }
}
@media screen and (max-width: 1065px) {
  .present__list ul > li {
    font-size: 5.0666666667vw;
    padding: 3.4666666667vw;
  }
}
.present__list ul > li.active-orange {
  background: #dc6219;
}
.present__list ul > li.active-purple {
  background: #cc126b;
}
.present__list ul > li:hover {
  opacity: 0.75;
}
.present__list picture {
  width: 100%;
}
.present__list .container {
  width: 100%;
  margin: 0 auto;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  overflow: visible;
}
.present__list .container.present2 {
  background-color: #fbebe8;
  border: 4px solid #e9cce2;
  border-top: 0;
}
.present__list .container .present__pc-board {
  display: block;
  padding: 40px 36px 20px;
  border: 4px solid #f1dc00;
  border-radius: 20px;
  background: #f3f3f3;
  margin: 0 32px;
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Yu Gothic Medium", YuGothic, Meiryo, sans-serif;
}
.present__list .container .present__pc-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.present__list .container .present__pc-card {
  padding: 28px 24px 22px;
  display: grid;
  grid-template-columns: 1fr 112px;
  grid-template-areas: "note image" "badge image" "title image" "count image";
  -webkit-column-gap: 18px;
     -moz-column-gap: 18px;
          column-gap: 18px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.present__list .container .present__pc-card:nth-child(1) {
  border-right: 2px dashed #21a5ea;
  border-bottom: 2px dashed #21a5ea;
}
.present__list .container .present__pc-card:nth-child(2) {
  border-bottom: 2px dashed #21a5ea;
}
.present__list .container .present__pc-card:nth-child(3) {
  border-right: 2px dashed #21a5ea;
}
.present__list .container .present__pc-card-note {
  grid-area: note;
  margin: 0 0 8px;
  color: #21a5ea;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
.present__list .container .present__pc-card-note span {
  font-size: 34px;
  font-weight: 900;
  margin: 0 2px;
}
.present__list .container .present__pc-card-badge {
  grid-area: badge;
  display: block;
  margin: 0 auto 14px;
  width: 130px;
  height: auto;
}
.present__list .container .present__pc-card-title {
  grid-area: title;
  margin: 0;
  color: #111;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.01em;
  min-height: 104px;
  text-align: center;
}
.present__list .container .present__pc-card-title small {
  font-size: 14px;
  font-weight: 700;
}
.present__list .container .present__pc-card-count {
  grid-area: count;
  margin: 14px 0 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-align: center;
}
.present__list .container .present__pc-card-count span {
  font-size: 64px;
  margin-right: 4px;
}
.present__list .container .present__pc-card-image {
  grid-area: image;
  width: 112px;
  height: 168px;
  background: #b9b9b9;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.present__list .container .present__pc-card--a,
.present__list .container .present__pc-card--b,
.present__list .container .present__pc-card--c,
.present__list .container .present__pc-card--d {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 18px;
}
.present__list .container .present__pc-card--a .present__pc-card-info,
.present__list .container .present__pc-card--b .present__pc-card-info,
.present__list .container .present__pc-card--c .present__pc-card-info,
.present__list .container .present__pc-card--d .present__pc-card-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  max-width: 220px;
}
.present__list .container .present__pc-card--a .present__pc-card-badge,
.present__list .container .present__pc-card--b .present__pc-card-badge,
.present__list .container .present__pc-card--c .present__pc-card-badge,
.present__list .container .present__pc-card--d .present__pc-card-badge {
  display: block;
  margin: 0 auto 24px;
  width: 130px;
  height: auto;
}
.present__list .container .present__pc-card--a .present__pc-card-title,
.present__list .container .present__pc-card--b .present__pc-card-title,
.present__list .container .present__pc-card--c .present__pc-card-title,
.present__list .container .present__pc-card--d .present__pc-card-title {
  min-height: 62px;
  margin: 0;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.35;
  color: #111;
  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;
}
.present__list .container .present__pc-card--a .present__pc-card-count,
.present__list .container .present__pc-card--b .present__pc-card-count,
.present__list .container .present__pc-card--c .present__pc-card-count,
.present__list .container .present__pc-card--d .present__pc-card-count {
  margin: 24px 0 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-align: center;
}
.present__list .container .present__pc-card--a .present__pc-card-count span,
.present__list .container .present__pc-card--b .present__pc-card-count span,
.present__list .container .present__pc-card--c .present__pc-card-count span,
.present__list .container .present__pc-card--d .present__pc-card-count span {
  font-size: 64px;
  margin-right: 4px;
}
.present__list .container .present__pc-card--a .present__pc-card-photo,
.present__list .container .present__pc-card--b .present__pc-card-photo,
.present__list .container .present__pc-card--c .present__pc-card-photo,
.present__list .container .present__pc-card--d .present__pc-card-photo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
}
.present__list .container .present__pc-card--a .present__pc-card-image,
.present__list .container .present__pc-card--b .present__pc-card-image,
.present__list .container .present__pc-card--c .present__pc-card-image,
.present__list .container .present__pc-card--d .present__pc-card-image {
  width: 150px;
  height: auto;
}
.present__list .container .present__pc-card--a .present__pc-card-note-image,
.present__list .container .present__pc-card--b .present__pc-card-note-image,
.present__list .container .present__pc-card--c .present__pc-card-note-image,
.present__list .container .present__pc-card--d .present__pc-card-note-image {
  font-size: 14px;
  color: #333;
  margin-top: 8px;
}
.present__list .container .present__pc-card--a .present__pc-card-title-note,
.present__list .container .present__pc-card--b .present__pc-card-title-note,
.present__list .container .present__pc-card--c .present__pc-card-title-note,
.present__list .container .present__pc-card--d .present__pc-card-title-note {
  font-size: 13px;
  color: #666;
  margin: 8px 0 0;
  text-align: center;
}
.present__list .container .present__pc-card--a .present__pc-card-cast-label,
.present__list .container .present__pc-card--b .present__pc-card-cast-label,
.present__list .container .present__pc-card--c .present__pc-card-cast-label,
.present__list .container .present__pc-card--d .present__pc-card-cast-label {
  margin: 10px 0 2px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  color: #111;
  text-align: center;
}
.present__list .container .present__pc-card--a .present__pc-card-cast,
.present__list .container .present__pc-card--b .present__pc-card-cast,
.present__list .container .present__pc-card--c .present__pc-card-cast,
.present__list .container .present__pc-card--d .present__pc-card-cast {
  margin: 2px 0 0;
  font-size: 12px;
  line-height: 1.5;
  color: #333;
  text-align: center;
}
.present__list .container .present__pc-card--a .present__pc-card-cast span,
.present__list .container .present__pc-card--b .present__pc-card-cast span,
.present__list .container .present__pc-card--c .present__pc-card-cast span,
.present__list .container .present__pc-card--d .present__pc-card-cast span {
  white-space: nowrap;
}
.present__list .container .present__pc-card--b {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.present__list .container .present__pc-card--b .present__pc-card-image {
  width: 240px;
}
.present__list .container .present__pc-card--a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.present__list .container .present__pc-card--a .present__pc-card-info {
  max-width: none;
}
.present__list .container .present__pc-card--a .present__pc-card-badge {
  margin-bottom: 10px;
}
.present__list .container .present__pc-card--a .present__pc-card-title {
  white-space: nowrap;
  min-height: auto;
  font-size: 20px;
}
.present__list .container .present__pc-card--a .present__pc-card-title-note {
  margin-top: 4px;
}
.present__list .container .present__pc-card--a .present__pc-card-count {
  margin-top: 10px;
}
.present__list .container .present__pc-all-prize {
  padding: 34px 0 14px;
  text-align: center;
}
.present__list .container .present__pc-all-prize-badge {
  display: inline-block;
  margin: 0;
  width: 240px;
  height: auto;
}
.present__list .container .present__pc-wallpaper-list {
  margin: 22px auto 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
}
.present__list .container .present__pc-wallpaper-list img {
  display: block;
  height: 108px;
  width: auto;
}
.present__list .container .present__pc-wallpaper-break {
  display: none;
}
.present__list .container .sp-only {
  display: none;
}
.present__list .container .present__pc-all-prize-title {
  margin: 0;
  color: #111;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
}
.present__list .container .present__pc-all-prize-note {
  margin: 4px 0 0;
  color: #111;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}
.present__list .container .present__how-to {
  padding: 30px 120px 0;
  margin-top: 40px;
  color: #fff;
}
.present__list .container .present__how-to-title {
  text-align: center;
  font-size: 32px;
  font-weight: 900;
  color: #f1dc00;
  margin: 0 0 20px;
}
.present__list .container .present__how-to-desc {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  margin: 0 0 20px;
}
.present__list .container .present__how-to-desc strong {
  font-weight: 900;
  color: #f1dc00;
}
.present__list .container .present__how-to-notes {
  font-size: 13px;
  line-height: 1.7;
  margin: 0;
}
.present__list .container .present__pc-apply {
  display: block;
  text-align: center;
  padding: 40px 0;
}
.present__list .container .present__apply-btn {
  display: inline-block;
  background: #f1dc00;
  color: #111;
  font-size: 28px;
  font-weight: 900;
  text-decoration: none;
  padding: 18px 80px;
  border-radius: 999px;
  letter-spacing: 0.08em;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.present__list .container .present__apply-btn:hover {
  opacity: 0.8;
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
}
.present__list .container .present__apply-btn:active {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.present__list {
  /* Media query for small screens (smartphone) */
}
@media (max-width: 1065px) {
  .present__list .container .present__pc-board {
    padding: 5.3333333333vw 4vw 4vw;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: #fff;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .present__list .container .present__pc-grid {
    grid-template-columns: 1fr;
  }
  .present__list .container .present__pc-card {
    padding: 5.3333333333vw 0;
    grid-template-columns: 1fr;
    grid-template-areas: "note" "badge" "image" "title" "count";
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 2.6666666667vw;
    justify-items: center;
  }
  .present__list .container .present__pc-card:nth-child(1), .present__list .container .present__pc-card:nth-child(2), .present__list .container .present__pc-card:nth-child(3), .present__list .container .present__pc-card:nth-child(4) {
    border: 0;
  }
  .present__list .container .present__pc-card-note {
    font-size: 6vw;
  }
  .present__list .container .present__pc-card-note span {
    font-size: 9vw;
  }
  .present__list .container .present__pc-card-badge {
    width: 29.3333333333vw;
    margin: 0 auto 1.3333333333vw;
  }
  .present__list .container .present__pc-card-image {
    width: 56vw;
    height: auto;
    aspect-ratio: 2/3;
    margin: 1.3333333333vw auto;
  }
  .present__list .container .present__pc-card--a,
  .present__list .container .present__pc-card--b,
  .present__list .container .present__pc-card--c,
  .present__list .container .present__pc-card--d {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .present__list .container .present__pc-card--a .present__pc-card-photo,
  .present__list .container .present__pc-card--b .present__pc-card-photo,
  .present__list .container .present__pc-card--c .present__pc-card-photo,
  .present__list .container .present__pc-card--d .present__pc-card-photo {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .present__list .container .present__pc-card--a .present__pc-card-info,
  .present__list .container .present__pc-card--b .present__pc-card-info,
  .present__list .container .present__pc-card--c .present__pc-card-info,
  .present__list .container .present__pc-card--d .present__pc-card-info {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
  .present__list .container .present__pc-card--a .present__pc-card-image,
  .present__list .container .present__pc-card--b .present__pc-card-image,
  .present__list .container .present__pc-card--c .present__pc-card-image,
  .present__list .container .present__pc-card--d .present__pc-card-image {
    width: 64vw;
    aspect-ratio: auto;
    height: auto;
  }
  .present__list .container .present__pc-card-note-image {
    font-size: 3.2vw;
    color: #333;
    text-align: center;
    margin-top: 1.6vw;
  }
  .present__list .container .present__pc-card-title {
    font-size: 4.2666666667vw;
    min-height: 0;
  }
  .present__list .container .present__pc-card-title small {
    font-size: 2.9333333333vw;
  }
  .present__list .container .present__pc-card-count {
    font-size: 5.3333333333vw;
  }
  .present__list .container .present__pc-card-count span {
    font-size: 9.3333333333vw;
  }
  .present__list .container .present__pc-card-cast-label {
    font-size: 3.2vw;
    font-weight: 700;
    line-height: 1.3;
    color: #111;
    margin: 2.1333333333vw 0 0.5333333333vw;
    text-align: center;
  }
  .present__list .container .present__pc-card-cast {
    font-size: 2.9333333333vw;
    line-height: 1.5;
    color: #333;
    margin-top: 0.5333333333vw;
    text-align: center;
  }
  .present__list .container .present__pc-card-cast span {
    white-space: nowrap;
  }
  .present__list .container .present__pc-all-prize {
    padding: 6.6666666667vw 0 2.6666666667vw;
  }
  .present__list .container .present__pc-all-prize-badge {
    width: 48vw;
  }
  .present__list .container .present__pc-wallpaper-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.6vw;
    margin: 4vw auto 4vw;
  }
  .present__list .container .present__pc-wallpaper-list img {
    width: auto;
    height: 21.3333333333vw;
  }
  .present__list .container .present__pc-wallpaper-break {
    display: block;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    height: 0;
  }
  .present__list .container .present__pc-all-prize-title {
    font-size: 4.5333333333vw;
  }
  .present__list .container .present__pc-all-prize-note {
    font-size: 2.6666666667vw;
  }
  .present__list .container .present__how-to {
    padding: 20px 12px 0;
    margin-top: 5.3333333333vw;
  }
  .present__list .sp-only {
    display: inline;
  }
}

.footer {
  padding: 10px 0 20px;
}
@media screen and (max-width: 1065px) {
  .footer {
    padding: 10px 0 20px;
    padding-bottom: 76px;
  }
}
.footer p {
  margin-bottom: 3.4722222222vw;
}
@media screen and (max-width: 1065px) {
  .footer p {
    margin-bottom: 6.6666666667vw;
  }
}
.footer p {
  text-align: center;
}
.footer p a.inquiry {
  text-decoration: underline;
  color: #000;
  font-size: 1.1111111111vw;
}
@media screen and (max-width: 1065px) {
  .footer p a.inquiry {
    font-size: 2.9333333333vw;
  }
}
.footer p.copyright {
  font-weight: bold;
  font-size: 13px;
  color: #fff;
  margin-bottom: 0;
}
@media screen and (max-width: 1065px) {
  .footer p.copyright {
    font-size: 11px;
  }
}
.footer__sp_buttons {
  display: none;
}
@media screen and (max-width: 1065px) {
  .footer__sp_buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 0;
    margin: 0;
  }
}
.footer__sp_btn {
  display: none;
}
@media screen and (max-width: 1065px) {
  .footer__sp_btn {
    display: block;
    width: 50%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0;
    padding: 0;
  }
  .footer__sp_btn img {
    width: 100%;
    height: auto;
    display: block;
    vertical-align: bottom;
  }
  .footer__sp_btn {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .footer__sp_btn:active {
    opacity: 0.7;
  }
}

/* componentes */
/* @import '3-object/_c-xxx.scss'; *//*# sourceMappingURL=style.css.map */