@charset "utf-8";
/*============================

grandindex用css
ゴジラシリーズ_PC用

============================*/
#tw2022_wrapper{
  margin-bottom: -16px;
}
#godzilla .dis_sp{
  display: none !important;
}
/*背景
==============================*/
#godzilla.gi_contentsarea {
  background:#000;
  margin-bottom:50px;
}
#main, #tw2022_slider{
  background: #000;
}
/*#godzilla .gi_contents_bgarea,
#godzilla .free_space/*20231103追加 {
  background:url(/img/grand_index/godzilla/bg_page.jpg) repeat-y center top;
  background-size:1360px;
  padding-bottom:30px;
}*/
#godzilla .gi_contents_bgarea { /*20250630追加*/
  background:url(/img/grand_index/godzilla/20250630/background_250630_f4esn3u5.jpg) repeat-y center top 150px;
  background-size:auto;
  padding-bottom:30px;
}

/*見出し
==============================*/
#godzilla h1 {
  text-align:center;
  margin:0 0 20px;
  background:url(/img/grand_index/godzilla/bg_ttl.png) no-repeat center top;
  background-size:cover;
  padding:30px;
  height:141px;
}
#godzilla h1 span {
  display:inline-block;
  padding-top:15px;
  font-size:0.9em;
  margin-left:40px;
  color:#ffffff;
}
/*スライド
==============================*/
/*--ボタン--*/
#godzilla .slick-dots li button:before {
  color:#ffffff;
}
#godzilla ul.slick-dots {
  border:none;
}
#godzilla .slick-dots li.slick-active button:before {
  color:#ff0000;
}
/*スライド下フリーエリア
==============================*/
/*ブランド背景
==============================*/
/*ブランド説明
==============================*/
#godzilla #gi_explanation {
    display: none;
}
/*更新履歴
==============================*/
/*ページ内リンク
==============================*/
/*#godzilla #gi_plbtn .btn_link a {
  color: #fff;
  background: #7e7e7e!important;
}
#godzilla #gi_plbtn .btn_link a:after{
  background: #fff;
}
#godzilla #gi_plbtn .btn_link a:hover{
    background: #fff!important;
    color: #7e7e7e;
}
#godzilla #gi_plbtn .btn_link a:hover:after{
    background: #7e7e7e;
}*/
#godzilla #gi_plbtn{ /*20250630追加 ページ内リンク非表示*/
  display: none;
}

/*訴求エリア
==============================*/
#godzilla .gi_appealarea{
  font-size: 16px;
  line-height: 1.5;
}
#godzilla .latest_area{
  margin-bottom: 30px;
}
#godzilla .latest_area h3,
#godzilla .other_area h3 {
  width:600px;
  margin:0 auto 45px;
  text-align:center;
}
#godzilla .latest_area h4 {
  margin-bottom:10px;
}
#godzilla .latest_area ul {
  margin-bottom:120px;
}
#godzilla .latest_area ul li {
  width:49%;
}
#godzilla .latest_area ul li:nth-child(odd) {
  float:left;
}
#godzilla .latest_area ul li:nth-child(even) {
  float:right;
}
#godzilla .other_area .other_list01 {
  width: 920px;
  padding-bottom:20px;
  margin: 0 auto 45px;
  border-bottom:1px solid #ffffff;
}
#godzilla .other_area .other_list01 li {
  width:32%;
  margin-left:2%;
  margin-bottom:35px;
  float:left;
}
#godzilla .other_area .other_list01 li:first-child,
#godzilla .other_area .other_list01 li:nth-child(3n+1) {
  margin-left:0;
}
#godzilla .other_area .other_list02{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: calc(35px + 1%);
}
#godzilla .other_area .other_list02 li {
  width:calc(33% - 35px);
}

/*--テキスト化--*/
#godzilla .appeal_item li {
  width:49%;
  position:relative;
}
#godzilla .appeal_item li:nth-child(odd) {
  float:left;
}
#godzilla .appeal_item li:nth-child(even) {
  float:right;
}
#godzilla .appeal_item li h5 {
  position:absolute;
  top:0;
  left:0;
}
#godzilla .appeal_item li h5 + div {
  position:absolute;
  top:520px;
  left:0;
  width:100%;
}
#godzilla .appeal_item li .shm_ic {
  width:20%;
}
#godzilla .appeal_item li h6 {
  color:rgb(127,206,245);
  font-family: "Arial","メイリオ",sans-serif;
  font-size:2.8em;
  font-weight:bold;
  margin-bottom:5px;
  line-height:1.2;
}
#godzilla .appeal_item li:nth-child(even) h6 {
  color:rgb(243,152,1);
}
#godzilla .appeal_item li h6 .txt2 {
  font-size:0.8em;
  line-height:0.8;
}
#godzilla .appeal_item li h6 .txt3 {
  font-size:0.4em;
  line-height:2.1;
}
#godzilla .appeal_item li .hatsubai,
#godzilla .appeal_item li .price {
  font-family:YuMincho,'Yu Mincho',serif;
  color:#ffffff;
}
#godzilla .appeal_item li .hatsubai {
  font-size:1.4em;
  line-height:1.3;
}

#godzilla .appeal_item li .price {
  font-size:0.9em;
  margin-bottom:20px;
  line-height:2.2;
}
#godzilla .appeal_item li .btn {
  width:100%;
}
#godzilla .appeal_item li .btn a {
  display:block;
  text-align:center;
  color:#ffffff;
  text-decoration:none;
  padding:10px;
  background:url(/img/grand_index/godzilla/godzilla_bg.png) no-repeat center top;
  background-size:cover;
  font-size:1.4em;
}
#godzilla .appeal_item li:nth-child(even) .btn a {
  background:url(/img/grand_index/godzilla/kong_bg.png) no-repeat center top;
  background-size:cover;  
}
#godzilla .appeal_item li .btn a:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/*--/テキスト化--*/



