@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Cardo:ital,wght@0,400;0,700;1,400&display=swap');

/*-----------------------------------------------------
全体共通
-------------------------------------------------------*/
#ht_2025 {
	font-family: "Cardo","BIZ UDMincho", serif;
	-webkit-print-color-adjust: exact;
	font-feature-settings: "palt"!important;
	font-weight: 400;
	color: #222;
    letter-spacing: 0.01em;
    overflow-x: hidden;
}
html { scroll-behavior: smooth;}



#ht_2025 .clearfix {
	zoom: 1;
	min-height: 1px;
}
#ht_2025 .clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#ht_2025 span.ywlhat {
font-size: 14px;
}
#ht_2025 .img_responsive {
width: 100%;
height: auto;
}
#ht_2025 .ft_rb400 {
font-family: "Roboto", sans-serif;
font-weight: 400;
}
#ht_2025 .ft_rb700 {
font-family: "Roboto", sans-serif;
font-weight: 700;
}
#ht_2025 .txtctr {
text-align: center;
}
#ht_2025 .mvbox {
  width: 100%;
  aspect-ratio: 16 / 9;
}
#ht_2025 .mvbox iframe {
  width: 100%;
  height: 100%;
}
#ht_2025 .pt50 {
padding-top: 50px;
}
#ht_2025 .rote_a {
transform: rotate(-5deg);
}
#ht_2025 .rote_b {
transform: rotate(5deg);
}


/*====================================================================
 pagetopbtn_common
====================================================================*/

#ht_2025 .pagetop {
  display: none;
  position: fixed;
  bottom: 80px;
  right: 20px;
  width: 50px;
  height: 50px;
  opacity: 0.8;
}
#ht_2025 .pagetop a {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #444;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  text-decoration: none;
  text-align: center;
}
#ht_2025 .pagetop a:hover {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #333;
  cursor: pointer;
}

#ht_2025 header {
background-color: #fff;
width: 100%;
margin: 0 auto;
border-top:3px #FABE00 solid;
}
#ht_2025 header #hd_logo {
padding: 10px;
text-align: left;
}
#ht_2025 header #hd_logo img {
max-width: 220px;
}

#ht_2025 footer {
width: 100%;
margin: 0 auto;
padding: 15px 0 50px 0;
background-color: #fabe00;
}
#ht_2025 #copyright {
font-size: 12px;
text-align: center;
padding-top: 10px;
}
#ht_2025 #yw_top {
margin: 0 auto;
text-align: center;
padding-top: 10px;
}
#ht_2025 #yw_top img {
max-width: 149px;
width: 70%;
}
#ht_2025 .img_responsive {
width: 100%;
height: auto;
}

/* 768px以下 スマホ向け
--------------------------------------------------------------------------------- */
@media screen and (max-width: 768px) {
#ht_2025 {
	-webkit-text-size-adjust: 100%;
	min-width: 320px;
    overflow-x: hidden;
}
#ht_2025 .part_pc {
	display: none!Important;
}
#ht_2025 .part_sp {
	display: block!Important;
}
#ht_2025 .main_contents,#ht_2025 .main_contents2 {
        width: 100%;
        max-width: none;
        padding-bottom: 50px;
    }
#ht_2025 #bg01,#ht_2025 #bg02 {
background: none;
}


#ht_2025 .inner_box {
padding: 0 20px;
}

#ht_2025 ul.main_nav {
width: 99%;
margin: 5px auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding-bottom: 50px;
}
#ht_2025 ul.main_nav li {
width: 49%;
background-color: #f9be04;
border:4px solid #f9be04;
margin-bottom: 5px;
display: flex;
box-sizing: border-box;
align-items: center;
position: relative;
}

#ht_2025 ul.main_nav li a{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  transition: .3s;
}
#ht_2025 ul.main_nav li a:hover {
background-color: rgba(249, 190, 4, 0.3);
}



#ht_2025 .txt_prg {
background-color: #fff;
padding: 20px 20px 20px 5px;
margin: 0 auto;
clip-path: polygon(0 0, 100% 0%, 76% 100%, 0% 100%);
text-align: center;
font-size: 11px;
min-width: 34px;
}
#ht_2025 .txt_prg span {
font-size: 14px;
}
#ht_2025 .txt_prg_name {
font-size: 12px;
line-height: 1.1;
text-align: center;
width: calc(100% - 54px);
line-height: 1.2;
}

