@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bowlby+One+SC&display=swap");

/* keyframes */
@-webkit-keyframes rotate-360 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@keyframes rotate-360 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@-webkit-keyframes slide-up-bg {
  0% {
    background-position: center top 0px;
  }

  100% {
    background-position: center top -900px;
  }
}

@keyframes slide-up-bg {
  0% {
    background-position: center top 0px;
  }

  100% {
    background-position: center top -900px;
  }
}

@-webkit-keyframes float-anim {
  0% {
    -webkit-transform: translate(0, -7px);
    transform: translate(0, -7px);
  }

  50% {
    -webkit-transform: translate(0, 7px);
    transform: translate(0, 7px);
  }

  100% {
    -webkit-transform: translate(0, -7px);
    transform: translate(0, -7px);
  }
}

@keyframes float-anim {
  0% {
    -webkit-transform: translate(0, -7px);
    transform: translate(0, -7px);
  }

  50% {
    -webkit-transform: translate(0, 7px);
    transform: translate(0, 7px);
  }

  100% {
    -webkit-transform: translate(0, -7px);
    transform: translate(0, -7px);
  }
}

@-webkit-keyframes float-anim-sp {
  0% {
    -webkit-transform: translate(0, -7px);
    transform: translate(0, -7px);
  }

  50% {
    -webkit-transform: translate(0, 7px);
    transform: translate(0, 7px);
  }

  100% {
    -webkit-transform: translate(0, -7px);
    transform: translate(0, -7px);
  }
}

@keyframes float-anim-sp {
  0% {
    -webkit-transform: translate(0, -7px);
    transform: translate(0, -7px);
  }

  50% {
    -webkit-transform: translate(0, 7px);
    transform: translate(0, 7px);
  }

  100% {
    -webkit-transform: translate(0, -7px);
    transform: translate(0, -7px);
  }
}

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

a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

blockquote,
q {
  quotes: none;
}

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

a {
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  background: transparent;
  padding: 0;
  font-size: 100%;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

hr {
  display: block;
  margin: 0;
  border: 0;
  padding: 0;
  height: 1px;
}

ol,
ul {
  list-style: none;
}

button,
input,
select,
textarea,
datalist {
  vertical-align: middle;
  background-color: transparent;
  min-height: 1.5em;
}

input[type="submit"],
input[type="reset"] {
  cursor: pointer;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
}

a[href^='tel'] {
  display: inline-block;
  color: inherit;
}

body {
  line-height: 1;
}

body,
button,
input,
select,
textarea,
datalist {
  word-wrap: break-word;
  font-family: YakuHanJP_Noto, "Noto Sans JP", "游ゴシック", YuGothic, "Helvetica", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

img {
  display: block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

body {
  color: #000;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

main {
  display: block;
}

a {
  color: #000;
  text-decoration: none;
}

template {
  display: none;
}

svg {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (min-width: 901px) {
  .is-pc {
    display: block;
  }

  .is-sp {
    display: none;
  }

  .is-pc-inline {
    display: inline;
  }

  .is-sp-inline {
    display: none;
  }

  .is-pc-inline-block {
    display: inline-block;
  }

  .is-sp-inline-block {
    display: none;
  }
}

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

  .is-sp {
    display: block;
  }

  .is-pc-inline {
    display: none;
  }

  .is-sp-inline {
    display: inline;
  }

  .is-pc-inline-block {
    display: none;
  }

  .is-sp-inline-block {
    display: inline-block;
  }
}

.clearfix:after {
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  content: ".";
}

.u-text-center {
  text-align: center;
}

.u-inline-block {
  display: inline-block;
}

.u-letter--005 {
  letter-spacing: -0.05em;
}

.u-pink {
  color: #fc2960;
}

/* layout */
.l-container {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
}

.l-main {
  display: block;
  position: relative;
}

.l-bg {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff url(../img/bg.jpg) repeat left top;
  background-size: cover;
  width: 100%;
  height: 100%;
}


.p-top__title {
  width: 1010px;
  margin: 0 auto;
  padding: 100px 0 40px;
}

@media screen and (max-width: 900px) {
  .p-top__title {
    width: 100%;
    padding: 100px 0 30px;
  }
}

.form {
  background: #3f2095;
  padding: 100px 18%;
  font-weight: 600;
}

@media screen and (max-width: 900px) {
  .form {
    padding: 80px 5%;
    font-weight: 600;
  }
}

.red {
  color: #fc2960;
}

.att {
  color: #fff;
}

.form_item {
  margin-top: 35px;
  display: flex;
}

@media screen and (max-width: 900px) {
  .form_item {
    margin-top: 25px;
    display: block;
  }
}

.form_item dt {
  color: #fff;
  font-size: 20px;
  margin-top: 10px;
  width: 150px;
}

@media screen and (max-width: 900px) {
  .form_item dt {
    font-size: 15px;
    margin: 0 0 10px 0;
    width: 100%;
  }
}

.form_item dd {
  width: calc( 100% - 150px );
}
@media screen and (max-width: 900px) {
  .form_item dd {
    width: 100%;
  }
}

.form_item dd input,
.form_item dd textarea {
  background: #fff;
  border: transparent;
  padding: 10px;
  font-size: 16px;
  width: calc(100% - 20px);
}

.submit {
  width: 200px;
  margin: 40px auto 0;
}

@media screen and (max-width: 900px) {
  .submit {
    margin: 30px auto 0;
  }
}

.submit input {
  width: 200px;
  background: #ffdb01;
  color: #3f2095;
  border: transparent;
  font-weight: 600;
  padding: 10px 0;
  font-size: 20px;
  transition: all 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}

@media screen and (max-width: 900px) {
  .submit input {
    font-size: 15px;
  }
}

.submit:hover input {
  background: #fff;
}

.footer {
  text-align: center;
  padding: 150px 0 50px;
  font-size: 15px;
  font-weight: 600;
  color: #04003b;
}

@media screen and (max-width: 900px) {
  .footer {
    padding: 150px 0 80px;
    font-size: 13px;
  }
}

.thanks {
  background: #3f2095;
  padding: 100px 18%;
  font-weight: 600;
  color: #fff;
  text-align: center;
  font-size: 30px;
}

@media screen and (max-width: 900px) {
  .thanks {
    padding: 80px 5%;
    font-weight: 600;
    font-size: 18px;
  }
}

.thanks .submit {
  position: relative;
  width: 200px;
  background: #ffdb01;
  color: #3f2095;
  border: transparent;
  font-weight: 600;
  padding: 10px 0;
  font-size: 20px;
  transition: all 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  margin-top: 40px;
}

.thanks .submit a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.thanks .submit:hover {
  background: #fff;
}

@media screen and (max-width: 900px) {
  .thanks .submit {
    font-size: 15px;
  }
}

.lied{
  text-align: center;
  font-weight: 600;
  line-height: 1.5em;
  font-size: 20px;
  margin-bottom: 60px;
}
@media screen and (max-width: 900px) {
  .lied{
    width: 90%;
    margin: 0 auto 60px;
    font-size: 15px;
  }
}

.date{
  background: #fff;
  padding: 15px 0;
  width: 40%;
  margin: 40px auto 0;
}
@media screen and (max-width: 900px) {
  .date{
    width: 100%;
  }
}