@charset "UTF-8";


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

/*=====================================
    CLEAR
=======================================*/
#container{
    width: 100%;
}
.phFront:after{
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*=====================================
    FRAME
=======================================*/
.allContain{
    font-family:"Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
    color: #1D1B1A;
    background: #EEEEEE;
}
section{
    position: relative;
}
.contentBox{
    padding: 56px 120px;
}
.contentTit{
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 32px;
}
h3{
    font-family: "Outfit", serif;
    font-size: 58px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.15px;
}
.tag{
    display: flex;
    height: 32px;
    padding: 4px 16px;
    border-radius: 100px;
    background: #FFF;
    align-items: center;
    color: #FF7C60;
    font-size: 10px;
    font-weight: 700;
    line-height: 100%;
}

/* SP-900 */
@media screen and (max-width: 900px){
    .contentTit {
        justify-content: space-between;
    }
    h3 {
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
        letter-spacing: 0.15px;
    }
    .tag {
        height: 16px;
    }
}
/*=====================================
    hook
=======================================*/
section.hook1 .contentInner,
section.hook2 .contentInner,
section.hook3 .contentInner{
    opacity: 0;
    transition: 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) 0.5s;
}
section.showing .contentInner{
    opacity: 1;
}
section.hook1 .contentTit,
section.hook2 .contentTit,
section.hook3 .contentTit{
    filter: blur(12px);
    opacity: 0;
}
section.showing .contentTit{
    animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}
@keyframes text-focus-in {
    0% {
        filter: blur(12px);
        opacity: 0;
    }
    100% {
        filter: blur(0px);
        opacity: 1;
    }
}
/*=====================================
    swiper
=======================================*/
.swiper-wrapper {
    align-items: stretch;
}
.swiper {
    padding: 0 120px 0 120px;
}

section .swiper-slide.external {
    height: auto;
}
section .swiper-slide.external a{
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    align-content: center;
    background: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0.15px;
    color: #FF7C60;
}
section .swiper-slide.external .txt{
    margin: 0;
}
section .swiper-slide.external .txt i{
    padding: 0 0 0 8px;
}

/* SP-900 */
@media screen and (max-width: 900px){
    .swiper {
        padding: 0 32px 0 32px;
    }
}


/*=====================================
    FV
=======================================*/
.fv{
    padding: 128px 240px;
    position: relative;
}
.fv .fvbg{
    position: absolute;
    top: -80px;
    left: 80px;
    width: 50%;
    max-width: 900px;
}
.fv .fvbg img{
    width: 100%;
    filter: blur(60px);
    scale: 1.1;
}
.fv .detail{
    position: relative;
    color: #FFF;
}
.fv .cap{
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
    letter-spacing: 0.15px;
    margin-bottom: 40px;
    position: relative;
}
.fv .cap:before{
    content: "";
    position: absolute;
    right: 0;
    top: 48%;
    width: calc(100% - 6em);
    height: 1px;
    background: #FFF;
}
.fv .lead{
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 2.2em;
    letter-spacing: 0.15px;
}
.fv .lead span{
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.05em;
}
.fv .date{
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.1em;
    opacity: 0.5;
}
.fv .float{
    position: absolute;
    right: 240px;
    bottom: 0;
}
.fv .float .total{
    background: #FAFAFA;
    color: #FF7C60;
    box-shadow: 0px 2.4px 24px 0px rgba(0, 0, 0, 0.10), 0px 0px 12px 0px rgba(0, 0, 0, 0.06);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
    letter-spacing: 0.18px;
    display: flex;
    align-items: center;
    padding: 24px 48px;
    border-radius: 32px;
    margin-bottom: 24px;

}
.fv .float .total span{
    font-family: "Outfit", serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 0.18px;
    padding: 0 8px;
}
.fv .float .allowAnim{
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0.15px;
    padding: 0 8px 0 0;
    text-decoration: none;
    color: initial;
}
.fv .float .allow{
    animation: swing 0.8s ease infinite;
}
.fv .float .allow i{
    padding: 0 0 0 8px;
}
@keyframes swing {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(6px);
    }
    100% {
        transform: translateY(0);
    }
}

/* PC-901-1241 */
@media screen and (min-width:901px) and (max-width:1241px ) {
    .fv {
        padding: 128px 128px;
    }
}


/* SP-900 */
@media screen and (max-width: 900px){
.fv {
    padding: 40px 16px;
}
.fv .fvbg {
    top: 0;
    left: 0;
    width: 90%;
}
.fv .fvbg img {
    width: 100%;
    filter: blur(35px);
    scale: 1.1;
}
.fv .detail {
    margin-bottom: 40px;
}
.fv .lead {
    font-size: 20px;
    line-height: 2em;
}
.fv .lead span {
    font-size: 24px;
}
.fv .float {
    position: relative;
    right: auto;
    bottom: auto;
}
.fv .float .total {
    font-size: 14px;
    padding: 24px;
    justify-content: center;
}
.fv .float .total span {
        font-size: 24px;
    }
}