/*20211119_GODZILLA [2004]
==============================*/
#godzilla .appeal_item01 {
  height: 600px;
}
#godzilla .appeal_item01 div {
  position:relative;
  top:-440px;
  left:40px;
  width:50%;
}
#godzilla .appeal_item01 h6 {
  color:#91def7;
  font-family: "Arial","メイリオ",sans-serif;
  font-size:2.8em;
  font-weight:bold;
  line-height:1.4;
}
#godzilla .appeal_item01 .hatsubai,
#godzilla .appeal_item01 .price {
  font-family:YuMincho,'Yu Mincho',serif;
  color:#ffffff;
}
#godzilla .appeal_item01 .hatsubai {
  font-size:1.4em;
  line-height:1.3;
}
#godzilla .appeal_item01 .price {
  font-size:0.9em;
  line-height:2.2;
  margin-bottom:20px;
}
#godzilla .appeal_item01 .btn a {
  display:block;
  text-align:center;
  color:#ffffff;
  text-decoration:none;
  padding:10px;
  background:url(/img/grand_index/godzilla/20211125/btn_bg_tiwxL9FT.png) no-repeat center top;
  background-size:cover;
  font-size:1.4em;
}
#godzilla .appeal_item01 .btn a:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#godzilla .appeal_item01 .btn + p {
  margin: 25px 0;
}



/*20211119_ヘドラ 50周年特別記念セット
==============================*/
#godzilla .appeal_item02 {
  height: 750px;
}
#godzilla .appeal_item02 div {
  position:relative;
  top:-345px;
  left:40px;
  width:50%;
}
#godzilla .appeal_item02 h6 {
  color:#f39220;
  font-family: "Arial","メイリオ",sans-serif;
  font-size:2.8em;
  font-weight:bold;
  line-height:1.4;
}
#godzilla .appeal_item02 .sab {
  color:#f39220;
  font-family: "Arial","メイリオ",sans-serif;
  font-size:1.5em;
  font-weight:bold;
  line-height:1.4;
}
#godzilla .appeal_item02 .hatsubai,
#godzilla .appeal_item02 .price {
  font-family:YuMincho,'Yu Mincho',serif;
  color:#ffffff;
}
#godzilla .appeal_item02 .hatsubai {
  font-size:1.4em;
  line-height:1.3;
}
#godzilla .appeal_item02 .price {
  font-size:0.9em;
  line-height:2.2;
  margin-bottom:20px;
}
#godzilla .appeal_item02 .btn a {
  display:block;
  text-align:center;
  color:#ffffff;
  text-decoration:none;
  padding:10px;
  background:url(/img/grand_index/godzilla/20211125/btn_bg_587aXHas.png) no-repeat center top;
  background-size:cover;
  font-size:1.4em;
}
#godzilla .appeal_item02 .btn a:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#godzilla .appeal_item02 .btn + p {
  margin: 25px 0;
}



/*20220120_ラドン(2021) -第2形態-
==============================*/
#godzilla .appeal_item03 {
  height: 680px;
}
#godzilla .appeal_item03 div {
  position:relative;
  top:-520px;
  left:40px;
  width:50%;
}

#godzilla .appeal_item03 h6 {
  color:#ff8787;
  font-family: "Arial","メイリオ",sans-serif;
  font-size:2.8em;
  font-weight:bold;
  line-height:1.2;
}
#godzilla .appeal_item03 h6 .txt2 {
  font-size:0.8em;
  line-height:0.8;
}
#godzilla .appeal_item03 h6 .txt3 {
  font-size:0.4em;
  line-height:2.1;
}
#godzilla .appeal_item03 .sab {
  color:#f7c000;
  font-family: "Arial","メイリオ",sans-serif;
  font-size:1.5em;
  font-weight:bold;
  margin-bottom:5px;
  line-height:1.2;
}
#godzilla .appeal_item03 .hatsubai,
#godzilla .appeal_item03 .price {
  font-family:YuMincho,'Yu Mincho',serif;
  color:#ffffff;
}
#godzilla .appeal_item03 .hatsubai {
  font-size:1.4em;
  line-height:1.3;
}
#godzilla .appeal_item03 .price {
  font-size:0.9em;
  margin-bottom:20px;
  line-height:2.2;
}
#godzilla .appeal_item03 .rdn02_img {
  width:100%;
  margin-top:35px;
}
#godzilla .appeal_item03 .btn {
  width:100%;
}
#godzilla .appeal_item03 .btn a {
  display:block;
  text-align:center;
  color:#ffffff;
  text-decoration:none;
  padding:10px;
  background:url(/img/grand_index/godzilla/20220120/btn_bg_3VbbeM3b.png) no-repeat center top;
  background-size:cover;
  font-size:1.4em;
}
#godzilla .appeal_item03 .btn a:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}


