@charset "utf-8";

/* !HTML5 elements
---------------------------------------------------------- */
header, footer, nav, section, aside, article
{ display: block;}

/* !Reseting
---------------------------------------------------------- */

body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td
{ margin: 0; padding: 0;}
input, textarea
{ margin: 0; font-size: 100%;}
label
{ cursor: pointer;}
table
{ border-collapse: collapse; border-spacing: 0; font-size: 100%;}
fieldset, img
{ border: 0;}
img
{ vertical-align: top; max-width: 100%;}
address, caption, cite, code, dfn, em, th, var
{ font-style: normal; font-weight: normal;}
ol, ul
{ list-style: none;}
caption, th
{ text-align: left;}
h1, h2, h3, h4, h5, h6
{ font-size: 100%; font-weight: normal;}
q:after, q:before
{ content:'';}
a, input,select,textarea,button
{ outline: none; }
abbr, acronym
{ border: 0;}



/* !Clearfix
---------------------------------------------------------- */
.clearfix {
	display: block;
	min-height: 1%;
}
.clearfix:after {
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}
* html .clearfix {
	height: 1%;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/* !Inline Align ------------------------------------------------------------ */
.taL { text-align: left   !important;}
.taC { text-align: center !important;}
.taR { text-align: right  !important;}

/*common*/
a{
  color:inherit;
  text-decoration: none;
  transition: all 0.5s !important;
  -moz-transition: all 0.5s !important; /* Firefox */
  -webkit-transition: all 0.5s !important; /* Chrome&Safari */
}
.op img {
  transition: all 0.5s !important;
  -moz-transition: all 0.5s !important; /* Firefox */
  -webkit-transition: all 0.5s !important; /* Chrome&Safari */
}
.op:hover img {
	opacity: .7;
	-webkit-opacity: .7;
	-moz-opacity: .7;
}

/* !Layout
---------------------------------------------------------- */
html { 
	overflow-y: scroll;
	font-size: 62.5%;
}
body {
  color: #fff;
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  -webkit-text-size-adjust: none;
  line-height: 1.5;
}

*{
  box-sizing:border-box;
}
 
.font_instrument {
  font-family: "Instrument Sans", sans-serif;
}

.font_serif {
  font-family: "Noto Serif JP", serif;
}


/*** スマホ 320px ~ 767px***/

@media screen and (max-width: 767px) {
	body {
		font-size: 1.4rem;
	}
}

@media screen and (min-width: 768px) { 
  .sp {
    display: none !important;
  }
}
/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
	.pc {
		display: none !important;
	} 
}

