* {
  box-sizing: border-box;
  word-wrap: break-word;
  overflow-wrap: break-word
}
body, html {
  font-family: Noto Sans JP, sans-serif
}
body, html, ul {
  margin: 0;
  padding: 0
}
ul {
  list-style: none
}
dd, dl {
  margin: 0
}
img {
  max-width: 100%
}
h1, h2, h3, h4, h5, p {
  font-weight: 400;
  margin: 0
}
figure {
  margin: 0
}
a {
  color: #575757;
  cursor: pointer;
  text-decoration: none;
  outline: none
}
@media (max-width:640px) {
  [data-view=pc] {
    display: none
  }
}
[data-view=sp] {
  display: none
}
@media (max-width:640px) {
  [data-view=sp] {
    display: block
  }
}
footer, section {
  min-width: 1366px;
  width: 100%
}
@media (max-width:640px) {
  footer, section {
    min-width: 414px
  }
}
@media (max-width:413px) {
  footer, section {
    min-width: 100%;
    max-width: 100%
  }
}
footer > article, section > article {
  margin: 0 auto;
  padding: 0 56px;
  position: relative;
  width: 1366px
}
@media (max-width:640px) {
  footer > article, section > article {
    padding: 0 11px;
    width: 100%
  }
}

/* section.top */
section.top {
  padding: 20px 0 81px;
  padding: 0 0 28px;
}
@media (max-width:640px) {
  section.top {
    padding: 0 0 45px;
    padding: 0 0 calc(127 / 414 * 100%);
  }
}

section.top .kv {
  position: relative;
  width: 100%;
  height: 1240px;
  background: url(../image/kv_bg.png) no-repeat;
  background-size: 100% auto;
}
@media (max-width:640px) {
  section.top .kv {
    height: auto;
    background-image: url(../image/kv_bg_sp.png);
    padding-bottom: calc(174 / 414 * 100%);
    padding-bottom: 174px;
  }  
}

section.top article {
  display: flex;
  padding: 0;
}
section.top article div {
  position: relative
}
section.top article div:first-child {
  width: 100%
}
section.top h2 {
  margin-top: 20px;
  margin-left: 56px;
}
@media (max-width:640px) {
  section.top h2 {
    width: calc(124 / 414 * 100%);
    font-size: 10px;
    margin-top: calc(10 / 414 * 100%);
    margin-left: calc(11 / 414 * 100%);
  }
}
section.top h2 a {
  display: block;
}

section.top h1 {
  width: 1205px;
  margin: 4px 0 3px 107px;
}
@media (max-width:640px) {
  section.top h1 {
    width: calc(401 / 414 * 100%);
    margin: calc(-9 / 414 * 100vw) 0 0 calc(8 / 414 * 100%);
  }
}

section.top .txt-block {
  margin: 70px 0 0 58px;
}
@media (max-width:640px) {
  section.top .txt-block {
    margin: calc(75 / 414 * 100%) 0 0 calc(10 / 414 * 100%)
  }
}

section.top .txt-block h3 {
  width: 612px;
}
@media (max-width:640px) {
  section.top .txt-block h3 {
    font-size: 10px;
    width: calc(322 / 404 * 100%);
  }
}

section.top .txt-block p {
  font-size: 15px;
  line-height: 1.73;
  letter-spacing: .02em;
}
@media (max-width:640px) {
  section.top .txt-block p {
    font-size: 12px;
    font-size: calc(12 / 414 * 100vw);
    color: #2D2623;
    line-height: 1.5;
    letter-spacing: .02em;
  }
}

section.top .txt-block .lead {
  margin-top: 14px;
}

@media (max-width:640px) {
  section.top .txt-block .lead {
    width: calc(315 / 414 * 100%);
    width: calc(313 / 414 * 100vw);
    margin-top: calc(8 / 414 * 100%);
    margin-top: calc(9 / 404 * 100%);
  }
}
/*
@media (max-width:413px) {
  section.top .txt-block .lead {
    font-size: 11px;
  }
}
*/

section.top .txt-block .txt {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.66;
  margin: 12px 0 0 50px;
}
@media (max-width:640px) {
  section.top .txt-block .txt {
    font-size: 15px;
    font-size: calc(15 / 414 *100vw);
    line-height: 1.6;
    padding-left: calc(42 / 404 * 100%);
    margin: calc(9 / 404 * 100%) 0 0 0;
    
  }
}

section.top .bnr {
  position: absolute;
  top: 619px;
  left: 910px;
  width: 400px;
}
@media (max-width:640px) {
  section.top .bnr {
    position: relative;
    top: auto;
    left: auto;
    width: calc(400 / 414 * 100%);
    margin: calc(40 / 414 * 100%) auto 0;
  }
}

