@charset "utf-8";

/*---------------------------------------------------------------------------------------------

ベース

---------------------------------------------------------------------------------------------*/

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  width: 100%;
  font-family: 'M PLUS 1p', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {

}

/*---------------------------------------------------------------------------------------------

FLEX

---------------------------------------------------------------------------------------------*/

.flex {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}

.al-start {
  -webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.al-center {
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.jt-center {
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.jt-around {
  -ms-flex-pack: distribute;
	justify-content: space-around;
}

.jt-between {
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.jt-start {
  -webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.jt-end {
  -webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.flex_wrap {
  -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}

@media screen and (max-width: 768px) {

  .sp_noflex {
    display: block;
  }

  .sp_wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

}

/*---------------------------------------------------------------------------------------------

PC

---------------------------------------------------------------------------------------------*/

@media screen and (min-width: 769px) {

  .onlyPC {
    display: block;
  }

  .onlySP {
    display: none !important;
  }

}

/*---------------------------------------------------------------------------------------------

SP

---------------------------------------------------------------------------------------------*/


@media screen and (max-width: 768px) {

  .onlyPC {
    display: none !important;
  }

  .onlySP {
    display: block;
  }

}


/*---------------------------------------------------------------------------------------------

フェードインアニメーション

---------------------------------------------------------------------------------------------*/


.view.on {
    opacity: 1;
    transform: translate(0px,0px);
    visibility: visible;
}
.view {
    transition: 1.2s;
    opacity: 0;
    transform: translate(0px,60px);
}


/*---------------------------------------------------------------------------------------------

スライダー

---------------------------------------------------------------------------------------------*/

.main_bg {
  position: fixed;
  width: 100vw;
  height: 100vh; /* スライダーの高さは適宜変更してください */
  z-index: 1;
  top: 0;
  left: 0;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 768px) {

  .main_bg {
    display: none;
  }
.sp_main_bg {
  position: fixed;
  width: 100vw;
  height: 100vh; /* スライダーの高さは適宜変更してください */
  z-index: 1;
  top: 0;
  left: 0;
}
  .mv_sp_wrap {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
  }

  .mv_sp_area {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
  }

  .sp_logo {
    width: 50%;
    position: absolute;
    top: 47%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 2;
  }

  .sp_scroll {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 2;
    transition: all .2s ease-in-out;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 1.6s;
    animation-name: scroll_anim;
  }

  .sp_scroll p {
    color: #FFF;
    font-size: 2.8rem;
  }

  .arrow_scroll {
    display: block;
    margin: 20px auto;
  }

  @keyframes scroll_anim {
  0% {
    bottom: 50px;
  }
  50% {
    bottom: 65px;
  }
  100% {
    bottom: 50px;
  }
  }

}

@media screen and (max-width: 500px) {

  .sp_logo {
    width: 75%;
    position: absolute;
    top: 47%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 2;
  }

}

@media (orientation: landscape) and (max-width: 1000px) {

  .main_bg {
    display: block;
  }

  .mv_sp_wrap {
    display: none !important;
  }

  .swiper-slide img {
    width: 100vw;
  }


}

/*---------------------------------------------------------------------------------------------

全体

---------------------------------------------------------------------------------------------*/

.wrapper {
  position: relative;
}

.main_wrapper {
  width: 100%;
  height: 100vh;
  position: relative;
}

.main_left_area {
  width: 50%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.main_right_area {
  width: 50%;
  height: 100vh;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}

@media screen and (min-width: 769px) and (max-width: 1000px) {

  .main_left_area {
    display: none;
  }

  .main_right_area {
    width: 100%;
    position: relative;
  }

}

@media screen and (max-width: 768px) {

  .main_left_area {
    display: none;
  }

  .main_right_area {
    width: 100%;
    position: relative;
  }

}

@media (orientation: landscape) and (max-width: 1000px) {

  .main_left_area {
    display: none;
  }

  .main_right_area {
    width: 100%;
    position: relative;
  }

}


/*---------------------------------------------------------------------------------------------

ナビゲーション

---------------------------------------------------------------------------------------------*/

.pc_navi {
  max-width: 300px;
  position: fixed;
  top: 50%;
  left: 25%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.navi_list {
  display: flex;
  flex-flow: column;
  margin-top: 50px;
  text-align: center;
  color: #FFF;
  font-size: 2.2rem;
}

.navi_list li {
  align-self: center;
  position: relative;
  padding: 0 25px;
  margin-bottom: 25px;width: max-content;
}

.navi_list li a {
  opacity: 1;
  transition: .3s;
}

.navi_list li a:hover {
  opacity: .6;
}

.navi_list li::before {
  content: "";
  position: absolute;
  background: url('../img/ico_navi.svg') no-repeat;
  background-size: 100%;
  background-position: center;
  width: 18px;
  height: 18px;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.navi_list li::after {
  content: "";
  position: absolute;
  background: url('../img/ico_navi.svg') no-repeat;
  background-size: 100%;
  background-position: center;
  width: 18px;
  height: 18px;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.navi_list li:last-of-type {
  margin-bottom: 0;
}


/*---------------------------------------------------------------------------------------------

メインカラム

---------------------------------------------------------------------------------------------*/

.main_column {
  position: relative;
  max-width: 500px;
  height: auto;
  background: rgba(0, 52, 78, 0.8);
  overflow: hidden;
  color: #FFF;
}

.column_wrap {
  position: relative;
  z-index: 1;
}

.column_bg {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background: url(../img/bg_column.webp);
  background-repeat: repeat-y;
  background-size: contain;
  background-position: top right;
  z-index: 0;
}

.head_area {
  margin-top: 50px;
}

.head_copy {
  font-size: 3.2rem;
  text-align: center;
}

.head_read {
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 1.6;
  text-align: center;
  margin-top: 30px;
}

.column_head {
  position: relative;
  width: 100%;
  height: 68px;
  margin-top: 120px;
}

.column_head.access {
  margin-top: 80px;
}

.column_head.period::before {
  position: absolute;
  content: "";
  background: url('../img/illust_head01.svg') no-repeat;
  background-size: 100%;
  background-position: center;
  width: 130px;
  height: 160px;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.column_head.venue::before {
  position: absolute;
  content: "";
  background: url('../img/ico_head_type02.svg') no-repeat;
  background-size: 100%;
  background-position: center;
  width: 164px;
  height: 76px;
  bottom: 40px;
  left: 40px;
  z-index: 2;
}

.column_head.stamp::before {
  position: absolute;
  content: "";
  background: url('../img/illust_head03.svg') no-repeat;
  background-size: 100%;
  background-position: center;
  width: 90px;
  height: 160px;
  bottom: 0px;
  left: 0px;
  z-index: 2;
}

.column_head.access::before {
  position: absolute;
  content: "";
  background: url('../img/ico_head_type02.svg') no-repeat;
  background-size: 100%;
  background-position: center;
  width: 164px;
  height: 76px;
  bottom: 40px;
  left: 40px;
  z-index: 2;
}

.column_head.sponsorship::before {
  position: absolute;
  content: "";
  background: url('../img/illust_head05.svg') no-repeat;
  background-size: 100%;
  background-position: center;
  width: 130px;
  height: 160px;
  bottom: 0px;
  left: 0px;
  z-index: 2;
}

.column_head.period::after {
  position: absolute;
  content: "";
  background: url('../img/ico_head_type01.svg') no-repeat;
  background-size: 100%;
  background-position: center;
  width: 164px;
  height: 76px;
  bottom: 40px;
  right: 40px;
  z-index: 2;
}

.column_head.venue::after {
  position: absolute;
  content: "";
  background: url('../img/illust_head02.svg') no-repeat;
  background-size: 100%;
  background-position: center;
  width: 130px;
  height: 160px;
  bottom: 0px;
  right: 0px;
  z-index: 2;
}

.column_head.stamp::after {
  position: absolute;
  content: "";
  background: url('../img/ico_head_type01.svg') no-repeat;
  background-size: 100%;
  background-position: center;
  width: 164px;
  height: 76px;
  bottom: 70px;
  right: 20px;
  z-index: 2;
}

.column_head.access::after {
  position: absolute;
  content: "";
  background: url('../img/illust_head04.svg') no-repeat;
  background-size: 100%;
  background-position: center;
  width: 130px;
  height: 160px;
  bottom: 0px;
  right: 0px;
  z-index: 2;
}

.column_head.sponsorship::after {
  position: absolute;
  content: "";
  background: url('../img/ico_head_type01.svg') no-repeat;
  background-size: 100%;
  background-position: center;
  width: 164px;
  height: 76px;
  bottom: 40px;
  right: 40px;
  z-index: 2;
}

.head_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #011D2C;
  filter: blur(2px); /* 親要素のぼかし */
  z-index: 1;
}

.column_head.stamp .head_bg {
  background: #3C5711;
}

.head_txt {
  position: absolute;
  font-size: 2.8rem;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 2;
}

.column_head.stamp .head_txt {
  width: 100%;
}

.period_txt {
  font-size: 2rem;
  margin-top: 40px;
  text-align: center;
}

.period_coution {
  font-size: 1.4rem;
  font-weight: 300;
  margin-top: 10px;
  display: block;
  text-align: center;
}

.map_wrap {
  width: 90%;
  margin: auto;
  margin-top: 90px;
  position: relative;
}

.map_arrow {
  position: absolute;
  width: 10%;
  height: auto;
  cursor: pointer;
}

.map_arrow svg {
  width: 100% !important;
  height: auto !important;
}

.map_arrow.num01 {
  top: -15%;
  left: 38%;
  animation: scaleAnimation 0.7s infinite alternate ease-in-out;
}

.map_arrow.num02 {
  top: -15%;
  left: 15%;
  animation: scaleAnimation 0.5s infinite alternate ease-in-out;
}

.map_arrow.num03 {
  bottom: -2%;
  right: 24%;
  animation: scaleAnimation 0.6s infinite alternate ease-in-out;
}

.map_arrow.num04 {
  bottom: -2%;
  left: 33%;
  animation: scaleAnimation 0.5s infinite alternate ease-in-out;
}

.map_arrow.num05 {
  top: 32%;
  right: 37%;
  animation: scaleAnimation 0.7s infinite alternate ease-in-out;
}

.map_arrow.num06 {
  top: 20%;
  left: 33%;
  animation: scaleAnimation 0.6s infinite alternate ease-in-out;
}

@keyframes scaleAnimation {
  0% {
    transform: scale(1); /* 通常のサイズ */
  }
  100% {
    transform: scale(1.3); /* 1.5倍に拡大 */
  }
}

.map_arrow span {
  position: absolute;
  font-size: 3.2rem;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.map_arrow.num03 span,
.map_arrow.num04 span {
  position: absolute;
  font-size: 3.2rem;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.arrow01 {
  fill: #72498D;
  animation: colorChange01 3s infinite alternate ease-in-out;
}

@keyframes colorChange01 {
  0% {
    fill: #72498D;
  }
  100% {
    fill: #856D95;
  }
}

.arrow02 {
  fill: #E35349;
  animation: colorChange02 3s infinite alternate ease-in-out;
}

@keyframes colorChange02 {
  0% {
    fill: #E35349;
  }
  100% {
    fill: #DB746D;
  }
}

.arrow03 {
  fill: #C95C00;
  animation: colorChange03 3s infinite alternate ease-in-out;
}

@keyframes colorChange03 {
  0% {
    fill: #C95C00;
  }
  100% {
    fill: #DB7D2D;
  }
}

.arrow04 {
  fill: #007688;
  animation: colorChange04 3s infinite alternate ease-in-out;
}

@keyframes colorChange04 {
  0% {
    fill: #007688;
  }
  100% {
    fill: #3395A4;
  }
}

.arrow05 {
  fill: #4C7B00;
  animation: colorChange05 3s infinite alternate ease-in-out;
}

@keyframes colorChange05 {
  0% {
    fill: #4C7B00;
  }
  100% {
    fill: #779B3C;
  }
}

.arrow06 {
  fill: #A58200;
  animation: colorChange06 3s infinite alternate ease-in-out;
}

@keyframes colorChange06 {
  0% {
    fill: #A58200;
  }
  100% {
    fill: #C49F14;
  }
}

.venue_list {
  width: 90%;
  margin: auto;
  margin-top: 60px;
}

.venue_list li {
  margin-bottom: 30px;
}

.list_number {
  width: 32px;
  height: 32px;
  border-radius: 16px;
  background: #000;
  font-size: 1.8rem;
}

.list_number.first {
  background: #856D95;
}

.list_number.second {
  background: #DB746D;
}

.list_number.third {
  background: #DB7D2D;
}

.list_number.fourth {
  background: #3E9DAC;
}

.list_number.fifth {
  background: #779B3D;
}

.list_number.sixth {
  background: #C49F14;
}

.venue_name {
  font-size: 2.2rem;
  margin-left: 10px;
}

.venue_sch {
  font-size: 1.8rem;
  font-weight: 300;
  margin-top: 18px;
}

.venue_date {
  font-size: 1.8rem;
  font-weight: 300;
  margin-top: 10px;
}

.venue_coution_wrap {
  width: 90%;
  margin: 30px auto;
  padding-top: 30px;
  border-top: 1px solid #FFF;
}

.venue_coution {
  font-size: 1.3rem;
  font-weight: 300;
  display: block;
  margin-top: 10px;
  padding-left: 1em;
  text-indent: -1em;
}

.stamp_area {
  padding: 60px 0;
  background: rgb(96, 125, 49, 0.5);
}


.column_head.stamp {
  height: 98px;
  margin-top: 0px;
}
.stamp_txt {
  font-size: 1.7rem;
  font-weight: 300;
  text-align: center;
  margin-top: 40px;
  line-height: 1.5;
}

.stamp_head {
  font-size: 2.2rem;
  text-align: center;
  margin-top: 30px;
}

.stamp_sub {
  font-size: 2rem;
  text-align: center;
  margin-top: 15px;
}

.stamp_wrap {
  margin-top: 20px;
}

.stamp_box {
  position: relative;
  width: 25%;
}

.stamp_box:nth-of-type(2) {
  margin: 0 6%;
}

.stamp_number {
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  background: #00344E;
  font-size: 1.8rem;
  top: -5px;
  left: -5px;
}

.stamp_box_txt {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.5;
  margin-top: 12px;
}

.stamp_link {
  width: 90%;
  margin: auto;
  margin-top: 40px;
}

.stamp_link_btn {
  width: 100%;
  height: 80px;
  font-size: 2.6rem;
  border: 3px solid #D5B786;
  border-radius: 10px;
  background: rgb(196,161,30);
  background: linear-gradient(180deg, rgba(196,161,30,1) 0%, rgba(154,125,20,1) 100%);
  opacity: 1;
  transition: .3s;pointer-events: auto;filter:unset;opacity:1;
}

.stamp_link_btn:hover {
  opacity: .6;
}
.stamp_link_btn.disabled {pointer-events: none;filter: grayscale(90%);opacity: 0.8;}
.stamp_coution {
  display: block;
  font-size: 1.3rem;
  font-weight: 300;
  text-align: center;
  margin-top: 10px;
}

.stamp_coution_wrap {
  width: 90%;
  margin: auto;
  margin-top: 60px;
}

.access_panel {
  background: #FFF;
  display: inline-flex;
  padding: 6px 15px;
  border-radius: 8px;
}

.access_panel span {
  font-size: 1.7rem;
  color: #2D3C45;
  padding-left: 20px;
  position: relative;
}

.access_panel span::before {
  position: absolute;
  content: "";
  background: url('../img/ico_access.svg') no-repeat;
  background-size: 100%;
  background-position: center;
  width: 14px;
  height: 19px;
  top: 0;
  left: 0;
}

.panel_wrap {
  margin-top: 40px;
}

.access_txt {
  font-size: 1.7rem;
  font-weight: 300;
  margin-top: 20px;
  text-align: center;
}

.sponsorship_txt {
  font-size: 1.5rem;
  font-weight: 300;
  text-align: center;
  line-height: 1.8;
  margin-top: 40px;
}

.sponsorship_coution {
  font-size: 1.3rem;
  font-weight: 300;
  text-align: center;
  display: block;
  line-height: 1.5;
  margin-top: 40px;
}

.sponsorship_area {
  padding-bottom: 80px;
}

@media screen and (min-width: 769px) and (max-width: 1000px) {

  .main_column {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }

  .map_arrow span {
    font-size: 2rem;
  }

  .map_arrow.num03 span,
  .map_arrow.num04 span {
    font-size: 2rem;
  }

}

@media screen and (max-width: 768px) {

  .main_column {
    width: 100%;
    max-width: 100%;
    background: rgba(0, 52, 78, 1);
    z-index: 3;
  }

  .contents_wrap {
    z-index: 5;
  }

}

@media screen and (max-width: 500px) {

  .main_column {
    width: 100%;
    max-width: 100%;
    background: rgba(0, 52, 78, 1);
    z-index: 3;
  }

  .head_copy {
    font-size: 2.4rem;
  }

  .head_read {
    font-size: 1.3rem;
    line-height: 1.8;
  }

  .head_txt {
    font-size: 2rem;
  }

  .column_head.period::before {
    width: 100px;
    height: 124px;
  }

  .column_head.venue::before {
    width: 134px;
    height: 56px;
    bottom: 45px;
    right: 20px;
  }

  .column_head.stamp::before {
    width: 70px;
    height: 124px;
  }

  .column_head.access::before {
    width: 134px;
    height: 56px;
    bottom: 45px;
    right: 20px;
  }

  .column_head.sponsorship::before {
    width: 100px;
    height: 124px;
  }

  .column_head.period::after {
    width: 134px;
    height: 56px;
    bottom: 45px;
    right: 20px;
  }

  .column_head.venue::after {
    width: 100px;
    height: 124px;
  }

  .column_head.stamp::after {
    width: 134px;
    height: 56px;
    bottom: 80px;
    right: 20px;
  }

  .column_head.access::after {
    width: 100px;
    height: 124px;
  }

  .column_head.sponsorship::after {
    width: 134px;
    height: 56px;
    bottom: 45px;
    right: 20px;
  }

  .period_txt {
    font-size: 1.4rem;
  }

  .period_coution {
    font-size: 1rem;
  }

  .map_wrap {
    margin-top: 60px;
  }

  .list_number {
    font-size: 1.4rem;
    width: 24px;
    height: 24px;
    border-radius: 12px;
  }

  .venue_name {
    font-size: 1.8rem;
  }

  .venue_sch {
    font-size: 1.5rem;
  }

  .venue_date {
    font-size: 1.4rem;
  }

  .stamp_txt {
    font-size: 1.4rem;
  }

  .stamp_head {
    font-size: 1.8rem;
  }

  .stamp_sub {
    font-size: 1.6rem;
  }

  .stamp_box_txt {
    font-size: 1.3rem;
  }

  .stamp_link_btn {
    height: 65px;
    font-size: 2rem;
  }

  .access_panel span {
    font-size: 1.5rem;
  }

  .access_txt {
    font-size: 1.3rem;
  }

  .sponsorship_txt {
    width: 90%;
    font-size: 1.2rem;
    margin: auto;
    margin-top: 40px;
  }

  .sponsorship_coution {
    font-size: 1rem;
  }

  .map_arrow span {
    font-size: 1.6rem;
  }

  .map_arrow.num03 span,
  .map_arrow.num04 span {
    font-size: 1.6rem;
  }

  /* .map_arrow {
    position: absolute;
    width: 30px;
    height: 44px;
  }

  .map_arrow svg {
    width: 30px !important;
    height: 44px !important;
  } */

  /* .map_arrow.num01 {
    top: -13%;
    left: 39%;
  }

  .map_arrow.num02 {
    top: -13%;
    left: 16%;
  }

  .map_arrow.num03 {
    bottom: 0;
    right: 25%;
  }

  .map_arrow.num04 {
    bottom: 0%;
    left: 35%;
  }

  .map_arrow.num05 {
    top: 35%;
    right: 38%;
  }

  .map_arrow.num06 {
    top: 22%;
    left: 36%;
  } */

}

@media (orientation: landscape) and (max-width: 1000px) {

  .main_column {
    max-width: 500px !important;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }

  .head_copy {
    font-size: 2.4rem;
  }

  .head_read {
    font-size: 1.3rem;
    line-height: 1.8;
  }

  .head_txt {
    font-size: 2rem;
  }

  .column_head.period::before {
    width: 100px;
    height: 124px;
  }

  .column_head.venue::before {
    width: 134px;
    height: 56px;
    bottom: 45px;
    right: 20px;
  }

  .column_head.stamp::before {
    width: 70px;
    height: 124px;
  }

  .column_head.access::before {
    width: 134px;
    height: 56px;
    bottom: 45px;
    right: 20px;
  }

  .column_head.sponsorship::before {
    width: 100px;
    height: 124px;
  }

  .column_head.period::after {
    width: 134px;
    height: 56px;
    bottom: 45px;
    right: 20px;
  }

  .column_head.venue::after {
    width: 100px;
    height: 124px;
  }

  .column_head.stamp::after {
    width: 134px;
    height: 56px;
    bottom: 80px;
    right: 20px;
  }

  .column_head.access::after {
    width: 100px;
    height: 124px;
  }

  .column_head.sponsorship::after {
    width: 134px;
    height: 56px;
    bottom: 45px;
    right: 20px;
  }

  .period_txt {
    font-size: 1.4rem;
  }

  .period_coution {
    font-size: 1rem;
  }

  .map_wrap {
    margin-top: 60px;
  }

  .list_number {
    font-size: 1.4rem;
    width: 24px;
    height: 24px;
    border-radius: 12px;
  }

  .venue_name {
    font-size: 1.8rem;
  }

  .venue_sch {
    font-size: 1.5rem;
  }

  .venue_date {
    font-size: 1.4rem;
  }

  .stamp_txt {
    font-size: 1.4rem;
  }

  .stamp_head {
    font-size: 1.8rem;
  }

  .stamp_sub {
    font-size: 1.6rem;
  }

  .stamp_box_txt {
    font-size: 1.3rem;
  }

  .stamp_link_btn {
    height: 65px;
    font-size: 2rem;
  }

  .access_panel span {
    font-size: 1.5rem;
  }

  .access_txt {
    font-size: 1.3rem;
  }

  .sponsorship_txt {
    width: 90%;
    font-size: 1.2rem;
    margin: auto;
    margin-top: 40px;
  }

  .sponsorship_coution {
    font-size: 1rem;
  }

}


/*---------------------------------------------------------------------------------------------

ポップアップ

---------------------------------------------------------------------------------------------*/

.no-scroll {
  overflow: hidden; /* bodyのスクロールを無効化 */
}

.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 999;
}

.popup {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  opacity: 0;
  max-width: 460px;
  width: 90%;
  height: 80vh;
  background-color: #00344E;
  border-radius: 18px;
  transition: all 0.3s ease-in-out;
}
.popup img{border-top-right-radius: 18px;border-top-left-radius:18px;}
.popup.show {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.popup-content {
  position: relative;
  color: #FFF;
}

.close-btn {
  position: absolute;
  bottom: -3%;z-index: 999;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  cursor: pointer;
}

.modal_wrap {
  width: 100%;
  height: calc(80vh - 460px);
  padding: 30px;
  /*overflow: hidden;*/
position: relative;z-index: 5;
}
.modal_wrap::before{content:"";width: 100%;height: 100px;top:-100px;left:0;position: absolute;z-index:1500;background-image: linear-gradient(0deg, #00344e 0%, transparent 80%);}
.modal_cont {
  height: 100%;
  overflow-y: scroll;
  padding-bottom: 45px;
}

.modal_name {
  font-size: 1.8rem;
  margin-left: 10px;
}

.modal_tit {
  font-size: 1.8rem;
  text-align: center;
  margin: 23px auto 15px auto;
}

.modal_txt {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.5;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #FFF;
}

.modal_sub {
  font-size: 1.4rem;
  font-weight: 300;
  margin-top: 10px;
}

.modal_coution {
  font-size: 1.2rem;
  font-weight: 300;
  margin-top: 5px;
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}

@media screen and (max-width: 768px) {

  .modal_wrap {
    padding-top: 15px;
    height: calc(80vh - 50vh);
  }
  .modal_name {
    width: 90%;
  }

}

@media screen and (max-width: 500px) {
  

}