/* !giants_lp_wrapper
---------------------------------------------------------- */
#giants_lp_wrapper {
  overflow:hidden;
  position: relative;
  z-index: 2;
  padding: 7.2rem 0 0;
  width:100%;
  min-width: 1024px;
  min-height: 100vh; 
  /*background-image:linear-gradient(45deg, #000 25%, transparent 0, transparent 75%, #000 0),
              linear-gradient(45deg, #000 25%, transparent 0, transparent 75%, #000 0);
  background-position: 0 0, 76px 76px;
  background-size:152px 152px; */ 
}
#giants_lp_wrapper:before {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background: url(../img/common/bg_pc.jpg) no-repeat center;
  background-size: cover;
}


 
/* !header
---------------------------------------------------------- */
#giants_lp_header {
  display: flex;
  justify-content: space-between;
  position: fixed;
  top: 0;
  z-index: 99;
  width: 100%;
  height: 72px;
  overflow: hidden;
  background-color: #000; 
  color: #fff;
}   
#giants_lp_header .headleft,
#giants_lp_header .headright{
  display: flex;
  align-items: center;
} 
.giants_lp_btn_menu {
  cursor: pointer;
  position: relative;
  width: 72px;
  height: 72px;
  padding: 16px 0 15px; 
  transition-timing-function: cubic-bezier(.8,0,.2,1);
  transition-duration: .4s;
  transition-property: opacity;
  text-align: center;
}
.giants_lp_btn_menu a{
  display: block;
  position: relative;
  width: 24px;
  height: 24px;
  margin: 0 auto;
}
.giants_lp_btn_menu:after{
  content:"メニュー";
  display: block;
  font-size: 1rem;
  line-height: 1.5;
}
.giants_lp_btn_menu span{
  position: absolute;
  right: 0;
  left: 0;
  display: block;
  width: 18px;
  height: 2.25px;
  margin: 0 auto;
  background-color: #fff;
}
.giants_lp_btn_menu span:first-child{
  top: 3.75px;
}
.giants_lp_btn_menu span:nth-child(2){
  top: 10.88px;
}
.giants_lp_btn_menu span:last-child{
  bottom: 3.75px;
} 
#giants_lp_navi {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 0.5s;
  transform: scale(1.1,1.1);
  z-index: 5;
  width: 100%;
  height: 100%;
  background-color: #000;
}
#giants_lp_navi.open{ 
  opacity: 1;
  pointer-events: inherit;
  transform: scale(1,1);
}
#giants_lp_navi .navTop{
  display:flex; 
}
#giants_lp_navi .menuNav a{
  display: block;
  position: relative;
  padding: 22px 0 10px;
  width: 72px;
  height: 72px;
  text-align: center;
}
#giants_lp_navi .menuNav a:after {
  content: "閉じる";
  display: block;
  margin-top:5px;
  font-size: 1rem;
}
#giants_lp_navi .menuNav span {
  display: block;
  margin:3px auto;
  width: 18px;
  height: 2.25px;
  background-color: #fff;
}
#giants_lp_navi .menuNav span:first-child{
  top: 50%;
  transform: translateY(2.5px) rotate(45deg);
}
#giants_lp_navi .menuNav span:nth-child(2){
  top: 50%;
  transform: translateY(-2.5px) rotate(-45deg);
}
#giants_lp_navi .menuSearch{
  padding-right:7.2rem;
  width: 100%;
}
#giants_lp_navi .menuSearch .inner{
  display:flex;
  align-items: center;
  justify-content: space-between;
  height:100%;
}
#giants_lp_navi .searchBox{
  max-width:400px;
}
#giants_lp_navi .searchBox .yahoo{
  margin-bottom: 2px;
  font-size: 1rem;
  color: #fff;
  letter-spacing: 0.05em;
}
#giants_lp_navi .searchBox .yahooSearch{
  display:flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border:2px solid #fff;
  border-radius:2px;
}
#giants_lp_navi .yahooSearch input{
  height:35px;
  border:0;
  font-family: 'Noto Sans JP', sans-serif;
}
#giants_lp_navi .yahooSearch .icon{
  margin:0 8px 0 4px;
  width:20px;
  height:20px;
}
#giants_lp_navi .yahooSearch .search{
  width:calc(100% - 94px);
}
#giants_lp_navi .yahooSearch .button{ 
  width:62px;
  background-color: #000;
  border-radius: 2px;
  font-size: 15px;
  color: #fff;
}
#giants_lp_navi .bor{
  border-top: 1px solid #292929;
  border-bottom: 1px solid #292929;
}
#giants_lp_navi .inner{
  padding: 0 40px;
  margin:0 auto;
  width: 1280px;
  height: auto;
}
#giants_lp_navi .menuColumn{
  display: grid;
  grid-template-columns: repeat(3,1fr);
}
#giants_lp_navi .menuColumn .column{
  position: relative;
  border-left: 1px solid #292929;
}
#giants_lp_navi .menuColumn .column:last-child{
  border-right: 1px solid #292929;
}
#giants_lp_navi .level1{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 20px;
  position: relative; 
  border-bottom: 1px solid #292929;
  font-weight: 700;
}
#giants_lp_navi .level1 p{
  padding-right: 8px;
}
#giants_lp_navi .level2{
  border-bottom: 1px solid #292929;
}
#giants_lp_navi .level2 .tit{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px; 
  font-weight: 700;
}
#giants_lp_navi .level2 ul{
  padding: 0 20px 15px;
}
#giants_lp_navi .level2 li{
  margin-bottom: 5px;
} 
#giants_lp_navi .level2 li a{
  position: relative;
  display: inline-block;
  padding-left: 16px;
  font-size: 1.5rem;
}
#giants_lp_navi .level2 li a:before{
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 8px;
  height: 1px;
  background-color: #fff;
}
#giants_lp_navi .menuLanguage{
  /*border-left: 1px solid #292929;
  border-right: 1px solid #292929;*/
}
#giants_lp_navi .menuLanguage ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: 14px 3px 14px 0;
  position: relative;
}
#giants_lp_navi .menuLanguage li{
  position: relative;
  padding: 0 17px 0 16px;
}
#giants_lp_navi .menuLanguage li:not(:last-child):after{
  content: "";
  position: absolute;
  background-color: #292929;
  top: 1px;
  right: 0;
  width: 1px;
  height: calc(100% - 3px);
}
#giants_lp_navi .menuLanguage li a{
  font-size:1.5rem;
}
#giants_lp_navi .menuLanguage li a.on{
  pointer-events: none;
  font-weight: 700;
    color: #f59b00;
}
#giants_lp_headlogo{
  position: relative;
  margin-left: 48px;
  width: 116px; 
} 
#giants_lp_header .headlink{
  position: relative;
  z-index: 4;
  display: flex;
  background-color: #000;
}
#giants_lp_header .headlink li{
  flex: 1 0 auto;
  position: relative;
}
#giants_lp_header .headlink li:not(:first-child) {
  margin-left: 24px;
}
#giants_lp_header .headlink li a{
  display: flex;
  align-items: center;
}
#giants_lp_header .headlink .icon{
  width: 20px;
  height:20px;
}
#giants_lp_header .headlink .text{
  margin-left: 8px;
  line-height: 1.5;
  font-size: 1.5rem;
}
#giants_lp_header .myCenter{
  margin-left: 48px;
}
#giants_lp_header .myCenter a{
  display:block;
  width: 72px;
  height: 72px;
  padding: 16px 0 14px;
  text-align: center;
  font-size:1rem;
}
#giants_lp_header .myCenter .text{
  margin-top:2px;
}

