@charset "UTF-8";
/*=============================================
=            COMMON            =
=============================================*/
.marker {
  background: linear-gradient(transparent 70%, #f5b94d 0%);
}

.sectionTitleWrapper {
  text-align: center;
  margin-bottom: 20px;
}
.sectionTitleWrapper .sectionTitle {
  font-size: 2.4rem;
  font-weight: 900;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .sectionTitleWrapper .sectionTitle {
    font-size: 3rem;
  }
}
.sectionTitleWrapper .sectionSubTitle {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  font-weight: 900;
}
@media only screen and (min-width: 768px) {
  .sectionTitleWrapper .sectionSubTitle {
    font-size: 1.2rem;
  }
}
.sectionTitleWrapper .lead {
  font-weight: bold;
  font-size: 1.4rem;
}

.sec_tit {
  text-align: center;
  font-size: 3.2rem;
}

/*=====  End of COMMON  ======*/
/*=============================================
=            THEME            =
=============================================*/
#ep {
  display: none;
}

#theme,
#ep {
  padding: 30px 0;
  text-align: center;
  color: #333;
  position: relative;
  z-index: 1;
  background-image: url(../img/intro_back.png);
  background-repeat: repeat;
  overflow-y: hidden;
}
@media only screen and (min-width: 768px) {
  #theme,
  #ep {
    padding-top: 60px;
  }
}
#theme .theme_l,
#theme .theme_r,
#ep .theme_l,
#ep .theme_r {
  position: absolute;
  top: 0;
  z-index: 2;
  display: none;
}
@media only screen and (min-width: 992px) {
  #theme .theme_l,
  #theme .theme_r,
  #ep .theme_l,
  #ep .theme_r {
    display: block;
  }
}
#theme .theme_l,
#ep .theme_l {
  left: 0;
}
#theme .theme_r,
#ep .theme_r {
  right: 0;
}

#theme .dscBox {
  margin: 20px 0;
  position: relative;
  z-index: 3;
}
#theme .dscBox p {
  font-size: 3vw;
  font-weight: bold;
  line-height: 2.5;
  color: #333;
  letter-spacing: 0.15em;
  display: block; /* 段落ごとに改行される */
  margin: 1em 0; /* 段落間の余白 */
  text-decoration: underline; /* 下線を引く */
  text-decoration-color: white; /* 下線の色を白にする */
  text-decoration-thickness: 2px; /* 線の太さ（必要に応じて調整） */
  text-underline-offset: 8px; /* 文字と線の距離を調整 */
}
@media only screen and (min-width: 768px) {
  #theme .dscBox p {
    font-size: 2rem;
  }
}
#theme .dscBox h6 {
  font-size: 1.2rem;
  color: #b50202;
  line-height: 2;
}

/*=====  End of THEME  ======*/
/*=============================================
=            EP            =
=============================================*/
#ep h2 {
  margin: 10px 0;
}
#ep .ep_wrap {
  position: relative;
  z-index: 2;
  min-height: 580px;
  max-width: 997px;
  background-position: center top;
  margin: 40px auto;
}
@media only screen and (min-width: 992px) {
  #ep .ep_wrap {
    background-image: url(../img/ep_book.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
}
#ep .ep_wrap_in {
  padding: 10px 30px;
  text-align: left;
}
#ep .ep_wrap_in h2 {
  font-size: 2.8rem;
  line-height: 1.6;
}
#ep .ep_wrap_in h3 {
  font-size: 3rem;
}
#ep .ep_wrap_in h5 {
  margin-top: 40px;
  font-size: 1.2rem;
}
#ep .ep_wrap_in .ep_text_main {
  margin-top: 20px;
  font-size: 1.5rem;
}
#ep .ep_wrap_in .ep_text_sub {
  margin-top: 20px;
  font-size: 1.2rem;
}

/*=====  End of EP  ======*/
/*=============================================
=            FLOW            =
=============================================*/
#flow {
  padding-top: 70px;
  padding-bottom: 40px;
  position: relative;
  z-index: 1;
  background-image: url(../img/intro_back.png);
  background-repeat: repeat;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  #flow {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
