﻿@charset "UTF-8";

@media (min-width: 769px) {
  .page-brandtop .container{max-width: 100%}
} 

/* -------------------
  非表示
------------------- */
.page-brandtop .block-goods-list--params,
.page-brandtop .block-brand-recent-item{display: none;}
.page-brandtop #block-filter{display: none;}
.page-brandtop .block-common-more-btn{display: none;}
.page-brandtop .block-brand-top-event--custom-box .block-common-more-btn{display: block;}

/* -------------------
  コンテンツ　共通
------------------- */

body{line-height: 1.6;}
body:before{
  content: "";
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-image: url(../../img/godzillastore/top/bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

@media (max-width: 768px) {
  body:before{
    content: "";
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-image: url(../../img/godzillastore/top/bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: -180px top;
    z-index: -1;
  }
}

a:hover,
a:focus{text-decoration: none;}

.page-brandtop .pane-contents .block-topic-path{display: none;}

/*イベント削除*/
.block-top-brand-nav-inner,
.block-brand-top-event--body,
.block-brand-banner,
.block-top-common-contents{background: #fff;}
.block-top-common-contents-inner{padding: 52px 20px 50px;}
.block-common-hdg-lt{padding: 0 20px;}

/* 背景画像 */
.img-bg{
  background: url(../../img/godzillastore/top/item_bg.png);
  background-repeat: repeat;
}

@media (min-width: 769px) {
  .block-top-common-contents-inner{
    max-width: 1500px;
    margin: 0 auto;
    padding: 130px 10px;
  }

  .block-common-hdg-inner{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
  }

  .block-common-hdg-lt{padding: 0;}

}

/* もっと見る */
.block-common-more-btn{
  margin-top: 20px;
  text-align: right;
}

.block-common-more-btn a{
  display: inline-block;
  position: relative;
  font-size: 1.3rem;
  padding-right: 20px;
}

.block-common-more-btn a:after{
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  width: 17px;
  height: 17px;
  background: url(../../img/usr/common_img/icon_link.png) no-repeat;
  background-size: 17px auto;
  transform: translate(0, -50%);
}

.block-common-more-btn span{
  display: block;
  text-decoration: underline;
}

@media (min-width: 769px) {
  .block-common-more-btn a{font-size: 1.6rem;}
}

/* -------------------
  ロードアニメーション
------------------- */
@media (max-width: 768px) {
  .loading-start-anime{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 1005;
    opacity: 0;
  }

  .loading-start-anime.fade-out{
    opacity: 0;
    transition: all .3s;
    display: none;
  }

  .loading-start-load{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
  }

  .loading-start-inner{
    position: relative;
    width: 100%;
    height: 100%;	
  }

  .loading-start-anime .loading-start-part{
    position: relative;
    width: 100%;
    height: 100%;
  }

  .loading-start-anime .loading-start-part:after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../../img/godzillastore/top/load/dot.png) repeat;
    opacity: 0;
    animation: g_bg 6s linear;
    animation-delay: 1s;
    z-index: 2;
  }

  @keyframes g_bg {
    0% {opacity: 0;}
    5% {opacity: 0.4;}
    100% {opacity: 0.4;}
  }

  .loading-start-godzilla{
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../../img/godzillastore/top/load/sp_godzilla.png) no-repeat;
    background-size: cover;
    animation: g_move 8s linear;
    animation-delay: 1.8s;
    opacity: 0;
    z-index: 1;
  }

  @keyframes g_move {
    0% {/*right: -50%;*/ opacity: 0;}
    8% {/*right: 0;*/opacity: 1;}
    100% {/*right: 0;*/opacity: 1;}
  }

  .loading-start-bg{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    /* animation: bg_color 8s linear; */
    animation-delay: 2s;
  }

  @keyframes bg_color {
    0% {background: #000;}
    1% {background: #CF141B;}
    100% {background: #CF141B;}
  }

  .loading-start-logo{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 275px;
    height: 71px;
    background: url(../../img/usr/common_img/logo/godzilla/godzilla_store_main.png) no-repeat;
    background-size: 275px auto;
    transform: translate(-50%, -50%);
    z-index: 2;
  }
}  

@media (min-width: 769px) {
  .loading-start-anime{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 1005;
    opacity: 0;
  }

  .loading-start-anime.fade-out{
    opacity: 0;
    transition: all .3s;
    display: none;
  }

  .loading-start-load{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
  }

  .loading-start-inner{
    position: relative;
    width: 100%;
    height: 100%;	
  }

  .loading-start-anime .loading-start-part{
    position: relative;
    width: 100%;
    height: 100%;
  }

  .loading-start-anime .loading-start-part:after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../../img/godzillastore/top/load/dot.png) repeat;
    opacity: 0;
    animation: g_bg 12s linear;
    animation-delay: 2s;
    z-index: 2;
  }

  @keyframes g_bg {
    0% {opacity: 0;}
    1% {opacity: 0.4;}
    100% {opacity: 0.4;}
  }

  .loading-start-godzilla{
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../../img/godzillastore/top/load/godzilla.png) no-repeat;
    background-size: cover;
    animation: g_move 12s linear;
    opacity: 0;
    animation-delay: 2s;
    z-index: 1;
  }

  @keyframes g_move {
    0% {opacity: 0;}
    1% {opacity: 1;}
    8%{opacity: 0.6;}
    9%{opacity: 1;}
    10%{opacity: 0.3;}
    11%{opacity: 1;}
    12%{opacity: 0.3;}
    13%{opacity: 1;}
    100% {opacity: 1;}
  }

  .loading-start-bg{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    /* animation: bg_color 12s linear; */
    animation-delay: 2s;
  }

  @keyframes bg_color {
    0% {background: #000;}
    15% {background: #CF141B;}
    100% {background: #CF141B;}
  }

  .loading-start-logo{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 580px;
    height: 151px;
    background: url(../../img/usr/common_img/logo/godzilla/godzilla_store_intro.png) no-repeat;
    background-size: 580px auto;
    transform: translate(-50%, -50%);
    z-index: 2;
  }
}  

/* -------------------
  MV
------------------- */
@media (max-width: 768px) {
  .js-first-mv{
    width: 100%;
    min-height: 400px;
  }

  .js-first-mv img{
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: top;
  }
} 

.p-top-mv{opacity: 0;}
.p-top-mv .swiper-pagination-bullets.swiper-pagination-horizontal{width: auto;}
.p-top-mv .swiper-pagination{
  position: static;
  display: inline-block;
  display: flex;
}

.p-top-mv .swiper-option-inner{
  position: relative;
  text-align: center;
  margin: 0 40px;
}

.p-top-mv-inner{
  position: relative;
  padding: 0 0 35px;
  z-index: 1;
}

.p-top-mv .swiper-pagination-clickable .swiper-pagination-bullet{
  width: 10px;
  height: 10px;
  background: #999;
  border: solid 2px #999;
  opacity: 1;
}

.p-top-mv .swiper-pagination-clickable .swiper-pagination-bullet-active{background: #fff;}
.p-top-mv .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap,7px);
}

.p-top-mv .swiper-button-next,
.p-top-mv .swiper-button-prev{
  position: absolute;
  top: 5px;
}

.p-top-mv .swiper-button-prev{left: -40px;}
.p-top-mv .swiper-button-next{right: -40px;}

.p-top-mv .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}
.p-top-mv .swiper-slide a{display: block;}
.p-top-mv .swiper-slide a:hover{
  opacity: .7;
  transition: 0.2s linear;
}
.p-top-mv .swiper-slide span{
  display: block;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 400;
  padding: 12px 4px 12px;
  word-break: break-word;
}

.p-top-mv .swiper-button-next::after,
.p-top-mv .swiper-button-prev::after{
  width: 22px;
  height: 22px;
  text-indent: -9999px;
  z-index: 1;
}

.p-top-mv .swiper-button-next::after{background: url(../../img/godzillastore/top/mv_next.png) no-repeat;}
.p-top-mv .swiper-button-prev::after{background: url(../../img/godzillastore/top/mv_prev.png) no-repeat;}

.p-top-mv .swiper-option{text-align: center;}
.p-top-mv .swiper-option-inner{display: inline-block;}

.js-first-mv{
  width: 100%;
  max-height: 1000px;
}

.js-first-mv img{
  width: 100%;
  max-height: 1000px;
  object-fit: cover;
}

@media (min-width: 769px) {
  .p-top-mv{
    padding-top: 30px;
    padding-bottom: 117px;    
  }

  .p-top-mv .swiper-slide{width: 800px;}
  .p-top-mv .swiper-slide a{display: block;}
  .p-top-mv .swiper-option-inner{position: static;}
  .p-top-mv .swiper-pagination-clickable .swiper-pagination-bullet{border: solid 2px #999;}

  .p-top-mv .swiper-button-prev,
  .p-top-mv .swiper-button-next{
    position: absolute;    
    width: 45px;
    height: 90px;
    top: calc(43% - 45px);
  }

  .p-top-mv .swiper-button-prev{
    left: 0;
    border-radius: 0 45px 45px 0;
    background: url(../../img/godzillastore/top/swiper_prev.png) no-repeat center center rgba(0 , 0, 0, 0.5);
  }

  .p-top-mv .swiper-button-next{
    right: 0;
    border-radius: 45px 0 0 45px;
    background: url(../../img/godzillastore/top/swiper_next.png) no-repeat center center rgba(0 , 0, 0, 0.5);
  }
  .p-top-mv .swiper-button-prev:after,
  .p-top-mv .swiper-button-next:after{display: none;}
  .p-top-mv .swiper-slide img {border-radius: 5px;}
}

@media (min-width: 1920px) {
  .p-top-mv .swiper-slide figure{max-height: 640px;}
  .p-top-mv .swiper-slide img {
    height: 640px;
    width: 800px;
    margin: 0 auto;
  }
}

/* -------------------
  イベント
------------------- */
@media (max-width: 768px) {
  .block-brand-top-event--custom{padding: 50px 0;}
  .block-brand-top-event--custom .block-common-more-btn{padding: 0 18px;}
  .block-brand-top-event--cont-inner{margin-top: 16px;}
  .block-brand-top-event--body .block-brand-top-event--tab-inner{
    width: auto;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    padding: 0 10px 6px 20px;
    margin-top: 14px;
  }
  
  .block-brand-top-event--custom .block-brand-top-event--tab-inner .block-brand-top-event--desc{display: none;}
  
  .block-brand-top-event--body .swiper .swiper-wrapper{
    width: auto;
    overflow-y: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    padding: 0 20px;
    transform: none!important;
    gap: 0 8px;
  }

  .block-brand-top-event--body .block-pickup-list-p--goods-description,
  .block-brand-top-event--body .block-ranking-r--description{white-space: initial;}
  .block-brand-top-event--body .block-icon{white-space: normal;}
  .block-brand-top-event--body .swiper .swiper-slide{
    width: 45%;
    min-width: 45%;
    margin: 0;
  }
  
  .block-pickup-list-p--goods-image,
  .block-pickup-list-p--goods-image figure{
    width: auto;
    height: auto;
  }
  .block-pickup-list-p--goods-image figure img{width: 100%;}
  .block-brand-top-event--body .swiper-option{display: none;}
}

.block-brand-top-event--body:nth-of-type(odd) > section .block-brand-top-event--custom{
  background: url(../../img/godzillastore/top/item_bg.png);
  background-repeat: repeat;
}

.block-brand-top-event--custom .block-brand-top-event--tab-inner .block-common-more-btn{
  margin-top: 0;
  margin-left: 5px;
  padding: 0;
}

.block-brand-top-event--body .swiper + div.swiper-buttons{display: none;}
.block-brand-top-event--body .swiper-initialized + div.swiper-buttons{display: block;}

.block-brand-top-event--body .block-brand-top-event--cont{
  display: none;
  position: relative;
}

.block-brand-top-event--body .block-brand-top-event--cont.active {display: block;}
.block-brand-top-event--body .block-brand-top-event--cont ul{
  display: flex;
  gap: 8px;
  padding-bottom: 16px;
}

/* タブ */
.block-brand-top-event--body .block-brand-top-event--tab{
  display: flex;
  gap: 0 5px;
}

.block-brand-top-event--body .block-brand-top-event--tab span {
  position: relative;
  display: block;
  border-radius: 30px;
  border: solid 1px #E8E8E8;
  background: #fff;
  color: #000;
  font-size: 1.2rem;
  padding: 5px 35px 7px 16px;
  text-decoration: none;
  display: block;
  text-align: center;
}

.block-brand-top-event--body .block-brand-top-event--tab span:after{
  position: absolute;
  right: 16px;
  top: 50%;
  content: "";
  width: 6px;
    height: 6px;
    margin-top: -1px;
    border-right: solid 1px #999;
    border-bottom: solid 1px #999;
    transform: rotate(-45deg) translate(0, -50%);
    border-radius: 1px;
}

.block-brand-top-event--body .block-brand-top-event--tab span.active {
  border: solid 1px #999;
  background: #999;
  color: #fff;
}

.block-brand-top-event--body .block-brand-top-event--tab span.active:after{
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
  margin-top: -2px;
  transform: rotate(45deg) translate(0, -50%);
}

.block-brand-top-event--body .block-brand-top-event--tab,
.block-brand-top-event--body .block-brand-top-event--tab-inner{
  display: flex;
  align-items: center;
}

.block-brand-top-event--body .block-brand-top-event--tab .block-brand-top-event--tab-inner > span{display: none;}
.block-brand-top-event--body .block-brand-top-event--tab div {display: flex;}

@media (max-width: 1645px) {
  .pane-main .block-brand-top-event--body .swiper-buttons .swiper-button-prev{
    left: 0;
    background: url(../../img/tas/top/event_prev.png) no-repeat;
    transition: 0.2s linear;
  }
  
  .pane-main .block-brand-top-event--body .swiper-buttons .swiper-button-next{
    right: 0;
    background: url(../../img/tas/top/event_next.png) no-repeat;
    transition: 0.2s linear;
  }
}

@media (min-width: 769px) {
  .block-brand-top-event--body .block-brand-top-event--tab span {cursor: pointer;}  
  .block-brand-top-event--custom{padding: 130px 10px;}
  .block-brand-top-event--custom-box{
    max-width: 1500px;
    margin: 0 auto;
  }

  .block-brand-top-event--body .block-brand-top-event--cont ul{
    display: flex;
    gap: 0 25px;
    margin-top: 32px;
    padding-bottom: 0
  }

  .block-brand-top-event--body .block-brand-top-event--cont ul li{
    margin-right: 0;
    padding-bottom: 4px;
  }
  .block-brand-top-event--body .swiper .swiper-slide{max-width: 280px;}
  .block-brand-top-event--body .block-brand-top-event--tab-inner .block-common-more-btn{margin-left: 15px;}
  .block-brand-top-event--body .block-brand-top-event--tab{gap: 0 10px;}
  .block-brand-top-event--body .block-brand-top-event--tab > span:hover{
    opacity: 0.7;
    transition: 0.2s linear;
  }

  .block-brand-top-event--body .block-brand-top-event--cont-inner{position: relative;}
  .block-brand-top-event--body .swiper-buttons .swiper-button-prev:after,
  .block-brand-top-event--body .swiper-buttons .swiper-button-next:after{display: none;}
  .block-brand-top-event--body .swiper-buttons .swiper-button-prev,
  .block-brand-top-event--body .swiper-buttons .swiper-button-next{
    top: 172px;
    width: 60px;
    height: 60px;
    z-index: 1;
  }
  
  .block-brand-top-event--body .swiper-buttons .swiper-button-prev:hover,
  .block-brand-top-event--body .swiper-buttons .swiper-button-next:hover{
    opacity: .7;
    transition: 0.2s linear;
  }

  .block-brand-top-event--body .swiper-buttons .swiper-button-prev{
    left: -80px;
    background: url(../../img/godzillastore/top/event_prev.png) no-repeat;
  }
  
  .block-brand-top-event--body .swiper-buttons .swiper-button-next{
    right: -80px;
    background: url(../../img/godzillastore/top/event_next.png) no-repeat;
  }

  .block-brand-top-event--body .block-brand-top-event--cont .swiper-initialized ul{gap: 0;}
  .block-brand-top-event--cont .swiper + .swiper-option{display: none;}
  .block-brand-top-event--cont .swiper-option .swiper-pagination{
    position: absolute;
    width: 100%;
  }

  .block-brand-top-event--cont .swiper.swiper-horizontal + .swiper-option{display: block;}
  .block-brand-top-event--body .swiper-pagination-clickable .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background: #999;
    border: solid 2px #999;
    opacity: 1;
  }

  .block-brand-top-event--body .swiper-pagination-clickable .swiper-pagination-bullet-active{background: #fff;}
  .block-brand-top-event--body .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 var(--swiper-pagination-bullet-horizontal-gap,7px);}
  .block-brand-top-event--body .swiper-option .swiper-pagination{
    z-index: 1;
    bottom: 15px;
  }
  
  .block-brand-top-event--body.top-event-nomal .swiper-option .swiper-pagination{bottom: -25px;}

  /* ピックアップ */
  .block-pickup-list-p--goods-image{
    max-width: 280px;
    width: auto;
  }
  .block-pickup-list-p--goods-description{width: 280px;}
  .block-brand-top-event--body .block-pickup-list-p--goods-image figure{
    max-width: 280px;
    width: auto;
    height: 280px;
  }

  .block-brand-top-event--body .block-pickup-list-p--goods-image figure img{width: auto;}

  .block-brand-top-event--body .block-pickup-list-p--item,
  .block-brand-top-event--body .block-ranking-r--item{width: 280px;}

  .block-ranking-r--goods-image{max-width: 280px;}
  .block-pickup-list-p--item .block-pickup-list-p--price-items,
  .block-ranking-r--item .block-ranking-r--price-items{
    box-sizing: border-box;
    width: 280px;
  }

    /* ランキング */
  .block-brand-top-event--body .block-ranking-r--goods-image figure{
    max-width: 280px;
    aspect-ratio: 1 / 1;
  }

  .block-brand-top-event--body .block-ranking-r--goods-image figure img{width: auto;}
}

/* -------------------
  アイテムから探す
------------------- */
.block-top-item-category-inner{
  padding: 52px 0 50px;
}

.block-top-item-category-sub{margin-top: 16px;}
.block-top-item-category-sub ul{
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  padding: 0 0 6px 20px;
  display: flex;
  gap: 0 5px;
}

.block-top-item-category-sub ul li span,
.block-top-item-category-sub ul li a{
  cursor: pointer;
  position: relative;
  display: block;
  border-radius: 30px;
  border: solid 1px #E8E8E8;
  background: #fff;
  color: #000;
  font-size: 1.2rem;
  padding: 5px 35px 7px 16px;
  text-decoration: none;
}

.block-top-item-category-sub ul li span:hover{
  opacity: .7;
  transition: 0.2s linear;
}

.block-top-item-category-sub ul li span:after,
.block-top-item-category-sub ul li a:after{
  position: absolute;
  right: 16px;
  top: 50%;
  content: "";
  width: 6px;
  height: 6px;
  margin-top: -1px;
  border-right: solid 1px #999;
  border-bottom: solid 1px #999;
  transform: rotate(-45deg) translate(0, -50%);
  border-radius: 1px;
}

.block-top-item-category-sub ul li.is-active span{
  border: solid 1px #999;
  background: #999;
  color: #fff;
}

.block-top-item-category-sub ul li.is-active span:after{
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
  margin-top: -2px;
  transform: rotate(45deg) translate(0, -50%);
}

.block-top-item-category-inner .item-category-list{padding: 0 20px 0;}

.block-top-item-category-inner .item-category-list ul{
  display: flex;
  flex-wrap: wrap;
  gap: 26px 8px;
  margin-top: 32px;
}

.block-top-item-category-inner .item-category-list a{text-decoration: none;}
.block-top-item-category-inner .item-category-list figure{
  border-radius: 5px;
  overflow: hidden;
  border: solid 1px #ddd;
}

.block-top-item-category-inner .item-category-list ul li{width: calc(100% / 3 - 6px);}
.block-top-item-category-inner .item-category-list ul li span{
  display: block;
  text-align: center;
  margin-top: 8px;
  font-size: 1.1rem;
}

.block-top-item-category-inner .item-category-list-tab-inner > div.item-category-list{display: none;}
.block-top-item-category-inner .item-category-list-tab-inner > div.item-category-list:first-child{display: block;}

@media (min-width: 769px) {
  .block-top-item-category-inner{
    max-width: 1520px;
    margin: 0 auto;
    padding: 130px 10px;
  }
  .block-top-item-category-inner .item-category-list{padding: 0;}
  .block-top-item-category-inner .item-category-list ul{
    gap: 50px 24px;
    padding: 0;
  }
  .block-top-item-category-inner .item-category-list ul li{width: calc(100% / 6 - 21px);}
  .block-top-item-category-inner .item-category-list ul li span{font-size: 1.4rem;}
  .block-top-item-category-sub ul{overflow-x: hidden;}
}

/* -------------------
  怪獣から探す
------------------- */
.block-top-common-contents.block-top-kaiju-list{background: transparent;}
.block-top-kaiju-list .block-common-hdg-ttl{
  color: #fff;
  font-size: 1.8rem;
}

.block-top-kaiju-list .block-common-hdg-ttl span{font-size: 2.2rem;}
.block-top-kaiju-list ul{
  display: flex;
  flex-wrap: wrap;  
  gap: 24px 10px;
  margin-top: 12px;
}

.block-top-kaiju-list li{
  width: calc(100% / 4 - 10px);
} 

.block-top-kaiju-list li figure{
  display: flex;
  align-items: center;
  justify-content: center;
}

.block-top-kaiju-list li span{
  display: block;
  font-size: 1.1rem;
  text-align: center;
  margin-top: 8px;
  color: #fff;
}  

@media (min-width: 769px) {
  .block-top-kaiju-list li{
    width: calc(100% / 8 - 10px);
    min-width: 170px;
  }
  .block-top-kaiju-list ul{
    gap: 46px 10px;
    margin-top: 30px;
  }
  .block-top-kaiju-list li span{font-size: 1.4rem;}

}  

/* -------------------
  注目の特集
------------------- */
.block-top-feature-articles{margin-top: 16px;}
.block-top-feature-articles span{
  display: block;
  margin-top: 12px;
  font-size: 1.4rem;
  font-weight: 400;
  word-break: break-word;
}

.block-top-feature-articles figure img {border-radius: 5px;}

@media (max-width: 768px) {
  .block-top-feature-list .block-top-common-contents-inner{padding: 52px 0 50px;}
  .block-top-feature-list .block-common-hdg-caption,
  .block-top-feature-list .block-common-more-btn,
  .block-top-feature-list .block-common-hdg-ttl{padding: 0 20px;}
}  

@media (min-width: 769px) {
  /* swipe解除 */
  .block-top-feature-list .swiper-wrapper .swiper-slide{width: calc(100% / 3 - 20px)!important;}
  .block-top-feature-list .swiper-wrapper{
    transform: initial!important;
  }

  .block-top-feature-list .block-top-common-contents-inner{padding: 52px 10px 50px;}

  .block-top-feature-articles{
    display: flex;
    flex-wrap: wrap;
    gap: 67px 28px;
    margin-top: 30px;
  }

  .block-top-feature-articles span{
    margin-top: 12px;
    text-align: center;
  }
}

/* -------------------
  ゴジラを詳しく知る
------------------- */
.block-top-godzilla-bnr ul li{
  margin-top: 12px;
}

@media (min-width: 769px) {
  .block-top-godzilla-bnr ul{
    display: flex;
    gap: 0 20px; 
  }
}

/* -------------------
  お知らせ
------------------- */
/* 既存のお知らせ非表示 */
.block-top-topic--body{display: none;}

.top-contents-news .block-common-hdg-lt{padding: 0;}
.top-contents-news .block-common-hdg-inner .block-common-more-btn{display: none;}
.top-contents-news ul{border-bottom: dashed 1px #ddd;}
.top-contents-news ul li{border-top: dashed 1px #ddd;}

.top-contents-news ul li a{
 display: block;
 padding: 18px 0;
 position: relative;
}

.top-contents-news dl dt,
.top-contents-news dl dd{padding: 0 10px;}
.top-contents-news dl dt{
  display: flex;
  align-items: center;
}

.top-contents-news dl dd{
  margin-top: 12px;
  font-size: 1.4rem;
  font-weight: 400;
}

.top-contents-news .block-top-news-data{
  font-size: 1.4rem;
  font-weight: 400;
}

.top-contents-news .block-top-news-icon{
  font-size: 1.2rem;
  font-weight: 400;
  margin-left: 6px;
}

.top-contents-news .block-top-news-icon img{max-height: 22px;}
.top-contents-news .block-top-news-icon span{
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #bbb;
  border-radius: 5px;
  min-width: 110px;
  min-height: 22px;
}

@media (min-width: 769px) {
  .top-contents-news .block-common-more-btn{display: none;}
  .top-contents-news .block-common-hdg-inner .block-common-more-btn{display: block;}
  .top-contents-news .block-common-hdg-inner .block-common-more-btn a{font-size: 1.6rem;}
  .top-contents-news .top-contents-news-list{margin-top: 20px;}
  .top-contents-news ul li a{
    background: url(../../img/usr/common_img/news_arrow.png) no-repeat 99% center;
  }
}