@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic&display=swap');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display|Roboto+Condensed:400,700');

@font-face
{
    font-family: 'Yu Gothic';
    font-weight: 200;

    src: local('Yu Gothic Medium');
}

@font-face
{
    font-family: 'Yu Gothic';
    font-weight: 300;

    src: local('Yu Gothic Medium');
}

@font-face
{
    font-family: 'Yu Gothic';
    font-weight: 400;

    src: local('Yu Gothic Medium');
}

@font-face
{
    font-family: 'Yu Gothic';
    font-weight: bold;

    src: local('Yu Gothic Bold');
}

:root {
  --red: #D1582E;
  --pink: #BE8EA7;
  --purple: #846684;
  --blue: #2F85AE;
  --yellow: #F6DA6B;
  --beige: #C2C28C;
  --green: #7E832D;
  --lightblue: #DDF1FD;
}

*, *::before, *::after{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 75%;
  width: 100%;
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 75%;
  font-family: 'Noto Sans JP', sans-serif,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
  line-height: 2;
  background: #FFF url(../img/img-side-borders.png) repeat-y top center;
  background-size: 100% auto;
}
@media screen and (max-width:767.99px) {
  body {
    font-size: 90%;
  }
}

a {
  color: #333;
  text-decoration: none;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  -ms-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
}
a:hover {
  text-decoration: underline;
	opacity:0.5;
  filter: alpha(opacity=50);
  -moz-opacity:0.5;
  box-sizing: border-box;
}

h2 {
  font-size: 2em;
  font-weight: 600;
}
h3 {
  font-size: 1.6em;
  font-weight: 600;
}

p {
  display: block;
  margin: 0;
  padding: 0;
  font-weight: 300;
  font-size: 1.0rem;
  line-height: 1.8rem;
}
p.notice {
  font-size: 1.2rem;
  font-weight: 400;
}
@media screen and (max-width:767.99px) {
  p {
    font-size: 1.4rem;
  }
}
p small {
  line-height: 1.2rem;
  display: inline-block; 
}
sup {
  vertical-align:text-top;
  font-size: small;
}
ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* util */
main > section {
  margin: 0 auto;
  padding: 100px 0;
}
@media screen and (max-width:767.99px) {
  main > section {
    margin: 0 auto;
    padding: 100px 0;
  }
}
.pc { display: block; }
.sp { display: none; }
@media screen and (max-width:767.99px) {
  .pc {display: none;}
  .sp {display: block;}
}

.flexBox {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width:767.99px) {
  .flexBox {
    display: flex;
    flex-direction: column;
  }
}

.h2-box {
  display: block;
  margin: 0 auto 50px auto;
  padding: 0;
  text-align: center;
  position: relative;
}
.h2-box h2 {
  font-size: 35px;
  font-weight: 600;
  color: #000;
  letter-spacing: 3px;
  position: relative;
  margin: 0 auto;
  padding: 0 0 15px 0;
  line-height: 1;
}
@media screen and (max-width: 767.99px) {
  .h2-box h2 {
    font-size: 2.4em;
  }
}
.h2-box span,
#contact .h2-box span {
  display: inline-block;
  margin: -30px auto 10px auto;
  padding: 0 0 20px 0;
  height: 30px;
  line-height: 2;
  letter-spacing: 1px;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--red);
  position: relative;
}
.h2-box span::after {
  content: "";
  background: url(../img/img-h2_after.png) no-repeat center center;
  background-size: 100% auto;
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 200px;
  height: 4px;
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
}

/* ========== container ========== */
.container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: auto;
}
@media screen and (max-width:767.99px) {
  .container {
    background-size: 110vw auto;  
  }
}

/* ========== floating ========== */
#floatingBanner {
  position: fixed;
  right: -40px;
  bottom: -40px;
  z-index: 9999999;
  display: flex;
  transform: translate(-50%, -50%);
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
a.floatingBtn {
  display: block;
  width: 180px;
  height: 180px;
}
a.floatingBtn img.pc {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.4));
}
a.floatingBtn img.sp {
  display: none;
  width: 100%;
  height: auto;
}
@media screen and (max-width:767.98px) {
  #floatingBanner {
    position: fixed;
    right: 0;
    bottom: 30px;
    z-index: 9999999;
    display: flex;
    transform: translate(0, 0);
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
  a.floatingBtn {
    display: block;
    margin: 0.5rem;
    padding: 0 0 1rem 0;
    width: 98vw;
    height: 2rem;
  }
  a.floatingBtn img.pc {
    display: none;
  }
  a.floatingBtn img.sp {
    display: block;
  }
}

