@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　00. 共通
　01. モジュール


type01：楽器
type02：シアタールーム
type03：ダンス
type04：テレワーク
type05：勉強
type06：快眠
type07：静音スクリーン
type08：ゲーム
type09：ゴルフ
type10：ビリヤード

******************************************************************************* */
/* ==

　00. 共通

=============================================================================== */
#container {
    font-family: "Noto Sans JP", sans-serif;
}


/* MV
------------------------------------------------------------------------------- */
.spMV{
    width: 93%;
    margin: 45px auto 40px 0;
    padding: 0;
    border-radius: 0 80px 80px 0;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}
.spMV_logo{
    padding: 5px 20px 0;
    background-color: #fff;
    border-radius: 0 0 20px 20px;
    position: absolute;
    top: 0;
    right: 105px;
}
.spMV > figure img{
    width: 100%;
    height: auto;
}
.spMV_in{
    width: 100%;
    position: absolute;
    bottom: 55px;
    left: 0;
}
.spMV_in > div{
    max-width: 1140px;
    margin: 0 auto;
}
.spMV h1{
    font-size: 56px;
    line-height: 1.4;
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 900;
    letter-spacing: 0.02em;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
}
@media only screen and (max-width: 1360px) {
    .spMV{
        width: 96%;
    }
    .spMV_logo{
        right: 100px;
    }
}
@media only screen and (max-width: 1260px) {
    .spMV_logo img{
        max-width: 240px;
    }
    .spMV_in{
        width: calc(100% - 40px);
        left: 20px;
        bottom: 45px;
    }
    .spMV h1{
        font-size: 52px;
    }
}
@media only screen and (max-width: 1160px) {
    .spMV_in{
        bottom: 35px;
    }
    .spMV h1{
        font-size: 48px;
    }
}
@media only screen and (max-width: 1100px) {
    .spMV h1{
        font-size: 46px;
    }
}
@media only screen and (max-width: 1000px) {
    .spMV h1{
        font-size: 42px;
    }
}





/* リード
------------------------------------------------------------------------------- */
.spLead{
    margin-bottom: 40px;
    padding: 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 24px;
}
.spLead p{
    font-size: 265%;
    line-height: 1.4;
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 900;
}

@media only screen and (max-width: 1260px) {
    .spLead p{
        font-size: 233%;
    }
}
@media only screen and (max-width: 1160px) {
    .spLead p{
        font-size: 216%;
    }
}



/* プロ仕様の防音性能
------------------------------------------------------------------------------- */
.spSpec{
    width: 93%;
    margin: 0 0 20px auto;
    padding: 40px 7% 40px 0;
    background-color: #f6f3ef;
    border-radius: 80px 0 0 80px;
    box-sizing: border-box;
    position: relative;
}
.spSpec_in{
    max-width: 1040px;
    margin: 0 auto;
    padding: 40px 0 0;
    border-top: 2px solid #fff;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.spSpec_in > div{
    width: 47%;
}
.spSpec_in > figure{
    width: 47%;
    border-radius: 20px;
    overflow: hidden;
}
.spSpec .spSpec_catch{
    max-width: 1040px;
    margin: 0 auto 30px;
    font-size: 300%;
    line-height: 1.5;
    color: #333;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 900;
    text-align: center;
}
.spSpec .spSpec_tit{
    margin-bottom: 40px;
}
.spSpec h2{
    font-size: 42px;
    line-height: 1.0;
    color: #d7af46;
    font-weight: bold;
    letter-spacing: 0.1em;
}
.spSpec dl{
    font-size: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 10px 15px;
}
.spSpec dt{
    width: 110px;
    padding: 7px 5px 9px;
    background-color: #436557;
    color: #fff;
    border-radius: 3px;
    font-size: 117%;
    line-height: 1.2;
    font-weight: 700;
    text-align: center;
    box-sizing: border-box;
}
.spSpec dd{
    width: calc(100% - 125px);
    padding-top: 2px;
    font-size: 125%;
    line-height: 1.6;
}
.spSpec .spSpec_fsS_ind{
    margin-bottom: 5px;
    padding-left: 15px;
    font-size: 85%;
    display: inline-block;
}
.spSpec_note{
    max-width: 1040px;
    margin: 0 auto 75px;
}
.spSpec_note p{
    font-size: 110%;
    text-align: right;
}



@media only screen and (max-width: 1360px) {
    .spSpec{
        width: 96%;
        padding: 50px 4% 100px 0;
    }
}
@media only screen and (max-width: 1260px) {
    .spSpec_in{
        max-width: 950px;
    }
}
@media only screen and (max-width: 1160px) {
    .spSpec{
        padding-left: 40px;
        padding-right: 40px;
        /*
        padding-right: calc(4% + 20px);
        */
    }
    .spSpec .spSpec_catch{
        font-size: 265%;
    }
    .type01 .spSpec .spSpec_catch br.devSmp{
        display: inline;
    }
    .spSpec .spSpec_tit{
        gap: 0 15px;
    }
    .spSpec .spSpec_tit figure img{
        max-width: 36px;
    }
    .spSpec h2{
        font-size: 36px;
    }
}



