@charset "utf-8";
/* CSS Document */

.tss_body{
  font-family:"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

.tss_body img{
  width:100%;
  height:auto;
}

.nyr_wrap{
  width:100%;
}

.nyr_header{
 background-color:#FFF1AE;
 background-image: url("../img/bg_mainImg.png");
  background-repeat:no-repeat;
  background-position: center top;
}
.nyr_header h1{
  width:100%;
  max-width:800px;
  margin:auto;
  text-align: center;
}

.nyr_inner{
  width:100%;
}

.nyr_y2025wrap{
  background-color:#004C87;
  background-image: url("../img/bg_end.png");
}

.nyr_y2026wrap{
  background-color:#F4C8DD;
  background-image: url("../img/bg_beginning.png");
}

.nyr_y2025box,
.nyr_y2026box{
  width:100%;
  max-width:1200px;
  margin:auto;
}
.nyr_y2025box{
  background-color:#004C87;
}
.nyr_y2026box{
  background-color:#F4C8DD;
}

.nyr_contentslist ul{
  display:flex;
  flex-direction: column;
  gap:96px 0;
}
.nyr_prgbox{
  display:flex;
  width:100%;
}


.nyr_prgphbox{
  width:calc(50% - 12px);
  height: fit-content;
  position: relative;
  border:solid 6px #FFF;
  aspect-ratio:16/9;
  margin-top:-18px;
}
.nyr_prgcaptionbox{
  background-color:#FFF;
  width:53%;
  padding-top:32px;
  padding-bottom:32px;
  margin-bottom: -18px;
  display:flex;
  flex-direction: column;
  gap:1rem 0;
  line-height:1.375;
  font-weight:bold;
}
.nyr_prgbox:nth-child(odd) .nyr_prgcaptionbox{
  padding-left:4%;
  padding-right:32px;
  margin-left:-2%;
}
.nyr_prgbox:nth-child(even){
  flex-direction: row-reverse;
}
.nyr_prgbox:nth-child(even) .nyr_prgcaptionbox{
  padding-left:32px;
  padding-right:4%;
  margin-right:-2%;
}

.nyr_oatime{
  background-color:#FFE600;
  color:#704F4F;
  font-weight:bold;
  width:fit-content;
  padding:0.25em 1em;
  font-size:1.125em;
}
.nyr_oatitle{
  font-size:1.625em;
  font-weight:bold;
}

.nyr_oaacter{
  color:#976D1A;
  font-weight:bold;
  font-size:0.875em;
}

.nyr_hplink a{
  border:solid 2px #976D1A;
  border-radius:30px;
  color:#976D1A;
  font-size:0.75rem;
  font-weight:bold;
  width:fit-content;
  display:flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  padding:0.75em 4em;
}

.nyr_HolidaySeason{
  width:100%;
  max-width:876px;
  margin:auto;
}

.nyr_2025{
  max-width:1200px;
  width:100%;
  margin:0 auto -1.5vw;
}

.nyr_btmarea{
  background-color:#9DB23D;
  padding-bottom:32px;
}
.nyr_btmtxt{
  font-size:1.875em;
  color:#FFF;
  font-weight:bold;
  padding:1.5em 0 0.75em;
  text-align: center;
}
.nyr_btmarea p:not([class]) a{
  background-color:#B70000;
  display:flex;
  justify-content: center;
  align-items: center;
  border:solid 24px #FFF;
  max-width:800px;
  width:88%;
  margin:auto;
  color:#FFF;
  text-decoration: none;
  font-weight:bold;
  padding:1.125em 0;
  font-size:1.375em;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
}

.nyr_2026{
  margin:0 auto -14px;
  max-width:1200px;
  width:100%;
}



@media screen and (min-width:801px){
  .nyr_hplink a:hover{
    color:#FFF;
    background-color:#976D1A;
  }

  .nyr_btmarea p:not([class]) a:hover{
    text-decoration: underline;
  }
}




@media screen and (max-width:800px){
  .nyr_prgbox,.nyr_prgbox:nth-child(even){
    flex-direction: column;
  }

  .nyr_contentslist ul{
    width:96%;
    margin:auto;
    gap: 48px 0;
  }
  .nyr_prgphbox{
    width:100%;
    margin-top: 0;
  }
  .nyr_prgcaptionbox{
    width:100%;
    margin-bottom:0;
  }
  .nyr_prgbox:nth-child(odd) .nyr_prgcaptionbox{
    margin-left:0;
    padding: 4%;
  }
  .nyr_prgbox:nth-child(even) .nyr_prgcaptionbox{
    padding:4%;
    margin-right: 0;
  }

  .nyr_oatitle{
    font-size:1.25em;
  }
  .nyr_hplink{
    margin:auto;
  }

  .nyr_btmtxt{
    font-size:1.125em;
  }
  .nyr_btmarea{
    padding-bottom:160px;
  }
  .nyr_btmarea p:not([class]) a{
    font-size:1.125em;
  }
}

.tss_footer{
  background-color:#FFF !important;
}

.tss_footer a{
  color:#000;
}