/*=====================================
    NEWS
=======================================*/
.newsBox .contentTit {
    padding: 0 120px 0 120px;
}
.newsBox .contentBox {
    padding: 56px 0 56px 0;
}
.newsBox .swiper{
    padding-bottom: 32px;
}
.newsBox .swiper-slide:nth-child(even){
    transform: translateY(32px);
}
.newsBox .swiper-slide a{
    display: block;
    border-radius: 32px;
    overflow: hidden;
    color: initial;
    text-decoration: none;
}
.newsBox .swiper-slide .ph{
    aspect-ratio: 1.6 / 1;
    position: relative;
    overflow: hidden;
}
.newsBox .swiper-slide .phFront{
    display: block;
    object-fit: contain;
    width: 100%;
    height: 100%;
    position: relative;
}
.newsBox .swiper-slide .phFront img{
    object-fit: contain;
    width: 100%;
    height: 100%;
}
.newsBox .swiper-slide .blankFront{
    background: #e1e1e1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.newsBox .swiper-slide .blankFront img{
    object-fit: initial;
    width: 50%;
    height: auto;
    filter: grayscale(1);
    opacity: 0.3;
}
.newsBox .swiper-slide .bgFix{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.newsBox .swiper-slide .bgFix img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    filter: blur(10px);
    transform: scale(1.5);
}
.newsBox .swiper-slide .detail{
    background: #FFF;
    padding: 16px
}
.newsBox .detail .date{
    font-family: "Outfit", serif;
    color: #757575;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0.05em;
    margin-bottom: 8px;
}
.newsBox .detail .title{
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: 0.05em;
}

/* SP-900 */
@media screen and (max-width: 900px){
    .newsBox .contentBox {
        padding: 28px 0 28px 0;
    }
    .newsBox .contentTit {
        padding: 0 32px 0 32px;
    }
}


/*=====================================
    TRADE
=======================================*/
.tradeBox .contentTit {
    padding: 0 120px 0 120px;
}
.tradeBox .contentBox {
    padding: 56px 0 56px 0;
}
.tradeBox .swiper-slide{
    height: auto;
}
.tradeBox .swiper-slide a{
    display: flex;
    flex-wrap: wrap;
    border-radius: 32px;
    overflow: hidden;
    color: initial;
    text-decoration: none;
    height: 100%;
    background: #FFF;
    align-content: space-between;
}
.tradeBox .swiper-slide .ph{
    aspect-ratio: 1.6 / 1;
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    margin-bottom: 8px;
    border: 1px solid rgba(0,0,0,0.1);
}
.tradeBox .swiper-slide .phFront{
    display: block;
    object-fit: contain;
    width: 100%;
    height: 100%;
    position: relative;
}
.tradeBox .swiper-slide .phFront img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.tradeBox .swiper-slide .blankFront{
    background: #e1e1e1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tradeBox .swiper-slide .blankFront img{
    object-fit: initial;
    width: 50%;
    height: auto;
    filter: grayscale(1);
    opacity: 0.3;
}
.tradeBox .swiper-slide .bgFix{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.tradeBox .swiper-slide .bgFix img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    filter: blur(10px);
    transform: scale(1.5);
}
.tradeBox .swiper-slide .detail{
    background: #FFF;
    padding: 8px 8px 16px;
    width: 100%;
}
.tradeBox .swiper-slide .detail .artistName{
    color: #757575;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: 1px;
    text-transform: capitalize;
    padding: 0 8px;
}
.tradeBox .swiper-slide .detail .title{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
    letter-spacing: 0.05em;
    padding: 0 8px;
}
.tradeBox .label{
    display: flex;
    gap: 8px;
    padding: 0 16px 16px;
}
.tradeBox .label li{
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0.15px;
    border: 1px solid;
    padding: 4px 8px;
    border-radius: 100px;
}
.tradeBox .label li.condition{
    color: #FF7C60;
}

/* SP-900 */
@media screen and (max-width: 900px){
    .tradeBox .contentBox {
        padding: 28px 0 120px 0;
    }
    .tradeBox .contentTit {
        padding: 0 32px 0 32px;
    }
}
/*=====================================
    CASE
=======================================*/
.caseBox{
    background: #F8F8F8;
}
.caseBox .contentBox{
    padding: 80px 120px 68px;
}
.caseBox h3{
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 40px;
    letter-spacing: 0.05em;
    margin-bottom: 56px;
}
.caseBox .caseList{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 72px 32px;
}
.caseBox .caseList li{
    width: calc((100% / 4) - ((32px * 3) / 4));
}
.caseBox .caseList li a{
    text-decoration: none;
    color: initial;
}
.caseBox .caseList li .ph{
    aspect-ratio: 3 / 2;
    position: relative;
    overflow: hidden;
    border-radius: 32px;
    margin-bottom: 24px;
}
.caseBox .caseList li .ph .bgFix{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.caseBox .caseList li .ph .bgFix img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    filter: blur(10px);
    transform: scale(1.5);
}
.caseBox .caseList li .ph .phFront{
    display: block;
    object-fit: contain;
    width: 100%;
    height: 100%;
    position: relative;
}
.caseBox .caseList li .ph .phFront img{
    object-fit: contain;
    width: 100%;
    height: 100%;
}
.caseBox .caseList li .artistName{
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 200%; /* 32px */
    letter-spacing: 0.15px;
}

/* SP-900 */
@media screen and (max-width: 900px){
    .caseBox .contentBox {
        padding: 40px 16px 54px;
    }
    .caseBox h3 {
        font-size: 24px;
        margin-bottom: 24px;
    }
    .caseBox .caseList {
        gap: 36px 2px;
    }
    .caseBox .caseList li {
        width: calc((100% / 3) - ((2px * 2) / 2));
    }
    .caseBox .caseList li .ph {
        margin-bottom: 8px;
    }
    .caseBox .caseList li .artistName {
        font-size: 12px;
    }
}