/* ========== header ========== */
header {
  background: #FFF;
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: 82px;
}
#headerWrapper {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
a.headerLogo {
  display: block;
  margin: 0 auto 0 0;
  padding: 25px 0 25px 30px;
  width: 350px;
  height: 100%;
}
a.headerLogo img {
  display: block;
  margin: 0;
  width: 200px;
  height: auto;
}
#headerWrapper nav {
  width: 280px;
  height: 100%;
  background: #FFF;
}
#headerWrapper nav ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 20px 25px 30px 0;
  gap: 10px;
}
#headerWrapper nav li a {
  display: block;
  margin: 0 auto;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  height: 40px;
  line-height: 40px;
  position: relative;
}
#headerWrapper nav li a:hover {
  text-decoration: none;
  opacity: 1 !important;
  color: var(--red);
}
#headerWrapper nav li a::after {
  content: "";
  width: 100%;
  height: 2px;
  background: var(--red);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all .3s ease;
}
#headerWrapper nav li a:hover::after {
  background: var(--yellow);
}
#headerWrapper a.headerCta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  line-height: 1.3;
  width: 220px;
  height: 100%;
  background: var(--red);
  color: #FFF;
  padding: 20px;
}
#headerWrapper a.headerCta:hover {
  text-decoration: none;
  opacity: 1;
  background: var(--yellow);
  color: var(--red);
}
#headerWrapper a.headerCta span {
  font-size: 14px;
}
@media screen and (max-width:767.99px) {
  header {
    padding: 0;
    height: 23vw;
  }
  #headerWrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  a.headerLogo {
    padding: 2vw 2vw;
    width: 100%;
    height: 70%;
  }
  a.headerLogo img {
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 50%;
  }
  #headerWrapper nav {
    width: 100%;
    height: 50%;
    padding: 2px;
    background: #eee;
  }
  #headerWrapper nav ul {
    margin: 0 auto;
    width: 80%;
    padding: 0;
    justify-content: space-around;
  }
  #headerWrapper nav li a {
    font-size: 12px;
    line-height: unset;
    height: 100%;
  }
  #headerWrapper a.headerCta {display: none;}
}

/* ========== main ========== */
main {
  margin: 0 auto;
  padding: 0 1%;
  width: 100%;
  height: auto;
  min-height: 100vh;
  position: relative;
}
main::before {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  background: var(--yellow);
  top: 0;
}
@media screen and (max-width:767.99px) {
  main {
    padding: 0;
  }
  main::before {
    background: var(--yellow);
    width: calc(100% - 10px) !important;
    margin: 0 auto;
    height: 5px !important;
    top: 0 !important;

  }
}

/* ----- firstview ----- */
#firstView {
  background: url(../img/img-keyvisual.png) no-repeat top center;
  background-size: cover;
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 98vw;
  height: 50vw;
  aspect-ratio: 16 / 9;
}
@media screen and (max-width: 767.99px) {
  #firstView {
    background: url(../img/img-keyvisual.png) no-repeat top center;
    background-size: cover;
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 98vw;
    height: 100vw;
    aspect-ratio: 1 / 1;
  }
}
.fvWrapper {
  background: url(../img/img-fv-circle.png) no-repeat top center;
  background-size: cover;
  display: block;
  margin: 0 auto;
  padding: 3vw;
  width: 50vw;
  height: 50vw;
}
@media screen and (max-width: 767.99px) {
  .fvWrapper {
    padding: 8vw;
    width: 94vw;
    height: 94vw;
  }
}
.fvWrapper h1 {display: block;width: 19vw;height: auto;margin:0 auto;padding:0;line-height: 0;}
.fvWrapper h2 {display: block;width: 27.5vw;height: auto;margin:0 auto;padding:0;line-height: 0;}
.fvWrapper a {display: block;width: 21vw;height: auto;margin: 1vw auto 0 auto;padding: 0;line-height: 0;}
.fvWrapper h1 img, .fvWrapper h2 img, .fvWrapper a img {display: block;width:100%;height:auto;}
.fvWrapper a:hover img {opacity: 1;filter:brightness(110%);transition: all .3s ease;}
@media screen and (max-width: 767.99px) {
  .fvWrapper h1 {display: block;width: 34vw;height: auto;margin:0 auto;padding:0;line-height: 0;}
  .fvWrapper h2 {display: block;width: 70vw;height: auto;margin:0 auto;padding:0;line-height: 0;}
  .fvWrapper a {display: none !important;}
  
}

