@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Allura&family=Noto+Sans+JP:wght@100..900&display=swap");
a:hover {
  opacity: .8;
}

.fifWrap {
  line-height: 1.3;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  box-sizing: border-box;
  overflow: hidden;
  width: 100vw;
}

.fifWrap * {
  box-sizing: border-box;
}

.fif-mv {
  background-image: url(/common/img/15th/bg-mv.jpg);
  background-size: cover;
  padding: 80px 30px 100px;
  color: #fff;
  overflow: hidden;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4);
}

.fif-mv-ttl {
  color: #02185b;
  display: flex;
  align-items: center;
  line-height: 1;
  justify-content: center;
  font-weight: 400;
}

.fif-mv-badge {
  width: 270px;
  height: 270px;
  font-size: 158px;
  position: relative;
}

.fif-mv-badge > img {
  width: 100%;
  height: 100%;
}

.fif-mv-badge span {
  font-family: 'Playfair Display', serif;
  position: absolute;
}

.fif-mv-badge span:nth-of-type(1) {
  top: 7px;
  left: 16%;
}

.fif-mv-badge span:nth-of-type(2) {
  font-size: 38%;
  top: 97px;
  left: 65%;
}

.fif-mv-badge span:nth-of-type(3) {
  top: 173px;
  left: 19%;
  font-size: 25%;
  font-family: "Allura", cursive;
  font-weight: 400;
  font-style: normal;
}

