/*----------------------------------------------------

design.css

----------------------------------------------------*/
/* loader
----------------------------------------------------*/
/*.loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: linear-gradient(0, rgb(248, 182, 0), rgb(255, 225, 0));
  z-index: 9999;
  top: 0;
  left: 0;
}
.loader:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  animation: GradietionAnimation 20s linear infinite;
  background: url("../img/bg.png");
  opacity: .5
}
.loader .txt {
  width: 160px;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10
}
@keyframes GradietionAnimation {
  0% {
    background-position: 0% 0
  }
  100% {
    background-position: -100px 200px
  }
}*/
/* 
----------------------------------------------------*/
.sec-main {
  height: 100vh;
  background-image: url("../img/bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 150%;
}
.sec-main .ttl {
  margin: 5vh 0 10vw;
}
.sec-main .ttl-item {
  position: relative;
  padding-top: 63%;
}
.sec-main .ttl-item img {
  position: absolute;
  top: 0;
  left: 0;
  animation-duration: .6s;
  animation-timing-function: ease-in-out;
}
.sec-main .ttl-item .step1 {  animation-delay: 1s;  transform: translateY(40px);}/*第8回*/
.sec-main .ttl-item .step2 {  animation-delay: 1.3s;  transform: translateY(40px);}/*松尾大社*/
.sec-main .ttl-item .step3 {  animation-delay: 1.6s;  transform: translateY(40px);}/*酒-1*/
.sec-main .ttl-item .step4 {  animation-delay: 1.9s;  transform: translateY(40px);}/*グランプリ*/
.sec-main .lead {
  animation-delay: 3s;
  animation-duration: 1s;
  transform: translateY(0);
  font-size: 2.4rem;
  text-align: center;
  font-family: var(--font-jp-m);
  font-weight: 700;
  background: linear-gradient(180deg, #d5eefb 0%, #fff 50%, #f2a0ae 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(2px 2px 2px #000000);
}
.sec-main .txt {
  animation-delay: 4.5s;
  animation-duration: 1s;
  transform: translateY(0);
  color: #fff;
  margin-top: 20px;
  font-size: 1.6rem;
  line-height: 1.6;
  text-shadow: 2px 2px 2px #000000
}
.sec-main .step6 {
animation-delay: 6s;  
transform: translateY(40px);
margin: 20px auto 0;
width: 75%;
}/*2025.4.13開催*/
.sec-main .step6    .kaisai-p   {
    display: none;
}
.sec-main .step6    img {
    margin: 0 auto;
}

.sec-main .ttl-item .step5 {
  position: absolute;
  top: -50px;
  left: auto;
  right:0;
  width: 30%;
  animation-delay: 7s;
  animation-duration: 1s;
  animation-name: fadeInAnime;
}

@keyframes fadeInAnime {
  0% {
    opacity: 0;
    transform: scale(0, 0) rotate(-720deg);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1) rotate(15deg);
  }
}
@media (min-width: 600px) {
  .sec-main .ttl {
    margin: 10vw auto 30px;
    width: 80%;
  }
  .sec-main .ttl-item {}
  .sec-main .lead {
    font-size: 4rem;
  }
  .sec-main .txt {
    font-size: 2rem;
    text-align: center;
  }
.sec-main .ttl-item .step5 {
  top: -50px;
  right:-50px;
  width: 160px;
}
}
@media (min-width: 1025px) {
  .sec-main {
    background-position: center bottom 80%;
    background-size: cover;
  }
  .sec-main .ttl {
    margin: 0 auto 50px;
    width: 800px;
  }
  .sec-main .lead {
    font-size: 5rem;
  }
  .sec-main .txt {
    font-size: 2.5rem;
    text-align: center;
    padding-top: 20px;
  }
.sec-main .ttl-item .step5 {
  top: 50px;
  right:-20px;
  width: 180px;
}
.sec-main .step6    .kaisai-p   {
    display: block;
}
.sec-main .step6    .kaisai-s   {
    display: none;
}
}
/* 
----------------------------------------------------*/
#kura {
  padding: 40px 0;
}
#kura ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#kura li {
  text-align: left;
  padding: .6em 0;
  font-size: 1.1rem;
  width: 50%;
  font-weight: 700;
}
#kura li strong {
  font-size: 1.3rem;
  font-weight: 700;
}
#kura li.andmore {
  width: 100% !important;
  text-align: right;
  font-size: 1.3rem;
}
#kura li a {
  text-decoration: none;
  display: inline-block;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 512 512"><path fill="%23333" d="M320 0c-17.7 0-32 14.3-32 32s14.3 32 32 32h82.7L201.4 265.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L448 109.3V192c0 17.7 14.3 32 32 32s32-14.3 32-32V32c0-17.7-14.3-32-32-32H320zM80 32C35.8 32 0 67.8 0 112V432c0 44.2 35.8 80 80 80H400c44.2 0 80-35.8 80-80V320c0-17.7-14.3-32-32-32s-32 14.3-32 32V432c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V112c0-8.8 7.2-16 16-16H192c17.7 0 32-14.3 32-32s-14.3-32-32-32H80z" /></svg>');
  background-repeat: no-repeat;
  background-position: bottom right;
  padding-right: 12px;
  background-size: 8px;
}
#kura .cap {
  margin-top: 1em;
  font-size: 1.3rem;
  text-align: center;
  font-weight: 700;
}
/*#kura ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#kura li {
  width: 46%;
  font-size: 1.1rem;
  text-align: center;
  line-height: 1.2;
  margin: 6px 0;
  background: url("../img/kura.jpg") no-repeat center bottom -10px;
  background-size: cover;
  border-bottom: 5px solid #000
}
#kura li.kura-long {}
#kura li a {
  text-decoration: none;
  display: block;
}
#kura li a {
  background-image: var(--bg-open-in-new-wh);
  background-repeat: no-repeat;
  background-position: bottom 3px right 3px;
  background-size: 12px;
}
#kura li a, #kura li p {
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 60px;
  padding-top: 6px;
}
#kura li strong {
  font-size: 1.3rem;
  margin-top: 2px;
  margin-bottom: 10px;
  text-shadow: 0 0 5px #db162a;
}
#kura .cap {
  margin-top: 1em;
  font-size: 1.3rem;
  text-align: right;
  color: #666
}*/
@media (min-width: 600px) {
  #kura {
    padding: 60px 0 80px;
  }
  #kura ul:after {
    display: block;
    content: "";
    width: calc(100% / 3);
  }
  #kura li {
    font-size: 1.2rem;
    width: calc(100% / 3);
  }
  #kura li.andmore {
    font-size: 1.5rem;
  }
  #kura li strong {
    font-size: 1.8rem;
  }
  #kura .cap {
    font-size: 1.6rem;
  }
  /*
  #kura li {
    width: 30%;
    font-size: 1.3rem;
  }
  #kura li a, #kura li p {
    height: 80px;
    padding-top: 10px;
  }
  #kura li strong {
    font-size: 1.8rem;
  }*/
}
@media (min-width: 1025px) {
  #kura {
    padding: 100px 0 140px;
  }
  #kura ul::after {
    content: "";
    display: block;
    width: 290px;
  }
  #kura ul::before {
    content: "";
    display: block;
    width: 290px;
    order: 1;
  }
  #kura li {
    font-size: 1.5rem;
    padding: .7em 0;
    width: 290px;
  }
  #kura li.andmore {
    font-size: 1.7rem;
    padding-right: 50px;
  }
  #kura li strong {
    font-size: 2.4rem;
  }
  #kura li a {
    padding-right: 16px;
    background-size: 12px;
  }
  #kura .cap {
    font-size: 2rem;
  }
  /*
  #kura li {
    font-size: 1.4rem;
    width: 23%;
    margin: 15px 0;
  }
  #kura ul::before {
    content: "";
    display: block;
    width: 23%;
    order: 1;
  }
  #kura li a, #kura li p {
    height: 110px;
    padding-top: 15px;
  }
  #kura li a {
    background-position: bottom 10px right 10px;
    background-size: 20px;
    background-color: rgba(255, 255, 255, 0);
  }
  #kura li a:hover {
    background-image: var(--bg-open-in-new-bk);
    background-color: rgba(255, 255, 255, .5);
    opacity: 1
  }
  #kura li strong {
    font-size: 2.6rem;
  }*/
}
/* 
----------------------------------------------------*/
#concept {
  background: linear-gradient(180deg, #fff 0%, #fff 50%, #cd1320 50%, #cd1320 100%);
}
#concept .txt-box {
  font-family: var(--font-jp-m);
  line-height: var(--lh-base-s);
  border: 1px solid #000;
  padding: 20px;
  box-shadow: 10px 10px 0px 0px #f8c643;
  background: #fff;
}
#concept .ttl {
  font-size: 1.8rem;
  font-weight: 700;
}
#concept .pht {
  margin: 20px 0;
}
#concept .txt {
  line-height: 2;
  font-size: 1.5rem;
}
#concept .name {
  text-align: right;
  margin-top: 1.5em;
}
@media (min-width: 600px) {
  #concept {}
  #concept .inner {}
  #concept .txt-box {
    padding: 6vw;
    box-shadow: 15px 15px 0px 0px #f8c643;
  }
  #concept .ttl {
    font-size: 2.2rem;
    margin: 0 0 40px
  }
  #concept .pht {
    margin: 20px 10vw;
  }
  #concept .txt {}
}
@media (min-width: 1025px) {
  #concept .txt-box {
    padding: 50px;
    position: relative;
  }
  #concept .ttl {
    font-size: 3rem;
    width: calc(50% + 5vw);
    margin: 0 0 40px
  }
  #concept .pht {
    margin: 0;
    position: absolute;
    right: -4vw;
    top: -40px;
    width: 35%;
  }
  #concept .txt {}
}
/* 
----------------------------------------------------*/
#guest {
  background-color: #cd1320;
  background-image: url("../img/bg-guest.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: auto 100%;
  padding: 60px 0;
  color: #fff;
}
#guest .sec-ttl strong:before, #guest .sec-ttl strong:after {
  background-color: #fff;
}
#guest .guest {
  font-weight: 700;
  font-size: 1.3rem;
  line-height: var(--lh-base-s);
  text-align: center;
  margin-top: 2em;
  margin-bottom: 1em;
}
#guest .guest strong {
  font-size: 130%;
}
#guest .txt {
  line-height: var(--lh-base);
}
@media (min-width: 600px) {
  #guest {
    padding: 60px 0;
    background-size: 100% auto;
  }
  #guest .guest {
    font-size: 1.6rem;
  }
}
@media (min-width: 1025px) {
  #guest {
    padding: 80px 0;
  }
  #guest .guest {
    font-size: 2.2rem;
  }
  #guest .guest strong {
    font-size: 160%;
  }
  #guest .txt {
    max-width: 600px;
    margin: 0 auto;
  }
}
/* 
----------------------------------------------------*/
.note {}
.noteitem {
  padding: 30px 20px 20px;
  color: #333;
  background: rgba(255, 255, 255, 0.6);
  /*border: 2px solid #fff;*/
  margin: 15vw 0 0;
  border-radius: 10px;
  position: relative;
  line-height: var(--lh-base-s);
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}
.noteitem h3 {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  background: #f8c643;
  padding: 10px 30px;
  border-radius: 50vh;
  white-space: nowrap;
  font-weight: 700;
}
.noteitem .notetxt {
  margin: 0 0 1em;
}
.noteitem li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.6rem;
  margin-top: .5em;
  font-family: var(--font-jp-m);
  font-weight: 700;
}
.noteitem li span {
  font-size: 1.2rem;
  display: block;
  text-indent: 0;
  font-family: var(--font-jp);
  font-weight: 400;
}
@media (min-width: 600px) {
  .noteitem {
    margin: 50px 0 0;
    padding: 40px 40px 30px
  }
}
@media (min-width: 1025px) {
  .note {
    display: flex;
    justify-content: space-between;
  }
  .noteitem {
    width: 47%;
  }
  .noteitem h3 {}
  .noteitem li {
    font-size: 2rem;
    margin-top: 1em;
  }
  .noteitem li span {
    font-size: 1.3rem;
  }
}
/* 
----------------------------------------------------*/
@media (min-width: 600px) {}
@media (min-width: 1025px) {}
/* 
----------------------------------------------------*/
/* 
----------------------------------------------------*/
.top-data .data {
  padding: 10vw 0;
}
.top-data .gmap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 50%;
  margin: 50px 0;
}
.top-data .gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.facebook_wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
}
.fb-page, .fb-page span, .facebook_wrap iframe {
  width: 100% !important;
  height: 400px !important;
}
.eplus-btn a, .eplus-btn span {
  display: flex;
  height: 60px;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 20px;
  line-height: 1.3;
  border-radius: 5px;
  font-family: var(--font-jp-m);
  font-weight: 700;
}
.eplus-open a {
  text-decoration: none;
  font-size: 1.8rem;
  color: #fff;
  background-color: #c00;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 448 512"><path fill="%23fff" d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z" /></svg>');
  background-repeat: no-repeat;
  background-position: center right 15px;
  background-size: 20px;
}
.eplus-close span {
  background: #eee;
  font-size: 1.4rem;
  color: #999;
}
@media (min-width: 600px) {
  .eplus-close span br {
    display: none;
  }
}
@media (min-width: 1025px) {
  .top-data .data {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
  }
  .top-data .eplus {
    order: 3;
  }
  .top-data .gmap {
    padding-top: 36%;
    width: 100%;
    order: 4;
    margin: 80px 0 0;
  }
  .top-data .fb {
    order: 2;
    width: 480px;
  }
  .top-data .day {
    order: 1;
    width: calc(100% - 520px);
  }
  .fb-page, .fb-page span, .facebook_wrap iframe {
    width: 100% !important;
    height: 460px !important;
  }
  .eplus {
    width: 80%;
    margin: 40px auto 0;
  }
  .eplus-btn a, .eplus-btn span {
    height: 80px;
  }
  .eplus-open a {
    font-size: 3rem;
  }
  .eplus-close span {
    font-size: 2rem;
  }
}
/* 
----------------------------------------------------*/
.top-past {
  background: linear-gradient(0, #a20712, #cd1320);
  position: relative;
  text-align: center;
}
.top-past:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  animation: GradietionAnimation 20s linear infinite;
  background: url("../img/bg.png");
  opacity: .5
}
@keyframes GradietionAnimation {
  0% {
    background-position: 0% 0
  }
  100% {
    background-position: -100px 200px
  }
}
.top-past .sec-ttl {
  color: #fff;
}
.top-past .sec-ttl strong:before, .top-past .sec-ttl strong:after {
  background-color: #fff;
}
.past-r {
  margin: 0 5vw;
  position: relative;
  z-index: 10;
}
.top-past .cell {
  margin-bottom: 3vw;
}
.top-past .cell a {
  padding: 20px;
  text-decoration: none;
  color: #333;
  background: #f8c643;
}
.top-past .cell h3 {
  text-align: center;
}
.top-past .cell a::after {
  content: "";
  display: block;
  position: absolute;
  background-position: center;
  background-size: cover;
}
.top-past .cell a::after {
  background-image: var(--bg-angle-right-bk);
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
  top: calc(50% - 10px);
  right: 5px;
}
.past-list {
  margin: 5vw;
  color: var(--clr-wh);
  line-height: var(--lh-base-s);
  font-size: 1.2rem;
}
.past-list .past-bumon {
  padding: 10px 0;
  border-bottom: 1px solid #fff;
}
.past-list .past-bumon dt {
  color: rgb(255, 225, 0);
  font-weight: 700;
}
.past-list .past-bumon .victory {
  color: rgb(255, 225, 0);
  font-weight: 700;
}
.past-list .past-bumon dd {
  padding-left: 80px;
}
.past-list .past-bumon span {
  font-size: 1.1rem;
  display: inline-block;
  width: 80px;
  margin-left: -80px;
}
.past-list .past-sanka {
  padding: 10px 0 0;
  font-size: 1.1rem;
}
.lity-content:after {
  display: none;
}
@media (min-width: 600px) {
  .past-r {
    margin: 0;
  }
  .top-past .cell {
    width: 45%;
  }
  .top-past .cell h3 {
    font-size: 1.8rem;
  }
  .past-list {
    margin: 5vw auto;
    width: 80%;
    font-size: 1.3rem;
  }
}
@media (min-width: 1025px) {
  .top-past .cell {
    width: 31%;
  }
  .top-past .cell a {
    padding: 30px;
  }
  .top-past .cell a::after {
    height: 40px;
    width: 40px;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    transition: .5s;
    opacity: 0;
  }
  .top-past .cell a:hover::after {
    right: 0;
    opacity: 1;
  }
  .top-past .cell a:hover {
    opacity: 1;
  }
  .top-past .cell a:hover::before {
    transform: scale(1.1);
  }
  .top-past .cell h3 {
    font-size: 2rem;
  }
  .past-list {
    max-width: 800px;
    font-size: 1.4rem;
  }
}
/* 
----------------------------------------------------*/
.form-box {
  position: fixed;
  bottom: 10px;
  left: 10px;
  z-index: 20;
}
/*.form-box a, .form-box strong {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #333;
  height: 50px;
  width: 100%;
  border-radius: 50vh;
  color: #fff;
}
.form-box strong {
  border: 1px solid #fff;
}
.form-box a {
  background-color: #c00;
  text-decoration: none;
}
.form-box a i   {
    margin-right: 15px;
}*/
.form-box .btn-open, .form-box .btn-close {
  width: 40%;
  animation-delay: 5s;
  animation-duration: 1s;
  animation-name: btnAnime;
  opacity: 0;
  animation-fill-mode: forwards
}
@keyframes btnAnime {
  0% {
    transform: scale(0, 0) rotateY(0deg);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1) rotateY(720deg);
  }
}
@media (min-width: 600px) {
  /*  .form-box {
    padding: 15px;
  }
  .form-box a, .form-box strong {
    height: 60px;
    font-size: 1.8rem;
  }*/
}
@media (min-width: 1025px) {
  /*  .form-box {
    padding: 25px;
  }
  .form-box a, .form-box strong {
    height: 70px;
    font-size: 2.2rem;
  }*/
  .form-box .form-box {
    bottom: 20px;
    left: 20px;
  }
  .form-box .btn-open, .form-box .btn-close {
    width: 60%;
  }
}