@charset "UTF-8";

/*
** RESET
*/

@charset "UTF-8";

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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
font-family: YuGothic,'Yu Gothic','Yu Gothic UI','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','Arial',sans-serif;
font-feature-settings : "palt";
letter-spacing: 1px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
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;
}

a:link {color: #FFF; text-decoration: none;}
a:visited {color: #FFF;text-decoration: none;}
a:hover {color: #FFF;text-decoration: none;}
a img {border-width: 0px;border-style: none;border-color: #fff;background: transparent;}



/*********************************

1.common
2.module(parts)
3.animation

BREAK POINT
・PC    -1200px
・TABLET 600px-1199px
・SP    -599px

*********************************/
/*
** 1.common
*/


/* しっぽり明朝 */
/* @font-face {
    font-family: 'リュウミン M-KL, shippori';
    src: url('../font/リュウミン M-KL, shipporiMincho-Regular.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face{
  font-family: 'geomanist';
  src: url('../font/geomanist-regular-webfont.ttf') format('truetype'),
  url('../font/geomanist-regular-webfont.owff') format('woff');
  font-display: swap;
} */

html{
  font-family: "Noto Sans Japanese","Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: #212529;
  height: 100%;
  font-size: 62.5%;
  min-height: 100%;
  /* font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif; */
}
body header footer section {
  height: 100%;
}
main{
  background-color: #F5F7FB;
}
@media screen and (max-width:850px){
  .c-inner{padding: 5px;float: none;}
  .pera1-editable{height: 60px;}
}

/*===================================================
ヘッダー
===================================================*/
header{
  background-color: #fff;
  height: 75px;
  display: flex;
  align-items: center;
}

.sp{display: none;}
@media screen and (max-width: 850px){
  .sp{display: block;}
  .pc{display: none;}
  .p-btn_navigationToggle {
      display: none!important;
  }
  .p-m_navigationMenu {
    position: absolute;
    z-index: 1;
    width: 100%;
    display: none;
    padding: 0;
    border-top: 2px solid #f7f7f7;
    background-color: inherit;
    text-align: left;
    top: 75px;
    margin-top: 0;
  }
  .p-m_navigationMenu li{
    display: block;
    border-bottom: 1px solid #f7f7f7;
    margin: 0;
    background-color: #fff;
    line-height: 50px;
  }
  .p-btn_navigationToggle {
    display: block;
    position: absolute;
    font-size: 14px;
    top: 15px;
    right: 10px;
    right: 1rem;
    padding: 5px 10px;
    border-radius: 3px;
    background-color: #fff;
    cursor: pointer;
    border: 1px solid #ccc;
    line-height: 22px;
  }
  .fa{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .p-btn_navigationToggle.active i:before {
    content: "\f077";
  }
  .p-btn_navigationToggle i:before {
      content: "\f0c9";
  }
}
.check input{
  margin-top: 10px;
}

/*===================================================
MV
===================================================*/
.mv .c-bg-img{
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url(../images/mv_pc.png);
  width: 100%;
}
@media screen and (max-width:680px){
  .mv .c-bg-img{
    background-image: url(../images/mv_sp.png);
  }
}
.mv .wrapper{
  max-width: 1200px;
  padding-right: 2rem;
  padding-left: 2rem;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  margin: 0 auto;
}
.mv .row{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
  box-sizing: border-box;
  min-height: 666px;
}
@media screen and (max-width:680px){
  .mv .row{
    min-height: 430px;
  }
}
.mv .col-sm{
  display: flex;
  max-width: 100%;
  flex-basis: 50%;
}
@media screen and (max-width:680px){
  .mv .col-sm{
    max-width: 340px;
  }
}
.mv .c-inner{
  width: 800px;
  padding: 0;
}
@media screen and (max-width:680px){
  .mv .c-inner{
    width: 400px;
  }
}
.mv .title{
  margin-bottom: 230px;
}
@media screen and (max-width:680px){
  .mv .title{
    margin-bottom: 100px;
  }
}
.mv .title img{
  display: flex;
    max-width: 100%;
    box-sizing: border-box;
}

.date{
  margin-top: -219px;
}
@media screen and (max-width:680px){
  .date{
    margin-top: -78px;
  }
}
.date-pic{
  display: inline-block;
  height: 220px;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width:680px){
  .date-pic{
    height: 121px;
  }
}
@media screen and (max-width:850px){
  .date-txt{
    line-height: 20px;
    font-size: 13px;
  }
}

/*===================================================
説明文
===================================================*/
.explain{
  background-color: #fff;
  color: #212529;
  padding-top: 0px;
  padding-bottom: 80px;
  margin-top: -1px;
}
@media screen and (max-width: 850px){
  .explain{
    padding-inline: 20px;
    padding-bottom: 40px;
  }
}
.explain h2{
  font-size: 36px;
  padding-bottom: 22px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 850px){
  .explain h2{
    font-size: 24px;
  }
}

.explain_text{
  max-width: 753px;
  margin: 0 auto;
}

.explain p{
  font-size: 16px;
  line-height: 1.6;
  text-align: left;
}
@media screen and (max-width: 850px){
  .explain p{
    font-size: 14px;
  }
}

/*===================================================
フォーム
===================================================*/
form{
  max-width: 600px;
  margin: 0 auto;
  padding-bottom: 190px;
  position: relative;
}
@media screen and (max-width: 850px){
  form{
    padding-bottom: 80px;
    width: 90%;
  }
}

form:after{
  position: absolute;
  content: "";
  background-image: url(../images/bk.png);
  bottom: 0;
  width: 1404px;
  height: 282px;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 850px){
  form:after{
    width: 100%;
    height: 75px;
  }
}

main ul{
  font-family: "Noto Sans Japanese","Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 80px;
  font-size: 18px;
  color: #fff;
}
@media screen and (max-width:850px){
  main ul{
    margin-top: 40px;
  }
}

main li{
  display:flex;
  justify-content: center;
  box-shadow: 0px 10px 20px #9EB5C529;
}
@media screen and (max-width:850px){
  main li{
    flex-direction: column;
  }
}

/* ご来場予定時刻 */
.date-area{
  flex-direction:column;
  margin-bottom: 10px;
}
.schedule{
  padding: 0px 0px 15px;
  display: block;
  justify-content: center;
  background-color: #fff;
  color: #636363;
  font-size: 16px;
  width: 100%;
}
@media screen and (max-width: 850px){
  .schedule{
    width: 100%;
  }
}
.date-area p{
  display: flex;
  justify-content: start;
  background:#fff;
  color: #212529;
  line-height: 20px;
  font-weight: 400;
  padding-inline: 15px;
}
input#schedule {
  width: auto;
  height: auto;
  margin: 10px;
  flex-basis: 4%;
  flex-grow: 1;
}
.date-area label:nth-child(n+2){
  font-weight: normal;
  display: block;
  background-color: #FFF;
  color: #212529;
  font-size: 16px;
  box-sizing: border-box;
}

label{
  max-width: 100%;
  flex-basis: 50%;
  flex-grow: 1;
  display: block;
  background-color: #004EA2;
  padding: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 10px;
}
@media screen and (max-width:850px){
  label{
    width: 100%;
    padding: 2%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

li:first-of-type label{
  display: block;
  flex-basis: 100%;
  width: 100%;
  box-sizing: border-box;
}

label span{
  font-size:1.2rem;
  font-weight: normal;
}

input{
  font-size: 15px;
  padding: 8px 15px;
  max-width: 100%;
  flex-basis: 50%;
  flex-grow: 1;
  border-color: transparent;
  color: #000;
}
@media screen and (max-width:850px){
  input{
    height: 30px;
    padding: 10px 0 10px 5px;
    box-sizing: border-box;
    border-radius: unset;
  }
}

/* 個人情報 */
.privacy{
  margin-top: 40px;
}
.privacy label{
  font-size: 18px;
}
.privacy_wrapper{
  padding: 20px;
  background-color: #fff;
}
.privacy_txt{
  padding-bottom: 10px;
}
.privacy_scroll{
  overflow-y: scroll;
  height:103px;
  padding: 16px 20px;
  background: #fff;
  background-color: #F9F9FB;
  border-radius: 5px;
}
.privacy p{
  font-size: 1.4rem;
  line-height:1.5;
  color: #212529;
  font-weight: 500;
}
.privacy_scroll p + p{
  margin-top:1rem;
}

/* 来場を予定している～ */
.checklist{
  padding-top: 15px;
}
.checklist label{
  font-size: 18px;
}
.checklist_txt{
  padding: 17px 20px;
  background:#fff;
}
.checklist p{
  font-size: 1.4rem;
  line-height:1.5;
  margin-top: 1rem;
  margin-left: 1.4em;
  text-indent: -1.4em;
  color: #212529;
  font-weight: 500;
}
.checklist p:first-of-type {
  margin-top: 0em;
  margin-left: 0em;
  text-indent: 0em;
}
.checklist p:last-of-type {
  margin-left: 0em;
  text-indent: 0em;
}

/* 最終確認 */
.last-area{
  flex-direction: column;
  padding-top: 15px;
}
.last-area .check{
  padding: 12px 20px 25px 30px;
  display: flex;
  background-color: #fff;
}
.last-area .check input{
  margin-top: 0px;
  flex-basis: 0%;
  flex-grow: 1;
  max-width: 100%;
  margin: 0 20px 0 0;
}
.last-area .date-txt{
  color: #212529;
  font-weight: 500;
  line-height: 1.6;
  font-size: 16px;
}


/* 送信ボタン */
button{
  width: 377px;
  height: 55px;
  margin: 0 auto;
  display: block;
  margin-top: 40px;
  font-size: 20px;
  background-color: #EB4024;
  border: 1px solid #fff;
  color: #fff;
  transition-duration: 0.3s;
  cursor: pointer;
  border-radius: 5px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 850px){
  button{
    width: 100%;
  }
}

button:hover{
  opacity: 0.8;
  transition-duration: 0.3s;
}


/*===================================================
フッター
===================================================*/
footer{
  background-color: #004EA2;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-inline: 20px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  font-family: "Noto Sans Japanese","Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
@media screen and (max-width:680px){
  footer{
    font-size: 1.2rem;
  }
}




  
/* label:nth-child(6) {
  width: auto;
} */

/* 
.other input{
  text-align: left
} */
/* @media screen (max-width: 850px){
  .privacy_check input{
    width:auto;
    height:auto;
  }
} */

/* select{
  width: 280px;
  padding: 10px 3px;
  font-size: 15px;
}
@media only screen and (max-width: 850px) and (min-width: 1px){
  select{
    width: 100%;
  }
} */


