@charset "utf-8";
/* CSS Document */
.tss_comprehensiveHead,
#adminBox, .acms-admin-box,
.tss_footer{
 position: relative;
 z-index: 100;
 margin-bottom: 0;
}
.tss_body{
  position: relative;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
.tss_footer{
 background-color:#1f5fac;
}
img{
  max-width: 100%;
}
a{
  text-decoration: none;
}

.wpd_wrap{
  max-width: 1232px;
  margin-inline: auto;
  padding: 0 16px;
}

.wpd_head{
  background-color: #FBF6E7;
}
.wpd_head .wpd_wrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 16px;
}
.wpd_logo{
  width: 174px;
}


.wpd_overlay{
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 5;
}
.wpd_menubtn{
  position: absolute;
  width: 40px;
  height: 40px;
  right: 8px;
  top: 28px;
  background-color: #009844;
  cursor: pointer;
  z-index: 1500;
}
.wpd_menubtn::before,
.wpd_menubtn::after{
  content: "";
}
.wpd_menubtn::before,
.wpd_menubtn::after,
.wpd_menubtn span{
  position: absolute;
  display: block;
  width: 24px;
  height: 4px;
  left: 8px;
  background-color: #FFFFFF;
  transition: all 0.2s linear;
}
.wpd_menubtn::before{
  top: 9px;
}
.wpd_menubtn::after{
  top: 27px;
}
.wpd_menubtn span{
  top: 18px;
}

.wpd_menubtn.active span{
  opacity: 0;
}
.wpd_menubtn.active::before{
  top: 18px;
  transform: rotate(135deg);
}
.wpd_menubtn.active::after{
  top: 18px;
  transform: rotate(-135deg);
}

.wpd_menu{
  position: absolute;
  display: none;
  top: 0;
  right: 0;
  width: 375px;
  max-width: 72%;
  padding: 10px 8px 48px;
  padding-top: 64px;
  background-color: #FBF6E7;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.39);
  z-index: 100;
}
.wpd_menu .wpd_detailbox p{
  font-size: 0.875rem;
}
.wpd_menu .wpd_detailbox div h4{
  font-size: clamp(1.375rem, 0.6486rem + 2.7027vw, 2rem);/* 22-32 430-800 */
}
.wpd_menu .wpd_detailbox div span{
  font-size: 0.75rem;
}
.wpd_menu > div{
  max-width: 360px;
}
.wpd_menu ul{
  border-bottom: 1px solid #9C8C5C;
}
.wpd_menu ul:last-of-type{
  border-bottom:unset;
}
.wpd_menu ul li{
  border-top: 1px solid #9C8C5C;
}
.wpd_menu ul li a{
  display: block;
  padding: 12px 0 11px 12px;
  text-decoration: none;
  font-size: clamp(0.875rem, 0.73rem + 0.54vw, 1rem);/*14-16 430-800*/
  font-weight: bold;
  color: #000000;
  text-align: center;
}
.wpd_inmenu_nowentry{
  padding: 20px 0;
}
.wpd_inmenu_nowentry > div{
  max-width: 320px;
  margin-inline: auto;
  border-radius: 8px;
  overflow: hidden;
}
.wpd_inmenu_nowentry > div:not(:first-child){
  margin-top: 2px;
}
.wpd_inmenu_nowentry > p{
  margin-bottom: 12px;
  text-align: center;
  font-weight: bold;
  font-size: clamp(1rem, 0.419rem + 2.16vw, 1.5rem);/*16-24 430-800*/
}
.wpd_inmenu_nowentry a{
  position: relative;
  display: block;
  max-width: 320px;
}
.wpd_inmenu_libraly{
  padding-bottom: 20px;
}
.wpd_inmenu_libraly p{
  margin-bottom: 12px;
  padding: 8px 0;
  text-align: center;
  font-size: clamp(0.875rem, 0.73rem + 0.54vw, 1rem);/*14-16 430-800*/
  font-weight: bold;
  color: #B4A77F;
  background: linear-gradient(#ECE5D1 0%, rgba(236, 229, 209, 0) 100%);
}
.wpd_inmenu_flx{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px 0;
}
.wpd_inmenu_flx a{
  display: block;
  width: 48.38%;
  text-decoration: none;
}
.wpd_inmenu_flx a:nth-of-type(n+5){display: none;}
.wpd_inmenu_flx a span{
  display: block;
  margin-bottom: 8px;
  font-size: clamp(0.75rem, 0.605rem + 0.54vw, 0.875rem);/*12-14 430-800*/
  font-weight: bold;
  color: #f00;
}
.wpd_inmenu_flx div{
  aspect-ratio: 16/9;
}
.wpd_inmenu_flx div img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}