/*** スマホ 320px ~ 767px***/
@media screen and (min-width: 768px) {
  
  
  
}
@media screen and (max-width: 767px) {
  #giants_lp_wrapper {
    padding:108px 0 0;
    min-width:inherit;  
  }
  #giants_lp_header{
    display:block;
    height:auto;
  }
  #giants_lp_header .headleft{
    padding-right:60px;
    width:100%;
  }
  .giants_lp_btn_menu{
    padding:12px 0 8px;
    width: 60px;
    height: 60px;
  }
  #giants_lp_headlogo{
    margin: 0 auto;
  }
  #giants_lp_header .headlink{
    width:100%;
  }
  #giants_lp_header .headlink li:after{
    position: absolute;
    top: -1px;
    left: -1px;
    display: block;
    width: calc(100% - 1px);
    height: calc(100% - 1px);
    pointer-events: none;
    content: "";
    border: 1px solid #292929;
    border-radius: 0;
  }
  #giants_lp_header .headlink li:not(:first-child) {
    margin-left: 0;
  }
  #giants_lp_header .headlink li a{
    display: flex;
    justify-content: center;
    padding: 14px 0;
  }
  #giants_lp_header .headlink .icon {
    width: 16px;
}
  #giants_lp_header .headlink .text {
    margin-left: 6px; 
    font-size: 1.2rem;
  }
  #giants_lp_header .myCenter{
    position:absolute;
    right:0;
    top:0;
  }
  #giants_lp_header .myCenter a{
    width: 60px;
    height: 60px;
    padding: 12px 0 8px;
    font-size:1rem; 
  } 
  
  #giants_lp_navi .navTop {
    display: block;
  }
  #giants_lp_navi .menuSearch .inner{
    display: block;
  }
  #giants_lp_navi .menuNav {
    border-bottom: 1px solid #292929;
  }
  #giants_lp_navi .menuNav a {
    display: block;
    position: relative;
    padding: 15px 0 10px;
    width: 60px;
    height: 60px;
  }
  #giants_lp_navi .menuSearch {
    padding: 16px;
  }
  #giants_lp_navi .inner{
    display: grid;
    grid-template-columns: 1fr 40px;
    padding:0; 
    width:auto;
  }
  #giants_lp_navi .scrollbar{
    overflow: hidden;
    overflow-y: scroll;
    height: calc(100vh - 150px);
  }
  #giants_lp_navi .menuColumn{ 
    display:block;
  } 
  #giants_lp_navi .level2 ul{
    display:none;
  }
  #giants_lp_navi .level2 .tit{
    background: url("../img/ico_plus.png")no-repeat right 20px center;
  }
  #giants_lp_navi .level2 .tit.open{
    background: url("../img/ico_minus.png")no-repeat right 20px center;
  }
  #giants_lp_navi .menuLanguage{
    display: flex;
    align-items: center;
    justify-content: center;
    position:absolute;
    right:0;
    top:150px;
    bottom:0;
    width: 40px;
  } 
  #giants_lp_navi .menuLanguage ul{
    display:block;
    padding:0;
  }
  #giants_lp_navi .menuLanguage li {
    position: relative;
    padding: 18px 0 19px;
    text-align: center;
  }
  #giants_lp_navi .menuLanguage li:not(:last-child):after {
    top: auto;
    right: auto;
    bottom: 0;
    left: 50%;
    width: 20px;
    height: 1px;
    transform: translateX(-50%);
  }
  #giants_lp_navi .menuColumn .column{
    border-right: 1px solid #292929;
  }
  
}
 
  

/* giants_lp_footer
-----------------------------------------------------------*/
.giants_lp_pagetop{ 
  cursor: pointer;
  display:flex;
  align-items: center;
  justify-content: center;
  height:51px;
  background:url("../img/icon_pagetop.svg")no-repeat center #F48700;
} 
#giants_lp_footer{
  background: #000; 
} 
#giants_lp_footer .footIn{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding:80px 40px 48px;
  max-width: 1280px;
  margin: 0 auto;
}
#giants_lp_footer .sns{
  display:flex;
}
#giants_lp_footer .sns li:not(:first-child) {
    margin-left: 16px;
}
#giants_lp_footer .sns li a {
  opacity: 1;
  transition-timing-function: cubic-bezier(.8,0,.2,1);
  transition-duration: .4s;
  transition-property: opacity;
}
#giants_lp_footer .footLinks{
  border-top: 1px solid #292929;
  border-bottom: 1px solid #292929;
}
#giants_lp_footer .footLinks ul{
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
#giants_lp_footer .footLinks li{
  position: relative;
  width:25%; 
}
#giants_lp_footer .footLinks li:after {
  position: absolute;
  top: -1px;
  left: -1px;
  display: block;
  width: calc(100% - 1px);
  height: calc(100% - 1px);
  pointer-events: none;
  content: "";
  border: 1px solid #292929;
  border-radius: 0;
}
#giants_lp_footer .footLinks li a{
  display: block;
  position: relative;
  padding: 16px 20px;
  font-size: 12px;
  line-height: 1.5;
  color: #fff;
}
#giants_lp_footer .logos{
  max-width: 960px;
  margin: 0 auto;
}
#giants_lp_footer .logos ul{
  display: grid;
  grid-template-columns: repeat(4,1fr);
  grid-gap: 1px;
  gap: 1px;
  padding: 24px 0;
}
#giants_lp_footer .logos li {
  background-color: #fff;
  position: relative;
}
#giants_lp_footer .logos li a:hover {
  opacity: 1;
  transition-timing-function: cubic-bezier(.8,0,.2,1);
  transition-duration: .4s;
  transition-property: opacity;
}
.giants_lp_copyright {
  padding: 16px 20px;
  border-top: 1px solid #292929;
  font-size: 11px;
  line-height: 1.55;
  color: hsla(0,0%,100%,.4);
  text-align: center;
}
 

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  .giants_lp_pagetop{
    height:48px;
  }
  
  #giants_lp_footer .footIn{
    display:block;
    padding: 80px 20px 32px;
  }
  #giants_lp_footer .sns{
    margin-top: 48px;
  }
  #giants_lp_footer .footLinks li{
    width:50%;
  }
  #giants_lp_footer .logos ul{
    grid-template-columns: repeat(2,1fr);
    padding: 24px 20px;
  }
   
  
}


