.marker {
    display: inline;
    background:linear-gradient(transparent 40%, #c9e5f7 60%);
    background-repeat: no-repeat;

  /* マーカーの横方向を0にして縮める */
  background-size: 0% 100%;

  /* マーカーが引かれる速度を指定 */
  transition:background-size 1.5s;
}
figcaption {
    font-size: 1.2rem;
    font-style: italic;
    line-height: 2;
    text-align: right;
    margin-top: 5px;
}
section.bg,
section.bg02 {
    position: relative;
}
section.bg02 {
    padding: 3rem 0;
}
section.bg:after,
section.bg02:after {
    content: "";
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
section.bg:after {
    background: #fff4ef;
}
section.bg02:after {
    background: #E3DFCC;
}
.icon {
    background-color: #39bddb;
    color: #fff;
    padding: 4px 8px;
    font-size: 1rem;
}
@media only screen and (max-width: 768px) {
    .pc-only {
        display: none;
    }
}
@media only screen and (min-width: 769px) {
    .sp-only {
        display: none;
    }
    section.bg02 {
        padding: 10rem 0;
    }
}

/* top */
.intro {
    padding: 3rem calc(4% + 5px) 5rem;
}
.intro .top-txt {
    font-size: 1.6rem;
    line-height: 2;
    text-align: center;
}
.intro .top-txt + .top-txt {
    margin-top: 5rem;
}
@media only screen and (min-width: 769px) {
    .intro {
        max-width: 1200px;
        margin: 5rem auto 15rem;
        padding: 0 5px;
        text-align: center;
    }
    .intro .top-txt {
        font-size: 2rem;
    }
}

/* ttl */
.feature .b-ttl {
    font-size: 2.1rem;
    text-align: center;
    padding-bottom: 2rem;
    margin-bottom: 3rem;
    position: relative;
    line-height: 2;
    z-index: 2;
}
.feature .b-ttl:after {
    content: "";
    width: 5rem;
    height: 2px;
    background-color: #333;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}
@media only screen and (min-width: 769px) {
    .feature .b-ttl {
        font-size: 3rem;
        margin-bottom: 5rem;
    }
}

/* kv_section */
.kv_section .txt-wrap {
    text-align: center;
    margin-top: 5rem;
    position: relative;
    z-index: 2;
}
@media only screen and (max-width: 768px) {
    .kv_section .flex {
        width: 90%;
        margin: 0 auto 5rem;
    }
    .kv_section .txt-wrap {
        width: 100%;
    }
}
@media only screen and (min-width: 769px) {
    .kv_section .flex {
        max-width: 1200px;
        display: grid;
        align-items: flex-start;
        position: relative;
        margin: 0 auto 15rem;
    }
    .kv_section.kv01 .flex {
        grid-template-columns: 60% 40%;
    }
    .kv_section.kv02 .flex {
        grid-template-columns: 40% 60%;
    }
    .kv_section.kv02 .flex a {
        grid-area: 1 / 2;
    }
    .kv_section.kv02 .flex .txt-wrap {
        grid-area: 1 / 1;
    }
    .kv_section.kv01 .txt-wrap,
    .kv_section.kv02 .txt-wrap {
        margin: 0;
        background-color: rgba(255,255,255,.8);
        padding: 5rem;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .kv_section.kv01 .txt-wrap {
        text-align: left;
        left: calc(60% - 12rem);
    }
    .kv_section.kv02 .txt-wrap {
        text-align: right;
        right: calc(60% - 12rem);
    }
    .kv_section .txt-wrap .txt {
        font-size: 1.8rem;
    }
}

.kv_section.kv03 {
    margin: 5rem 0;
}
.kv_section.kv03 > .txt {
    text-align: center;
}
.kv_section.kv03 > a {
    display: block;
    width: 90%;
    margin: 2rem auto 5rem;
}
@media only screen and (min-width: 769px) {
    .kv_section.kv03 {
        max-width: 1200px;
        margin: 10rem auto;
    }
    .kv_section.kv03 > .txt {
        font-size: 2.4rem;
    }
}


/* leather */
.leather_section {
    padding: 5rem calc(4% + 5px);
}
.leather_section > .txt {
    text-align: center;
    margin-bottom: 5rem;
}
.leather_section .list {
    display: grid;
    row-gap: 3rem;
}
.leather_section .list li {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 2rem;
    align-items: center;
}
.leather_section .leather-box {
    background-color: #E3DFCC;
    padding: 3rem 1rem
}
.leather_section .leather-box .txt {
    line-height: 1.6;
}
.leather_section .ttl {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 2;
    margin: 1rem 0 0;
    text-align: center;
}
.leather_section .ttl span {
    display: block;
    font-size: 1.4rem;
    font-family: inherit;
    border: none;
    text-align: left;
    line-height: 2;
    margin: 0 auto 1rem;
    padding: 0;
    width: auto;
}
@media only screen and (max-width: 768px) {
    .leather_section .list li:nth-of-type(even) .leather-box {
        grid-area: 1 / 2;
    }
    .leather_section .list li:nth-of-type(even) .box {
        grid-area: 1 / 1;
    }
}
@media only screen and (min-width: 769px) {
    .leather_section {
        padding: 5rem;
        max-width: 1200px;
        margin: 0 auto 10rem;
    }
    .leather_section > .txt {
        font-size: 1.8rem;
    }
    .leather_section .ttl {
        text-align: center;
    }
    .leather_section .list {
        grid-template-columns: 1fr 1fr;
        column-gap: 8rem;
        row-gap: 5rem;
    }
    .leather_section .list li:nth-of-type(3) .leather-box,
    .leather_section .list li:nth-of-type(4) .leather-box {
        grid-area: 1 / 2;
    }
    .leather_section .list li:nth-of-type(3) .box,
    .leather_section .list li:nth-of-type(4) .box{
        grid-area: 1 / 1;
    }
    .leather_section .list .box .thumb {
        width: auto;
    }
}

/* item */
.item_section .container {
    position: relative;
    z-index: 2;
}
.item_section .container .header_area .top-txt {
    font-size: 2rem;
    line-height: 2;
}
@media only screen and (max-width: 768px) {
    .item_section{
        padding: 3rem 0;
    }
    .item_section .container .header_area{
	margin: 0 0 20px 0;
	text-align: center;
    }
    .item_section .container .header_area .top-txt {
            width: 95%;
            margin: 0 auto;
    }
}

@media only screen and (min-width: 769px) {
    .item_section{
	padding: 5rem 0 0;
    }
    .item_section .container {
        max-width: 1200px;
    }
    .item_section .container .header_area{
        margin: 0 auto 4rem;
        display: flex;
	justify-content: center;
	align-items: center;
        column-gap: 4rem;
    }
}

.item_section .container .item_area {
    position: relative;
}
.kv01 + .item_section .item_area .container {
    grid-template-columns: repeat(3,1fr);
}
.item_section .item_area .container {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    column-gap: 15px;
    width: 155%;
    margin: 0 15px;
}
.box{
    margin: 0 0 5rem 0;
}
/* .item_section .item_area .container .box .thumb{
    display: block;
    width: 300px;
    height: 375px;
    overflow: hidden;
    border-radius: 1.5rem;
    background: #fff;
    margin: 0 auto 2rem;
} */
.thumb img {
    border-radius: 1.5rem;
}
.thumb img{
    transition: all 0.5s;
}
a:hover .thumb img{
    transform: scale(1.1);
    transition: all 0.5s;
    opacity: 0.7;
}
.info_area {
    margin: 0 0 1.5rem 0;
    text-align: center;
}
.info_area .name{
    font-weight: bold;
    font-size: 1.6rem;
    margin: 1rem 0;
}
.info_area .txt {
    font-size: 1.4rem;
    line-height: 1.8;
    background-color: #f8f7f6;
    display: inline-block;
    padding: 0 1rem;
    border-radius: 2rem;
    margin: 0;
}
.info_area .price{
    font-size: 1.6rem;
    margin: 1rem 0 0;
}
.box .color ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, 31px);
    justify-content: center;
    row-gap: 1rem;
}
.box .color ul li{
    margin: 0 4px;
    font-size: 1.8rem;
}
.item_section .item_area .container .box .info_area .txt {
    background-color: #fff;
}
@media only screen and (max-width: 768px) {
    .item_section .item_area {
        overflow-x: scroll;
    }
}
@media only screen and (min-width: 769px) {
    /* .item_section .item_area .container{
        width: 826px;
        margin: 0 auto;
        display: grid;
        justify-content: center;
        column-gap: 5rem;
        grid-template-columns: repeat(2,1fr); 
    }*/
    .item_section .item_area .container {
        width: 100%;
        margin: 0;
    }
    .box{
        margin: 0 0 5rem 0;
    }
    .kv01 + .item_section .item_area .container .box .thumb{
        width: 360px;
        height: 450px;
    }
    .box .thumb {
        display: block;
        width: 280px;
        height: auto;
        border-radius: 1.5rem;
        overflow: hidden;
    }
    .box .thumb img {
        object-fit: cover;
        object-position: top;
    }
    .box .info_area{
        margin: 0 0 1rem 0;
    }
    .box .color ul {
        grid-template-columns: repeat(auto-fit, 37px);
    }
    .box .color ul li{
        font-size: 2rem;
    }
}

/* leep_section */
.leep_section {
    margin: 5rem 0;
}
.leep_section .header_area {
    text-align: center;
    font-size: 1.8rem;
}
.leep_section .header_area + div {
    width: 80%;
    margin: 5rem auto 0;
}