@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 */
}

body {
  /*   background: url(../img/common/bg-pc.jpg) center center;
    background-attachment: fixed;
    background-size: cover; */
  background: #fff;
  min-width: 1124px;
}

@media screen and (max-width: 768px) {
  body {
    /* background: transparent; */
    background: #fff;
    min-width: auto;
  }
  /*   body:after{
      content: "";
      display: block;
      position: fixed;
      z-index: -1;
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh;
      background: url(../img/common/bg-sp.jpg) center center;
      background-size: cover;
    }   */
}
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%;
  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: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .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%;
  padding: 20px 0;
  background: #fff;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 2.6666666667vw 0;
  }
}
footer > small {
  display: block;
  color: #000;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.04em;
  margin: 0 auto 0;
}
@media screen and (max-width: 768px) {
  footer > small {
    font-size: 2.6666666667vw;
    margin: 0 auto 0;
  }
}

.footer__link {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}
.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: 768px) {
  .footer__title {
    line-height: 1.5;
    font-size: 6.4vw;
  }
}
.footer__title__annotation {
  font-size: 12px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .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__lead {
  width: 100%;
}
@media (min-width: 768px) {
  .hero__lead {
    display: none;
  }
}

.youtube {
  padding: 50px 0 80px;
}
@media screen and (max-width: 768px) {
  .youtube {
    padding: 6.6666666667vw 0 10.6666666667vw;
  }
}
.youtube__contents {
  position: relative;
  display: block;
  width: 50%;
  height: 0;
  padding-bottom: 28.125%;
  margin: 0 auto 0;
  border: solid 1px red;
  background: #000;
}
@media screen and (max-width: 768px) {
  .youtube__contents {
    width: 90%;
    padding-bottom: 50.625%;
  }
}
.youtube__contents > video {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.apply1 {
  width: 100%;
  text-align: center;
  padding: 85px 0;
  background: #000;
}
@media screen and (max-width: 768px) {
  .apply1 {
    padding: 11.3333333333vw 0;
  }
}
.apply1 > h2 {
  position: relative;
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  letter-spacing: 0.04em;
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .apply1 > h2 {
    font-size: 6.4vw;
  }
}
.apply1 > h2 > span {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
}
.apply1__text {
  color: #fff;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-weight: normal;
  font-size: 20px;
  letter-spacing: 0.04em;
  line-height: 1.7;
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  .apply1__text {
    font-size: 3.6vw;
    margin: 8vw auto 0;
    line-height: 1.8;
  }
}
.apply1__apply-btn {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  display: block;
  width: 50%;
  max-width: 540px;
  margin: 40px auto 0;
  background: #bb121a;
  border: solid 2px #fff;
  border-radius: 5px;
  padding: 15px 0;
}
@media screen and (max-width: 768px) {
  .apply1__apply-btn {
    width: 80%;
    max-width: auto;
    padding: 3.2vw 0;
    margin: 8vw auto 0;
  }
}
.apply1__apply-btn > span {
  color: #fff;
  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;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .apply1__apply-btn > span {
    font-size: 5.3333333333vw;
  }
}
.apply1__apply-btn:hover {
  background: #e01a22;
  border-color: #e01a22;
}
.apply1__info-box {
  width: 80%;
  max-width: 1080px;
  margin: 50px auto 0;
  padding: 30px;
  border: solid 2px #000;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .apply1__info-box {
    width: 100%;
    max-width: auto;
    padding: 5.3333333333vw;
    margin: 8vw auto 0;
  }
}
.apply1__lead {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.apply1__caution {
  color: #fff;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 14px;
  margin: 30px auto 0;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .apply1__caution {
    font-size: 2.6666666667vw;
    margin: 5.3333333333vw auto 0;
  }
}

.apply_end {
  color: #fff;
}

.apply2 {
  width: 100%;
  text-align: center;
  padding: 85px 0;
  background: #6f7c73;
}
@media screen and (max-width: 768px) {
  .apply2 {
    padding: 11.3333333333vw 0;
  }
}
.apply2 > h2 {
  width: 325px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .apply2 > h2 {
    width: 60%;
    margin: 0 auto;
  }
}
.apply2__subttl {
  color: #fff;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 0.04em;
  line-height: 1.7;
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  .apply2__subttl {
    font-size: 4vw;
    margin: 5.3333333333vw auto 0;
  }
}
.apply2__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 80%;
  max-width: 1080px;
  margin: 60px auto 0;
}
@media screen and (max-width: 768px) {
  .apply2__box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 90%;
    max-width: auto;
    margin: 5.3333333333vw auto 0;
  }
}
.apply2__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 70%;
}
@media screen and (max-width: 768px) {
  .apply2__step {
    width: 100%;
  }
}
.apply2__step > li {
  width: 48%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.apply2__step > li:hover {
  opacity: 0.8;
}
.apply2__present {
  width: 27%;
}
@media screen and (max-width: 768px) {
  .apply2__present {
    width: 100%;
    margin: 5% auto 0;
  }
}

.caution {
  width: 800px;
  margin: 80px auto;
}
@media screen and (max-width: 768px) {
  .caution {
    width: 90%;
    margin: 10.6666666667vw auto;
  }
}
.caution > p {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 28px;
  font-weight: bold;
  margin: 75px 0 0;
  color: #fff;
  text-align: center;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .caution > p {
    width: 90%;
    font-size: 4.2666666667vw;
    margin: 10vw auto 0;
  }
}
.caution > ul {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 24px;
  border-top: 2px solid #fff;
  margin: 25px 0 0;
  padding: 25px 0 0;
  color: #fff;
  text-align: justify;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .caution > ul {
    width: 90%;
    font-size: 3.2vw;
    margin: 3.3333333333vw auto 0;
    padding: 3.3333333333vw 0 0;
  }
}
.caution > ul > li {
  margin: 0 0 20px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .caution > ul > li {
    margin: 0 0 2.6666666667vw;
  }
}
.caution > ul > li > p > span:first-of-type {
  color: #FFE4C4;
  text-decoration: underline;
}
.caution > ul > li > p > span:last-of-type {
  display: block;
  margin: 15px 0 0;
}
@media screen and (max-width: 768px) {
  .caution > ul > li > p > span:last-of-type {
    margin: 2vw 0 0;
  }
}

.upload__logo {
  width: 40%;
  padding: 10px 0;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 30px auto 0;
}
@media screen and (max-width: 768px) {
  .form__receiptBox {
    width: 90%;
    margin: 5.3333333333vw auto 0;
  }
}
.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: 768px) {
  .form__agreeBox {
    margin: 4vw auto 0;
  }
}
.form__agreeBox > .form__boxR {
  display: block;
  line-height: 1;
  padding-left: 15px;
}
@media screen and (max-width: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: #000;
  text-align: center;
  letter-spacing: 0.06em;
  padding: 0.6em 0 0.6em 0;
  border: solid 2px #000;
  border-radius: 7.5px;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  margin: 30px auto 0;
}
@media screen and (max-width: 768px) {
  .form__uploadBtn {
    width: 60%;
    font-size: 3.4666666667vw;
    padding: 2.6666666667vw 0;
    margin: 4vw auto 0;
  }
}
.form__uploadBtn:hover {
  background: #000;
  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: #646464;
  width: 300px;
  margin: 50px auto 0;
  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: #fff;
  display: block;
  text-align: center;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .form__checkBtn {
    width: 50%;
    font-size: 3.7333333333vw;
    margin: 6.6666666667vw auto 0;
    padding: 2.6666666667vw 0;
  }
}
.form__checkBtn:hover {
  background: #fff;
  color: #000;
}
.form__text {
  width: 90%;
  margin: 50px auto 0;
}
@media screen and (max-width: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: #646464;
  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: #fff;
  display: block;
  text-align: center;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .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: #000;
}
.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: 768px) {
  .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;
}