/* 音を楽しむための提案
------------------------------------------------------------------------------- */
.spIdeas{
    width: 93%;
    margin: 0 auto 100px 0;
    padding: 50px 0 40px 7%;
    background-color: #f6f3ef;
    border-radius: 0 100px 100px 0;
    box-sizing: border-box;
    position: relative;
}
.spIdeas_in{
    max-width: 1040px;
    margin: 0 auto;
    padding: 60px 0 0;
    border-top: 2px solid #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.spIdeas .spIdeas_illust{
    margin: 0 0 20px;
    text-align: center;
}
.spIdeas h2{
    max-width: 1040px;
    margin: 0 auto 30px;
    font-size: 300%;
    color: #333;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 900;
    text-align: center;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
    letter-spacing: 0.02em;
}
.spIdeas_item{
    width: 31.25%;
    margin-bottom: 60px;
    display: flex;
    flex-direction: column;
}
.spIdeas_item a{
    background-color: #fff;
    border-radius: 50px;
    color: #333;
    text-decoration: none;
    flex-grow: 1;
}
.spIdeas_item a > figure{
    border-radius: 50px 50px 0 0;
    overflow: hidden;
}
.spIdeas_item a > div{
    padding: 50px 20px 40px;
    background-color: #fff;
    border-radius: 0 0 50px 50px;
    text-align: center;
    position: relative;
}
.spIdeas_item a > div::before{
    content: "";
    width: 100px;
    height: 8px;
    margin-left: -50px;
    background-color: #fa0046;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
}
.spIdeas_item h3{
    margin-bottom: 15px;
    font-size: 200%;
    line-height: 1.2;
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
}
.spIdeas_item h3 .fsXS{
    font-size: 66.66%;
}

@media only screen and (max-width: 1360px) {
    .spIdeas{
        width: 96%;
        padding: 50px 0 40px 4%;
    }
}
@media only screen and (max-width: 1260px) {
    .spIdeas_in{
        max-width: 950px;
    }
    .spIdeas h2{
        font-size: 280%;
    }
}
@media only screen and (max-width: 1160px) {
    .spIdeas{
        padding-left: 40px;
        padding-right: 40px;
    }
    .spIdeas h2{
        font-size: 265%;
    }
}

.A001 .spIdeas_item.item_A001,
.A002 .spIdeas_item.item_A002,
.A003 .spIdeas_item.item_A003,
.A004 .spIdeas_item.item_A004,
.A005 .spIdeas_item.item_A005,
.A006 .spIdeas_item.item_A006,
.A007 .spIdeas_item.item_A007,
.A008 .spIdeas_item.item_A008,
.A009 .spIdeas_item.item_A009,
.A010 .spIdeas_item.item_A010 { display: none; }

.B001 .spIdeas_item.item_B001,
.B002 .spIdeas_item.item_B002,
.B003 .spIdeas_item.item_B003,
.B004 .spIdeas_item.item_B004,
.B005 .spIdeas_item.item_B005,
.B006 .spIdeas_item.item_B006,
.B007 .spIdeas_item.item_B007,
.B008 .spIdeas_item.item_B008,
.B009 .spIdeas_item.item_B009,
.B010 .spIdeas_item.item_B010 { display: none; }



/* CV
------------------------------------------------------------------------------- */
.spCV{
    max-width: 1040px;
    margin: 0 auto 100px;
}
.spCV > a{
    text-decoration: none;
    display: flex;
}
.spCV a > div{
    width: 50%;
    padding: 0 20px;
    background-color: #416254;
    color: #fff;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.spCV a > div p{
    margin-bottom: 20px;
    font-size: 200%;
    line-height: 1.5;
    font-weight: bold;
}
.spCV .spCV_btn{
    width: 400px;
    margin: 0 auto;
    min-height: 120px;
    background-color: #bf9e41;
    border-radius: 80px;
    font-size: 250%;
    line-height: 1.4;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.spCV .spCV_btn span{
    width: 100%;
    color: #fff;
    text-decoration: none;
    display: block;
}

.spCV_bnr{
    max-width: 1040px;
    margin: -40px auto 0;
}
.spCV_bnr li{
    margin-bottom: 60px;
}


@media only screen and (max-width: 1160px) {
    .spCV a > div p{
        font-size: 184%;
    }
    .spCV .spCV_btn{
        width: 360px;
        font-size: 216%;
        min-height: 100px;
    }
}
@media only screen and (max-width: 1100px) {
    .spCV{
        margin: 0 20px 100px;
    }
    .spCV_bnr{
        margin: 0 20px;
    }
}





