@charset "UTF-8";
/*-----------------------------------------------------------------
関数
----------------------------------------------------------------- */
/*-----------------------------------------------------------------
scss 設定
----------------------------------------------------------------- */
/*-----------------------------------------------------------------
共通 設定
----------------------------------------------------------------- */
/* 共通　追加CSS */
body {
  margin: 0 auto;
  font-family: 'Noto Serif JP', serif, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.8;
  background-color: #192034;
  color: #F2F2F2;
  min-width: 1280px; }

@media (max-width: 750px) {
  body {
	overflow-x: hidden;
    width: 100%;
    /* ブラウザの幅固定解除 */
    min-width: 100%;
    /* ブラウザの幅固定解除 */
    font-size: 15px; }
  img {
max-width: 100%;
height: auto;
	}
}

ul {
  list-style: none;
  padding: 0; }

p {
  margin-bottom: 0;
  padding-bottom: 0; }

a {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  a:hover {
    text-decoration: none;
    opacity: 0.8;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }

.spOnly {
  display: none; }

.spOnly_i {
  display: none; }

.pc-css-br::after {
  content: "\A";
  white-space: pre; }

@media (max-width: 750px) {
  .spOnly {
    display: block; }
  .spOnly_i {
    display: inline-block; 
	}
img.spOnly_i {
	/*height: 100% !important;*/
  }
  .pcOnly {
    display: none; }
  .pc-css-br::after {
    content: "\A";
    white-space: normal; }
  .sp-css-br::after {
    content: "\A";
    white-space: pre; } }

.btn_ghost {
  color: #FFFFFF;
  width: 100%;
  max-width: 506px;
  border: 1px solid #FFFFFF;
  border-radius: 0;
  padding-top: 14px;
  padding-bottom: 14px;
  overflow: hidden;
  position: relative;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s; }
  .btn_ghost:before {
    width: 100%;
    height: 100%;
    content: "";
    background-color: white;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s; }
  .btn_ghost:hover {
    color: #192034;
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
    opacity: 0.9; }
    .btn_ghost:hover:before {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0); }