.confirm {
  width: 100%;
  min-height: 100vh;
  padding: 0 0 50px;
}
@media screen and (max-width: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: #646464;
  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: #fff;
  display: block;
  text-align: center;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .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: #000;
}
.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: 768px) {
  .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: 768px) {
  .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;
  /* margin: 100px auto; */
}
@media screen and (max-width: 768px) {
  .compleat {
    /* margin: calc(100 / 750 * 100vw) auto; */
    padding: 0 0 6.6666666667vw;
  }
}
.compleat > p {
  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.06em;
  text-align: center;
  margin: 50px auto 0;
}
@media screen and (max-width: 768px) {
  .compleat > p {
    font-size: 3.7333333333vw;
    margin: 6.6666666667vw auto 0;
  }
}
.compleat__topBtnWrap {
  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: 70px auto 0;
}
@media screen and (max-width: 768px) {
  .compleat__topBtnWrap {
    margin: 9.3333333333vw auto 0;
  }
}
.compleat__topBtnWrap > a {
  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: #646464;
  width: 300px;
  margin: 0 auto;
  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: #fff;
  display: block;
  text-align: center;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .compleat__topBtnWrap > a {
    width: 50%;
    font-size: 3.7333333333vw;
    margin: 0 auto;
    padding: 2.6666666667vw 0;
  }
}
.compleat__topBtnWrap > a:first-of-type:hover {
  background: #fff;
  color: #000;
}