/* !common */
.giants_lp_mainVisual {
  position: relative;
}   

.hide {
  display:none;
}
 

.giants_lp_inner{
  margin:0 auto;
  padding:0 5rem;
  max-width: 100rem;
}

.giants_lp_hdL {
  position: relative;
  margin-bottom: 4.8rem;
}  
.giants_lp_hdL .eng {
  text-transform: uppercase;
  line-height: 1;
  font-style: italic;
  font-size: 6.4rem;
  font-weight: 700;
}
.giants_lp_hdL .jap {
  overflow: hidden;
  margin-top: 0.4rem;
  line-height: 1;
  font-weight: 500;
}
.giants_lp_hdL .jap span {
  display: inline-block;
  position: relative;
}
.giants_lp_hdL .jap span:after {
  content: "";
  position: absolute;
  left: calc(100% + 1.6rem);
  top: 50%;
  transform: translateY(-50%);
  width: 192rem;
  height: 0.6rem;
  background: linear-gradient(to top, #FFD900 0.2rem, transparent 0.2rem, transparent 0.4rem, #F48700 0.4rem);
}

.giants_lp_hdM {
  margin-bottom: 5rem;
  font-weight: 700;
}
.giants_lp_hdM .eng {
  display: inline-block;
  padding: 0.3rem 1.2rem 0.7rem 0.8rem;
  margin-bottom: 0.8rem;
  background: #000;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  font-style: italic;
  font-size: 3.2rem;
}

.bgOrange {
  background: #FF8A00;
}

.giants_lp_anchorArea {
  position: relative;
}
.giants_lp_anchorArea .anchor {
  position: absolute;
  top: -7.2rem;
}

.commonPageCtrl {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0 5rem;
  margin: 0 auto;
  height: 4rem;
}
.commonPageCtrl .swiper-pagination {
  position: static;
}
.commonPageCtrl .swiper-pagination-bullet {
  opacity: 1;
  width: 0.8rem;
  height: 0.8rem;
  background: none;
  border: 1px solid #fff;
  border-radius: 0;
}
.commonPageCtrl .swiper-pagination-bullet-active {
  border-color: #F48700;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
}
.commonPageCtrl .swiper-button-next, 
.commonPageCtrl .swiper-button-prev {
  top: 0;
  margin-top: 0;
  width: 4rem;
  height: 4rem;
  background-size: 100%; 
}
.commonPageCtrl .swiper-button-prev {
  left: 0;
  background-image: url("../img/common/icon_prev.svg");
}
.commonPageCtrl .swiper-button-next {
  right: 0;
  background-image: url("../img/common/icon_next.svg");
}

.giants_lp_btn {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 2;
  margin: 4rem auto 0;
  max-width: 38rem;
  background: #000;
  text-align: center;
}
.giants_lp_btn:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%) scale(0);
  transition-duration: 0.3s;
  background: #fff;
}
.giants_lp_btn span {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 5;
  padding-bottom: 1rem;
  height: 6rem;
  background: url("../img/common/bg_arrow_wh.png") no-repeat center bottom 0.8rem;
  background-size: 100%;
  color: #FAFAFA;
  font-weight: 700;
}
.giants_lp_btn.icon_ticket span:before {
  content: "";
  width: 3.1rem;
  height: 3.1rem;
  background: url("../img/gameday/icon_ticket_white.svg")no-repeat center;
  background-size: 3.1rem;
}
.giants_lp_btn.disabled {
  pointer-events: none;
}
.giants_lp_btn.disabled:after {
  content: attr(data-disabled);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background: rgba(54,54,54,0.8);
  color: #fff;
  font-weight: 700;
}
.giants_lp_btn.whiteSt {
  background: #fff;
}
.giants_lp_btn.whiteSt span{
  background-image: url("../img/common/bg_arrow.png");
  color: #000;
}
.giants_lp_btn.whiteSt:before {
  background-color: #000;
}

.giants_lp_swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.giants_lp_swiper .swiper-slide {
  width: 212rem;
}
.giants_lp_swiper .swiper-slide img {
  object-fit: cover;
  width: 100%;
} 

