@charset "UTF-8";
/*////////////////////////////
FAUNDATION
////////////////////////////*/
html {
  font-size: 62.5%;
}

body {
  color: #171717;
  font: 1.6rem/1 "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  background: url(../../img/bg.jpg);
  background-position: center top;
}

@media (max-width: 750px) {
  body {
    background: url(../../img/sp/bg.jpg);
    background-size: cover;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  color: #171717;
}

main {
  display: block;
}

/*////////////////////////////
.header
////////////////////////////*/
.header {
  margin-bottom: 34px;
}

.header_inner {
  position: relative;
  width: 850px;
  max-width: 100%;
  margin: 0 auto;
  padding-top: 28px;
}

.header_txt {
  display: block;
  margin: 0 auto -2px;
  padding-left: 70px;
}

.header_kv {
  text-align: center;
}

.header_sns {
  position: absolute;
  top: 0;
  right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 79px;
  height: 249px;
  padding-top: 85px;
  list-style: none;
  background: url(../../img/header_sns.png);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header_sns > li {
  margin-bottom: 20px;
}

.header_btn {
  position: absolute;
  bottom: -37px;
  left: 11px;
  width: 78px;
  height: 174px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../../img/header_btn.png);
}

.header_btn > a {
  position: absolute;
  top: 15px;
  left: 14px;
  display: block;
  width: 49px;
  height: 146px;
}

@media (max-width: 750px) {
  .header {
    margin-bottom: 8vw;
  }
  .header_inner {
    padding-top: 1vw;
  }
  .header_txt {
    width: 84.5vw;
    margin: 0 auto 0 1.46vw;
    padding-left: 0;
  }
  .header_kv {
    width: 90.2vw;
    margin: 0 auto;
  }
  .header_sns {
    right: 0;
    width: 11.46vw;
    height: 28.9vw;
    padding: 4.26vw 2vw 1.86vw 2vw;
    background: url(../../img/sp/header_sns.png);
    background-size: cover;
    background-position: top;
  }
  .header_sns > li {
    margin-bottom: 3.2vw;
  }
  .header_fb {
    width: 2.26vw;
  }
  .header_tw {
    width: 4.26vw;
  }
  .header_line {
    width: 4.93vw;
  }
  .header_btn {
    bottom: -6.3vw;
    left: 0;
    width: 14.04vw;
    height: 36.35vw;
    background: url(../../img/sp/header_btn.png);
    background-size: cover;
    background-position: top;
  }
  .header_btn > a {
    top: 2.6vw;
    left: 2.6vw;
    width: 8.64vw;
    height: 31.32vw;
  }
}

.lead {
  margin-bottom: 38px;
  text-align: center;
}

.lead_up {
  width: 503px;
  margin: 0 auto 20px;
  color: #fff;
  font-size: 2.8rem;
  line-height: 1.42;
  font-weight: 600;
  border-bottom: 2px solid #fff;
}

.lead_down {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.625;
}

@media (max-width: 750px) {
  .lead {
    margin-bottom: 7.5vw;
  }
  .lead_up {
    width: 76vw;
    margin: 0 auto 2.5vw;
    padding-bottom: 1vw;
    font-size: 4.26vw;
    line-height: 1.25;
  }
  .lead_down {
    font-size: 3.46vw;
    line-height: 1.38;
  }
}

.date {
  margin-bottom: 15px;
  text-align: center;
}

.date_img {
  display: block;
  margin: 0 auto 10px;
}

.date_sub {
  font-size: 2.6rem;
  color: #83696d;
}

@media (max-width: 750px) {
  .date {
    margin-bottom: 3.2vw;
  }
  .date_img {
    width: 82.8vw;
    margin-bottom: 0 auto 1.8vw;
  }
  .date_sub {
    font-size: 4.26vw;
    font-weight: bold;
  }
}

.announce {
  text-align: center;
  color: #83696d;
  line-height: 1.5;
}

@media (max-width: 750px) {
  .announce {
    margin-bottom: 4vw;
    font-size: 3.46vw;
    line-height: 1.38;
  }
}

.program {
  width: 649px;
  height: 655px;
  margin: 0 auto 10px;
  padding: 35px;
  background: url(../../img/program_bg.png);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.program_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #fff;
}

.program_row:last-of-type {
  border-bottom: none;
}

.program_time {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 135px;
          flex: 1 0 135px;
  padding: 20px 0;
  color: #fff;
  border-right: 1px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.program_ttl {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 444px;
          flex: 1 0 444px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 0 15px 10px;
  font-size: 2.8rem;
  color: #fff;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.program_ttl-sub {
  display: block;
  margin-top: 5px;
  margin-left: 20px;
  font-size: 1.6rem;
  font-weight: normal;
}

.program_ttl-darehana {
  font-size: 2.3rem;
}

.program_ttl-rodeo {
  font-size: 2.4rem;
  line-height: 1.2;
}

.program_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}

.program_link-atb {
  display: block;
}

.program_icon {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 9px;
}

.program_note {
  margin-top: 6px;
  font-size: 1.4rem;
  color: #fff;
  font-weight: normal;
}

.program_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  width: 556px;
  height: 76px;
  background: #bf9c0e;
  border-radius: 38px;
}

