@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500&display=swap");
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  touch-action: none;
}

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  filter: blur(3px);
}

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgb(255, 255, 255);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 10px 10px 0;
}

/* Default theme styles of the modal dialog */
.remodal {
  box-sizing: border-box;
  width: 100%;
  transform: translate3d(0, 0, 0);
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */
.remodal-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "×";
  text-align: center;
}

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Keyframes
   ========================================================================== */
@keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0.95);
    opacity: 0;
    filter: blur(0);
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 950px;
  }
}
/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}

@media all and (min-width: 768px) {
  .-sp {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .-pc {
    display: none;
  }
}
#contents {
  width: 100%;
}

#contents-body .section.breadcrumb {
  display: none;
}

#contents-body {
  padding: 0;
}
#contents-body .section h3.title {
  display: none;
}
#contents-body .section {
  margin-bottom: 0;
}
@media all and (max-width: 767px) {
  #contents-body .section {
    margin-left: 0;
    margin-right: 0;
  }
}

.global-footer {
  margin-top: 0;
}

div[data-component=footer-nav] {
  display: none;
}

@media all and (max-width: 767px) {
  .m-commonHeader .m-commonHeader-nav .m-commonHeader-nav-menu {
    overflow: hidden;
    text-indent: -9999px;
  }
}

:root {
  --ff-en:"Barlow", sans-serif;
  --cc-red:#992d34;
  --cc-gray:#8f99a2;
  --cc-grayD:#46494b;
  --cc-gold:#c0b6a6;
  --cc-goldD:#B89A6E;
}

#event {
  position: relative;
  overflow: hidden;
  background: var(--cc-gold);
  color: #fff;
  font-family: "Zen Kaku Gothic New", serif;
  position: relative;
  font-weight: 500;
  font-size: 16px;
}
@media all and (max-width: 767px) {
  #event {
    font-size: 14px;
  }
}
#event img {
  width: 100%;
}
#event li {
  list-style: none;
}
#event a {
  transition: opacity 0.3s;
}
#event a:hover {
  color: #000;
}
#event .l-in {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media all and (min-width: 768px) {
  #event .l-in {
    max-width: 1160px;
  }
}
#event .fixBtnBlock {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
}
#event .fixBtnBlock .fixBtn {
  border: none;
  outline: none;
  margin: 0 auto;
  background: var(--cc-red);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  width: 100%;
  height: 80px;
  letter-spacing: 0.1em;
  font-size: 22px;
}
#event .fixBtnBlock .fixBtn__in {
  display: flex;
  align-items: center;
  justify-content: center;
}
#event .fixBtnBlock .fixBtn__in:after {
  content: "";
  background: url(../images/arw-d-w.svg) center center/100% auto no-repeat;
  width: 30px;
  height: 20px;
  transform: rotate(180deg);
}
@media all and (max-width: 767px) {
  #event .fixBtnBlock .fixBtn__in:after {
    width: 20px;
    height: 15px;
  }
}
#event .fixBtnBlock .fixBtn.-open .fixBtn__in:after {
  transform: rotate(0deg);
}
@media all and (min-width: 768px) {
  #event .fixBtnBlock .fixBtn .fixBtn__in {
    transition: opacity 0.2s;
  }
  #event .fixBtnBlock .fixBtn:hover {
    text-decoration: none;
  }
  #event .fixBtnBlock .fixBtn:hover .fixBtn__in {
    opacity: 0.7;
  }
}
@media all and (max-width: 767px) {
  #event .fixBtnBlock .fixBtn {
    height: 60px;
    font-size: 16px;
  }
}
#event .fixBtnBlock .storeLink {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 80px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  display: none;
}
@media all and (max-width: 767px) {
  #event .fixBtnBlock .storeLink {
    bottom: 60px;
  }
}
#event .fixBtnBlock .storeLink ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
}
@media all and (min-width: 768px) {
  #event .fixBtnBlock .storeLink ul {
    padding: 40px 20px;
    gap: 20px;
  }
}
@media all and (max-width: 767px) {
  #event .fixBtnBlock .storeLink ul {
    flex-direction: column;
  }
}
@media all and (max-width: 767px) {
  #event .fixBtnBlock .storeLink ul li {
    border-bottom: solid 1px var(--cc-gold);
  }
  #event .fixBtnBlock .storeLink ul li:last-child {
    border: none;
  }
  #event .fixBtnBlock .storeLink ul li a {
    display: block;
    padding: 1em 0;
  }
}
#event .fixBtnBlock .storeLink ul a {
  color: var(--cc-gold);
}
@media all and (min-width: 768px) {
  #event .fixBtnBlock .storeLink ul a {
    display: block;
    padding: 0.8em;
    border: solid 1px var(--cc-gold);
  }
}
#event .fixBtnBlock .storeLink ul a:hover {
  text-decoration: none;
  opacity: 0.6;
}
#event .fixBtnBlock .storeLink ul a:after {
  background: url(../images/arw-d.svg) center center/100% auto no-repeat;
  content: "";
  display: inline-block;
  width: 20px;
  height: 10px;
  transform: rotate(-90deg);
}
#event .kvSec {
  margin: 0 auto;
  line-height: 0;
}
#event .kvSec__ttl {
  max-width: 800px;
  margin: 0 auto;
}
#event .kvSec img {
  width: 100%;
}
#event .conceptSec {
  color: #000;
  padding: 120px 30px 0;
}
@media all and (max-width: 767px) {
  #event .conceptSec {
    padding: 60px 15px 0;
  }
}
#event .conceptSec__cnt {
  width: 100%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}