/*20220427_モンスターX
==============================*/
#godzilla .appeal_item04 {
  height: 670px;
  margin-right: -41.5px;
}
#godzilla .appeal_item04 div {
  position: relative;
  top: -550px;
  left: 40px;
  width: 46%;
}
#godzilla .appeal_item04 h6 {
  color: #8e0c0c;
  text-shadow: -1px -1px 10px #fff, 1px 1px 10px #fff;
  font-family: "Arial","メイリオ",sans-serif;
  font-size: 2.8em;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: -0.04em;
}
#godzilla .appeal_item04 .hatsubai,
#godzilla .appeal_item04 .price {
  font-family: YuMincho,'Yu Mincho',serif;
  color: #fff;
  text-shadow: -1px -1px 8px #292929, 1px 1px 8px #292929;
}
#godzilla .appeal_item04 .hatsubai {
  font-size: 1.4em;
  line-height: 1.3;
}
#godzilla .appeal_item04 .price {
  font-size: 0.9em;
  line-height: 2.4;
  margin-bottom: 20px;
}
#godzilla .appeal_item04 .btn a {
  display: block;
  text-align: center;
  color: #fff;
  text-decoration: none;
  padding: 12px 10px 8px 10px;
  background: url(/img/grand_index/godzilla/20220427/btn01_bg_tPT2SHb4.png) no-repeat center center;
  background-size: cover;
  font-size: 1.4em;
}
#godzilla .appeal_item04 .btn a:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/*20220901
==============================*/
#godzilla .appeal_item05 {
  position: relative;
}
#godzilla .appeal_item05 .item_maintxt{
  background: url(/img/grand_index/godzilla/20220901/mecha_kg_title_bg_u8gjqtcx.png) no-repeat;
  background-size: cover;
  margin-bottom: 30px;
  padding: 30px;
}
#godzilla .appeal_item05 .item_maintxt h4{
    width: 95%;
    margin: 15px auto 32px;
}
#godzilla .appeal_item05 .item_maintxt h5{
  font-family: YuMincho,'Yu Mincho',serif;
  color: #fff;
  font-size: 25px;
  text-align: center;
  width: 97%;
  margin: auto;
}
#godzilla .appeal_item05 .item_info {
  position: relative;
  overflow: hidden;
}
#godzilla .appeal_item05 .mainimg{
  height: 670px;
  position: relative;
}
#godzilla .appeal_item05 .item_txt {
    position: absolute;
    top: 50px;
    left: 40px;
    width: 46%;
}
#godzilla .appeal_item05 h6 {
  color: #c8c8c8;
  text-shadow: -1px -1px 10px #201a03, 1px 1px 10px #201a03;
  font-family: "Arial","メイリオ",sans-serif;
  font-size: 2.8em;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: -0.04em;
}
#godzilla .appeal_item05 .hatsubai,
#godzilla .appeal_item05 .price {
  font-family: YuMincho,'Yu Mincho',serif;
  color: #fff;
  text-shadow: -1px -1px 8px #292929, 1px 1px 8px #292929;
}
#godzilla .appeal_item05 .hatsubai {
  font-size: 1.4em;
  line-height: 1.3;
}
#godzilla .appeal_item05 .price {
  font-size: 0.9em;
  line-height: 2.4;
  margin-bottom: 20px;
}
#godzilla .appeal_item05 .btn a {
  display: block;
  text-align: center;
  color: #fff;
  text-decoration: none;
  padding: 12px 10px 8px 10px;
  background: url(/img/grand_index/godzilla/20220901/btn01_bg_w6k7et4y.png) no-repeat center center;
  background-size: cover;
  font-size: 1.4em;
}
#godzilla .appeal_item05 .btn a:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*20221024
==============================*/
#godzilla .appeal_item06 {
  position: relative;
}
#godzilla .appeal_item06 .item_maintxt{
  background: url(/img/grand_index/godzilla/20221024/godzilla2016_title_bg_5xuETLRW.png) no-repeat center center;
  background-size: 100% 100%;
  margin-bottom: 30px;
  padding: 30px;
}
#godzilla .appeal_item06 .item_maintxt h4{
    width: 95%;
    margin: 15px auto 32px;
}
#godzilla .appeal_item06 .item_maintxt h5{
  font-family: YuMincho,'Yu Mincho',serif;
  color: #fff;
  font-size: 25px;
  text-align: center;
  width: 97%;
  margin: auto;
}
#godzilla .appeal_item06 .item_info {
  position: relative;
  overflow: hidden;
}
#godzilla .appeal_item06 .mainimg{
  height: 670px;
  position: relative;
}
#godzilla .appeal_item06 .item_txt {
    position: absolute;
    top: 65px;
    left: 40px;
    width: 46%;
}
#godzilla .appeal_item06 h6 {
  color: #ffddcd;
  text-shadow: -1px -1px 10px rgba(32,26,3,0.75), 1px 1px 10px rgba(32,26,3,0.75);
  font-family: "Arial","メイリオ",sans-serif;
  font-size: 3em;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.01em;
  margin: 10px 0 0 15px;
}
#godzilla .appeal_item06 h6 span {
    font-size: 0.8em;
}
#godzilla .appeal_item06 .hatsubai,
#godzilla .appeal_item06 .price {
  font-family: YuMincho,'Yu Mincho',serif;
  color: #fff;
  text-shadow: -1px -1px 8px rgba(32,26,3,0.75), 1px 1px 8px rgba(32,26,3,0.75);
}
#godzilla .appeal_item06 .hatsubai {
  font-size: 1.4em;
  line-height: 1.4;
    margin: 10px 0 0 18px;
}
#godzilla .appeal_item06 .price {
  font-size: 0.9em;
  line-height: 2.4;
  margin-bottom: 20px;
}
#godzilla .appeal_item06 .btn a {
  display: block;
  text-align: center;
  color: #fff;
  text-decoration: none;
  padding: 12px 10px 10px 10px;
  background: url(/img/grand_index/godzilla/20221024/btn_bg_dM2Cntxs.png) no-repeat center center;
  background-size: 100% 100%;
  font-size: 1.4em;
  margin-top: 40px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#godzilla .appeal_item06 .btn a:hover {
  opacity: 0.8;
}

/*20221118
==============================*/
#godzilla .appeal_item07 {
  position: relative;
}
#godzilla .appeal_item07 .item_maintxt{
  background: url(/img/grand_index/godzilla/20221118/3shiki_title_bg_2EYHFCrE.png) no-repeat center center;
  background-size: 100% 100%;
  margin-bottom: 30px;
  padding: 30px;
}
#godzilla .appeal_item07 .item_maintxt h4{
    width: 95%;
    margin: 15px auto 32px;
}
#godzilla .appeal_item07 .item_maintxt h5{
  font-family: YuMincho,'Yu Mincho',serif;
  color: #fff;
  font-size: 25px;
  text-align: center;
  width: 97%;
  margin: auto;
}
#godzilla .appeal_item07 .item_info {
  position: relative;
  overflow: hidden;
}
#godzilla .appeal_item07 .mainimg{
  height: 610px;
  position: relative;
}
#godzilla .appeal_item07 .item_txt {
    position: absolute;
    top: 65px;
    left: 40px;
    width: 46%;
}
#godzilla .appeal_item07 h6 {
  color: #cdf0ff;
  text-shadow: -1px -1px 10px rgba(32,26,3,0.75), 1px 1px 10px rgba(32,26,3,0.75);
  font-family: "Arial","メイリオ",sans-serif;
  font-size: 3em;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.01em;
  margin: 10px 0 0 15px;
}
#godzilla .appeal_item07 h6 span {
    font-size: 0.8em;
}
#godzilla .appeal_item07 .hatsubai,
#godzilla .appeal_item07 .price {
  font-family: YuMincho,'Yu Mincho',serif;
  color: #fff;
  text-shadow: -1px -1px 8px rgba(32,26,3,0.75), 1px 1px 8px rgba(32,26,3,0.75);
}
#godzilla .appeal_item07 .hatsubai {
  font-size: 1.4em;
  line-height: 1.4;
    margin: 10px 0 0 18px;
}
#godzilla .appeal_item07 .price {
  font-size: 0.9em;
  line-height: 2.4;
  margin-bottom: 20px;
}
#godzilla .appeal_item07 .btn a {
  display: block;
  text-align: center;
  color: #fff;
  text-decoration: none;
  padding: 12px 10px 10px 10px;
  background: url(/img/grand_index/godzilla/20221024/btn_bg_dM2Cntxs.png) no-repeat center center;
  background-size: 100% 100%;
  font-size: 1.4em;
  margin-top: 40px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#godzilla .appeal_item07 .btn.pattern_blue a {
  background: url(/img/grand_index/godzilla/20221124/item-link-bk_G2m4oFs.png) no-repeat center center;
  background-size: 100% 100%;
}
#godzilla .appeal_item07 .btn a:hover {
  opacity: 0.8;
}