#ht_2025 .ttl_prgm {
color: #f39800;
font-size:16px;
text-align: center;
line-height: 1.2;
}
#ht_2025 .ttl_prgm span {
font-size: clamp(28px, 29px, 30px);
}
#ht_2025 .ttl_prgm::before {
content: '';
  display: block;
  width: 50px;
  height: 50px;
  background-image: url("../2025_0810hat_no_hi_img/icon_ttl_y.png");
  background-size: contain;
  margin: 0 auto -10px;
}
#ht_2025 h2 {
font-size: 24px;
text-align: center;
line-height: 2;
padding-bottom: 30px;
}
#ht_2025 .honbun01 {
font-size: 16px;
line-height: 1.8;
padding-bottom: 20px;
}
#ht_2025 .honbun02 {
font-size: 15px;
line-height: 1.8;
padding: 20px 0;
}
#ht_2025 h3 {
font-size: 18px;
margin-top: 30px;
line-height: 2;
background-image: url("../2025_0810hat_no_hi_img/ill_hata.png");
background-position: top center;
background-repeat: no-repeat;
background-size: 100% 100%;
}
#ht_2025 h3 span {
font-size:14px;
}
#ht_2025 .img_cut {
width: 92%;
margin: 0 auto 20px;
}
#ht_2025 .pre_txt {
font-size: 16px;
line-height: 1.8;
text-align: center;
padding: 20px 0;
}
#ht_2025 .pre_txt span {
color: #c1272d;
font-size: 22px;
}
#ht_2025 .oubo_kakomi {
width: 100%;
margin: 0 auto;
background-color: #f2f2f2;
padding: 50px 0 0;
}
#ht_2025 .h4_wrap {
 text-align: center;
 margin: 0 auto;
 }
 #ht_2025 .h4_wrap h4 {
 position: relative;
 display: inline-block;
 padding-bottom: 15px;
 color: #000;
font-size: 18px;
 }
 #ht_2025 .h4_wrap h4::before {
 content: "";
 position: absolute;
 left: 0;
 right: 0;
 bottom: 0;
 border-bottom: 5px solid #000;
 width : 20% ;
 width : -webkit-calc(100% - 20px) ;
 width : calc(100% - 20px) ;
 margin: 0 auto;
 }
 #ht_2025 .cmp_term {
font-size: 18px;
text-align: center;
line-height: 1.8;
margin: 0 auto;
padding: 20px 0 50px;
 }
 #ht_2025 .cmp_term a {
 text-decoration: underline;
color: #0071bc;
transition: .3s;
 }
  #ht_2025 .cmp_term a:hover {
  opacity: 0.7;
  }
#ht_2025 ul.btn_list {
display: flex;
width: 92%;
margin: 0 auto;
justify-content: space-between;
}
#ht_2025 ul.btn_list li {
width: 32%;
}
#ht_2025 .bairitsu {
width: 100%;
margin: 20px auto 50px;
font-size: 18px;
text-align: center;
padding: 20px 0 10px;
line-height: 1.2;
background: linear-gradient(to right, rgba(249,190,0,0) 0%,rgba(249,190,0,1) 15%,rgba(249,190,0,1) 85%,rgba(249,190,0,0) 100%);
}
#ht_2025 .bairitsu span {
font-size: 32px;
font-weight: 700;
}
#ht_2025 .kiyaku_box {
width:86%;
padding: 20px;
margin: 30px auto 0;
background-color: #f9f9f9;
height: 300px;
overflow: scroll;
scrollbar-color: #999 #f9f9f9;
border: 1px dashed #ddd;
}

/*--kiyaku--*/
#ht_2025 h5 {
font-size: 15px;
line-height: 1.6;
font-weight: 700;
text-indent: -0.5em;
}
#ht_2025 .kiyaku_honbun {
font-size: 14px;
line-height: 1.6;
padding-bottom: 10px;
}
#ht_2025 ul.kiyaku_list {
font-size: 14px;
line-height: 1.8;
list-style-position: inside;
margin-bottom: 10px;
}
#ht_2025 ul.kiyaku_list li {
text-indent: -1em;
padding-left: 1em;
}
#ht_2025 ul.kiyaku_list li:before {
content: "●";
font-size: 10px;
margin-right: 5px;
}
#ht_2025 .img_jersey {
width: 70%;
margin: 0 auto;
}
#ht_2025 .img_cap {
font-size: 11px;
padding: 0 0 30px;
text-align: center;
}

