@charset "UTF-8";

.is-style-cover01 {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 400px;
}

.is-style-cover01 .wp-block-cover__inner-container {
    display: flex;
    transition: transform 0.3s ease;
}

.is-style-cover01 .wp-block-image {
    min-width: 100%;
    display: flex;
}

.is-style-cover01 .wp-block-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.is-style-cover02 {
    position: relative;
    overflow: hidden;
    /* width: 100%; */
    /* height: 400px; */

    width: 95%;
    aspect-ratio: 16/9;
    margin: 0 auto;
    padding: 0;
    border-radius: 20px;
    /* max-width: 1440px; */
}

.is-style-cover02 .wp-block-cover__inner-container {
    display: flex;
    transition: transform 0.3s ease;

    width: 100%;
    height: 100%;
}

.is-style-cover02 .wp-block-cover {
    min-width: 100%;
    display: flex;
}

.is-style-cover02 .wp-block-cover img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.is-style-cover03 .wp-block-query {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.is-style-cover03 .wp-block-query .wp-block-post-template{
  display: flex;
  transition-timing-function: ease;
  transition-duration: 0.3s;
}

.is-style-cover03 .wp-block-query .wp-block-post{
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  position: relative;
}

.is-style-cover04 {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
}

.is-style-cover04 .wp-block-cover__inner-container {
    display: flex;
    transition: transform 0.3s ease;
}

.is-style-cover04 .wp-block-group {
    min-width: 100%;
}

.is-style-cover04 .wp-block-group img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.wp-block-post-featured-image img {
    display: block;
    width: 100%;
    height: auto;
}

.wp-block-post-featured-image img:not([src]) {
    display: none;
}

.wp-block-post-featured-image {
    background-image: url('//placehold.jp/200x150.png?text=NO IMAGE');
    background-size: cover;
    background-position: center;
    min-height: 200px; /* デフォルト画像の高さ調整 */
}


/* 20241212 */
.is-style-cover02 .wp-block-cover {
    margin-top: 0 !important;
}
.is-style-cover02 .swiper-button-prev:after,
.is-style-cover02 .swiper-button-next:after{
  content: "";
}
.is-style-cover02 .swiper-pagination {
    padding-right: 1%;
    text-align: right;
}
.is-style-cover02 .swiper-pagination-bullet {
    width: 40px;
    height: 3px;
    display: inline-block;
    border-radius: 0;
    background-color: var(--sub-color);
}
/* スライダー3枚目のテキストの中央寄せ */
.is-style-cover02 .wp-block-cover__inner-container .wp-block-cover:last-of-type .wp-block-cover-is-layout-flow {
    width: auto;
}