/* ----- lead ----- */
#sec-lead {
  margin: 0 auto;
  padding: 6.25vw 0 3.125vw 0;
  width: 100%;
  height: auto;
  text-align: center;
}
#sec-lead h2 {
  display: block;
  margin: 0 auto 3vw auto;
  padding: 0;
  text-align: center;
  width: 45.416vw;
  height: auto;
}
#sec-lead h2 img {
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: auto;
}
#sec-lead p {
  margin-top: -0.5em;
  font-size: 1.45833vw;
  font-weight: 400;
  line-height: 1.68;
}
#sec-lead br.sp {display:none;}
#sec-lead ul {
  margin: 2.4vw auto ;
  padding: 0;
  display: flex;
  justify-content: space-around;
  align-items: stretch;
  width: 38.54vw;
}
#sec-lead li {
  width: 30%;
}
#sec-lead li img {
  display: block;
  width: 226px;
  height: auto;
}
#sec-lead dl {
  background: url(../img/img-bk-theme.png) no-repeat top 5vw center;
  background-size: 100% auto;
  margin: 0 auto;
  padding: 0 2.2vw;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: stretch;
  width: 40.78vw;
  height: 21vw;
}
#sec-lead dt {
  margin: 0;
  padding: 0;
}
#sec-lead dt img {
  display: block;
  margin: -20px auto 0 auto;
  width: 30vw;
  height: auto;
}
#sec-lead dd {
  margin: 0;
  padding: 0;
}
#sec-lead dd p{
  font-size: 1.2vw;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.6;
  text-align: left;
}
#sec-lead dd p .marker {
  font-weight: 600;
  background:linear-gradient(transparent 30%, #FF3 30%);
}
@media screen and (max-width: 767.99px) {
  #sec-lead {
    padding: 40px 10px;
  }
  #sec-lead h2 {
    width: 86%;
    margin: 0 auto 6vw auto;
  }
  #sec-lead p {
    margin-top: 0;
    font-size: 1.4em;
  }
  #sec-lead ul {
    margin: 6vw auto;
    width: 100%;
  }
  #sec-lead br.sp {display:block;}
  #sec-lead dl {
    width: 95%;
    height: auto !important;
    /* background: url(../img/img-bk-theme-sp.png) no-repeat top center; */
    background: none;
    background-size: 100% auto;
    margin: 14vw auto 0;
    padding: 0;
  }
  #sec-lead dt img {
    width: 90%;
  }
  #sec-lead dd {
    margin: 0;
    padding: 4% 6% !important;
  }
  #sec-lead dd p{
    font-size: 1.4em;
    line-height: 1.8;
    text-align: left;
  }
}

/* ----- middle cta ----- */
#sec-middle-cta {
  display: block;
  margin: 0 auto;
  padding: 0 0 4.25vw 0;
  width: 100%;
  height: auto;
}
#sec-middle-cta .wrapper{
  display: block;
  margin: 0 auto;
  width: 1200px;
  height: 100%;
  background: url(../img/img-bk-middle-cta.png) no-repeat top center;
  background-size: 100% auto;
  padding: 4vw 2vw 4vw 2vw;
  text-align: center;
}
#sec-middle-cta p {
  font-size: 1.2em;
  font-weight: 300;
}
@media screen and (max-width: 767.99px) {
  #sec-middle-cta .wrapper{
    display: block;
    margin: 0 auto;
    width: 90%;
    height: auto;
    background: url(../img/img-bk-middle-cta-sp.png) no-repeat top center;
    background-size: 100% auto;
    padding: 8vw 2vw;
    text-align: center;
  }
  #sec-middle-cta p {
    font-size: 1em;
    line-height: 1.6;
  }
}