#ht_2025 .bnr_img {
width: 92%;
margin: 20px auto 0;
}
#ht_2025 .cmp_name {
font-size: 18px;
text-align: center;
padding: 20px 0 0;
}
#ht_2025 .cmp_honbun {
padding: 20px;
font-size: 15px;
line-height: 1.8;
text-align: center;
}
#ht_2025 .btn_cmp {
margin: 0 auto 50px;
}
#ht_2025 .btn_cmp a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
  padding: 1em;
  width: 70%;
  color: #fff;
font-size: 15px;
  background-color: #000;
  transition: 0.3s;
  text-decoration: none;
}

#ht_2025 .btn_cmp a::before {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 1px solid #666;
  transition: 0.2s;
}

/*
#ht_2025 .btn_cmp a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #333333;
  border-right: 3px solid #333333;
  transform: rotate(45deg);
}
*/

#ht_2025 .btn_cmp a:hover::before {
  top: 0;
  left: 0;
}

#ht_2025 .btn_cmp a:hover {
  text-decoration: none;
  background-color: #000;
  opacity: 0.7;
}
#ht_2025 ul.films {
width: 100%;
margin: 0 auto;
}
#ht_2025 ul.films li:not(:last-child) {
margin-bottom: 15px;
}




/*--ハト横切り--*/
.hatocross1 {
  background-image: url("../2025_0810hat_no_hi_img/hato_fly.gif");
  width: 140px;
  height: 125px;
  background-size: cover;
  position: absolute;
  bottom: -50;
  right: 0;
  z-index: 100;
  opacity: 0;
  overflow: hidden;
}
.hatocross2 {
   background-image: url("../2025_0810hat_no_hi_img/hato_fly2.gif");
  width: 140px;
  height: 125px;
  background-size: cover;
  position: absolute;
  bottom: -50;
  left: 0;
  z-index: 100;
  opacity: 0;
  overflow: hidden;
}

.hatocross1.slide-skew.is-animated.is-active {
  animation: slide-skew 5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
 
@keyframes slide-skew {
  0% {
    transform: translate(768px,180px);
    opacity: 0;
  }
  100% {
    transform: translate(-768px,0);
  }
  20%,100% {
    opacity: 1;
  }
}

.hatocross2.slide-skew2.is-animated.is-active {
  animation: slide-skew2 5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
 
@keyframes slide-skew2 {
  0% {
    transform: translate(-768px,190px);
    opacity: 0;
  }
  100% {
    transform: translate(768px,0);
  }
  20%,100% {
    opacity: 1;
  }
}




}


/* 769px以上 PC向け
--------------------------------------------------------------------------------- */
@media print, screen and (min-width: 769px) {

#ht_2025 {
	min-width: 1000px;
    width: 100%;
    margin: 0 auto;
}
#ht_2025 .part_sp {
	display: none!Important;
}
#ht_2025 .part_pc {
	display: block!Important;
}
#ht_2025 a img {
	transition: .3s;
}
#ht_2025 a:hover img {
	opacity: 0.6;
}
#ht_2025 #bg01 {
width: 100%;
margin: 0 auto;
background-image:
url("../2025_0810hat_no_hi_img/bg_hata.png"),
url("../2025_0810hat_no_hi_img/bg_sky_a.png"),
url("../2025_0810hat_no_hi_img/bg_flags.png"),
url("../2025_0810hat_no_hi_img/bg_field.png");
background-repeat: no-repeat;
background-position:
top 200px center,top center,bottom 27% center,bottom center;
background-size: 
1092px auto,100% 75%,contain,100% auto;
}
#ht_2025 #bg02 {
background-image:
url("../2025_0810hat_no_hi_img/bg_birds.png"),
url("../2025_0810hat_no_hi_img/bg_hata_g.png"),
url("../2025_0810hat_no_hi_img/bg_sky_b.png");
background-repeat: no-repeat;
background-position:
top 100px center,top 200px center,top center;
background-size: 
937px auto,1092px auto,cover;
}

#ht_2025 .main_contents {
    position: relative;
    width: clamp(375px, 40%, 500px);
    max-width: 100%;
    margin: 0 auto;
    background-color: #fff;
    padding-bottom: 50px;
    box-shadow: rgba(0, 0, 0, 0.25) 0 0 10px;
}
#ht_2025 .main_contents2 {
    position: relative;
    width: clamp(375px, 40%, 500px);
    max-width: 100%;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.25) 0 0 10px;
}