/*** スマホ 320px ~ 767px***/
@media screen and (min-width: 768px) { 
  .giants_lp_btn:hover:before {
    transform: translate(-50%, -50%) scale(1);
  }
  .giants_lp_btn:hover span {
    background-image: url("../img/common/bg_arrow.png");
    color: #000;
  }
  .giants_lp_btn.icon_ticket:hover span:before {
    background-image: url("../img/gameday/icon_ticket_black.svg");
  }
  .giants_lp_btn.whiteSt:hover span {
    background-image: url("../img/common/bg_arrow_wh.png"); 
    color: #fff;
  }
  
}
@media screen and (max-width: 767px) {
 
  .giants_lp_inner{
    padding: 0 3.2rem
  }
  
  .giants_lp_hdL {
    margin-bottom: 4rem;
  }  
  .giants_lp_hdL .eng {
    font-size: 5.4rem;
  }
  
  .giants_lp_hdM {
    margin-bottom: 3.2rem;
  }
  .giants_lp_hdM .eng {
    font-size: 2.4rem;
  }
  
  .giants_lp_btn {
    margin-top: 3.2rem;
  }
  
  .giants_lp_anchorArea .anchor {
    top: -10.8rem;
  }
} 



/* page.css */
.giants_lp_top {
  padding: 8rem 0 11.2rem;
}

.giants_lp_anchors ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 1.6rem;
}

.giants_lp_about {
  padding: 11.2rem 0 0;
} 
.giants_lp_about .display .movie {
  margin: 4.8rem auto 0;
  max-width: 60rem;
  text-align: center;
}
.giants_lp_about .display .screen {
  position: relative;
  padding-top: 56.3333%;
  width: 100%;
}
.giants_lp_about .display .movie iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.giants_lp_about .display .movie .tit {
  margin-top: 1.6rem;
  font-size: 1.2rem;
  font-weight: 500;
}
.giants_lp_about .display .info{
  line-height: 1.7;
}

.giants_lp_message .sub {
  margin-bottom: 4.8rem;
  text-align: center;
  line-height: 1.7;
}

.giants_lp_message_swiper .swiper-slide {
  max-width: 50rem;
}
.giants_lp_message_swiper .img {
  margin-bottom: 2.4rem;
  position: relative;
}
.giants_lp_message_swiper .tap {
  position: absolute;
  right: 1.6rem;
  bottom: 1.6rem;
  width: 3.7rem;
}
.giants_lp_message_swiper .position {
  margin-bottom: 0.8rem;
  /* color: #FFD900; */
  font-weight: 700;
}
.giants_lp_message_swiper .position:before {
  content: "";
  display: block;
  margin-bottom: 0.8rem;
  max-width: 5rem;
  border-top: 2px solid;
}
.giants_lp_message_swiper .name {
  font-size: 2.4rem;
}
/* .giants_lp_message_swiper .swiper-slide-active .position {
  color: #F48700;
} */
.giants_lp_message_swiper .commonPageCtrl {
  margin-top: 3.2rem;
  max-width: 50rem;
}
.fancyboxMessage {
  width: 100%;
  max-width: 82.3rem;
}
.fancyboxMessage .movie {
  position: relative;
  padding-top: 56.257%;
  margin-bottom: 1.6rem;
}
.fancyboxMessage .movie iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.fancybox_pageCtrl {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 0 6rem 6.4rem;
}
.fancybox_pageCtrl .fancybox-btn {
  width: 4.5rem;
}
.fancybox_pageCtrl .fancybox-btn.fancybox_disabled {
  pointer-events: none;
  opacity: 0.5;
}
.fancybox-close-small,
.fancybox-navigation {
  display: none;
}
.fancybox_pageCtrl .close {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  transition-duration: 0.3s;
  width: 28.6rem;
  height: 4.8rem;
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
  font-weight: 700;
}