/* ----- event detail ----- */
#event {
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 1200px;
  height: auto;
  text-align: center;
  position: relative;
}
#event nav {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
#event nav ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: self-end;
  gap: 1%;
  width: 100%;
  border-bottom: 10px solid #F8BFAA;
}
#event nav ul li.tab-list-item {
  background: #F8F2D7;
  color: var(--red);
  font-size: 2.6em;
  line-height: 1;
  font-weight: 600;
  padding: 1.5% 0;
  width: 40%;
  text-align: center;
}
#event nav ul li.tab-list-item.is-btn-active {
  background: #F8BFAA;
  padding: 2% 0;
}
#archives .theme p {
  padding: 50px 0 0 0;
  font-size: 18px;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 767.99px) {
  #event nav ul li.tab-list-item {
    line-height: 1.2;
    font-size: 1.2em;
    width: 44%;
    padding: 2% 0;
  }
  #event nav ul li.tab-list-item.is-btn-active {
    padding: 4% 0;
  }
  #archives .theme p {
    font-size: 1.2em;
    text-align: left;
  }
}
.eventWrap {
  background: #F8F2D7;
  display: block;
  margin: 0 auto;
  padding: 70px 0;
  width: 1200px;
}
#overview {
  display: none;
}
#overview.is-contents-active{
  display: block;
}
.eventWrap table {
  display: table;
  margin: 0 auto;
  padding: 0;
  width: 780px;
  border-collapse: separate!important;
  border-spacing: 3px;
}
.eventWrap th,.eventWrap td {
  font-size: 1.2vw;
  padding: 8px 20px;
  vertical-align: middle;
  border-spacing: 10px;
}
.eventWrap th {
  background: var(--beige);
  font-weight: 400;
  width: 12%;
  text-align: center;
}
.eventWrap th span {
  display: inline-block;
  letter-spacing: 2px;
  overflow: hidden;
  margin-right: -2px;
}
.eventWrap td {
  background: #FFF;
  width: 80%;
  text-align: left;
  word-break: keep-all;
  line-height: 1.6;
}
.eventWrap td a {
  color: var(--red);
  text-decoration: underline;
  display: block;
  margin: 0.5em 0 0 auto;
  padding-right: 2em;
  text-align: right;
  position: relative;
}
.eventWrap td a:after {
  background: url(../img/icon-link-red.png) no-repeat center right;
  background-size: 100% auto;
  width: 15px;
  height: 15px;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2%;
}
.eventWrap td small {
  font-size: 88%;
}
.eventWrap td span {
  display: inline-block;
  font-size: 80%;
  line-height: 1.6;
}
.eventWrap td.td_sponsor span {
  display: inline-block;
  font-size: 100%;
  line-height: 1.6;
}
.eventWrap td .map {
  margin-top: 1vw;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
}
.eventWrap td .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767.99px) {
  #event {
    width: 90%;
  }
  #event nav,
  .eventWrap {
    width: 100%;
  }
  .eventWrap {
    padding: 12% 6%;
  }
  #event nav ul li {
    width: 46%;
    font-size: 1.2em;
  }
  .eventWrap table {
    width: 100%;
  }
  .eventWrap th {
    width: 14%;
    font-size: 1em;
    padding: 0;
  }
  .eventWrap td {
    font-size: 1.2em;
    width: 70%;
  }
  .eventWrap td a {
    padding-right: 1.3em;
  }
  .sec-overview td span {
    display: inline-block;
  }
  .eventWrap td iframe {
    width: 100%;
  }
}
#archives {
  margin: 0 auto;
  display: none;
  width: 780px;
}
#archives.is-contents-active{
  display: block;
}
@media screen and (max-width: 767.99px) {
  #archives {
    width: 100%;
  }
  #archives .h2-box {
    margin-bottom: 0;
    padding-bottom: 20px;
  }
}
#archives h3 {
  color: var(--red);
  display: inline-block;
  font-size: 28px;
  text-align: center;
  position: relative;
  padding-bottom: 0.5em;
  margin-bottom: 40px;
}
#archives h3::after {
  background: var(--red);
  content: "";
  display: block;
  width: 4vw;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767.99px) {
  #archives .tags p {
    font-size: 1.3em !important;
  }
  #archives h3::after {
    background: var(--red);
    content: "";
    display: block;
    width: 10vw;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.eventWrap .video {
  margin: 0 auto;
  display: block;
  width: 65%;
  aspect-ratio: 16 / 9;
}
@media screen and (max-width: 767.99px) {
  .eventWrap .video {
    width: 90%;
  }
}
.eventWrap .video iframe{
  width: 100%;
  height: 100%;
}
#archives > * {
  padding-bottom: 40px;
}
/* #archives .tags,
#archives .reviews {
  display: block;
  margin: 0 auto;
  width: 700px;
}
#archives .reviews .review {
  margin: 30px auto;
  background: #FFF;
  border-radius: 40px;
  position: relative;
}
#archives .reviews .review::before,
#archives .reviews .review::after {
  content: "";
  display: block;
  position: absolute;
}
#archives .reviews .review::before {
  width: 160px;
  height: 92px;
  background: url(../img/img-review-before.png) no-repeat top left;
  background-size: cover;
  position: absolute;
  top: -3px;
  left: -3px;
}
#archives .reviews .review::after {
  width: 66px;
  height: 102px;
  background: url(../img/img-review-after.png) no-repeat bottom right;
  background-size: cover;
  position: absolute;
  bottom: -3px;
  right: -3px;
}
#archives .reviews .review p {
  color: var(--green);
  font-size: 21px;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
  padding: 20px;
}
@media screen and (max-width: 767.99px) {
  #archives .tags,
  #archives .reviews {
    width: 100%;
  }
} */
.reviews h3 {
  color: var(--red);
  display: inline-block;
  font-size: 28px;
  text-align: center;
  position: relative;
  padding-bottom: 0.5em;
  margin-bottom: 40px;
}
.reviews h3::after {
  background: var(--red);
  content: "";
  display: block;
  width: 4vw;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767.99px) {
  .reviews .tags p {
    font-size: 1.3em !important;
  }
  .reviews h3 {
    font-size: 5vw;
    margin: 14vw 0 0 0;
  }
  .reviews h3::after {
    background: var(--red);
    content: "";
    display: block;
    width: 10vw;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.reviews {
  display: block;
  margin: 4vw auto 0 auto;
  width: 700px;
}
.reviews .review {
  margin: 30px auto;
  background: #FFF;
  border-radius: 40px;
  position: relative;
}
.reviews .review::before,
.reviews .review::after {
  content: "";
  display: block;
  position: absolute;
}
.reviews .review::before {
  width: 160px;
  height: 92px;
  background: url(../img/img-review-before.png) no-repeat top left;
  background-size: cover;
  position: absolute;
  top: -3px;
  left: -3px;
}
.reviews .review::after {
  width: 66px;
  height: 102px;
  background: url(../img/img-review-after.png) no-repeat bottom right;
  background-size: cover;
  position: absolute;
  bottom: -3px;
  right: -3px;
}
.reviews .review p {
  color: var(--green);
  font-size: 21px;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
  padding: 20px;
}
@media screen and (max-width: 767.99px) {
  .reviews {
    width: 100%;
  }
  .reviews .review p {
    font-size: 4vw;
  }
}
#archives .tags p {text-align:right;}
#archives .tag-list {
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 0.5em;
  width: 100%;
}
#archives .tag-list li {
  display: inline-block;
}
#archives .tag-list li span {
  border: 1px solid #000;
  font-size: 16px;
  line-height: 2;
  display: block;
  padding: 0.1em 0.7em;
  border-radius: 12px;
  text-align: center;
}
#archives .gallery {
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 2%;
  width: 700px;
}
@media screen and (max-width: 767.99px){
  #archives .gallery {
    width: 100%;
  }
}
#archives .gallery figure {
  width: 18%;
}
.eventWrap .link-box {
  margin: 40px auto 0 auto;
  padding: 0;
  width: 780px;
  height: 130px;
  background: #FFF;
  border: 4px solid var(--red);
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
}
.eventWrap .link-box figure {
  display: block;
  margin: 0;
  padding: 0;
  width: 260px;
  height: auto;
}
.eventWrap .link-box figure a {
  display: block;
  margin: 0;
  padding: 20px 0;
  width: 240px;
  height: auto;
}
.eventWrap .link-box figure img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
}
.eventWrap .link-box dl {
  padding: 0;
  width: 74%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  position: relative;
}
.eventWrap .link-box dl::after{
  background: url(../img/icon-link-red.png) no-repeat center right;
  background-size: 100% auto;
  width: 20px;
  height: 20px;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 4%;
}
.eventWrap .link-box dt {
  padding: 30px 0;
}
.eventWrap .link-box p {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.8;
  padding-right: 3em;
  text-align: left;
  color: var(--red);
}
.eventWrap .link-box p a {
  text-decoration: none;
  color: var(--red);
}
@media screen and (max-width: 767.99px) {
  .eventWrap .link-box {
    margin: 4vw auto 0 auto;
    display: flex;
    flex-direction: column;
    padding: 8%;
    width: 100%;
    height: auto;
  }
  .eventWrap .link-box dt {
    padding: 0;
  }
  .eventWrap .link-box p {
    font-size: 1.4em;
    padding: 0;
    text-align: center;
  }
  .eventWrap .link-box figure,
  .eventWrap .link-box dl {
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
  .eventWrap .link-box dl::after{
      top: -120%;
      right: 0;
      transform: unset;
  }
  .eventWrap .link-box figure a {
    padding: 0;
  }
}
.eventWrap p.notice a {
  color: var(--red);
  text-decoration: underline;
}
@media screen and (max-width: 767.99px) {
  .eventWrap p.notice{
    padding-top:1em;
    font-size: 1.2em;
  }
}

/* ----- ticket ----- */
#tickets {
  display: block;
  margin: 0 auto;
  padding: 100px 0 50px 0;
  width: 100%;
  height: auto;
  text-align: center;
}
#tickets .h2-box p {
  padding: 20px 0 0 0;
  font-size: 21px;
}
#tickets .h2-box p small {
  font-size: 16px;
}
#tickets .h2-box p small a {
  text-decoration: underline;
  color: var(--blue);
}
@media screen and (max-width: 767.99px) {
  #tickets .h2-box p small {
    display: block;
    width: 85%;
    margin: 0 auto;
    font-size: 3.6vw;
    line-height: 1.6;
  }
}
#tickets dt {
  text-align: center;
  color: #FFF;
  padding: 10px 0 !important;
  line-height: 1.2;
  vertical-align: middle;
}
#tickets dt h3 {
  font-size: 3.2em;
}
#tickets dt h3 span {
  font-size: 86%;
}
#tickets dt small {
  font-size: 2.1em;
}
#tickets dd {
  padding: 8% 0 2% 0;
  font-weight: 600;
  line-height: 2;
}
#tickets dd:nth-of-type(1),
#tickets .singleBox dd:nth-of-type(1){
  padding: 4% 0 0 0 !important;
}
#tickets .ticket-02 dd:nth-of-type(1),
#tickets .ticket-03 dd:nth-of-type(1),
#tickets .ticket-04 dd:nth-of-type(1) {
  padding: 8% 0 0 0 !important;
}
#tickets dd h4 {
  font-size: 2rem;
}
#tickets .ticket-02 dd h4,
#tickets .ticket-03 dd h4,
#tickets .ticket-04 dd h4{
  font-size: 1.6em !important;
}
#tickets dd p {
  font-family: 'Lato', sans-serif;
  font-size: 3rem;
  font-weight: 600;
}
#tickets .singleBox dd p {
  color: var(--red);
  font-size: 5em;
  padding-bottom: 0.5em;
}
#tickets .singleBox dd small {
  font-size: 1.8em;
  font-weight: 600;
}
#tickets dd p small {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 60%;
}
#tickets dd p span {
  font-size: 40%;
  line-height: 1.4;
  display: block;
  margin: 0 auto 6% auto;
  width: 90%;
}
#tickets .singleBox {
  margin: 0 auto;
  padding: 0;
  width: 1200px;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 4%;
}
#tickets .singleBox dl {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  background: #F7F7F0;
}
#tickets .singleBox dt {
  background: var(--red);
  padding: 2% 0 !important;
}
#tickets .singleBox dd {
  line-height: 3;
  padding: 20px 0 40px 0;
}
#tickets .flexBox {
  margin: 0 auto;
  padding: 40px 0 0 0;
  width: 1200px;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 4%;
}
#tickets .flexBox dl {
  margin: 0 auto;
  padding: 0 0 2% 0;
  width: 30%;
  background: #F7F7F0;
}
#tickets .flexBox dt {
  padding: 4% 0 0 0;
  height: auto;
}
#tickets .flexBox dt sup {
  font-size: 50%;
}
#tickets .flexBox dl.ticket-02 dt{background:var(--blue);padding:20px 0 !important;}
#tickets .flexBox dl.ticket-03 dt{background:var(--purple);padding:20px 0 !important;}
#tickets .flexBox dl.ticket-04 dt{background:var(--green);padding:20px 0 !important;}
#tickets .caution {
  display: block;
  margin: 0 auto;
  width: 1200px;
  padding: 40px 0 0 0;
}
@media screen and (max-width: 767.98px){
  #tickets .caution {
    width: 90%;
  }
}
#tickets .caution p {
  text-align: left;
  font-size: 1.4em;
  font-weight: 500;
}
#tickets .caution p a {
  color: var(--red);
  text-decoration: underline;
}

