/* サルノリ */

.pagetype-sarunori {
    --bg-color1: #bdebd9;
    --bg-color2: #fdffd6;
    --border-color1: #0ca364;
    --font-color1: #ffffff;
    --pt-gradient1: linear-gradient(90deg, rgb(27 186 105) 0%, rgb(12 159 97) 100%);
    --pt-gradient2: linear-gradient(90deg, rgba(255, 123, 49, 1) 0%, rgba(255, 145, 77, 1) 100%);
    .table01 th,
    .table02 th {
        background-color: var(--bg-color1);
    }
    .table01 th:first-child,
    .table01 td:first-child,
    .table01 tr:first-child td:first-child,
    .table01 tr:last-child td:first-child,
    .panel-area {
        border-color: var(--border-color1);
    }
    .product-inner {
        background-color: var(--bg-color2);
    }
    .box-title,
    .ttl01,
    .ttl01::after,
    .product .header,
    .tab.active {
        background: var(--pt-gradient1);
    }
    .ttl01:after {
        border-image: var(--pt-gradient1) 1 stretch;
    }
    .ttl01,
    .name-area {
        color: var(--font-color1);
    }
    .ttl01 .ttl-sub {
        border-color: var(--font-color1);
    }
    .btn a,
    .rating-area .ttl {
        background: var(--pt-gradient2);
    }
    .btn01 a,
    .btn02 a {
        box-shadow: 0 4px 0 rgb(179 89 39);
    }
    .btn01 a:hover,
    .btn02 a:hover {
        box-shadow: none;
    }
    .box-inner {
        border-image: var(--pt-gradient1) 1 stretch;
    }
    .rating-area {
        border-image: var(--pt-gradient2) 1 stretch;
    }
}


/* ポッチャマ */

.pagetype-potchama {
    --bg-color1: #bee8e2;
    --bg-color2: #e2f2ec;
    --border-color1: #19acb2;
    --font-color1: #ffffff;
    --pt-gradient1: linear-gradient(90deg, #19acb2 0%, #04c093 100%);
    --pt-gradient2: linear-gradient(90deg, #ed5a38 0%, #f85e3b 100%);
    .table01 th,
    .table02 th {
        background-color: var(--bg-color1);
    }
    .table01 th:first-child,
    .table01 td:first-child,
    .table01 tr:first-child td:first-child,
    .table01 tr:last-child td:first-child,
    .panel-area {
        border-color: var(--border-color1);
    }
    .product-inner {
        background-color: var(--bg-color2);
    }
    .box-title,
    .ttl01,
    .ttl01::after,
	.ttl02 .ttl-sub span,
	.ttl02 .ttl-sub::after,
    .product .header,
    .tab.active {
        background: var(--pt-gradient1);
    }
    .ttl01:after {
        border-image: var(--pt-gradient1) 1 stretch;
    }
	.ttl01,
    .name-area {
        color: var(--font-color1);
    }
    .ttl01 .ttl-sub {
        border-color: var(--font-color1);
    }
    .btn a,
    .rating-area .ttl {
        background: var(--pt-gradient2);
    }	
    .btn01 a,
    .btn02 a {
        box-shadow: 0 4px 0 #df5132;
    }
    .btn01 a:hover,
    .btn02 a:hover {
        box-shadow: none;
    }
    .box-inner {
        border-image: var(--pt-gradient1) 1 stretch;
    }
    .rating-area {
        border-image: var(--pt-gradient2) 1 stretch;
    }
}


/* ホゲータ */

.pagetype-hogator {
    --bg-color1: #F9B4C0;
    --bg-color2: #FDE6EA;
    --border-color1: #F1667F;
    --font-color1: #ffffff;
    --pt-gradient1: linear-gradient(90deg, #F1667F 0%, #FF6F61 100%);
    --pt-gradient2: linear-gradient(90deg, #ff552d 0%, #f85e3b 100%);
    .table01 th,
    .table02 th {
        background-color: var(--bg-color1);
    }
    .table01 th:first-child,
    .table01 td:first-child,
    .table01 tr:first-child td:first-child,
    .table01 tr:last-child td:first-child,
    .panel-area {
        border-color: var(--border-color1);
    }
	.product {
		padding: 0;
	}
	.product-inner {
        background-color: #fff;
        border: 1px solid var(--bg-color2);
    }
	.review{
		.rating {
			justify-content:flex-start;
		}
	}
    .box-title,
    .ttl01,
    .ttl01::after,
	.ttl02 .ttl-sub span,
	.ttl02 .ttl-sub::after,
    .product .header,
    .tab.active {
        background: var(--pt-gradient1);
    }
    .ttl01:after {
        border-image: var(--pt-gradient1) 1 stretch;
    }
	.ttl01,
    .name-area {
        color: var(--font-color1);
    }
    .ttl01 .ttl-sub {
        border-color: var(--font-color1);
    }
    .btn a,
    .rating-area .ttl {
        background: var(--pt-gradient2);
    }	
    .btn01 a,
    .btn02 a {
        box-shadow: 0 4px 0 #df5132;
    }
    .btn01 a:hover,
    .btn02 a:hover {
        box-shadow: none;
    }
    .box-inner {
        border-image: var(--pt-gradient1) 1 stretch;
    }
    .rating-area {
        border-image: var(--pt-gradient2) 1 stretch;
    }
}