@charset "utf-8";

/*-----------------------------------------------
    index
-----------------------------------------------*/
/* secCatalogTop */
.secCatalogTop{
    margin-top: 18rem;
    height: 65rem;
    background: rgba(76, 73, 72, 0.1);
}
.secCatalogTop .topInner{
    position: relative;
}
.secCatalogTop .topTit{
    font-size: var(--pcFontSize40);
    color: var(--ColorWhite);
    letter-spacing: var(--pcLetterSpacing40_20);
    font-weight: bold;
    position: absolute;
    top: -1em;
    line-height: 1.45;
    z-index: 2;
}
.secCatalogTop .boxRed{
    padding: 0 0.5rem;
    background: var(--ColorRed);
    display: inline-block;
    margin-bottom: 1rem;
}
.secCatalogTop .boxRed.spNone{
    display: inline-block;
}
.secCatalogTop .boxRed.spOnly{
    display: none;
}
.secCatalogTop .imgCatalogTop{
    position: absolute;
    top: 13rem;
    right: 0;
    z-index: 1;
    width: 46.875%;
}
.secCatalogTop .innerCover{
    padding-top: calc((600 / 900) *100%);
}
.secCatalogTop .boxOsusume{
    padding-top: 17rem;
    width: 65rem;
    position: relative;
    z-index: 2;
}
.secCatalogTop .osusumeTit{
    position: relative;
    font-size: var(--pcFontSize24);
    letter-spacing: var(--pcLetterSpacing24_80);
    font-weight: bold;
}
.secCatalogTop .osusumeTit::before, 
.secCatalogTop .osusumeTit::after {
    content: "";
    position: absolute;
    bottom: 0.8rem;
    height: 0.2rem;
    left: calc(50% - 1.5rem);
}
.secCatalogTop .osusumeTit::before {
    background-color: var(--ColorBlack_20);
    width: 35rem;
}
.secCatalogTop .osusumeTit::after {
    width: 1.5rem;
    background-color: var(--ColorRed);
    z-index: 2;
}
.secCatalogTop .boxOsusume .boxList{
    margin-top: 3rem;
}
.secCatalogTop .boxOsusume .itemList{
    position: relative;
    font-size: var(--pcFontSize18);
    letter-spacing: var(--pcLetterSpacing18_50);
    padding: 3.3rem;
    background: var(--ColorWhite);
    margin-bottom: 1rem;
    font-weight: bold;
}
@media only screen and (max-width:1215px){
    .secCatalogTop{
        margin-top: 9rem;
        height: auto;
        padding-bottom: 4.5rem;
    }
    .secCatalogTop .topInner{
        position: relative;
    }
    .secCatalogTop .topTit{
        font-size: var(--spFontSize15);
        letter-spacing: var(--spLetterSpacing15_50);
        top: 32vw;
        line-height: 1.45;
        max-width: 33.5rem;
    }
    .secCatalogTop .boxRed{
        padding: 0 0.5rem;
        background: var(--ColorRed);
        display: inline-block;
        margin-bottom: 0.5rem;
        padding: 0.7rem;
    }
    .secCatalogTop .boxRed.spNone{
        display: none;
    }
    .secCatalogTop .boxRed.spOnly{
        display: inline-block;
    }
    .secCatalogTop .imgCatalogTop{
        top: -5rem;
        width: calc(335 / 375 * 100%);
    }
    .secCatalogTop .boxOsusume{
        padding-top: 72vw;
        width: 100%;
    }
    .secCatalogTop .osusumeTit{
        font-size: var(--spFontSize16);
        letter-spacing: var(--spLetterSpacing16_80);
        text-align: center;
    }
    .secCatalogTop .osusumeTit::before, 
    .secCatalogTop .osusumeTit::after {
        bottom: -1.5rem;
    }
    .secCatalogTop .osusumeTit::before {
        width: 3rem;
    }
    .secCatalogTop .boxOsusume .boxList{
        margin-top: 3.5rem;
    }
    .secCatalogTop .boxOsusume .itemList{
        font-size: var(--spFontSize14);
        letter-spacing: var(--spLetterSpacing14_50);
        line-height: var(--spLineHeight14_26);
        text-align: center;
        padding: 1.4rem;
        margin-bottom: 0.5rem;
    }
}
/* secCatalog */
.secCatalog {
    margin-top: 15rem;
}
.secCatalog .titleInner .titEng {
    width: 22.9rem;
    margin: 0 auto;
}
.secCatalog .titleInner .titEng {
    position: relative;
    padding-bottom: 3.2rem;
    z-index: 4;
}
.secCatalog .titleInner .titEng::before, 
.secCatalog .titleInner .titEng::after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 0.2rem;
    left: calc(50% - 1.5rem);
}
.secCatalog .titleInner .titEng::before {
    background-color: var(--ColorBlack_20);
    width: 3rem;
}
.secCatalog .titleInner .titEng::after {
    width: 1.5rem;
    background-color: var(--ColorRed);
    z-index: 2;
}
.secCatalog .titleInner .titJpn {
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_36);
    font-weight: bold;
    margin-top: 1.8rem;
    position: relative;
    z-index: 4;
    text-align: center;
}

