#pageHead.photoHead {
  position: relative;
  z-index: 1;
  height: 65vw;
  max-height: 480px;
  background-color: #fefcf3;
}
@media only screen and (min-width: 768px) {
  #pageHead.photoHead {
    height: 50vw;
  }
}
#pageHead.photoHead:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-image: url(../../index/img/pc_bg.png);
  background-size: 1000px;
  background-repeat: repeat;
  opacity: 0.1;
}
#pageHead.photoHead .headTitleWrapper {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60%;
  max-width: 460px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  #pageHead.photoHead .headTitleWrapper {
    max-width: 460px;
    width: 50%;
  }
}
#pageHead.photoHead .headTitleWrapper img {
  width: 100%;
}
#pageHead.photoHead .headTitleWrapper:before {
  position: absolute;
  content: "";
  width: 150%;
  height: 70%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  background-color: #fdfdfd;
  border-radius: 20px;
}

/*=============================================
=            NOTICE            =
=============================================*/
#notice {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  #notice {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
#notice .noticeWrapper {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  background-color: #d9efee;
  padding: 60px 10px 30px;
  border-radius: 8px;
  position: relative;
  margin-top: 50px;
}
@media only screen and (min-width: 768px) {
  #notice .noticeWrapper {
    padding: 70px 30px 50px;
  }
}
#notice .noticeWrapper .sectionTitle {
  content: "";
  position: absolute;
  top: 0%;
  left: 50%;
  width: 80%;
  -webkit-transform: translate(-50%, -30%);
          transform: translate(-50%, -30%);
  z-index: 1;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #notice .noticeWrapper .sectionTitle {
    width: 100%;
  }
}
#notice .noticeWrapper .lead {
  text-align: center;
  font-weight: bold;
  font-size: 1.4rem;
  margin-bottom: 10px;
  line-height: 1.75;
}
@media only screen and (min-width: 768px) {
  #notice .noticeWrapper .lead {
    font-size: 1.8rem;
    margin-bottom: 20px;
    line-height: 1.75;
  }
}
#notice .noticeWrapper .inner {
  background-color: #fdfdfd;
  padding: 10px;
  border-radius: 8px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  #notice .noticeWrapper .inner {
    padding: 30px;
  }
}
#notice .noticeWrapper .inner ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  font-size: 1.2rem;
}
@media only screen and (min-width: 768px) {
  #notice .noticeWrapper .inner ul {
    font-size: 1.6rem;
  }
}
#notice .noticeWrapper .inner ul > li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 0.8em;
  line-height: 1.75;
  letter-spacing: 0.15em;
  font-weight: 400;
}
#notice .noticeWrapper .inner ul > li .dots {
  color: #00918d;
  font-size: 0.8em;
}

/*=====  End of NOTICE  ======*/
/*=============================================
=            COMMON            =
=============================================*/
#pageHead > .container-fluid {
  position: relative;
  z-index: 2;
  height: 100%;
  max-width: 1330px;
}
#pageHead .dateBaloon {
  content: "";
  position: absolute;
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
  -webkit-transform: translate(-10%, -10%);
          transform: translate(-10%, -10%);
  z-index: 3;
  width: 22%;
  max-width: 160px;
}
@media only screen and (min-width: 768px) {
  #pageHead .dateBaloon {
    max-width: 200px;
  }
}
#pageHead .dateBaloon img {
  width: 100%;
}

.sectionTitleWrapper {
  text-align: center;
}
.sectionTitleWrapper .bar {
  width: 50px;
  height: 2px;
  background-color: #111;
  margin-top: 15px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  content: "";
  display: block;
}
.sectionTitleWrapper .sectionSubTitle {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .sectionTitleWrapper .sectionSubTitle {
    font-size: 1.8rem;
  }
}

.sectionTitle {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 30px;
}

.pAboutBlock {
  background-color: #e5ca0a;
  padding-top: 60px;
  padding-bottom: 50px;
  position: relative;
  z-index: 1;
}
.pAboutBlock > .pAboutInner {
  background-color: #fdfbee;
  width: 95%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
  padding-bottom: 60px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .pAboutBlock > .pAboutInner {
    padding-bottom: 100px;
  }
}