section.top .bnr img {
  width: 100%;
  height: auto;
  box-shadow: 0px 10px 18px 0px rgba(0,0,0,0.1);
}

/* .schedule */
@media (max-width:640px) {
  section.schedule article {
    padding: 0 0;
    padding: 0 16px;
  }
}

section.schedule h2 {
  width: 502px;
  margin-left: -22px;
}
@media (max-width:640px) {
  section.schedule h2 {
    width: 327px;
    margin: 0 0 0 calc(4 / 414 * 100%);
  }
}
@media (max-width:413px) {
  section.schedule h2 {
    width: 100%;
    margin: 0;
  }
}

section.schedule h2 .show-sp {
  display: none;
}
@media (max-width:640px) {
  section.schedule h2 .show-sp {
    display: block;
  }
  section.schedule h2 .show-pc {
    display: none;
  }
}
section.schedule h2 img {
  width: 100%;
  height: auto;
}
/*
section.schedule article {
  background-repeat: no-repeat, no-repeat;
  background-position: right 0px top 117px, right 0px bottom 110px;
  background-size: auto, 838px auto;
  padding-bottom: 231px;
}
@media (max-width:640px) {
  section.schedule article {
    background-position: left 203px top 110px, right bottom 60px;
    background-size: auto 448px, 323px auto;
    padding-bottom: 102px;
  }
}
*/
section.schedule article {
  position: relative;
  padding-bottom: 230px;
}
@media (max-width:640px) {
  section.schedule article {
    padding-bottom: 101px;
  }
}

section.schedule article::before {
  content: '';
  position: absolute;
  top: 117px;
  right: 0;
  display: block;
  width: 683px;
  height: 528px;
  background: url(../image/blurred_image.png) no-repeat;
  background-size: 100% auto;
}
@media (max-width:640px) {
  section.schedule article::before {
    top: 132px;
    right: 0;
    width: 211px;
    height: 448px;
    background-image: url(../image/blurred_image_sp.png);
  }
}

section.schedule article::after {
  content: '';
  position: absolute;
  bottom: 109px;
  right: 0;
  display: block;
  width: 839px;
  height: 155px;
  background: url(../image/word_schedule.png) no-repeat;
  background-size: 100% auto;
}
@media (max-width:640px) {
  section.schedule article::after {
    bottom: 60px;
    width: 322px;
    height: 60px;
  }
}

section.schedule nav {
  position: absolute;
  right: 56px;
  top: 87px;
  letter-spacing: -.5em
}
@media (max-width:640px) {
  section.schedule nav {
    right: 0;
    top: 0;
    top: 112px;
    letter-spacing: normal;
    /*
    margin-top: calc(112 / 414 * 100%);
    */
  }
}

section.schedule nav a {
  width: 60px;
  height: 60px;
  display: inline-block;
  background: #553B01;
  margin-left: 2px
}
@media (min-width:640px) {
  section.schedule nav a {
    transition: opacity .3s ease-out
  }
  section.schedule nav a:hover {
    opacity: .8
  }
}
section.schedule nav a[data-action=prev] {
  position: relative
}
section.schedule nav a[data-action=prev]:after {
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  width: 17px;
  height: 17px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -9px;
  margin-left: -5px;
  content: "";
  transform: rotate(45deg)
}
@media (max-width:640px) {
  section.schedule nav a[data-action=prev] {
    position: relative
  }
  section.schedule nav a[data-action=prev]:after {
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    width: 12px;
    height: 12px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -7px;
    margin-left: -4px;
    content: "";
    transform: rotate(45deg)
  }
}
section.schedule nav a[data-action=next] {
  position: relative
}
section.schedule nav a[data-action=next]:after {
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  width: 17px;
  height: 17px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -9px;
  margin-left: -12px;
  content: "";
  transform: rotate(-135deg)
}
@media (max-width:640px) {
  section.schedule nav a[data-action=next] {
    position: relative
  }
  section.schedule nav a[data-action=next]:after {
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    width: 12px;
    height: 12px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -7px;
    margin-left: -8px;
    content: "";
    transform: rotate(-135deg)
  }
}
@media (max-width:640px) {
  section.schedule nav a {
    margin-left: -2px;
    width: 40px;
    height: 40px
  }
}
section.schedule #slide-area {
  overflow: hidden;
  padding: 100px 0 20px;
  width: 100%
}
@media (max-width:640px) {
  section.schedule #slide-area {
    width: 382px;
    padding: 82px 16px 0;
    padding: 82px 0 16px 0;
    margin: 0 auto;
    /*
    width: 100%;
    margin: 0 0 0 16px;
    */
  }
}
@media (max-width:413px) {
  section.schedule #slide-area {
    width: 100%
  }
}
section.schedule #slide-area ul {
  white-space: nowrap;
  display: flex;
  box-sizing: content-box
}
section.schedule #slide-area ul li {
  position: relative;
  margin: 0 30px 0 0;
  width: 398px;
  white-space: normal;
  vertical-align: top;
  flex-shrink: 0
}
@media (max-width:640px) {
  section.schedule #slide-area ul li {
    width: 100%;
  }
}
@media (max-width:413px) {
  section.schedule #slide-area ul li {
    /*
    width: calc(100% - 30px);
    */
    margin-right: 0;
  }
}
section.schedule #slide-area ul li figure {
  background: no-repeat 50%;
  background-size: cover;
  position: relative;
  width: 358px;
  height: 220px
}
@media (max-width:640px) {
  section.schedule #slide-area ul li figure {
    width: 327px
  }
}
@media (max-width:413px) {
  section.schedule #slide-area ul li figure {
    width: calc(100% - 40px)
  }
}
section.schedule #slide-area ul li figure label {
  font-family: Avenir Next Condensed, Fira Sans Extra Condensed, sans-serif;
  font-size: 60px;
  letter-spacing: 0;
  line-height: 1.05;
  background: #B6D954;
  font-weight: 600;
  color: #fff;
  position: absolute;
  top: -40px;
  width: 200px;
  height: 80px;
  padding: 13px 0 0 22px
}