.secCatalog .list{
    margin-top: 5rem;
}
.secCatalog .list .item{
    /* width: 100%;
    background: #f5f4f3;
    padding: 5rem;
    border-radius: 0.4rem;
    cursor: pointer;
    pointer-events: all */
}
.secCatalog .list .inbox{
    cursor: pointer;
}
.secCatalog .list .catalogIn{
    display: block;
    width: 100%;
    background: #f5f4f3;
    padding: 5rem;
    border-radius: 0.4rem;
    cursor: pointer;
    pointer-events: all;
}
.secCatalog .list .item:nth-child(n+2){
    margin-top: 5rem;
}
.catalogIn span {
    display: block;
}
.secCatalog .list .imgBox{
    width: 100%;
    height: 0;
    padding-top: calc((480 / 1080) * 100%);
    border-radius: 0.4rem;
    overflow: hidden;
    z-index: 1;
    position: relative;
    background: var(--ColorWhite);
}
.secCatalog .catalogInput {
    position: absolute;
    width: 1rem;
    height: 1rem;
    top: 0;
    left: 0;
    visibility: hidden;
}
.secCatalog .list .tit{
    font-size: var(--pcFontSize26);
    line-height: var(--pcLineHeight26_50);
    font-weight: bold;
    letter-spacing:var(--pcLetterSpacing26_100);
    text-align: center;
    margin-top: 2.5rem;
}
.secCatalog .list .txt{
    font-size: var(--pcFontSize16);
    line-height:var(--pcLineHeight16_36);
    letter-spacing: var(--pcLetterSpacing16_100);
    margin-top: 0.8rem;
}
.secCatalog .catalogIn .btnbox {
    width: 35rem;
    height: 7rem;
    display: flex;
    align-items: center;
    margin: 0 auto;
    border: 0.1rem solid;
    border-color: var(--textColor);
    background-color: var(--ColorWhite);
    margin-top: 3.8rem;
    position: relative;
}

.secCatalog .catalogIn .btntxt {
    font-size: var(--pcFontSize16);
    letter-spacing: var(--pcLetterSpacing16_100);
    font-weight: bold;
    display: inline-block;
    width: 100%;
    text-align: center;
}
.secCatalog .catalogIn .btntxt.check, 
.secCatalog .catalogInput:checked + .catalogbox .btntxt.no_check {
    display: none;
}
.secCatalog .catalogInput:checked + .catalogbox .btntxt.check {
    display: inline-block;
    color: var(--ColorWhite);
}
.secCatalog .catalogInput:checked + .catalogbox .btnbox {
    background-color: var(--ColorRed);
    border: none;
}
.secCatalog .list .item.checked{
    outline: 0.2rem solid var(--ColorRed);
    outline-offset: 0.2rem;
    border-radius: 0.2rem;
}
@media only screen and (max-width:1215px){
    /* secCatalog */
    .secCatalog {
        margin-top: 5rem;
    }
    .secFormContent {
        margin-top: 5rem;
        margin-bottom: 8rem;
    }
    .secCatalog .titleInner .titEng {
        width: 11.5rem;
        margin: 0 auto;
    }
    .secCatalog .titleInner .titEng {
        padding-bottom: 2.3rem;
    }
    .secCatalog .titleInner .titJpn {
        font-size: var(--spFontSize12);
        letter-spacing: var(--spLetterSpacing12_100);
        line-height: var(--spLineHeight12_22);
        margin-top: 0.6rem;
    }

    .secCatalog .list {
        margin-top: 3rem;
    }
    .secCatalog .list .tit {
        font-size:var(--spFontSize14);
        line-height: var(--spLineHeight14_26);
        letter-spacing: var(--spLetterSpacing14_50);
        text-align: left;
        margin-top: 1rem;
    }
    .secCatalog .list .txt {
        font-size:var(--spFontSize12);
        line-height: var(--spLineHeight12_24);
        letter-spacing: var(--spLetterSpacing12_50);
        text-align: left;
        margin-top: 0.5rem;
    }
    /* .secCatalog .list .item {
        padding: 2rem;
    } */
    .secCatalog .list .catalogIn {
        padding: 2rem;
    }
    .secCatalog .list .item:nth-child(n+2){
        margin-top: 2.5rem;
    }
    .secCatalog .list .imgBox {
        padding-top: calc((200 / 295) * 100%);
    }
    .secCatalog .catalogIn .btnbox {
        width: 100%;
        height: 5rem;
        margin-top: 1.8rem;
    }
    .secCatalog .catalogIn .btntxt {
        font-size:var(--spFontSize13);
        letter-spacing: var(--spLetterSpacing13_50);
    }
}

/* secForm */
.top .secForm{
    margin-bottom: 18rem;
}
.secForm .titleInner .titEng {
    width: 23.8rem;
    margin: 0 auto;
}
@media only screen and (max-width:1215px){
    .top .secForm{
        margin-bottom: 8rem;
    }
    .secForm .titleInner .titEng {
        width: 11.9rem;
        margin: 0 auto;
    }
}

/*-----------------------------------------------
    co
-----------------------------------------------*/
.formPage.co .imgTitle{
    height: 20rem;
    background: var(--textColor);
}
.formPage.co .secFormContent {
    margin-top: 0;
    margin-bottom: 0;
}
.formPage.co .secForm {
    margin-top: 0;
}
@media only screen and (max-width:1215px){
    .formPage.co .imgTitle {
        height: 6rem;
    }
}
