@charset "UTF-8";
/* _setting CSS */
html {
  font-size: 10px;
}

* {
  line-height: inherit;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: inherit;
  font-weight: inherit;
}
*:before, *:after {
  box-sizing: border-box;
}

/*
input[type=text],
input[type=number],
input[type=password],
input[type=tel] {
	-webkit-appearance: none;
}
*/
header, footer, nav, main, article, section, figure, aside {
  display: block;
}

body {
  line-height: 1.7;
  color: #333;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  text-align: center;
  letter-spacing: 0.05em;
  -webkit-text-size-adjust: 100%;
}

::-webkit-input-placeholder {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

:-moz-placeholder {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

::-moz-placeholder {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

:-ms-input-placeholder {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

::placeholder {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*
@media all and (-ms-high-contrast:none) {
	body {
		font-family: 'メイリオ',Meiryo,'游ゴシック',YuGothic,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	}
}
*/
h1, h2, h3, h4, h5, h6, pre, code, address, caption, code, th, td, select, p, li {
  font-size: inherit;
  font-weight: inherit;
  font-style: normal;
}

em, strong {
  font-size: inherit;
}

em, strong, b {
  font-weight: bold;
}

h1, h2, h3, h4, h5, h6, p, li, dt, dd, th, td {
  text-align: left;
}

/* base style
------------------------------------------------------------------------- */
li {
  list-style: none;
}

fieldset, img, hr {
  border: none;
}

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

th {
  vertical-align: top;
}
th br {
  display: block;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

td {
  vertical-align: top;
  word-break: break-all;
}

a {
  border: none;
  color: inherit;
  text-decoration: none;
}

input[type=text],
input[type=number],
input[type=password],
input[type=tel],
textarea {
  box-shadow: none;
  border: 1px solid #ccc;
  color: inherit;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

textarea {
  resize: vertical;
}

label,
input[type=checkbox],
input[type=radio],
input[type=button],
input[type=submit],
button {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  cursor: pointer;
}

button {
  display: block;
  border: none;
  background: none;
  outline: none;
}

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

/* max-width:750px | ~ 750px
------------------------------------------------------------------------- */
@media screen and (max-width: 750px) {
  /* @media screen
  ------------------------------------------------------------------------- */
  html {
    font-size: 1.3333333333vw;
  }

  body, h1, h2, h3, h4, h5, h6, pre, code, address, caption, code, th, td, select, p, li, em, strong {
    font-size: 2.6rem;
  }

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

  iframe[src*=youtube] {
    max-width: 100%;
    height: 52vw;
  }
}
body {
  background: #f3f3f3;
}

.attention {
  color: #d80a30;
}

.grecaptcha-badge {
  right: 10000px !important;
}

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

  #wrapper {
    min-width: 1260px;
    overflow: hidden;
  }

  .c_wrap1 {
    width: 1160px;
    margin: 0 auto;
  }

  .hov_wrap1 a,
.hov_wrap1 button {
    transition: 0.3s;
  }
  .hov_wrap1 a:hover,
.hov_wrap1 button:hover {
    opacity: 0.7;
  }

  #header #nav {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 40px 100px 40px 60px;
  }
  #header #nav ul {
    display: flex;
  }
  #header #nav ul li {
    margin: 0 0 0 40px;
  }
  #header #nav ul li a {
    display: flex;
    align-items: center;
    font-size: 1.8rem;
    font-weight: bold;
  }
  #header #nav ul li a::before {
    content: "";
    position: relative;
    top: 1px;
    margin: 0 10px 0 0;
    border-style: solid;
    border-width: 6px 4px 0 4px;
    border-color: #d80a30 transparent transparent transparent;
  }

  #contents #mv {
    position: relative;
    margin-bottom: 120px;
    padding: 150px 0;
    filter: drop-shadow(15px 15px 0 #c5c5c5);
  }
  #contents #mv::before, #contents #mv::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1060px;
    height: 100%;
    background: #fff;
    border: 4px solid #1c1a2b;
    border-right: none;
  }
  #contents #mv::before {
    left: 90px;
    transform: skewX(-10deg);
    border: 4px solid #1c1a2b;
    border-left: none;
  }
  #contents #mv .inner {
    position: relative;
    z-index: 1;
  }
  #contents #mv .inner p {
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
  }
  #contents #mv .inner .img {
    margin: 45px 0 0;
  }
  #contents .sec h2 {
    margin: 0 0 60px;
    text-align: center;
  }
  #contents #sec1 {
    margin-bottom: 140px;
  }
  #contents #sec1 > .text1 {
    margin: -20px 0 60px;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
  }
  #contents #sec1 .inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  #contents #sec1 .inner .img {
    order: 2;
    position: relative;
    width: 580px;
  }
  #contents #sec1 .inner .img::before, #contents #sec1 .inner .img::after {
    content: "";
    position: absolute;
    top: -65px;
    right: -65px;
    width: 110px;
    height: 110px;
    background: #f3f3f3;
    border-bottom: 2px solid #d80a30;
    transform: rotate(45deg);
  }
  #contents #sec1 .inner .img::after {
    top: auto;
    right: auto;
    bottom: -65px;
    left: -65px;
    transform: rotate(225deg);
  }
  #contents #sec1 .inner .info {
    position: relative;
    width: 540px;
  }
  #contents #sec1 .inner .info section {
    position: relative;
    margin: 0 0 30px;
    padding: 40px;
    border: 4px solid #c5c5c5;
    background: #fff;
  }
  #contents #sec1 .inner .info section h3 {
    line-height: 1.6;
    font-size: 3rem;
    font-weight: bold;
  }
  #contents #sec1 .inner .info section h3 span {
    font-size: 1.4rem;
  }
  #contents #sec1 .inner .info section h3 span.br {
    display: block;
  }
  #contents #sec1 .inner .info section h3 .license {
    font-size: 1.8rem;
  }
  #contents #sec1 .inner .info section .chara {
    position: absolute;
    top: 12px;
    right: 35px;
  }
  #contents #sec1 .inner .info section .chara._2 {
    top: 23px;
    right: 35px;
  }
  #contents #sec1 .inner .info section .text1 {
    margin: 0 0 25px;
    font-size: 1.3rem;
  }
  #contents #sec1 .inner .info section .text2 {
    margin: 0 0 25px;
    font-size: 1.8rem;
  }
  #contents #sec1 .inner .info section .text3 {
    font-size: 1.5rem;
  }
  #contents #sec1 .inner .info section .btn {
    margin: 20px 0 0;
  }
  #contents #sec2 .text1 {
    margin: 0 0 20px;
    font-size: 1.5rem;
    text-align: center;
  }
  #contents #sec2 .thanks h3 {
    margin: 0 0 20px;
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
  }
  #contents #sec2 .thanks p {
    margin: 0 0 50px;
    text-align: center;
  }
  #contents #sec2 table {
    width: 720px;
    margin: 0 auto 80px;
  }
  #contents #sec2 table tr th,