section.schedule #slide-area ul li .date {
  position: absolute;
  top: -40px;
  /*
  min-width: 200px;
  */
  width: 200px;
  height: 80px;
  background: #B6D954;
  padding: 12px 0 0 23px;
  /*
  padding-right: 5px;
  */
}

/*
@media (max-width:640px) {
  section.schedule #slide-area ul li .date {
    width: 200px;
    min-width: auto;
    padding-right: 0;
  }
}
*/
section.schedule #slide-area ul li .date p {
  font-family: Avenir Next Condensed, Fira Sans Extra Condensed, sans-serif;
  font-size: 60px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0;
  line-height: 1.05;
}
section.schedule #slide-area ul li .date.day-sat {
  background-color: #028DD2;
}
section.schedule #slide-area ul li .date.day-sun {
  background-color: #E56A83;
}
section.schedule #slide-area ul li .date::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 14px 0 0;
  border-color: #B6D954 transparent transparent transparent;
  margin: -8px 0 0 -23px;
}
section.schedule #slide-area ul li .date.day-sat::after {
  border-color: #028DD2 transparent transparent transparent;
}
section.schedule #slide-area ul li .date.day-sun::after {
  border-color: #E56A83 transparent transparent transparent;
}
@media (max-width:640px) {
  section.schedule #slide-area ul li .date::after {
    margin-top: -8px;
    margin-left: -23px;
  }
}
section.schedule #slide-area ul li .date .txt-en {
  font-size: 24px;
  letter-spacing: 0;
  line-height: 2.625;
  display: inline-block;
  margin-left: 12px
}

section.schedule #slide-area ul li .pic {
  width: 358px;
}
@media (max-width:413px) {
  section.schedule #slide-area ul li .pic {
    width: 358px;
    width: calc(100% - 40px);
  }
}

section.schedule #slide-area ul li .pic img {
  width: 100%;
  height: auto;
}

section.schedule #slide-area ul li .txt-block {
  background: #F0F0F0;
  margin: -74px 0 0 20px;
  padding: 86px 20px 20px;
  width: calc(100% - 20px);
  width: 362px;
  width: 378px;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, .06)
}
@media (max-width:640px) {
  section.schedule #slide-area ul li .txt-block {
    margin: -74px 0 0 20px;
    width: calc(100% - 20px);
    width: 362px;
  }
}
@media (max-width:413px) {
  section.schedule #slide-area ul li .txt-block {
    width: calc(100% - 20px);
  }
}