.btn_map {
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  border-radius: 11px;
  background-color: #192034;
  padding: 2px 36px;
  margin-bottom: 10px;
  display: inline-block; }
  .btn_map:hover {
    color: #fff; }

.relative {
  position: relative; }

.kome {
  font-size: 12px;
  margin-bottom: 40px; }

.red {
  color: red; }

/*-----------------------------------------------------------------
Bootstrap リセット 設定
----------------------------------------------------------------- */
.container {
  max-width: 1070px; }

@media (max-width: 750px) {
  .container {
    padding-left: 24px;
    padding-right: 24px; } }

/*-----------------------------------------------------------------
全体で使っているクラスの設定
----------------------------------------------------------------- */
.main {
  overflow: hidden; }

.title_large {
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.05em;
  line-height: 1.5; }

@media (max-width: 750px) {
  .title_large {
    font-size: 22px; } }

.title_large-en {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 50px;
  letter-spacing: 0.1em;
  line-height: 1.8; }

.title_middle {
  font-weight: 600;
  font-size: 21px;
  letter-spacing: 0.05em;
  line-height: 1.5; }

.day time {
  color: #A6912D;
  font-weight: 700;
  font-size: 29px;
  display: inline-block; }

.day small {
  font-size: 21px; }

.day2 time {
  color: #ffffff;
  font-weight: 700;
  font-size: 29px;
  display: inline-block; }

.day2 small {
  font-size: 21px; }

.section_title {
  text-align: center;
  line-height: 0.8em;
  position: relative;
  margin-bottom: 50px; }
  .section_title::before {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    /* background: url(./img/star@2x.png) center/cover; */
    background-repeat: no-repeat;
    left: 0;
    right: 0;
    margin: auto;
    top: -60px; }
  .section_title .sub_title {
    font-size: 18px;
    line-height: 18px;
    font-family: 'Noto Serif JP', serif, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; }

@media (max-width: 750px) {
  .section_title {
    font-size: 31px;
    margin-bottom: 70px; }
    .section_title .sub_title {
      font-size: 16px;
      line-height: 16px; } }

.underline {
  background-color: #A6912D;
  color: #192034; }

/*-----------------------------------------------------------------
メニュー 設定
----------------------------------------------------------------- */
.headerMenu {
  cursor: pointer;
  background-color: rgba(166, 145, 45, 0.8);
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto; }
  .headerMenu .header_menu li a {
    color: #fff;
    font-size: 12px;
    width: 80px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
  .headerMenu .header_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin-bottom: 0; }
    .headerMenu .header_menu li {
      height: 100%; }
  .headerMenu .header_menu li a:hover {
    text-decoration: none;
    opacity: 0.8;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
  .headerMenu .header_menu li:first-child a {
    background-color: #A6912D; }
  .headerMenu .header_menu li:nth-child(2) a {
    background-color: #192034; }

@media (max-width: 768px) {
  .headerMenu {
    font-size: 16px;
    height: 60px;
    padding-left: 16px; }
    .headerMenu img {
      vertical-align: baseline; }
    .headerMenu .icon {
      width: 20px; }
    .headerMenu .nav-btn {
      background: #A6912D;
      width: 110px;
      color: #fff;
      font-size: 15px;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding-top: 2px; } }

.fixed-margin {
  height: 60px; }

@media (max-width: 768px) {
  .fixed-margin {
    height: 60px; } }

@media (max-width: 768px) {
  .sp-font-6px {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    font-size: 10px;
    display: block;
    margin-top: -5px; } }

/* ハンバーガーメニュー設定 */
.overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(25, 32, 52, 0.75);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s; }

.overlay.open {
  width: 100%;
  height: 100%;
  opacity: 1; }

.menu-trigger {
  display: inline-block;
  width: 33px;
  height: 22px;
  vertical-align: middle;
  position: fixed;
  top: 10px;
  right: 13px;
  z-index: 110;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  -o-transition: transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s; }

.active .menu-trigger {
  z-index: 10px;
  right: -22px; }

.menu-trigger span {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #FFFFFF;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  border-radius: 20%; }

.active .menu-trigger span {
  background-color: #FFFFFF; }

.menu-trigger span:nth-of-type(1) {
  top: 0; }

.active .menu-trigger span:nth-of-type(1) {
  -webkit-transform: translateY(12px) rotate(-45deg);
  -ms-transform: translateY(12px) rotate(-45deg);
  transform: translateY(12px) rotate(-45deg);
  top: 4px;
  left: -34px;
  width: 36px; }

.menu-trigger span:nth-of-type(2) {
  top: 10px; }

.active .menu-trigger span:nth-of-type(2) {
  opacity: 0; }

.menu-trigger span:nth-of-type(3) {
  bottom: 0; }

.active .menu-trigger span:nth-of-type(3) {
  -webkit-transform: translateY(-12px) rotate(45deg);
  -ms-transform: translateY(-12px) rotate(45deg);
  transform: translateY(-12px) rotate(45deg);
  width: 36px;
  top: 28px;
  left: -34px; }

.btn_menu {
  font-size: 10px;
  position: absolute;
  bottom: -21px; }

.active .menu-trigger .btn_menu {
  display: none; }

.nav {
  width: 100%;
  max-width: 305px;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding-top: 90px;
  background-color: #192034;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  -webkit-transform: translate(305px);
  -ms-transform: translate(305px);
  transform: translate(305px);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }

.nav.open {
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.nav .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  list-style-type: none;
  margin: 0 auto;
  height: 900px; }

.nav .flex li {
  padding-bottom: 28px; }
  .nav .flex li a {
    color: #FFFFFF;
    font-weight: bold;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .nav .flex li a:hover {
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      opacity: 0.8;
      text-decoration: none; }
    .nav .flex li a span {
      font-size: 14px; }

.headerNav ul li {
  position: static; }

.nav .flex li .join-btn {
  width: 239px;
  background-color: #fff;
  border: 1px solid #A6912D;
  border-radius: 0;
  padding: 16px 0;
  font-weight: bold;
  font-size: 16px;
  color: #A6912D;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 12px; }
  .nav .flex li .join-btn:last-child {
    background-color: #A6912D;
    color: #fff; }

/*-----------------------------------------------------------------
ファーストビュー 設定
----------------------------------------------------------------- */
.fv {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  padding-bottom: 10px; }
  .fv .container {
    max-width: 1100px; }
    height: 1200px;
  .fv img {
    max-width: 100%; }
  .fv .date {
    margin-top: -40px;
    margin-bottom: 40px; }
  .fv h1 {
    margin-bottom: 0; }
  .fv .flex {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 50px; }

@media (max-width: 750px) {
  .fv {
    padding-top: 10px; }
    .fv .date {
      margin-top: -67px;
      margin-bottom: 10px; }
    .fv .flex {
      margin-bottom: 39px; } }
  .fv img {
	max-width: 100%;
	height: auto;
}
/*-----------------------------------------------------------------
about 設定
----------------------------------------------------------------- */
.about {
  /*background: url("./img/bg@2x.png") center/cover;*/
  /*padding: 0px 0 0; */
  text-align: center !important;}
  .about .title_large {
    text-align: center;
    margin-bottom: 12px; }
  .about .title_middle {
    text-align: center;
    margin-bottom: 50px; }
  .about p {
    /*width: 100%;*/
    /*max-width: 862px;*/
    margin-bottom: 120px;
    letter-spacing: 1px;
    line-height: 2.2;
    margin-left: auto;
    margin-right: auto; }
  .about img {
	 height: auto;
	 /*width: auto;*/
     /*width: 100% !important;*/
}
@media (max-width: 750px) {
  text-align: center !important;}	
  .about .title_large {
    font-size: 21px; }
  .about .title_middle {
    font-size: 17px; }
  .about p {
    margin-bottom: 80px; }
  .about img {
	 height: 100% !important;
	 width: auto;
     /*width: 100% !important;*/
}
/*-----------------------------------------------------------------
Main Event 設定
----------------------------------------------------------------- */
.main_event {
  /*padding-top: 178px;*/
  /*background: url("./img/bg-top@2x.png") top/cover;*/
  padding-top: 0px;
  background-size: contain;
  background-repeat: no-repeat; }
  .main_event .comment .ol {
    position: relative;
    font-size: 50px;
    padding: 0 25px;
    z-index: 1; }
    .main_event .comment .ol::before {
      position: absolute;
      content: "";
      width: 110px;
      height: 110px;
      /*background: url(./img/star_ol@2x.png) center/cover;*/
      background-repeat: no-repeat;
      left: -6px;
      top: -14px;
      z-index: -1; }
  .main_event .title_large {
    margin-bottom: 30px; }
  .main_event .main_photo {
    background: url("./img/main_haikei.png") top/cover; }
  .main_event .map {
    background: url("./img/bg-map@2x.png") top/cover; }
    .main_event .map .row {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
  .main_event .purple {
    background: url("./img/purple_haikei.png") top/cover; }
  .main_event .main_photo, .main_event .map, .main_event .purple {
    background-repeat: no-repeat;
    padding: 0px 0 108px;
    display: block; }
    .main_event .main_photo img, .main_event .map img, .main_event .purple img {
      width: 110%;
      position: absolute;
      left: -5%; }
    .main_event .main_photo h3 + p, .main_event .map h3 + p, .main_event .purple h3 + p {
      margin-bottom: 20px; }
    .main_event .main_photo .btn_ghost, .main_event .map .btn_ghost, .main_event .purple .btn_ghost {
      margin-top: 0px;
      display: block; }
  .main_event .map img {
    left: -4%; }
  .main_event .insta {
    /*background: url("./img/bg_photo@2x.png") top/cover;*/
}

.purple3 {
	padding: 80px 80px 80px 80px;
    background: url("./img/bg_photo@2x.png") top/cover; }

  .main_event .main_photo, .main_event .map, .main_event .insta {
    background-repeat: no-repeat;
    padding: 80px 0 108px;
    display: block; }
    .main_event .main_photo img, .main_event .map img, .main_event .insta img {
      width: 110%;
      position: absolute;
      left: -5%; }
    .main_event .main_photo h3 + p, .main_event .map h3 + p, .main_event .insta h3 + p {
      margin-bottom: 20px; }
    .main_event .main_photo .btn_ghost, .main_event .map .btn_ghost, .main_event .insta .btn_ghost {
      margin-top: 36px;
      display: block; }
  .main_event .map img {
    left: -4%; }

@media (max-width: 750px) {
  .main_event {
    /*padding-top: 0px;*/
    /*background: url("./img/bg-top-sp@2x.png") top/cover;*/
    background-size: contain;
    background-repeat: no-repeat; }
    .main_event .comment {
      margin-bottom: 10px; }
      .main_event .comment .ol {
        font-size: 25px;
        padding-left: 0; }
        .main_event .comment .ol::before {
          width: 90px;
          height: 90px;
          left: -32px;
          top: -22px; }
    .main_event .main_photo, .main_event .map, .main_event .purple {
      padding-top: 0;
      padding-bottom: 35px; }
      .main_event .main_photo img, .main_event .map img, .main_event .purple img {
        width: 100%;
        margin-bottom: -40px;
        position: static; }
      .main_event .main_photo .photo_contest, .main_event .map .photo_contest, .main_event .purple .photo_contest {
        margin-bottom: -10px; } }
    .main_event .main_photo, .main_event .map, .main_event .insta {
      padding-top: 0;
      padding-bottom: 35px; }
      .main_event .main_photo img, .main_event .map img, .main_event .insta img {
        width: 100%;
        margin-bottom: -40px;
        position: static; }
      .main_event .main_photo .photo_contest, .main_event .map .photo_contest, .main_event .insta .photo_contest {
        margin-bottom: -10px; } }

/*-----------------------------------------------------------------
contest 設定
----------------------------------------------------------------- */
.contest {
  padding-top: 178px;
  background: url("./img/bg-top@2x.png") top/cover;
  background-size: contain;
  background-repeat: no-repeat; }
  .contest .section_title {
    margin-bottom: 45px; }
  .contest .day {
    text-align: center;
    margin-bottom: 20px; }
  .contest .contest_photos {
    max-width: 1040px;
    padding-top: 78px;
    padding-bottom: 114px;
    /* background: url("./img/bg-contest@2x.png") center/cover; */
    background-repeat: no-repeat;
    position: relative;
    margin-bottom: 220px; }
    .contest .contest_photos p {
      margin-bottom: 12px; }
      .contest .contest_photos p:nth-child(2) {
        margin-bottom: 30px; }
  .contest .btn_lastyear {
    color: #FFFFFF;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    text-decoration: none;
    padding-left: 28px; }
    .contest .btn_lastyear::before {
      content: "";
      width: 35px;
      height: 35px;
      background: url(./img/point@2x.png) center/contain;
      background-position: no-repeat;
      position: absolute;
      left: -8px; }
  .contest .phone {
    position: relative; }
    .contest .phone .pc_phone {
      position: absolute; }
  .contest .btn_big {
    background-color: #A6912D;
    color: #192034;
    font-size: 21px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    max-width: 506px;
    display: block;
    padding: 28px 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -57px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .contest .btn_big:nth-child(3) {
    background-color: transparent;
    color: #A6912D;
    border: 1px solid #A6912D;
    bottom: -178px;
  }
  .contest .btn_big_last {
    margin-bottom: 144px;
    position: static;
  }

@media (max-width: 750px) {
  .contest {
    padding-top: 101px;
    /*background: url("./img/bg-top-sp@2x.png") top/cover;*/
    background-size: contain;
    background-repeat: no-repeat; }
    .contest .section_title {
      margin-bottom: 40px;
      line-height: 1.5; }
    .contest .contest_photos {
      padding-top: 51px;
      padding-bottom: 10px;
      margin-bottom: 200px; }
    .contest .btn_big {
      max-width: 310px;
      padding: 27px 0;
      font-size: 16px; }
      .contest .btn_big_last {
        margin-bottom: 70px;
      }
    .contest .btn_lastyear {
      margin-bottom: 40px;
      display: block; }
    .contest .phone {
      z-index: 1; }
      .contest .phone .sp_phone {
        margin-left: auto;
        margin-right: auto; } }

/*-----------------------------------------------------------------
prize 設定
----------------------------------------------------------------- */
.prize {
  /*padding-top: 178px;*/
  /*background: url("./img/lineimg_contest.png") top/cover;*/
  background-size: contain;
  background-repeat: no-repeat; }
  .prize .title_middle {
    text-align: center;
    position: relative;
    z-index: 1;
    margin-bottom: 62px; }
    .prize .title_middle::before {
      position: absolute;
      content: "";
      width: 110px;
      height: 110px;
      /*background: url(./img/star_ol@2x.png) center/cover;*/
      background-repeat: no-repeat;
      left: 0;
      right: 0;
      margin: auto;
      top: -88px;
      z-index: -1; }
  .prize .prize1, .prize .prize2, .prize .prize3 {
    text-align: center; }
    .prize .prize1 img, .prize .prize2 img, .prize .prize3 img {
      margin-bottom: 20px; }
  .prize .prize1 {
    margin-bottom: 48px; }
  .prize .prize3 {
    margin-bottom: 135px; }
  .prize .ougata_prize_list dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; 
overflow:hidden;
}
    .prize .ougata_prize_list dl h4 {
      font-size: 21px;
      margin-bottom: 28px;
      font-weight: bold; }
    .prize .ougata_prize_list dl div {
      width: 33.3333%;
      /*border-left: 1px solid #707070;
      border-right: 1px solid #707070;*/
      margin-bottom: 50px;
      padding-left: 20px;
      padding-right: 20px;
      text-align: center; }
    .prize .ougata_prize_list dl .small {
      font-size: 13px; }
  .prize .company_prize {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 60px; 
overflow:hidden;
}
    .prize .company_prize h4 {
      font-size: 18px;
      font-weight: bold; }
    .prize .company_prize dt, .prize .company_prize dd {
      width: 50%;
      padding-left: 28px;
      padding-right: 28px; }
    .prize .company_prize div {
      width: 50%;
      border-left: 1px solid #707070;
      border-right: 1px solid #707070;
      margin-bottom: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; 
overflow:hidden;
}
    .prize .company_prize .small {
      font-size: 13px; }

@media (max-width: 750px) {
  .prize {
    padding-top: 101px;
    /*background: url("./img/bg-top-sp@2x.png") top/cover;*/
    background-size: contain;
    background-repeat: no-repeat; }
    .prize .prize1 {
      margin-bottom: 65px; }
    .prize .prize2 {
      margin-bottom: 35px; }
    .prize .prize3 {
      margin-bottom: 150px; }
    .prize .ougata_prize_list dl {
      display: block;
      margin-bottom: 91px; }
      .prize .ougata_prize_list dl div {
        width: 100%;
        border: 0;
        margin-bottom: 25px; }
      .prize .ougata_prize_list dl h4 {
        margin-bottom: 11px;
        font-size: 17px;
        font-size: normal; }
    .prize .title_middle {
      margin-bottom: 55px; }
    .prize .company_prize {
      display: block;
      margin-bottom: 40px; }
      .prize .company_prize div {
        width: 100%;
        border: 0;
        border-bottom: 1px solid #707070;
        padding: 18px 0 14px;
        margin-bottom: 0; }
        .prize .company_prize div:first-child {
          border-top: 1px solid #707070; }
      .prize .company_prize h4 {
        margin-bottom: 11px;
        font-size: 17px;
        font-size: normal; }
      .prize .company_prize dt, .prize .company_prize dd {
        width: 100%;
        padding: 0; } }

/*-----------------------------------------------------------------
応募方法 設定
----------------------------------------------------------------- */
.howto .howto_innter {
  /*background: url("./img/bg_howto@2x.png") center/cover;*/
  /*padding-top: 113px;*/
  padding-bottom: 0px;
  margin-bottom: 87px; }

.howto .title_middle {
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 62px; }
  .howto .title_middle::before {
    position: absolute;
    content: "";
    width: 110px;
    height: 110px;
    /*background: url(./img/star_ol@2x.png) center/cover;*/
    background-repeat: no-repeat;
    left: 0;
    right: 0;
    margin: auto;
    top: -88px;
    z-index: -1; }

.howto h3 + p {
  margin-bottom: 47px; }

.howto .howto_list {
  width: 100%;
  max-width: 862px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
 overflow:hidden;
  position: relative; }
  .howto .howto_list::before {
    display: block;
    width: 100%;
    height: 1px;
    /*background-color: #9B9B9B;*/
    content: "";
    position: absolute;
    bottom: 282px; }
  .howto .howto_list li {
    width: 100%;
    max-width: 239px;
    margin-right: 72px;
    text-align: center;
    position: relative; }
    .howto .howto_list li:last-child {
      margin-right: 0; }
  .howto .howto_list h4 {
    font-size: 50px;
    font-weight: 900;
    font-style: italic; }
  .howto .howto_list img {
    position: relative;
    margin-bottom: 10px; }
    .howto .howto_list img.plus {
      position: absolute;
      right: 24px;
      top: 82px; }

@media (max-width: 750px) {
  .howto .howto_innter {
    /*background: url("./img/bg_howto-sp@2x.png") center/cover;*/ }
  .howto .howto_list::before {
    display: none; }
  .howto .howto_list li {
    max-width: 100%;
    margin-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	 overflow:hidden;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 38px;
    text-align: left; }
    .howto .howto_list li h4 {
      font-size: 31px;
      text-align: center; }
    .howto .howto_list li img {
      width: 40%;
      padding-right: 14px;
      -ms-flex-item-align: end;
      align-self: flex-end; }
    .howto .howto_list li .text {
      width: 60%; } }

/*-----------------------------------------------------------------
ご注意 設定
----------------------------------------------------------------- */
.caution {
  margin-bottom: 100px; }

.caution_innner {
  padding: 35px 38px 43px;
  width: 100%;
  max-width: 862px;
  margin-left: auto;
  margin-right: auto;
  background-color: #F2F2F2;
  color: #192034; }
  .caution_innner h3 {
    font-size: 28px;
    margin-bottom: 45px;
    font-weight: bold;
    text-align: center; }
  .caution_innner .caution_list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 17px; }
    .caution_innner .caution_list li::before {
      content: "";
      width: 25px;
      height: 25px;
      background: url(./img/star.png) center/contain;
      background-position: no-repeat;
      position: absolute;
      left: -8px; }

@media (max-width: 750px) {
  .caution {
    margin-bottom: 71px; }
  .caution_innner {
    padding: 44px 14px 38px; }
    .caution_innner .caution_list li {
      padding-left: 14px;
      margin-bottom: 9px; }
      .caution_innner .caution_list li::before {
        content: "";
        width: 14px;
        height: 14px;
        left: -4px;
        top: 7px; }
    .caution_innner h3 {
      font-size: 23px;
      margin-bottom: 26px; } }

/*-----------------------------------------------------------------
Photo Spot 設定
----------------------------------------------------------------- */
.photo {
  /*background-image: url(./img/map_haikei.png);*/
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px; }

.purple4 {
	padding: 100px 10px 100px 10px;
    background: url("./img/map_haikei.png") top/cover; }

.purple5 {
	padding: 100px 10px 100px 10px;
    background: url("./img/phot_haikei.png") top/cover; }

  .photo .photospot {
    text-align: center;
    margin-bottom: 50px; }
    .photo .photospot .section_title {
      margin-bottom: 44px; }
    .photo .photospot img {
      width: 100%; }
    .photo .photospot h3 {
      font-size: 21px;
      font-weight: bold;
      margin-bottom: 26px; }
      .photo .photospot h3 + p {
        margin-bottom: 51px; }
  .photo .googlemap {
    width: 100%;
    max-width: 862px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 22px; }
    .photo .googlemap img {
      width: 100%;
      margin-bottom: 22px; }
  .photo .btn_ghost {
    display: block;
    width: 100%;
    max-width: 417px; }

@media (max-width: 750px) {
  .photo {
    background: none;
    padding-top: 0;
    padding-bottom: 0; }
    .photo .photospot_sp {
      /*background-image: url("./img/map_haikei.png");*/
      padding-top: 100px;
      padding-bottom: 1px; }
      .photo .photospot_sp .section_title {
        line-height: 1; }
    .photo .photospot h3 {
      font-size: 17px;
      font-weight: normal; }
    .photo .btn_ghost {
      padding-top: 18px;
      padding-bottom: 18px;
      margin-bottom: 20px; } }

/*-----------------------------------------------------------------
Members Spot 設定
----------------------------------------------------------------- */
.members {
  padding-top: 50px;
  /*background: url("./img/bg-contest@2x.png") top;*/
  background-size: contain;
  background-repeat: no-repeat; }

.purple6 {
	padding: 100px 10px 100px 10px;
    background: url("./img/bg-contest@2x.png") top/cover; }

@media (max-width: 750px) {
  .members {
    padding-top: 101px;
    /*background: url("./img/bg-top-sp@2x.png") top/cover;*/
    background-size: contain;
    background-repeat: no-repeat; }
    .members .section_title {
      margin-bottom: 40px; } }

.members_about {
  margin-bottom: 95px; }
  .members_about img {
    margin-bottom: 46px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 100%;
    max-width: 295px; }
  .members_about .strong {
    text-align: center;
    color: #192034;
    background-color: #A6912D;
    border-radius: 19px;
    padding: 8px 23px;
    font-weight: bold; }
  .members_about h3 {
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 43px; }
  .members_about .price1, .members_about .price2, .members_about .price3 {
    color: #A6912D;
    font-weight: bold; }
  .members_about .price1 {
    font-size: 23px; }
  .members_about .price2 {
    font-size: 33px;
    padding-right: 5px; }
  .members_about .price3 {
    font-size: 18px; }
  .members_about p {
    margin-bottom: 20px; }

@media (max-width: 750px) {
  .members_about h3 {
    font-size: 23px; }
  .members_about .price1 {
    font-size: 19px; }
  .members_about .price2 {
    font-size: 29px; }
  .members_about .price3 {
    font-size: 19px; }
  .members_about p:last-child {
    margin-bottom: 0; } }

.members_info h3 {
  text-align: center;
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 47px; }

.members_info .members_infoList {
  width: 100%;
  max-width: 862px;
  margin-left: auto;
  margin-right: auto;
  background-color: #F2F2F2;
  color: #192034;
  padding: 49px 42px; }
  .members_info .members_infoList li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 17px; }
    .members_info .members_infoList li::before {
      content: "";
      width: 25px;
      height: 25px;
      background: url(./img/star02.svg) center/contain;
      background-repeat: no-repeat;
      position: absolute;
      left: -4px; }
    .members_info .members_infoList li .space {
      margin-bottom: 44px; }
  .members_info .members_infoList h4 {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: normal; }
  .members_info .members_infoList dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	overflow:hidden;
    font-style: 21px; }
  .members_info .members_infoList dt, .members_info .members_infoList dd {
    width: 50%;
    font-weight: bold; }
    .members_info .members_infoList dt .small, .members_info .members_infoList dd .small {
      font-size: 16px; }

@media (max-width: 750px) {
  .members_info {
    padding: 0 24px;
    margin-bottom: 70px; }
    .members_info h3 {
      font-size: 23px;
      margin-bottom: 24px; }
    .members_info .members_infoList {
      padding: 32px 12px 18px; }
      .members_info .members_infoList li {
        padding-left: 11px; }
        .members_info .members_infoList li::before {
          width: 14px;
          height: 14px;
          left: -5px;
          top: 8px; }
      .members_info .members_infoList .space {
        margin-bottom: 30px; }
      .members_info .members_infoList dl {
        display: block; }
      .members_info .members_infoList dt, .members_info .members_infoList dd {
        width: 100%;
        font-weight: normal; } }

/*-----------------------------------------------------------------
Event 設定
----------------------------------------------------------------- */
.event {
  padding-top: 50px;
  /*background: url("./img/bg-top@2x.png") top/cover;*/
  background-size: contain;
  background-repeat: no-repeat; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0px; 
overflow:hidden;
}

 .purple {
	/*padding: 80px 80px 80px 80px;*/
    background: url("./img/eventzyouhou_haikei.png") top/cover; }

 .purple2 {
	/*padding: 80px 80px 80px 80px;*/
    background: url("./img/information_haikei.png") top/cover; }

 .purple3 {
	padding: 80px 80px 80px 80px;
    background: url("./img/sponsors_haikei.png") top/cover; }

@media (max-width: 750px) {
  .event {
    padding-top: 101px;
    /*background: url("./img/bg-top-sp@2x.png") top/cover;*/
    background-size: contain;
    background-repeat: no-repeat; }
    .event .flex {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-bottom: 0; }
    .event .section_title {
      margin-bottom: 53px; } }

.event_card {
  -webkit-box-shadow: 0 0 15px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.2);
  width: 30%;
  margin-right: 5%;
  margin-bottom: 41px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative; }
  .event_card:nth-child(3n) {
    margin-right: 0; }
  .event_card .card_header img {
    width: 100%; }
  .event_card .card_header h3 {
    font-size: 21px;
    font-weight: bold;
    width: 100%;
    padding: 11px 0;
    margin-bottom: 0;
    text-align: center;
    background-color: #A6912D;
    color: #192034; }
  .event_card .card_body {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    padding: 22px; }
    .event_card .card_body h4 {
      font-size: 21px;
      font-weight: bold;
      margin-bottom: 17px; }
    .event_card .card_body p {
      margin-bottom: 60px; }
  .event_card .btn_ghost {
    width: calc(100% - 40px);
    max-width: initial;
    position: absolute;
    bottom: 26px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center; }
    .event_card .btn_ghost img {
      vertical-align: baseline; }

@media (max-width: 750px) {
  .event_card {
    width: 100%;
    margin-bottom: 35px; }
    .event_card .card_body h4 {
      font-size: 17px; }
    .event_card .card_body p {
      margin-bottom: 80px; } }

/*-----------------------------------------------------------------
information 設定
----------------------------------------------------------------- */
.information {
  padding-top: 50px;
  /*background: url("./img/bg-top@2x.png") top/cover;*/
  background-size: contain;
  background-repeat: no-repeat; }
  .information .sns_container {
    text-align: center; }
    .information .sns_container h3 {
      font-family: 'Playfair Display', serif;
      font-size: 21px;
      font-weight: bold;
      margin-bottom: 82px; }
  .information .sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; 
overflow:hidden;
}
    .information .sns .btn_ghost {
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 165px;
      max-width: 277px;
      display: block; }

@media (max-width: 750px) {
  .information {
    padding-top: 101px;
    /*background: url("./img/bg-top-sp@2x.png") top/cover;*/
    background-size: contain;
    background-repeat: no-repeat;
    padding-bottom: 70px; }
    .information .sns_container h3 {
      font-size: 17px;
      font-weight: normal;
      margin-bottom: 29px; }
    .information .sns .btn_ghost {
      margin-bottom: 50px; } }

/*-----------------------------------------------------------------
Facebook 設定
----------------------------------------------------------------- */
.fb_field {
  margin-right: 10%; }
  .fb_field h3 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 28px;
    letter-spacing: 0.1em; }

@media (max-width: 750px) {
  .fb_field {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px; }
  .sns_container .sns h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 16px;
    letter-spacing: 0.1em; } }

/*-----------------------------------------------------------------
instagram 設定
----------------------------------------------------------------- */
.insta_field {
  width: 100%;
  max-width: 594px; }
  .insta_field .img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 32px; }
  .insta_field .title_middle {
    margin-bottom: 30px; }
  .insta_field .copyright {
    margin-bottom: 66px;
    color: #989898;
    text-align: center; }

/* instafield */
.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
 overflow:hidden;
  margin: 0;
  padding: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 26px; }
  .gallery img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.gallery-item {
  width: 190px;
  height: 190px; }

@media (max-width: 750px) {
  .gallery-item {
    width: 32%;
    height: 104px; } }

/*-----------------------------------------------------------------
sponsers 設定
----------------------------------------------------------------- */
.sponsers {
  padding-top: 50px;
  /*background: url("./img/bg-top@2x.png") top/cover;*/
  background-size: contain;
  background-repeat: no-repeat; }
  .sponsers .sponsers_container {
    text-align: center; }
    .sponsers .sponsers_container h3 {
      font-size: 21px;
      font-weight: bold;
      margin-bottom: 82px; }
    .sponsers .sponsers_container img {
      margin-bottom: 48px;
      width: 100%;
      border-radius: 9px; }

@media (max-width: 750px) {
  .sponsers {
    padding-top: 101px;
    /*background: url("./img/bg-top-sp@2x.png") top/cover;*/
    background-size: contain;
    background-repeat: no-repeat; }
    .sponsers .sponsers_container h3 {
      font-size: 17px;
      font-weight: normal;
      margin-bottom: 30px; }
    .sponsers .sponsers_container img {
      margin-bottom: 28px; } }

/*-----------------------------------------------------------------
footer 設定
----------------------------------------------------------------- */
.footer_logo {
  padding: 0px 0 42px;
  text-align: center;
  /*background: url(./img/bg_footer_logo@2x.png) bottom/cover;*/
  background-size: contain;
  background-repeat: no-repeat;
  background-size: cover; }

.footer_map {
  padding: 64px 0; }
  .footer_map h3 {
    position: relative;
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 29px;
    padding-left: 20px; }
    .footer_map h3::before {
      content: "";
      width: 25px;
      height: 25px;
      /*background: url(./img/star02.svg) center/contain;*/
      background-repeat: no-repeat;
      position: absolute;
      left: -8px; }
  .footer_map h4 {
    font-size: 18px;
    font-weight: bold; }
  .footer_map a {
    color: #fff; }
  .footer_map .company_url {
    margin-bottom: 32px;
    display: block; }
  .footer_map .flex {
    margin-bottom: 90px; }
  .footer_map .btn_ghost {
    width: 100%;
    max-width: 329px;
    display: block;
    text-align: center; }

@media (max-width: 750px) {
  .footer_map {
    padding: 55px 0; }
    .footer_map h3 {
      font-size: 17px;
      margin-bottom: 22px; }
      .footer_map h3::before {
        top: -2px; }
    .footer_map h4 {
      font-size: 15px; }
    .footer_map .flex {
      margin-bottom: 60px; } }

.footerNav {
  font-size: 14px; }
  .footerNav li {
    margin-bottom: 16px; }

.copyright {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  background-color: #F2F2F2;
  color: #192034;
  padding: 30px 0; }

@media (max-width: 750px) {
  .copyright {
    font-size: 10px; } }

/* 2020年追記 */
.news {
  background-color: #192034;
  color: #fff;
  text-align: center;
  text-decoration: underline;
}

.new_red {
  margin-right: 10px;
  -webkit-animation: rotation 2s linear 0s infinite alternate none running;
  animation: rotation 2s linear 0s infinite alternate none running;
  color: red;
  text-decoration: none;
  font-size: 0.8em;
  display: inline-block;
}
@-webkit-keyframes rotation {
    0% {
      opacity: 1; }
    50% {
      opacity: .6;}
    100% {
      opacity: 1;}
 }

.news a {
  color: #fff;
  display: block;
  padding: 17px 0;
}
@media (max-width: 750px) {
  .news {text-align: left;}
}

.insta_container {
  margin-left: auto!important;
  margin-right: auto!important;
}

.under_page .prize .prize1 img, .under_page .prize .prize2 img, .under_page .prize .prize3 img {
    margin-bottom: 40px;
}
.prize100 { margin-bottom: 65px;}
.under_page .prize .prize2 { margin-bottom: 65px;}
.prize100 h4 {margin-bottom: 24px; text-align: center;}
.prize100 p {text-align: center;}

.btn_under {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 110;
  background-color: rgba(166, 145, 45, 0.8);
  width: 60px;
  height: 60px;
  right: 0;
  color: #fff;
 }
 .btn_under:hover {
   color: #fff;
 }
.under_page .prize .prize1 {
  margin-bottom: 65px;
}

.grandPrix_text {
  text-align: left;
  margin-bottom: 120px;
}
@media (max-width: 750px) {
  .grandPrix_text {margin-bottom: 70px;}
}

header {
	background: url(img/top.png) center / cover;
}
.iconWrap li {
    display: inline;
	overflow:hidden;
}
.btn.type01{
width: 380px;
max-width: 100%;
padding: 15px 10px;
display: inline-block;
text-align: center;
letter-spacing: 0.1em;
color: #fff;
background-color: #A67442;
font-size: x-large;
}
.btn.type08{
width: 380px;
max-width: 100%;
padding: 15px 10px;
display: inline-block;
text-align: center;
letter-spacing: 0.1em;
color: #A67442;
border: 2px solid #A67442;
font-size: x-large;
}
.btn.type03{
width: 250px;
max-width: 100%;
padding: 15px 10px;
display: inline-block;
text-align: center;
letter-spacing: 0.1em;
color: #fff;
background-color: #A67442;
font-size: x-large;
}


.contents {
     width: 100%;
     max-width: 1200px;
     margin: auto;
 }
 .contents img {
     width: 100%;
 }
 .text-center {
     text-align: center;
 }
 .flexbox {
     display: flex;
 }
 .box1 {
     width: 55%;
     margin: auto;
 }
 .box2 {
     width: 45%;
     margin: auto .5rem;
 }
 @media screen and (max-width: 750px) {
     .flexbox {
         display: block;
     }
     .flexbox .box1 {
         width: 100%;
         margin: 0 auto;
     }
     .flexbox .box2 {
         width: 100%;
		 padding-top: 50px;
		 
         margin: 0 auto;
     }
 }

.flame03 {
padding: 1em;
margin: 2em auto;
width: 100%;
color: #ffffff;
background: rgba( 42, 35, 69, 0.55 );;
}