@charset "utf-8";

.main{
    padding-top: 10rem;
    padding-bottom: 0;
}

/*----- ぱんくず */
.Breadclumb{
    border-bottom-color: #959595;
}
.Breadclumb-list__item{
    color: #fff;
}
.Breadclumb-list__item a{
    color: #959595;
}
.Breadclumb-list__item a::after{
    color: #959595;
}

/*----- フレーム */
.C-layaut__sidebar-item > a::before{
    display: none;
}

/*----- セクション */
.C-layout__body{
    padding-top: var(--padding-topbottom);
}
.Detail{
    padding-top: 0;
}
.Detail__inner > *:last-child {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:1120px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

}
@media screen and (max-width:768px){

    .main__inner{
        padding-bottom: 11.5rem;
    }
    .C-layaut__sidebar{
        margin-bottom: 6rem;
    }
    .C-layout__body{
        padding-top: 0;
    }
    .C-layout__sec{
        margin-bottom: 10rem;
        padding-top: 8.2rem;
        margin-top: -8.2rem;
    }

}



/*-------------------------------
	投稿パーツ
-------------------------------*/

/* 見出し */
.C-sub-title{
    font-family: var(--en);
}

.Works-part-frame{
    padding: 5rem 6rem 5.2rem; 
    border: 1px solid #ddd;
}
.Works-part-frame__title{
    font-size: 3rem;
    line-height: calc(4 / 3);
    font-weight: 700;
    letter-spacing: .05em;
}
.Works-part-frame__text{
    font-size: 2.2rem;
    line-height: calc(4 / 2.2);
    font-weight: 700;
    letter-spacing: .05em;
}
.Works-part-frame__title + .Works-part-frame__text{
    margin-top: 3rem;
}

/*----- 可変画像 */
.Works-part-variable-image{
    width: 100%;
    margin-top: 5rem;
    text-align: center;
}
.Works-part-variable-image img{
    max-width: 100%;
}