.btn {
  background: #C2C28C;
  color: #FFF;
  font-size: 1.4rem;
  font-weight: 400;
  line-height:2;
  text-align: center;
  display: block;
  margin: 0 auto;
  border-radius: 50px;
  width: 80%;
}
.btn:hover{
  text-decoration: none;
}
.btn.btn-01 {line-height:1;width: 40%;background:var(--red);font-size:2rem;padding:1% 0;}
.btn.btn-02 {background:var(--blue);}
.btn.btn-03 {background:var(--purple);}
.btn.btn-04 {background:var(--green);}

@media screen and (max-width: 767.99px) {
  #tickets {
    padding: 8% 0 4% 0;
  }
  #tickets .h2-box p {
    font-size: 1.8em !important;
  }
  #tickets .singleBox,
  #tickets .flexBox {
    flex-direction: column;
    width: 90%;
    padding: 0;
  }
  #tickets .singleBox .btn ,
  #tickets .flexBox .btn {
    width: 80%;
    font-size: 1.6em;
    line-height: 1;
    padding: 2% 0 3% 0;
    margin: 5vw auto 0;
  }
  #tickets .singleBox dl,
  #tickets .flexBox dl {
    width: 100%;
    margin-bottom: 8vw;
  }
  #tickets .flexBox dl:last-child{
    margin-bottom: 0;
  }
  #tickets .flexBox dt {
    padding: 4% 0;
  }
  #tickets .singleBox dt {
    padding: 4% 8% !important;
    margin: 0 0 5vw 0;
  }
  #tickets dt small {
    font-size: 1.4em !important;
  }
  #tickets dt h3 {
    font-size: 2.4em !important;
  }
  #tickets .singleBox dd {
    padding : 2% 0 2% 0 !important;
  }
  #tickets .flexBox dd {
    padding : 4% 0 4% 0 !important;
  }
  #tickets .singleBox dd:last-child,
  #tickets .flexBox dd:last-child {
    padding : 2% 0 8% 0 !important;
  }
  #tickets dd h4 {
    font-size: 1.8em !important;
  }
  #tickets dd p {
    font-size: 4em !important;
  }
  #tickets .singleBox dd small {
    font-size: 1.2em;
  }
}