section.schedule #slide-area ul li .txt-block dl:first-child dd {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.25;
  border-bottom: 2px solid #0A0C19;
  color: #0A0C19;
  padding-bottom: 18px;
  margin-bottom: 16px
}
section.schedule #slide-area ul li .txt-block dl:first-child dd:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
section.schedule #slide-area ul li .txt-block dl:first-child dd label {
  display: inline-block;
  font-size: 10px;
  letter-spacing: 0;
  line-height: 1.5;
  background: #fff;
  color: #575757;
  position: relative;
  padding: 2px 18px;
}
section.schedule #slide-area ul li .txt-block dl:first-child dd label:nth-child(4) {
  margin-top: 10px;
}
@media (max-width:640px) {
  section.schedule #slide-area ul li .txt-block dl:first-child dd label {
    padding: 2px 18px
  }
}
section.schedule #slide-area ul li .txt-block dl:first-child dd label:after, section.schedule #slide-area ul li > .txt-block dl:first-child dd label:before {
  background: #76A81F;
  content: "";
  display: block;
  width: 12px;
  height: 6px;
  position: absolute;
  top: 50%;
  margin-top: -3px
}
section.schedule #slide-area ul li .txt-block dl:first-child dd label:before {
  left: 0
}
section.schedule #slide-area ul li .txt-block dl:first-child dd label:after {
  right: 0
}
section.schedule #slide-area ul li .txt-block dl:first-child dd p {
  font-weight: bold;
  margin-top: 9px;
  margin-top: 6px
}
section.schedule #slide-area ul li .txt-block dl:first-child dd p .txt-small {
  display: inline-block;
  font-size: 10px;
  color: #fff;
  transform-origin: left;
  transform: scale(0.9);
  vertical-align: top;
  background-color: #8B8B8B;
  padding: 2px 5px 3px;
  margin-top: 2px;
}
section.schedule #slide-area ul li .txt-block dl:first-child dd em {
  display: block;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.6666666667;
  font-style: normal;
  margin-top: 2px;
}
section.schedule #slide-area ul li .txt-block dl:last-child dd {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.25;
  color: #2D2623;
  position: relative;
}

section.schedule .permanent {
  position: relative;
  display: flex;
  justify-content: space-between;
  z-index: 1;
  margin-top: 79px;
}
@media (max-width:640px) {
  section.schedule .permanent {
    display: block;
    margin-top: 5px;
  }
}

section.schedule .permanent .block {
  position: relative;
  width: 612px;

  background-color: #fff;
  border: 4px solid #B6D954;
}
@media (max-width:640px) {
  section.schedule .permanent .block {
    width: 382px;
    background-color: none;
    border: none;
    margin: 0 auto;
  }
}
@media (max-width:413px) {
  section.schedule .permanent .block {
    width: 100%;
  }
}

@media (max-width:640px) {
  section.schedule .permanent .right-col {
    margin-top: 1px;
  }
}

section.schedule .permanent .left-col {
  margin-top: 0;
}

section.schedule .permanent .block h3 .show-sp {
  display: none;
}
@media (max-width:640px) {
  section.schedule .permanent .block h3 .show-sp {
    display: block;
  }
  section.schedule .permanent .block h3 .show-pc {
    display: none;
  }
}
section.schedule .permanent .block h3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 151px;
  margin-top: -91px;
  margin-left: -34px;
}
@media (max-width:640px) {
  section.schedule .permanent .block h3 {
    position: relative;
    top: auto;
    left: auto;
    width: 95px;
    margin-top: 0;
    margin-left: -15px;
  }
}

section.schedule .permanent .right-col h3 {
  width: 140px;
  margin-top: -96px;
  margin-left: -19px;
}
@media (max-width:640px) {
  section.schedule .permanent .right-col h3 {
    width: 92px;
    margin-top: 0;
    margin-left: -11px;
  }
}

section.schedule .permanent .block h3 img {
  width: 100%;
  height: auto;
}
section.schedule .permanent .block .inner {
  padding: 19px 0 23px 17px;
}
@media (max-width:640px) {
  section.schedule .permanent .block .inner {
    background-color: #fff;
    border: 4px solid #B6D954;
    padding: 15px 0 15px 12px;
    margin-top: 0;
  }
}

section.schedule .permanent .block .inner .txt {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  margin-left: 5px;
}
@media (max-width:640px) {
  section.schedule .permanent .block .inner .txt {
    font-size: 16px;
  }
}

section.schedule .permanent .block .inner .txt::before {
  content: '';
  position: absolute;
  bottom: -4px;
  left: -6px;
  display: block;
  width: 100%;
  height: 10px;
  background: linear-gradient(to right, #b5d954 0%,#f1e957 100%);
  padding: 0 6px;
}
section.schedule .permanent .block .inner .txt span {
  position: relative;
}
section.schedule .permanent .block .inner ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 18px;
}
@media (max-width:640px) {
  section.schedule .permanent .block .inner ul {
    margin-top: 8px;
  }
}