.giants_lp_gameday {
  position: relative;
  z-index: 2;
  padding: 11.2rem 0 8.2rem;
}
.giants_lp_gameday:before {
  content: "";
  clip-path: polygon(0% 0%, 50% 8.5rem, 100% 0%, 100% 100%, 0% 100%);
  opacity: 0.8;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: calc(100% - 24.6rem);
  background: linear-gradient(to right, #F48700 50%, #FFD900 50%);
}
.giants_lp_gameday .gameday_info {
  display: flex;
  justify-content: center;
  color: #000;
}
.giants_lp_gameday .gameday_info .item {
  width: 50%;
  max-width: 50rem;
}
.giants_lp_gameday .gameday_info .giants {
  padding: 0 4rem 0 5rem;
  background: url("../img/gameday/bg_giants.svg")no-repeat left center;
}
.giants_lp_gameday .gameday_info .tigers {
  padding: 0 5rem 0 4rem;
  background: url("../img/gameday/bg_tigers.svg")no-repeat right center;
}
.giants_lp_gameday .gameday_info .presents {
  margin-bottom: 2.4rem;
  text-align: center;
  font-weight: 700;
}
.giants_lp_gameday .gameday_info .presents img {
  display: block;
  margin: 0 auto 0.8rem;
}
.giants_lp_gameday_teamVS {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 3.2rem;
}
.giants_lp_gameday_teamVS:before {
  content: "VS";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-weight: 700;
  font-size: 2.4rem;
}
.giants_lp_gameday_teamVS .logo {
  margin: 0 3rem;
  width: 12rem;
}
.giants_lp_gameday_date {
  display: flex;
  justify-content: space-between;
  line-height: 1;
  font-weight: 700;
}
.giants_lp_gameday_date .date {
  width: calc(50% - 1.6rem);
}  
.giants_lp_gameday_date .month {
  text-align: center;
}
.giants_lp_gameday_date .day {
  font-size: 4.8rem;
}
.giants_lp_gameday_date .week {
  font-size: 2.4rem;
}
.giants_lp_gameday_date .times {
  margin-top: 2.4rem;
}
.giants_lp_gameday_date .times dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.giants_lp_gameday_date .times dl + dl {
  margin-top: 0.8rem;
}
.giants_lp_gameday_date .times dt {
  padding: 0.6rem 0;
  width: 8.8rem;
  border: 1px solid;
  text-align: center;
}
.giants_lp_gameday_date .times dd {
  width: calc(100% - 10.4rem);
  font-size: 2.8rem;
  font-family: "Instrument Sans", sans-serif;
}
.giants_lp_gameday_place {
  margin-top: 2rem;
  text-align: center;
  text-decoration: underline;
  font-weight: 700;
  font-size: 2.4rem;
}

.giants_lp_traditional {
  position: relative;
  z-index: 2;
  padding: 0 0 8.5rem;
  background: #fff;
  color: #000;
}
.giants_lp_traditional:before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% + 40rem);
  height: 100%;
  width: 6.3rem;
  background: url("../img/gameday/bg_memorial.svg")no-repeat right center;
  background-size: 100%;
}
.giants_lp_traditional .giants_lp_hdM {
  transform: translateY(-2rem);
  margin-bottom: 2.8rem;
}
.giants_lp_traditional .hd01 {
  margin-bottom: 5rem;
  text-align: center;
  font-size: 4rem;
  font-weight: 900;
}
.giants_lp_traditional .display {
  display: flex;
  align-items: center;
}
.giants_lp_traditional .display .giants_lp_gameday_date {
  width: 50%;
}

.giants_lp_tv {
  padding: 11.5rem 0 10.8rem;
}
.giants_lp_tv .display {
  display: flex;
  justify-content: space-between;
}
.giants_lp_tv .display .img {
  width: calc(53% - 0.1rem);
}
.giants_lp_tv .display .info {
  width: calc(44% - 0.1rem);
  line-height: 1.7;
  font-weight: 500;
}
.giants_lp_tv .display .btns {
  display: flex;
  justify-content: center;
  margin-top: 3.2rem;
}
.giants_lp_tv .display .btns a {
  margin: 0 0.8rem;
}

.giants_lp_event {
  padding: 11.2rem 0 0;
} 
.giants_lp_event .tabCtrl {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 0.7rem;
  margin-bottom: 2.4rem;
}
.giants_lp_event .tabCtrl li {
  cursor: pointer;
  padding: 0.5rem 0;
  background: #000;
  border: 2px solid;
  text-align: center;
  line-height: 1.25;
  color: #737373;
  font-weight: 700;
}
.giants_lp_event .tabCtrl li.onActive {
  color: #fff;
}
.giants_lp_event .eventList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.6rem;
}
.giants_lp_event .eventList li {
  padding: 1.6rem;
  background: #363636;
  border: 2px solid #fff;
}
.giants_lp_event .eventList .img {
  margin-bottom: 0.8rem;
}
.giants_lp_event .eventList .date {
  padding: 0.4rem 0.8rem 0.6rem;
  margin-bottom: 0.8rem;
  background: #fff;
  line-height: 1;
  color: #000;
  font-weight: 700;
}
.giants_lp_event .eventList .tit {
  font-size: 1.8rem;
  font-weight: 700;
}
.giants_lp_event .eventList .detail {
  margin-top: 1.6rem;
  text-align: right;
}
.giants_lp_event .eventList .detail a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14.8rem;
  height: 3rem;
  background: #fff;
  text-align: center;
  color: #000;
  font-weight: 700;
  font-size: 1.4rem;
}
.giants_lp_event .tabCtrl .giantsSt.onActive {
  color: #F48700;
}
.giants_lp_event .tabCtrl .tigersSt.onActive {
  color: #FFD900;
}
.giants_lp_event .eventList.giantsSt .date {
  background: #F48700;
}
.giants_lp_event .eventList.tigersSt .date {
  background: #FFD900;
}