.present {
  width: 100%;
  background: url(../img/present/present_bg.png) center center;
  background-size: cover;
  padding: 85px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .present {
    padding: 11.3333333333vw 0;
  }
}
.present > h2 {
  display: block;
  width: 320px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .present > h2 {
    width: 42.6666666667vw;
  }
}
.present__content {
  display: block;
  width: 80%;
  max-width: 1080px;
  margin: 40px auto 0;
  background: #fff;
  border: solid 4px #c28a3e;
  padding: 40px;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  .present__content {
    width: 100%;
    border: none;
    max-width: auto;
    padding: 5.3333333333vw;
    margin: 5.3333333333vw auto 0;
  }
}
.present__caution {
  text-align: center;
  margin: 30px auto 0;
}
.present__caution > small {
  display: block;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  color: #fff;
  letter-spacing: 0.04em;
  line-height: 1.5;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .present__caution > small {
    font-size: 2.4vw;
  }
}

.story {
  width: 100%;
  padding: 85px 0;
  background: url(../img/story/story_bg_pc.png) center center;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 768px) {
  .story {
    padding: 11.3333333333vw 0;
    background: url(../img/story/story_bg_sp.png) center center;
    background-size: cover;
  }
}
.story > h2 {
  display: block;
  width: 70%;
  max-width: 760px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .story > h2 {
    width: 90%;
    max-width: auto;
    margin: 0 auto;
  }
}
.story__youtube {
  display: block;
  width: 80%;
  max-width: 880px;
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  .story__youtube {
    width: 90%;
    max-width: auto;
    margin: 5.3333333333vw auto 0;
  }
}
.story__youtube > div {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.story__youtube > div > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.story__youtube > img {
  width: 100%;
  height: auto;
  display: block;
}
.story__red {
  display: block;
  width: 80%;
  max-width: 1080px;
  color: #fff;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-weight: bold;
  text-align: center;
  font-size: 32px;
  letter-spacing: 0.04em;
  line-height: 1.7;
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  .story__red {
    width: 90%;
    max-width: auto;
    font-size: 5.6vw;
    margin: 5.3333333333vw auto 0;
  }
}
.story__black {
  display: block;
  width: 80%;
  max-width: 1080px;
  color: #fff;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-weight: bold;
  text-align: left;
  font-size: 18px;
  letter-spacing: 0.04em;
  line-height: 1.7;
  margin: 30px auto 0;
}
@media screen and (max-width: 768px) {
  .story__black {
    width: 90%;
    max-width: auto;
    font-size: 3.7333333333vw;
    margin: 6.6666666667vw auto 0;
  }
}
.story__credit {
  display: block;
  width: 80%;
  max-width: 1080px;
  color: #fff;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-weight: bold;
  text-align: left;
  font-size: 18px;
  letter-spacing: 0.04em;
  line-height: 1.7;
  margin: 30px auto 0;
}
@media screen and (max-width: 768px) {
  .story__credit {
    width: 90%;
    max-width: auto;
    font-size: 2.9333333333vw;
    margin: 6.6666666667vw auto 0;
  }
}
.story > h3 {
  display: block;
  width: 60%;
  max-width: 660px;
  margin: 60px auto 0;
}
@media screen and (max-width: 768px) {
  .story > h3 {
    width: 80%;
    max-width: auto;
    margin: 13.3333333333vw auto 0;
  }
}
.story__roadshow {
  display: block;
  width: 40%;
  max-width: 320px;
  margin: 40px auto 0;
  color: #fff;
  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;
  text-align: center;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .story__roadshow {
    width: 40%;
    max-width: auto;
    margin: 5.3333333333vw auto 0;
    font-size: 4.8vw;
  }
}
.story__copy {
  display: block;
  color: #fff;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.04em;
  line-height: 1.7;
  margin: 50px auto 0;
}
@media screen and (max-width: 768px) {
  .story__copy {
    font-size: 2.6666666667vw;
    margin: 8vw auto 0;
  }
}
.story__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 60%;
  max-width: 660px;
  margin: 50px auto 0;
}
@media screen and (max-width: 768px) {
  .story__btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 80%;
    max-width: auto;
    margin: 8vw auto 0;
  }
}
.story__btn > li {
  text-align: center;
  width: 47.5%;
  background: #ae0008;
  border: solid #ae0008 2px;
  border-radius: 100vw;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .story__btn > li {
    width: 100%;
    padding: 2vw 0;
    margin-bottom: 4vw;
  }
}
.story__btn > li > a {
  width: 100%;
  display: block;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-weight: bold;
  color: #fff;
  font-size: 16px;
  padding: 15px 0;
}
@media screen and (max-width: 768px) {
  .story__btn > li > a {
    font-size: 4vw;
    padding: 2vw 0;
  }
}
.story__btn > li:hover {
  background: #fff;
}
.story__btn > li:hover > a {
  color: #0b0c0b;
}
.story__inquiry {
  display: block;
  color: #fff;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  text-align: center;
  text-decoration: underline;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1.7;
  margin: 50px auto 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  .story__inquiry {
    font-size: 2.6666666667vw;
    margin: 5.3333333333vw auto 0;
  }
}
.story__inquiry:hover {
  opacity: 0.8;
}

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