section.schedule .permanent .block .inner ul li {
  font-size: 16px;
  color: #2D2623;
  font-weight: bold;
  line-height: 1.85;
  text-decoration: underline;
  margin-right: 20px;
}
@media (max-width:640px) {
  section.schedule .permanent .block .inner ul li {
    font-size: 14px;
    margin-right: 15px;
  }
}

section.schedule .permanent .block .inner ul li a {
  color: #2D2623;
  
}
section.schedule .permanent .block .inner ul li a:hover {
  text-decoration: none;
}
section.schedule .permanent .block .inner ul li:last-child {
  margin-right: 0;
}

/* .events */
section.events {
  background: #FDF57A;
  background: linear-gradient(to right, #b5d954 0%,#f1e957 100%);
}
section.events article {
  background-repeat: no-repeat, no-repeat;
  background-position: right 2px top 42px, left 15px bottom -24px;
  background-size: 954px auto, 703px auto;
  padding-top: 72px;
  padding-bottom: 163px;
  padding-bottom: 140px
}
@media (max-width:640px) {
  section.events article {
    background-position: right 0px top 47px, right bottom 25px;
    background-size: 271px auto, 165px auto;
    padding-top: 29px;
    padding-bottom: 46px;
  }
}

section.events h2 {
  width: 305px;
}
@media (max-width:640px) {
  section.events h2 {
    width: 204px
  }
}

section.events h2 .show-sp {
  display: none;
}
@media (max-width:640px) {
  section.events h2 .show-sp {
    display: block;
  }
  section.events h2 .show-pc {
    display: none;
  }
}

section.events nav {
  background: #553B01;
  box-shadow: 0 9px 14px rgba(0, 0, 0, .16);
  padding: 30px;
  width: 1008px;
  position: absolute;
  top: -30px;
  right: 0;
  z-index: 100
}
@media (max-width:640px) {
  section.events nav {
    position: relative;
    width: 100%;
    top: auto;
    right: auto;
    padding: 10px;
    margin-top: 18px
  }
  section.events nav[data-type=bottom] {
    margin-bottom: -79px;
    margin-top: 0;
    z-index: 10
  }
}
section.events nav ul {
  position: relative;
}

section.events nav ul li.main {
  display: flex;
  justify-content: space-between;
  white-space: nowrap
}

@media (max-width:640px) {
  section.events nav ul li.main {
    display: flex;
    justify-content: space-between;
    white-space: nowrap
  }
}
@media (max-width:413px) {
  section.events nav ul li.main {
    letter-spacing: -.5em
  }
}
section.events nav ul li.main a {
  display: inline-block;
  width: 180px;
  font-size: 18px;
  color: #0A0C19;
  font-weight: 700;
  line-height: 1.35;
  line-height: 58px;
  text-align: center;
  background-color: #fff;
  /*
  margin-right: 8px;
  */
  transition: background-color .3s, color .3s;
}
@media (max-width:640px) {
  section.events nav ul li.main a {
    position: relative;
    font-size: 13px;
    letter-spacing: .13em;
    line-height: 1.375;
    width: calc(70 / 374 * 100%);
    margin-right: 0;
    line-height: 48px;
  }
}

section.events nav ul li.main a:last-child {
  margin-right: 0;
}

@media (min-width:640px) {
  section.events nav ul li.main a:hover span {
    opacity: 1;
  }
}
section.events nav ul li.main a span {
  display: block;
  opacity: .5;
  transition: opacity .3s ease-out;
  position: relative
}
section.events nav ul li.main a span:after {
  border-left: 2px solid #0A0C19;
  border-bottom: 2px solid #0A0C19;
  width: 6px;
  height: 6px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -4px;
  margin-left: 0;
  content: "";
  transform: rotate(-45deg);
  left: auto;
  right: 15px;
  transition: border-color .3s;
}

@media (max-width:640px) and (min-width:640px) {
  section.events nav ul li.main a:hover span {
    opacity: 1
  }
}
@media (max-width:640px) {
  section.events nav ul li.main a span {
    display: block;
    opacity: .5;
    transition: opacity .3s ease-out;
    position: relative;
    padding-right: 6px;
  }
  section.events nav ul li.main a span:after {
    border-left: 2px solid #0A0C19;
    border-bottom: 2px solid #0A0C19;
    width: 6px;
    height: 6px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -4px;
    margin-left: 0;
    content: "";
    transform: rotate(-45deg);
    left: auto;
    right: 5px
  }
}
@media (max-width:413px) {
  section.events nav ul li.main a span:after {
    width: 4px;
    height: 4px;
    margin-top: -2px;
  }
}

section.events nav ul li.main a:last-child span {
  position: relative
}
@media (max-width:640px) {
  section.events nav ul li.main a:last-child span {
    padding-right: 10px;
    padding-right: 0;
  }
}

section.events nav ul li.main a:last-child span:after {
  display: none;
}

section.events nav ul li.main a:last-child::after,
section.events nav ul li.main a:last-child::before {
  content: '';
  position: absolute;
  top: 24px;
  right: 15px;
  display: block;
  width: 16px;
  height: 14px;
  background: url(../image/icon_sort_brown.svg) no-repeat;
  background-size: contain;
  opacity: .5;
  transition: opacity .3s ease-out;
}

section.events nav ul li.main a:last-child::before {
  background-image: url(../image/icon_sort_white.svg);
  opacity: 0;
  transition: opacity .3s ease-out;
}

@media (max-width:640px) {
  section.events nav ul li.main a:last-child::after,
  section.events nav ul li.main a:last-child::before {
    top: 19px;
    right: 4px;
    width: 14px;
    height: 12px;
  }
}

section.events nav ul li.main a:hover:last-child::after {
  opacity: 1;
}

section.events nav ul li.main a.open:last-child::after  {
  opacity: 0;
}
section.events nav ul li.main a.open:last-child::before {
  opacity: 1;
  z-index: 1;
}

section.events nav ul li.main a.select span {
  opacity: 1;
}
section.events nav ul li.main a.open {
  background: #362500;
  color: #fff;
  opacity: 1;
}
section.events nav ul li.main a.open span {
  opacity: 1;
}

section.events nav ul li.sub {
  background: #575757;
  background: #362500;
  position: absolute;
  display: none;
  width: 1138px;
  padding: 20px 20px 8px;
  top: 100%;
  right: 26px;
  right: 1.5px;
  right: 0;
  letter-spacing: -.5em
}
@media (max-width:640px) {
  section.events nav ul li.sub {
    padding: 20px 10px 8px;
    width: calc(100% + 20px);
    right: -10px
  }
}
section.events nav ul li.sub a {
  font-size: 14px;
  letter-spacing: .05em;
  line-height: 1.4285714286;
  font-family: Avenir Next Condensed, Fira Sans Extra Condensed, sans-serif;
  background: #fff;
  color: #0A0C19;
  width: 210px;
  line-height: 54px;
  display: inline-block;
  font-weight: 700;
  text-align: center;
  margin: 0 12px 12px 0
}
@media (min-width:640px) {
  section.events nav ul li.sub a:nth-child(5n) {
    margin-right: 0
  }
}
@media (max-width:640px) {
  section.events nav ul li.sub a {
    margin: 0 10px 12px 0;
    width: calc(50% - 5px)
  }
  section.events nav ul li.sub a:nth-child(2n) {
    margin-right: 0
  }
}
@media (min-width:640px) {
  section.events nav ul li.sub a:hover span {
    opacity: 1
  }
}

section.events nav ul li.sub a.is-noclick {
  background-color: #aea899;
  pointer-events: none;
}

section.events nav ul li.sub a span {
  display: block;
  opacity: .5;
  transition: opacity .3s ease-out;
  position: relative
}
section.events nav ul li.sub a span:after {
  border-left: 2px solid #0A0C19;
  border-bottom: 2px solid #0A0C19;
  width: 6px;
  height: 6px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -4px;
  margin-left: 0;
  content: "";
  transform: rotate(-45deg);
  left: auto;
  right: 10px
}
section.events nav ul li.sub a.select span {
  opacity: 1
}

section.events #filter-area {
  margin-top: 72px;
  position: relative;
  z-index: 1
}
@media (max-width:640px) {
  section.events #filter-area {
    margin-top: 30px;
    padding-bottom: 35px;
  }
}
section.events #filter-area ul {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 30px)
}
@media (max-width:640px) {
  section.events #filter-area ul {
    width: calc(100% + 10px)
  }
}
section.events #filter-area ul li {
  color: #2D2623;
  margin: 0 30px 60px 0;
  width: 291px
}
@media (max-width:640px) {
  section.events #filter-area ul li {
    width: calc(50% - 10px);
    margin: 0 10px 26px 0
  }
}

