.fadeup
{
    visibility: hidden;

    opacity: 0;

    translate: 0 30px;
}

div.bg hgroup
{
    font-family: 'Shippori Mincho', serif;
    font-weight: 400;
    font-style: normal;
}
div.bg hgroup p.en
{
    font-size: 20px;
    line-height: 1;

    position: absolute;
    top: 0;
    left: 0;

    display: flex;

    letter-spacing: .06em;

    color: #fff;

    align-items: center;
    gap: 10px;
    writing-mode: vertical-rl;
    font-feature-settings: normal;
}
@media screen and (max-width: 768px)
{
    div.bg hgroup p.en
    {
        font-size: 16px;

        position: static;

        margin-bottom: 10px;

        writing-mode: horizontal-tb;
    }
}
div.bg hgroup p.en:before
{
    width: 1px;
    height: 60px;

    content: '';

    background: #fff;
}
@media screen and (max-width: 768px)
{
    div.bg hgroup p.en:before
    {
        width: 40px;
        height: 1px;
    }
}
div.bg hgroup h2
{
    font-size: 48px;
    line-height: 1.0416666667;

    letter-spacing: 0;

    color: #fff;
}
@media screen and (max-width: 768px)
{
    div.bg hgroup h2
    {
        font-size: 24px;
    }
}
div.bg hgroup h2 span
{
    font-size: 48px;
}
@media screen and (max-width: 768px)
{
    div.bg hgroup h2 span
    {
        font-size: 30px;
    }
}

