@charset "utf-8";
@media screen and (min-width:768px) {
/* リセットCSS　*/
*{
  margin: 0;
  padding: 0;
}
li{
  list-style: none;
}
img{
  display: block;
}
a{
  text-decoration: none;
  color: #fff;
}
html, body {
  overflow-x: hidden;
  width: 100%;
}
body{
  font-family: YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
  background-color: #000;
  color: #fff;
}
.sp{
    display: none;
}
.pc{
  display: block; 
}
header{
    width: 100%;
    height: 360px;
    font-family: "Josefin Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}
h1{
  position: relative;
  text-align: center;
}
h1 span{ 
  font-weight: 700;
   z-index: 2;
   display: inline-block;
   font-size: 90px;
   margin-top: 150px;
}
h1 small{
  font-weight: 600;
    font-size: 23px;
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 100%;  
}
main{
  padding: 0 4.2rem;
  height: 1900px;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 17px;
}
.news_category {
  position: relative;
  text-align: center;
}
time{ 
   display: inline-block;
   font-size: 25px;
   margin-bottom: 20px;
}
.photo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px auto 20px;
    width: 100%;
    max-width: 800px;
    height: auto;
    position: relative;
}
.photo img {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 10px;
    border: 4px solid #fff; /* ← 白いふちをつける */
    box-shadow: 0 0 25px rgba(255, 255, 255, 0.3);
}
.comment {
    margin: 2em auto;
    max-width: 760px;
    font-size: 1.05em;
    line-height: 3;
    padding: 1.5em;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    text-align: center;
}
.comment strong {
    color: #c93ce5;
}
.event-info {
    font-size: 1.2em;
    font-weight: bold;
    color: #bdff2f;
    text-align: center;
    margin-top: 2em;
}
footer{
    position: relative;
    text-align: center;
    font-family: "Josefin Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    height: 100px;
}
.back_button a{
    color: #000;
}
.back_button{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: #000;
    font-size: 21px;
    font-weight: bold;
    background: #fff;
    padding: 24px 40px;
    border-radius: 18px;
    transition: .3s;
}
.back_button:hover {
    color: #bdff2f;
    background: transparent;
}  
}