#flow .flow_l,
#flow .flow_r {
  position: absolute;
  z-index: 2;
  top: 0;
  display: none;
}
@media only screen and (min-width: 768px) {
  #flow .flow_l,
  #flow .flow_r {
    display: block;
  }
}
#flow .flow_l {
  left: 0;
}
#flow .flow_r {
  right: 0;
}
#flow .sectionTitleWrapper {
  color: #333;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 3;
  max-width: 720px;
}
#flow .sectionTitleWrapper .inner {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
#flow .stepRow {
  display: flex;
  justify-content: center;
  margin-left: -25px;
  margin-right: -25px;
  margin-top: 40px;
  flex-wrap: wrap;
  z-index: 3;
  position: relative;
}
#flow .stepRow .stepCol {
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
}
#flow .stepRow .stepCol .step_tape_left,
#flow .stepRow .stepCol .step_tape_right {
  position: absolute;
  z-index: 2;
}
#flow .stepRow .stepCol .step_tape_left img,
#flow .stepRow .stepCol .step_tape_right img {
  opacity: 0.7;
  width: 60px;
}
#flow .stepRow .stepCol .step_tape_left {
  left: 4px;
  top: -16px;
}
#flow .stepRow .stepCol .step_tape_right {
  right: 4px;
  bottom: 0;
}
#flow .stepRow .stepCol .stepWrapper {
  background-color: #fdfdfd;
  position: relative;
  text-align: center;
  width: 300px;
  box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  padding-bottom: 20px;
  padding: 20px 10px;
  z-index: 1;
}
#flow .stepRow .stepCol .stepWrapper .numberWrapper {
  margin-top: 20px;
  font-weight: 900;
  font-size: 2rem;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #04488b;
}
#flow .stepRow .stepCol .stepWrapper .numberWrapper .number {
  display: inline-block;
  font-size: 5rem;
  margin-left: 10px;
  font-weight: 700;
}
#flow .stepRow .stepCol .stepWrapper .dscBox {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  #flow .stepRow .stepCol .stepWrapper .dscBox {
    font-size: 1.8rem;
  }
}
#flow .stepRow .stepCol .stepWrapper .anno {
  margin-top: 5px;
  font-size: 1.1rem;
  line-height: 1.75;
  font-weight: bold;
}
#flow .prizeContainer {
  padding-top: 60px;
}
@media only screen and (min-width: 768px) {
  #flow .prizeContainer {
    padding-top: 100px;
  }
}
#flow .prizeContainer .prizeTitle {
  text-align: center;
  font-weight: 900;
  font-size: 2.4rem;
  margin-bottom: 5px;
  line-height: 1.5;
  color: #04488b;
}
@media only screen and (min-width: 768px) {
  #flow .prizeContainer .prizeTitle {
    font-size: 3.5rem;
  }
}
#flow .prizeContainer .prizeWrapper {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  border: 5px solid #04488b;
  background-color: #fdfdfd;
  border-radius: 8px;
  padding: 15px;
}
@media only screen and (min-width: 768px) {
  #flow .prizeContainer .prizeWrapper {
    border: 7px solid #04488b;
    padding: 25px 15px;
  }
}
@media only screen and (min-width: 992px) {
  #flow .prizeContainer .prizeWrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}

.prize_ornaments {
  margin-bottom: 10px;
}

/*=====  End of FLOW  ======*/
/*=============================================
=            PRIZE            =
=============================================*/
#prize {
  background-color: #ffb627;
  padding: 60px 30px 30px 30px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  #prize {
    padding: 120px 60px 60px 60px;
  }
}
#prize > .bg {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-image: url(../img/prize_back.png);
  background-position: 50% 0%;
  background-size: 100%;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) {
  #prize > .bg {
    background-size: cover;
  }
}
#prize .sectionTitleWrapper {
  margin-bottom: 40px;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  #prize .sectionTitleWrapper {
    margin-bottom: 120px;
  }
}
#prize .prize-plus {
  text-align: center;
  margin-bottom: 0;
  font-size: 10rem;
  line-height: 0.5;
  font-weight: bold;
  color: #fff;
}
@media only screen and (min-width: 992px) {
  #prize .prize-plus {
    margin-bottom: 80px;
  }
}
#prize .prizeWrapper {
  background-color: #fdfdfd;
  position: relative;
  border-radius: 8px;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.15);
  padding: 40px 20px 20px;
  margin-bottom: 30px;
  margin-top: 60px;
}
@media only screen and (min-width: 576px) {
  #prize .prizeWrapper {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 1200px) {
  #prize .prizeWrapper {
    margin-top: 0;
    padding: 60px 20px 20px;
  }
}
#prize .prizeWrapper .title {
  text-align: center;
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  #prize .prizeWrapper .title {
    top: -60px;
  }
}
#prize .prizeWrapper .title img {
  max-width: 50px;
}
@media only screen and (min-width: 768px) {
  #prize .prizeWrapper .title img {
    max-width: 80px;
  }
}
#prize .prizeWrapper .imgWrapper {
  text-align: center;
}
#prize .prizeWrapper .dscBox {
  text-align: center;
  font-weight: 900;
  font-size: 1.6rem;
  line-height: 1.35;
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  #prize .prizeWrapper .dscBox {
    font-size: 2.5rem;
  }
}
#prize .prizeWrapper .dscBox h3 {
  margin-top: 20px;
  line-height: 1.8;
  font-weight: bold;
}
#prize .prizeWrapper .dscBox h5 {
  line-height: 1.8;
}
#prize .prizeWrapper .text-pc-left {
  text-align: center;
}
@media only screen and (min-width: 992px) {
  #prize .prizeWrapper .text-pc-left {
    text-align: left;
  }
}

