@charset "EUC-JP";
/*reset
--------------------------------------------------------- */
*:not(br){-webkit-box-sizing: border-box;box-sizing: border-box;border: none;min-height: 0;margin: 0;padding: 0;vertical-align: baseline;background-color: transparent;}
main,article,aside,figcaption,figure,footer,header,menu,nav,section{display: block;}
img{max-width:100%;vertical-align:top;display:inline;}
ol,ul,dl{list-style: none;}
/*all
--------------------------------------------------------- */
html,body{width: 100%;position: relative;}
body,body nav,body .Main_Column{
  font: inherit;
  font-family: "Hiragino Kaku Gothic Pro", "HiraKakuProN-W3", "Hiragino Sans", YuGothic, "Yu Gothic", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.4;
}
main {
  background-color: #3b211e;
}
.main_visual {
  background-color: #3b211e;
}

/* main_visual */
.main_visual {
  height: 575px;
  background: url(../img/header_back_pc.jpg) center center no-repeat;
  background-size: cover;
}
.main_visual h1 {
  text-align: center;
}

/* wrapper-colum,shusou,present,finalist */
.colum_wrapper,
.shusou_wrapper{
  background-color: #3b211e;
  color: #ffffff;
  max-width: 1200px;
  margin: 0 auto;
}
.present_wrapper {
  background-color: #f0f0f0;
  color: #333333;
}

.finalist_wrapper {
  background-color: #ffffff;
}

/* colum */
.colum_wrapper {
  padding-top: 80px;
}
.colum_wrapper h2 {
  margin: 70px 0;
  text-align: center;
}
.colum_wrapper p {
  text-indent: 1em;
}
.colum_wrapper p.margin_p1 {
  margin-bottom: 16px;
}
.colum_wrapper p.margin_p2 {
  margin-bottom: 64px;
}
.colum_flex {
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  width:100%;
  flex-basis: auto;
  padding-top: 90px;
}
.jra_box,
.chihou_box {
  cursor: pointer;
  flex-basis: 50%;
}

/* colum_jra,colum_chihou */
.colum_jra::before,
.colum_chihou::before {
  content: "";
  display: block;
  position: absolute;
}
.colum_jra_wrap,
.colum_chihou_wrap {
  display: none;
}

/* colum_jra */
.colum_jra {
  color: #333333;
  background-color: #eaeaea;
  position: relative;
}
.colum_jra::before {
  width: 50%;
  height: 42px;
  background-color: #527000;
  top: -42px;
}
.colum_jra {
  border-top: solid 20px #527000;
  margin-top: 18px;
}
.colum_jra_inner {
  padding: 40px 60px;
  text-align: left;
}
.colum_jra_inner h3 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 50px;
}
.colum_jra_inner h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
}
.colum_jra_inner p {
  line-height: 2;
}
.colum_jra_inner .close_btn {
  display: block;
  text-align: center;
  font-size: 14px;
  text-decoration: underline;
  margin-top: 75px;
}
.colum_jra_inner .photo {
  display: block;
  margin: 65px auto;
}

/* colum_chihou */
.colum_chihou::before {
  width: 50%;
  height: 42px;
  background-color: #9a3600;
  top: -42px;
  right: 0;
}
.colum_chihou {
  color: #333333;
  background-color: #eaeaea;
  position: relative;
}
.colum_chihou {
  border-top: solid 20px #9a3600;
  margin-top: 18px;
}
.colum_chihou_inner {
  padding: 40px 60px;
  text-align: left;
}
.colum_chihou_inner h3 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 50px;
}
.colum_chihou_inner h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
}
.colum_chihou_inner p {
  line-height: 2;
}
.colum_chihou_inner .close_btn {
  display: block;
  text-align: center;
  font-size: 14px;
  text-decoration: underline;
  margin-top: 75px;
}
.colum_chihou_inner .photo {
  display: block;
  margin: 65px auto;
}
.link1_yjs {
  text-align: center;
  margin-top: 40px;
  font-size: 22px;
  text-decoration: underline;
}
.link2_yjs {
  margin-top: 50px;
  text-align: center;
  font-size: 30px;
  text-decoration: underline;
}