.fif-mv-obi {
  font-size: 80px;
  background-image: url(/common/img/15th/obi.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 32px 100px 44px;
  margin-left: -85px;
}

.fif-mv-msgBlock {
  text-align: center;
}

.fif-mv-msgWrap {
  position: relative;
  display: inline-block;
}

.fif-mv-msgWrap::before {
  content: '';
  position: absolute;
  right: 95%;
  top: 5%;
  background-image: url(/common/img/15th/img-teature-left.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 300px;
  height: 550px;
}

.fif-mv-msgWrap::after {
  content: '';
  position: absolute;
  left: 95%;
  top: 9%;
  background-image: url(/common/img/15th/img-teature-right.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 356px;
  height: 550px;
}

.fif-mv-msg1 {
  font-size: 63px;
  margin: 50px auto 80px;
  font-weight: 400;
}

.fif-mv-msg2 {
  font-size: 30px;
  line-height: 1.5;
}

.fif-cnt {
  padding: 50px 30px 100px;
  background-color: #032A62;
}

.fif-cnt-ttlWrap {
  text-align: center;
  line-height: 1;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.8);
}

.fif-cnt-ttl {
  color: #ffde86;
  position: relative;
  font-size: 97px;
  display: inline-block;
}

.fif-cnt-ttl::before {
  content: '＼';
  position: absolute;
  left: -16%;
  bottom: 0%;
  font-size: 74%;
}

.fif-cnt-ttl::after {
  content: '／';
  position: absolute;
  right: -16%;
  bottom: 0%;
  font-size: 74%;
}

.fif-cnt-ttl span {
  display: inline-block;
}

.fif-cnt-ttl span:nth-of-type(1) {
  position: relative;
}

.fif-cnt-ttl span:nth-of-type(1)::before {
  content: '';
  position: absolute;
  left: -63px;
  top: 49%;
  background-image: url(/common/img/15th/img-star.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 54px;
  height: 70px;
}

.fif-cnt-ttl span:nth-of-type(2) {
  font-size: 40%;
}

.fif-cnt-ttl span:nth-of-type(3) {
  font-size: 45%;
  position: relative;
}

.fif-cnt-ttl span:nth-of-type(3)::before {
  content: '';
  position: absolute;
  right: -50px;
  top: -20px;
  background-image: url(/common/img/15th/img-star.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 54px;
  height: 70px;
  transform: scale(-1, 1);
}

.fif-cnt-list-txt1 {
  font-size: 50px;
}

.fif-cnt-list-txt2 {
  font-size: 37px;
  margin: 50px 0 -40px;
}

.fif-cnt-list-txt3 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-shadow: 6px 6px 6px rgba(0, 0, 0, 0.3);
}

.fif-cnt-list-txt3 span {
  font-family: 'Playfair Display', serif;
}

.fif-cnt-list-txt3 span:nth-of-type(1) {
  font-size: 180px;
}

.fif-cnt-list-txt3 span:nth-of-type(2) {
  font-size: 66px;
  padding-top: 65px;
}

.fif-cnt-list-hayawari {
  padding: 13px 15px 21px;
  font-size: 36px;
  max-width: 300px;
  width: 100%;
  background-image: url(/common/img/15th/obi-2.png);
  background-size: 100%;
  background-repeat: no-repeat;
  margin: 25px auto 0;
  line-height: 1;
  font-weight: 400;
}

.fif-cnt-list {
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
  text-align: center;
  color: #02185b;
  margin: 80px auto 0;
}

.fif-cnt-list > div {
  width: 48%;
  padding: 50px 30px;
  background-color: #fff;
}

.fif-cnt-attention {
  color: #fff;
  font-size: 22px;
  margin: 50px auto 80px;
  max-width: 1000px;
  text-align: left;
  line-height: 1.6;
}

.fif-cnt-attention div {
  position: relative;
  padding-left: 20px;
}

.fif-cnt-attention div::before {
  content: '・';
  position: absolute;
  font-size: 20px;
  left: 0;
}

a.fif-cnt-btn {
  display: block;
  margin: auto;
  font-size: 60px;
  text-align: center;
  padding: 18px 20px 28px;
  max-width: 680px;
  width: 100%;
  background: radial-gradient(#FCE97A, #CB9E36);
  color: #02185b;
  line-height: 1;
}

@media (max-width: 1240px) {
  .fif-mv-badge {
    width: 23.5vw;
    height: 23.5vw;
    font-size: 14vw;
  }
  .fif-mv-badge span:nth-of-type(1) {
    top: 3%;
  }
  .fif-mv-badge span:nth-of-type(2) {
    top: 37%;
  }
  .fif-mv-badge span:nth-of-type(3) {
    font-size: 20%;
    left: 50%;
    transform: translateX(-50%);
    top: 70%;
  }
  .fif-mv-obi {
    font-size: 5.8vw;
    padding: 2.8vw 8vw 3.6vw;
    margin-left: -6vw;
  }
  .fif-mv-msgBlock {
    position: relative;
  }
  .fif-mv-msgWrap {
    position: static;
  }
  .fif-mv-msgWrap::before {
    right: initial;
    left: -20px;
    width: 22vw;
    height: 37vw;
    top: inherit;
    bottom: -100px;
  }
  .fif-mv-msgWrap::after {
    left: initial;
    right: -30px;
    width: 24vw;
    height: 36vw;
    top: inherit;
    bottom: -100px;
  }
  .fif-mv-msg1 {
    font-size: 5vw;
    margin: 4vw auto 6vw;
    position: relative;
    z-index: 2;
  }
  .fif-mv-msg2 {
    font-size: 2.5vw;
    position: relative;
    z-index: 2;
  }
}

@media (max-width: 930px) {
  .fif-cnt-list {
    max-width: 500px;
    display: block;
  }
  .fif-cnt-list > div {
    width: 100%;
  }
  .fif-cnt-list > div + div {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .fif-mv {
    padding: 10vw 20px 10vw;
  }
  .fif-mv-obi {
    font-size: 5.4vw;
  }
  .fif-mv-msgWrap::before, .fif-mv-msgWrap::after {
    bottom: -10vw;
  }
  .fif-mv-msg1 {
    font-size: 22px;
  }
  .fif-mv-msg2 {
    font-size: 14px;
    text-shadow: 6px 6px 6px rgba(0, 0, 0, 0.8);
  }
  .fif-cnt {
    padding: 30px 15px 50px;
  }
  .fif-cnt-ttl {
    font-size: 11vw;
  }
  .fif-cnt-ttl span:nth-of-type(1)::before {
    width: 7vw;
    height: 9vw;
    left: -27%;
  }
  .fif-cnt-ttl span:nth-of-type(3)::before {
    width: 7vw;
    height: 9vw;
    right: -6vw;
    top: -76%;
  }
  .fif-cnt-list-txt1 {
    font-size: 38px;
  }
  .fif-cnt-list-txt2 {
    font-size: 32px;
    margin-top: 30px;
  }
  .fif-cnt-list-txt3 span:nth-of-type(1) {
    font-size: 150px;
  }
  .fif-cnt-list-txt3 span:nth-of-type(2) {
    font-size: 50px;
  }
  .fif-cnt-list-hayawari {
    font-size: 30px;
    max-width: 280px;
  }
  .fif-cnt-list {
    margin-top: 40px;
  }
  .fif-cnt-list > div {
    padding: 30px 15px;
  }
  .fif-cnt-attention {
    font-size: 16px;
    margin: 50px auto;
  }
  .fif-cnt-attention div {
    padding-left: 18px;
  }
  .fif-cnt-attention div::before {
    top: -4px;
  }
  a.fif-cnt-btn {
    padding: 18px 20px 23px;
    font-size: 25px;
  }
}