@media (max-width: 750px) {
  .program {
    width: 94.66vw;
    height: 135.2vw;
    margin: 0 auto 3vw;
    padding: 2vw;
    background: url(../../img/sp/program_bg.png);
    background-size: cover;
  }
  .program_row {
    display: block;
    margin: 2.7vw;
  }
  .program_time {
    padding: 0 0 1.35vw;
    font-size: 2.93vw;
    border-right: none;
  }
  .program_ttl {
    padding: 0 0 2.26vw;
    font-size: 4vw;
  }
  .program_ttl-sub {
    margin-left: 3.7vw;
    font-size: 2.39vw;
  }
  .program_ttl-darehana {
    font-size: 4vw;
  }
  .program_ttl-rodeo {
    font-size: 4vw;
  }
  .program_ttl-rodeo img {
    margin-top: -5vw;
  }
  .program_link picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .program_link-atb picture {
    display: inline-block;
  }
  .program_link-atb picture img {
    margin-bottom: 0.7vw;
  }
  .program_icon {
    width: 2vw;
    height: auto;
    margin-right: 1.86vw;
    margin-bottom: 0;
  }
  .program_note {
    margin-top: 0.8vw;
    font-size: 2.93vw;
  }
  .program_btn {
    width: 90.13vw;
    height: 12.26vw;
    margin: 0 auto;
    border-radius: 6.13vw;
  }
  .program_btn img {
    width: 68.26vw;
  }
}

.msg {
  padding-top: 76px;
  text-align: center;
}

.msg_head {
  width: 490px;
  margin: 0 auto 30px;
  padding-bottom: 7px;
  color: #6b4c56;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.25;
  border-bottom: 2px solid #6b4c56;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.msg_sub {
  margin-bottom: 30px;
  font-size: 2.8rem;
  color: #6b4c56;
  font-weight: bold;
}

.msg_txt {
  margin-bottom: 30px;
  font-size: 1.4rem;
  color: #6b4c56;
  line-height: 1.8;
}

.msg_presentMini {
  color: #6b4c56;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.45;
}

.msg_present {
  margin-bottom: 35px;
  color: #6b4c56;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.55;
  text-decoration: underline;
}

.msg_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  width: 205px;
  height: 56px;
  font-size: 2.3rem;
  color: #fff;
  background: #bf9c0e;
  border-radius: 38px;
}

@media (max-width: 750px) {
  .msg {
    padding-top: 9.3vw;
  }
  .msg_head {
    width: 76vw;
    margin: 0 auto 5.86vw;
    padding-bottom: 2vw;
    font-size: 5.06vw;
    line-height: 1.05;
  }
  .msg_sub {
    margin-bottom: 5.86vw;
    font-size: 3.73vw;
  }
  .msg_txt {
    margin-bottom: 6.4vw;
    font-size: 3.73vw;
  }
  .msg_presentMini {
    margin-top: -6px;
    font-size: 4.79vw;
    text-decoration: underline;
  }
  .msg_present {
    font-size: 4.79vw;
    line-height: 1.5;
  }
  .msg_btn {
    width: 40.26vw;
    height: 10.93vw;
    margin: 0 auto;
    font-size: 4.39vw;
  }
}

.result {
  width: 649px;
  height: 1158px;
  margin: 0 auto 10px;
  padding: 35px;
  text-align: center;
  background: url(../../img/result_bg.png);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.result_head {
  margin-bottom: 42px;
  padding-top: 18px;
  font-size: 2.8rem;
  line-height: 1.5;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.result_item {
  margin-bottom: 20px;
  color: #fff;
  font-size: 2.4rem;
  text-align: center;
}

.result_winner {
  display: inline-block;
  margin-bottom: 40px;
  font-size: 2.4rem;
  line-height: 1.7;
  color: #fff;
  text-align: left;
}

@media (max-width: 750px) {
  .result {
    width: 94.66vw;
    height: 168.9vw;
    margin: 0 auto 3vw;
    padding: 2vw;
    background: url(../../img/result_bg.png);
    background-size: cover;
  }
  .result_head {
    margin-bottom: 4vw;
    padding-top: 4vw;
    font-size: 4vw;
    color: #fff;
    font-weight: bold;
    text-align: center;
  }
  .result_item {
    margin-bottom: 3vw;
    font-size: 3.6vw;
    text-align: center;
  }
  .result_winner {
    margin-bottom: 4vw;
    display: inline-block;
    font-size: 3.6vw;
    text-align: left;
  }
}

.our {
  padding-top: 65px;
  text-align: center;
}

.our_headImg {
  display: block;
  margin: 0 auto 10px;
}

.our_head {
  width: 476px;
  margin: 0 auto 10px;
  padding-bottom: 17px;
  color: #6b4c56;
  font-size: 3.2rem;
  font-weight: normal;
  border-bottom: 2px solid #6b4c56;
}

.our_txt {
  margin-bottom: 7px;
  font-size: 1.4rem;
  color: #6b4c56;
  line-height: 1.8;
}

.our_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 613px;
  margin: 0 auto 47px;
}

.our_box {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 300px;
          flex: 0 1 300px;
  margin-bottom: 23px;
  text-align: left;
}

.our_box:nth-child(odd) {
  margin-right: 12px;
}

.our_box:last-of-type {
  margin-right: auto;
}

.our_img {
  display: block;
  margin-bottom: 3px;
}

.our_link {
  margin-left: 7px;
  color: #bf9c0e;
  font-size: 1.2rem;
  font-weight: bold;
}

.our_icon {
  display: inline-block;
  margin-right: 7px;
}

.our_msgHead {
  width: 470px;
  margin: 0 auto 20px;
  padding-bottom: 5px;
  color: #bf9c0e;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.33;
  border-bottom: 2px solid #bf9c0e;
}

.our_msgTxt {
  margin-bottom: 30px;
  color: #bf9c0e;
  font-size: 1.4rem;
  line-height: 1.8;
}

.our_msgBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 90px;
  width: 233px;
  height: 56px;
  background: #bf9c0e;
  border-radius: 28px;
}