/* wpd_eventlist */
.wpd_eventlist{
  max-width: 1920px;
  margin-inline: auto;
  margin-top: 4px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px;
}
.wpd_eventlist > div{
  max-width: 320px;
  width: calc((100% - 20px) / 6);
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}
.wpd_eventlist > div a{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 8px;
}
.wpd_eventlist > div.ready a{
  pointer-events: none;
}
.wpd_eventlist > p{
  font-size:0.75em;
  margin-left: auto;
  padding-top:4px;
}
.wpd_detailbox,
.wpd_endbox{
  position: absolute;
  width: 48.75%;
  line-height: 1.2;
  right: 0.625%;
  bottom: 2px;
}
.wpd_detailbox p,
.wpd_endbox p{
  text-align: center;
  font-size: 0.73vw;
  font-size: clamp(0.375rem,0.73vw,0.875rem);
  font-weight: bold;
  color: #FFE270;
  margin-bottom: 1px;
}
.wpd_detailbox div{
  width: 100%;
  padding: 1px;
  text-align: center;
  background-color: #fff000;
  border-radius: 0 0 6px 0;
}
.wpd_detailbox.wpd_before div{
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 27px;
  /* height: 2.91vw; */
  /* height: 4vw; */
}
.wpd_detailbox div h4{
  font-size:1.5625vw;
  font-size: clamp(0.8125rem,0.73vw,1.125rem);
  font-weight: bold;
  color: #ff0000;
}
.wpd_detailbox div span{
  display: block;
  line-height: 1.2;
  font-weight: bold;
  font-size: 0.73vw;
  font-size: clamp(0.5625rem,0.73vw,0.875rem);
  color: #E4005A;
}
.wpd_endbox div{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  /* height: 2.91vw; */
  padding: 3px;
  text-align: center;
  font-size: 0.8333vw;
  font-size: clamp(0.75rem,0.75vw,1rem);
  font-weight: bold;
  color: #666666;
  background-color: rgba(255,255,255,0.65);
  border-radius: 0 0 6px 0;
}
.wpd_eventlist > div a img{
  width: 100%;
}


.wpd_main{
  background: url(../img/common/il_bodybg.webp) center top repeat-y;
}
.wpd_lower{
  padding-top: 44px;
}



