@charset "UTF-8";
/* CSS Document */

.contents02 .layout-black {
    padding-top: 0px;
}

.contents04 .box-link {
    text-align: center;
}

.contents04 .box-link h6 a {
    font-weight: var(--base-weight3);
    color: #FFF;
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: 0.05em;
    display: inline-block;
    padding: 35px 80px;
    background-color: var(--color-sub7);
    border-radius: 15px;
    border-style: solid;
    border-color: #FFF;
    border-width: 2px;
}

/* layout01 */

.layout01 {
    padding: 40px;
    position: relative;
}

.layout01::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    display: block;
    background-image: url("../../images/showcase/icon01.svg");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 400px;
    height: 330px;
    margin-right: -100px;
    margin-top: -110px;
}

.layout01 p {
    font-weight: var(--base-weight2);
    font-size: 18px;
    line-height: 1.6;
    padding-top: 40px;
}

/* layout02 */

.layout02 {
    margin-bottom: 100px;
}

.layout02 ul li {
    position: relative;
    font-weight: var(--base-weight2);
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: 0.05em;
    border-style: solid;
    border-color: #FFF;
    border-width: 2px;
    padding: 15px 30px;
    padding-left: 150px;
    border-radius: 80px;
}

.layout02 ul li:not(:last-child) {
    margin-bottom: 20px;
}

.layout02 ul li::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 140px;
    height: 80px;
    margin-left: -10px;
    margin-top: -10px;
}

.layout02 ul li:nth-child(1)::after {
    background-image: url("../../images/showcase/m01.svg");
}

.layout02 ul li:nth-child(2)::after {
    background-image: url("../../images/showcase/m02.svg");
}

.layout02 ul li:nth-child(3)::after {
    background-image: url("../../images/showcase/m03.svg");
}

/* layout03 */

.layout03 {
    text-align: center;
}

.layout03 .item {
    padding-top: 20px;
}


/* layout04 */

.layout04 .box-detail {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 30px 1.9%;
}

.layout04 .box-detail02 {
    gap: 30px 2%;
}

.layout04 .box {
    width: 23.5%;
    text-align: center;
}

.layout04 .box-detail02 .box {
    width: 32%;
}

.layout04 .box h5 {
    font-weight: var(--base-weight3);
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0.05em;
    padding: 15px 0px;
}

.layout04 .box h5 span {
    font-size: 15px;
    letter-spacing: 0em;
}

.layout04 .box h6 {
    font-weight: var(--base-weight3);
    color: #000;
    font-size: 14px;
    line-height: 1.4;
    padding: 6px 0px;
    background-color: var(--color-sub5);
}

.layout04 p {
    padding: 12px 5px;
    text-align: left;
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: 0em;
    background-color: #000;
}

.layout04 .box-img p {
    padding: 0px;
}

.layout04 p.text-center {
    padding: 8px 0px;
    text-align: center;
    font-size: 16px;
    color: var(--color-sub5);
}


/* layout05 */

.layout05 {
    position: relative;
}

.layout05::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    display: block;
    background-image: url("../../images/showcase/icon02.svg");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 400px;
    height: 330px;
    margin-right: -120px;
    margin-top: -30px;
}

.layout05 .box-detail {
    display: flex;
    justify-content: center;
    gap: 0px 6%;
    padding-top: 45px;
}

.layout05 .box-detail .box {
    width: 450px;
    position: relative;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.layout05 .box-detail .fee01 {
    background-image: url("../../images/showcase/text-rental01.svg");
}

.layout05 .box-detail .fee02 {
    background-image: url("../../images/showcase/text-rental02.svg");
}

.layout05 .box-detail .box::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    font-weight: var(--base-weight3);
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: 0.1em;
    margin-top: -45px;
}

.layout05 .box-detail .fee01::before {
    content: "委託販売手数料（税込）";
}

.layout05 .box-detail .fee02::before {
    content: "ショーケース利用料（税込）";
}

.layout05 .fee-detail {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    height: 80px;
    text-align: center;
}

.layout05 .fee02 .fee-detail {
    height: 65px;
    padding-left: 150px;
}

.layout05 .fee-detail:not(:last-child) {
    margin-bottom: 10px;
}

.layout05 h5 {
    font-weight: var(--base-weight3);
    color: #005cd3;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0.05em;
    flex: 1;
}

.layout05 h6 {
    font-weight: var(--base-weight3);
    color: #005cd3;
    font-size: 36px;
    line-height: 1.2;
    letter-spacing: 0.05em;
    width: 100px;
}

.layout05 p {
    padding-top: 15px;
}

/* layout06 */

.layout06 {
    text-align: center;
}

.layout06 h5 {
    width: 100%;
    height: 190px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.layout06 h5.free {
    background-image: url("../../images/showcase/free.svg");
}

.layout06 h5.few {
    background-image: url("../../images/showcase/few.svg");
}

.layout06 h5.full {
    background-image: url("../../images/showcase/full.svg");
}

.layout06 h6 {
    font-weight: var(--base-weight2);
    font-size: 28px;
    line-height: 1.4;
    letter-spacing: 0.1em;
    padding-top: 20px;
}

.sp-view {
    display: none;
}