.our_msgBtn > img {
  width: 207px;
  height: auto;
}

@media (max-width: 750px) {
  .our {
    padding-top: 9.33vw;
  }
  .our_headImg {
    width: 58.66vw;
    margin: 0 auto 1.73vw;
  }
  .our_head {
    width: 81vw;
    margin: 0 auto 3vw;
    padding-bottom: 2.66vw;
    font-size: 7vw;
    font-weight: bold;
  }
  .our_txt {
    margin-bottom: 9.6vw;
    font-size: 3.73vw;
    line-height: 1.42;
  }
  .our_inner {
    width: 91.2vw;
    margin: 0 auto 14vw;
  }
  .our_box {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    max-width: 350px;
    margin: 0 auto 3.46vw;
  }
  .our_box:nth-child(odd) {
    margin-right: auto;
  }
  .our_box:last-of-type {
    margin-right: auto;
  }
  .our_img {
    margin-bottom: 0.5vw;
  }
  .our_link {
    margin-left: 1.1vw;
    font-size: 1.8vw;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .our_icon {
    width: 3.1vw;
    margin-right: 1.1vw;
  }
  .our_msgHead {
    width: 73vw;
    margin: 0 auto 4.8vw;
    padding-bottom: 2.13vw;
    font-size: 5.06vw;
    line-height: 1.26;
  }
  .our_msgTxt {
    margin-bottom: 5.4vw;
    font-size: 3.73vw;
    line-height: 1.357;
  }
  .our_msgBtn {
    width: 64.4vw;
    height: 15.46vw;
    margin: 0 auto 14.8vw;
    border-radius: 7.73vw;
  }
  .our_msgBtn > img {
    width: 57.2vw;
    height: auto;
  }
}

.about_img {
  display: block;
  margin: 0 auto 24px;
}

.about_head {
  width: 617px;
  margin: 0 auto 5px;
  color: #6b4c56;
  font-size: 2rem;
  font-weight: normal;
}

.about_txt {
  width: 617px;
  margin: 0 auto 70px;
  color: #6b4c56;
  font-size: 1.2rem;
  line-height: 1.67;
}

.about_txt > a {
  color: #6b4c56 !important;
  text-decoration: underline !important;
}

@media (max-width: 750px) {
  .about_img {
    width: 90.8vw;
    margin: 0 auto 4vw;
  }
  .about_head {
    width: 90.8vw;
    margin: 0 auto 1vw;
    font-size: 5.06vw;
  }
  .about_txt {
    width: 90.8vw;
    margin: 0 auto 10.2vw;
    font-size: 3.46vw;
    line-height: 1.38;
  }
  .about_txt > a {
    font-weight: bold;
  }
}

.footer {
  margin-bottom: 13px;
  text-align: center;
}

.footer_pc {
  overflow: hidden;
}

.footer_pc > div {
  background: transparent !important;
}

.footer_copy {
  margin-top: -35px;
  line-height: 0;
}

@media (max-width: 750px) {
  .footer {
    margin-bottom: 3.06vw;
  }
  .footer_tfm {
    display: block;
    width: 28vw;
    margin: 0 auto 10.2vw;
  }
  .footer_copy {
    width: 88.9vw;
    margin: 3.06vw auto 0;
  }
}

/*////////////////////////////
UTILITY
////////////////////////////*/
/* 共通フッター用 もしくはブレイクポイントごとの表示指定 */
.pc {
  display: block;
}

.sp {
  display: none;
}

@media (max-width: 750px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
/*# sourceMappingURL=style.css.map */