/*----- タブ切り替え */
.Works-part-change{
    margin-top: 5.5rem;
}
.Works-part-change__header{
    width: 100%;
    margin-bottom: 3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.Works-part-change__tab{
    width: 26rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.Works-part-change__tab-item:nth-of-type(2)::after{
    background: var(--maincolor);
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    left: -2.4rem;
    top: 0;
    bottom: 0;
}
.Works-part-change__tab-item{
    font-family: var(--en);
    transition: var(--transition);
    height: 3rem;
    font-size: 1.2rem;
    font-weight: 700;
    opacity: .4;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    cursor: pointer;
}
.Works-part-change__tab-item::before{
    content: "";
    display: block;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.Works-part-change__tab-item.-desktop{
    padding-left: 4rem;
    margin-right: 2.4rem;
}
.Works-part-change__tab-item.-desktop::before{
    width: 3rem;
    height: 2.5rem;
    background-image: url(../images/works/icon_works-chage_pc.svg);
}
.Works-part-change__tab-item.-smartphone{
    padding-left: 2.5rem;
    margin-left: 2.4rem;
}
.Works-part-change__tab-item.-smartphone::before{
    width: 1.6rem;
    height: 3rem;
    background-image: url(../images/works/icon_works-chage_sp.svg);
}
.Works-part-change__tab-item span{
    line-height: 1;
    display: block;
}
.Works-part-change__corpname{
    font-size: 1.4rem;
}
.Works-part-change__corpname a{
    line-height: 1;
    padding-right: 2.2rem;
    display: block;
    position: relative;
}
.Works-part-change__corpname-text{
    line-height: 1;
    display: block;
}
.Works-part-change__corpname-arrow{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    transform: rotate(-45deg);
}

.Works-part-change__demo{
    /* height: 46rem; */
    position: relative;
    display: none;
}
.Works-part-change__demo-bar{
    width: 100%;
    height: 3rem;
    padding: 1rem 1.5rem;
    background: #ddd;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.Works-part-change__demo-bar span{
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    display: block;
}
.Works-part-change__demo-bar span:not(:last-child){
    margin-right: 1.2rem;
}
.Works-part-change__demo-bar span:nth-of-type(1){
    background: #eb4149;
}
.Works-part-change__demo-bar span:nth-of-type(2){
    background: #feee67;
}
.Works-part-change__demo-bar span:nth-of-type(3){
    background: #67e14a;
}
.Works-part-change__demo-image{
    width: 100%;
    border: 1px solid #ddd;
    height: 50rem;
    overflow-y: scroll;
}
.Works-part-change__demo-image img{
    width: 100%;
}

/* アクティブ設定 */
.Works-part-change__tab-item:hover,
.Works-part-change__tab-item.-current{
    opacity: 1;
}
.Works-part-change:has(.Works-part-change__tab-item.-desktop.-current) .Works-part-change__demo.-desktop,
.Works-part-change:has(.Works-part-change__tab-item.-smartphone.-current) .Works-part-change__demo.-smartphone{
    display: block;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:1120px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

    .Works-part-frame{
        padding: 3rem 2.5rem;
    }

}
@media screen and (max-width:768px){

    .Works-part-frame{
        padding: 7.5rem 6rem 6.5rem; 
    }
    .Works-part-frame__title{
        font-size: 3.6rem;
        letter-spacing: 0;
    }
    .Works-part-frame__text{
        font-size: 2.6rem;
        line-height: calc(4.8 / 2.6);
        letter-spacing: 0;
    }
    .Works-part-frame__title + .Works-part-frame__text{
        margin-top: 1.5rem;
    }

    /*----- 可変画像 */
    .Works-part-variable-image img{
        max-width: 39.5rem;
    }

    /*----- タブ切り替え */
    .Works-part-change{
        margin-top: 4rem;
        width: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column-reverse;
    }
    .Works-part-change__header{
        margin-bottom: 0;
        justify-content: center;
    }
    .Works-part-change__tab{
        width: auto;
    }
    .Works-part-change__tab-item:nth-of-type(2)::after{
        display: none;
    }
    .Works-part-change__tab-item{
        height: 6rem;
        font-size: 2rem;
    }

    .Works-part-change__tab-item.-desktop{
        padding-left: 8.6rem;
        margin-right: 0;
    }
    .Works-part-change__tab-item.-desktop::before{
        width: 6.8rem;
        height: 5.5rem;
    }
    .Works-part-change__tab-item.-smartphone{
        padding-left: 5rem;
        margin-left: 5rem;
    }
    .Works-part-change__tab-item.-smartphone::before{
        width: 3.2rem;
        height: 6rem;
    }
    .Works-part-change__corpname{
        font-size: 3.2rem;
        margin-bottom: 2.8rem;
    }
    .Works-part-change__corpname a{
        padding-right: 2.5rem;
    }

    .Works-part-change__body{
        margin-bottom: 5rem;
    }
    .Works-part-change__demo-bar{
        height: 2.1rem;
        padding: .7rem 1rem;
    }
    .Works-part-change__demo-bar span{
        width: .7rem;
        height: .7rem;
    }
    .Works-part-change__demo-bar span:not(:last-child){
        margin-right: .9rem;
    }

}



/*-------------------------------
	キービジュアル
-------------------------------*/

.WorksVisual{
    padding-bottom: 10rem;
    background: #2b2b2b;
}
.WorksVisual__inner{
    padding-top: calc(var(--header-height) + var(--breadclumb-height));
}
.WorksVisual-nav{
    width: 100%;
    margin-bottom: 10rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.WorksVisual-nav__item{
    width: 9rem;
}
.WorksVisual-nav__item:not(:last-child){
    border-right: 1px solid #959595;
}
.WorksVisual-nav__item a{
    font-family: var(--en);
    font-size: 1.2rem;
    width: 100%;
    height: 5.5rem;
    font-weight: 700;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1 !important;
}
.WorksVisual-nav__item-text{
    line-height: 1;
    display: block;
}
.WorksVisual-nav__item-arrow::before{
    background: #fff;
}
.WorksVisual-nav__item-arrow::after{
    border-right-color: #fff;
    border-bottom-color: #fff;
}

.WorksVisual-nav__item.-prev a{
    flex-direction: row-reverse;
}
.WorksVisual-nav__item.-prev .WorksVisual-nav__item-text{
    padding-left: 1.4rem;
}
.WorksVisual-nav__item.-prev .WorksVisual-nav__item-arrow{
    transform: scale(-1,1);
}
.WorksVisual-nav__item.-next .WorksVisual-nav__item-text{
    padding-right: 1.4rem;
}

.WorksVisual-nav__item a:hover{
    color: var(--subcolor);
}
.WorksVisual-nav__item a:hover .WorksVisual-nav__item-arrow::before{
    background: var(--subcolor);
}
.WorksVisual-nav__item a:hover .WorksVisual-nav__item-arrow::after{
    border-right-color: var(--subcolor);
    border-bottom-color: var(--subcolor);
}

.WorksVisual-header{
    margin-bottom: 6rem;
}
.WorksVisual-header__title{
    font-size: 4.4rem;
    margin-bottom: 3rem;
    font-weight: 700;
    letter-spacing: .025em;
    line-height: calc(6.6 / 4.4);
    color: #fff;
}
.WorksVisual-header__category{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.WorksVisual-header__category-title{
    font-family: var(--en);
    width: 4rem;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
}
.WorksVisual-header__category-list{
    width: calc(100% - 4rem);
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.WorksVisual-header__category-list__item{
    font-size: 1.2rem;
    letter-spacing: .025em;
    line-height: 1;
    color: #fff;
}
.WorksVisual-header__category-list__item:not(:last-child)::after{
    content: "/";
    font-size: 1.2rem;
    letter-spacing: .025em;
    margin-left: .2rem;
    margin-right: .2rem;
    line-height: 1;
    color: #fff;
}

.WorksVisual-bottom{
    position: relative;
}
.WorksVisual-contact-badge{
    transform: translate(50%, 14.5rem);
}
.WorksVisual-mainvisual{
	width: 100%;
	position: relative;
}
.WorksVisual-mainvisual__image{
	width: 100%;
	display: block;
	overflow: hidden;
    position: relative;
    z-index: 6000;
    cursor: pointer;
}
.WorksVisual-mainvisual__image.on{
    opacity: 0;
    z-index: -1;
}
.WorksVisual-mainvisual__image img{
	transition: var(--transition);
	width: 100%;
	height: 100%;
	object-fit: cover;
	aspect-ratio: 16 / 9;
}
.WorksVisual-mainvisual__movie{
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
	z-index: 4000;
}
.WorksVisual-mainvisual__image::before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
    z-index: 6000;
	background-image: url(../images/common/icon_movie-button.svg);
	background-size: 10.6rem;
	background-position: center center;
	background-repeat: no-repeat;
}
.WorksVisual-mainvisual__image::after{
    transition: var(--transition);
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 4000;
    background: rgba(0,0,0,.3);
}
.WorksVisual-mainvisual__image:hover::after{
    opacity: .6;
}
.WorksVisual-mainvisual__movie iframe{
	width: 100%;
	height: 100%;
	aspect-ratio: 16 / 9;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:1120px) and (min-width: 769px){

    .WorksVisual-nav{
        margin-bottom: 7.5rem;
    }

}
@media screen and (max-width:960px) and (min-width: 769px){

}
@media screen and (max-width:768px){

    .WorksVisual{
        padding-bottom: 9rem;
    }
    .WorksVisual__inner{
        padding-top: var(--breadclumb-height);
    }
    .WorksVisual__content{
        padding-top: 4rem;
    }
    .WorksVisual-nav{
        margin-bottom: 5.5rem;
        justify-content: center;
    }
    .WorksVisual-nav__item{
        width: auto;
    }
    .WorksVisual-nav__item:not(:last-child){
        border-right: 1px solid #959595;
    }
    .WorksVisual-nav__item a{
        font-size: 2rem;
        height: auto;
    }
    .WorksVisual-nav__item-arrow{
        width: 1.2rem;
    }
    .WorksVisual-nav__item-arrow::after{
        width: .9rem;
        height: .9rem;
    }

    .WorksVisual-nav__item.-prev{
        padding-right: 2.5rem;
    }
    .WorksVisual-nav__item.-next{
        padding-left: 2.5rem;
    }

    .WorksVisual-header{
        margin-bottom: 6.5rem;
    }
    .WorksVisual-header__title{
        font-size: 5rem;
        margin-bottom: 4rem;
        letter-spacing: 0;
        line-height: calc(7.5 / 5);
    }
    .WorksVisual-header__category{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    .WorksVisual-header__category-title{
        width: 8rem;
        font-size: 2rem;
    }
    .WorksVisual-header__category-list__item{
        font-size: 2rem;
        letter-spacing: 0;
    }
    .WorksVisual-header__category-list__item:not(:last-child)::after{
        font-size: 2rem;
    }

}



/*-------------------------------
	Introduction
-------------------------------*/

.Introduction{
    padding-top: 0;
    padding-bottom: 0;
}
.Introduction-block-wrap{
    width: 100%;
    padding-bottom: 9.5rem;
    border-bottom: 1px solid #ddd;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
.Introduction-block{
    width: calc(100% / 2);
    position: relative;
}
.Introduction-block__header{
    margin-bottom: 1.8rem;
}
.Introduction-block__subtitle{
    font-family: var(--en);
    font-size: 1.2rem;
    margin-bottom: 2rem;
    font-weight: 700;
    line-height: 1;
    display: block;
}
.Introduction-block__title{
    font-size: 2.2rem;
    font-weight: 700;
    line-height: calc(3.2 / 2.2);
    letter-spacing: .025em;
}

.Introduction-block__text{
    /* font-size: 1.4rem; */
    font-size: 1.5rem;
    line-height: calc(2.8 / 1.4);
    letter-spacing: .025em;
    text-align: justify;
}

.Introduction-block.-project{
    padding-right: 4rem;
}
.Introduction-block.-client{
    padding-left: 4rem;
}
.Introduction-block.-project::after{
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: #ddd;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:1120px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

}
@media screen and (max-width:768px){

    .Introduction{
        margin-bottom: 3rem;
    }
    .Introduction-block-wrap{
        padding-bottom: 0;
        border-bottom: none;
        flex-direction: column;
    }
    .Introduction-block{
        width: 100%;
        padding-bottom: 4rem;
        border-bottom: 1px solid #ddd;
    }
    .Introduction-block__header{
        margin-bottom: 1.8rem;
    }
    .Introduction-block__subtitle{
        font-size: 2rem;
    }
    .Introduction-block__title{
        font-size: 4.8rem;
        line-height: calc(6.6 / 4.8);
        letter-spacing: 0;
    }

    .Introduction-block__text{
        font-size: 3.2rem;
        line-height: calc(5.4 / 2.8);
        letter-spacing: 0;
    }

    .Introduction-block.-project{
        padding-right: 0;
    }
    .Introduction-block.-client{
        padding-left: 0;
        padding-top: 5.5rem;
    }
    .Introduction-block.-project::after{
        display: none;
    }

}



/*-------------------------------
	OTHER WORKS
-------------------------------*/

.Other{
    background: #2b2b2b;
    padding-top: 10rem;
    padding-bottom: 0;
}
.Other__inner{
    padding-bottom: 10rem;
}
.Other__title{
    margin-bottom: 4.5rem;
    color: #fff;
}

.Other-block-wrap{
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
.Other-block{
    width: calc((100% - 5rem) / 2) !important;
    height: 34rem !important;
}

.Other-back{
    height: 11.2rem;
}
.Other-back a{
    font-family: var(--en);
    background: var(--blackcolor);
    width: 100%;
    height: 100%;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    opacity: 1 !important;
}
.Other-back a:hover{
    background: var(--subcolor);
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:1120px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

}
@media screen and (max-width:768px){

    .Other{
        padding-bottom: var(--padding-topbottom);
        padding-top: 8.5rem;
    }
    .Other__inner{
        padding-bottom: 9rem;
    }
    .Other__title{
        margin-bottom: 3.5rem;
    }

    .Other-block-wrap{
        flex-direction: column;
    }
    .Other-block{
        width: 100% !important;
        height: 34.5rem !important;
        margin-top: 2rem;
    }

    .Other-back{
        height: 11.2rem;
    }
    .Other-back a{
        font-family: var(--en);
        background: var(--blackcolor);
        width: 100%;
        height: 100%;
        font-weight: 700;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        opacity: 1 !important;
    }
    .Other-back a:hover{
        background: var(--subcolor);
    }

}