section.events #filter-area ul li a {
  color: #0A0C19;
  text-decoration: underline
}
@media (min-width:640px) {
  section.events #filter-area ul li a {
    transition: opacity .3s ease-out
  }
  section.events #filter-area ul li a:hover {
    opacity: .6
  }
}
section.events #filter-area ul li figure {
  background: no-repeat 50%;
  background-size: cover;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, .06);
  width: 100%;
  height: 179px;
  position: relative
}
@media (max-width:640px) {
  section.events #filter-area ul li figure {
    height: 116px
  }
}
section.events #filter-area ul li figure:after {
  background: no-repeat bottom;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
  right: 0
}
section.events #filter-area ul li figure label {
  visibility:hidden;
}

section.events #filter-area ul li figure stlabel {
  font-size: 10px;
  letter-spacing: 0;
  line-height: 1.5;
  background: #fff;
  color: #575757;
  position: relative;
  padding: 1px 18px;
  position: absolute;
  bottom: 10px;
  left: 10px
}
@media (max-width:640px) {
  section.events #filter-area ul li figure stlabel {
    padding: 2px 18px
  }
}
section.events #filter-area ul li figure stlabel:after, section.events #filter-area ul li figure stlabel:before {
  background: #76A81F;
  content: "";
  display: block;
  width: 12px;
  height: 6px;
  position: absolute;
  top: 50%;
  margin-top: -3px
}
section.events #filter-area ul li figure stlabel:before {
  left: 0
}
section.events #filter-area ul li figure stlabel:after {
  right: 0
}
@media (max-width:640px) {
  section.events #filter-area ul li figure stlabel {
    bottom: 4px;
    left: 7px
  }
}