#contents #sec2 table tr td {
    padding: 20px 0;
    border-bottom: 1px solid #dddddd;
    font-size: 1.5rem;
  }
  #contents #sec2 table tr th {
    width: 220px;
    padding-top: 25px;
    padding-left: 25px;
    vertical-align: top;
  }
  #contents #sec2 table tr td input[type=text],
#contents #sec2 table tr td input[type=email],
#contents #sec2 table tr td input[type=tel],
#contents #sec2 table tr td textarea {
    width: 380px;
    height: 40px;
    padding: 5px 10px;
    border: 1px solid #c5c5c5;
    background: #fff;
  }
  #contents #sec2 table tr td input[type=text]._s,
#contents #sec2 table tr td input[type=email]._s,
#contents #sec2 table tr td input[type=tel]._s,
#contents #sec2 table tr td textarea._s {
    width: 180px;
  }
  #contents #sec2 table tr td input[type=text]._m,
#contents #sec2 table tr td input[type=email]._m,
#contents #sec2 table tr td input[type=tel]._m,
#contents #sec2 table tr td textarea._m {
    width: 240px;
  }
  #contents #sec2 table tr td textarea {
    width: 460px;
    height: 240px;
  }
  #contents #sec2 .btn button,
#contents #sec2 .btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 320px;
    height: 56px;
    margin: 0 auto;
    border-radius: 100px;
    background: #d80a30;
    color: #fff;
    font-weight: bold;
  }

  #footer {
    margin-top: 180px;
    padding: 60px 0;
    border-top: 4px solid #1c1a2b;
  }
  #footer .logo_wrap {
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
  #footer .logo_wrap h2 {
    margin: 0 23px 0 0;
    padding: 0 0 6px;
  }
  #footer .logo_wrap p {
    font-size: 1.5rem;
  }
  #footer #copyright {
    margin: 50px 0 0;
    font-size: 1.4rem;
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }

  #wrapper {
    min-width: 100%;
    overflow: hidden;
  }

  .c_wrap1 {
    padding: 0 6.6666666667vw;
  }

  #header {
    padding: 5.3333333333vw 0;
  }
  #header #nav h1 {
    width: 66.6666666667vw;
    height: 10.4vw;
    margin: 0 auto 6.6666666667vw;
  }
  #header #nav ul {
    display: flex;
    justify-content: center;
  }
  #header #nav ul li {
    margin: 0 4.6666666667vw;
  }
  #header #nav ul li a {
    display: flex;
    align-items: center;
    font-size: 2.8rem;
    font-weight: bold;
  }
  #header #nav ul li a::before {
    content: "";
    position: relative;
    top: 1px;
    margin: 0 2.1333333333vw 0 0;
    border-style: solid;
    border-width: 1.2vw 0.8vw 0 0.8vw;
    border-color: #d80a30 transparent transparent transparent;
  }

  #contents #mv {
    position: relative;
    width: 86.6666666667vw;
    margin: 0 auto 17.3333333333vw;
    padding: 12vw 0;
    filter: drop-shadow(1.5vw 1.8vw 0 #c5c5c5);
  }
  #contents #mv::before, #contents #mv::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;
    height: 100%;
    background: #fff;
    border: 3px solid #1c1a2b;
    border-right: none;
  }
  #contents #mv::before {
    left: 8.4vw;
    transform: skewX(-5deg);
    border: 3px solid #1c1a2b;
    border-left: none;
  }
  #contents #mv .inner {
    position: relative;
    z-index: 1;
  }
  #contents #mv .inner p {
    font-size: 2.3rem;
    font-weight: bold;
    text-align: center;
  }
  #contents #mv .inner .img {
    width: 59.3333333333vw;
    margin: 5.3333333333vw auto 0;
  }
  #contents .sec h2 {
    margin: 0 0 6.6666666667vw;
    text-align: center;
  }
  #contents .sec h2 img {
    width: 28vw;
  }
  #contents #sec1 {
    margin-bottom: 16vw;
  }
  #contents #sec1 > .text1 {
    margin: -1.3333333333vw 0 8vw;
    font-size: 2.8rem;
    font-weight: bold;
    text-align: center;
  }
  #contents #sec1 .inner .img {
    position: relative;
    margin: 0 0 8vw;
  }
  #contents #sec1 .inner .img::before, #contents #sec1 .inner .img::after {
    content: "";
    position: absolute;
    top: -11.3333333333vw;
    right: -11.3333333333vw;
    width: 18.6666666667vw;
    height: 18.6666666667vw;
    background: #f3f3f3;
    border-bottom: 2px solid #d80a30;
    transform: rotate(45deg);
  }
  #contents #sec1 .inner .img::after {
    top: auto;
    right: auto;
    bottom: -11.3333333333vw;
    left: -11.3333333333vw;
    transform: rotate(225deg);
  }
  #contents #sec1 .inner .info {
    position: relative;
  }
  #contents #sec1 .inner .info section {
    position: relative;
    margin: 0 0 8vw;
    padding: 6.6666666667vw 5.3333333333vw;
    border: 3px solid #c5c5c5;
    background: #fff;
  }
  #contents #sec1 .inner .info section h3 {
    line-height: 1.4;
    font-size: 4rem;
    font-weight: bold;
  }
  #contents #sec1 .inner .info section h3 span {
    font-size: 2.4rem;
  }
  #contents #sec1 .inner .info section h3 span.br {
    display: block;
  }
  #contents #sec1 .inner .info section h3 .license {
    font-size: 3rem;
  }
  #contents #sec1 .inner .info section .chara {
    position: absolute;
    top: 4.6666666667vw;
    right: 4vw;
    width: 18.6666666667vw;
  }
  #contents #sec1 .inner .info section .chara._2 {
    top: 6vw;
    right: 2.6666666667vw;
  }
  #contents #sec1 .inner .info section .text1 {
    margin: 0 0 4vw;
    font-size: 2.6rem;
  }
  #contents #sec1 .inner .info section .text2 {
    margin: 0 0 4vw;
    font-size: 2.6rem;
  }
  #contents #sec1 .inner .info section .text3 {
    font-size: 2.6rem;
  }
  #contents #sec1 .inner .info section .btn {
    margin: 5.3333333333vw 0 0;
  }
  #contents #sec2 h2 img {
    width: 39.4666666667vw;
  }
  #contents #sec2 .text1 {
    margin: 0 0 1.3333333333vw;
    font-size: 2.4rem;
    text-align: center;
  }
  #contents #sec2 .thanks h3 {
    margin: 0 0 4vw;
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
  }
  #contents #sec2 .thanks p {
    margin: 0 0 6.6666666667vw;
    font-size: 2.4rem;
    text-align: center;
  }
  #contents #sec2 table {
    width: 100%;
    margin: 0 auto 8vw;
  }
  #contents #sec2 table tbody,