#godzilla .appeal_item07 .movieWrap {
  margin: 0 auto 120px;
  text-align: center;
}

/*20230112
==============================*/
#godzilla .appeal_item08 {
  position: relative;
}
#godzilla .appeal_item08 .item_maintxt{
  background: url(/img/grand_index/godzilla/20230112/gaigan_title_bg_n9ucq6pz.png) no-repeat center center;
  background-size: 100% 100%;
  margin-bottom: 30px;
  padding: 30px;
}
#godzilla .appeal_item08 .item_maintxt h4{
    width: 95%;
    margin: 15px auto 32px;
}
#godzilla .appeal_item08 .item_maintxt h5{
  font-family: YuMincho,'Yu Mincho',serif;
  color: #fff;
  font-size: 25px;
  text-align: center;
  width: 97%;
  margin: auto;
}
#godzilla .appeal_item08 .item_info {
  position: relative;
/*  overflow: hidden;*/
}
#godzilla .appeal_item08 .mainimg{
  height: 610px;
  position: relative;
  margin-right: -20px;
}
#godzilla .appeal_item08 .item_txt {
    position: absolute;
    top: 65px;
    left: 40px;
    width: 46%;
}
#godzilla .appeal_item08 h6 {
  color: #c1a786;
  text-shadow: -1px -1px 10px rgba(32,26,3,0.75), 1px 1px 10px rgba(32,26,3,0.75);
  font-family: "Arial","メイリオ",sans-serif;
  font-size: 3em;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.01em;
  margin: 10px 0 0 15px;
}
#godzilla .appeal_item08 h6 span {
    font-size: 0.8em;
}
#godzilla .appeal_item08 .hatsubai,
#godzilla .appeal_item08 .price {
  font-family: YuMincho,'Yu Mincho',serif;
  color: #fff;
  text-shadow: -1px -1px 8px rgba(32,26,3,0.75), 1px 1px 8px rgba(32,26,3,0.75);
}
#godzilla .appeal_item08 .hatsubai {
  font-size: 1.4em;
  line-height: 1.4;
    margin: 10px 0 0 18px;
}
#godzilla .appeal_item08 .price {
  font-size: 0.9em;
  line-height: 2.4;
  margin-bottom: 20px;
}
#godzilla .appeal_item08 .btn a {
  display: block;
  text-align: center;
  color: #fff;
  text-decoration: none;
  padding: 12px 10px 10px 10px;
  background: url(/img/grand_index/godzilla/20230112/btn_bg_dM2Cntxs.png) no-repeat center center;
  background-size: 100% 100%;
  font-size: 1.4em;
  margin-top: 40px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#godzilla .appeal_item08 .btn a:hover {
  opacity: 0.8;
}

/*20230423
==============================*/
#godzilla .appeal_item09 {
  position: relative;
}
#godzilla .appeal_item09 .item_maintxt{
  background: url(/img/grand_index/godzilla/20230423/godzilla1991_title_bg_s9eyj5fm.png) no-repeat center center;
  background-size: 100% 100%;
  margin-bottom: 30px;
  padding: 30px;
}
#godzilla .appeal_item09 .item_maintxt h4{
    width: 95%;
    margin: 15px auto 32px;
}
#godzilla .appeal_item09 .item_maintxt h5{
  font-family: YuMincho,'Yu Mincho',serif;
  color: #fff;
  font-size: 25px;
  text-align: center;
  width: 97%;
  margin: auto;
}
#godzilla .appeal_item09 .item_info {
  position: relative;
/*  overflow: hidden;*/
}
#godzilla .appeal_item09 .mainimg{
  height: 610px;
  position: relative;
}
#godzilla .appeal_item09 .item_txt {
    position: absolute;
    top: 275px;
    left: 40px;
    width: 50%;
}
#godzilla .appeal_item09 h6 {
  color: #fff;
  text-shadow: -1px -1px 10px rgba(32,26,3,0.75), 1px 1px 10px rgba(32,26,3,0.75);
  font-family: "Arial","メイリオ",sans-serif;
  font-size: 2.5em;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.01em;
  margin: 10px 0 0 15px;
}
#godzilla .appeal_item09 h6 span {
    font-size: 0.8em;
}
#godzilla .appeal_item09 .hatsubai,
#godzilla .appeal_item09 .price {
  font-family: YuMincho,'Yu Mincho',serif;
  color: #fff;
  text-shadow: -1px -1px 8px rgba(32,26,3,0.75), 1px 1px 8px rgba(32,26,3,0.75);
}
#godzilla .appeal_item09 .hatsubai {
  font-size: 1.4em;
  line-height: 1.4;
    margin: 10px 0 0 18px;
}
#godzilla .appeal_item09 .price {
  font-size: 0.9em;
  line-height: 2.4;
  margin-bottom: 20px;
}
#godzilla .appeal_item09 .btn a {
  display: block;
  text-align: center;
  color: #fff;
  text-decoration: none;
  padding: 22px 10px 20px 10px;
  background: url(/img/grand_index/godzilla/20230423/btn_bg_lEbk83aX.png) no-repeat center center;
  background-size: 100% 100%;
  font-size: 1.4em;
  margin-top: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#godzilla .appeal_item09 .btn a:hover {
  opacity: 0.8;
}


/*20230706
==============================*/
#godzilla .appeal_item10 {
  position: relative;
}
#godzilla .appeal_item10 .item_maintxt{
  background: url(/img/grand_index/godzilla/20230706/mechagodzilla_title_bg_tsiyt4Rh.png) no-repeat center center;
  background-size: 100% 100%;
  margin-bottom: 30px;
  padding: 30px;
}
#godzilla .appeal_item10 .item_maintxt h4{
    margin: 15px auto 20px;
}
#godzilla .appeal_item10 .item_maintxt h5{
  font-family: YuMincho,'Yu Mincho',serif;
  color: #fff;
  font-size: 20px;
  text-align: center;
  margin: auto;
}
#godzilla .appeal_item10 .item_info {
  position: relative;
