@charset "utf-8";

/*-----------------------------------------------------------
スタッフ
-----------------------------------------------------------*/

.staffBlockBox section {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px 17px;
    width: 100%;
    max-width: 100%;
}

.staff-img-box {
    width: 100%;
}

.product-item {
	position: relative;
	width: 100%;
}

.staffRow01 {
    display: block;
    align-items: flex-end;
    justify-content: space-between;
}

.staffRight {
    width: 100%;
    margin-top: 20px;
}

.staffEnName {
    color: #5C8453;
    font-size: 18px;
    letter-spacing: 0.05em;
}

.staffCate {
    padding: 2px 15px;
    background-color: #F0E7D6;
    border-radius: 15px;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 0.05em;
    color: #5C8453;
    margin-bottom: 20px;
}

.staffMainBox {
    position: relative;
    width: 100%;
    padding-top: 132.31%;
    overflow: hidden;
    background-color: #fff;
}

.staffMainBox>img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    margin: auto;
}

img + .no-img {
    display: none;
}

.modal-img-box {
    width: 100%;
}

.staffModalTextBox {
    width: 100%;
    margin-top: 30px;
}

.intModalBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}

.staffCate02 {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    line-height: 1.43em;
    letter-spacing: 0.05em;
    display: inline-block;
    border: 1px solid var(--base-body-color);
    border-radius: 15px;
    padding: 2px 15px;
    margin-bottom: 7px;
    margin-bottom: 15px;
}

.staffEnName02 {
    color: #5C8453;
    font-size: 18px;
    letter-spacing: 0.05em;
}

.carousel-inner {
    width: 100%;
    padding-top: 100%;
    position: relative;
    background-color: #fff;
}

.carousel-item>img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    margin: auto;
}

.carousel-item {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.product-title {
    font-size: 25px;
    letter-spacing: 0.08em;
    line-height: 1em;
    color: #5C8453;
}

.product-money {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1em;
    color: var(--primary);
    margin-top: 7px;
}

.product-money:before {
    content: "￥";
    margin-right: 5px;
}

.style-item-inner {
    height: 100%;
    border: solid 1px #E4E9EC;
    padding: 30px;
}

.product-list {
    margin: 30px auto 0;
    width: 100%;
}

.worksBlockWr > section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.style-title {
    margin: 10px 0 0;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.45em;
}

.style-container {
    padding: 0;
    margin: 30px auto 0;
}

.style-row {
    margin: 0 -10px;
}

.style-col {
    padding: 0 10px;
}

.style-tag {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.45em;
}

.style-img-box {
    margin: 10px 0 0;
}

.style-content {
    margin: 0 0 0 15px;
}

img + .no-img {
    display: none;
}

.style-title-box + .style-container {
    margin: 20px 0 0;
}

.style-comment {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.05em;
    margin: 20px 0 0;
}

.product-movie {
	width: 100%;
	aspect-ratio: 16 / 9;
    margin: 20px 0 0;
}

.product-movie iframe {
    position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.product-pdf-btn {
    margin: 30px auto 0;
}

.product-title02 {
    font-size: 25px;
    letter-spacing: 0.08em;
    line-height: 1em;
    color: #5C8453;
    padding-bottom: 15px;
    border-bottom: 1px solid #AAA9A3;
}

.product-comment.text01 {
    margin-top: 15px;
}

.worksBlockWr>section .webgene-pagination:nth-last-child(1) {
    grid-area: auto/auto/auto/span 1;
}

.staffMainBox {
    position: relative;
    width: 100%;
    padding-top: 132.31%;
    overflow: hidden;
    background-color: #fff;
}

.product-item>.modalBtn img {
    transition: all .5s;
}

.product-item>.modalBtn:hover img {
    transform: scale(1.1);
    transition: .5s;
}

.staffMainSet {
    margin-top: 15px;
    display: block;
}

.staffMainName {
    font-size: 25px;
    font-weight: 400;
    font-family: "Gravitas One", serif;
}

.staffMainCate {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.43em;
    letter-spacing: 0.05em;
    display: inline-block;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    color: var(--base-body-color);
    background: var(--secondary);
    padding: 4px 20px 2px;
    border-radius: 100vmax;
    margin-bottom: 11px;
    padding-bottom: 5px;
}

.staffMainItemBox {
    max-width: 100%;
}

.staffModalImgBox {
    position: relative;
    width: 100%;
    padding-top: 132.31%;
    background-color: #fff;
}

.staffModalImgBox>img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    margin: auto;
}

.staffModalImgBox01 {
    width: 100%;
}

.staffModalTextBox {
    width: 100%;
    margin-top: 30px;
}

.staffSubGrid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 30px;
}

