@charset "utf-8";
/* CSS Document */
img{
 max-width: 100%;
}
.tss_comprehensiveHead{
 position: relative;
 z-index: 1;
}
#adminBox, .acms-admin-box{
 position: relative;
 z-index: 1;
 margin-bottom: 0;
}

.tss_body{
  background-color: rgba(255, 255, 255, 0.65);
}
.tss_footer{
  background-color: rgba(255, 255, 255, 0.57);
  position: relative;
}
.tss_footer a{
  color: #666;
  font-size: 0.75rem;
}



figcaption{
  padding-top: 6px;
  font-size: clamp(0.875rem, 0.737rem + 0.51vw, 1rem);/*14-16 430-820*/
}
.psp_f-bold{
  font-weight: bold;
}
.psp_flx{
  display: flex;
  justify-content: center;
  gap: 18px;
}
.psp_flx-clm li{margin: auto;}
.psp_flx-clm li:nth-last-of-type(n+2){margin-bottom: 24px;}
.psp_wdt700{
  width: 70%;
  min-width: 320px;
}
.psp_wdt470{
  width: 47%;
  min-width: 300px;
}
.psp_wdt900{
  width: 90%;
  min-width: 328px;/*デバイス360px時の最大幅*/
}
.psp_wdt342{
  width: 34.2%;
  min-width: 200px;
}
.psp_wdt754{
  width:100%;
  min-width: 328px;/*デバイス360px時の最大幅*/
}
.psp_wdt210{
  width: 21%;
  min-width: 128px;
}
.psp_wdt240{
  width: 24%;
  min-width: 128px;
}
.psp_wdt200{
  width: 20%;
  min-width:120px;
}
.psp_mgb14{
  margin-bottom: 14px;
}
.psp_mgb24{
  margin-bottom: 24px;
}
.psp_mgb8-32{
  margin-bottom: clamp(8px,2vw,32px);
}
.psp_mgb40{
  margin-bottom: 40px;
}
.psp_mgb48{
  margin-bottom: 48px;
}

.psp_txt01{
  width: 91%;
  min-width: 328px;/*デバイス360px時の最大幅*/
  margin: auto;
  text-align: center;
  line-height: calc(24/16);
  font-size: clamp(0.875rem, 0.737rem + 0.51vw, 1rem);/*14-16 430-820*/
  text-shadow: 0 1px 1px #FFF;
}
.psp_txt01:nth-last-of-type(n + 2){
  margin-bottom: 16px;
}

.psp_hironaga{
  width: 43%;
  min-width: 240px;
  margin: 0 auto 32px;
  padding: 0 5%;
  text-align: center;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 10px -5px #b8b8b8;
}

.psp_guiness{
  width: 43%;
  min-width: 240px;
  margin: 0 auto 32px;
  padding: 12px 4.8%;
  text-align: center;
  background-color: #FFFFFF;
}
.psp_txt02{
  width: 74.4%;
  min-width: 328px;/*デバイス360px時の最大幅*/
  margin: auto;
  text-align: center;
  line-height: calc(36/24);
  font-weight: bold;
  font-size: clamp(1.125rem, 0.712rem + 1.54vw, 1.5rem);/*18-24 430-820*/
}
.psp_performer{
  margin-bottom: 48px;
}
.psp_mgb48{
  aspect-ratio:16/9;
  max-width:720px;
  width:100%;
  margin:0 auto 48px;
}

.psp_mgb48 iframe{
  width:100%;
  height:100%;
}


@media screen and (min-width: 801px){
  .psp_spbr{display: block;}
  .psp_body a img{background-color:#FFF;}
  .psp_body a img:hover{opacity:0.6;}
}


@media screen and (max-width: 800px){
  .psp_txt01{text-align: left;}
  .psp_txt02{text-align: left;}
}