/*=====  End of PRIZE  ======*/
/*=============================================
=            SCHEDULE            =
=============================================*/
#schedule {
  padding-top: 60px;
}
#schedule .scheduleWrapper {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media only screen and (min-width: 768px) {
  #schedule .scheduleWrapper {
    margin-top: 10px;
  }
}
#schedule .scheduleWrapper dl {
  margin-bottom: 0;
  border-bottom: 4px solid #333;
  padding-top: 15px;
  padding-bottom: 20px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #schedule .scheduleWrapper dl {
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
    text-align: left;
  }
}
#schedule .scheduleWrapper dl dt {
  color: #333;
  flex: 0 0 320px;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  font-weight: 900;
}
@media only screen and (min-width: 768px) {
  #schedule .scheduleWrapper dl dt {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
  }
}
#schedule .scheduleWrapper dl dd {
  margin-bottom: 0;
  font-weight: 900;
  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;
  }
}
#schedule .scheduleWrapper dl dd small {
  font-weight: bold;
  font-size: 1.2rem;
}

/*=====  End of SCHEDULE  ======*/
/*=============================================
=            GUIDE            =
=============================================*/
#guide {
  background-color: #fdfdfd;
  padding-top: 80px;
  padding-bottom: 60px;
}
#guide .sectionTitleWrapper {
  color: #333;
  margin-bottom: 40px;
}
#guide .guideWrapper {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fdfdfd;
  border-top: 4px solid #f392a7;
  border-bottom: 4px solid #f392a7;
}
@media only screen and (min-width: 768px) {
  #guide .guideWrapper {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }
}
#guide .guideWrapper dl {
  margin-bottom: 0;
  border-bottom: 1px solid #ccc;
}
@media only screen and (min-width: 768px) {
  #guide .guideWrapper dl {
    align-items: stretch;
    display: flex;
  }
}
#guide .guideWrapper dl:last-child {
  border-bottom: none;
}
#guide .guideWrapper dl dt {
  flex: 0 0 130px;
  text-align: center;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #fdfdfd;
  background-color: #333;
  padding-top: 3px;
  padding-bottom: 3px;
}
@media only screen and (min-width: 768px) {
  #guide .guideWrapper dl dt {
    padding-top: 0;
    padding-bottom: 0;
    border-right: 1px solid #ccc;
    background-color: transparent;
    color: #333;
  }
}
#guide .guideWrapper dl dd {
  padding: 15px;
  margin-bottom: 0;
  font-size: 1.4rem;
  line-height: 2;
  font-weight: bold;
}
#guide .guideWrapper dl dd small {
  margin-top: 3px;
  display: block;
  line-height: 1.5;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  #guide .guideWrapper dl dd {
    padding: 20px 30px;
    font-size: 1.6rem;
    line-height: 2;
  }
}
#guide .guideWrapper dl dd a {
  color: #589d23;
  text-decoration: underline;
}
#guide .guideWrapper dl dd .anno {
  margin-top: 5px;
  font-size: 1.4rem;
}
#guide .guideWrapper dl dd .anno .annoTitle {
  font-size: 1.2rem;
  margin-top: 10px;
  margin-bottom: 5px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 3px 8px;
  line-height: 1.2;
  border: 1px solid #333;
}

/*=====  End of GUIDE  ======*/
/*=============================================
=            NOTICE            =
=============================================*/
#notice {
  padding-top: 60px;
  background-color: #fdfdfd;
}

/*=====  End of NOTICE  ======*/
#lastsec {
  padding: 40px 5% 0;
}
@media only screen and (min-width: 992px) {
  #lastsec {
    padding: 40px 2% 0;
  }
}
@media only screen and (min-width: 1200px) {
  #lastsec {
    padding: 40px 10% 0;
  }
}
#lastsec h2 {
  font-weight: bold;
  line-height: 4;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #lastsec h2 {
    line-height: 8;
  }
}
#lastsec img {
  padding: 20px;
}
#lastsec p {
  font-size: 1.5rem;
  font-weight: 500;
}

/*=============================================
=           CULTURE           =
=============================================*/
#cul_intro {
  padding-top: 70px;
  padding-bottom: 40px;
  position: relative;
  z-index: 1;
  background-color: #fdfdfd;
}
@media only screen and (min-width: 768px) {
  #cul_intro {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
#cul_intro .container {
  margin-bottom: 60px;
  position: relative;
  z-index: 2;
}
#cul_intro .imgWrapper {
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.8rem;
  letter-spacing: 0;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  #cul_intro .imgWrapper {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
}
#cul_intro .imgWrapper img {
  margin-bottom: 10px;
}
#cul_intro .cul_reserve_in {
  text-align: center;
  position: relative;
  border: 4px solid #000;
  border-radius: 10px;
  margin-top: 5px;
  padding-top: 10px;
  font-size: 1.5rem;
  letter-spacing: 0;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  #cul_intro .cul_reserve_in {
    font-size: 2rem;
    letter-spacing: 0.2;
  }
}
#cul_intro .cul_reserve_tit {
  margin-top: 20px;
  text-align: center;
}
#cul_intro .cul_reserve_tit img {
  max-width: 36px;
}
#cul_intro .cul_back_l,
#cul_intro .cul_back_r {
  position: absolute;
  z-index: 1;
}
#cul_intro .cul_back_l {
  top: 0;
  left: 0;
}
#cul_intro .cul_back_r {
  bottom: 0;
  right: 0;
}

#cul_culture,
#cul_sport {
  position: relative;
}
#cul_culture h2,
#cul_sport h2 {
  background-color: #fdfdfd;
  text-align: center;
  font-size: 2.2rem;
  border-radius: 10px;
  padding: 16px 0;
  font-weight: 900;
  box-shadow: 8px 8px 0 0 rgba(0, 0, 0, 0.2);
  display: block;
}
@media only screen and (min-width: 768px) {
  #cul_culture h2,
  #cul_sport h2 {
    font-size: 4rem;
  }
}

#cul_culture {
  background-color: #ffc52a;
  padding: 80px 0;
}
#cul_culture h2 {
  color: #10ba7a;
}