.staff-title02 {
    font-size: 32px;
    font-weight: 400;
    font-family: "Gravitas One", serif;
    line-height: 1.3em;
}

.staffModalNameSet {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}

.staff-comment {
    margin-top: 20px;
}

.webgene-pagination > ul {
    margin: 20px auto 0;
}

.url {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 220px;
    width: 100%;
    height: 50px;
    color: var(--base-body-color);
    border: 1px solid var(--base-body-color);
    border-radius: 100vmax;
    transition: .3s;
    cursor: pointer;
    margin: 0 auto;
    font-size: 16px;
}

.url:hover {
    color: var(--base-body-color);
    background: var(--secondary);
    transition: .3s;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:544px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.staffBlockBox section {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px 17px;
}

.staffBlockBox>section .webgene-pagination:nth-last-child(1) {
    grid-area: auto/auto/auto/span 2;
} 
    
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 544px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:768px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/*-----------------------------------------------------------
施術事例
-----------------------------------------------------------*/

.product-title02 {
    font-size: 25px;
}

.category-btn {
    font-size: 20px;
}

.modal-img-box {
    width: 40%;
}

.staffModalTextBox {
    width: 50%;
    margin-top: 30px;
}

.intModalBox {
    align-items: flex-start;
    flex-direction: row;
}

.staffBlockBox section {
    gap: 40px 17px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.staffBlockBox>section .webgene-pagination:nth-last-child(1) {
    grid-area: auto/auto/auto/span 3;
} 

.staff-img-box {
    width: 50.8%;
}

.staffRight {
    width: 44.35%;
}

.staffModalImgBox01 {
    width: 46%;
}

.product-item {
	max-width: 100%;
}
    
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 768px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1024px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/*-----------------------------------------------------------
施術事例
-----------------------------------------------------------*/

.worksBlockWr > section {
    grid-template-columns: repeat(3, 1fr);
}

.style-item-inner {
    padding: 50px 40px;
}
    
.style-tag {
    font-size: 16px;
}
    
.style-content {
    margin: 0 0 0 20px;
}

.style-title-box + .style-container {
    margin: 30px 0 0;
}

.style-comment {
    font-size: 18px;
}

.style-movie {
    margin: 30px 0 0;
}

.style-pdf-btn {
    margin: 50px auto 0;
}

.product-title {
    font-size: 25px;
}

.staffCate02 {
    padding: 2px 15px;
    font-size: 16px;
}

.staffEnName02 {
    font-size: 20px;
}

.product-title02 {
    font-size: 30px;
}

.product-comment.text01 {
    margin-top: 30px;
}

.staffBlockBox section {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
    
/*-----------------------------------------------------------
カテゴリー
-----------------------------------------------------------*/



/*-----------------------------------------------------------
ページャー
-----------------------------------------------------------*/

.staffBlockBox>section .webgene-pagination:nth-last-child(1) {
    grid-area: auto/auto/auto/span 4;
} 



/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 1024px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1200px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.product-title02 {
    font-size: 35px;
}
  
.staffBlockBox section {
    gap: 60px 30px;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 1600px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1400px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.product-title {
    font-size: 35px;
}

.staffCate {
    font-size: 16px;
    margin-bottom: 20px;
}

.staffEnName {
    font-size: 20px;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 1400px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */