* {
  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 .kv {
  position: relative;
  width: 100%;
  height: 1240px;
}
@media (max-width:640px) {
  section.top .kv {
    height: auto;
  }  
}

section.top article {
  display: flex;
  padding: 0;
}
section.top article div {
  position: relative
}
/*
section.top article div:first-child {
  width: 100%
}
  */
section.top h2 {
  width: 274px;
  margin-top: 30px;
  margin-left: 56px;
}
@media (max-width:640px) {
  section.top h2 {
    width: calc(124 / 414 * 100%);
    font-size: 10px;
    margin-top: calc(45 / 414 * 100%);
    margin-left: calc(11 / 414 * 100%);
  }
}
section.top h2 a {
  display: block;
  line-height: 1;
}

section.top h1 {
  position: absolute;
  top: -114px;
  left: 381px;
  width: 989px;
  z-index: 2;
}
@media (max-width:640px) {
  section.top h1 {
    top: 0;
    left: auto;
    right: 0;
    width: calc(268 / 414 * 100%);
  }
}
section.top .kv .wrapper {
  display: flex;
  padding: 0 56px;
  margin-top: 26px;
}
@media (max-width:640px) {
  section.top .kv .wrapper {
    display: block;
    padding: 0;
    margin-top: calc(41 / 414 * 100%);
  }
}
section.top .pic {
  width: 798px;
}
@media (max-width:640px) {
  section.top .pic {
    width: 100%;
  }
}

section.top h1 img,
section.top h2 img,
section.top h3 img,
section.top .pic img {
  width: 100%;
  height: auto;
}

section.top .txt-block {
  width: 418px;
  padding-top: 326px;
  margin: 0 0 0 38px;
}
@media (max-width:640px) {
  section.top .txt-block {
    width: 100%;
    padding-top: 0;
    margin: calc(36 / 414 * 100%) 0 0;
  }
}

section.top .txt-block h3 {
  /*width: 612px;*/
}
@media (max-width:640px) {
  section.top .txt-block h3 {
    width: calc(322 / 414 * 100%);
    margin-left: calc(46 / 414 * 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: 41px;
}
@media (max-width:640px) {
  section.top .txt-block .lead {
    width: calc(313 / 414 * 100%);
    margin-top: calc(34 / 404 * 100%);
    margin-left: calc(50 / 414 * 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: 44px 0 0 41px;
}
@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(74 / 414 * 100%);
    margin: calc(38 / 414 * 100%) 0 0 0;
    
  }
}

section.top .bnr {
  width: 400px;
  margin-left: auto;
  margin-top: 45px;
}
@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 */
section.schedule {
  margin-top: 72px;
}
@media (max-width:640px) {
  section.schedule {
    margin-top: calc(34 / 414 * 100%);
  }
}

@media (max-width:640px) {
  section.schedule article {
    padding: 0 0;
    padding: 0 calc(16 / 414 * 100%);
  }
}


section.schedule h2 {
  width: 480px;
  margin-left: 3px;
}
section.schedule h2 .txt-en {
  display: block;
  width: 480px;
}
section.schedule h2 .txt-ja {
  display: block;
  font-size: 26px;
  font-weight: bold;
  line-height: calc(36 / 26);
  margin-top: -33px;
}
@media (max-width:640px) {
  section.schedule h2 {
    width: 100%;
    margin: calc(35 / 382 * 100%) 0 0;
  }
  section.schedule h2 .txt-en {
    width: calc(391 / 382 * 100%);
  }
  section.schedule h2 .txt-ja {
    font-size: 16px;
    line-height: calc(24 / 16);
    margin-top: calc(-30 / 382 * 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: 70px;
}
@media (max-width:640px) {
  section.schedule article {
    padding-bottom: calc(24 / 414 * 100%);
  }
}

section.schedule article::before {
  content: '';
  position: absolute;
  top: 13px;
  right: 306px;
  display: block;
  width: 417px;
  height: 156px;
  background: url(../image/ill_schedule.png) no-repeat;
  background-size: 100% auto;
}
@media (max-width:640px) {
  section.schedule article::before {
    top: 0;
    right: calc(7 / 414 * 100%);
    width: calc(145 / 414 * 100%);
    height: calc(54 / 414 * 100%);
    margin-top: calc(-20 / 414 * 100%);
  }
}

section.schedule nav {
  position: absolute;
  right: 56px;
  top: 29px;
  letter-spacing: -.5em
}
@media (max-width:640px) {
  section.schedule nav {
    right: 0;
    top: 0;
    letter-spacing: normal;
    margin-top: calc(91 / 414 * 100%);
  }
}

section.schedule nav a {
  width: 60px;
  height: 60px;
  display: inline-block;
  background: #3B3B3B;
  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: 71px 0 20px;
  width: 100%
}
@media (max-width:640px) {
  section.schedule #slide-area {
    width: 100%;
    padding: 82px 16px 0;
    padding: calc(60 / 382 * 100%) 0 0 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 .swiper-wrapper {
  white-space: nowrap;
  display: flex;
  box-sizing: content-box
}
section.schedule #slide-area .swiper-slide {
  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 .swiper-slide {
    width: 100%;
  }
}
@media (max-width:413px) {
  section.schedule #slide-area .swiper-slide {
    /*
    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: #FFF100;
  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: #000;
  letter-spacing: 0;
  line-height: 1.05;
}
section.schedule #slide-area ul li .date.day-sat {
  background-color: #84DDFF;
}
section.schedule #slide-area ul li .date.day-sun {
  background-color: #FF93F2;
}
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: #FFF100 transparent transparent transparent;
  margin: -8px 0 0 -23px;
}
section.schedule #slide-area ul li .date.day-sat::after {
  border-color: #84DDFF transparent transparent transparent;
}
section.schedule #slide-area ul li .date.day-sun::after {
  border-color: #FF93F2 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: #E3E3E3;
  margin: -74px 0 0 20px;
  padding: 86px 20px 5px;
  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 .btn {
  margin-bottom: 20px;
}
section.schedule #slide-area ul li .btn:last-child {
  margin-bottom: 0;
}
section.schedule #slide-area ul li .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 25px;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: .05em;
  background-color: #fff;
  border: 1px solid #707070;
  margin: 13px 0 0 82px;
}

@media (max-width:640px) {
  section.schedule #slide-area ul li .btn a {
    margin: 13px auto 0;
  }
}
section.schedule #slide-area ul li .btn a::after {
  content: '↓';
}
section.schedule #slide-area ul li .btn a[target="_blank"]::after {
  content: '';
  width: 10px;
  height: 10px;
  background: url(../image/icon_blank.svg) no-repeat;
  background-size: contain;
  margin-left: 2px;
}

section.schedule #slide-area ul li .txt-block ul:first-child li {
  position: relative;
  font-size: 12px;
  letter-spacing: 0;
  line-height: calc(20 / 12);
  border-bottom: 1px dotted #707070;
  color: #0A0C19;
  padding-bottom: 14px;
  padding-left: 17px;
  margin-bottom: 13px;
}
section.schedule #slide-area ul li .txt-block ul:first-child li:first-child {
  font-size: 16px;
  line-height: calc(20 / 16);
  border-bottom: 1px solid #707070;
}
@media (max-width:640px) {
  section.schedule #slide-area ul li .txt-block ul:first-child li:first-child {
    font-size: 14px;
    line-height: calc(20 / 14);
  }
}
section.schedule #slide-area ul li .txt-block ul:first-child li::before {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  width: 1px;
  height: calc(100% - 17px);
  background-color: #575757;
}
section.schedule #slide-area ul li .txt-block ul:first-child li:first-child::before {
  width: 2px;
  background-color: #0A0C19;
}
section.schedule #slide-area ul li .txt-block ul:first-child li:last-child {
  border-bottom: none;
  /*padding-bottom: 0;*/
  margin-bottom: 0;
}
section.schedule #slide-area ul li .txt-block ul:first-child li 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 ul:first-child li label:nth-child(4) {
  margin-top: 10px;
}
@media (max-width:640px) {
  section.schedule #slide-area ul li .txt-block ul:first-child li label {
    padding: 2px 18px
  }
}
section.schedule #slide-area ul li .txt-block ul:first-child li label:after, section.schedule #slide-area ul li > .txt-block ul:first-child li 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 ul:first-child li label:before {
  left: 0
}
section.schedule #slide-area ul li .txt-block ul:first-child li label:after {
  right: 0
}
section.schedule #slide-area ul li .txt-block ul:first-child li p {
  font-weight: bold;
  margin-top: 8px;
}
section.schedule #slide-area ul li .txt-block ul:first-child li:first-child p {
  margin-top: 6px
}
section.schedule #slide-area ul li .txt-block ul:first-child li 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 ul:first-child li em {
  display: block;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.6666666667;
  font-style: normal;
  margin-top: 2px;
}
section.schedule #slide-area ul li .txt-block ul:first-child li:first-child em {
  font-size: 12px;
}
/*
section.schedule #slide-area ul li .txt-block ul:last-child li {
  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: #84DDFF;
}
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: 14px;
    padding-bottom: 46px;
  }
}

section.events h2 {
  width: 302px;
}
@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: #3B3B3B;
  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 .stlabel {
  display: flex;
  justify-content: center;
  letter-spacing: 0;
  line-height: 1.5;
  background: #fff;
  color: #575757;
  position: relative;
  padding: 1px 18px;
  margin-bottom: 5px;
}
@media (max-width:640px) {
  section.events #filter-area ul li .stlabel {
    padding: 2px 18px
  }
}
section.events #filter-area ul li .stlabel:before {
  background: #76A81F;
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -3px
}
@media (max-width:640px) {
  section.events #filter-area ul li .stlabel {
  }
}
section.events #filter-area ul li .stlabel span {
  position: relative;
  font-size: 12px;
  font-weight: 500;
  background-color: #fff;
  padding: 0 10px;
}
@media (max-width:640px) {
  section.events #filter-area ul li .stlabel span {
    font-size: 10px;
  }
}

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
}

/*2025/1//24追加*/
section.events .caution p {
  font-size: 12px;
  text-align:right;
  line-height: 1.6666666667;
}
@media (max-width:640px) {
  section.events .caution p {
    font-size: 10px;
    text-align:left;
    line-height: 1.81;
  }
}
/*2025/1//24追加*/



