@charset "utf-8";
/* event - FCS25th Project01 _ style CSS*/


/*-------------------------------
 pj01 locla navi
---------------------------------*/
.pj01-menu {
  width: 94%;
  padding: 0;
  margin: 0 auto;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  column-gap: 2%;
}
.pj01-menu li {
  width: min(100%, 32rem);
  max-width: 41rem;
  min-height: calc(var(--rs) * 11);
  padding: calc(var(--rs) * 0.3) calc(var(--rs) * 0.5);
  margin: 1%;
  background: url("/event/fcs25th/image/pj01/localNavi_bg.png") 50% 50% / 100% no-repeat;
  font-size: calc(var(--rs) * 1.5);
  text-align: center;
  filter: drop-shadow( 0 2px 5px rgb(217 203 187 / 100%));
  flex: 1 1 auto;
  display: flex;
  flex-flow: row;
}
.pj01-menu li a {
  width: 100%;
  color: var(--c-fcs25th-brw01);
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
}
.pj01-menu li a b {
  font-size: 200%;
  font-weight: bold;
}
.pj01-menu li a:hover {
  text-decoration: none;
  filter: brightness(1.2);
}
/*-------------------------------
 pj01 content
---------------------------------*/
#pj01 {
  padding-bottom: calc(var(--fs) * 2);
  background: 
    url("/event/fcs25th/image/pj01/bg_race.png") 50% 0 / calc(var(--rs) * 98) no-repeat,
    url("/event/fcs25th/image/pj01/bg_race_bottom.png") 50% 100% / calc(var(--rs) * 98) no-repeat,
    linear-gradient(transparent 0%, rgb(215 189 158 / 0%) calc(var(--rs) * 30), rgb(215 189 158 / 30%) calc(var(--rs) * 34), rgb(215 189 158 / 30%) 100%),
    linear-gradient(transparent 0%, rgb(255 255 255 / 0%) calc(var(--rs) * 30), rgb(255 255 255 / 75%) calc(var(--rs) * 34), rgb(255 255 255 / 75%) 100%);
    /*url(/event/fcs25th/image/pj01_main_pic-alt.jpg)   50% 0 / 100% no-repeat*/
  ;
  font-family: var(--ff-NtSrfJP);
}
/*-------------------------------
 pj01 content _ main image
---------------------------------*/
#pj01MainImg {
}
/*text*/
.pj01-text-catch {
  width: 70%;
  padding: 0.5em 2em 0.5em 12%;
  background: linear-gradient(90deg, transparent 10%, rgb(255 255 255 / 70%) 30%);
  font-size: calc(var(--rs) * 1.8);
  line-height: 1.8;
  text-align: right;
  position: absolute;
  right: 0;
  top: 3%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .pj01-text-catch {
    width: 100%;
    padding: 0.5em 6%;
    margin: 6% auto -6%;
  background: linear-gradient(90deg, transparent 0%, rgb(255 255 255 / 70%) 10%, rgb(255 255 255 / 70%) 90%, transparent 100%);
    font-size: calc(var(--fs) * 1.4);
    text-align: center;
    position: relative;
  }
}
/*main image*/
#picMainImg {
  width: 100%;
  line-height: 0;
  position: relative;
}
#mainImgBase {
  mask-image: linear-gradient(to bottom, transparent 0%, black 2%, black 100%);
}
#mainImgGown {
  width: 100%;
  padding-left: 50%;
  position: absolute;
  right: 0;
  top: 0;
}
#mainImgHead {
  width: 100%;
  padding-left: 40%;
  position: absolute;
  right: 0;
  bottom: 0;
}
.mainImg-caption {
  width: 100%;
  font-size: calc(var(--rs) * 3.4);
  font-weight: bold;
  text-align: center;
  text-shadow: 0 0 1px #fff, 0 0 3px #fff;
  filter: drop-shadow(0 0 5px #fff) drop-shadow(0 0 10px #fff);
  position: absolute;
  left: 0;
  bottom: 10%;
}
/*-------------------------------
 pj01 content _ option item & ceremony
---------------------------------*/
#pj01Option {
}
.pj01-optionItem {
  width: 26%;
  position: absolute;
  right: 2%;
  top: 7%;
}
.pj01-optionItem li {
  margin-bottom: 1em;
  font-weight: bold;
}
.pj01-optionItem img {
  margin-bottom: 0.5em;
  box-shadow: var(--bs-fcs25th-cmn);
}
/*ceremony*/
#picCeremony {
  width: 75%;
  margin-bottom: -2%;
  text-align: left;
  position: relative;
  z-index: -1;
}
#picCeremony figcaption {
  width: 75%;
  font-size: calc(var(--rs) * 2.0);
  font-weight: bold;
  text-align: left;
  text-indent: -0.5em;
  text-shadow: 0 0 1px #fff, 0 0 3px #fff;
  filter: drop-shadow(0 0 5px #fff) drop-shadow(0 0 10px #fff);
  position: absolute;
  left: 5%;
  bottom: 4%;
}
@media screen and (max-width: 767px) {
  .pj01-optionItem {
    width: 90%;
    margin: 0 auto -2em;
    display: flex;
    flex-flow: row nowrap;
    column-gap: 5%;
    position: relative;
    right: 0;
    top: 0;
  }
  .pj01-optionItem li:nth-child(1) {
    width: 40%;
  }
  .pj01-optionItem li:nth-child(2) {
    width: 55%;
  }
  #picCeremony {
    width: 100%;
  }
  #picCeremony figcaption {
    width: 85%;
    font-size: calc(var(--rs) * 2.2);
    bottom: 2%;
  }
}

