.topHeader{
  height: auto;
}

.mvbox{
  width: 100%;
  position: relative;
}

.mvbox img {
  width: 100%;
}

/* slickの調整 */
.slick-slide img {
  width: 100%;
}

.thumbnail-img.slick-slide{
  filter: brightness(0.5);
  margin: 0 10px;
  border-radius: 10px;
  overflow: hidden;
}

.thumbnail-img.slick-slide.slick-current{
  filter: none;
}

@media(max-width:599px) {
.thumbnail-img.slick-slide{
  margin: 0 5px;
}    
}

/* ロゴの調整 */
.h-logo{
  top: 150px;
  z-index: 1;
}

@media(max-width:1024px){
  .h-logo{
    position: initial;
    max-width: 250px;
    margin: 50px auto;
  }  
  
  .h-logo img{
    display: block;
    margin: 0 auto;
}  
}

@media(max-width:599px) {
    .h-logo {
    margin: 0px auto 25px;
}
}

/* 見たまま編集画面用 */
[data-element-id] .slider{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto;
  position: relative;
  border: 2px solid #000;
  padding-top: 2em;
}

[data-element-id] .slider::before{
  content: "スライダー（画面100％で表示）";
  display: block;
  width: 100%;
  background-color: #000;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}

[data-element-id] .slider .slick-img{
  width: 33%;
}

[data-element-id] .thumbnail{
  display: flex;
  justify-content: space-betweeen;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto;
  position: relative;
  border: 2px solid #000;
  margin-top: 50px;
  padding-top: 2em;
}

[data-element-id] .thumbnail:before{
  content: "スライダー（サムネイル）";
  display: block;
  width: 100%;
  background-color: #000;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}

[data-element-id] .thumbnail .thumbnail-img{
  width: 33%;
}


/* 2024/09/28 追記 */

.another-slick-img ul.movie{
  flex-direction: column;
  justify-content: center;
}

.another-slick-img li{
  width: 50%;
  margin: auto;
}

.movie li{
  position: relative;
}

.movie .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 72px; /* アイコンのサイズ */
    color: white; /* アイコンの色 */
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.6); /* アイコンのテキストシャドウ */
    cursor: pointer; /* クリック可能なアイコンであることを示すカーソルスタイル */
}

@media screen and (max-width:599px) {
.another-slick-img li{
  width: 90%;
}

.slick-track .slick-img.b130{
    position: relative;
    bottom: -130px;
 }
}

.thumbnail-img.slick-slide.w16per{
  width: 16% !Important;
}

/* 2024/10/11 */

.culumn.mt-minus50{
  margin-top: -50px;
}

.culumn.mb-50{
  margin-bottom: 50px;
}

@media screen and (max-width:599px) {
 #top-recommend02{
   padding: 0px;
 }
}

/* 2024/10/16 追記 */

.calender-link{
 text-align: center;  
 margin-top: 30px;
}

@media screen and (max-width:599px) {
 .sp-block{
 display: block; 
}
}

/* 2024/10/18 */

#top-column02.mb-80{
  margin-bottom: 80px;
}

@media screen and (max-width:599px) {
 #top-column02.pb-0-sp{
   padding-bottom: 0px !Important;
 }
}

@media screen and (min-width:1025px) {
.thumbnail-img.another-thumbnail-img{
  width: 2.85% !important;
}
}

/* 2026/07/09 */
.top-chirashi .img {
  width: 100%;
}
.top-chirashi .img img {
  width: 100%;
}
.top-chirashi .link a {
  text-align: center;
  display: block;
  width: 40%;
  margin: auto;
  padding: 2% 3%;
  margin-top: 20px;
  background: #00c0c7;
  color: #fff;
  font-size: 18px;
  border-radius: 20px;
}

@media (max-width: 599px){
  .top-chirashi .link a {
    width: 100%;
  }
}
