@charset "utf-8";

/* CSS Document */
/*Theme Name: origin
  Author: COWL ltd.
  Description: Version: 1.0
*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

@font-face {
    font-family: 'futura_hv_btheavy';
    src: url('font/futura_hv_bt_heavy-webfont.woff2') format('woff2'),
        url('font/futura_hv_bt_heavy-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'futura_md';
    src: url('font/futura_md_medium-webfont.woff2') format('woff2'),
        url('font/futura_md_medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.swiper {
  opacity: 0;
  transition: opacity 0.3s ease-in;
}

.swiper.is-initialized {
  opacity: 1;
}

.pickup_front .post .img,
.new_front .wrap_posts_new .post .img,
.feature_front .wrap_posts .post01 .img,
.feature_front .wrap_posts .post02 .img,
.living_front .wrap_posts .post01 .img,
.living_front .wrap_posts .post02 .img,
.post_article01 .img,
.idea_front .post .img {
    aspect-ratio: 1160 / 650;
}

.pickup_front .post .img img,
.new_front .wrap_posts_new .post .img img,
.feature_front .wrap_posts .post01 .img img,
.feature_front .wrap_posts .post02 .img img,
.living_front .wrap_posts .post01 .img img,
.living_front .wrap_posts .post02 .img img,
.post_article01 .img img,
.idea_front .post .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.wrap_first_section {
    min-height: auto;
}

.feature_front .wrap_posts .post01 .img{
    min-height: auto;
}

.navigation .nav-links{
    gap: 10px;
}

.single_layout01{
    padding-top: 150px;
}

.single .header{
    background: #000;
}

.about_front .txt {
    max-width: 525px;
}