#cul_sport {
  background-color: #55c0dc;
  padding: 80px 0 120px;
}
#cul_sport h2 {
  color: #2083f7;
}
#cul_sport .sponsor_foot {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.yoyaku_l,
.yoyaku_s {
  position: absolute;
  right: -4px;
  z-index: 3;
}
@media only screen and (min-width: 768px) {
  .yoyaku_l,
  .yoyaku_s {
    right: -10px;
  }
}

.yoyaku_l {
  width: 80px;
  top: 0;
}
@media only screen and (min-width: 768px) {
  .yoyaku_l {
    width: 120px;
  }
}

.yoyaku_s {
  width: 60px;
  top: 10px;
}
@media only screen and (min-width: 768px) {
  .yoyaku_s {
    width: 80px;
  }
}

.cul_sport_sub {
  margin-top: 40px;
  color: #fff;
}
.cul_sport_sub h5 {
  font-size: 3rem;
  line-height: 3.6rem;
  font-weight: bold;
}
.cul_sport_sub h5 span {
  color: #ffe600;
}
.cul_sport_sub h6 {
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.cul_sport_sub p {
  margin-top: 20px;
  font-weight: bold;
}
.cul_sport_sub .cul_attention {
  font-size: 1.2rem;
  color: #ffe600;
}

.culbox {
  margin-top: 20px;
  padding: 16px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 8px 8px 0 0 rgba(0, 0, 0, 0.2);
  vertical-align: top;
}
.culbox .culbox_in {
  position: relative;
  width: 100%;
  z-index: 1;
}
.culbox .culbox_tit,
.culbox .culbox_stit {
  width: 100%;
  padding: 10px;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 2.6rem;
  border-radius: 10px 10px 0 0;
}
@media only screen and (min-width: 768px) {
  .culbox .culbox_tit,
  .culbox .culbox_stit {
    font-size: 2.4rem;
  }
}
.culbox .culbox_tit small,
.culbox .culbox_stit small {
  font-weight: bold;
  font-size: 70%;
}
.culbox .culbox_tit {
  background-color: #10ba7a;
}
.culbox .culbox_stit {
  background-color: #2083f7;
}
.culbox img {
  width: 100%;
  border-radius: 0 0 10px 10px;
}
.culbox h3 {
  margin: 20px 0 10px;
  text-align: left;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 900;
}
.culbox h5 {
  margin: 10px 0 0;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 900;
}
.culbox p {
  line-height: 2.8rem;
  font-weight: 500;
  font-size: 1.4rem;
}
.culbox ul {
  width: 100%;
  padding: 20px 0;
  margin: 20px 0;
  letter-spacing: 0;
}
@media only screen and (min-width: 768px) {
  .culbox ul {
    letter-spacing: 0.2;
  }
}
.culbox ul a {
  color: #55c0dc;
  font-size: 80%;
}
.culbox .ul_culture {
  border-top: 3px solid #10ba7a;
  border-bottom: 3px solid #10ba7a;
}
.culbox .ul_sport {
  border-top: 3px solid #55c0dc;
  border-bottom: 3px solid #55c0dc;
}
.culbox li {
  width: 100%;
  margin: 0 auto;
  list-style: none;
  font-weight: 700;
  font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .culbox li {
    width: 90%;
  }
}
.culbox .cul_attention {
  color: #d02920;
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.culbox a {
  color: #fff;
  font-weight: bold;
}
.culbox .cul_button {
  width: 100%;
  max-width: 300px;
  background-color: #d02920;
  padding: 10px 0;
  margin: 20px auto;
  transition: 0.5s; /*0.5秒で変化*/
  text-align: center;
  border-radius: 10px;
}
.culbox .cul_button a {
  display: block;
}
.culbox .cul_button:hover {
  background: #000;
  transition: 0.5s; /*0.5秒で変化*/
}
.culbox .b_grey {
  background-color: #999 !important;
}/*# sourceMappingURL=custom.css.map */