.bg1
{
    padding: 250px 0 150px;

    background: url(/_kyokko-wp-files/wp-content/themes/kyokko//works/img/bg1.webp) center top/100% 150% no-repeat;
}
@media screen and (max-width: 768px)
{
    .bg1
    {
        padding: 100px 0 70px;
    }
}
.bg1 section
{
    margin: 0 auto;
}
.bg1 section.philosophy_area > .inner
{
    position: relative;

    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}
@media screen and (max-width: 768px)
{
    .bg1 section.philosophy_area > .inner
    {
        width: 100%;
    }
}
.bg1 section.philosophy_area > .inner .ttl_wrap
{
    display: flex;

    width: 90%;
    max-width: 1000px;
    margin: 0 auto 70px;

    justify-content: space-between;
}
@media screen and (max-width: 768px)
{
    .bg1 section.philosophy_area > .inner .ttl_wrap
    {
        margin-bottom: 40px;
    }
}
.bg1 section.philosophy_area .philosophy_slide
{
    overflow: hidden;

    width: calc(100% - max(5%, (100% - 1000px) / 2));
    margin-left: auto;
}
.bg1 section.philosophy_area .philosophy_slide .swiper-wrapper .swiper-slide
{
    color: #fff;
}
.bg1 section.philosophy_area .philosophy_slide .swiper-wrapper .swiper-slide p.num
{
    font-family: 'Shippori Mincho', serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 1;

    display: flex;

    margin-bottom: 20px;

    letter-spacing: .06em;

    align-items: center;
    gap: 15px;
}
.bg1 section.philosophy_area .philosophy_slide .swiper-wrapper .swiper-slide p.num:before
{
    display: block;

    width: 40px;
    height: 1px;

    content: '';

    background: #fff;
}
.bg1 section.philosophy_area .philosophy_slide .swiper-wrapper .swiper-slide .tmb img
{
    width: 100%;
}
.bg1 section.philosophy_area .philosophy_slide .swiper-wrapper .swiper-slide h3
{
    font-family: 'Shippori Mincho', serif;
    font-size: 24px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.6666666667;

    margin: 20px 0;

    letter-spacing: 0;
}
@media screen and (max-width: 768px)
{
    .bg1 section.philosophy_area .philosophy_slide .swiper-wrapper .swiper-slide h3
    {
        font-size: 20px;
    }
}
.bg1 section.philosophy_area .philosophy_slide .swiper-wrapper .swiper-slide p.txt
{
    font-size: 16px;
    line-height: 1.875;

    letter-spacing: .06em;
}
@media screen and (max-width: 768px)
{
    .bg1 section.philosophy_area .philosophy_slide .swiper-wrapper .swiper-slide p.txt
    {
        font-size: 14px;
    }
}
.bg1 section.philosophy_area .philosophy_slide .btn_wrap
{
    display: flex;

    margin-top: 40px;
    padding-right: 5%;

    justify-content: flex-end;
    gap: 20px;
}
@media screen and (max-width: 768px)
{
    .bg1 section.philosophy_area .philosophy_slide .btn_wrap
    {
        margin-top: 20px;
    }
}
.bg1 section.philosophy_area .philosophy_slide .btn_wrap .swiper-button-disabled
{
    opacity: .7;
}
@media screen and (max-width: 768px)
{
    .bg1 section.philosophy_area .philosophy_slide .btn_wrap img
    {
        width: 50px;
    }
}

.bg2
{
    padding: 150px 0;

    background: url(/_kyokko-wp-files/wp-content/themes/kyokko//works/img/bg2.webp) center top/100% 150% no-repeat;
}
@media screen and (max-width: 768px)
{
    .bg2
    {
        padding: 70px 0;
    }
}
.bg2 hgroup
{
    margin-bottom: 70px;
}
@media screen and (max-width: 768px)
{
    .bg2 hgroup
    {
        margin-bottom: 40px;
    }
}
.bg2 section.works_area
{
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}
.bg2 section.works_area > .inner
{
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
}
@media screen and (max-width: 768px)
{
    .bg2 section.works_area > .inner
    {
        width: 100%;
    }
}
.bg2 section.works_area .works_detail
{
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
}
@media screen and (max-width: 768px)
{
    .bg2 section.works_area .works_detail
    {
        width: 100%;
    }
}
.bg2 section.works_area .works_detail section
{
    padding: 40px 60px;

    color: #fff;
    background: rgba(255, 255, 255, .1);
}
@media screen and (max-width: 768px)
{
    .bg2 section.works_area .works_detail section
    {
        padding: 20px 5%;
    }
}
.bg2 section.works_area .works_detail section + section
{
    margin-top: 40px;
}
.bg2 section.works_area .works_detail section h3
{
    font-family: 'Shippori Mincho', serif;
    font-size: 32px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;

    letter-spacing: 0;
}
@media screen and (max-width: 768px)
{
    .bg2 section.works_area .works_detail section h3
    {
        font-size: 22px;
    }
}
.bg2 section.works_area .works_detail section h3 span
{
    font-size: .75em;
}
.bg2 section.works_area .works_detail section p.lead
{
    font-size: 16px;
    line-height: 1.875;

    margin-top: 10px;

    letter-spacing: .06em;
}
@media screen and (max-width: 768px)
{
    .bg2 section.works_area .works_detail section p.lead
    {
        font-size: 14px;
    }
}
.bg2 section.works_area .works_detail section .works_img
{
    display: grid;

    margin-top: 30px;

    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
@media screen and (max-width: 768px)
{
    .bg2 section.works_area .works_detail section .works_img
    {
        gap: 10px;
        grid-template-columns: repeat(2, 1fr);
    }
}
.bg2 section.works_area .works_detail section .works_img li img
{
    width: 100%;
}
.bg2 section.works_area .works_detail p.note
{
    font-size: 14px;

    margin-top: 1em;
    padding-right: 60px;

    text-align: right;

    color: #fff;
}
@media screen and (max-width: 768px)
{
    .bg2 section.works_area .works_detail p.note
    {
        padding-right: 0;
    }
}

.separate
{
    width: 100%;
    max-height: 900px;

    background: url(/_kyokko-wp-files/wp-content/themes/kyokko/works/img/img_separate.webp) top center/120% auto no-repeat;

    aspect-ratio: 1500/900;
}

section
{
    position: relative;
}

footer
{
    margin-top: 20px;
}

.breadcrumbs_area
{
    margin-top: 150px;
    padding: 0 50px;
}
@media screen and (max-width: 768px)
{
    .breadcrumbs_area
    {
        margin-top: 70px;
        padding: 0 5%;
    }
}
.breadcrumbs_area nav ol
{
    display: flex;

    align-items: center;
    gap: 15px;
}
.breadcrumbs_area nav ol li
{
    font-size: 14px;
    line-height: 1;

    display: flex;

    letter-spacing: 0;

    color: #8a9099;

    align-items: center;
    gap: 15px;
}
.breadcrumbs_area nav ol li:not(:last-child):after
{
    content: '>';
}
.breadcrumbs_area nav ol li a
{
    color: #8a9099;
}
/*# sourceMappingURL=style.css.map */