section.events #filter-area .cat-list {
  width: auto;
  margin-top: 14px;
}
@media (max-width:640px) {
  section.events #filter-area .cat-list {
    margin-top: 10px;
  }
}

section.events #filter-area .cat-list li {
  width: auto;
  font-size: 10px;
  background-color: #fff;
  border-radius: 2px;
  padding: 2px 8px;
  margin: 0 0 0 8px;
}
section.events #filter-area .cat-list li:first-child {
  margin-left: 0;
}


section.events #filter-area ul li h3 {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.25;
  font-weight: 600;
  margin-top: 4px
}
@media (max-width:640px) {
  section.events #filter-area ul li h3 {
    font-size: 13px;
    letter-spacing: 0;
    line-height: 1.5384615385;
    margin-top: 5px
  }
}
section.events #filter-area ul li h4 {
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1.5384615385;
  color: #E33357;
  font-weight: 600;
  border-bottom: 2px solid #0A0C19;
  margin-top: 4px;
  padding-bottom: 10px
}
@media (max-width:640px) {
  section.events #filter-area ul li h4 {
    font-size: 11px;
    letter-spacing: 0;
    line-height: 1.8181818182;
    margin-top: -1px
  }
}

section.events #filter-area ul li .txt-block {
  margin-top: 9px;
}

section.events #filter-area ul li .txt-block p {
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1.6666666667;
}
section.events #filter-area ul li .txt-block .txt-schedule {
  margin-top: 2px;
}
@media (max-width:640px) {
  section.events #filter-area ul li .txt-block .txt-schedule {
    font-size: 11px;
    line-height: 1.81;
  }
}

section.events #filter-area ul li h5 {
  position: relative;
  font-size: 12px;
  padding-left: 14px;
  margin-top: 8px;
}
@media (max-width:640px) {
  section.events #filter-area ul li h5 {
    font-size: 11px;
    padding-left: 12px;
  }
}

section.events #filter-area ul li h5:before {
  background: #0A0C19;
  content: "";
  display: block;
  width: 10px;
  height: 3px;
  position: absolute;
  left: 0;
  top: 8px
}








