@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.product {
    padding-top: 11px;
}
.product p {
    letter-spacing: 0.2em;
    line-height: 1.8125;
    font-family: 'Noto Serif JP', serif;
}
.product .midTxt {
    margin-bottom: 36px;
    padding-top: 4px;
    text-align: center;
}
.product .photoUl {
    margin-bottom: 110px;
    display: flex;
    flex-wrap: wrap;
}
.product .photoUl li {
    margin: 0 10px 10px 0;
    width: 252px;
}
.product .photoUl li:nth-child(4n) {
    margin-right: 0;
}
.product .inner {
    margin-bottom: 75px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.product .inner .photoBox {
    width: 49.4%;
}
.product .inner .photoBox img {
    width: 100%;
}
.product .inner .textBox {
    flex: 1;
}
.product .inner .textBox .ttl {
    margin-bottom: 0;
    letter-spacing: 0.12em;
    display: flex;
    line-height: 1.2;
    font-size: 2.3rem;
    padding: 1px 10px 11px 55px;
    font-weight:600;
    border-bottom: 1px solid rgba(0, 0, 0, 1);
}
.product .inner .textBox .ttl .num {
    margin-right: 22px;
    display: inline-block;
    font-size: 5.2rem;
    flex-shrink: 0;
    letter-spacing: 0.12em;
}
.product .inner .textBox .ttl .txtSpan02 {
    margin: 0 25px 10px 0;
    display: inline-block;
    font-size: 5.2rem;
    letter-spacing: 0.12em;
}
.product .inner .textBox .sub {
    padding: 20px 20px 0 62px;
}
.product .inner .textBox p {
    margin: 0 -10px 15px 0;
    letter-spacing: 0.1em;
}
.product .inner .textBox .priceP {
    font-size: 2.3rem;
    font-weight: 600;
    letter-spacing: 0.2em;
}
.product .inner .textBox .priceP small {
    font-size: 1.8rem;
}
.product .inner .textBox .txt {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
	font-family: 'Noto Sans JP', sans-serif;
    font-feature-settings: "palt";
    -moz-font-feature-settings: "palt";
}
.product .inner02 .photoBox {
    order: 2;
}
.product .inner02 .textBox .ttl {
    padding: 1px 10px 11px 10px;
}
.product .inner02 .textBox p {
    margin-right: 0;
    margin-left: -15px;
}
.product .inner02 .textBox .sub {
    padding: 20px 10px 0 15px;
}
.product .inner02 .textBox .txt {
    margin-right: 0;
}
.product .inner .textBox .ttl small {
    padding: 0 0 12px 5px;
    display: inline-block;
}
.product .inner .textBox .soon {
    background-color: #CBEAFF;
    height: 266px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 0;
    margin: 22px 0 0 45px;
}
.product .inner .textBox .soon p {
    font-size: 2.3rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.product .inner02 .textBox .soon {
    margin: 22px 45px 0 0;
}








@media all and (max-width: 896px) {
    .product .photoUl {
        display: block;
    }
    .product .photoUl li {
        width: auto;
        margin: 0 0 15px;
    }
    .product .photoUl li img {
        width: 100%;
    }
    .product .photoUl {
        margin-bottom: 50px;
    }
    .product .inner {
        margin-bottom: 40px;
        display: block;
    }
    .product .inner .photoBox {
        width: auto;
        margin: 0 0 30px;
    }
    .product .inner .textBox .ttl {
        font-size: 1.6rem;
        padding: 0 5px 5px !important;
    }
    .product .inner .textBox .ttl .num {
        font-size: 2.4rem;
        margin-right: 10px;
    }
    .product .inner .textBox .ttl .txtSpan02 {
        font-size: 2.4rem;
        margin-right: 10px;
    }
    .product .inner .textBox .sub {
        padding: 20px 10px !important;
    }
    .product .inner .textBox .priceP {
        font-size: 2rem;
    }
    .product .inner .textBox .priceP small {
        font-size: 1.5rem;
    }
    .product .inner .textBox .txt {
        font-size: 1.2rem;
    }
    .product .inner .textBox .txt:last-child {
        margin-bottom: 0;
    }
    .product .inner02 .textBox p {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .product .inner .textBox .soon {
        height: 250px;
        margin: 20px 0 70px;
    }
}
