@charset "UTF-8";

/*
CONTENTS
*/
.full-image img { width: auto; max-width: 100% }

/*
detail.css
*/
div.newsdate { margin: 0 0 20px }


/* == TICKET-SEASONALITY == */
*[class^="seasonalityBg-"] {
  display: block;
  font-weight: bold;
  white-space: nowrap;
  line-height: 1;
}
/* == /TICKET-SEASONALITY == */

/*
==================================================
～1040
==================================================
*/
@media screen and ( max-width:1040px) {
/* COMMON */
body,.wrapper,#main,header { width: auto; min-width: initial }
#main { margin-bottom: 0 }
#bread-crumb,#breadCrumb, .side-bar { display: none; }
.contents { width: auto; padding: 0 1em; float: none }
.dspPC { display: none }
.dspTAB { display: block }
.dspSP { display: block }
.flexBox.noFlex { display:block }
a[name] { margin-top:-70px; padding-top:70px }

/*HEADER*/
header { padding-bottom:0 }
header .dspSP { height: 60px; position: relative }
header .headSp {
  border-bottom:#e6e6e6 1px solid;
  background-color: #FFF;
  text-align: center;
  position: fixed;
  width: 100%;
  height: 60px;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items:center
}

/* ======== 2024.1.10 Ando 改修 ======= */
a[class^="btn"] { margin-left:auto; margin-right:auto }
/*カテゴリTOP*/
#categoryTOP figure { margin-left:auto; margin-right:auto }
/*～1040 END*/
}
/*
==================================================
～670
==================================================
*/
@media screen and ( max-width:670px ){
/* COMMON */
.dspPC { display: none }
.dspTAB { display: none }
.dspSP { display: block }
/* NEWS LIST */
.news-list-area ul.categorize li div { padding-right: 7% }

/*FOOTER*/
footer .footNav { margin:20px min(7vw,40px); font-size:15px }
footer .footNav > .column { width:100% }
/*～670 END*/
}