@charset "UTF-8";

@media (max-width:600px) {
	
	.home .date{
		padding: 2rem;
		margin-bottom: 0;
	}

  html.cap{
    margin-top: 0 !important;
  }

  html.cap #wpadminbar{
    display: none;
  }
	
/* body::before{
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1;
  background: url(../images/ss-2025-bg-sp.webp) no-repeat 50% 0 / cover;
  opacity: .4;
  filter: blur(1px);
} */

  /* =========================
  Class */

  .for-pc{ display: none; }
  .for-sp{ display: block; }

  .inner{
    width: 100%;
  }

  .row{
    flex-direction: column;
  }
  .row__item{
    width: 100%;
  }
	

.section-header .heading img,
.page-title .heading img{
	height: 4rem;
	width: auto;
}

  /* =================================
  バーガーメニュー */

  .menu-icon{
    display: block;
  }

  #nav-menu,
  #menu-cb { display: none; opacity: 0; }

  #menu-cb:checked ~ #nav-menu {
    /* display: block; */
    display: flex;
    animation: menu-open .3s ease-out forwards;
  }

  @keyframes menu-open {
    0%   { opacity: 0; }
    100% { opacity: 1; }
  }

  #nav-menu{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 300;
    width: 100%;
    height: 100vh;
    background-color: var(--color1);
    padding: 30px;
    color: #fff;
    /* display: flex; */
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  #nav-menu ul{
    flex-direction: column;
  }

  .page-header nav ul li{
    margin: 10px;
  }

  .page-header nav ul li a{
  font-size: 1.5rem;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  display: block;
  position: relative;
  padding: .4rem 1.3rem .6rem;
  border: 3px solid transparent;
  border-radius: 30px;
  color: #fff;
  transition: all .3s ease-out;
  white-space: nowrap;
  }

  .page-header nav ul li a[disabled],
  .page-header nav ul li a[disabled="disabled"],
  .page-header nav ul li.disabled a
  {
    pointer-events: none;
    color: rgba(0, 0, 0, 0.3);
  }

  /* =========================
  ヘッダー */

  .page-header{
    margin-bottom: 0;
  }
  .home .page-header{
    margin-bottom: 0;
  }

  .page-header .logo{
    /* width: 280px; */
    width: calc( 100vw - 80px );
    margin-bottom: 0;
  }

  .home .hero .inner{
    flex-direction: column;
    padding-top: 0;
  }

  .home .hero .date-sp{
    padding: 0;
    padding-bottom: 2rem;
  }

  .home .hero .poster,
  .home .hero .feature{
    width: 100%;
  }
  .home .hero .poster{
    padding: 0 2rem;
    margin-bottom: 1rem;
	
  }
  .home .hero .poster img{
	  border-width: 10px;
  }

  dl.horizontal dt {
    width: 100%;
    font-size: .85rem;
    padding-bottom: 0;
    margin-bottom: .3rem;
  }
  body:not(.home) .horizontal dt:first-of-type{
    padding-top: .5rem;
  }
  
  dl.horizontal dd {
    width: 100%;
    margin: 0;
    border: 0;
    padding-top: 0;
  }


  .next-previous ul{
    flex-wrap: wrap;
    justify-content: center;
  }

  .next-previous .nav-next,
  .next-previous .nav-previous,
  .next-previous .nav-return {
    width: calc( 50% - 20px );
    margin: 10px;
  }

  .next-previous .nav-next     { order: 1; }
  .next-previous .nav-previous { order: 2; }
  .next-previous .nav-return {
    order: 3;

  }

  .home .access .addr,
  .home .nav-access{
    width: 100%;
  }
  .home .access .addr{
    margin-bottom: 2rem;
  }
  .home .nav-access .btn{
    font-size: 1.3rem;
    margin-top: 1.5rem;
    padding: 1rem 1.5rem;
  }


  .credits .host,
  .credits .supporters{
    width: 100%;
  }
  .credits .host{
    margin-bottom: 2rem;
  }

  .credits .supporters{
    font-size: .75rem;
  }

  .home .nav-download{
    width: 160px;
    height: 160px;
    bottom: 30px;
    right: -10px;
  }

  
  .breadcrumb:first-of-type{
    display: none;
  }

  .breadcrumb__inner{
    padding: 0 10px !important;
    font-size: .8rem;
  }

  .breadcrumb span{
    display: inline-block;
  }

  .main {
    padding: 0 15px;
  }

  .main .container{
    padding: 10px 0;
    border-radius: 15px;
  }

  .main .container .inner{
    padding: 20px;
  }

  .post-item{
    border-radius: .6rem;
    padding: 15px 0 10px;
    margin: 2rem 0;
  }

  .post-item .post-body,
  .single .post-item .post-body{
    margin-top: 2rem;
    padding: 0 10px;
  }
  .post-item .post-body:first-child,
  .single .post-item .post-body:first-child{
    margin-top: 0;
  }

  .post-item .post-body ul{
    border-radius: .5rem;
    padding: 1rem 1rem;
    margin-top: 1rem;
  }
  
  .single .post-item .row{
    flex-direction: column;
  }

  .post-item .row__item{
    width: 100%;
  }

  .post-header .heading{
    font-size: 1.1rem;
  }
  .post-header .date{
    font-size: .8rem;
    margin-top: .5rem;
  }

  .post-header{
    color: #fff;
    position: relative;
    left: -15px;
    width: calc(100% + 30px);
  }
  .post-header::before,
  .post-header::after   {
    border: 30px solid #D52367;
    bottom: -10px;
  }
  .post-header::before{
    left: -17px;
    z-index: 10;
    border-left-width: 10px;
    border-right-width: 22px;
    border-left-color: transparent;
  }
  .post-header::after{
    right: -17px;
    z-index: 10;
    border-left-width: 22px;
    border-right-width: 10px;
    border-right-color: transparent;
  }

  .post-header .el__inner{
    padding: 1rem 1rem;
  }

  .post-header .el__inner::before,
  .post-header .el__inner::after   {
    bottom: -10px;
    border: 10px solid #8B0035;
    /* border-top-width: 15px; */
  }

  .post-header .el__inner::before{
    left: 0px;
    border-right: 0 solid transparent;
    border-bottom: 0 solid transparent;
    border-left: 15px solid transparent;
    
  }
  .post-header .el__inner::after{
    right: 0px;
    border-left: 0 solid transparent;
    border-bottom: 0 solid transparent;
    border-right: 15px solid transparent;
  }

  .post-thumbnail{
    margin-bottom: 1.5rem;
  }

  .nav-zone ul li{
    display: inline-block;
    margin: .3rem .1rem;
  }

  .nav-zone a{
    font-size: .85rem;
  }

  .zone{
    margin: 2rem 0 3rem;
  }

  .zone .container{
    display: grid;
    gap: 20px;
  }

  .zone .section-header{
    margin-bottom: 1rem;
  }

  .zone .section-header .head {
    font-size: 1rem;
  }

  .zone .post-item::before{
    left: -10px;
    top: 10px;
    font-size: .8rem;
  }
  .zone .post-item .edit-link{
    left: -10px;
    top: 40px;
    transform: translate(0, -50%);
  }

  .zone .post-item .item-inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .zone .post-thumbnail{
    width: 35%;
  }
  .zone .post-content{
    width: 65%;
  }
  .zone .post-thumbnail img{
    min-height: 90px;
  }

  .zone .post-content .heading {
    font-size: .85rem;
  }

  .zone .post-content .description {
    font-size: .65rem;
  }

  .modal-inner{
    display: flex;
    flex-direction: column;
  }

  .modal .post-thumbnail{
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .booth .map{
    margin: 2rem 0;
  }
  
}