/*  overflow: hidden;*/
}
#godzilla .appeal_item10 .mainimg{
  height: 610px;
  position: relative;
}
#godzilla .appeal_item10 .item_txt {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    padding: 0 30px;
}
#godzilla .appeal_item10 h6 {
  color: #fff;
  text-shadow: -1px -1px 6px rgba(32,26,3,0.75), 1px 1px 6px rgba(32,26,3,0.75);
  font-family: "Arial","メイリオ",sans-serif;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.01em;
  margin: 10px 0 0;
}
#godzilla .appeal_item10 h6 span {
    font-size: 0.8em;
}
#godzilla .appeal_item10 .hatsubai,
#godzilla .appeal_item10 .price {
  font-family: YuMincho,'Yu Mincho',serif;
  color: #fff;
  text-shadow: -1px -1px 2px rgba(32,26,3,0.75), 1px 1px 2px rgba(32,26,3,0.75);
}
#godzilla .appeal_item10 .hatsubai {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  margin: 10px 0 0;
}
#godzilla .appeal_item10 .price {
  font-size: 0.9em;
  line-height: 2.4;
  margin-bottom: 20px;
}
#godzilla .appeal_item10 #DCART .shop_area .dc_btn span {
    background: #b30c00;
    border-color: #b30c00;
}
#godzilla .appeal_item10 #DCART .shop_area .dc_btn span:hover {
    background: #fff;
    border-color: #fff;
    color: #b30c00;
}
#godzilla .appeal_item10 #DCART .shop_area .dc_btn span:hover:after {
    background: #b30c00;
}
#godzilla .appeal_item10 #DCART .shop_area .dc_btn.close span {
    background: #BABABA;
    border-color: #BABABA;
    pointer-events: none;
}

/*20230713*/
#godzilla .appeal_item11 .item_info {
  position: relative;
  margin-bottom: 60px;
/*  overflow: hidden;*/
}
#godzilla div[class^="appeal_item"] .item_info .new{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#godzilla .appeal_item11 .mainimg{
  position: relative;
  border: 1px solid #555555;
}
#godzilla .appeal_item11 .item_txt {
    position: absolute;
    bottom: 40px;
    right: 10px;
    padding: 0 30px;
}
#godzilla .appeal_item11 .seriese{
  color: #fff;
  text-shadow: -1px -1px 6px rgba(0,0,0,1), 1px 1px 6px rgba(0,0,0,1);
    font-family: YuMincho,'Yu Mincho',serif;
  font-size: 45px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.01em;
  margin: 10px 0 0;
  display: flex;
  align-items: center;
}
#godzilla .appeal_item11 .seriese .logo{
  margin-right: 15px;
}
#godzilla .appeal_item11 h6 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.01em;
  margin: 10px 0 0;
}
#godzilla .appeal_item11 h6 span {
    font-size: 0.8em;
    padding-right: 10px;
}
#godzilla .appeal_item11 h6,
#godzilla .appeal_item11 .hatsubai,
#godzilla .appeal_item11 .price {
  font-family: YuMincho,'Yu Mincho',serif;
  color: #fff;
  text-shadow: -1px -1px 2px rgba(32,26,3,0.75), 1px 1px 2px rgba(32,26,3,0.75);
}
#godzilla .appeal_item11 .hatsubai {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  margin: 10px 0 0;
}
#godzilla .appeal_item11 #DCART .shop_area {
    justify-content: flex-start;
}


/*20220427_ダイレクトカートイン
==============================*/
#godzilla .appeal_item04 .dc_in_item,
#godzilla .appeal_item05 .dc_in_item {
  top: 0;
  left: 0;
  width: 100%;
}
#godzilla .appeal_item04 .dc_btn {
  background: url(/img/grand_index/godzilla/20220427/btn02_bg_fGNb6hmm.png) no-repeat center center;
  background-size: cover;
}
#godzilla .appeal_item05 .dc_btn {
  background: url(/img/grand_index/godzilla/20220901/btn02_bg_j7rt8fbu.png) no-repeat center center;
  background-size: cover;
}

/* #godzilla .gi_appealarea .dc_btn::before,
#godzilla .gi_appealarea .dc_btn a::before {
  display: none;
}
#godzilla .gi_appealarea .dc_btn {
  text-align: center;
  font-size: 1.4em;
  margin-top: 20px;
}
#godzilla .gi_appealarea .dc_btn a {
  display: block;
  position: relative;
  color: #fff;
  width: 100%;
  margin-top: -1.5em;
  padding: 10px;
  background-color: transparent;
}
#godzilla .gi_appealarea .dc_btn:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#godzilla .gi_appealarea .dc_btn.close {
  color: #fff;
  padding: 10px;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);  
}
#godzilla .gi_appealarea .dc_btn.close:hover {
  opacity: 1;
} */

/*20220427_ブログバナー
==============================*/
#godzilla .bnr_area {
  margin: 30px auto 100px;
}


/*20230706_販売リンクソース
==============================*/
#godzilla .dcwrap {
    margin-top: 15px;
}


/*バックナンバー
==============================*/
/*商品など
==============================*/
#godzilla #gi_productlist .pagenavi li a {
  background:rgba(255,255,255,0.7);
}
#godzilla #gi_productlist .pagenavi li.active a,
#godzilla #gi_productlist .pagenavi li a:hover,
#godzilla #gi_productlist .pagenavi li a:active {
  background:rgba(0,0,0,0.7);
  border:3px solid #e4e8f4;
}
#godzilla #category_search,
#godzilla #gi_productlist .search_result {
  color: #fff;
}
#godzilla #category_search .search_main_wrap .order_wrap label span{
  border-color: #fff;
}
#godzilla .search_modal .search_modal-window{
  color: #3B3B3B;
}
#godzilla #gi_productlist .search_result .txt{
  border-color: #fff;
}



.gi_contentsarea #gi_productlist h2.gi_subtitle._underline,
.gi_contentsarea #gi_relationarea h2 {
  color: #fff;
}
/*サブカテゴリ
==============================*/
#godzilla #gi_subcatearea .gi_subcatearea_logo li {
  background-color:rgba(255,255,255,0.6);  
}

/*関連情報
==============================*/
/*関連情報下
==============================*/
/*ランキング
==============================*/
#godzilla.gi_contentsarea #gi_ranking * {
  color:#ffffff;
}

/*コピーライト
==============================*/
#godzilla .gi_copyright {
  display:none;
}
#godzilla .gi_free_copyright {
  color:#ffffff;
}


