@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

#fs{
  background-color: #F3F2EC;
}
#fs p{
  margin-bottom: 1em;
}
.img_r30{
  border-radius: 30px;
  overflow: hidden;
}
.fs_ttl{
   font-family: "Oswald", sans-serif;
   font-weight: 700;
   font-size: 100px;
   color: #212121;
   margin-bottom: 40px;
}
a.bt_fs01{
  background-color: #004191;
  border: 2px solid #004191;
  color: #FFFFFF;
  border-radius: 50px;
  padding: 0.5em 2em;
  display: inline-block;
  font-weight: 700;
  font-size: 20px;
}
a.bt_fs01:hover{
  background-color: #FFFFFF;
  color: #004191;
}
a.bt_fs02{
  background-color: #DE5A43;
  border: 2px solid #DE5A43;
  color: #FFFFFF;
  border-radius: 50px;
  padding: 0.5em 2em;
  display: inline-block;
  font-weight: 700;
  font-size: 24px;
}
a.bt_fs02:hover{
  background-color: #FFFFFF;
  color: #DE5A43;
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 768px) {
  .fs_ttl{
   font-size: 50px;
   margin-bottom: 20px;
   text-align: center;
}
  .img_r30{
  border-radius: 15px;
}
a.bt_fs01{
  padding: 0.7em 2em;
  font-size: 18px;
}
a.bt_fs02{
  padding: 0.7em 2em;
  font-size: 20px;
}
}
@media screen and (max-width: 550px) {
}

/* main_img */
#main_img{
  position: relative;
}
#main_img img{
  width: 100%;
}
#main_img h2{
      position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    max-width: 350px;
    width: 70%;
}
#fs_news{
  padding: 40px 0;
}
/* what is */
#what h2{
  color: #DE5A43;
  font-family: "Oswald", sans-serif;
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 40px;
}
#what h3{
  color: #212121;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.5;
}
a.link_insta{
  padding-bottom: 5px;
  border-bottom:2px solid #212121;
}
a.link_insta:hover{
  border-bottom:2px solid #DE5A43;
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 768px) {
  #what h2{
  font-size: 40px;
}
#what h3{
  font-size: 20px;
}
}
@media screen and (max-width: 550px) {
}