.wpd_h2{
  text-align: center;
}
.wpd_h2 h1,
.wpd_h2 h2{
  margin-bottom: -10px;
  font-size: clamp(1rem, -0.4527rem + 5.4054vw, 2.25rem);/* 16-36 430-800 */
  font-weight: bold;
  line-height: calc(39/24);
}
.wpd_h2 span:not(.wpd_spbr){
  display: inline-block;
  padding: 0 16px;
  text-align: center;
  font-size: clamp(0.5625rem, 0.2179rem + 1.2821vw, 0.875rem);/* 9-14 430-820 */
  color: #005DAB;
  background: linear-gradient(transparent 0%, transparent 60%, #E5E500 60%, #E5E500 95%, transparent 95%);
}



.wpd_sponsor{
  padding: clamp(3rem, 0.519rem + 9.23vw, 5.25rem) 16px 32px;/* 48-84 430-820 */
}
.wpd_sponsor .wpd_h2{
  margin-bottom: 32px;
}
.wpd_btmspnbox{margin-bottom: clamp(2rem, -0.756rem + 10.26vw, 4.5rem);}/* 32-72 430-820 */
.wpd_btmspnbox ul{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: clamp(0.875rem, 0.462rem + 1.54vw, 1.25rem) clamp(1rem, 0.449rem + 2.05vw, 1.5rem);/* 14-20 430-820 *//* 16-24 430-820 */
  max-width: 528px;
  margin: 0 auto clamp(1rem, 0.449rem + 2.05vw, 1.5rem);/* 16-24 430-820 */
}
.wpd_btmspn-big a{
  display: block;
  max-width: clamp(10.625rem, 1.667rem + 33.33vw, 18.75rem);/* 170-300 430-820 */
  transition: opacity 0.2s ease;
}
.wpd_btmspn-small a{
  display: block;
  max-width: clamp(5.625rem, 0.801rem + 17.95vw, 10rem);/* 90-160 430-820 */
  transition: opacity 0.2s ease;
}
.wpd_btmspn_bd{
  border: 1px solid #ddd;
}
.wpd_btmspnbox dl{
  line-height: 1.625;
  text-align: center;
  font-size: clamp(0.875rem, 0.73rem + 0.54vw, 1rem);/*14-16 430-800*/
}
.wpd_btmspnbox dl dd{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 clamp(0.875rem, 0.737rem + 0.51vw, 1rem);/* 14-16 430-820 */
  max-width: 718px;
  margin: auto;
}


.wpd_btm_contact{
  line-height: 1.5;
  text-align: center;
}
.wpd_btm_contact a{
  text-decoration: underline;
  color: #000000;
}


.tss_gotop{width: 80px;}


@media screen and (min-width:821px){
  .wpd_menubtn:hover{
    background-color: #27D676;
  }
  .wpd_menu ul li a:hover{
    color: #9C8C5C;
  }


  .wpd_eventlist > div:not(.ready) a:hover{
    opacity: 0.7;
  }


  .wpd_btmspn-big a:hover,
  .wpd_btmspn-small a:hover{
    opacity: 0.7;
  }
  .wpd_btm_contact a:hover{
    text-decoration: none;
  }
}

@media screen and (max-width:980px){
  /* wpd_eventlist */
  .wpd_eventlist > div{
    width: calc((100% - 12px) / 4);
  }
  .wpd_detailbox p, .wpd_endbox p{
    font-size: 0.625rem;
  }
}

@media screen and (max-width:800px){
  .tss_body{
    padding-bottom: calc(17.5vw + 120px);
  }
  .wpd_wrap{
    background-color: #FFFFFF;
  }

  /* wpd_eventlist */
  .wpd_eventlist > div{
    width: calc((100% - 8px) / 3);
  }
  .wpd_detailbox p, .wpd_endbox p{
    font-size: 0.6875rem;
  }
  .wpd_detailbox div h4{
    font-size: 1rem;
  }
  .wpd_detailbox div span{
    font-size: 0.625rem;
  }
  .wpd_endbox div{
    font-size:clamp(0.875rem, 0.7297rem + 0.5405vw, 1rem);/*14-16 430-800 */
  }
  .wpd_btm_contact span{display:block;}
}


@media screen and (max-width:690px){
  /* wpd_eventlist */
  .wpd_eventlist > div{
    width: calc((100% - 4px) / 2);
  }.wpd_detailbox p, .wpd_endbox p{
    font-size: clamp(0.5rem, 0.0865rem + 1.5385vw, 0.75rem);/*8-12 430-690 */
  }
  .wpd_detailbox div span{
    font-size: clamp(0.625rem, 0.4183rem + 0.7692vw, 0.75rem);/*10-12 430-690 */
  }
}