#ht_2025 .inner_box {
padding: 0 20px;
}

#ht_2025 ul.main_nav {
width: 99%;
margin: 5px auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding-bottom: 50px;
}
#ht_2025 ul.main_nav li {
width: 49%;
background-color: #f9be04;
border:4px solid #f9be04;
margin-bottom: 5px;
display: flex;
box-sizing: border-box;
align-items: center;
position: relative;
}

#ht_2025 ul.main_nav li a{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  transition: .3s;
}
#ht_2025 ul.main_nav li a:hover {
background-color: rgba(249, 190, 4, 0.3);
}



#ht_2025 .txt_prg {
background-color: #fff;
padding: 20px 20px 20px 5px;
margin: 0 auto;
clip-path: polygon(0 0, 100% 0%, 76% 100%, 0% 100%);
text-align: center;
font-size: clamp(10px, 11px, 12px);
min-width: 54px;
}
#ht_2025 .txt_prg span {
font-size: clamp(17px, 18px, 19px);
}
#ht_2025 .txt_prg_name {
font-size: clamp(1.1vw, 1.2vw, 1.2vw);
font-size:min(1.1vw,16px);
line-height: 1.1;
text-align: center;
width: calc(100% - 54px);
line-height: 1.2;
}

#ht_2025 .ttl_prgm {
color: #f39800;
font-size: clamp(16px, 17px, 18px);
text-align: center;
line-height: 1.2;
}
#ht_2025 .ttl_prgm span {
font-size: clamp(28px, 29px, 30px);
}
#ht_2025 .ttl_prgm::before {
content: '';
  display: block;
  width: 50px;
  height: 50px;
  background-image: url("../2025_0810hat_no_hi_img/icon_ttl_y.png");
  background-size: contain;
  margin: 0 auto -10px;
}
#ht_2025 h2 {
font-size: clamp(24px, 25px, 26px);
text-align: center;
line-height: 2;
padding-bottom: 30px;
}
#ht_2025 .honbun01 {
font-size: clamp(16px, 17px, 18px);
line-height: 1.8;
padding-bottom: 20px;
}
#ht_2025 .honbun02 {
font-size: clamp(14px, 15px, 16px);
line-height: 1.8;
padding: 20px 0;
}
#ht_2025 h3 {
font-size: clamp(18px, 19px, 20px);
margin-top: 30px;
line-height: 2;
background-image: url("../2025_0810hat_no_hi_img/ill_hata.png");
background-position: top center;
background-repeat: no-repeat;
background-size: 100% 100%;
}
#ht_2025 h3 span {
font-size: clamp(14px, 15px, 16px);
}
#ht_2025 .img_cut {
width: 92%;
margin: 0 auto 20px;
}
#ht_2025 .pre_txt {
font-size: clamp(16px, 17px, 18px);
line-height: 1.8;
text-align: center;
padding: 20px 0;
}
#ht_2025 .pre_txt span {
color: #c1272d;
font-size: clamp(22px, 23px, 24px);
}
#ht_2025 .oubo_kakomi {
width: 100%;
margin: 0 auto;
background-color: #f2f2f2;
padding: 50px 0 0;
}
#ht_2025 .h4_wrap {
 text-align: center;
 margin: 0 auto;
 }
 #ht_2025 .h4_wrap h4 {
 position: relative;
 display: inline-block;
 padding-bottom: 15px;
 color: #000;
font-size: clamp(18px, 19px, 20px);
 }
 #ht_2025 .h4_wrap h4::before {
 content: "";
 position: absolute;
 left: 0;
 right: 0;
 bottom: 0;
 border-bottom: 5px solid #000;
 width : 20% ;
 width : -webkit-calc(100% - 20px) ;
 width : calc(100% - 20px) ;
 margin: 0 auto;
 }
 #ht_2025 .cmp_term {
font-size: clamp(18px, 19px, 20px);
text-align: center;
line-height: 1.8;
margin: 0 auto;
padding: 20px 0 50px;
 }
 #ht_2025 .cmp_term a {
 text-decoration: underline;
color: #0071bc;
transition: .3s;
 }
  #ht_2025 .cmp_term a:hover {
  opacity: 0.7;
  }