.meta_entry{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.meta_entry h2{
  width: 40%;
}
.meta_entry .info{
  width: 60%;
  display: flex;
  align-items: end;
  text-align: right;
  justify-content: end;
}
p.day{
  color: #004191;
    font-family: "Oswald", sans-serif;
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 0!important;
  line-height: 1;
}
p.hour{
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0!important;
  margin-left: 10px;
    line-height: 1;
}
ul.guest_list{
  display: flex;
  justify-content: center;
  gap: 20px 20px;
  flex-wrap: wrap;
}
ul.guest_list li {
  width: calc( 100% / 5 - 20px );
}
ul.guest_list li img{
  border-radius: 30px;
  overflow: hidden;
}
ul.guest_list li h3{
 font-weight: 700;
 font-size: 20px;
 margin-top: 10px;
 line-height: 1.5;
}
ul.guest_list li a{
text-decoration: underline;
}
ul.guest_list li a:hover{
text-decoration: none;
}
ul.guest_list li p.timetable{
text-align: center;
font-weight: 700;
margin-bottom: 5px!important;
}
@media screen and (max-width: 1200px) {
  .meta_entry{
  flex-direction: column;
}
.meta_entry h2{
  width: 100%;
}
.meta_entry .info{
  width: 100%;
 flex-direction: column;
 margin-bottom: 20px;
 text-align: center;
 align-items: normal;
}
  ul.guest_list li {
  width: calc( 100% / 3 - 20px );
}
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 768px) {
  p.day{
  font-size: 30px;
}
p.hour{
  font-size: 16px;
}
  ul.guest_list li {
  width: calc( 100% / 2 - 20px );
}
ul.guest_list li img{
  border-radius: 15px;
}
ul.guest_list li h3{
 font-size: 18px;
}
}
@media screen and (max-width: 550px) {
  ul.guest_list{
  gap: 20px 10px;
}
  ul.guest_list li {
  width: calc( 100% / 2 - 10px );
}
ul.guest_list li h3{
 font-size: 16px;
}
}

/* ticket */
#ticket{
  background-color: #004191;
}
#ticket h2.fs_ttl{
  color: #FFFFFF;
}
.ticket_box{
  border-radius: 30px;
  border: 2px solid #FFFFFF;
  padding: 20px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.ticket_box h3{
  font-size: 28px;
  line-height: 1.5;
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 2px dotted #FFFFFF;
  margin-bottom: 20px;
}
.ticket_box p{
  font-size: 26px;
  font-weight: 700;
}
.ticket_box span{
  font-size: 16px;
  background-color: #FFFFFF;
  color: #004191;
  border-radius: 50px;
  padding: 0.5em 1em;
  display: block;
}
dl.tokuten{
  display: flex;
  padding: 40px 0;
  background-color: #FFFFFF;
  border-radius: 30px;
  justify-content: space-between;
}
dl.tokuten dt{
  font-weight: normal;
  max-width: 250px;
  padding: 0 30px;
}
dl.tokuten dd{
  width: 100%;
  padding: 0 30px;
  border-left: 2px dotted #212121;
}
dl.tokuten dt small{
  font-size: 12px;
}
dl.tokuten dd h3{
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #004191;
}
dl.tokuten dd p{
  font-size: 20px;
  line-height: 2;
}
.tokuten{
    padding: 40px 60px;
  background-color: #FFFFFF;
  border-radius: 30px;
}
.tokuten h3{
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 40px;
  text-align: center; 
}
.tokuten h4{
  font-size: 42px;
  font-family: "Oswald", sans-serif;
    font-weight: 700;
  margin-bottom: 20px;
  text-align: center; 
  color: #004191;
  border-bottom: 2px dotted #004191;
  padding-bottom: 10px;
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 768px) {
  .ticket_box{
  border-radius: 15px;
  border: 2px solid #FFFFFF;
  padding: 20px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.ticket_box h3{
  font-size: 24px;
}
.ticket_box p{
  font-size: 20px;
}
.ticket_box span{
  font-size: 16px;
}
dl.tokuten{
  padding: 20px 0;
  border-radius: 15px;
}
dl.tokuten dt{
  font-weight: normal;
  max-width: 250px;
  padding: 0 20px;
}
dl.tokuten dd{
  width: 100%;
  padding: 0 20px;
  border-left: 2px dotted #212121;
}
dl.tokuten dt small{
  font-size: 12px;
}
dl.tokuten dd h3{
  font-size: 20px;
}
dl.tokuten dd p{
  font-size: 16px;
  line-height: 2;
}
.tokuten{
    padding: 40px 40px;
  background-color: #FFFFFF;
  border-radius: 30px;
}
.tokuten h3{
  font-size: 24px;
  text-align: center; 
}
.tokuten h4{
  font-size: 32px;
}
}
@media screen and (max-width: 550px) {
  dl.tokuten{
  flex-direction: column-reverse;
  padding: 20px;
}
  dl.tokuten dt{
  font-weight: normal;
  max-width: 250px;
  padding: 0 20px;
  margin: 0 auto;
}
dl.tokuten dd{
  width: 100%;
  padding: 20px 0;
  border-left: none;

}
dl.tokuten dt small{
  font-size: 12px;
}
dl.tokuten dd h3{
  font-size: 20px;
}
dl.tokuten dd p{
  font-size: 16px;
  line-height: 2;
}
.tokuten{
    padding: 20px 20px;
  background-color: #FFFFFF;
  border-radius: 20px;
}
}

#sponsor{
  background-color: #FFFFFF;
}
  #contact {
  text-align: center;
}
#contact h3{
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
#contact p a{
background-color: #FFFFFF;
border-radius: 50px;
padding: 0.7em 2em;
display: inline-block;
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 768px) {

  #contact h3{
  font-size: 20px;

}
}
@media screen and (max-width: 550px) {
}