/* 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 .bn1 img {
  width: 100%;
  height: auto;
}
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;
  }
}

/* ---------------------------------------------------------
.enjoy
----------------------------------------------------------*/
.enjoy {
  position: relative;
  background-color: #FBED48;
  padding: 68px 0 113px;
}
.enjoy .show-sp {
  display: none;
}
.enjoy::before {
  content: '';
  position: absolute;
  top: 194px;
  left: 50%;
  width: 1366px;
  height: 800px;
  background: url(../image/bg_enjoy.png) no-repeat;
  background-size: contain;
  margin-left: -683px;
}
.enjoy::after {
  content: '';
  position: absolute;
  top: 60px;
  left: 50%;
  width: 564px;
  height: 215px;
  background: url(../image/ill_enjoy.png) no-repeat;
  background-size: contain;
  margin-left: 28px;
}
.enjoy h2 {
  font-size: 52px;
  font-weight: 800;
  line-height: calc(90 / 72);
}
.enjoy .sp-block {
  margin-left: 1em;
}
.enjoy h3 {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  margin-top: 72px;
}
.enjoy h3 mark {
  background:linear-gradient(transparent 75%, #FBED48 75%);
}
.enjoy h4 {
  width: 1148px;
  font-size: 18px;
  font-weight: bold;
  color: #0EA542;
  letter-spacing: -0.005em;
  margin: 46px auto 0;
}
.enjoy p {
  width: 1148px;
  font-size: 16px;
  line-height: calc(26 / 14);
  margin: 18px auto 0;
}
.enjoy .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 50px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: .05em;
  border: 1px solid #707070;
  margin: 30px auto 0;
}
.enjoy .btn a::after {
  content: '';
  width: 10px;
  height: 10px;
  background: url(../image/icon_blank.svg) no-repeat;
  background-size: contain;
  margin-left: 4px;
}
.enjoy .wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.enjoy .wrapper .pic {
  width: 306px;
}
.enjoy .wrapper .pic img {
  width: 100%;
  height: auto;
}
.enjoy .logo {
  width: 500px;
  margin: 20px auto 0;
}
.enjoy .logo img {
  width: 100%;
  height: auto;
}
@media (max-width:640px) {
  .enjoy {
    padding: calc(13 / 414 * 100%) 0 calc(80 / 414 * 100%);
    margin-top: calc(54 / 414 * 100%);
  }
  .enjoy::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-image: url(../image/bg_enjoy_sp.png);
    margin-left: 0;
    margin-top: calc(94 / 414 * 100%);
    padding-top: calc(1686 / 414 * 100%);
  }
  .enjoy::after {
    content: none;
  }
  .enjoy .show-sp {
    display: block;
  }
  .enjoy article {
    padding: 0;
  }
  .enjoy .sp-block {
    display: inline-block;
    margin-left: 0;
  }
  .enjoy h2 {
    font-size: calc(32 / 414 * 100vw);
    line-height: calc(60 / 42);
    margin-left: calc(12 /414 * 100%);
  }
  .enjoy h3 {
    font-size: calc(22 / 414 * 100vw);
    line-height: 1.75;
    margin-top: calc(17 /414 * 100%);
  }
  .enjoy h3 mark {
    background:linear-gradient(transparent 75%, #FBED48 75%);
  }
  .enjoy h4 {
    width: 100%;
    font-size: calc(13 / 414 * 100vw);
    line-height: calc(24 / 13);
    text-align: center;
    margin: calc(14 / 414 * 100%) auto 0;
  }
  .enjoy p {
    width: calc(365 / 414 * 100%);
    font-size: calc(12 / 414 * 100vw);
    line-height: calc(20 / 12);
    margin: calc(16 / 414 * 100%) auto 0;
  }
  .enjoy .btn a {
    width: calc(350 / 414 * 100%);
    height: calc(50 / 414 * 100vw);
    font-size: calc(14 / 414 * 100vw);
    margin: calc(19 / 414 * 100%) auto 0;
  }
  .enjoy .btn a::after {
    content: '';
    width: 10px;
    height: 10px;
    margin-left: 4px;
  }
  .enjoy .wrapper {
    display: block;
    width: calc(365 / 414 * 100%);
    margin: calc(20 / 414 * 100%) auto 0;
  }
  .enjoy .wrapper .pic {
    width: 100%;
    margin-bottom: calc(20 / 365 * 100%);
  }
  .enjoy .wrapper .pic img {
    display: block;
  }
  .enjoy .logo {
    width: calc(300 / 414 * 100%);
    margin: 0 auto;
  }
}