﻿@charset "UTF-8";

/* wildwoodtable
------------------------------ */
.georgia {
    font-family: Georgia,serif;
}
.mv {
  background: url(../../../img/cp/wildwood_table/mv_pc.webp) center top/cover no-repeat;
}
.point__sample-block ul.normal_box li p {
    width: 100%;
    position: unset;
    top: 0;
    left: 0;
    transform: unset;
    font-size: 1.2rem;
    color: #000;
    line-height: 2rem;
    text-align: center;
    z-index: 10;
    letter-spacing: -0.3px;
}
.point__sample-block.column2box ul li p {
    width: 100%;
    position: unset;
    top: 0;
    left: 0;
    transform: unset;
    font-size: 1.8rem;
    font-weight: bold;
    color: #000;
    line-height: 2.8rem;
    text-align: center;
    z-index: 10;
    letter-spacing: -1px;
    margin: 0 0 1%;
}
.point__sample-block.column2box ul li p span {
    font-size: 1.4rem;
    font-weight: normal;
    margin: 0 0 0 10px;
}
.point__sample-block.column2box:first-child ul li figure {
    margin: 20px 0 0;
}
.point__sample-block.column2box:first-child ul li p:last-child {
    font-weight: normal;
}
.point__sample-block.column2box:last-child ul li {
    margin: 0 0 6%;
}
.point__sample-block.column2box:last-child ul li .point_font-s {
    font-size: 1.2rem;
}
.point_line {
    width: 90%;
    margin: 50px auto 0;
    padding: 5% 0 0;
    border-top: 2px solid #e0e0e0;
}

.customize__slide {
/*    pointer-events: none;*/
}
.customize__slide-thumb .slick-current {
/*    border-color: #fff !important;*/
}
.point__sample-block.column2box figure {
    text-align: right;
    font-size: 1.2rem;
}

@media screen and (min-width: 800px) {
.point__title-catch {
    line-height: 3rem;
}
.point__sample-block.column2box {
    width: 47%;
}
.point__sample-block.column2box ul {
    display: block;
    width: 90%;
    margin: 10% auto;
}
.point__sample-block.column2box:first-child ul {
    margin: 20% auto;
}
.point__sample-block.column2box:last-child ul {
    width: 70%;
}
.point__sample-block.column2box ul li {
    width: 100%;
    margin-bottom: 0;
}
.point__sample-block.column2box:first-child ul li {
    margin: 18% 0 24%;
}
}
@media screen and (max-width: 800px) {
.mv {
  background: url(../../../img/cp/wildwood_table/mv_sp.webp) center top/cover no-repeat;
}
.point__title-catch {
    line-height: 2.2rem;
}
.point__sample-block.column2box:first-child ul {
    margin: 0 0 8%;
}
.point__sample-block.column2box ul li {
    width: 100%;
    margin-right: 0;
}
.point__sample-block.column2box:first-child ul li {
    margin: 4% 0 6%;
}
.point__sample-block.column2box ul li p {
    letter-spacing: 0;
    margin: 0;
}
.point_line {
    width: 100%;
}
}