#contents #sec2 table tr,
#contents #sec2 table td,
#contents #sec2 table th {
    display: block;
  }
  #contents #sec2 table tr {
    border-bottom: 1px solid #dddddd;
  }
  #contents #sec2 table tr:last-child {
    border: none;
  }
  #contents #sec2 table tr th,
#contents #sec2 table tr td {
    padding: 0 5.3333333333vw;
    font-size: 2.4rem;
  }
  #contents #sec2 table tr th {
    padding-top: 25px;
    padding-left: 25px;
    vertical-align: top;
  }
  #contents #sec2 table tr td {
    padding: 1.3333333333vw 5.3333333333vw 2.6666666667vw;
  }
  #contents #sec2 table tr td p {
    padding: 2.6666666667vw 0 0;
    font-size: 2.4rem;
  }
  #contents #sec2 table tr td input[type=text],
#contents #sec2 table tr td input[type=email],
#contents #sec2 table tr td input[type=tel],
#contents #sec2 table tr td textarea {
    width: 100%;
    height: 9.3333333333vw;
    padding: 5px 10px;
    border: 1px solid #c5c5c5;
    background: #fff;
  }
  #contents #sec2 table tr td input[type=text]._s,
#contents #sec2 table tr td input[type=email]._s,
#contents #sec2 table tr td input[type=tel]._s,
#contents #sec2 table tr td textarea._s {
    width: 47.5%;
  }
  #contents #sec2 table tr td textarea {
    width: 100%;
    height: 32vw;
  }
  #contents #sec2 table tr .col2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #contents #sec2 .btn button,
#contents #sec2 .btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 320px;
    height: 56px;
    margin: 0 auto;
    border-radius: 100px;
    background: #d80a30;
    color: #fff;
    font-weight: bold;
  }

  #footer {
    margin-top: 26.6666666667vw;
    padding: 8vw 0;
    border-top: 3px solid #1c1a2b;
  }
  #footer .logo_wrap {
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
  #footer .logo_wrap h2 {
    width: 13.0666666667vw;
    margin: 0 4vw 0 0;
    padding: 0 0 1.3333333333vw;
  }
  #footer .logo_wrap p {
    font-size: 2.4rem;
  }
  #footer #copyright {
    margin: 12vw 0 0;
    font-size: 2rem;
    text-align: center;
  }
}

/*# sourceMappingURL=style.css.map */