.fancyboxDisplay {
  position: relative;
  padding: 1.6rem;
  background: #000;
  max-width: 58.2rem;
}
.fancyboxDisplay .img {
  margin: 0 auto 1.6rem;
  text-align: center;
}
.fancyboxDisplay .info {
  min-height: 26rem;
  color: #fff;
} 
.fancyboxDisplay .date {
  padding: 0.6rem 0.8rem 0.6rem;
  margin-bottom: 0.8rem;
  background: #fff;
  line-height: 1;
  color: #000;
  font-weight: 700;
}
.fancyboxDisplay .tit {
  margin-bottom: 0.8rem;
  font-size: 1.8rem;
  font-weight: 700;
}
.fancyboxDisplay .giants_lp_btn {
  margin-top: 2.4rem;
  max-width: 28rem;
  background-color: #fff;
  font-size: 1.4rem;
}
.fancyboxDisplay .giants_lp_btn span {
  padding-bottom: 0.2rem;
  height: 4.8rem;
  background-image: url("../img/common/bg_arrow.png");
  background-position: center bottom 0.6rem;
  color: #000;
}
.fancyboxDisplay .fancybox-close-small{
  display: none;
}
.fancyboxDisplay .close {
  cursor: pointer;
  margin-top: 2.4rem;
  padding: 1.7rem 0;
  width: 100%;
  background: #fff;
  text-align: center;
  line-height: 1;
  color: #000;
  font-size: 1.4rem;
  font-weight: 700;
} 
.fancyboxDisplay .giantsSt .date,
.fancyboxDisplay .giantsSt .giants_lp_btn {
  background-color: #F48700;
}
.fancyboxDisplay .giantsSt .tit {
  color: #F48700;
} 
.fancyboxDisplay .tigersSt .date,
.fancyboxDisplay .tigersSt .giants_lp_btn {
  background-color: #FFD900;
}
.fancyboxDisplay .tigersSt .tit {
  color: #FFD900;
}