/* ----- sponsors ----- */
#partners {
  display: block;
  margin: 0 auto;
  padding: 50px 0;
  width: 100%;
  height: auto;
  text-align: center;
}
#partners h3 {
  font-weight: 400;
  font-size: 2.2em;
  padding-bottom: 1em;
}
#partners .flexBox {
  margin: 0 auto;
  width: 1200px;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8.3333%;
}
#partners .flexBox.flexBox-center {
  justify-content: center;
}
#partners .flexBox a {
  display: block;
  width: 25%;
  height: auto;
  margin-bottom: 3%;
}
@media screen and (max-width: 767.99px) {
  #partners {
    padding: 4%;
  }
  #partners .flexBox {
    flex-direction: row;
    justify-content: space-between;
    width: 90%;
    gap: 2%;
  }
  #partners .flexBox a {
    width: 46%;
    margin-bottom: 4%;
  }
}
/* ----- contact ----- */
#contact {
  display: block;
  padding: 50px 0 100px 0;
  width: 100%;
  height: auto;
  text-align: center;
}
#contact p {
  font-size: 24px;
  font-weight: 400;
  line-height: 2;
}
#contact a {
  color: var(--red);
  font-size: 28px;
  font-weight: 500;
  line-height: 2;
  text-decoration: underline;
}
#contact span {
  font-size: 21px;
}
#contact p br.sp {
  display: none;
}
@media screen and (max-width: 767.99px) {
  #contact {
    padding: 4%;
  }
  #contact p {
    font-size: 1.4em;
    line-height: 1.8;
  }
  #contact a {
    font-size: 1.2em;
    line-height: 1.2;
  }
  #contact span {
    font-size: 0.8em;
  }
  #contact p br.sp {
    display: block;
  }
}