/*=====  End of COMMON  ======*/
/*=============================================
=            PAGE HEAD            =
=============================================*/
#about {
  position: relative;
  z-index: 0;
  padding-bottom: 40px;
  padding-top: 40px;
}
#about > .container {
  position: relative;
  z-index: 1;
}
#about .themeWrapper {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#about .themeWrapper .inner {
  padding: 20px 0;
  text-align: center;
  letter-spacing: 0.1em;
}
#about .themeWrapper .inner .themeInnerWrapper {
  margin-bottom: 20px;
}
#about .themeWrapper .inner .themeInnerWrapper .theme {
  font-weight: 900;
  color: #111;
  font-size: 3rem;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  #about .themeWrapper .inner .themeInnerWrapper .theme {
    font-size: 4rem;
    letter-spacing: 0.1em;
  }
}
#about .themeWrapper .inner .themeInnerWrapper .enTheme {
  font-weight: bold;
  font-size: 2.7rem;
}
#about .prizeInfoOuter {
  margin-top: 45px;
  padding: 20px 15px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-weight: bold;
  position: relative;
}
#about .prizeInfoOuter .prize {
  content: "";
  position: absolute;
  top: 0%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -10%);
          transform: translate(-50%, -10%);
  z-index: 2;
  max-width: 230px;
}
@media only screen and (min-width: 768px) {
  #about .prizeInfoOuter .prize {
    max-width: none;
    -webkit-transform: translate(-50%, -35%);
            transform: translate(-50%, -35%);
  }
}
#about .prizeInfoOuter .prizeInfoWrapper {
  padding: 50px 30px 30px;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  #about .prizeInfoOuter .prizeInfoWrapper {
    font-size: 3rem;
    padding: 50px 30px 40px;
  }
}
#about .prizeInfoOuter small {
  font-weight: bold;
  font-size: 1.4rem;
}
@media only screen and (min-width: 768px) {
  #about .prizeInfoOuter small {
    font-size: 2rem;
  }
}
#about .stepContainer {
  margin-top: 40px;
  margin-bottom: -40px;
}
@media only screen and (min-width: 768px) {
  #about .stepContainer {
    margin-top: 80px;
  }
}
#about .stepOuter {
  width: 220px;
  position: relative;
  margin-bottom: 40px;
  z-index: 1;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  #about .stepOuter {
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 1200px) {
  #about .stepOuter {
    width: 300px;
  }
}
#about .stepOuter .stepTitle {
  content: "";
  position: absolute;
  top: 0%;
  left: 50%;
  max-width: 60px;
  -webkit-transform: translate(-50%, -30%);
          transform: translate(-50%, -30%);
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  #about .stepOuter .stepTitle {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-width: 80px;
  }
}
@media only screen and (min-width: 992px) {
  #about .stepOuter .stepTitle {
    max-width: 100px;
  }
}
#about .stepOuter .stepBox {
  background-color: #fdfdfd;
  border: 5px solid #111;
  border-radius: 20px;
  padding-top: 20px;
}
#about .stepOuter .dscBox {
  margin-top: 10px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  #about .stepOuter .dscBox {
    margin-top: 20px;
    font-size: 2rem;
    line-height: 1.5;
  }
}
#about .stepOuter .dscBox span {
  font-size: 1.2rem;
  font-weight: 500;
  display: block;
  line-height: 1.5;
  margin-top: 5px;
}

/*=====  End of PAGE HEAD  ======*/
/*=============================================
=            APPLICATION            =
=============================================*/
#application {
  padding-top: 40px;
}
@media only screen and (min-width: 768px) {
  #application {
    padding-top: 85px;
  }
}
#application .applicationWrapper {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  position: relative;
}
#application .applicationWrapper .applicationImg {
  width: 220px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  #application .applicationWrapper .applicationImg {
    margin-top: 0;
    position: absolute;
    width: 220px;
    right: 0;
    bottom: 60px;
  }
}
#application .applicationWrapper .title {
  background-color: #ceb609;
  color: #fdfdfd;
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  padding: 8px 5px;
}
@media only screen and (min-width: 768px) {
  #application .applicationWrapper .title {
    font-size: 2.4rem;
  }
}
#application .applicationWrapper .inner {
  padding: 15px 0;
}
@media only screen and (min-width: 768px) {
  #application .applicationWrapper .inner {
    padding: 20px 0;
  }
}
#application .applicationWrapper .inner .themeInnerWrapper {
  text-align: center;
  margin-bottom: 20px;
}
#application .applicationWrapper .inner .themeInnerWrapper .theme {
  font-weight: 900;
  color: #111;
  font-size: 3rem;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  #application .applicationWrapper .inner .themeInnerWrapper .theme {
    font-size: 4rem;
    letter-spacing: 0.1em;
  }
}
#application .applicationWrapper .inner .themeInnerWrapper .enTheme {
  font-weight: bold;
  font-size: 2.7rem;
}
#application .applicationWrapper .inner .subTheme {
  font-weight: bold;
  color: #ceb609;
  font-size: 1.6rem;
  margin-bottom: 10px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  #application .applicationWrapper .inner .subTheme {
    font-size: 2.2rem;
    letter-spacing: 0.1em;
    line-height: 1.5;
  }
}
#application .applicationWrapper .inner .dscBox {
  font-weight: bold;
  letter-spacing: 0.1em;
}
#application .applicationWrapper .inner small {
  font-weight: normal;
  line-height: 1.5;
  display: block;
}

/*=====  End of APPLICATION  ======*/
/*=============================================
=            LAST YEAR            =
=============================================*/
#lastYear {
  background-image: url(../img/lastYearBg_mo.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 65%;
  position: relative;
}
@media only screen and (min-width: 576px) {
  #lastYear {
    padding-top: 45%;
  }
}
@media only screen and (min-width: 768px) {
  #lastYear {
    background-image: url(../img/lastYearBg.jpg);
    padding-top: 250px;
  }
}
@media only screen and (min-width: 992px) {
  #lastYear {
    padding-top: 22.5%;
  }
}
#lastYear .btnWrapper {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  padding: 10px;
}

