@charset "UTF-8";
/*------------------------------------------
  Base Layout
------------------------------------------*/
html {
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 1.6em;
  letter-spacing: 0.04em;
  background: #FFF000;
  color: #000;
  line-height: 1.5625;
  -webkit-font-smoothing: antialiased;
}
body:before {
  content: "";
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-image: url(../images/bg-page.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

a {
  color: #000;
  text-decoration: none;
  transition: opacity 0.4s ease;
}
a:hover {
  opacity: 0.7;
}

.is--tab {
  display: none;
}

.is--sp {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .is--tab {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  body {
    font-size: clamp(14px, 4vw, 1.6em);
  }
  a:hover {
    opacity: 1;
  }
  .is--pc {
    display: none;
  }
  .is--sp {
    display: block;
  }
}
/*------------------------------------------
  layout
------------------------------------------*/
.l-wrapper {
  position: relative;
  overflow: hidden;
}

.l-main {
  position: relative;
  padding: 40px 0 0;
}

@media only screen and (max-width: 767px) {
  .l-main {
    padding: 135px 0 0;
  }
}
/*------------------------------------------
  component
------------------------------------------*/
/* ========== ttl ========== */
.c-ttl01 {
  text-align: center;
  position: relative;
  font-size: 2.4rem;
  letter-spacing: 0.03em;
  font-weight: 800;
  margin-bottom: 24px;
}
.c-ttl01:before, .c-ttl01:after {
  content: "";
  width: 30%;
  height: 6px;
  border: 3px solid #000;
  box-shadow: 0px 2px 0px 0px black;
  background: #FFF000;
  border-radius: 100px;
  position: absolute;
  top: 50%;
  margin-top: -6px;
}
.c-ttl01:before {
  left: 0;
}
.c-ttl01:after {
  right: 0;
}
.c-ttl01 span {
  display: inline-block;
  padding: 0 1em;
}
.c-ttl01 span.en {
  font-family: "Nunito", "Zen Maru Gothic", sans-serif;
  letter-spacing: 0;
}

@media only screen and (max-width: 767px) {
  .c-ttl01 {
    font-size: 2rem;
  }
}
.c-ttl02 {
  text-align: center;
  background: #FFF000;
  border-radius: 100px;
  font-size: 2.4rem;
  padding: 0.2em 0;
  border: 3px solid #000;
  box-shadow: 0px 2px 0px 0px black;
  margin-bottom: 40px;
}
.c-ttl02 .en {
  font-family: "Nunito", "Zen Maru Gothic", sans-serif;
}

@media only screen and (max-width: 767px) {
  .c-ttl02 {
    border-radius: 60px;
    font-size: 2rem;
    padding: 0.2em 0;
    margin-bottom: 20px;
  }
}
.c-ttl03 {
  display: inline-block;
  background: #FFF000;
  border: 4px solid #000;
  border-bottom: none;
  border-radius: 30px 30px 0 0/30px 30px 0 0;
  padding: 12px 12px 0;
}
.c-ttl03 span {
  display: block;
  background: #FE6D58;
  border: 4px solid #000;
  border-bottom: none;
  border-radius: 20px 20px 0 0/20px 20px 0 0;
  padding: 2px 10px 6px;
}
.c-ttl03 img {
  height: clamp(56px, 7.03125vw, 90px);
  width: auto;
}

@media only screen and (max-width: 767px) {
  .c-ttl03 {
    border-radius: 16px 16px 0 0/16px 16px 0 0;
    padding: 8px 8px 0;
  }
  .c-ttl03 span {
    border-radius: 10px 10px 0 0/10px 10px 0 0;
    padding: 2px 0 6px;
  }
  .c-ttl03 .is--sp {
    display: inline-block;
  }
  .c-ttl03 img {
    height: clamp(27px, 13.5vw, 54px);
  }
}
/* ========== btn ========== */
.c-btn01 {
  display: inline-block;
  background: #fff;
  border-radius: 100px;
  padding: 8px;
  border: 4px solid #000;
  box-shadow: 0px 4px 0px 0px black;
  line-height: 1.2;
  transition: 0.4s;
}
.c-btn01__inner {
  position: relative;
  background: #FFF000;
  border-radius: 100px;
  border: 4px solid #000;
  height: 67px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 26px;
  padding-left: 90px;
  padding-right: 36px;
  transition: 0.4s;
}
.c-btn01 .ico {
  width: 67px;
  height: 67px;
  border: 4px solid #000;
  border-radius: 50%;
  position: absolute;
  left: -4px;
  top: -4px;
  background-color: #FFF;
  background-image: url(../images/arrow-r01.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px;
  transition: 0.4s;
}
.c-btn01 .ico.instagram {
  background-image: url(../images/ico-instagram02.svg);
}
.c-btn01 .ico.link {
  background-image: url(../images/ico-link.svg);
}
.c-btn01 .ico.pdf {
  background-image: url(../images/ico-pdf.svg);
}
.c-btn01 .ico.map {
  background-image: url(../images/ico-map.svg);
}
.c-btn01 .ico.back {
  background-image: url(../images/arrow-l01.svg);
}
.c-btn01 .txt {
  font-size: 2.4rem;
  letter-spacing: 0.03em;
}
.c-btn01 .txt.en {
  font-family: "Nunito", "Zen Maru Gothic", sans-serif;
  font-weight: 800;
}

@media only screen and (min-width: 768px) {
  .c-btn01:hover {
    opacity: 1;
    box-shadow: none;
    transform: translateY(4px);
  }
  .c-btn01:hover .c-btn01__inner {
    padding-left: 36px;
    padding-right: 90px;
  }
  .c-btn01:hover .ico {
    left: 100%;
    margin-left: -63px;
  }
}
@media only screen and (max-width: 767px) {
  .c-btn01__inner {
    height: 57px;
    gap: 0 12px;
    padding-left: 69px;
    padding-right: 26px;
  }
  .c-btn01 .ico {
    width: 57px;
    height: 57px;
  }
  .c-btn01 .txt {
    font-size: clamp(16px, 5vw, 2rem);
    letter-spacing: 0;
  }
}
/* ========== block ========== */
.c-block01 {
  background: #fff;
  border-radius: 30px;
  border: 4px solid #000;
  box-shadow: 0px 4px 0px 0px black;
  padding: 12px;
}
.c-block01__inner {
  border-radius: 20px;
  border: 4px solid #000;
  background: #FFF8B1;
  padding: 100px clamp(20px, 3.125vw, 40px) 60px;
}

@media only screen and (max-width: 767px) {
  .c-block01 {
    border-radius: 16px;
    padding: 8px;
  }
  .c-block01__inner {
    border-radius: 10px;
    padding: 80px 12px 60px;
  }
}
.c-block02 {
  display: block;
  background: #FFF000;
  border-radius: 30px;
  border: 4px solid #000;
  box-shadow: 0px 4px 0px 0px black;
  padding: 12px;
  position: relative;
}
.c-block02:before, .c-block02:after {
  content: "";
  width: 14px;
  height: 14px;
  border: 3px solid #000;
  box-shadow: 0px 2px 0px 0px black;
  background: #FFF000;
  border-radius: 50%;
  position: absolute;
  z-index: 2;
  top: 32px;
}
.c-block02:before {
  left: 32px;
}
.c-block02:after {
  right: 32px;
}
.c-block02__inner {
  border-radius: 20px;
  border: 4px solid #000;
  background: #fff;
  position: relative;
  padding: 55px clamp(28px, 4.296875vw, 55px);
}
.c-block02__inner:before, .c-block02__inner:after {
  content: "";
  width: 14px;
  height: 14px;
  border: 3px solid #000;
  box-shadow: 0px 2px 0px 0px black;
  background: #FFF000;
  border-radius: 50%;
  position: absolute;
  z-index: 2;
  bottom: 16px;
}
.c-block02__inner:before {
  left: 16px;
}
.c-block02__inner:after {
  right: 16px;
}
.c-block02__inner.small {
  border-radius: 16px;
  padding: 55px clamp(18px, 2.8125vw, 36px);
}

@media only screen and (max-width: 767px) {
  .c-block02 {
    border-radius: 16px;
    padding: 8px;
  }
  .c-block02:before, .c-block02:after {
    width: 10px;
    height: 10px;
    top: 18px;
  }
  .c-block02:before {
    left: 18px;
  }
  .c-block02:after {
    right: 18px;
  }
  .c-block02__inner {
    border-radius: 10px;
    padding: 55px 24px;
  }
  .c-block02__inner:before, .c-block02__inner:after {
    width: 10px;
    height: 10px;
    bottom: 6px;
  }
  .c-block02__inner:before {
    left: 6px;
  }
  .c-block02__inner:after {
    right: 6px;
  }
  .c-block02__inner.small {
    border-radius: 10px;
    padding: 36px 16px;
  }
}
/* ========== box ========== */
.c-box01 {
  position: relative;
  margin-top: 24px;
}
.c-box01:first-child {
  margin-top: 0;
}
.c-box01:before {
  content: "";
  width: 100%;
  height: 3px;
  background: #000;
  border-radius: 8px;
  position: absolute;
  top: 0;
  left: 0;
}
.c-box01__ttl {
  padding-top: 1.2em;
  margin-bottom: 1em;
}
.c-box01__txt {
  font-weight: 500;
  letter-spacing: 0;
}

.c-box02__lead {
  text-align: center;
  margin-bottom: 40px;
}
.c-box02__btn {
  display: -moz-flex;
  display: flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px 40px;
  margin-bottom: 60px;
}
.c-box02__btn:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .c-box02__lead {
    margin-left: auto;
    margin-right: auto;
    max-width: 57.5vw;
  }
  .c-box02__btn {
    gap: 40px 40px;
    margin-bottom: 40px;
  }
}
/* ========== img ========== */
.c-img {
  background: #fff;
  border: 4px solid #000;
  border-radius: 30px;
  padding: 12px;
  box-shadow: 0px 4px 0px 0px black;
}
.c-img img {
  border: 4px solid #000;
  border-radius: 20px;
}

@media only screen and (max-width: 767px) {
  .c-img {
    border-radius: 16px;
    padding: 8px;
  }
  .c-img img {
    border-radius: 10px;
  }
}
/* ========== detail ========== */
.c-detail {
  max-width: 1280px;
  margin: auto;
}
.c-detail__inner {
  padding-bottom: 120px;
}
.c-detail .detail-head {
  max-width: 1280px;
  margin: 0 auto 40px;
}
.c-detail .detail-head:before, .c-detail .detail-head:after {
  width: calc((100% - 10em) / 2);
}
.c-detail .detail-ttl {
  font-size: 3.2rem;
  letter-spacing: 0.02em;
  line-height: 1.375;
  max-width: 1280px;
  margin: 0 auto 50px;
}
.c-detail .detail-thumb {
  max-width: 1280px;
  margin: auto;
  text-align: center;
}
.c-detail .detail-date {
  max-width: 1280px;
  margin: 80px auto 0;
  display: -moz-flex;
  display: flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  justify-content: flex-end;
  font-size: 1.2rem;
  gap: 0 1.3em;
  text-align: right;
}
.c-detail .detail-entry {
  max-width: 960px;
  margin: 60px auto 0;
}
.c-detail .detail-entry__head {
  margin-bottom: 60px;
}
.c-detail .detail-entry__head figcaption {
  font-size: 1.2rem;
  margin-top: 10px;
}
.c-detail .detail-entry__info {
  margin-bottom: 80px;
}
.c-detail .detail-entry__info .info-sub {
  margin-top: 60px;
  font-size: 1.2rem;
  font-weight: 500;
}
.c-detail .detail-entry__theme {
  margin-bottom: 60px;
}
.c-detail .detail-entry__theme .theme-lead {
  font-family: "Nunito", "Zen Maru Gothic", sans-serif;
  font-size: 2.8rem;
  letter-spacing: 0;
  font-weight: 800;
}
.c-detail .detail-entry__contents .contents-block {
  margin-bottom: 40px;
}
.c-detail .detail-entry__contents .contents-block:last-child {
  margin-bottom: 0;
}
.c-detail .detail-entry__contents .contents-block__ttl {
  font-family: "Nunito", "Zen Maru Gothic", sans-serif;
  font-size: 2.8rem;
  letter-spacing: 0;
  font-weight: 800;
}
.c-detail .detail-entry__contents .contents-block__txt {
  margin-top: 0.7em;
}
.c-detail .detail-foot {
  margin-top: 120px;
}
.c-detail .detail-more {
  max-width: 960px;
  margin: 120px auto 0;
}
.c-detail .detail-more__head {
  text-align: center;
}
.c-detail .detail-more--wanted .wanted-head:before, .c-detail .detail-more--wanted .wanted-head:after {
  width: calc((100% - 8em) / 2);
}
.c-detail .detail-more--wanted .wanted-head {
  margin-bottom: 24px;
}
.c-detail .detail-more--wanted .wanted-entry {
  width: 82%;
  margin: auto;
}
.c-detail .detail-more--wanted .wanted-entry__head {
  margin-bottom: 40px;
}
.c-detail .detail-more--wanted .wanted-entry__foot {
  margin-top: 64px;
}
.c-detail .detail-more--wanted .wanted-foot {
  margin-top: 64px;
}
.c-detail .detail-more--exhibitor .exhibitor-block {
  margin-bottom: 40px;
}
.c-detail .detail-more--exhibitor .exhibitor-block:last-child {
  margin-bottom: 0;
}
.c-detail .detail-more--exhibitor .exhibitor-block__head {
  margin-bottom: 40px;
}
.c-detail .detail-more--exhibitor .exhibitor-block__head:before, .c-detail .detail-more--exhibitor .exhibitor-block__head:after {
  width: calc((100% - 9em) / 2);
}
.c-detail .detail-more--exhibitor .exhibitor-block__list {
  display: -moz-flex;
  display: flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  gap: 40px 5%;
}
.c-detail .detail-more--exhibitor .exhibitor-block__list .list-item {
  width: 30%;
}
.c-detail .detail-more--exhibitor .exhibitor-block__list .item-img {
  border: 3px solid #000;
  background: #FFF000;
  padding: 5px;
  border-radius: 50%;
  box-shadow: 0px 2px 0px 0px black;
  margin-bottom: 16px;
}
.c-detail .detail-more--exhibitor .exhibitor-block__list .item-img img {
  border: 3px solid #000;
  border-radius: 50%;
  width: 100%;
}
.c-detail .detail-more--exhibitor .exhibitor-block__list .item-category {
  margin-bottom: 20px;
  display: -moz-flex;
  display: flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  gap: 8px 8px;
}
.c-detail .detail-more--exhibitor .exhibitor-block__list .item-category span {
  font-family: "Nunito", "Zen Maru Gothic", sans-serif;
  font-weight: 800;
  font-size: 1.2rem;
  line-height: 1.2;
  border: 3px solid #000;
  box-shadow: 0px 2px 0px 0px black;
  border-radius: 100px;
  padding: 3px 1em;
  letter-spacing: 0;
}
.c-detail .detail-more--exhibitor .exhibitor-block__list .item-category .cat01 {
  background: #FFF000;
}
.c-detail .detail-more--exhibitor .exhibitor-block__list .item-category .cat02 {
  background: #F09AFF;
}
.c-detail .detail-more--exhibitor .exhibitor-block__list .item-category .cat03 {
  background: #BBFF97;
}
.c-detail .detail-more--exhibitor .exhibitor-block__list .item-category .cat04 {
  background: #7AD5FF;
}
.c-detail .detail-more--exhibitor .exhibitor-block__list .item-category .cat05 {
  background: #F7A700;
}
.c-detail .detail-more--exhibitor .exhibitor-block__list .item-ttl {
  font-size: 2.4rem;
  line-height: 1.375;
}
.c-detail .detail-more--exhibitor .exhibitor-block__list .item-txt {
  margin-top: 8px;
}
.c-detail .detail-more--exhibitor .exhibitor-block__list .item-txt__inner {
  font-size: 1.2rem;
  position: relative;
}
.c-detail .detail-more--exhibitor .exhibitor-block__list .item-txt__inner .leader {
  position: absolute;
  right: 0;
  background: #fff;
  z-index: 1;
}
.c-detail .detail-more--exhibitor .exhibitor-block__list .item-txt__more {
  display: block;
  margin-top: 8px;
  font-size: 1.4rem;
  font-weight: 800;
  font-family: "Nunito", "Zen Maru Gothic", sans-serif;
  letter-spacing: 0;
  padding-left: 24px;
  background: url(../images/arrow-d01.svg) no-repeat left center;
  background-size: 16px;
}
.c-detail .detail-more--exhibitor .exhibitor-block__list .item-link {
  margin-top: 20px;
}
.c-detail .detail-more--exhibitor .exhibitor-block__list .item-link li {
  margin-bottom: 10px;
}
.c-detail .detail-more--exhibitor .exhibitor-block__list .item-link li:last-child {
  margin-bottom: 0;
}
.c-detail .detail-more--exhibitor .exhibitor-block__list .item-link a {
  display: block;
  padding-left: 32px;
  background-image: url(../images/ico-link.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 24px;
  font-size: 1.4rem;
}
.c-detail .detail-more--exhibitor .exhibitor-block__list .item-link .en {
  font-family: "Nunito", "Zen Maru Gothic", sans-serif;
  font-weight: 800;
  letter-spacing: 0;
}
.c-detail .detail-more--exhibitor .exhibitor-block__list .item-link .instagram {
  background-image: url(../images/ico-instagram02.svg);
}
.c-detail .detail-more--freepaper .freepaper-block__img {
  display: -moz-flex;
  display: flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  gap: 10px 2%;
}
.c-detail .detail-more--freepaper .freepaper-block__img > div {
  width: 49%;
}
.c-detail .detail-more--freepaper .freepaper-block__btn {
  margin-top: 40px;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .c-detail .detail-entry {
    width: 80%;
  }
  .c-detail .detail-more--exhibitor .exhibitor-block__list {
    gap: 40px 4%;
  }
  .c-detail .detail-more--exhibitor .exhibitor-block__list .list-item {
    width: 48%;
  }
}
@media only screen and (max-width: 767px) {
  .c-detail__inner {
    padding-bottom: 60px;
  }
  .c-detail .detail-head {
    margin-bottom: 24px;
  }
  .c-detail .detail-head:before, .c-detail .detail-head:after {
    width: calc((100% - 8em) / 2);
  }
  .c-detail .detail-ttl {
    font-size: 2rem;
    margin-bottom: 40px;
  }
  .c-detail .detail-thumb .c-block02__inner {
    padding: 36px 16px;
  }
  .c-detail .detail-date {
    margin-top: 40px;
    margin-bottom: 80px;
    gap: 10px 0;
  }
  .c-detail .detail-date p {
    width: 100%;
  }
  .c-detail .detail-entry {
    width: 57.5vw;
    margin: 40px auto 0;
  }
  .c-detail .detail-entry__head {
    margin-bottom: 40px;
  }
  .c-detail .detail-entry__head p {
    text-align: justify;
  }
  .c-detail .detail-entry__info {
    margin-bottom: 40px;
  }
  .c-detail .detail-entry__info .info-sub {
    margin-top: 40px;
  }
  .c-detail .detail-entry__theme {
    margin-bottom: 75px;
  }
  .c-detail .detail-entry__theme .theme-lead {
    font-size: 2rem;
  }
  .c-detail .detail-entry__contents .contents-block {
    margin-bottom: 20px;
  }
  .c-detail .detail-entry__contents .contents-block__ttl {
    font-size: 2rem;
  }
  .c-detail .detail-entry__contents .contents-block__txt {
    margin-top: 0.4em;
  }
  .c-detail .detail-foot {
    margin-top: 60px;
  }
  .c-detail .detail-more {
    margin-top: 60px;
  }
  .c-detail .detail-more--wanted .wanted-head:before, .c-detail .detail-more--wanted .wanted-head:after {
    width: calc((100% - 6.5em) / 2);
  }
  .c-detail .detail-more--wanted .wanted-head {
    margin-bottom: 40px;
  }
  .c-detail .detail-more--wanted .wanted-entry {
    width: 100%;
  }
  .c-detail .detail-more--wanted .wanted-entry__head {
    margin-bottom: 40px;
  }
  .c-detail .detail-more--exhibitor .c-block02__inner {
    padding-left: 16px;
    padding-right: 16px;
  }
  .c-detail .detail-more--exhibitor .exhibitor-block__head:before, .c-detail .detail-more--exhibitor .exhibitor-block__head:after {
    width: calc((100% - 8em) / 2);
  }
  .c-detail .detail-more--exhibitor .exhibitor-block__list {
    gap: 40px 0;
  }
  .c-detail .detail-more--exhibitor .exhibitor-block__list .list-item {
    width: 100%;
  }
  .c-detail .detail-more--exhibitor .exhibitor-block__list .item-category {
    margin-bottom: 16px;
  }
  .c-detail .detail-more--exhibitor .exhibitor-block__list .item-ttl {
    font-size: 2.4rem;
  }
  .c-detail .detail-more--freepaper .c-block02__inner {
    padding: 36px 16px;
  }
  .c-detail .detail-more--freepaper .freepaper-block__img {
    gap: 16px;
  }
  .c-detail .detail-more--freepaper .freepaper-block__img > div {
    width: 100%;
  }
  .c-detail .detail-more--freepaper .freepaper-block__btn {
    margin-top: 16px;
  }
}
/*------------------------------------------
  header
------------------------------------------*/
/*------------------------------------------
  footer
------------------------------------------*/
.l-footer {
  width: calc(100% - 260px);
  padding: 0 0 40px;
  text-align: center;
}
.l-footer__inner {
  padding-left: clamp(30px, 4.6875vw, 60px);
}
.l-footer .footer-ttl {
  margin-bottom: 40px;
}
.l-footer .footer-ttl__catch {
  margin-bottom: 1em;
}
.l-footer .footer-ttl__logo {
  margin-bottom: 16px;
}
.l-footer .footer-ttl__logo img {
  width: 440px;
}
.l-footer .footer-ttl__logo--sub img {
  width: 370px;
}
.l-footer .footer-credit {
  margin-bottom: 40px;
  display: -moz-flex;
  display: flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 30px;
}
.l-footer .footer-credit p {
  display: -moz-flex;
  display: flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  gap: 0 8px;
  align-items: center;
  justify-content: center;
}
.l-footer .footer-credit .label {
  color: #fff;
  background: #000;
  font-size: 1.4rem;
  border-radius: 100px;
  padding: 2px 20px;
}
.l-footer .footer-copy {
  font-family: "Nunito", "Zen Maru Gothic", sans-serif;
  letter-spacing: 0;
  font-size: 1.2rem;
  font-weight: 400;
}

@media only screen and (max-width: 1024px) {
  .l-footer__inner {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .l-footer {
    width: 100%;
  }
  .l-footer__inner {
    padding: 0;
  }
  .l-footer .footer-ttl__catch {
    margin-bottom: 2vw;
    font-size: 3vw;
  }
  .l-footer .footer-ttl__logo {
    margin-bottom: 2vw;
  }
  .l-footer .footer-ttl__logo img {
    width: 70vw;
  }
  .l-footer .footer-ttl__logo--sub img {
    width: 60vw;
  }
  .l-footer .footer-credit {
    margin-bottom: 40px;
    gap: 17px 0;
  }
  .l-footer .footer-credit p {
    width: 100%;
  }
}
.loop-logo {
  margin: 124px 0;
  position: relative;
  border-top: 4px solid #000;
  border-bottom: 4px solid #000;
  box-shadow: 0px 4px 0px 0px black;
  background: #fff;
  padding: 12px 0;
}
.loop-logo__inner {
  height: 62px;
  background-image: url(../images/loop.png);
  background-repeat: repeat-x;
  background-size: 4082px;
  animation: loopLogo 60s linear infinite;
}

@keyframes loopLogo {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -4134px 0;
  }
}
@media only screen and (max-width: 767px) {
  .loop-logo__inner {
    animation: loopLogo 90s linear infinite;
  }
}
/*------------------------------------------
  contents
------------------------------------------*/
/* ========== MV ========== */
.mv {
  padding: 60px 0 0;
  position: relative;
  overflow: hidden;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mv-inner {
  width: 100%;
  padding-bottom: 200px;
}
.mv-logo {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 20px;
  left: 0;
  z-index: 3;
}
.mv-logo svg {
  width: clamp(300px, 34.375vw, 440px);
  height: auto;
}
.mv-slider {
  text-align: center;
  width: 68.75vw;
  margin: auto;
}
.mv-slider .splide {
  position: static;
}
.mv-slider .splide__track {
  overflow: visible;
}
.mv-slider .splide__slide .slide-inner {
  transition: 0.6s;
}
.mv-slider .splide__slide.is-prev .slide-inner {
  transform: translateY(0);
}
.mv-slider .splide__slide.is-next .slide-inner {
  transform: translateY(9.72vh);
}
.mv-slider .splide__slide.is-active {
  z-index: 2;
}
.mv-slider .splide__slide.is-active .slide-inner {
  transform: translateY(4.86vh);
}
.mv-slider .splide__slide.splide__slide.is-moving-prev {
  z-index: 1;
}
.mv-slider .splide__slide.splide__slide.is-moving-prev .slide-inner {
  transform: translateY(0);
}
.mv-slider .splide__slide.splide__slide.is-moving-next {
  z-index: 1;
}
.mv-slider .splide__slide.splide__slide.is-moving-next .slide-inner {
  transform: translateY(9.72vh);
}
.mv-slider .splide__slide.is-moving-active {
  z-index: 2;
}
.mv-slider .splide__slide.is-moving-active .slide-inner {
  transform: translateY(4.86vh);
}
.mv-slider .splide__slide .img {
  display: inline-block;
  position: relative;
  border-radius: 30px;
  border: 4px solid #000;
  padding: 12px;
  height: 43.828125vw;
  max-height: calc(100vh - 280px);
}
.mv-slider .splide__slide .img-inner {
  height: 100%;
  width: 100%;
}
.mv-slider .splide__slide img {
  border-radius: 20px;
  border: 4px solid #000;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.mv-slider .splide__pagination {
  z-index: 10;
  bottom: 15px;
  right: auto;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 9.6875vw;
  border: 4px solid #000;
  border-radius: 100px;
  height: 24px;
  align-items: center;
  padding: 0 10px;
  gap: 0 12px;
}
.mv-slider .splide__pagination li {
  display: block;
}
.mv-slider .splide__pagination__page {
  display: block;
  margin: 0;
  padding: 0;
  width: 8px;
  height: 8px;
  border: 2px solid #000;
  opacity: 1;
}
.mv-slider .splide__pagination__page.is-active {
  transform: scale(1);
  background: #fff;
}
.mv-ttl {
  text-align: center;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 62px;
}
.mv-ttl svg {
  width: auto;
  height: clamp(20px, 3.125vw, 40px);
}
.mv-block {
  border: 4px solid #000;
  border-radius: 20px;
  padding: 30px;
  text-align: center;
  position: absolute;
  z-index: 2;
}
.mv-block--event {
  right: clamp(40px, 6.25vw, 80px);
  top: 60px;
}
.mv-block--event .event-ttl {
  font-size: 32px;
  font-family: "Vina Sans", "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}
.mv-block--event .event-cs {
  display: inline-block;
  width: 137px;
  margin-top: 0.5em;
}
.mv-block--event .event-cs svg {
  width: 100%;
  height: auto;
}
.mv-block--event .event-date__label {
  font-size: 32px;
  font-family: "Vina Sans", "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.1;
}
.mv-block--event .event-date__num {
  font-size: 50px;
  line-height: 1.1;
  letter-spacing: 0.1em;
  font-family: "Vina Sans", "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  position: relative;
  paint-order: stroke;
  -webkit-text-stroke-width: 5px;
  text-stroke-width: 5px;
  margin-bottom: 5px;
}
.mv-block--event .event-date__num span {
  display: block;
  width: 100%;
}
.mv-block--event .event-date__num .num {
  position: relative;
  z-index: 1;
}
.mv-block--event .event-date__num .shadow {
  position: absolute;
  top: 2px;
  left: 1px;
}
.mv-block--entry {
  left: clamp(40px, 6.25vw, 80px);
  bottom: 64px;
}
.mv-block--entry .entry-ttl {
  font-size: 24px;
  margin-bottom: 16px;
  letter-spacing: 0;
}
.mv-block--entry .entry-lead {
  display: inline-block;
  width: 108px;
}
.mv-block--entry .entry-lead svg {
  width: 100%;
  height: auto;
}
.mv-block--entry .entry-logo {
  display: inline-block;
  width: 115px;
}
.mv-block--entry .entry-logo svg {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 1024px) {
  .mv-block--event .event-date__num {
    -webkit-text-stroke-width: 3px;
    text-stroke-width: 3px;
  }
}
@media only screen and (max-width: 767px) {
  .mv {
    padding: 124px 0 0;
    display: block;
  }
  .mv-inner {
    padding-bottom: 0;
  }
  .mv-logo svg {
    width: clamp(176px, 88vw, 352px);
  }
  .mv-slider {
    width: 80%;
  }
  .mv-slider .splide__slide.is-prev .slide-inner {
    transform: translateY(0);
  }
  .mv-slider .splide__slide.is-next .slide-inner {
    transform: translateY(30vh);
  }
  .mv-slider .splide__slide.is-active .slide-inner {
    transform: translateY(15vh);
  }
  .mv-slider .splide__slide.splide__slide.is-moving-prev .slide-inner {
    transform: translateY(0);
  }
  .mv-slider .splide__slide.splide__slide.is-moving-next .slide-inner {
    transform: translateY(30vh);
  }
  .mv-slider .splide__slide.is-moving-active .slide-inner {
    transform: translateY(15vh);
  }
  .mv-slider .splide__slide .img {
    border-radius: 16px;
    padding: 8px;
    height: 52.5vw;
    max-height: calc(100vh - 500px);
  }
  .mv-slider .splide__slide img {
    border-radius: 10px;
  }
  .mv-slider .splide__pagination {
    bottom: 95px;
  }
  .mv-ttl {
    bottom: 136px;
  }
  .mv-ttl svg {
    height: clamp(13px, 6.5vw, 26px);
  }
  .mv-block {
    border-radius: 8px;
    padding: 16px 12px;
  }
  .mv-block--event {
    right: 24px;
    top: 125px;
  }
  .mv-block--event .event-ttl {
    font-size: 20px;
  }
  .mv-block--event .event-cs {
    width: 80px;
  }
  .mv-block--event .event-date__label {
    font-size: 20px;
  }
  .mv-block--event .event-date__num {
    font-size: 20px;
    -webkit-text-stroke-width: 2px;
    text-stroke-width: 2px;
  }
  .mv-block--entry {
    left: 24px;
    bottom: 180px;
  }
  .mv-block--entry .entry-ttl {
    font-size: 14px;
    margin-bottom: 0.2em;
  }
  .mv-block--entry .entry-lead {
    width: 62px;
  }
  .mv-block--entry .entry-logo {
    width: 60px;
  }
}
/* ========== Page Nav ========== */
.page-nav {
  position: absolute;
  right: 0;
  top: 0;
  width: 230px;
  padding: 40px 0;
  z-index: 200;
  height: 100vh;
}
.page-nav.is--fix {
  position: fixed;
  padding: 40px 0;
}
.page-nav .nav-block {
  display: block;
  background: #fff;
  border-radius: 100px 0 0 100px/100px 0 0 100px;
  border: 3px solid #000;
  border-right: none;
  padding: 9px 0 9px 9px;
  box-shadow: 0px 4px 0px 0px black;
  transform: translateX(8px);
  transition: transform 0.3s;
}
.page-nav .nav-block .block-inner {
  border-radius: 100px 0 0 100px/100px 0 0 100px;
  border: 3px solid #000;
  border-right: none;
}
.page-nav a.nav-block:hover {
  opacity: 1;
  transform: translateX(0);
}
.page-nav .nav-block--head .block-inner {
  background: #FFF000;
  padding: 24px 0 24px 30px;
}
.page-nav .nav-block--head .block-inner .head-logo {
  width: 151px;
}
.page-nav .pc-menu {
  width: 100%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.page-nav .nav-block--menu {
  margin-bottom: 16px;
}
.page-nav .nav-block--menu:last-child {
  margin-bottom: 0;
}
.page-nav .nav-block--menu .block-inner {
  padding: 9px 0 9px 30px;
}
.page-nav .nav-block--menu .menu-txt .en {
  display: block;
}
.page-nav .nav-block--menu .menu-txt .en img {
  width: auto;
  height: clamp(20px, 3.645200486vh, 30px);
}
.page-nav .nav-block--menu .menu-txt .ja {
  display: block;
  font-size: 1.2rem;
}
.page-nav .nav-block--menu1 .block-inner {
  background: #1F96FF;
}
.page-nav .nav-block--menu2 .block-inner {
  background: #FE6D58;
}
.page-nav .nav-block--menu3 .block-inner {
  background: #44B972;
}
.page-nav .nav-block--foot {
  width: 100%;
  position: absolute;
  bottom: 40px;
  right: 0;
  border-radius: 28px 0 0 28px/28px 0 0 28px;
}
.page-nav .nav-block--foot .block-inner {
  background: #FFF8B1;
  border-radius: 20px 0 0 20px/20px 0 0 20px;
  padding: 21px 0 27px 24px;
}
.page-nav .nav-block--foot .block-inner .foot-logo {
  width: 160px;
  margin-bottom: 20px;
}
.page-nav .nav-block--foot .block-inner .foot-logo img {
  transition: 0.3s;
}
.page-nav .nav-block--foot .block-inner .foot-logo a:hover {
  opacity: 1;
}
.page-nav .nav-block--foot .block-inner .foot-logo a:hover img {
  transform: translateY(4px);
}
.page-nav .nav-block--foot .block-inner .foot-sns a:hover {
  opacity: 1;
}
.page-nav .nav-block--foot .block-inner .foot-sns a:hover .txt {
  transform: translateX(0.5em);
}
.page-nav .nav-block--foot .block-inner .foot-sns span {
  display: inline-block;
  vertical-align: middle;
}
.page-nav .nav-block--foot .block-inner .foot-sns .ico {
  width: 27px;
}
.page-nav .nav-block--foot .block-inner .foot-sns .txt {
  font-family: "Nunito", "Zen Maru Gothic", sans-serif;
  font-weight: 800;
  letter-spacing: 0;
  margin-left: 0.8em;
  font-size: 1.6rem;
  transition: 0.3s;
}

@media (max-height: 770px) {
  .page-nav .nav-block--head {
    margin-bottom: 16px;
  }
  .page-nav .pc-menu {
    position: static;
    transform: translate(0);
  }
  .page-nav .nav-block--foot {
    position: static;
    margin-top: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .page-nav {
    padding: 16px 0 0;
    width: 100%;
    height: auto;
    z-index: 100;
  }
  .page-nav.is--fix {
    padding: 16px 0 0;
  }
  .page-nav__head {
    padding-left: 24px;
  }
  .page-nav__head .head-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .page-nav__head .head-logo {
    width: 200px;
  }
  .page-nav__head .head-trigger {
    width: 72px;
    height: 72px;
    background: #fff;
    border-radius: 40px 0 0 40px/40px 0 0 40px;
    background: #FFF000;
    border: 3px solid #000;
    box-shadow: 0px 2px 0px 0px black;
    border-right: none;
    padding: 5px 0 5px 5px;
  }
  .page-nav__head .head-trigger__inner {
    border-radius: 30px 0 0 30px/30px 0 0 30px;
    background: #fff;
    border: 3px solid #000;
    border-right: none;
    height: 100%;
    position: relative;
  }
  .page-nav__head .head-trigger .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 18px;
    height: 14px;
  }
  .page-nav__head .head-trigger .icon span {
    position: absolute;
    width: 100%;
    height: 2px;
    background: #000;
    position: absolute;
    left: 0;
    transition: 0.3s;
  }
  .page-nav__head .head-trigger .icon span:nth-child(1) {
    top: 0;
  }
  .page-nav__head .head-trigger .icon span:nth-child(2) {
    top: 50%;
    margin-top: -1px;
  }
  .page-nav__head .head-trigger .icon span:nth-child(3) {
    bottom: 0;
  }
  .page-nav__head .head-trigger.is--active .icon span:nth-child(1) {
    top: 50%;
    margin-top: -1px;
    transform: rotate(-45deg);
  }
  .page-nav__head .head-trigger.is--active .icon span:nth-child(2) {
    opacity: 0;
  }
  .page-nav__head .head-trigger.is--active .icon span:nth-child(3) {
    bottom: 50%;
    margin-bottom: -1px;
    transform: rotate(45deg);
  }
  .page-nav__inner {
    position: absolute;
    right: 0;
    transform: translateX(100%);
    top: 128px;
    width: 294px;
    border-radius: 40px 0 0 40px/40px 0 0 40px;
    background: #FFF000;
    border: 3px solid #000;
    border-right: none;
    padding: 8px 0 8px 8px;
    transition: 0.6s;
    opacity: 0;
  }
  .page-nav__inner.is--active {
    opacity: 1;
    transform: translateX(0);
  }
  .page-nav__contents {
    border-radius: 28px 0 0 28px/28px 0 0 28px;
    background: #fff;
    border: 3px solid #000;
    border-right: none;
    padding: 14px 28px;
  }
  .page-nav .sp-menu {
    margin-bottom: 60px;
    position: relative;
  }
  .page-nav .sp-menu:after {
    content: "";
    width: 100%;
    height: 12px;
    background: #FFF000;
    border: 3px solid #000;
    box-shadow: 0px 2px 0px 0px black;
    border-radius: 100px;
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: 24px;
    box-sizing: border-box;
  }
  .page-nav .sp-menu li {
    margin-bottom: 12px;
  }
  .page-nav .sp-menu li:last-child {
    margin-bottom: 0;
  }
  .page-nav .sp-menu a {
    display: flex;
    align-items: center;
    gap: 0 10px;
  }
  .page-nav .sp-menu .menu-txt {
    line-height: 1.1;
  }
  .page-nav .sp-menu .menu-txt span {
    display: block;
  }
  .page-nav .sp-menu .menu-txt .en img {
    width: auto;
    height: 40px;
  }
  .page-nav .sp-menu .menu-txt .ja {
    font-size: 1.2rem;
    margin-left: 0.5em;
  }
  .page-nav .sp-menu .menu-icon {
    border-radius: 50%;
    position: relative;
    width: 42px;
    height: 42px;
    background: #fff;
    border: 3px solid #000;
    box-shadow: 0px 2px 0px 0px black;
  }
  .page-nav .sp-menu .menu-icon span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 3px solid #000;
  }
  .page-nav .sp-menu__item01 .menu-icon span {
    background: #FFF000;
  }
  .page-nav .sp-menu__item02 .menu-icon span {
    background: #1F96FF;
  }
  .page-nav .sp-menu__item03 .menu-icon span {
    background: #FE6D58;
  }
  .page-nav .sp-menu__item04 .menu-icon span {
    background: #44B972;
  }
  .page-nav .sp-foot__logo {
    display: block;
    margin-bottom: 8px;
  }
  .page-nav .sp-foot__sns {
    display: flex;
    align-items: center;
  }
  .page-nav .sp-foot__sns img {
    width: 40px;
  }
  .page-nav .sp-foot__sns .txt {
    font-family: "Nunito", "Zen Maru Gothic", sans-serif;
    font-weight: 800;
    letter-spacing: 0;
    margin-left: 0.5em;
    padding-top: 0.2em;
  }
  body.home .page-nav {
    padding: 16px 0 0;
  }
  body.home .page-nav.is--fix {
    padding: 16px 0 0;
  }
}
/* ========== Page Contents ========== */
.page-contents {
  width: calc(100% - 260px);
}

@media only screen and (max-width: 767px) {
  .page-contents {
    width: 100%;
  }
}
/* ========== Common Section ========== */
.sec {
  position: relative;
  margin-bottom: 124px;
}
.sec:last-child {
  margin-bottom: 0;
}
.sec-head {
  position: relative;
  z-index: 1;
}
.sec-head .head-inner {
  display: inline-block;
  background: #fff;
  border-radius: 0 200px 200px 0/0 200px 200px 0;
  border: 4px solid #000;
  border-left: none;
  padding: 12px 12px 12px 0;
  box-shadow: 0px 4px 0px 0px black;
}
.sec-head .head-ttl {
  border-radius: 0 200px 200px 0/0 200px 200px 0;
  border: 4px solid #000;
  border-left: none;
  padding: 6px 60px 24px 35px;
}
.sec-head .head-ttl .en {
  display: block;
}
.sec-head .head-ttl .en img {
  height: 120px;
  width: auto;
}
.sec-head .head-ttl .ja {
  display: block;
  margin-left: 0.5em;
  line-height: 1.1;
}
.sec-inner {
  position: relative;
  padding-left: clamp(30px, 4.6875vw, 60px);
  margin-top: -60px;
}
.sec-contents {
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .sec-head .head-ttl {
    padding: 6px 40px 24px 25px;
  }
  .sec-head .head-ttl .en img {
    height: 80px;
  }
  .sec-inner {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .sec-head .head-inner {
    border-radius: 0 100px 100px 0/0 100px 100px 0;
    padding: 8px 8px 8px 0;
  }
  .sec-head .head-ttl {
    border-radius: 0 100px 100px 0/0 100px 100px 0;
    padding: 6px 26px 12px 20px;
  }
  .sec-head .head-ttl .en img {
    height: 54px;
  }
  .sec-head .head-ttl .ja {
    line-height: 1.3;
  }
  .sec-inner {
    padding: 0 24px;
    margin-top: -40px;
  }
}
/* ========== ABOUT SDMとは？ ========== */
.sec-about .sec-head .head-ttl {
  background: #1F96FF;
}
.sec-about .about-slider {
  max-width: 1280px;
  margin: 0 auto 186px;
}
.sec-about .about-slider__inner {
  position: relative;
}
.sec-about .about-slider .slider-lead {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  height: 100%;
}
.sec-about .about-slider .slider-lead img {
  width: auto;
  max-height: 90%;
}
.sec-about .about-slider .splide__track {
  border: 4px solid #000;
  border-radius: 20px;
}
.sec-about .about-slider .splide__slide img {
  width: 100%;
  height: auto;
}
.sec-about .about-slider .splide__pagination {
  position: absolute;
  right: -16px;
  top: 100%;
  bottom: auto;
  left: auto;
  margin-top: 35px;
  background: #fff;
  border: 4px solid #000;
  border-radius: 100px;
  box-shadow: 0px 4px 0px 0px black;
  padding: 12px 1em;
  gap: 0 12px;
}
.sec-about .about-slider .splide__pagination li {
  display: block;
  position: relative;
}
.sec-about .about-slider .splide__pagination__page {
  margin: 0;
  padding: 0;
  display: block;
  width: 12px;
  height: 12px;
  background: #000;
  opacity: 1;
  transform: scale(1) !important;
  position: relative;
}
.sec-about .about-slider .splide__pagination__page:after {
  content: "";
  width: 6px;
  height: 6px;
  background: #FFF000;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.sec-about .about-slider .splide__pagination__page.is-active:after {
  opacity: 1;
}
.sec-about .about-ttl {
  text-align: center;
  margin-bottom: 100px;
}
.sec-about .about-ttl__catch {
  font-size: clamp(12px, 1.875vw, 2.4rem);
  letter-spacing: 0.03em;
  margin-bottom: 1em;
}
.sec-about .about-ttl__logo {
  margin-bottom: 24px;
}
.sec-about .about-ttl__logo img {
  width: clamp(320px, 50vw, 640px);
}
.sec-about .about-ttl__logo--sub img {
  width: clamp(280px, 43.75vw, 560px);
}
.sec-about .about-lead {
  width: 66.66%;
  max-width: 960px;
  margin: auto;
}
.sec-about .about-lead__ttl:before, .sec-about .about-lead__ttl:after {
  width: calc((100% - 6em) / 2);
}
.sec-about .about-lead__txt {
  width: 74%;
  margin: auto;
  text-align: justify;
}

@media only screen and (max-width: 1024px) {
  .sec-about .about-lead {
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .sec-about .about-slider {
    margin-bottom: 166px;
  }
  .sec-about .about-slider .slider-lead {
    right: auto;
    top: auto;
    left: 0;
    bottom: 0;
    height: auto;
  }
  .sec-about .about-slider .splide__track {
    border-radius: 10px;
  }
  .sec-about .about-slider .splide__slide {
    height: 113.5vw;
  }
  .sec-about .about-slider .splide__slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .sec-about .about-slider .splide__pagination {
    right: -12px;
    margin-top: 30px;
  }
  .sec-about .about-ttl {
    margin-bottom: 60px;
  }
  .sec-about .about-ttl__catch {
    font-size: 3.5vw;
    margin-bottom: 1.2em;
  }
  .sec-about .about-ttl__logo {
    margin-bottom: 6vw;
  }
  .sec-about .about-ttl__logo img {
    width: 100%;
  }
  .sec-about .about-ttl__logo--sub {
    padding: 0 6.5vw;
  }
  .sec-about .about-ttl__logo--sub img {
    width: 100%;
  }
  .sec-about .about-lead {
    width: 100%;
  }
  .sec-about .about-lead__ttl:before, .sec-about .about-lead__ttl:after {
    width: calc((100% - 5em) / 2);
  }
  .sec-about .about-lead__txt {
    width: 100%;
  }
}
/* ========== NEXT EVENT 次回開催予定 ========== */
.sec-event .sec-head .head-ttl {
  background: #FE6D58;
}
.sec-event .event-cs {
  text-align: center;
}
.sec-event .event-cs__ttl {
  margin-bottom: 40px;
}
.sec-event .event-cs__ttl img {
  width: 508px;
}
.sec-event .event-cs__foot {
  margin-top: 60px;
}
.sec-event .c-detail {
  max-width: 1280px;
  margin: auto;
}
.sec-event .c-detail__inner {
  padding-bottom: 60px;
}
.sec-event .c-detail .detail-entry__head {
  margin-bottom: 40px;
}
.sec-event .c-detail .detail-entry__info .info-sub {
  margin-top: 40px;
}
.sec-event .c-detail .detail-foot {
  margin-top: 60px;
}

@media only screen and (max-width: 767px) {
  .sec-event .event-cs__ttl .is--sp {
    display: inline-block;
  }
  .sec-event .event-cs__ttl img {
    width: 155px;
  }
  .sec-event .event-cs__txt {
    width: 57.5vw;
    margin: auto;
  }
  .sec-event .event-cs__foot {
    margin-top: 60px;
  }
  .sec-event .c-detail__inner {
    padding-top: 70px;
    padding-bottom: 60px;
  }
  .sec-event .c-detail .detail-entry__head {
    margin-bottom: 40px;
  }
  .sec-event .c-detail .detail-entry__info .info-sub {
    margin-top: 40px;
  }
  .sec-event .c-detail .detail-foot {
    margin-top: 60px;
  }
  .sec-event .c-detail .detail-more--exhibitor .exhibitor-block__list .item-txt {
    display: none;
  }
  .sec-event .c-detail .detail-more--exhibitor .exhibitor-block__list .item-link {
    display: none;
  }
}
/* ========== ARCHIVE これまでのイベント ========== */
.sec-archive .sec-head .head-ttl {
  background: #44B972;
}
.sec-archive .sec-inner.c-block01 {
  padding-left: 0;
  border-left: none;
  border-radius: 0 30px 30px 0/0 30px 30px 0;
}
.sec-archive .sec-inner.c-block01 .c-block01__inner {
  padding-left: 0;
  padding-right: 0;
  border-radius: 0 20px 20px 0/0 20px 20px 0;
}
.sec-archive .archive-slider {
  overflow: hidden;
}
.sec-archive .archive-slider__list {
  width: 502px;
  margin: auto;
}
.sec-archive .archive-slider__list .splide__track {
  overflow: visible;
}
.sec-archive .archive-slider__list .splide__slide {
  padding: 0 21px 4px;
  position: relative;
}
.sec-archive .archive-slider__list .slide-catch {
  position: relative;
  margin-bottom: 26px;
  display: flex;
  align-items: flex-end;
}
.sec-archive .archive-slider__list .slide-catch div {
  width: 100%;
  background: #FFF000;
  position: relative;
  border-radius: 50px;
  font-size: 1.4rem;
  padding: 10px 30px;
}
.sec-archive .archive-slider__list .slide-catch div:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  margin-top: -1px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 7px 0 7px;
  border-color: #FFF000 transparent transparent transparent;
}
.sec-archive .archive-slider__list .c-block02 {
  transition: 0.3s;
}
.sec-archive .archive-slider__list .c-block02:hover {
  opacity: 1;
  transform: translateY(4px);
  box-shadow: none;
}
.sec-archive .archive-slider__list .slide-thumb {
  margin-bottom: 24px;
}
.sec-archive .archive-slider__list .slide-block {
  margin-bottom: 24px;
}
.sec-archive .archive-slider__list .slide-block__ttl {
  text-align: center;
  background: #FFF000;
  font-size: 1.4rem;
  letter-spacing: 0;
  border-radius: 30px;
  margin-bottom: 16px;
}
.sec-archive .archive-slider__list .slide-block__profile {
  display: flex;
  align-items: center;
}
.sec-archive .archive-slider__list .slide-block__profile .profile-img {
  width: 100px;
}
.sec-archive .archive-slider__list .slide-block__profile .profile-img img {
  border-radius: 50%;
  border: 3px solid #000;
}
.sec-archive .archive-slider__list .slide-block__profile .profile-txt {
  font-size: 1.8rem;
  width: calc(100% - 120px);
  margin-left: auto;
}
.sec-archive .archive-slider__list .slide-block__profile.no-img {
  min-height: 100px;
}
.sec-archive .archive-slider__list .slide-block__profile.no-img .profile-txt {
  width: 100%;
  text-align: center;
}
.sec-archive .archive-slider__list .slide-block__member {
  font-size: 1.2rem;
}
.sec-archive .archive-slider__list .slide-btn {
  text-align: right;
}
.sec-archive .archive-slider__list .slide-btn span {
  display: inline-block;
  font-family: "Nunito", "Zen Maru Gothic", sans-serif;
  letter-spacing: 0;
  font-size: 1.4rem;
  font-weight: 800;
  padding-left: 32px;
  background: url(../images/arrow-r01.svg) no-repeat left center;
  background-size: 24px;
}
.sec-archive .archive-slider__pager {
  text-align: center;
  margin-top: 60px;
  padding: 0 24px 4px;
}
.sec-archive .archive-slider__pager .pager-list {
  max-width: 100%;
  display: inline-block;
  background: #fff;
  border-radius: 140px;
  border: 4px solid #000;
  box-shadow: 0px 4px 0px 0px black;
  padding: 6px 0 12px;
  text-align: left;
}
.sec-archive .archive-slider__pager .pager-list__inner {
  -ms-overflow-x: auto;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.sec-archive .archive-slider__pager .pager-list__inner::-webkit-scrollbar {
  display: none;
}
.sec-archive .archive-slider__pager .pager-list__inner > div {
  padding-left: 32px;
  display: flex;
  white-space: nowrap;
  gap: 0 12px;
}
.sec-archive .archive-slider__pager .year-block {
  padding-right: 12px;
  position: relative;
}
.sec-archive .archive-slider__pager .year-block:after {
  content: "";
  width: 1px;
  height: 15px;
  background: #000;
  position: absolute;
  right: 0;
  bottom: 0;
}
.sec-archive .archive-slider__pager .year-block:last-child {
  padding-right: 32px;
}
.sec-archive .archive-slider__pager .year-block:last-child:after {
  content: none;
}
.sec-archive .archive-slider__pager .year-label {
  font-family: "Nunito", "Zen Maru Gothic", sans-serif;
  letter-spacing: 0;
  font-weight: 800;
}
.sec-archive .archive-slider__pager .year-dots {
  display: flex;
  gap: 0 12px;
}
.sec-archive .archive-slider__pager .year-dots .dot {
  cursor: pointer;
  display: block;
  margin: 0;
  padding: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid #000;
  background: #000;
}
.sec-archive .archive-slider__pager .year-dots [aria-current=""] {
  background: #FFF000;
}
.sec-archive .archive-story {
  padding: 0 clamp(20px, 3.125vw, 40px);
  margin-top: 120px;
}
.sec-archive .archive-story .c-block02 {
  margin: auto;
  max-width: 960px;
}
.sec-archive .archive-story__ttl:before, .sec-archive .archive-story__ttl:after {
  width: calc((100% - 10em) / 2);
}
.sec-archive .archive-story__contents {
  width: 84%;
  margin: auto;
  display: -moz-flex;
  display: flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  align-items: flex-end;
}
.sec-archive .archive-story__contents .contents-img {
  width: 38%;
  padding-top: 40px;
}
.sec-archive .archive-story__contents .contents-txt {
  width: 54%;
  margin-left: auto;
  line-height: 1.625;
}

@media only screen and (max-width: 1024px) {
  .sec-archive .archive-slider__list {
    width: 380px;
  }
  .sec-archive .archive-slider__list .splide__slide {
    padding: 0 10px 4px;
  }
  .sec-archive .archive-slider__list .c-block02:hover {
    transform: translateY(0);
    box-shadow: 0px 4px 0px 0px black;
  }
  .sec-archive .archive-story__contents .contents-img {
    width: 100%;
    text-align: center;
    padding: 0 0 40px;
  }
  .sec-archive .archive-story__contents .contents-img img {
    max-width: 264px;
  }
  .sec-archive .archive-story__contents .contents-txt {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .sec-archive .sec-inner {
    padding: 8px 0;
  }
  .sec-archive .sec-inner.c-block01 {
    padding-right: 0;
    border-right: none;
    border-radius: 0;
  }
  .sec-archive .sec-inner.c-block01 .c-block01__inner {
    border-left: none;
    border-right: none;
    border-radius: 0;
  }
  .sec-archive .archive-slider__list {
    width: 326px;
  }
  .sec-archive .archive-slider__list .splide__slide {
    padding: 0 10px 4px;
  }
  .sec-archive .archive-slider__list .slide-catch {
    margin-bottom: 20px;
  }
  .sec-archive .archive-slider__list .slide-catch div {
    border-radius: 30px;
    padding: 10px 40px;
  }
  .sec-archive .archive-slider__list .slide-catch p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .sec-archive .archive-slider__list .slide-thumb {
    margin-bottom: 16px;
  }
  .sec-archive .archive-slider__list .slide-block {
    margin-bottom: 16px;
  }
  .sec-archive .archive-slider__list .slide-block__ttl {
    font-size: 1.2rem;
    margin-bottom: 8px;
  }
  .sec-archive .archive-slider__list .slide-block__profile .profile-img {
    width: 80px;
  }
  .sec-archive .archive-slider__list .slide-block__profile .profile-img img {
    border-width: 2px;
  }
  .sec-archive .archive-slider__list .slide-block__profile .profile-txt {
    font-size: 1.6rem;
    width: calc(100% - 90px);
  }
  .sec-archive .archive-slider__list .slide-block__profile.no-img {
    min-height: 80px;
  }
  .sec-archive .archive-slider__pager {
    margin-top: 40px;
  }
  .sec-archive .archive-story {
    padding: 0 24px;
    margin-top: 100px;
  }
  .sec-archive .archive-story__ttl:before, .sec-archive .archive-story__ttl:after {
    width: calc((100% - 9em) / 2);
  }
  .sec-archive .archive-story__contents {
    width: 100%;
  }
  .sec-archive .archive-story__contents .contents-img {
    padding: 0 0 24px;
  }
  .sec-archive .archive-story__contents .contents-img img {
    width: 38.75vw;
  }
  .sec-archive .archive-story__contents .contents-txt {
    margin-left: auto;
    line-height: 1.625;
  }
}
/* ========== ACCESS 会場までの行き方 ========== */
.sec-access .sec-head .head-ttl {
  background: #FFF000;
}
.sec-access .c-block01 {
  max-width: 1280px;
  margin: auto;
}
.sec-access .access-img {
  margin-bottom: 52px;
}
.sec-access .access-info {
  max-width: 360px;
  margin: 0 auto 125px;
}
.sec-access .access-info__logo {
  text-align: center;
}
.sec-access .access-info__txt {
  margin-top: 40px;
}
.sec-access .access-map {
  display: -moz-flex;
  display: flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
}
.sec-access .access-map__img {
  width: 48%;
}
.sec-access .access-map__img .map-pc {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-image: url(../images/access-map.png);
  border: 4px solid #000;
  border-radius: 20px;
}
.sec-access .access-map__img .map-sp {
  display: none;
}
.sec-access .access-map__txt {
  width: 48%;
  margin-left: auto;
}
.sec-access .access-map__btn {
  width: 100%;
  text-align: center;
  margin-top: 60px;
}

@media only screen and (max-width: 1024px) {
  .sec-access .access-info {
    width: 80%;
  }
  .sec-access .access-map__img {
    width: 100%;
    margin-bottom: 60px;
  }
  .sec-access .access-map__img .map-pc {
    display: none;
  }
  .sec-access .access-map__img .map-sp {
    display: block;
  }
  .sec-access .access-map__txt {
    width: 100%;
  }
  .sec-access .access-map__btn {
    width: 100%;
    text-align: center;
    margin-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .sec-access .access-img {
    margin-bottom: 48px;
  }
  .sec-access .access-info {
    width: 57.5vw;
    margin: 0 auto 64px;
  }
  .sec-access .access-map__img {
    width: 100%;
    margin-bottom: 40px;
  }
  .sec-access .access-map__txt {
    width: 57.5vw;
    margin: 0 auto;
  }
}
/* ========== FOLLOW US ========== */
.sec-sns {
  text-align: center;
  width: calc(100% - 260px);
}
.sec-sns .sec-inner {
  margin-top: 0;
}
.sec-sns .c-block01 {
  max-width: 1280px;
  margin: auto;
}
.sec-sns .c-block01__inner {
  padding-top: 60px;
}
.sec-sns .sns-ttl {
  margin-bottom: 24px;
}
.sec-sns .sns-ttl img {
  width: 399px;
}
.sec-sns .sns-btn {
  margin-top: 60px;
}

@media only screen and (max-width: 1024px) {
  .sec-sns .sns-txt {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .sec-sns {
    width: 100%;
  }
  .sec-sns .sec-inner {
    margin-top: 0;
  }
  .sec-sns .c-block01__inner {
    padding-top: 60px;
  }
  .sec-sns .sns-ttl {
    margin-bottom: 40px;
  }
  .sec-sns .sns-ttl .is--sp {
    display: inline-block;
  }
  .sec-sns .sns-ttl img {
    width: 267px;
  }
  .sec-sns .sns-txt {
    text-align: justify;
    width: 57.5vw;
    margin: auto;
  }
}
/* ========== 詳細ページ ========== */
.sec-detail .sec-inner {
  margin-top: 0;
}
.sec-detail .c-detail__inner {
  padding-top: 60px;
}

@media only screen and (max-width: 767px) {
  .sec-detail .sec-inner {
    margin-top: 0;
  }
  .sec-detail .c-detail__inner {
    padding-top: 60px;
  }
}