/*20230914　Godzilla vs SpaceGodzilla*/
#godzilla .appeal_item11 h6 span {
  font-size: 0.65em;
}
#godzilla .appeal_item11 h6 {
  font-size: 38px;
  line-height: 1.1;
}
#godzilla .appeal_item11 .item_txt {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
#DCART {
  width: 74%;
  margin: 0 0 0 26%;
}
#DCART .shop_area .shop_logo {
  width: 40%;
  margin-right: 2%;
}
#DCART .shop_area .shop_btn_wrap .dc_note {
  font-size: 12px;
}
.item_txt_txt{
  margin-right: 36px;
}
#godzilla .appeal_item11 .hatsubai {
  margin: 1px 0 0;
}
#DCART .shop_area .dc_btn span {
  background: #cd0606;
  border: 1px solid #cd0606;
}
#DCART .shop_area .dc_btn span:hover:after {
  background: #cd0606;
}


/*20230924 godzilla1972*/

.appeal_item13 p.mainimg:after{
  position: absolute;
  content: '';
  bottom: -64px;
  right: -56px;
  width: 546px;
  height: 606px;
  background: url(/img/grand_index/godzilla/20230924/godzilla1972_main_t7jgn98i.png);
}
#godzilla .appeal_item13 {
  position: relative;
  margin-bottom: 70px;
}
#godzilla .appeal_item13 .item_maintxt{
  background: url(/img/grand_index/godzilla/20230924/godzilla1972_title_bg_q5cg7hum.png) no-repeat center center;
  background-size: 100% 100%;
  margin-bottom: 30px;
  padding: 30px;
}
#godzilla .appeal_item13 .item_maintxt h4{
    margin: 15px auto 20px;
    display: flex;
    justify-content: center;
}
#godzilla .appeal_item13 .item_maintxt h5{
  font-family: YuMincho,'Yu Mincho',serif;
  color: #fff;
  font-size: 20px;
  text-align: center;
  margin: auto;
}
#godzilla .appeal_item13 .item_info {
  position: relative;
}
#godzilla .appeal_item13 .mainimg{
  position: relative;
}
#godzilla .appeal_item13 .item_txt {
    position: absolute;
    bottom: 25px;
    left: 0;
    width: 100%;
    padding: 0 30px;
}
#godzilla .appeal_item13 h6 {
  color: #c1a786;
  text-shadow: -1px -1px 6px rgba(32,26,3,0.75), 1px 1px 6px rgba(32,26,3,0.75);
  font-family: "Arial","メイリオ",sans-serif;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.01em;
  margin: 10px 0 0;
}
#godzilla .appeal_item13 h6 span {
    font-size: 0.8em;
}
#godzilla .appeal_item13 .hatsubai,
#godzilla .appeal_item13 .price {
  font-family: YuMincho,'Yu Mincho',serif;
  color: #fff;
  text-shadow: -1px -1px 2px rgba(32,26,3,0.75), 1px 1px 2px rgba(32,26,3,0.75);
}
#godzilla .appeal_item13 .hatsubai {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  margin: 10px 0 0;
}
#godzilla .appeal_item13 .price {
  font-size: 0.9em;
  line-height: 2.4;
  margin-bottom: 20px;
}
#godzilla .appeal_item13 #DCART .shop_area .dc_btn span {
    background: #fff;
    border-color: #fff;
    color: #b30c00;
}
#godzilla .appeal_item13 #DCART .shop_area .dc_btn span:hover {
    background: #b30c00;
    border-color: #b30c00;
    color: #fff;
}
#godzilla .appeal_item13 #DCART .shop_area .dc_btn span:hover:after {
    background: #fff;
}
#godzilla .appeal_item13 #DCART .shop_area .dc_btn.close span {
    background: #BABABA;
    border-color: #BABABA;
    pointer-events: none;
}
#DCART .shop_area .dc_btn span:after {
  background: #b30c00;
}
.appeal_item13 #DCART {
  width: 100%;
  margin: 0;
}
.appeal_item13 #DCART .shop_area .shop_logo {
  width: 0;
  margin-right: 0;
  display: none;
}
.appeal_item13 #DCART .shop_area {
  justify-content: flex-start;
}
.caption{
  font-size: 0.7em;
  color: #fff;
  margin-top: 13px;
}


/* TN2023 23101103 */
.tn2023_container{
  width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.tn2023 {
  display: block;
  position: relative;
  background: #121212;
  border-left: #d10909 solid 5px;
  border-right: #d10909 solid 5px;
  border-bottom: #d10909 solid 5px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: 'Noto Sans JP', serif;
  overflow: hidden;
  width: 1000px;
}
.tn2023:before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  width: 489px;
  height: 1016px;
  background: url(/img/grand_index/godzilla/20231103/20231103_free01_bg_Gm8utdqC.png) no-repeat;
  z-index: 0;
}
.tn2023_header {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
  z-index: 2;
  margin-top: 70px;
}
.tn2023 .item_img {
  position: relative;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  padding-bottom: 30px;
  margin-top: 30px;
  align-items: center;
}
.tn2023 .item_info {
  color: #fff;
  text-align: center;
  width: 100%;
  margin: 40px auto 0;
  z-index: 1;
}
.tn2023 .item_detail {
  font-weight: 600;
  margin-bottom: 1em;
  font-size: 20px;
}
p.catch_txt{
  margin-top: 20px;
  font-size: 50px;
  font-weight: 700;
  z-index: 2;
  color: #c8a144;
}
.tn2023_bnr-btn{
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  background: #c8a144;
  padding: 20px 75px;
  position: relative;
  display:inline-block;
  text-align:center;
  margin-top: 30px;
  margin-bottom:40px;
  border-radius: 50px;
  width: 430px;
}
.tn2023_bnr-btn::before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  width: 20px;
  height: 3px;
  background: #FFF;
  transition: .3s;
}
.tn2023_bnr-btn::after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  width: 8px;
  height: 8px;
  border-left: 3px solid #FFF;
  border-bottom: 3px solid #FFF;
  transform: rotate(-135deg);
  transition: .3s;
}
.tn2023_bnr-btn:hover::before{
  right: 10px;
  width: 30px;
}
.tn2023_bnr-btn:hover::after{
  right: 10px;
}
.tn2023_bnr-btn a{
  color: #fff;
}
.item_detail{
  font-size: 20px;
  line-height: 1.5em;
  font-family:YuMincho,'Yu Mincho',serif;
}


/*20231221 godzillaジェットジャガー*/

