@charset "UTF-8";
/* ソーシャルボタン変更
common.cssに移設 */
/* .mod-share {
    height: 28px;
    text-align: right;
}

.mod-share a {
    display: inline-block;
    width: 80px;
    height: 23px;
    border-radius: 4px;
    transition: opacity .3s;
    margin-left: 10px;
}

.mod-share a:hover {
    opacity: .6;
}

.mod-share .twitter {
    background: url(../../images/btn_x.png) center center;
    background-size: cover;
}

:lang(en) .mod-share .twitter {
    background-image: url(../../images/btn_x_en.png);
}

.mod-share .facebook {
    background: url(../../images/btn_facebook2.png) center center;
    background-size: cover;
}

:lang(en) .mod-share .facebook {
    background-image: url(../../images/btn_facebook2_en.png);
} */

/*汎用スタイル*/

:root {
  --purple-color: #795284;
  --orange-color: #fb8f24;
}

.howto-wrapper p, .howto-wrapper li, .howto-wrapper dl {
    font-size: 14px;
    line-height: 1.7;
}

.howto-wrapper p + p {
    margin-top: .5em;
}

.howto-wrapper img {
    height: auto;
}

.howto-wrapper strong {
    font-weight: bold;
}

@media screen and (max-width: 800px){
    .howto-wrapper a {
        display: inline;
        color: var(--purple-color);
        text-decoration: underline;
    }
}

.howto-wrapper dl {
    margin: 20px 0 20px;
}

.howto-wrapper dl dt:not(:first-child), .howto-wrapper dl dd:not(:nth-child(2)) {
    margin-top: .5em;
}

.howto-wrapper dl dt {
    float: left;
}

.howto-wrapper dl dd {
    position: relative;
    margin-left: 100px;
}

.howto-wrapper dl dd:before {
    content: ":";
    position: absolute;
    left: -14px;
}

.howto-top {
    padding: 30px 15px 15px 15px;
    overflow: hidden;
    position: relative;
}

.howto-top:not(:has( div img)) {
    padding-top:30px;
}

.howto-top img {
    width: 100%;
    margin-bottom: 15px;
}

@media screen and (max-width: 800px){
    .howto-top div:first-child:has(img) {
        text-align:center;
        width: 100vw;
        margin-inline: calc(50% - 50vw);
    }
    .howto-top div:not(:first-child) .top-title {
        margin: 10px 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        margin-top: 0;
        box-sizing: border-box;
    }
    .howto-top div:first-child .top-title {
    width:100vw;
    margin: -30px 0 15px -20px;
    }
}

/*------------------------------------------------*/

.howto-top-large {
    overflow: hidden;
    position: relative;
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-size: cover;
}

.howto-top-large img {
    width: 164%;
}

.howto-top-large .top-title {
    color: #fff;
    width: 100%;
    text-align: center;
    background: rgb(0,0,0,.48);
    padding: 10px 10px 10px;
}

.howto-top-large .top-title p {
    font-size: 16px;
    font-weight: bold;
    word-break: auto-phrase;
}

.howto-top-large .top-title p span {
    font-size: 14px;
    display: block;
    font-weight: normal;
}

.howto-wrapper .howto-title {
    min-height: 30px;
    font-size: 15px;
    font-weight: bold;
    padding: 5px 15px 5px 28px;
    box-sizing: border-box;
}

@media screen and (max-width: 800px){
    .howto-wrapper .howto-title {
    line-height: 24px;
    background: url(../../images/sp/title_icon.png) no-repeat left center / 23px 30px #6B4776;
    color: #fff;
    }
    .howto-wrapper .howto-title a {
        color:white;
    }
}


.howto-mid-title {
    font-size: 15px;
    font-weight: bold;
    border-bottom: 1px solid var(--purple-color);
    padding: 0px 0px 5px 0px;
    margin: 15px 0 5px;
    color: #333;
    line-height: 1.5;
}