#contact .link-box {
  margin: 50px auto 0 auto;
  padding: 40px;
  width: 1200px;
  background: var(--lightblue);
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: space-between;
  align-items: stretch;
  height: auto;
  position: relative;
}
#contact .link-box::before,
#contact .link-box::after {
  content: "";
  width: 72px;
  height: 72px;
  position: absolute;
}
#contact .link-box::before {
  background: url(../img/img-link-corner-top.png);
  background-size: cover;
  top: 10px;
  left: 10px;
}
#contact .link-box::after {
  background: url(../img/img-link-corner-bottom.png);
  background-size: cover;
  bottom: 10px;
  right: 10px;
}
#contact .link-box figure {
  display: block;
  margin: 0;
  padding: 0;
  width: 360px;
  height: auto;
}
#contact .link-box figure img {
  width: 100%;
  height: auto;
}
#contact .link-box figure a {
  display: block;
  line-height: 0;
}
#contact .link-box dl {
  width: calc(100% - 400px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}
#contact .link-box p {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.8;
  text-align: left;
}
#contact .link-box dd a {
  display: block;
  margin: 10px auto 0 auto;
  padding: 0;
  width: 72%;
}
@media screen and (max-width: 767.99px) {
  #contact .link-box {
    margin: 5% auto 0 auto;
    display: flex;
    flex-direction: column;
    padding: 10%;
    width: 100%;
  }
  #contact .link-box::before {
    background: url(../img/img-link-corner-top.png);
    background-size: cover;
    top: 10px;
    left: 10px;
    width: 40px;
    height: 60px;
  }
  #contact .link-box::after {
    background: url(../img/img-link-corner-bottom.png) bottom right;
    background-size: cover;
    bottom: 10px;
    right: 10px;
    width: 40px;
    height: 60px;
  }
  #contact .link-box p {
    font-size: 1.4em;
  }
  #contact .link-box figure,
  #contact .link-box dl {
    width: 100%;
  }
  #contact .link-box dd a {
    width: 100%;
  }
}


/* ========== footer ========== */
footer {
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
  padding: 42px 0;
  color: #fff;
  /* background: #000 url('//public0.potaufeu.asahi.com/terakoya/img/common/footer-bg.png') 50% 50%;
  background-size: 45px; */
  font-family: -apple-system, 'Yu Gothic', YuGothic, BlinkMacSystemFont, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', Helvetica, Arial, 'メイリオ', 'Meiryo', Osaka, sans-serif;
    line-height: 1.8;
    word-wrap: break-word;
    color: #000;
    -webkit-text-size-adjust: 100%;
    border-top: solid 1px #c7000c;
}
footer.fixed
{
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;

    min-width: 1160px;
    margin: auto;
}
footer > div, footer > a, footer > address {
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
}
footer a
{
    color: #000;
}
footer img { 
  max-width: 100%;
  vertical-align: top;
}
footer .pagetop {
  position: absolute;
  top: -32px;
  left: 50%;
  width: 64px;
  height: 64px;
  margin-left: -32px;
}
footer .pagetop a {
  position: relative;
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 50px;
  background-color: #c7000c;
}
footer .pagetop_line {
  position: absolute;
  transform: translate(-50%,-50%) rotate(-45deg);
  top: 45%;
  left: 34%;
  width: 30px;
  height: 2px;
  background-color: #fff;
} 
footer .pagetop_line:nth-child(2) {
  transform: translate(-50%,-50%) rotate(45deg);
  left: 65%;
}
@media screen and (max-width: 767.99px) {
  footer .pagetop {
    width: 50px;
    height: 50px;
  }
  footer .pagetop a {
    width: 50px;
    height: 50px;
  }
  footer .pagetop_line {
    position: absolute;
    transform: translate(-50%,-50%) rotate(-45deg);
    top: 45%;
    left: 34%;
    width: 24px;
    height: 2px;
    background-color: #fff;
  } 
  footer .pagetop_line:nth-child(2) {
    transform: translate(-50%,-50%) rotate(45deg);
    left: 65%;
  }
}

footer .inner
{
  margin: 0 auto;
  max-width: 1100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

footer .inner .links
{
    width: 514px;
}

footer .inner .links ul
{
    margin-bottom: 14px;
}

footer .inner .links ul li
{
    line-height: 1.2;

    display: inline-block;

    margin-right: 1em;
    padding-right: 1.2em;

    vertical-align: middle;

    border-right: 1px solid #000;
}

footer .inner .links ul li:last-child
{
    margin-right: 0;
    padding-right: 0;
    margin-bottom: 1rem;
    border-right: 0;
}

footer .inner .links ul li a
{
    font-size: 12px;
    /* font-size: 1.2rem; */
    display: block;
}

footer .inner .links .asahi
{
    line-height: 1;

    display: inline-block;

    margin-right: 16px;

    vertical-align: middle;
}

footer .inner .links .asahi img
{
    width: 181px;
}

footer .inner .links .copyright
{
    color: #FFF;
    font-size: 10px;
    font-weight: 300;
    /* font-size: 1rem; */
    display: inline-block;
    vertical-align: middle;
}

footer .inner .siteinfo
{
    width: 252px;

    text-align: right;
}

footer .inner .siteinfo p
{
    font-size: 10px;
    font-size: 1rem;

    margin-bottom: 20px;
}

footer .inner .siteinfo .logo img
{
    width: 247px;
}

@media (max-width: 758px) {
  footer {
      background-size: 28px;
      margin: 10vw 0 0 0;
  }
  footer .pagetop {
    top: -24px;
    width: 48px;
    height: 48px;
    margin-left: -24px;
  }
  footer .inner {
    flex-direction: column;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }
  footer .inner .links {
    width: auto;
  }
}






/* modal */
.lity {
  background: rgba(255,255,255,0.3);
  backdrop-filter: blur(12px);
}
.lity-close,
.lity-close:hover {
  z-index: 9994;
  width: 54px;
  height: 54px;
  font-size: 44px;
  position: fixed;
  right: 13%;
  top: 10%;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 54px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  border: 0;
  border-radius: 27px;
  background: var(--red);
  outline: none;
  text-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.lity-close:hover {
  background: var(--yellow);
  color: var(--red);
}
.lity-content {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767.99px) {
  .lity-content {
    width: 90%;
  }
  .lity-close,
  .lity-close:hover {
    right: 8% !important;
    top: 30% !important;
  }
}