/* shusou */
.shusou_wrapper {
  padding: 100px 0;
}
.shosou_title {
  margin-bottom: 10px;
  font-size: 30px;
  text-align: center;
}
.shusou_text {
  text-align: center;
  margin-bottom: 50px;
}
.shusou_wrapper .sonoda_list {
  margin-bottom: 90px;
}
.btn_shusou_list {
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
  justify-content: center;
}
.btn_shusou_list li,
.btn_shusou_list li a {
  display: block;
}
.btn_shusou_list li a {
  cursor: pointer;
}
.btn_shusou_list li a:hover {
  opacity: 0.7;
}
.btn_shusou_list li {
  width: 224px;
}
.btn_shusou {
  border: 4px solid #ffffff;
  padding: 23px 0;
  text-align: center;
  position: relative;
  font-size: 24px;
}
.btn_shusou::after {
  content: "";
  display: block;
  width: 25px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 30px;
  background: url(../img/arrow_pc.png) no-repeat;
  margin-top: -8px;
}
.margin_1 {
  margin: 0 20px;
}
.margin_2 {
  margin-right: 20px;
}

/* present */
.present_wrapper {
  position: relative;
  z-index: 0;
  padding: 100px 0;
}
.present_inner {
  text-align: center;
}
.present_wrapper::after {
  content: '';
  position: absolute;
  left:0;
  top: 0;
  transform: skewY(-2deg);
  transform-origin: top left;
  z-index: -1;
  width:100%;
  height:100%;
  background:#f0f0f0;
}
.present_wrapper::before {
  content: '';
  position: absolute;
  left:0;
  top: 0;
  transform: skewY(2deg);
  transform-origin: top right;
  z-index: -2;
  width:100%;
  height:50%;
  background:#d9b81f;
}
.present_flex {
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
  justify-content: center;
}
.text_L {
  width: 385px;
  margin-right: 60px;
}

.text_L p:first-child {
  margin-bottom: 50px;
  font-size: 20px;
  text-align: left;
  line-height: 2;
}

.text_L  p:last-child {
  border-top: 2px solid #b1b1b1;
  border-bottom: 2px solid #b1b1b1;
  padding: 23px 0;
  font-weight: 600;
  font-size: 18px;
}
.text_L  p:last-child span {
  font-size: 14px;
}
.present_img small {
  font-size: 12px;
  color: #666666;
  display: block;
  margin-top: 15px;
}
.btn_oubo {
  position: relative;
  border: 4px solid #1e253b;
  font-size: 30px;
  padding: 20px;
  text-align: center;
  width: 400px;
  margin: 40px auto 0;
}

.btn_oubo::after {
  content: "";
  display: block;
  width: 30px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 30px;
  background: url(../img/arrow2_sp.png) no-repeat;
  margin-top: -10px;
}

.chui {
  display: inline-block;
  font-size: 14px;
  color: #3f3f3f;
  margin: 40px auto 0;
  text-align: left;
  line-height: 1.5;
}
.chui li {
  text-indent: -1em;
  margin-left: 1em;
}

/* movie */
.finalist_wrapper {
  position: relative;
  z-index: 0;
  padding: 100px 0;
}
.finalist_wrapper::after {
  content: '';
  position: absolute;
  left:0;
  top: 0;
  transform: skewY(-2deg);
  transform-origin: top left;
  z-index: -1;
  width:100%;
  height:100%;
  background:#ffffff;
}
.finalist_wrapper::before {
  content: '';
  position: absolute;
  left:0;
  top: 0;
  transform: skewY(2deg);
  transform-origin: top right;
  z-index: -2;
  width:100%;
  height:50%;
  background:#d9b81f;
}
.finalist_inner {
  text-align: center;
}
.jra_movie_wrapper,
.chihou_movie_wrapper {
  width: 690px;
  margin: 0 auto;
}

.jra_movie_wrapper h4,
.chihou_movie_wrapper h4 {
  margin-bottom: 30px;
  height: 57px;
  font-size: 30px;
  line-height: 57px;
  font-weight: 600;
  color: #ffffff;
}

.jra_movie_wrapper h4 {
  background-color: #527000;
}
.chihou_movie_wrapper h4 {
  background-color: #702800;
}
.chihou_movie_wrapper {
  margin-top: 80px;
}

