:root {
    --style_color_01: #6C5752;
    --style_color_02: #162550;
    --style_color_03: #202124;
    --style_color_04: #569494;
}

.feature_tmp {
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
}

.feature_tmp img {
    width: 100%;
    max-width: 1190px;
    margin: auto;
    display: block;
}

.feature_tmp section.read {
    line-height: 2.2;
    letter-spacing: 0.2em;
    text-align: center;
}

.feature_tmp section.series_info {
    text-align: center;
}

.feature_tmp section.series_info h3 {
    line-height: 1.4;
    border: solid 1px #333;
    border-radius: 60px;
    box-sizing: border-box;
}

.feature_tmp section.series_info h3 span {
    font-size: 0.74em;
    display: block;
}

.feature_tmp section.series_info ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.feature_tmp section.series_info ul li {
    width: calc(25% - 0px);
}

.feature_tmp section.series_info ul li img {
    margin-bottom: 12px;
}

.feature_tmp section.point_img div {
    position: relative;
    box-sizing: border-box;
}

.feature_tmp section.point_img div::before {
    content: "POINT";
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    display: block;
    text-align: center;
    color: #fff;
    background-color: #6C5752;
    border-radius: 60px;
}


.feature_tmp section.style_list {
    counter-reset: number 0;
}

.feature_tmp section.style_list .style01 {
    --style_color: #6C5752;
    --style_btn_color: #897874;
}

.feature_tmp section.style_list .style02 {
    --style_color: #162550;
    --style_btn_color: #445073;
}

.feature_tmp section.style_list .style03 {
    --style_color: #202124;
    --style_btn_color: #4C4D4F;
}

.feature_tmp section.style_list .style04 {
    --style_color: #569494;
    --style_btn_color: #77A9A9;
}

.feature_tmp section.style_list .style_box {
    margin-bottom: 120px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.feature_tmp section.style_list .style_box:nth-child(2n - 1) {
    flex-direction: row-reverse;
}

.feature_tmp section.style_list .style_box>div {
    box-sizing: border-box;
}

.feature_tmp section.style_list .style_box .img_box {
    position: relative;
}

.feature_tmp section.style_list .style_box .img_box.number::before {
    counter-increment: number 1;
    content: "STYLE." counter(number) " ";
    top: 0;
    left: 0%;
    transform: translateY(-50%);
    position: absolute;
    display: block;
    text-align: center;
    color: #fff;
    background-color: var(--style_color);
    border-radius: 60px;
    z-index: 10;
}

.feature_tmp section.style_list .style_box:nth-child(2n -1) .img_box.number::before {
    left: unset;
    right: 0%;
}

.feature_tmp section.style_list .style_box .img_box .two_piece {
    position: relative;
}

.feature_tmp section.style_list .style_box .img_box .two_piece li:last-child {
    transform: translate(-50%, -50%);
    position: absolute;
    display: block;
}

.feature_tmp section.style_list .style_box .text_box {
    line-height: 2;
}

.feature_tmp section.style_list .style_box .text_box .recommend_box {
    color: var(--style_color);
    border: solid 1px var(--style_color);
    position: relative;
    list-style: disc;
}

.feature_tmp section.style_list .style_box .text_box .recommend_box::before {
    content: "＜こんな方にオススメ＞";
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    display: block;
    color: var(--style_color);
    background-color: #fff;
}

.feature_tmp section.style_list .style_box:nth-child(2n) .text_box>p {
    text-align: center;
}

.feature_tmp section.style_list .style_box .text_box .credit {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.feature_tmp section.style_list .style_box .text_box .credit li p {
    display: flex;
    justify-content: space-between;
}

.feature_tmp section.style_list .style_box .text_box .credit li p strong {
    font-weight: normal;
}

.feature_tmp section.style_list .style_box .text_box .credit li p span {
    text-align: right;
}

.feature_tmp section.style_list .style_box .text_box .credit li p span::after {
    content: "DETAIL";
    color: #fff;
    background-color: var(--style_btn_color);
    display: inline-block;
}

.feature_tmp section.style_list .style_box .text_box .credit .all_btn a {
    width: 100%;
    padding: 2px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    background-color: var(--style_btn_color);
    display: inline-block;
    box-sizing: border-box;
}

.feature_tmp section .all_btn_last {
    width: 285px;
    margin: 124px auto;
}

.feature_tmp section .all_btn_last a {
    width: 100%;
    padding: 10px 0 9px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    background-color: #333;
    display: inline-block;
    box-sizing: border-box;
}

.feature_tmp section .all_btn_last a span {
    font-size: 0.64em;
    display: block;
}

.splide__list {
    position: relative;
}

.slick-dots {
    right: 24px;
    bottom: 12px;
    position: absolute;
    display: flex;
}

.slick-dots button {
    width: 12px;
    height: 10px;
    background: unset;
    border: unset;
    color: #fff0;
    position: relative;
}

.slick-dots button::before {
    content: "";
    width: 8px;
    height: 8px;
    margin: auto;
    background: #fff;
    position: relative;
    display: block;
    border-radius: 50%;
    box-sizing: border-box;
}

.slick-dots .slick-active button::before {
    background: #333;
}

.slick-arrow {
    width: 48px;
    height: 48px;
    top: 50%;
    left: 24px;
    transform: translateY(-50%);
    position: absolute;
    box-sizing: border-box;
    background: unset;
    border: unset;
    color: #fff0;
    z-index: 10;
}

.slick-arrow.slick-next {
    left: unset;
    right: 24px;
}

.slick-arrow::before {
    content: "";
    width: 48px;
    height: 48px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    position: absolute;
    border-top: solid 1px #fff;
    border-left: solid 1px #fff;
    display: block;
}

.slick-arrow.slick-next::before {
    transform: translate(-50%, -50%) rotate(135deg);
}