/* section.banner */
section.banner {
  background: no-repeat;
  background-position: center bottom -34px;
  padding-bottom: 94px
}
@media (max-width:640px) {
  section.banner {
    padding-bottom: 50px
  }
}
section.banner article {
  padding-top: 99px
}
@media (max-width:640px) {
  section.banner article {
    padding-top: 81px
  }
}
section.banner article > :last-child {
  margin-bottom: 0
}
section.banner article > div {
  margin-bottom: 75px;
  text-align: center
}
@media (max-width:640px) {
  section.banner article > div {
    margin-bottom: 35px
  }
}
section.banner article > div > a {
  display: inline-block
}
@media (min-width:640px) {
  section.banner article > div > a {
    transition: opacity .3s ease-out
  }
  section.banner article > div > a:hover {
    opacity: .4
  }
}
section.banner .sns {
  color: #0A0C19;
  margin-top: 97px
}
@media (max-width:640px) {
  section.banner .sns {
    margin-top: 55px
  }
}
section.banner .sns h3 {
  font-family: Avenir Next Condensed, Fira Sans Extra Condensed, sans-serif;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1.35;
  line-height: 1.2;
  border-bottom: 2px solid #0A0C19;
  display: inline-block;
  font-weight: 600
}
section.banner .sns p {
  font-size: 12px;
  letter-spacing: .07em;
  line-height: 1.5;
  margin-top: 12px
}
section.banner .sns ul {
  display: flex;
  justify-content: center;
  margin: 18px auto 0
}
section.banner .sns ul li a {
  background: no-repeat 50%;
  background-size: contain;
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 21px
}
@media (min-width:640px) {
  section.banner .sns ul li a {
    transition: opacity .3s ease-out
  }
  section.banner .sns ul li a:hover {
    opacity: .4
  }
}
section.banner .other {
  margin-top: 102px
}
@media (max-width:640px) {
  section.banner .other {
    margin-top: 54px
  }
}
section.banner .other ul {
  display: flex;
  flex-wrap: wrap
}
@media (min-width:640px) {
  section.banner .other ul li {
    margin: 0 25px 20px 0;
    width: 401px
  }
  section.banner .other ul li:nth-child(3n) {
    margin-right: 0
  }
}
@media (max-width:640px) {
  section.banner .other ul li {
    width: calc(50% - 8px);
    margin: 0 15px 10px 0
  }
  section.banner .other ul li:nth-child(2n) {
    margin-right: 0
  }
}
@media (min-width:640px) {
  section.banner .other ul li a {
    transition: opacity .3s ease-out
  }
  section.banner .other ul li a:hover {
    opacity: .4
  }
}
footer {
  background: #2D2623;
  height: 130px;
  color: #fff;
  text-align: center;
  padding-top: 30px
}
@media (max-width:640px) {
  footer {
    height: auto;
    background-color: #444442;
    padding-top: 15px
  }
}
footer nav a {
  color: #fff;
  font-size: 14px;
  letter-spacing: .02em;
  line-height: 2.1428571429;
  line-height: 2.3;
  display: inline-block;
  position: relative;
  padding-left: 15px;
  margin: 0 18px;
  margin: 0 27px;
}
@media (min-width:640px) {
  footer nav a {
    transition: opacity .3s ease-out
  }
  footer nav a:hover {
    opacity: .4
  }
}
@media (max-width:640px) {
  footer nav a {
    display: block;
    text-align: left
  }
}
footer nav a:before {
  background: no-repeat 50% url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAAAXNSR0IArs4c6QAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAADKADAAQAAAABAAAACgAAAAC/hC3HAAAAo0lEQVQYGX2QAQ2DMBRE2wUBOAAHIKFzMAdjEnCCAzJFYw42Bzjo3iWfpiWDSy7//r9/LdS5E8QYW5ijr+gmMt1B7sH8Ce/m115xG35suJUVIc7wCxt4dXZfoCnAfDBvodbwpvo3gFEs70/Cj2Eb7pYV1D8mXJJCYPYUffMbBthCzRKKgPd+wRlhQK9pKxOV6Y7T9VrCC6qX1suUwNArnGHKEz91IJ5YvPck/AAAAABJRU5ErkJggg==);
  background-size: contain;
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px
}
footer small {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.4285714286;
  margin-top: 16px;
  display: block
}
@media (max-width:640px) {
  footer small {
    font-size: 12px;
    letter-spacing: 0;
    line-height: 1.5;
    margin-top: 23px;
    padding-bottom: 27px
  }
}

/* ---------------------------------------------------------
.bn-area
----------------------------------------------------------*/
.bn-area {
  width: 1254px;
  margin: 0 auto;
}
.bn-area .p-footer-banner2__list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.bn-area .p-footer-banner2__item {
  width: 401px;
  margin: 0 25px 25px 0;
}
.bn-area .p-footer-banner2__item:nth-child(3n) {
  margin-right: 0;
}

@media (max-width:640px) {
  .bn-area {
    width: 94.6%;
    width: calc(355 / 375 * 100%);
  }
  .bn-area .p-footer-banner2__item,
  .bn-area .p-footer-banner2__item:nth-child(3n) {
    width: 48.4%;
    width: calc(172 / 355 * 100%);
    margin: 0 2.8% 3.3% 0;
    margin: 0 calc(10 / 355 * 100%) calc(12 / 355 * 100%) 0;
  }
  .bn-area .p-footer-banner2__item:nth-child(even) {
    margin-right: 0;
  }
}

/*2024/1/24追加*/
  .event-cation {
    color: #ff0000;
    font-size: 0.75em;
    font-weight: bold;
    margin-left: 15px;
  }