.howto-indent {
    margin: 15px;
    overflow: hidden;
}

.howto-section {
    overflow: hidden;
    padding: 20px 0px;
}

@media screen and (max-width: 800px){
    .howto-column2-sp > .howto-section:first-child {
        padding-top: 0;
        /* たぶんcolumn2との兼ね合いだった模様　これでOK */
    }
    .howto-indent > .howto-section:first-child { /*  /guitar/neck/ sp版対応 */
        padding-top: 0;
    }
    .howto-indent > .howto-section.sp-float-right:first-child {
    padding-top:5px;
    }
    .howto-indent > .howto-section:first-child > .detail-title:first-child {
    margin-top:5px;
    }
    .howto-section:last-child { /* howto/ukulele/part/ のpc版対応 */
        padding-bottom: 0;
    }
}

.howto-section + .howto-section {
    border-top: dotted 1px #ccc;
}

.howto-menu {
    border: 1px solid #c3c3c3;
    border-radius: 20px;
    padding: 20px 15px;
}

.howto-menu > li {
    list-style-type: decimal;
    margin-left: 25px;
    font-size: 14px;
}

.howto-menu > li a {
    text-decoration: underline;
}

.howto-menu > li + li {
    margin-top: 15px;
}

.howto-menu > li li {
    margin-top: 15px;
}

.howto-note {
    background: #efefef;
    padding: 15px;
    margin: 15px 0;
    box-sizing: border-box;
}

.howto-column2-pc .howto-note:first-child { /* howto/guitar/neck/ sp版で採用 */
    margin-top:0;
}

@media screen and (max-width: 800px){
    .howto-note:last-child {
    margin-bottom:0;
    }
}

.note-title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 1.5;
}

.howto-note li {
    list-style-type: disc;
    margin-left: 20px;
    font-size: 14px;
    line-height: 1.4;
}

.howto-note li + li {
    margin-top: 10px;
}

.howto-wrapper hr {
    border-top: dotted 1px #ccc;
    margin: 20px 0;
}

.howto-wrapper hr + .howto-section {
    padding-top: 0;
}

.detail-title {
    font-weight: bold;
    font-size: 14px;
    position: relative;
    padding-left: 21px;
    color: #333333;
    margin-bottom: 10px;
    line-height: 1.4;
    margin-right: auto;
    text-align: left;
}

.detail-title:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 0px 9px 15px;
    border-color: transparent transparent transparent var(--purple-color);
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.purple-frame {
    border: 2px solid #8d6f98;
    display: inline-block;
    padding: 8px;
    font-size: 14px;
    color: #8d6f98;
    font-weight: bold;
    margin-bottom: 14px;
}

.howto-center {
    display: block;
    width: 100%;
    margin: 10px auto;
    box-sizing: border-box;
}


.howto-right {
    float: right;
    width: 150px;
    margin: 0 0em 1em 1em;
}

.howto-left {
    float: left;
    width: 150px;
    margin: 0 1em 1em 0em;
}

.item-block {
    display: flex;
    margin: 10px 0 10px;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px;
}

.howto-section .item-block:last-child {
    margin-bottom:10px;
}

.item-block li {
    box-sizing: border-box;
    max-width: calc(50% - 7.5px);
    min-width: 135px;
    border: 1px solid #ccc;
    display: flex;
    justify-content: initial;
    align-items: center;
    flex-direction: column;
    flex: 1;
}

.item-block li a {
    display: flex;
    justify-content: initial;
    align-items: center;
    flex-direction: column;
}

.item-block li img {
    width: calc(100% - 20px);
    padding: 0;
    margin: 10px 0;
}

.item-block li p {
    margin: 0px 10px 10px;
}

.howto-flex-left, .howto-flex-right {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 15px;
}

.howto-flex-left + .howto-flex-left,
.howto-flex-right + .howto-flex-right {
    padding-top: 20px;
}