.jra_movie,
.chihou_movie {
  width: 100%;
  height: 0;
  max-width: 690px;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}
.jra_movie iframe,
.chihou_movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/* present,movie */

.title_border {
  display: inline-block;
  padding: 0 25px 20px;
  border-bottom: 2px solid #c84b00;
  margin-bottom: 40px;
}
.sub_catch {
  margin-bottom: 40px;
}

@media only screen and (max-width: 1360px){
  .main_visual {
    height:auto;
    background: none;
    background-size: auto;
  }
}

@media only screen and (max-width: 768px){
  .colum_wrapper {
    width: 96%;
    padding-top: 20px;
  }
  .colum_wrapper h2 {
    width: 85%;
    margin: 16px auto 30px;
  }
  .colum_flex {
    padding-top: 33px;
  }
  .colum_contents_wrapper {
    /*width: 97.3%;
    margin: 0 auto;*/
  }
  .colum_jra {
    background: url(../img/colum_jra_bar_sp.png) 0 0 no-repeat;
    background-size: 100% auto;
    padding-top: 5.4%;
    border-top: inherit;
    margin-top: -1px;
  }
  .colum_jra::before {
    display: none;
  }
  .colum_jra_inner {
    background: url(../img/colum_inner_back_sp.png) 0 0 repeat-y;
    background-size: 100% auto;
    padding: 20px;
  }
  .colum_jra_inner {
    text-align: center;
  }
  .colum_jra_inner h3 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 30px;
    font-weight: 600;
  }
  .colum_jra_inner h4 {
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 600;
  }
  .colum_jra_inner p {
    text-align: left;
  }
  .colum_jra_inner .photo {
    margin: 20px auto;
  }
  .colum_jra_inner .close_btn {
    margin-top: 30px;
    display: inline-block;
    border-bottom: 1px solid #333333;
  }
  p.link1_yjs {
    text-align: center !important;
    margin-top: 30px;
    font-size: 16px;
    text-decoration: underline;
  }
  p.link2_yjs {
    margin-top: 50px;
    text-align: center;
    font-size: 14px;
    text-decoration: underline;
  }
  /*.colum_jra {
    border-top: 9px solid #527000;
    margin-top: 6px;
  }
  .colum_jra::before {
    background: url(../img/colum_jra_bar_sp.png) 0 0 no-repeat;
    background-size: 100%;
    top: -16px;
    height: 10px;
  }*/
  .colum_chihou {
  background: url(../img/colum_chihou_bar_sp.png) 0 0 no-repeat;
  background-size: 100% auto;
  padding-top: 5.4%;
  border-top: inherit;
  margin-top: -1px;
  }

  .colum_chihou::before {
    display: none;
  }
  .colum_chihou_inner {
    background: url(../img/colum_inner_back_sp.png) 0 0 repeat-y;
    background-size: 100% auto;
    padding: 20px;
    text-align: center;
  }
  .colum_chihou_inner p {
    text-align: left;
  }
  .colum_chihou_inner h3 {
    text-align: center;
    margin-bottom: 30px;
    font-weight: 600;
  }
  .colum_chihou_inner h4 {
    margin-bottom: 15px;
    font-weight: 600;
  }
  .colum_chihou_inner .photo {
    margin: 20px auto;
  }
  .colum_chihou_inner .close_btn {
    margin-top: 30px;
    display: inline-block;
    border-bottom: 1px solid #333333;
  }
  /*.colum_chihou {
    border-top: 9px solid #9a3600;
    margin-top: 6px;
  }
  .colum_chihou::before {
    background: url(../img/colum_chihou_bar_sp.png) 0 0 no-repeat;
    background-size: 100%;
    top: -16px;
    height: 10px;
  }*/

  /* shusou */
  .shusou_wrapper {
    width: 92%;
    padding-top: 50px;
  }
  .shusou_wrapper .shosou_title {
    font-size: 15px;
    text-align: center;
    margin-bottom: 10px;
  }
  .shusou_wrapper .shusou_text {
    font-size: 13px;
    text-align: center;
    margin-bottom: 20px;
  }
  .shusou_wrapper .sonoda_list {
    margin-bottom: 30px;
  }
  .shusou_wrapper .hanshin_list {
    width: 66%;
    margin: 0 auto;
  }
  .shusou_wrapper .btn_shusou {
    border: 2px solid #ffffff;
    font-size: 17px;
    width: auto;
    height: auto;
    padding: 15px 0;
    line-height: 1em;
  }
  .btn_shusou_list li {
    width: 100%;
  }
  .btn_shusou_list li.margin_1 {
    margin: 0 20px;
  }
  .btn_shusou {
    width: 100%;
  }
  .btn_shusou::after {
    width: 15px;
    height: 10px;
    right: 10px;
    margin-top: -6px;
    background: url(../img/arrow_sp.png) no-repeat;
    background-size: contain;
  }

  /* present */
  .present_wrapper {
    padding-top: 50px;
  }
  .present_wrapper::before {
    transform: skewY(5deg);
  }
  .present_wrapper::after {
    transform: skewY(-5deg);
  }
  .present_inner {
    width: 82.6%;
    margin: 0 auto;
  }
  .present_flex {
    display: block;
  }
  .present_inner .title_border {
    display: block;
    width: 78.8%;
    padding: 0 10px 10px;
    margin: 0 auto 15px auto;
  }
  .present_inner .sub_catch {
    width: 82.5%;
    margin: 0 auto 17px;
  }
  .text_L {
    width: 100%;
    margin: 0 0 25px 0;
  }
  .text_L p:first-child {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .text_L p:last-child {
    text-align: center;
    font-size: 15px;
  }
  .text_L p:last-child span {
    font-size: 12px;
  }
  .present_img small {
    font-size: 10px;
    font-weight: bold;
    text-align: center;
  }
  .btn_oubo {
    border: 2px solid #1e253b;
    font-size: 20px;
    font-weight: 600;
    width: 100%;
    margin-top: 30px;
  }
  .btn_oubo::after {
    width: 15px;
    height: 10px;
    right: 20px;
    background: url(../img/arrow2_sp.png) no-repeat;
    background-size: contain;
    margin-top: -6px;
  }
  .chui {
    font-size: 12px;
  }
  .chui li {
    line-height: 1.5;
  }

  /* finalist */
  .finalist_wrapper {
    padding: 50px 0;
  }
  .finalist_wrapper .jra_movie_wrapper,
  .finalist_wrapper .chihou_movie_wrapper {
    width: 100%;
  }
  .finalist_wrapper::before {
    transform: skewY(5deg);
  }
  .finalist_wrapper::after {
    transform: skewY(-5deg);
  }
  .finalist_inner {
    width: 92%;
    margin: 0 auto;
  }
  .finalist_inner .title_border {
    display: block;
    width: 94.6%;
    margin: 0 auto 15px;
    padding: 0 10px 10px;
  }
  .finalist_inner .sub_catch {
    width: 88.9%;
    margin: 0 auto 25px;

  }
  .jra_movie_wrapper h4, .chihou_movie_wrapper h4 {
    font-size: 15px;
    height: 28px;
    line-height: 28px;
    margin-bottom: 10px;
    text-align: center;
  }
  .chihou_movie_wrapper {
    margin-top: 30px;
  }

}

@media only screen and (max-width: 360px){
  .shusou_wrapper .btn_shusou {
    font-size: 13px;
    text-align: left;
    padding-left: 20px;
  }
}


#menu{
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
img{max-width: 100%;height: auto;}
main a:link,main a:visited,main a:hover,main a:active,main mark,main b{
  font: inherit;
  color: inherit;
  text-decoration: none;
}
a:hover{
  text-decoration: none;
}
header,
nav.ContentNavi01,
main,
footer{
  /*min-width: 1060px;*/
  overflow: hidden;
}
.sp,
.sp_br,
.se,
.se_br{
  display: none;
}
@media only screen and (max-width: 768px){
  header,
  nav.ContentNavi01,
  body .Wrap,
  main,
  footer{
    min-width: 0;
  }
  main{
    min-width: 0px;
  }
  .pc,
  .pc_br{
    display: none;
  }
  .sp,
  .sp_br{
    display: block;
  }
  #PageTop a{
    z-index: 1;
  }
}
