@charset "UTF-8";
@font-face {
  font-family: YuGothicM;
  src: local("Yu Gothic Medium");
}
html {
  font-size: 100%;
  line-height: 1.5em;
}

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

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* =========================================================
base - 基本設定
========================================================= */
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

body {
  font-size: 16px;
  font-size: 1rem;
  color: #333333;
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-font-feature-settings: "pkna";
  font-feature-settings: "pkna";
  padding: vr();
  line-height: vr();
  position: relative;
}

a {
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: .3s;
  cursor: pointer;
}
a:hover {
  opacity: .7;
}
a img {
  display: inline-block;
}

img {
  vertical-align: bottom;
  height: auto;
  max-width: 100%;
}

.pc-show {
  display: none;
}
@media screen and (min-width: 980px) {
  .pc-show {
    display: block;
  }
}

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

.pc-show-inline {
  display: none;
}
@media screen and (min-width: 980px) {
  .pc-show-inline {
    display: inline-block;
  }
}

/* =========================================================
lp
========================================================= */
.p-lp {
  max-width: 740px;
  margin: auto;
  padding: 5% 0;
  width: 100vw;
}
.p-lp .page-title {
  background: #fe0000;
  border-radius: 5px;
  color: #fff;
  margin: 0 auto 30px;
  font-family: "a-otf-gothic-mb101-pr6n", sans-serif;
  font-size: calc(34 * (100vw / 520));
  font-weight: bold;
  padding: calc(20 * (100vw / 520)) calc(60 * (100vw / 520));
  text-align: center;
  width: 90%;
}
@media screen and (min-width: 520px) {
  .p-lp .page-title {
    font-size: calc(34 * (100vw / 768));
    padding: calc(20 * (100vw / 768)) calc(60 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-lp .page-title {
    font-size: 34px;
    padding: 20px 60px;
  }
}
.p-lp .form_list {
  font-size: calc(26 * (100vw / 520));
  margin: auto;
  width: 90%;
}
@media screen and (min-width: 520px) {
  .p-lp .form_list {
    font-size: calc(26 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-lp .form_list {
    font-size: 26px;
  }
}
.p-lp .form_list--wrap dt {
  font-weight: 600;
  margin: 0 0 calc(8 * (100vw / 520));
}
@media screen and (min-width: 520px) {
  .p-lp .form_list--wrap dt {
    margin: 0 0 calc(8 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-lp .form_list--wrap dt {
    margin: 0 0 8px;
  }
}
.p-lp .form_list--wrap dd {
  margin: 0 0 calc(35 * (100vw / 520));
}
@media screen and (min-width: 520px) {
  .p-lp .form_list--wrap dd {
    margin: 0 0 calc(35 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-lp .form_list--wrap dd {
    margin: 0 0 35px;
  }
}
.p-lp .form_list--wrap dd input[type="text"],
.p-lp .form_list--wrap dd input[type="email"],
.p-lp .form_list--wrap dd input[type="tel"] {
  border: 1px solid #000;
  border-radius: 5px;
  font-size: calc(22 * (100vw / 520));
  padding: calc(10 * (100vw / 520));
  width: 100%;
}
@media screen and (min-width: 520px) {
  .p-lp .form_list--wrap dd input[type="text"],
  .p-lp .form_list--wrap dd input[type="email"],
  .p-lp .form_list--wrap dd input[type="tel"] {
    font-size: calc(22 * (100vw / 768));
    padding: calc(10 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-lp .form_list--wrap dd input[type="text"],
  .p-lp .form_list--wrap dd input[type="email"],
  .p-lp .form_list--wrap dd input[type="tel"] {
    font-size: 22px;
    padding: 10px;
  }
}
.p-lp .form_list--wrap dd input[type="text"].tel,
.p-lp .form_list--wrap dd input[type="tel"].tel {
  width: 26%;
}
.p-lp .form_list--wrap dd.zip {
  display: flex;
}
.p-lp .form_list--wrap dd.zip > p {
  width: 35%;
}
.p-lp .form_list--wrap dd.zip .hyphen {
  margin: 0 5px;
}
.p-lp .form_list--wrap dd.adress input[type="text"]:not(:first-of-type) {
  margin: calc(10 * (100vw / 768)) 0 0;
}
@media screen and (min-width: 520px) {
  .p-lp .form_list--wrap dd.adress input[type="text"]:not(:first-of-type) {
    margin: calc(10 * (100vw / 768)) 0 0;
  }
}
@media screen and (min-width: 768px) {
  .p-lp .form_list--wrap dd.adress input[type="text"]:not(:first-of-type) {
    margin: 10px 0 0;
  }
}
.p-lp .form_list--wrap dd.file {
  border: 1px solid #000;
  border-radius: 5px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px;
}
.p-lp .form_list--wrap dd.file .mw-wp-form_file {
  width: 100%;
}
.p-lp .form_list--wrap dd.file #image-preview {
  width: 100%;
}
.p-lp .form_list--wrap dd.prize {
  display: flex;
  flex-direction: column;
  font-size: calc(21 * (100vw / 520));
  padding: 10px 0;
}
@media screen and (min-width: 520px) {
  .p-lp .form_list--wrap dd.prize {
    font-size: calc(26 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-lp .form_list--wrap dd.prize {
    font-size: 26px;
  }
}
.p-lp .form_list--wrap dd.prize input[type="radio"] {
  margin: 0;
  height: calc(20 * (100vw / 520));
  width: calc(20 * (100vw / 520));
}
@media screen and (min-width: 520px) {
  .p-lp .form_list--wrap dd.prize input[type="radio"] {
    height: calc(20 * (100vw / 768));
    width: calc(20 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-lp .form_list--wrap dd.prize input[type="radio"] {
    height: 20px;
    width: 20px;
  }
}
.p-lp .form_list--wrap dd.prize .mwform-radio-field:not(:first-of-type) {
  margin: calc(10 * (100vw / 768)) 0 0;
}
@media screen and (min-width: 520px) {
  .p-lp .form_list--wrap dd.prize .mwform-radio-field:not(:first-of-type) {
    margin: calc(10 * (100vw / 768)) 0 0;
  }
}
@media screen and (min-width: 768px) {
  .p-lp .form_list--wrap dd.prize .mwform-radio-field:not(:first-of-type) {
    margin: 10px 0 0;
  }
}
.p-lp .form_privacy {
  font-size: calc(20 * (100vw / 520));
  margin: auto;
  width: 90%;
}
@media screen and (min-width: 520px) {
  .p-lp .form_privacy {
    font-size: calc(20 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-lp .form_privacy {
    font-size: 20px;
  }
}
.p-lp .form_privacy .title {
  background-color: #f2f2f2;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
  border-radius: 5px 5px 0 0;
  font-size: calc(24 * (100vw / 520));
  font-weight: bold;
  padding: calc(10 * (100vw / 520)) 15px;
  text-align: center;
}
@media screen and (min-width: 520px) {
  .p-lp .form_privacy .title {
    font-size: calc(24 * (100vw / 768));
    padding: calc(10 * (100vw / 768)) 15px;
  }
}
@media screen and (min-width: 768px) {
  .p-lp .form_privacy .title {
    font-size: 24px;
    padding: 10px 15px;
  }
}
.p-lp .form_privacy .textarea {
  border: 2px solid #000;
  border-radius: 0 0 5px 5px;
  height: 50vh;
  overflow-y: scroll;
  padding: 5%;
}
.p-lp .form_privacy--check {
  font-size: calc(26 * (100vw / 520));
  font-weight: bold;
  margin: 10px auto 0;
  width: 90%;
  text-align: center;
}
@media screen and (min-width: 520px) {
  .p-lp .form_privacy--check {
    font-size: calc(26 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-lp .form_privacy--check {
    font-size: 26px;
  }
}
.p-lp .form_privacy--check input[type="checkbox"] {
  height: calc(20 * (100vw / 520));
  width: calc(20 * (100vw / 520));
}
@media screen and (min-width: 520px) {
  .p-lp .form_privacy--check input[type="checkbox"] {
    height: calc(20 * (100vw / 768));
    width: calc(20 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-lp .form_privacy--check input[type="checkbox"] {
    height: 20px;
    width: 20px;
  }
}
.p-lp .form_privacy--submit {
  display: flex;
  justify-content: center;
  margin: 40px auto 0;
  width: 90%;
}
.p-lp .form_privacy--submit input[type="submit"] {
  background-color: #df0428;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  border: none;
  color: #fff;
  display: block;
  font-family: "a-otf-gothic-mb101-pr6n", sans-serif;
  font-size: calc(34 * (100vw / 520));
  font-weight: bold;
  font-style: normal;
  line-height: 1;
  padding: calc(20 * (100vw / 520)) calc(60 * (100vw / 520));
  text-align: center;
}
@media screen and (min-width: 520px) {
  .p-lp .form_privacy--submit input[type="submit"] {
    font-size: calc(34 * (100vw / 768));
    padding: calc(20 * (100vw / 768)) calc(60 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-lp .form_privacy--submit input[type="submit"] {
    font-size: 34px;
    padding: 20px 60px;
  }
}
.p-lp .form_privacy--submit input[type="submit"].backButton {
  background-color: #7d7d7d;
  margin: 0 0 0 3vw;
}
.p-lp .att {
  font-size: calc(20 * (100vw / 520));
  line-height: 1.4;
  margin: 40px auto 0;
  width: 90%;
}
@media screen and (min-width: 520px) {
  .p-lp .att {
    font-size: calc(20 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-lp .att {
    font-size: 20px;
  }
}
.p-lp .att em {
  display: block;
  font-size: 130%;
  font-weight: bold;
  margin: 25px 0;
  text-align: center;
}
.p-lp.thanks {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 60vh;
}
.p-lp .thanks-text {
  font-size: calc(30 * (100vw / 520));
  line-height: 1.6;
  margin: auto;
  width: 92%;
}
@media screen and (min-width: 520px) {
  .p-lp .thanks-text {
    font-size: calc(30 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-lp .thanks-text {
    font-size: 30px;
  }
}

footer {
  background-color: #ededed;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  font-size: clamp(16px, 3.23vw, 32px);
  font-weight: 500;
  font-style: normal;
  padding: calc(80 *(100vw / 992));
}
@media screen and (min-width: 992px) {
  footer {
    font-size: calc(32 *(100vw / 1920));
    padding: 25px;
  }
}
footer .wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  footer .wrap {
    flex-direction: row;
  }
}
@media screen and (min-width: 992px) {
  footer .btn {
    margin: 0 .5%;
  }
}
footer .btn a {
  background-color: #fff;
  border: 2px solid #000;
  color: #000;
  display: inline-block;
  font-weight: bold;
  padding: 7px 18px;
}
footer .btn a:hover {
  opacity: .7;
}
footer .theater {
  font-size: 110%;
  font-weight: bold;
  margin: 1rem 0 0;
}
@media screen and (min-width: 992px) {
  footer .theater {
    margin: 0 .5%;
  }
}
footer .info {
  line-height: 1.4;
  margin: .5rem 0 0;
  text-align: center;
}
@media screen and (min-width: 992px) {
  footer .info {
    margin: 0 .5%;
    width: 44%;
    text-align: left;
  }
}
footer .info .tel {
  display: block;
}
@media screen and (min-width: 992px) {
  footer .info .tel {
    display: inline;
    margin: 0 0 0 1rem;
  }
}
footer .link a {
  color: #009bdd;
  display: inline-block;
  font-weight: bold;
  margin: 1rem 0 0;
}
footer .link a:hover {
  margin: 0;
  opacity: .7;
  text-decoration: underline;
}

.mw_wp_form .form_list--wrap dd input[type="file"] {
  font-size: calc(18 * (100vw / 520));
}
@media screen and (min-width: 520px) {
  .mw_wp_form.form_list--wrap dd input[type="file"] {
    font-size: calc(18 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .mw_wp_form .form_list--wrap dd input[type="file"] {
    font-size: 18px;
  }
}

.mw_wp_form_confirm {
  padding: 35px 0;
}
.mw_wp_form_confirm .form_list--wrap {
  border-bottom: 2px dotted #000;
  margin: 0 0 calc(15 * (100vw / 520));
}
@media screen and (min-width: 520px) {
  .mw_wp_form_confirm .form_list--wrap {
    margin: 0 0 calc(15 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .mw_wp_form_confirm .form_list--wrap {
    margin: 0 0 15px;
  }
}
.mw_wp_form_confirm .form_list--wrap dd {
  margin: 0 0 calc(15 * (100vw / 520));
}
@media screen and (min-width: 520px) {
  .mw_wp_form_confirm .form_list--wrap dd {
    margin: 0 0 calc(15 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .mw_wp_form_confirm .form_list--wrap dd {
    margin: 0 0 15px;
  }
}
.mw_wp_form_confirm .form_list--wrap dd.zip > p {
  width: auto;
}
.mw_wp_form_confirm .form_list--wrap dd .mw-wp-form_file {
  font-size: calc(18 * (100vw / 520));
}
@media screen and (min-width: 520px) {
  .mw_wp_form_confirm .form_list--wrap dd .mw-wp-form_file {
    font-size: calc(18 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .mw_wp_form_confirm .form_list--wrap dd .mw-wp-form_file {
    font-size: 18px;
  }
}
.mw_wp_form_confirm .form_privacy {
  display: none;
}
.mw_wp_form_confirm .form_privacy--check::before {
  content: 'プライバシーポリシーに';
}