.howto-flex-left > *:first-child img, .howto-flex-right > *:first-child img {
    width: 280px;
    display: block;
    margin: 0 auto 0;
}

.howto-flex-left .howto-product-name,
.howto-flex-right .howto-product-name {
    font-weight: bold;
    font-size: 14px;
    line-height: 1.5;
}

.howto-flex-left .howto-product-name:not(:first-child),
.howto-flex-right .howto-product-name:not(:first-child) {
    margin-top:1em;
}


/*sp-float-right -------------------------------- */

@media screen and (max-width: 800px){
    .sp-float-right {
        display: block;
        overflow: hidden;
    }
    
    .sp-float-right > *:first-child {
        float:right;
        margin: 0 0 10px 10px;
    }
    
    .sp-float-right > *:first-child,
    .sp-float-right > *:first-child img {
        width:100px;
    }
}

@media screen and (min-width: 801px){
    .sp-float-right > *:first-child,
    .sp-float-right > *:first-child img {
        width:200px;
    }
}

/*------------------------------------------------*/

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

    .howto-column2-sp, .howto-column3-sp {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .howto-column2-sp {
        gap: 15px;
    }

    .howto-column3-sp {
        gap: 2%;
    }

    .howto-column2-sp > * {
        width: calc(50% - 7.5px);
    }

    .howto-column3-sp > * {
        width: 32%;
    }

    .howto-column2-sp > .howto-section:nth-child(2),
    .howto-column3-sp > .howto-section:nth-child(2) {
        border-top: none;
        padding-top: 0px;
    }

    .howto-column2-sp img,
    .howto-column3-sp img {
        max-width:100%;
    }

    .howto-indent > p:first-child + .howto-column2-sp {
        margin-top:20px;/*冒頭の文章と、column2が詰まっている問題。/bass/strap/ など*/
    }

}

.howto-movie > div {
  border: 1px solid #a7a7a7;
  margin:auto;
  aspect-ratio: 16/9;
}

.howto-movie iframe {
  width:100%;
  height:100%;
  vertical-align: bottom;
}

.grey-num-wrapper {
    display: flex;
    align-items: flex-start;
}

.howto-wrapper .grey-num {
    background: grey;
    color: white;
    font-size: 18px;
    width: 47px;
    text-align: center;
    margin-right: 11px;
    margin-top: 3px;
    line-height: 1.7;
}

.grey-num + span, .grey-num + div {
    flex: 1;
}