#event .conceptSec .ttl {
  line-height: normal;
  font-style: italic;
  font-weight: 700;
  font-size: 35px;
  margin-bottom: 30px;
}
@media all and (max-width: 767px) {
  #event .conceptSec .ttl {
    font-size: 25px;
  }
}
#event .conceptSec .copy {
  line-height: 1.7;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 1em;
}
@media all and (max-width: 767px) {
  #event .conceptSec .copy {
    font-size: 16px;
  }
}
#event .conceptSec .txt {
  line-height: 2;
  font-size: 18px;
}
@media all and (max-width: 767px) {
  #event .conceptSec .txt {
    font-size: 14px;
  }
}
#event .subTtl {
  font-weight: 700;
  font-size: 22px;
  position: relative;
  top: -35px;
}
@media all and (max-width: 767px) {
  #event .subTtl {
    font-size: 18px;
    top: -20px;
  }
}
#event .enTtl {
  font-style: italic;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
  font-family: var(--ff-en);
  font-size: 60px;
}
@media all and (max-width: 767px) {
  #event .enTtl {
    font-size: 30px;
  }
}
#event .eventCnt {
  padding: 120px 30px;
}
@media all and (max-width: 767px) {
  #event .eventCnt {
    padding: 60px 15px;
  }
}
#event .eventCnt .enTtl {
  color: #000;
}
#event .eventCnt .lclNav {
  color: #000;
  padding: 60px 0px;
}
@media all and (max-width: 767px) {
  #event .eventCnt .lclNav {
    padding: 30px 0;
  }
}
#event .eventCnt .lclNav ul {
  display: flex;
}
@media all and (min-width: 768px) {
  #event .eventCnt .lclNav ul {
    border: solid 1px #000;
  }
}
@media all and (max-width: 767px) {
  #event .eventCnt .lclNav ul {
    flex-wrap: wrap;
    border-top: solid 1px #000;
    border-left: solid 1px #000;
  }
}
#event .eventCnt .lclNav ul li {
  width: 20%;
  border-right: solid 1px #000;
}
@media all and (min-width: 768px) {
  #event .eventCnt .lclNav ul li:last-child {
    border-right: none;
  }
}
@media all and (max-width: 767px) {
  #event .eventCnt .lclNav ul li {
    width: 33.33%;
    border-bottom: solid 1px #000;
  }
}
#event .eventCnt .lclNav ul a {
  text-align: center;
  color: inherit;
  display: flex;
  text-decoration: none;
  justify-content: center;
  flex-direction: column;
  padding: 1em 0;
  font-size: 18px;
}
@media all and (max-width: 767px) {
  #event .eventCnt .lclNav ul a {
    font-size: 14px;
  }
}
#event .eventCnt .lclNav ul a:hover {
  opacity: 0.6;
}
#event .eventCnt .lclNav ul a:after {
  background: url(../images/arw-d-blk.svg) center center/100% auto no-repeat;
  content: "";
  display: inline-block;
  width: 20px;
  height: 10px;
  margin: 0.5em auto 0;
}
#event .eventCnt__info {
  display: flex;
  flex-direction: column;
  color: #000;
  letter-spacing: 0.05em;
  gap: 4rem;
  line-height: 1.7;
  font-size: 16px;
  margin-top: 30px;
  margin-bottom: 120px;
}
@media all and (max-width: 767px) {
  #event .eventCnt__info {
    text-align: left;
    font-size: 14px;
    margin-top: 30px;
    margin-bottom: 60px;
  }
}
#event .eventCnt__info dt {
  font-weight: bold;
  margin-bottom: 0.5em;
  font-size: 20px;
}
@media all and (max-width: 767px) {
  #event .eventCnt__info dt {
    font-size: 18px;
  }
}
#event .eventCnt__info .prof {
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 767px) {
  #event .eventCnt__info .prof {
    flex-direction: column;
  }
}
#event .eventCnt__info .prof__img {
  width: 180px;
}
@media all and (min-width: 768px) {
  #event .eventCnt__info .prof__txtarea {
    width: calc(100% - 210px);
  }
}
@media all and (max-width: 767px) {
  #event .eventCnt__info .prof__txtarea {
    margin-top: 15px;
  }
}
#event .eventCnt__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
#event .eventCnt .evtSec {
  background: #000;
  color: fff;
}
#event .eventCnt .evtSec__ttl {
  width: 100%;
  border: none;
  outline: none;
  color: var(--cc-goldD);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px;
}
@media all and (min-width: 768px) {
  #event .eventCnt .evtSec__ttl {
    cursor: pointer;
  }
}
@media all and (max-width: 767px) {
  #event .eventCnt .evtSec__ttl {
    padding: 20px 20px;
  }
}
#event .eventCnt .evtSec__ttl .txt {
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 26px;
}
@media all and (max-width: 767px) {
  #event .eventCnt .evtSec__ttl .txt {
    font-size: 18px;
    line-height: 1.4;
  }
}
#event .eventCnt .evtSec__ttl .ico {
  position: relative;
  width: 20px;
  height: 20px;
}
#event .eventCnt .evtSec__ttl .ico:before {
  background: var(--cc-goldD);
  position: absolute;
  width: 100%;
  height: 1px;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#event .eventCnt .evtSec__ttl .ico:after {
  background: var(--cc-goldD);
  position: absolute;
  width: 1px;
  height: 100%;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#event .eventCnt .evtSec__ttl.-open .ico:after {
  display: none;
}
#event .eventCnt .evtSec__cnt {
  display: none;
}
#event .eventCnt .evtSec__cnt__in {
  display: flex;
  flex-direction: column;
  border-top: solid 2px var(--cc-gold);
  padding: 80px;
  gap: 80px;
}
@media all and (max-width: 767px) {
  #event .eventCnt .evtSec__cnt__in {
    padding: 20px;
    gap: 40px;
  }
}
#event .eventCnt .evtSec__cnt .eTtl {
  font-style: italic;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
  font-family: var(--ff-en);
  color: var(--cc-goldD);
  font-size: 20px;
  margin-bottom: 0.5em;
}
@media all and (max-width: 767px) {
  #event .eventCnt .evtSec__cnt .eTtl {
    font-size: 15px;
  }
}
#event .eventCnt .evtSec__cnt .cs {
  text-align: center;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
  font-family: var(--ff-en);
  color: var(--cc-goldD);
  font-size: 20px;
  padding: 3em 0;
}
@media all and (max-width: 767px) {
  #event .eventCnt .evtSec__cnt .cs {
    font-size: 15px;
  }
}
#event .eventCnt .evtSec__cnt .evt {
  display: flex;
  flex-direction: column;
  letter-spacing: 0.1em;
  gap: 40px;
}
#event .eventCnt .evtSec__cnt .evt .evtTtl {
  font-weight: 600;
  line-height: normal;
  font-size: 28px;
  margin-bottom: 0.5em;
}
@media all and (max-width: 767px) {
  #event .eventCnt .evtSec__cnt .evt .evtTtl {
    font-size: 23px;
  }
}
#event .eventCnt .evtSec__cnt .evt .dateTxt {
  font-weight: 600;
  font-size: 18px;
}
@media all and (max-width: 767px) {
  #event .eventCnt .evtSec__cnt .evt .dateTxt {
    font-size: 15px;
  }
}
#event .eventCnt .evtSec__cnt .evt .dateTxt .note {
  font-weight: normal;
  font-size: 0.8em;
}
#event .eventCnt .evtSec__cnt .evt__cnt {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
#event .eventCnt .evtSec__cnt .evt__cnt .pList {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
@media all and (max-width: 767px) {
  #event .eventCnt .evtSec__cnt .evt__cnt .pList {
    gap: 25px 15px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (min-width: 768px) {
  #event .eventCnt .evtSec__cnt .evt__cnt .pList .pItem {
    width: 220px;
  }
}
#event .eventCnt .evtSec__cnt .evt__cnt .pList .pItem__img {
  line-height: 0;
}
#event .eventCnt .evtSec__cnt .evt__cnt .pList .pItem__txtarea {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  margin-top: 1.5em;
  text-align: center;
  line-height: normal;
}
@media all and (max-width: 767px) {
  #event .eventCnt .evtSec__cnt .evt__cnt .pList .pItem__txtarea {
    font-size: 14px;
  }
}
#event .eventCnt .evtSec__cnt .evt__cnt .pList .pItem__txtarea .txt1 {
  font-size: 0.8em;
}
@media all and (max-width: 767px) {
  #event .eventCnt .evtSec__cnt .evt__cnt .pList .pItem__txtarea .txt1 {
    font-size: 0.7em;
  }
}
#event .eventCnt .evtSec__cnt .evt__clm .txtarea {
  line-height: 2;
  letter-spacing: 0.05em;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  gap: 1.5em;
}
@media all and (max-width: 767px) {
  #event .eventCnt .evtSec__cnt .evt__clm .txtarea {
    line-height: 1.6;
  }
}
#event .eventCnt .evtSec__cnt .evt__clm .txtarea strong {
  font-weight: 600;
}
#event .eventCnt .evtSec__cnt .evt__clm .txtarea .-note {
  letter-spacing: 0;
  font-size: 0.7em;
}
#event .eventCnt .evtSec__cnt .evt__clm.-img {
  display: flex;
  flex-direction: column;
  gap: 2em;
}
@media all and (min-width: 768px) {
  #event .eventCnt .evtSec__cnt .evt__clm.-img {
    justify-content: space-between;
  }
}
@media all and (max-width: 767px) {
  #event .eventCnt .evtSec__cnt .evt__clm.-img {
    gap: 2em;
  }
}
#event .eventCnt .evtSec__cnt .evt__clm.-img .imgBox__list {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  line-height: 0;
}
#event .eventCnt .evtSec__cnt .evt__clm.-img .imgBox__list img {
  height: auto;
}
@media all and (min-width: 768px) {
  #event .eventCnt .evtSec__cnt .evt__clm.-img .imgBox__list img {
    max-width: 350px;
  }
}
#event .eventCnt .evtSec__cnt .evt__clm.-img .imgBox .credit {
  margin-top: 1rem;
}
#event .eventCnt .evtSec__cnt .evt__clm.-img .imgBox p {
  letter-spacing: 0;
  line-height: normal;
  font-size: 12px;
}
#event .eventCnt .evtSec__cnt .evt__clm.-imgV {
  display: flex;
}
@media all and (min-width: 768px) {
  #event .eventCnt .evtSec__cnt .evt__clm.-imgV {
    justify-content: space-between;
  }
}
@media all and (max-width: 767px) {
  #event .eventCnt .evtSec__cnt .evt__clm.-imgV {
    flex-direction: column;
    gap: 2em;
  }
}
@media all and (min-width: 768px) {
  #event .eventCnt .evtSec__cnt .evt__clm.-imgV .txtarea {
    width: 60%;
  }
}
#event .eventCnt .evtSec__cnt .evt__clm.-imgV .imgBox {
  display: flex;
  flex-direction: column;
  gap: 1em;
  line-height: 0;
}
#event .eventCnt .evtSec__cnt .evt__clm.-imgV .imgBox p {
  letter-spacing: 0;
  line-height: normal;
  font-size: 12px;
}
@media all and (min-width: 768px) {
  #event .eventCnt .evtSec__cnt .evt__clm.-imgV .imgBox {
    width: 35%;
  }
}
#event .eventCnt .evtSec__cnt .btnClm {
  display: flex;
  justify-content: center;
}
#event .eventCnt .evtSec__cnt .btnClm a {
  display: block;
  width: 100%;
  background: var(--cc-red);
  color: #fff;
  text-align: center;
  padding: 25px 0;
  font-size: 20px;
  letter-spacing: 0.1em;
  max-width: 560px;
  border-radius: 7px;
}
#event .eventCnt .evtSec__cnt .btnClm a:hover {
  text-decoration: none;
}
@media all and (min-width: 768px) {
  #event .eventCnt .evtSec__cnt .btnClm a {
    transition: opacity 0.3s;
  }
  #event .eventCnt .evtSec__cnt .btnClm a:hover {
    opacity: 0.7;
  }
}
@media all and (max-width: 767px) {
  #event .eventCnt .evtSec__cnt .btnClm a {
    padding: 15px 0;
    font-size: 16px;
  }
}
#event .eventCnt .accessSec__cnt {
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin-top: 30px;
}
@media all and (max-width: 767px) {
  #event .eventCnt .accessSec__cnt {
    margin-top: 20px;
    gap: 30px;
  }
}
#event .eventCnt .accessSec__info {
  display: flex;
}
@media all and (min-width: 768px) {
  #event .eventCnt .accessSec__info {
    gap: 5%;
  }
}
@media all and (max-width: 767px) {
  #event .eventCnt .accessSec__info {
    flex-direction: column;
    gap: 30px;
  }
}
#event .eventCnt .accessSec__info .storeImg {
  line-height: 0;
}
@media all and (min-width: 768px) {
  #event .eventCnt .accessSec__info .storeImg {
    width: 40%;
  }
}
#event .eventCnt .accessSec__info .storeImg img {
  width: 100%;
}
#event .eventCnt .accessSec__info .list {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
@media all and (min-width: 768px) {
  #event .eventCnt .accessSec__info .list {
    width: 55%;
  }
}
#event .eventCnt .accessSec__info .list dl {
  display: flex;
}
#event .eventCnt .accessSec__info .list dl dt {
  color: var(--cc-goldD);
  width: 95px;
}
#event .eventCnt .accessSec__info .list dl dd {
  width: calc(100% - 95px);
}
#event .eventCnt .accessSec__info .list dl dd .-sml {
  font-size: 0.7em;
}
#event .eventCnt .accessSec__gmap {
  height: 400px;
}
#event .eventCnt .accessSec__gmap iframe {
  width: 100%;
  height: 100%;
}
#event .eventCnt button {
  padding: 0;
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
}
#event .eventCnt button.-prof:after {
  border-radius: 50%;
  content: "";
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 30px;
  height: 30px;
  background: url(../images/ico-note.svg) center center/auto 60% rgba(255, 255, 255, 0.8) no-repeat;
}
@media all and (min-width: 768px) {
  #event .eventCnt button.-prof {
    transition: opacity 0.2s;
  }
  #event .eventCnt button.-prof:hover {
    opacity: 0.7;
  }
}
#event .lineupSec {
  background: #000;
  padding: 120px 50px;
}
@media all and (max-width: 767px) {
  #event .lineupSec {
    padding: 50px 15px;
  }
}
#event .lineupSec .copy {
  font-weight: bold;
  font-size: 24px;
  margin-top: 1em;
}
@media all and (max-width: 767px) {
  #event .lineupSec .copy {
    font-size: 18px;
  }
}
#event .lineupSec__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 60px;
}
@media all and (max-width: 767px) {
  #event .lineupSec__list {
    gap: 20px;
    margin-top: 30px;
  }
}
#event .lineupSec__list .item {
  background: #fff;
  color: #000;
  display: flex;
}
@media all and (max-width: 767px) {
  #event .lineupSec__list .item {
    flex-direction: column;
  }
}
#event .lineupSec__list .item__img {
  line-height: 0;
}
@media all and (min-width: 768px) {
  #event .lineupSec__list .item__img {
    width: 50%;
  }
  #event .lineupSec__list .item__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#event .lineupSec__list .item__txtarea {
  position: relative;
}
@media all and (min-width: 768px) {
  #event .lineupSec__list .item__txtarea {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 3%;
  }
}
@media all and (max-width: 767px) {
  #event .lineupSec__list .item__txtarea {
    padding: 20px;
  }
}
#event .lineupSec__list .item__txtarea .ttl {
  font-family: var(--ff-en);
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0.1em;
  line-height: 1;
  font-size: 32px;
}
@media all and (max-width: 767px) {
  #event .lineupSec__list .item__txtarea .ttl {
    font-size: 24px;
  }
}
#event .lineupSec__list .item__txtarea .txt {
  margin-top: 1em;
  line-height: 1.8;
}
#event .lineupSec__list .item__txtarea .btnClm {
  justify-content: flex-end;
}
#event .lineupSec__list .itemL {
  position: relative;
}
@media all and (min-width: 768px) {
  #event .lineupSec__list .itemL__txtarea {
    position: absolute;
    left: 5%;
    top: 5%;
  }
}
@media all and (max-width: 767px) {
  #event .lineupSec__list .itemL__txtarea {
    margin-top: -10%;
  }
}
#event .lineupSec__list .itemL__txtarea .ttl .txt1 {
  letter-spacing: 0.1em;
  margin-bottom: 0.5em;
}
#event .lineupSec__list .itemL__txtarea .ttl .txt2 {
  font-family: var(--ff-en);
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0.1em;
  line-height: 1;
  font-size: 32px;
}
@media all and (max-width: 767px) {
  #event .lineupSec__list .itemL__txtarea .ttl .txt2 {
    font-size: 26px;
  }
}
#event .lineupSec__list .itemL__txtarea .btnClm a {
  color: #fff;
  border-color: var(--cc-gold);
}
#event .lineupSec__list .itemL__txtarea .btnClm a:after {
  background: url(../images/arw-d.svg) center center/100% auto no-repeat;
}
#event .lineupSec__list .btnClm {
  display: flex;
  margin-top: 32px;
}
@media all and (max-width: 767px) {
  #event .lineupSec__list .btnClm {
    margin-top: 26px;
  }
}
#event .lineupSec__list .btnClm a {
  display: flex;
  align-items: center;
  line-height: 1;
  gap: 16px;
  padding-bottom: 0.5em;
  border-bottom: solid 1px #000;
  font-size: 14px;
}
@media all and (max-width: 767px) {
  #event .lineupSec__list .btnClm a {
    gap: 14px;
  }
}
#event .lineupSec__list .btnClm a:after {
  background: url(../images/arw-d-blk.svg) center center/100% auto no-repeat;
  content: "";
  width: 20px;
  height: 20px;
  transform: rotate(-90deg);
}
@media all and (min-width: 768px) {
  #event .lineupSec__list .btnClm a {
    text-decoration: none;
  }
}
#event .reqSec {
  background: var(--cc-grayD);
  padding: 120px 50px 170px;
}
@media all and (max-width: 767px) {
  #event .reqSec {
    padding: 50px 15px 120px;
  }
}
#event .reqSec__cnt {
  background: #fff;
  position: relative;
  color: #000;
  width: 100%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 50px;
}
@media all and (max-width: 767px) {
  #event .reqSec__cnt {
    padding: 30px 15px;
  }
}
#event .reqSec__ttl {
  text-align: center;
  font-size: 22px;
  margin-bottom: 3em;
}
@media all and (max-width: 767px) {
  #event .reqSec__ttl {
    font-size: 18px;
    margin-bottom: 2em;
  }
}
#event .reqSec__txt {
  display: flex;
  flex-direction: column;
  gap: 3em;
  line-height: 2;
  font-size: 14px;
}
@media all and (max-width: 767px) {
  #event .reqSec__txt {
    gap: 2em;
    line-height: 1.8;
    font-size: 12px;
  }
}
#event .reqSec__txt a {
  text-decoration: underline;
}
#event .reqSec__txt img {
  width: 100%;
  max-width: 800px;
  padding-top: 0.5em;
}
#event .reqSec__txt .list {
  text-indent: -1em;
  padding-left: 1em;
}
#event .reqSec__txt .bold {
  font-weight: bold;
  text-decoration: underline;
}
#event .mot-up {
  opacity: 0;
  transform: translateY(50px);
  transform-style: preserve-3d;
  transition-property: opacity, transform;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0.3ms;
}
#event .mot-up.-step1 {
  transition-delay: 100ms;
}
#event .mot-up.-step2 {
  transition-delay: 200ms;
}
#event .mot-up.-step3 {
  transition-delay: 500ms;
}
#event .mot-up.-step4 {
  transition-delay: 800ms;
}
#event .js-iv.-viewed {
  opacity: 1;
  transform: translateY(0);
}
#event .js-iv.-viewed .mot-up {
  opacity: 1;
  transform: translateY(0);
}
#event .yt {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#event .yt iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.is-btnFix .fixBtnBlock {
  position: absolute !important;
}

.remodal-overlay {
  background: rgba(0, 0, 0, 0.85);
}

.remodal-close {
  left: auto;
  right: 0;
  color: var(--cc-goldD);
}

.remodal.-kubota {
  border: var(--cc-goldD) solid 2px;
  color: #fff;
  background: #000;
  padding: 40px;
  max-width: 600px;
  text-align: left;
  line-height: 2;
  font-size: 16px;
}
@media all and (max-width: 767px) {
  .remodal.-kubota {
    padding: 25px;
    font-size: 14px;
  }
}/*# sourceMappingURL=style.css.map */