#ht_2025 ul.btn_list {
display: flex;
width: 92%;
margin: 0 auto;
justify-content: space-between;
}
#ht_2025 ul.btn_list li {
width: 32%;
}
#ht_2025 .bairitsu {
width: 100%;
margin: 20px auto 50px;
font-size: clamp(18px, 19px, 20px);
text-align: center;
padding: 20px 0 10px;
line-height: 1.2;
background: linear-gradient(to right, rgba(249,190,0,0) 0%,rgba(249,190,0,1) 15%,rgba(249,190,0,1) 85%,rgba(249,190,0,0) 100%);
}
#ht_2025 .bairitsu span {
font-size: 32px;
font-weight: 700;
}
#ht_2025 .kiyaku_box {
width:86%;
padding: 20px;
margin: 30px auto 0;
background-color: #f9f9f9;
height: 300px;
overflow: scroll;
scrollbar-color: #999 #f9f9f9;
border: 1px dashed #ddd;
}

/*--kiyaku--*/
#ht_2025 h5 {
font-size: 15px;
line-height: 1.6;
font-weight: 700;
text-indent: -0.5em;
}
#ht_2025 .kiyaku_honbun {
font-size: 14px;
line-height: 1.6;
padding-bottom: 10px;
}
#ht_2025 ul.kiyaku_list {
font-size: 14px;
line-height: 1.8;
list-style-position: inside;
margin-bottom: 10px;
}
#ht_2025 ul.kiyaku_list li {
text-indent: -1em;
padding-left: 1em;
}
#ht_2025 ul.kiyaku_list li:before {
content: "●";
font-size: 10px;
margin-right: 5px;
}
#ht_2025 .img_jersey {
width: 80%;
margin: 0 auto;
}
#ht_2025 .img_cap {
font-size: 11px;
padding: 0 0 30px;
text-align: center;
}

#ht_2025 .bnr_img {
width: 92%;
margin: 20px auto 0;
}
#ht_2025 .cmp_name {
font-size: clamp(18px, 19px, 20px);
text-align: center;
padding: 20px 0 0;
}
#ht_2025 .cmp_honbun {
padding: 20px;
font-size: clamp(15px, 16px, 17px);
line-height: 1.8;
text-align: center;
}
#ht_2025 .btn_cmp {
margin: 0 auto 50px;
}
#ht_2025 .btn_cmp a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
  padding: 1em;
  width: 45%;
  color: #fff;
font-size: clamp(15px, 16px, 17px);
  background-color: #000;
  transition: 0.3s;
  text-decoration: none;
}

#ht_2025 .btn_cmp a::before {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 1px solid #666;
  transition: 0.2s;
}

/*#ht_2025 .btn_cmp a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #333333;
  border-right: 3px solid #333333;
  transform: rotate(45deg);
}*/

#ht_2025 .btn_cmp a:hover::before {
  top: 0;
  left: 0;
}

#ht_2025 .btn_cmp a:hover {
  text-decoration: none;
  background-color: #000;
  opacity: 0.7;
}
#ht_2025 ul.films {
width: 100%;
margin: 0 auto;
}
#ht_2025 ul.films li:not(:last-child) {
margin-bottom: 15px;
}

/*--ハト横切り--*/
.hatocross1 {
  background-image: url("../2025_0810hat_no_hi_img/hato_fly.gif");
  width: 280px;
  height: 251px;
  background-size: cover;
  position: absolute;
  bottom: -100;
  right: 0;
  z-index: 100;
  opacity: 0;
}
.hatocross2 {
  background-image: url("../2025_0810hat_no_hi_img/hato_fly2.gif");
  width: 280px;
  height: 251px;
  background-size: cover;
  position: absolute;
  bottom: -100;
  left: 0;
  z-index: 100;
  opacity: 0;
}

.hatocross1.slide-skew.is-animated.is-active {
  animation: slide-skew 5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
 
@keyframes slide-skew {
  0% {
    transform: translate(2000px,800px);
    opacity: 0;
  }
  100% {
    transform: translate(-1800px,0);
  }
  20%,100% {
    opacity: 1;
  }
}

.hatocross2.slide-skew2.is-animated.is-active {
  animation: slide-skew2 5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
 
@keyframes slide-skew2 {
  0% {
    transform: translate(-1800px,600px);
    opacity: 0;
  }
  100% {
    transform: translate(2000px,0);
  }
  20%,100% {
    opacity: 1;
  }
}




}