.howto-marker-yellow {
    background: linear-gradient(transparent 60%, #ffff66 60%);
}

.howto-marker-pink {
    background: linear-gradient(transparent 60%, #f5acf5 60%);
}

.howto-marker-lime {
    background: linear-gradient(transparent 60%, #66FFCC 60%);
}

.howto-related-link {
    overflow: auto;
}

.howto-related-link ul {
    display: flex;
    gap: 12px;
    white-space: nowrap;
}

.howto-related-link ul li {
    white-space: normal;
    width: calc(100% / 3);
    max-width: 120px;
}

.howto-related-link ul li p {
    font-size: 12px;
    max-height: 5em;
    overflow: hidden;
}

.howto-related-link ul li img {
    box-sizing: border-box;
    border: 1px solid #cacaca;
    min-width: 90px;
    width: 100%;
    aspect-ratio: 16/10;
    object-fit: cover;
}

.howto-large-product-link a {
    display: block;
    border: 2px solid var(--orange-color);
    margin: 20px 15px 20px;
    text-align: center;
    font-size: 16px;
    padding: 10px;
    box-sizing: border-box;
    font-weight: bold;
    transition: .2s;
    color: var(--orange-color);
    text-decoration: none;
    line-height: 1.8;
    word-break: auto-phrase;
}

.howto-large-product-link a:hover {
    background: var(--orange-color);
    color: white;
}
















@media screen and (min-width: 801px){


.howto-wrapper p, .howto-wrapper li, .howto-wrapper dl {
    font-size: 15px;
}

.howto-wrapper p + p {
    margin-top:1em;
}

.howto-wrapper dl {
    margin: 15px 0 20px;
}

.howto-wrapper dl dt:not(:first-child), .howto-wrapper dl dd:not(:nth-child(2)) {
    margin-top: .5em;
}

.howto-wrapper dl dt {
    float: left;
}

.howto-wrapper dl dd {
    position: relative;
    margin-left: 100px;
}

.howto-wrapper dl dd:before {
    content: ":";
    position: absolute;
    left: -14px;
}

.howto-top {
    overflow: hidden;
    padding: 20px;
    margin-bottom: 2em;
    border: 1px solid #555;
    display: flex;
    gap: 30px;
}

.howto-top .top-title {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: .5em;
    border-bottom: 1px solid #555;
    line-height: 1.4;
    padding-bottom: 7px;
}

.howto-top div:first-child {
    width: 300px;
    margin-inline: auto;
    display: grid;
    place-content: center;
    margin: 0;
}

.howto-top div:last-child {
    justify-content: center;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.howto-top div:first-child img {
    width: 100%;
    margin: 0;
}

.howto-top-large {
    margin-bottom: 2em;
    height: 300px;
}

.howto-top-large .top-title {
    padding: 16px 0 10px;
}

.howto-top-large .top-title p {
    font-size: 31px;
}

.howto-top-large .top-title p span {
    font-size: 20px;
    display: block;
    font-weight: normal;
}

.howto-wrapper .howto-title {
    font-size: 22px;
    border-left: 10px solid var(--purple-color);
    border-bottom: 1px solid var(--purple-color);
    padding: 3px 0px 3px 12px;
    margin: 35px 0 20px;
    line-height: 1.4;
}

.howto-mid-title {
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid var(--purple-color);
    padding: 0px 0px 5px 0px;
    margin: 20px 0 10px;
}

.howto-menu {
    border: 1px solid #c3c3c3;
    border-radius: 20px;
    padding: 20px;
    width: 630px;
}

.howto-menu > li {
    list-style-type: decimal;
    margin-left: 25px;
    font-weight: bold;
}

.howto-menu > li a {
    text-decoration: underline;
}

.howto-menu > li + li, .howto-menu > li:last-child > ul > li {
    margin-top: 10px;
}

.howto-menu li li {
    margin-left: 15px;
    margin-top: 5px;
}

.howto-menu li ul li {
    list-style-type: disc;
}

.howto-menu li ol li {
    list-style-type: decimal;
}

.howto-note {
    background: #efefef;
    padding: 30px;
    margin: 20px 0;
    display: inline-block;
    box-sizing: border-box;
}

.howto-column2-pc > .howto-note { /* howto/guitar/neck/ pc版 で対応 */
    margin-top:0;
}

.note-title {
    font-size: 18px;
    color:#333;
    font-weight: bold;
    margin-bottom: 15px;
}

.howto-note li {
    list-style-type: disc;
    margin-left: 1.5em;
    font-size:15px;
    line-height: 1.6;
}

.howto-note li + li {
    margin-top: 15px;
}

.howto-wrapper hr {
    border-top: dotted 1px #ccc;
    margin: 20px 0 40px;
}

.howto-indent {
    margin-left: 20px;
}

.detail-title {
    font-weight: bold;
    font-size: 18px;
    position: relative;
    padding-left: 24px;
    color: #333333;
    margin-bottom: 15px;
}

.detail-title:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 0 9px 18px;
    border-color: transparent transparent transparent var(--purple-color);
    display: block;
    position: absolute;
    top: 0;
    bottom: 3px;
    left: 0;
    margin: auto;
}

.howto-section {
    overflow: hidden;
    padding: 15px 0px 25px;
}

.howto-section + .howto-section {
    border-top: dotted 1px #ccc;
    padding-top: 25px;
}

.howto-indent > p:first-child + .howto-section,
.howto-indent > p:first-child + .howto-column2-pc {/*冒頭の文章と、column2が詰まっている問題。/bass/strap/ など*/
    margin-top:1em;
}

.howto-right {
    float: right;
    width: 250px;
    margin: 0 0em 1em 2em;
}

.howto-left {
    float: left;
    width: 250px;
    margin: 0 2em 1em 0em;
}

.howto-center {
    display: block;
    margin: 20px auto 30px;
    width: 100%;
}

.item-block {
    width: 100%;
    margin: 20px 0;
    justify-content: center;
}

.item-block li {
    max-width: 370px
}

.item-block li a {
    justify-content: center;
    width: 100%;
}

.item-block li img {
    width: calc(100% - 10px);
    margin: 15px auto 0px;
}

.item-block li p {
    margin: 15px;
    line-height: 1.4;
}


.howto-flex-left,
.howto-flex-right {
    gap: 30px;
    flex-direction: row;
}

.howto-flex-right {
    flex-direction: row-reverse;
}

.howto-flex-left > *:first-child,
.howto-flex-right > *:first-child {
    display: block;
    width: 230px;
    text-align: center;
}

div:is(.howto-flex-left, .howto-flex-right) > *:is(.howto-column2-pc, .howto-column3-pc):first-child {
    display:flex;
}

div:is(.howto-flex-left, .howto-flex-right) > *:last-child {
    flex: 1;
}

.howto-wrapper .howto-flex-left > *:first-child img,
.howto-wrapper .howto-flex-right > *:first-child img {
    width: 100%;
}

.sp-float-right > * {
    first-child, .sp-float-right > *:first-child img;
}

div:is(.howto-flex-left, .howto-flex-right) .howto-product-name {
    font-size: 18px;
}

.howto-column2-pc, .howto-column3-pc {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.howto-column2-pc {
    gap: 4%;
}

.howto-column3-pc {
    gap: 2%;
}

.howto-column2-pc > * {
    width: 48%;
}

.howto-column3-pc > * {
    width: 32%;
}

.howto-column2-pc > .howto-section:nth-child(2),
.howto-column3-pc > .howto-section:nth-child(2),
.howto-column3-pc > .howto-section:nth-child(3) {/* https://www.soundhouse.co.jp/howto/drum/electronic-drum/ の3列目の対応  */
    border-top: none;
    padding-top: 15px;
}

.howto-wrapper .grey-num {
    background: grey;
    color: white;
    font-size: 22px;
    width: 54px;
    text-align: center;
    margin-right: 15px;
}

.howto-marker-yellow {
    background: linear-gradient(transparent 60%, #ffff66 60%);
}

.howto-marker-pink {
    background: linear-gradient(transparent 60%, #f5acf5 60%);
}

.howto-marker-lime {
    background: linear-gradient(transparent 60%, #66FFCC 60%);
}

.howto-related-link ul {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.howto-related-link ul li {
    width: calc((100% - (15px*5)) /6 );
    max-width: none;
}

@media screen and (max-width: 1200px) {
    .howto-related-link ul li {
        width:calc((100% - (15px*4)) /5 )
    }
}

@media screen and (max-width: 1100px) {
    .howto-related-link ul li {
        width:calc((100% - (15px*3)) /4 )
    }
}

.howto-related-link ul li img {
    box-sizing: border-box;
    border: 1px solid #cacaca;
    margin-bottom: 10px;
    width: 100%;
    aspect-ratio: 16/10;
    overflow: hidden;
    object-fit: cover;
}


.howto-related-link ul li p {
    font-size:15px;
}

.howto-large-product-link a {
    width: 500px;
    margin: 40px auto;
    font-size: 18px;
}

.howto-large-product-link a:hover {
    background: var(--orange-color);
    color: white;
    text-decoration: none;
}


}/*min601閉じる*/