#godzilla .appeal_item14 {
  position: relative;
  margin-bottom: 70px;
}
#godzilla .appeal_item14 .item_maintxt{
  background: url(/img/grand_index/godzilla/20231221/godzillajj_title_bg_qS2BasUp.png) no-repeat center center;
  background-size: 100% 100%;
  margin-bottom: 30px;
  padding: 30px;
}
#godzilla .appeal_item14 .item_maintxt h4{
    margin: 15px auto 20px;
    display: flex;
    justify-content: center;
}
#godzilla .appeal_item14 .item_maintxt h5{
  font-family: YuMincho,'Yu Mincho',serif;
  color: #fff;
  font-size: 20px;
  text-align: center;
  margin: auto;
}
#godzilla .appeal_item14 .item_info {
  position: relative;
}
#godzilla .appeal_item14 .mainimg{
  position: relative;
}
#godzilla .appeal_item14 .item_txt {
    position: absolute;
    bottom: 123px;
    right: 15px;
    width: 480px;
}
.appeal_item14 .item_info .dcwrap{
  position: relative;
  position: absolute;
  bottom: 36px;
  right: 15px;
  width: 653px;
}
#godzilla .appeal_item14 ._brand{
  font-family: YuMincho,'Yu Mincho',serif;
  color: hsl(0, 0%, 100%);
  font-size: 22px;
  margin-top: 15px;
}
#godzilla .appeal_item14 h6 {
  color: #fff;
  text-shadow: -1px -1px 6px rgba(32,26,3,0.75), 1px 1px 6px rgba(32,26,3,0.75);
  font-family: YuMincho,'Yu Mincho',serif;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0;
}
html[lang="ja"] #godzilla .appeal_item14 h6 {
  letter-spacing: -5px;
}
#godzilla .appeal_item14 h6 span {
    font-size: 25px;
    letter-spacing: 0;
}
#godzilla .appeal_item14 .hatsubai,
#godzilla .appeal_item14 .price {
  font-family: YuMincho,'Yu Mincho',serif;
  color: #fff;
  text-shadow: -1px -1px 2px rgba(32,26,3,0.75), 1px 1px 2px rgba(32,26,3,0.75);
}
#godzilla .appeal_item14 .hatsubai {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
}
#godzilla .appeal_item14 .price {
  font-size: 0.9em;
  line-height: 2.4;
  margin-bottom: 20px;
}
#godzilla .appeal_item14 #DCART .shop_area .dc_btn span:hover:after {
    background: #cd0606;
}
#godzilla .appeal_item14 #DCART .shop_area .dc_btn.close span {
    background: #BABABA;
    border-color: #BABABA;
    pointer-events: none;
}
.appeal_item14 #DCART .shop_area .dc_btn span:after {
  background: #fff;
}
#godzilla .appeal_item14 #DCART .shop_area .dc_btn span:hover {
  color: #cd0606;
}
.appeal_item14 #DCART {
  width: 100%;
  margin: 0;
}
.appeal_item14 #DCART .shop_area {
  justify-content: flex-end;
  align-items: center;
}
.appeal_item14 .caption{
  font-size: 0.7em;
  color: #fff;
  margin-top: 13px;
}

.appeal_item14 .item_info .new{
  top: 4px !important;
  left: 2px !important;
}

#godzilla .appeal_item14 .other_link_btn a,
#godzilla .appeal_item14 #DCART .shop_area .dc_btn span {
  padding: 10px 30px 10px 25px;
  border: unset;
}
#godzilla .appeal_item14 #DCART .shop_area .dc_btn,
#godzilla .appeal_item14 #DCART .shop_area .other_link_btn {
  min-width: unset;
}
#godzilla .appeal_item14 #DCART .shop_area .shop_btn_wrap {
  justify-content: flex-start;
  gap: 1.5%;
  width: 480px;
}
#godzilla .appeal_item14 #DCART .shop_area .shop_logo {
  width: auto;
  margin-right: 10px;
  flex: 1;
}


/*20240111 GODZILLA x KONG*/
._logo_underttl{
  margin-bottom:43px;
  text-align: center;
}

#godzilla div[class^="appeal_item"] {
  position: relative;
  margin-bottom: 200px;
}
#godzilla div[class^="appeal_item"] .item_maintxt h4{
    margin: 15px auto 20px;
    display: flex;
    justify-content: center;
}
#godzilla div[class^="appeal_item"] .item_maintxt h5{
  font-family: YuMincho,'Yu Mincho',serif;
  color: #fff;
  font-size: 20px;
  text-align: center;
  margin: auto;
}
#godzilla div[class^="appeal_item"] .item_info {
  position: relative;
}
#godzilla div[class^="appeal_item"] .mainimg{
  position: relative;
}
#godzilla div[class^="appeal_item"] .item_txt {
    position: absolute;
    bottom: 85px;
    left: 0;
    width: 100%;
    padding: 0 25px;
}
#godzilla div[class^="appeal_item"] h6 {
  color: #fff;
  text-shadow: -1px -1px 6px rgba(32,26,3,0.75), 1px 1px 6px rgba(32,26,3,0.75);
  font-family: "Arial","メイリオ",sans-serif;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.01em;
  margin: 10px 0 0;
}
#godzilla div[class^="appeal_item"] h6 span {
    font-size: 0.8em;
}
#godzilla div[class^="appeal_item"] .hatsubai,
#godzilla div[class^="appeal_item"] .price {
  font-family: YuMincho,'Yu Mincho',serif;
  color: #fff;
  text-shadow: -1px -1px 2px rgba(32,26,3,0.75), 1px 1px 2px rgba(32,26,3,0.75);
}
#godzilla div[class^="appeal_item"] .hatsubai {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  margin: 10px 0 0;
}
#godzilla div[class^="appeal_item"] #DCART .shop_area .dc_btn span {
    background: #fff;
    border-color: #fff;
    color: #b30c00;
}
#godzilla div[class^="appeal_item"] #DCART .shop_area .dc_btn span:hover {
    background: #b30c00;
    border-color: #b30c00;
    color: #fff;
}
#godzilla div[class^="appeal_item"] #DCART .shop_area .dc_btn span:hover:after {
    background: #fff;
}
#godzilla div[class^="appeal_item"] #DCART .shop_area .dc_btn.close span {
    background: #BABABA;
    border-color: #BABABA;
    pointer-events: none;
}
div[class^="appeal_item"] #DCART {
  width: 100%;
  margin: 0;
}
div[class^="appeal_item"] #DCART .shop_area .shop_logo {
  width: 0;
  margin-right: 0;
  display: none;
}
div[class^="appeal_item"] #DCART .shop_area {
  justify-content: flex-start;
}
div[class^="appeal_item"] ._brand{
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
#godzilla div[class^="appeal_item"] .dcwrap {
  margin-top: 25px;
}