/*=====  End of LAST YEAR  ======*/
/*=============================================
=            PRIZE            =
=============================================*/
#prize {
  padding-top: 80px;
  position: relative;
  background-color: #edf7f7;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  #prize {
    padding-top: 120px;
  }
}
#prize::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.1;
  background-image: url(../../common/img/contestBg02.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#prize .sectionTitleWrapper {
  margin-bottom: 60px;
}
#prize .sectionTitleWrapper .sectionTitle {
  max-width: 300px;
  margin-bottom: -15px;
}
#prize .prizeWrapper {
  margin-bottom: 15px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  #prize .prizeWrapper {
    width: 320px;
  }
}
@media only screen and (min-width: 992px) {
  #prize .prizeWrapper {
    width: 450px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) {
  #prize .prizeWrapper.winner {
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
    width: 100%;
  }
}
#prize .prizeWrapper.winner .baloon {
  top: 8%;
}
#prize .prizeWrapper .copyImg {
  position: absolute;
  width: 180px;
  z-index: 2;
  left: auto;
  right: 0;
  top: 5%;
  -webkit-transform: translate(30%, -50%);
          transform: translate(30%, -50%);
}
@media only screen and (min-width: 768px) {
  #prize .prizeWrapper .copyImg {
    width: 300px;
    top: 25%;
    -webkit-transform: translate(40%, -50%);
            transform: translate(40%, -50%);
  }
}
#prize .prizeWrapper .productBtn {
  display: block;
  background-color: #00918d;
  color: #fdfdfd;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 100px;
  padding: 5px 15px;
  max-width: 300px;
  margin-top: 5px;
}
@media (hover: hover) {
  #prize .prizeWrapper .productBtn:hover {
    background-color: #00837f;
  }
}
#prize .prizeWrapper .ccopy {
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.5;
  font-weight: bold;
  color: #00918d;
}
#prize .prizeWrapper .baloon {
  content: "";
  position: absolute;
  top: 0%;
  left: auto;
  right: 0;
  width: 50%;
  max-width: 120px;
  -webkit-transform: translate(20%, -20%);
          transform: translate(20%, -20%);
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  #prize .prizeWrapper .baloon {
    max-width: 180px;
    -webkit-transform: translate(30%, -30%);
            transform: translate(30%, -30%);
  }
}
#prize .prizeWrapper .title {
  font-size: 1.8rem;
  padding: 5px;
  font-weight: bold;
  text-align: center;
  color: #fdfdfd;
  background-color: #00918d;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  #prize .prizeWrapper .title {
    font-size: 2.4rem;
  }
}
#prize .prizeWrapper .subTitle {
  text-align: center;
  color: #00918d;
  font-weight: bold;
  font-size: 2rem;
  padding: 5px;
  border-bottom: 3px solid #00918d;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}
#prize .prizeWrapper .inner {
  background-color: #fff;
  padding: 30px;
}
#prize .prizeWrapper .inner .number {
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  margin-top: 5px;
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  #prize .prizeWrapper .inner .number {
    font-size: 2rem;
  }
}
#prize .prizeWrapper .inner .prizeItem {
  max-width: 366px;
  margin-left: auto;
  margin-right: auto;
}
#prize .lead {
  font-weight: bold;
  text-align: center;
  font-size: 2rem;
  color: #00918d;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  #prize .lead {
    font-size: 2.4rem;
  }
}
@media only screen and (min-width: 992px) {
  #prize .lead {
    font-size: 3rem;
  }
}

/*=====  End of PRIZE  ======*/
/*=============================================
=            SCHEDULE            =
=============================================*/
#schedule {
  padding-top: 80px;
}
#schedule .scheduleWrapper {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
#schedule .scheduleWrapper dl {
  margin-bottom: 0;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  padding-top: 15px;
  padding-bottom: 20px;
  margin-top: -1px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #schedule .scheduleWrapper dl {
    padding-top: 30px;
    padding-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
  }
}
#schedule .scheduleWrapper dl dt {
  color: #00918d;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 240px;
      -ms-flex: 0 0 240px;
          flex: 0 0 240px;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  #schedule .scheduleWrapper dl dt {
    font-size: 2rem;
    letter-spacing: 0.1em;
  }
}
#schedule .scheduleWrapper dl dd {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.35;
}
@media only screen and (min-width: 768px) {
  #schedule .scheduleWrapper dl dd {
    font-size: 2rem;
    letter-spacing: 0.1em;
    line-height: 2;
  }
}

/*=====  End of SCHEDULE  ======*/
/*=============================================
=            btnArea            =
=============================================*/
#btnArea {
  margin-bottom: 100px;
}

/*=====  End of btnArea  ======*/
/*=============================================
=            FOOTER            =
=============================================*/
#wrapper-footer .globe {
  display: none;
}

/*=====  End of FOOTER  ======*//*# sourceMappingURL=custom.css.map */