.giants_lp_information {
  padding: 11.2rem 0;
}
.informationPart + .informationPart {
  margin-top: 7.2rem;
}
.giants_lp_information .display {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.giants_lp_information .banner .giants_lp_info_swiper {
  overflow: hidden;
  width: calc(55% + 0.5rem);
}
.giants_lp_info_swiper .commonPageCtrl {
  margin: 1.6rem auto 0;
  max-width: 35rem;
}
.giants_lp_information .banner .info {
  width: calc(42% - 0.3rem);
}
.giants_lp_information .banner .logos {
  margin: 0 auto 3.2rem;
  text-align: center;
}
.giants_lp_information .banner .logos img {
  max-width: 23rem;
}
.giants_lp_information .banner .logos img + img {
  margin-top: 0.8rem;
}
.giants_lp_information .banner .logos .small {
  max-width: 14.3rem;
}
.giants_lp_information .banner .txt {
  line-height: 1.7;
  font-weight: 500;
}
.giants_lp_information .hd01 {
  margin-top: 1.6rem;
  text-align: center;
  font-weight: 700;
  font-size: 2.4rem;
}
.giants_lp_information .hd02 {
  margin-bottom: 1.6rem;
  padding: 0.2rem 0 0.2rem 3.2rem;
  background: no-repeat left center;
  background-size: 2.4rem;
  line-height: 1;
  font-weight: 700;
  font-size: 2rem;
}
.giants_lp_information .informationAccess {
  margin-top: 4rem;
}
.informationAccess .box {
  padding: 1.6rem;
  border: 1px solid;
}
.informationAccess .traffic {
  margin-top: 1.6rem;
}
.informationAccess .traffic li:before {
  content: "•";
  padding: 0 0.8rem;
}
.informationAccess .notes {
  margin-top: 1.6rem;
  font-size: 1.2rem;
}
.informationAccess .info {
  width: calc(100% - 29.6rem);
}
.informationAccess .links {
  width: 28rem;
}
.giants_lp_information .giantsSt .hd01 {
  color: #F48700;
}
.giants_lp_information .giantsSt .hd02 {
  background-image: url("../img/information/icon_access_orange.svg");
  color: #F48700;
}
.giants_lp_information .giantsSt .informationAccess .box {
  border-color: #F48700;
} 
.giants_lp_information .tigersSt .hd01 {
  color: #FFD900;
}
.giants_lp_information .tigersSt .hd02 {
  background-image: url("../img/information/icon_access_yellow.svg");
  color: #FFD900;
}
.giants_lp_information .tigersSt .informationAccess .box,
.giants_lp_information .tigersSt .commonPageCtrl .swiper-pagination-bullet-active {
  border-color: #FFD900;
}

.comingSoon {
  text-align: center;
}

.comingSoon h3 {
  font-family: 'Instrument Sans';
  font-weight: 700;
  font-size: 4.5rem;
}

.comingSoon p {
  font-size: 2rem;
  font-weight: 500;
}


.giants_ob {
  color: #F48700;
}

.tigers_ob {
  color: #FFD900;
}

 
/*** スマホ 320px ~ 767px***/
@media screen and (min-width: 768px) {
  .fancybox_pageCtrl .close:hover {
    background: #fff;
    color: #111;
  }
  .giants_lp_tv .display .btns a:hover {
    opacity: 0.7;
  }
  
  .fancyboxDisplay .giants_lp_btn:hover:before {
    background-color: #000;
  }
  .fancyboxDisplay .giants_lp_btn:hover span {
    background-image: url("../img/common/bg_arrow_wh.png");
    color: #fff;
  }
  
}
@media screen and (max-width: 767px) {
  .giants_lp_top {
    padding: 7.2rem 0 9.6rem;
  }
  
  .giants_lp_anchors ul { 
    grid-template-columns: repeat(2, 1fr);
    gap: 1.3rem;
  }
  
  .giants_lp_about {
    padding: 9.6rem 0 0;
  }
  .giants_lp_about .display .movie {
    margin-top: 4rem;
  }
  .giants_lp_about .display .movie .tit {
    margin-top: 0.8rem;
  }
  .giants_lp_message .sub {
    margin-bottom: 4rem;
    text-align: left;
  }
  .giants_lp_message_swiper {
    padding: 0 3.2rem;
  }
  .giants_lp_message_swiper .commonPageCtrl {
    margin-top: 1.6rem;
  }
  .giants_lp_message_swiper .img {
    margin-bottom: 1.6rem;
  }
  .giants_lp_message_swiper .name {
    font-size: 2rem;
  }
  
  .fancyboxMessage {
    max-width: 34.3rem;
  }
  .fancybox_pageCtrl {
    padding: 0 1.6rem 6.4rem; 
  }
  .fancybox_pageCtrl .fancybox-btn {
    width: 2.8rem;
  }
   
  .giants_lp_gameday {
    padding: 9.6rem 0 8.2rem;
  }
  .giants_lp_gameday:before {
    clip-path: polygon(0% 0%, 100% 3.5rem, 100% 100%, 0% 100%);
    height: calc(100% - 22.6rem);
    background: linear-gradient(170deg, #F48700 50%, #FFD900 50%);
  }
  .giants_lp_gameday .gameday_info {
    display: block;
  }
  .giants_lp_gameday .gameday_info .item {
    width: auto;
  }
  .giants_lp_gameday .gameday_info .giants {
    padding: 0 3.2rem 4rem;
    background-position: right 1rem top;
    background-size: 4.8rem;
  }
  .giants_lp_gameday .gameday_info .tigers {
    padding: 4rem 3.2rem 0;
    background-position: left 1rem top 8.7rem;
    background-size: 4.8rem;
  }
  .giants_lp_gameday_teamVS {
    margin-bottom: 2.4rem;
  }
  .giants_lp_gameday_teamVS .logo {
    margin: 0 2rem;
    width: 9rem;
  }
  .giants_lp_gameday_date .date {
    width: calc(50% - 0.35rem);
  }
  .giants_lp_gameday_date .day {
    font-size: 4rem;
  }
  .giants_lp_gameday_date .times dt {
    padding: 0.6rem 0;
    width: 7.1rem;
  }
  .giants_lp_gameday_date .times dd {
    width: calc(100% - 7.9rem);
    font-size: 2.4rem;
  }
  .giants_lp_gameday_place {
    margin-top: 3.2rem;
    font-size: 2rem;
  }
  
  .giants_lp_traditional {
    padding: 0 0 6.4rem;
  }
  .giants_lp_traditional:before {
    left: auto;
    right: 1.6rem;
    width: 7.2rem;
    background: url(../img/gameday/bg_memorial.svg) no-repeat right center;
  }
  .giants_lp_traditional .hd01 {
    margin-bottom: 3.2rem;
    font-size: 3.2rem;
  }
  .giants_lp_traditional .display {
    display: block;
  }
  .giants_lp_traditional .display .giants_lp_gameday_date {
    width: auto;
  }
  
  .giants_lp_tv {
    padding: 8rem 0 4rem;
  }
  .giants_lp_tv .display {
    display: block;
  }
  .giants_lp_tv .display .img {
    margin-bottom: 2.4rem;
    width: auto;
  }
  .giants_lp_tv .display .info {
    width: auto;
  }
  .giants_lp_tv .display .btns {
    margin-top: 2.4rem;
  }
  .giants_lp_tv .display .btns a {
    margin: 0 0.35rem;
  }
  
  .giants_lp_event {
    padding: 9.6rem 0 0;
  }
  .giants_lp_event .tabCtrl {
    margin-bottom: 1.6rem;
  }
  .giants_lp_event .tabCtrl li {
    padding: 0.8rem 0;
    border-width: 1px;
  }
  .giants_lp_event .tabCtrl li .date {
    font-size: 1.6rem;
  }
  .giants_lp_event .eventList {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.6rem 0;
  }
  .giants_lp_event .eventList .tit {
    font-size: 1.6rem;
  }
  .giants_lp_event .eventList .detail a {
    width: 15.5rem;
    height: 3.2rem;
  }
  
  .fancyboxDisplay {
    padding:;
    margin: 0 1.6rem;
  }
  .fancyboxDisplay .info {
    overflow-y: scroll;
    min-height: inherit;
    height: 20rem;
  }
  
  .giants_lp_information {
    padding: 9.6rem 0;
  }
  .giants_lp_information .giants_lp_hdL .eng {
    font-size: 4.3rem;
  }
  .informationPart + .informationPart {
    margin-top: 4rem;
  }
  .giants_lp_information .display {
    display: block;
  }
  .giants_lp_information .banner .giants_lp_info_swiper {
    width: auto;
  }
  .giants_lp_information .banner .info {
    margin-top: 2.4rem;
    width: auto;
  }
  .giants_lp_information .banner .logos {
    margin-bottom: 1.6rem;
  }
  .giants_lp_information .hd01 {
    margin-top: 0.8rem;
    font-size: 2rem;
  }
  
  .informationAccess .info {
    width: auto;
  }
  .informationAccess .links {
    margin-top: 1.6rem;
    width: auto;
  }
  
  .comingSoon h3 {
    font-size: 4rem;
    margin-top: 2.8rem;
  }
  
}