#godzilla .appeal_item15 .item_maintxt{
  background: url(/img/grand_index/godzilla/20240111/godzillakong_title_bg01_h2m8ud3n.png) no-repeat center center;
  background-size: 100% 100%;
  padding: 30px;
  margin-bottom: 60px;
}
#godzilla .appeal_item16 .item_maintxt{
  background: url(/img/grand_index/godzilla/20240111/godzillakong_title_bg02_h2m8ud3n.png) no-repeat center center;
  background-size: 100% 100%;
  padding: 30px;
  margin-bottom: 60px;
}

#godzilla .appeal_item15 .item_info .new,
#godzilla .appeal_item16 .item_info .new {
  position: unset !important;
}
#godzilla .appeal_item15 .item_info ._brand img,
#godzilla .appeal_item16 .item_info ._brand img{
  filter: drop-shadow(0 0 25px #000);
}
#godzilla .appeal_item16 .item_txt {
  bottom: 90px !important;
}


/*20240229 プチリニューアル*/
.col2-container{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.col2-container-txt{
  width: calc(100% - 360px);
}
.col2-container p{
  color: #fff;
  font-family:YuMincho,'Yu Mincho',serif;
  line-height: 1.75em;
  font-size: 20px;
}
.archive-btn{
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 16px 105px;
  background: #ff51aa;
  color: #fff;
  border-radius: 50px;
  font-family: YuMincho, 'Yu Mincho', serif;
  font-weight: 600;
  margin-top: 22px;
  letter-spacing: 1px;
  transition: 0.2s;
}
.archive-btn:hover {
    animation:shake 0.4s ease;
    background: #d0237a;
}
 
@keyframes shake {
    0%   { transform:translate(0, 0); }
    16%  { transform:translate(0, 6px); }
    32%  { transform:translate(0, -5px); }
    48%  { transform:translate(0, 4px); }
    64%  { transform:translate(0, -3px); }
    80%  { transform:translate(0, 2px); }
    96%  { transform:translate(0, -1px); }
    100% { transform:translate(0, 0); }
}
.archive-btn:after{
  position: absolute;
  content: '＞';
  top: 50%;
  right: 3%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

/* 絞り込み解除 */
#godzilla .resetBtn {
  position: absolute;
  bottom: 20px;
  left: calc((100vw - 1180px) / 2 + 1000px + 20px);
  width: max-content;
  z-index: 1;
  opacity: 0;
  transition: .5s;
}
#godzilla .resetBtn._fixed {
  position: fixed ;
  opacity: 1;
}
#godzilla .resetBtn a._btn {
  display: block;
  background: #b30c00;
  background-size: 100% 100%;
  color: #fff;
  text-align: center;
  font-size: 16px;
  padding: 1em 1.1em;
  transition: .3s;
}
#godzilla .resetBtn a._btn:hover {
  cursor: pointer;
  background: #fff;
  color: #b30c00;
}

/* 20250630 */
.tabs {
  display: flex;
  max-width: 845px;
  margin: 0 auto;
  align-items: center;
  gap: 15px;
}
.tab-button {
  flex: 1;
  padding: 1em;
  height: 83px;
  text-align: center;
  background-size: cover;
  background-position: center;
  color: #fff;
  cursor: pointer;
  filter: brightness(0.4);
  transition: opacity 0.3s;
}
.tab-button.active {
  filter: brightness(1);
  font-weight: bold;
}
.tab-content {
  position: relative;
  margin: 120px auto 5rem;
  height: 392px;
  width: 1005px;
}
.tab-panel {
  position: absolute;
  top: 0;
  bottom:0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform-origin: top;
  transition: all 0.8s ease;
  z-index: 0;
  display: flex;
  gap: 2em;
  align-items: center;
}
.tab-panel.active {
  opacity: 1;
  z-index: 1;
}
.tab-panel > img {
  position: absolute;
  top: -79px;
  left: 0;
  width: 576px;
  opacity: 0;
  transform: translate(-40px, 0);
  transition: all 0.7s ease 0.1s;
  z-index: 2;
}
.tab-panel.active > img {
  opacity: 1;
  transform: translate(0, 0);
}
.tab-text {
  opacity: 0;
  transform: translateX(40px);
  transition: all 0.5s ease 0.6s;
  position: absolute;
  top: 42px;
  right: 42px;
  height: 240px;
  width: 355px;
  color: #fff;
}
.tab-text p{
  font-family: YuMincho, 'Yu Mincho', serif;
  line-height: 1.75em;
}
.tab-panel.active .tab-text.animate {
  opacity: 1;
  transform: translateX(0);
}
.tab-panel[data-tab="1"]{
  background: url(/img/grand_index/godzilla/20250630/tab01_bg_j86vsk5p.png) no-repeat right bottom;
}
.tab-panel[data-tab="2"]{
  background: url(/img/grand_index/godzilla/20250630/tab02_bg_dsnypkvf.png) no-repeat right bottom;
}
.tab-panel[data-tab="3"]{
  background: url(/img/grand_index/godzilla/20250630/tab03_bg_xctrwdgb.png) no-repeat right bottom;
}
.tab-panel h2 img{
  width: 75px;
  height: auto;
}
.tab-panel h2{
  display: flex;
  align-items: center;
  gap: 0.5em;
  font-size: 30px;
  font-weight: 900;
  position: relative;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}
.tab-panel h2:after{
  position: absolute;
  content: "";
  left:-100px;
  right: -0.95rem;
  bottom: 0;
  height: 1px;
  background-color: #fff;
}

.kvArea{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
  padding: 5rem 0;
}
.infoArea{
  padding: 3rem 0;
  margin: 0 auto;
  max-width: 1005px;
}
h3{
  text-align: center;
  margin-bottom: 4rem;
}
.infoMv{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 6rem;
}
.movieArea{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
  padding: 5rem 0;
  margin: 0 auto;
  max-width: 852px;
}
.movieArea p{
  font-size: 25px;
  font-weight: 900;
  font-family: YuMincho, 'Yu Mincho', serif;
  text-align: center;
  color: #fff;
}
.movie_container{
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}
.movie_container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.movieArea h3 {
  margin-bottom: 1rem;
}